gdb.mi: Get rid of the non-stop testcases.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-05-27 Marek Polacek <mpolacek@redhat.com>
2
3 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
4 remove the `supported' variable.
5 * gdb.mi/mi-nonstop.exp: Likewise.
6 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7 * gdb.mi/mi-nsintrall.exp: Likewise.
8 * gdb.mi/mi-nsmoribund.exp: Likewise.
9 * gdb.mi/mi-nsthrexec.exp: Likewise.
10
11 2011-05-26 Pedro Alves <pedro@codesourcery.com>
12
13 * gdb.reverse/finish-reverse-bkpt.exp: New test.
14
15 2011-05-26 Pedro Alves <pedro@codesourcery.com>
16
17 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
18
19 2011-05-24 Keith Seitz <keiths@redhat.com>
20
21 PR breakpoint/12803
22 * gdb.cp/cmpd-minsyms.cc (a): New method.
23 (b): New method.
24 (c): New method.
25 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
26
27 2011-05-24 Pedro Alves <pedro@codesourcery.com>
28
29 * gdb.base/commands.exp (watchpoint_command_test): Check that the
30 watchpoint's command list didn't execute when the watchpoint went
31 out of scope.
32
33 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
34
35 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
36 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
37 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
38 * gdb.arch/i386-gnu-cfi.exp: Likewise.
39 * gdb.arch/i386-permbkpt.exp: Likewise.
40 * gdb.arch/i386-prologue.exp: Likewise.
41 * gdb.arch/i386-size-overlap.exp: Likewise.
42 * gdb.arch/i386-size.exp: Likewise.
43 * gdb.arch/i386-unwind.exp: Likewise.
44 * gdb.reverse/i386-precsave.exp: Likewise.
45 * gdb.reverse/i386-reverse.exp: Likewise.
46 * gdb.reverse/i386-sse-reverse.exp: Likewise.
47 * gdb.reverse/i387-env-reverse.exp: Likewise.
48 * gdb.reverse/i387-stack-reverse.exp: Likewise.
49
50 2011-05-24 Pedro Alves <pedro@codesourcery.com>
51
52 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
53 file doesn't error, using MI.
54
55 2011-05-23 Tom Tromey <tromey@redhat.com>
56
57 * gdb.base/charset.exp (string_display): Add tests to assign to
58 arrays.
59 * gdb.base/charset.c (short_array, int_array, long_array): New.
60
61 2011-05-20 Pedro Alves <pedro@codesourcery.com>
62
63 Cope with async mode.
64
65 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
66 into gdb_test + mi_expect_stop.
67
68 2011-05-20 Pedro Alves <pedro@codesourcery.com>
69
70 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
71 (callme): Remove printf call.
72
73 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
74
75 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
76 quote pattern to avoid problems with Cygwin/mingw expect versions.
77 * gdb.base/default.exp (show convenience): Use double
78 quote pattern for regular expressions.
79
80 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 Fix -readnow for -gdwarf-4 unused type units.
83 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
84 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
85
86 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
87
88 * gdb.base/kill-after-signal.c: New file.
89 * gdb.base/kill-after-signal.exp: New file.
90
91 2011-05-16 Pedro Alves <pedro@codesourcery.com>
92
93 * gdb.ada/start.exp: Call untested with the correct test filename.
94 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
95 test filename. Make the test's binary unique.
96 * gdb.arch/i386-signal.exp: Call untested with the correct test
97 filename.
98 * gdb.arch/i386-size-overlap.exp: Ditto.
99 * gdb.arch/Makefile.in (EXECUTABLES): Update.
100 * gdb.base/gcore-buffer-overflow.exp: Ditto.
101 * gdb.cp/call-c.exp: Ditto.
102 * gdb.mi/mi-reverse.exp: Call untested with the correct test
103 filename. Make the test's binary unique.
104 * gdb.mi/Makefile.in (EXECUTABLES): Update.
105 * gdb.python/py-mi.exp: Ditto.
106 * gdb.python/Makefile.in (EXECUTABLES): Update.
107 * gdb.reverse/i386-precsave.exp: Ditto.
108 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
109 test filename.
110 * gdb.reverse/i387-stack-reverse.exp: Ditto.
111 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
112 unique.
113 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
114 test filename.
115 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
116 * gdb.trace/tfile.exp: Ditto.
117
118 2011-05-14 Yao Qi <yao@codesourcery.com>
119
120 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
121 type.
122
123 2011-05-13 Doug Evans <dje@google.com>
124
125 * gdb.python/py-objfile-script.exp: New file.
126 * gdb.python/py-objfile-script.c: New file.
127 * gdb.python/py-objfile-script-gdb.py: New file.
128 * testsuite/gdb.python/py-section-script.exp: Test
129 "info auto-load-scripts".
130
131 2011-05-13 Tom Tromey <tromey@redhat.com>
132
133 * gdb.dwarf2/clztest.exp: New file.
134 * gdb.dwarf2/clztest.c: New file.
135 * gdb.dwarf2/clztest.S: New file.
136
137 2011-05-13 Doug Evans <dje@google.com>
138
139 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
140 String16 tests.
141
142 2011-05-13 Tom Tromey <tromey@redhat.com>
143
144 * lib/gdb.exp (is_x86_like_target): New proc.
145 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
146 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
147 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
148 -nostdlib to compiler.
149 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
150 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
151 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
152 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
153 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
154
155 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
156
157 * gdb.python/py-function.exp: Test setting a value from a function
158 which executes a command.
159
160 2011-05-12 Tom Tromey <tromey@redhat.com>
161
162 * gdb.dwarf2/typeddwarf.S: New file.
163 * gdb.dwarf2/typeddwarf.c: New file.
164 * gdb.dwarf2/typeddwarf.exp: New file.
165
166 2011-05-12 Marek Polacek <mpolacek@redhat.com>
167
168 * gdb.mi/mi-basics.exp: Fix races. Honour the
169 `test_exec_and_symbol_mi_operatons' return value.
170 (test_mi_interpreter_selection): Use mi_gdb_test instead of
171 gdb_test_multiple.
172 (test_exec_and_symbol_mi_operatons): Likewise.
173 (test_path_specification): Likewise.
174
175 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
176
177 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
178 (gdb_touch_execfile): Remove catch wrappers. New variable time.
179 Replace `file copy' and `file rename' by `file mtime'. Twice.
180
181 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * gdb.base/readline-ask.c: New file.
184 * gdb.base/readline-ask.exp: New file.
185 * gdb.base/readline-ask.inputrc: New file.
186
187 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
188
189 * gdb.cell/bt.exp: Delete breakpoints before running to signal
190 to avoid race condition.
191 * gdb.cell/coremaker.c: Use small stack size.
192 * gdb.cell/ea-standalone.exp: Use file name without path as
193 argument to c_to.
194 * gdb.cell/fork.exp: Allow other output when continuing to end.
195
196 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 * gdb.threads/corethreads.c: New file.
199 * gdb.threads/corethreads.exp: New file.
200
201 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
202
203 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
204 Try to compile the test using -Wl,-z,norelro first.
205 (load_core): New variable libthread_db_seen, initialize it.
206 (zeroed-threads cannot be listed): Protect it by XFAIL on
207 !$libthread_db_seen.
208
209 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
210
211 PR 12573
212 * gdb.dwarf2/dw2-skip-prologue.S: New file.
213 * gdb.dwarf2/dw2-skip-prologue.c: New file.
214 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
215
216 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 * gdb.cp/psymtab-parameter.cc: New file.
219 * gdb.cp/psymtab-parameter.exp: New file.
220
221 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
222
223 Fix a race.
224 * gdb.cp/static-print-quit.exp (print c): Split to ...
225 (print c - <return>, print c - q <return>, print c - to quit):
226 ... these. Make the testfile untested on gdb-7.1.
227
228 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
229
230 * lib/gdb.exp (exec_target_file, exec_symbol_file,
231 gdb_rename_execfile, gdb_touch_execfile): New.
232 * gdb.base/reread.exp: Use new procs to handle multiple
233 exec files.
234
235 2011-05-05 Yao Qi <yao@codesourcery.com>
236
237 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
238 (test_adr_32bit, test_pop_pc): New.
239 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
240 (test_adr_32bit, test_pop_pc): New.
241
242 2011-05-04 Joseph Myers <joseph@codesourcery.com>
243
244 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
245 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
246 targets.
247 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
248 handle targets.
249
250 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
251
252 * gdb.base/completion.exp (complete help info wat): Rename to ...
253 (complete 'help info wat'): ... here.
254 Remove all `-re ".*' and `-re "^.*' redundant regexes.
255 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
256
257 2011-05-04 Pedro Alves <pedro@codesourcery.com>
258
259 * gdb.base/completion.exp: Use gdb_test_multiple instead of
260 gdb_test and explicit $gdb_prompt/timeout matches.
261
262 2011-05-04 Yao Qi <yao@codesourcery.com>
263
264 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
265 and __thumb2__.
266
267 2011-05-03 Marek Polacek <mpolacek@redhat.com>
268
269 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
270 in place of `gdb_test "delete breakpoints"'. This eliminates two
271 testcases.
272
273 2011-05-02 Pedro Alves <pedro@codesourcery.com>
274
275 PR testsuite/12649
276 Fix races.
277
278 * gdb.base/completion.exp: Remove all sleep calls. Remove
279 unnecessary regexs. Don't explicitly expect anything after the
280 prompt. Eat the prompt if necessary.
281
282 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
283
284 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
285 accept to show the caller line again as well as the line after.
286
287 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
288
289 PR mi/12531
290
291 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
292 compile target.
293 * gdb.python/py-prettyprint.exp: Add C++ object for
294 CPLUS_FAKE_CHILD test.
295
296 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
297
298 * gdb.base/signest.exp: New file.
299 * gdb.base/signest.c: Likewise.
300
301 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
302
303 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
304 thread and breakpoint notifications.
305
306 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
307
308 * gdb.base/fortran-sym-case.c: New file.
309 * gdb.base/fortran-sym-case.exp: New file.
310 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
311 * gdb.dwarf2/dw2-case-insensitive.c: New file.
312 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
313
314 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
317 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
318 false #1', `if true else false #2' and `if true else false #3'.
319
320 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
321
322 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
323 while delivering signal.
324
325 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
326
327 MI breakpoint notifications.
328
329 * testsuite/gdb.mi/mi-cli.exp: Adust.
330 * testsuite/gdb.mi/mi2-cli.exp: Adust.
331 * testsuite/gdb.mi/mi-watch.exp: Adust.
332 * testsuite/gdb.mi/mi2-watch.exp: Adust.
333 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
334 notifications.
335
336 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
337
338 * gdb.base/gdbindex-stabs-dwarf.c: New file.
339 * gdb.base/gdbindex-stabs.c: New file.
340 * gdb.base/gdbindex-stabs.exp: New file.
341
342 2011-04-25 Yao Qi <yao@codesourcery.com>
343
344 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
345 with /*...*/.
346 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
347
348 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 * gdb.python/py-value.exp (test_objfiles): Name the first test
351 `py-value in file.filename'.
352
353 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
354
355 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
356 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
357 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
358 !gdbserver_reconnect_p..
359 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
360
361 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 * gdb.cp/cpcompletion.exp (complete class methods)
364 (complete class methods beginning with F): Move them above runto. New
365 comment about the runto delimiter.
366
367 2011-04-20 Pedro Alves <pedro@codesourcery.com>
368
369 * gdb.base/maint.exp: Test that "maint print registers" works
370 without a running program.
371
372 2011-04-20 Marek Polacek <mpolacek@redhat.com>
373
374 * gdb.base/setshow.exp: Fix racy tests.
375 ($old_gdb_prompt): New variable.
376
377 2011-04-19 Tom Tromey <tromey@redhat.com>
378
379 * gdb.mi/mi-nsmoribund.exp:
380 * gdb.hp/gdb.objdbg/objdbg01.exp:
381 * gdb.base/structs.exp (test_struct_returns):
382 * gdb.base/call-sc.exp (test_scalar_returns):
383 * gdb.base/bigcore.exp: Remove duplicate words.
384
385 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
386
387 * gdb.base/break-interp-lib.c (v, vptr): New variables.
388 * gdb.base/break-interp.exp (test_attach): New comment.
389
390 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
391
392 * gdb.threads/gcore-thread.exp ($core0file): New variable.
393 (clear __stack_user.next, clear stack_used.next)
394 (save a zeroed-threads corefile): New test.
395 Call core_load for $core0file.
396 (zeroed-threads cannot be listed): New test.
397
398 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
401 filename.
402 ($srcfile): Preserve the original value.
403 ($testfile): Match it the .exp filename.
404 ($corefile): New variable. Substitute it around.
405 Use clean_restart.
406 ($prev_timeout): Remove.
407 (load_core): Move core loading into this proc.
408 Fix restore of $timeout if load_core fails.
409
410 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
411
412 * gdb.base/eu-strip-infcall.c: New file.
413 * gdb.base/eu-strip-infcall.exp: New file.
414
415 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
416
417 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
418 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
419
420 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
421
422 Fix Python access to inlined frames.
423 * gdb.python/py-frame-inline.c: New file.
424 * gdb.python/py-frame-inline.exp: New file.
425
426 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
427
428 * gdb.base/gdb1090.exp: Change breakpoint location to read the
429 content of 's24' correctly (avoiding "optimized out").
430 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
431
432 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
433
434 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
435
436 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
437
438 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
439 expect a colon in watch -location output.
440
441 2011-04-13 Marek Polacek <mpolacek@redhat.com>
442
443 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
444 New testcase `expect response to define backtrace'. Also remove
445 redundant `default' block.
446
447 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 * gdb.python/py-prettyprint.c (struct hint_error): New.
450 (main): New variable hint_error.
451 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
452 "print hint_error".
453 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
454 (register_pretty_printers): Register it.
455
456 2011-04-04 Tom Tromey <tromey@redhat.com>
457
458 * gdb.cp/maint.exp (test_help): Update.
459 (test_namespace): Likewise.
460
461 2011-04-01 Joel Brobecker <brobecker@adacore.com>
462
463 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
464 * gdb.ada/arrayptr.exp: Add new tests.
465
466 2011-04-01 Joel Brobecker <brobecker@adacore.com>
467
468 * gdb.ada/mi_catch_ex: New testcase.
469
470 2011-04-01 Pedro Alves <pedro@codesourcery.com>
471
472 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
473 base::overload(void) method without specifying "const".
474
475 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
476
477 * gdb.arch/thumb-singlestep.S: New file.
478 * gdb.arch/thumb-singlestep.exp: Likewise.
479
480 2011-03-31 Tom Tromey <tromey@redhat.com>
481
482 * gdb.python/py-prettyprint.py (exception_flag): New global.
483 (NoStringContainerPrinter._iterator.next): Check it.
484 * gdb.python/py-prettyprint.c (main): New variable nstype2.
485 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
486
487 2011-03-29 Tom Tromey <tromey@redhat.com>
488
489 * gdb.cp/anon-struct.cc: New file.
490 * gdb.cp/anon-struct.exp: New file.
491
492 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
493
494 Test STT_GNU_IFUNC support.
495 * gdb.base/gnu-ifunc-lib.c: New file.
496 * gdb.base/gnu-ifunc.c: New file.
497 * gdb.base/gnu-ifunc.exp: New file.
498
499 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
500
501 Support a ring of related breakpoints.
502 * gdb.base/watchpoint-delete.c: New file.
503 * gdb.base/watchpoint-delete.exp: New file.
504
505 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
506
507 * gdb.ada/arrayparam.exp (print first after function call): Use
508 explicit package name. Add a comment
509 (print lasta after function call): Rename ...
510 (print last after function call): ... it and use explicit package
511 name.
512 (print length after function call): Use explicit package name.
513 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
514 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
515 (multiple matches for symbol i): Rename ...
516 (multiple matches for symbol integervar): ... it.
517 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
518 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
519
520 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
521
522 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
523 environment variable to make grep output more predictable. Move
524 all the environment setup into gdb_init so it's done once per test
525 case rather than each time we start gdb.
526
527 2011-03-24 Tom Tromey <tromey@redhat.com>
528
529 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
530 test.
531
532 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 * gdb.dwarf2/dw2-entry-value-main.c: New file.
535 * gdb.dwarf2/dw2-entry-value.S: New file.
536 * gdb.dwarf2/dw2-entry-value.exp: New file.
537
538 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
539
540 PR python/12183
541
542 * gdb.python/py-function.exp: Add GdbError tests.
543
544 2011-03-18 Pedro Alves <pedro@codesourcery.com>
545
546 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
547 (reglocal_test_func, statlocal_test_func): New functions.
548 (globals_test_func): Call new functions.
549 * gdb.trace/unavailable.exp (gdb_collect_args_test)
550 (gdb_collect_locals_test): New procedure.
551 (gdb_trace_collection_test): Call new procedures.
552
553 2011-03-18 Pedro Alves <pedro@codesourcery.com>
554
555 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
556 (test_register, test_register_unavailable): New procedures.
557 (gdb_unavailable_registers_test): New procedure.
558 (gdb_trace_collection_test): Call it.
559
560 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
561
562 PR python/12149
563
564 * gdb.python/python.exp: Add gdb.write tests.
565
566 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
567
568 * gdb.python/Makefile.in: Add py-objfile.
569 * gdb.python/py-objfile.exp: New file.
570 * gdb.python/py-objfile.c: New file.
571 * gdb.python/py-block.exp: Add is_valid tests.
572 * gdb.python/py-inferior.exp: Ditto.
573 * gdb.python/py-infthread.exp: Ditto.
574 * gdb.python/py-symbol.exp: Ditto.
575 * gdb.python/py-symtab.exp: Ditto.
576
577 2011-03-16 Keith Seitz <keiths@redhat.com>
578
579 PR c++/12273
580 * gdb.cp/cmpd-minsyms.exp: New test.
581 * gdb.cp/cmpd-minsyms.cc: New file.
582
583 PR c++/11734
584 * gdb.cp/ovsrch.exp: New test.
585 * gdb.cp/ovsrch.h: New file.
586 * gdb.cp/ovsrch1.cc: New file.
587 * gdb.cp/ovsrch2.cc: New file.
588 * gdb.cp/ovsrch3.cc: New file.
589 * gdb.cp/ovsrch4.cc: New file.
590
591 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
592
593 PR gdb/12528
594 * gdb.base/Makefile.in: Adjust EXECUTABLES.
595 * gdb.base/break-on-linker-gcd-function.exp: New test.
596 * gdb.base/break-on-linker-gcd-function.cc: New file.
597
598 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
599
600 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
601
602 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
603
604 * lib/gdb.exp (gdb_unload): Add another termination case.
605
606 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
607
608 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
609 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
610 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
611 Provide a stub byte there.
612 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
613 DW_AT_entry_pc.
614 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
615
616 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
617
618 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
619 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
620 "generic ABI, auto".
621 (altivec_abi_tests): Accept vectors returned by reference.
622
623 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
624
625 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
626
627 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
628
629 * gdb.python/py-section-script.exp: Skip test if no Python support.
630
631 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
632
633 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
634
635 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
636
637 * gdb.python/py-parameter.exp: Update tests to the new Python
638 parameter API. Add "no documentation" test. Add deprecated API
639 backward compatibility test.
640
641 2011-03-09 Tom Tromey <tromey@redhat.com>
642
643 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
644 gdb_continue_to_end.
645
646 2011-03-09 Mark Kettenis <kettenis@gnu.org>
647
648 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
649 tabs.
650
651 2011-03-09 Tom Tromey <tromey@redhat.com>
652
653 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
654 parentheses.
655 (gdb_continue_to_end): Add "allow_extra" parameter. Use
656 $command.
657 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
658 argument to gdb_continue_to_end.
659 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
660 argument to gdb_continue_to_end.
661 * gdb.cp/annota3.exp: Fix regex.
662 * gdb.cp/annota2.exp: Fix regex.
663 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
664 gdb_continue_to_end.
665 * gdb.base/call-signal-resume.exp: Revert earlier patch.
666 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
667 gdb_continue_to_end.
668
669 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 * gdb.server/ext-run.exp
672 (load new file without any gdbserver inferior): New test.
673
674 2011-03-07 Tom Tromey <tromey@redhat.com>
675
676 * Makefile.in (TAGS): Rewrite.
677
678 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * gdb.trace/report.exp (12.1: trace report #1): New match for the
681 initial commands echo. New match for `Found trace'. Anchor all the
682 other matches. Anchor and match for `No trace frame found' the final
683 match.
684
685 2011-03-07 Tom Tromey <tromey@redhat.com>
686
687 * Makefile.in (TAGS): New target.
688
689 2011-03-07 Tom Tromey <tromey@redhat.com>
690
691 * lib/opencl.exp (skip_opencl_tests): Update for exit message
692 change.
693 * lib/mi-support.exp (mi_gdb_test): Update for exit message
694 change.
695 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
696 exit message change.
697 (skip_altivec_tests): Update for exit message change.
698 (skip_vsx_tests): Likewise.
699 (gdb_continue_to_end): Likewise. Add 'command' argument.
700 * lib/cell.exp (skip_cell_tests): Update for exit message change.
701 * gdb.threads/tls.exp: Update for exit message change.
702 * gdb.threads/thread-unwindonsignal.exp: Use
703 gdb_continue_to_end.
704 * gdb.threads/step.exp (step_it): Update for exit message change.
705 (continue_all): Likewise.
706 * gdb.threads/print-threads.exp (test_all_threads): Update for
707 exit message change.
708 * gdb.threads/interrupted-hand-call.exp: Use
709 gdb_continue_to_end.
710 * gdb.threads/execl.exp: Use gdb_continue_to_end.
711 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
712 gdb_continue_to_end.
713 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
714 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
715 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
716 * gdb.cp/method.exp: Update for exit message change.
717 * gdb.cp/mb-templates.exp: Update for exit message change.
718 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
719 * gdb.cp/annota3.exp: Update for exit message change.
720 * gdb.cp/annota2.exp: Update for exit message change.
721 * gdb.cell/fork.exp: Use gdb_continue_to_end.
722 * gdb.base/term.exp: Update for exit message change.
723 * gdb.base/step-test.exp (test_i): Update for exit message change.
724 * gdb.base/sigstep.exp (advance): Update for exit message change.
725 (advancei): Likewise.
726 * gdb.base/siginfo.exp: Update for exit message change.
727 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
728 * gdb.base/reread.exp: Use gdb_continue_to_end.
729 * gdb.base/langs.exp: Use gdb_continue_to_end.
730 * gdb.base/interrupt.exp: Update for exit message change.
731 * gdb.base/gdb1555.exp: Update for exit message change.
732 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
733 * gdb.base/ending-run.exp: Update for exit message change.
734 * gdb.base/chng-syms.exp: Update for exit message change.
735 * gdb.base/checkpoint.exp: Update for exit message change.
736 * gdb.base/catch-syscall.exp (check_for_program_end): Use
737 gdb_continue_to_end.
738 (test_catch_syscall_with_wrong_args): Likewise.
739 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
740 * gdb.base/break-interp.exp (test_ld): Update for exit message
741 change.
742 * gdb.base/bang.exp: Update for exit message change.
743 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
744 (do_call_attach_tests): Likewise.
745 * gdb.base/a2-run.exp: Update for exit message change.
746 * gdb.arch/ppc-dfp.exp: Update for exit message change.
747 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
748 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
749
750 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
751
752 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
753
754 2011-03-03 Tom Tromey <tromey@redhat.com>
755
756 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
757 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
758 * gdb.hp/gdb.aCC/configure.ac: Remove.
759 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
760 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
761 * gdb.hp/gdb.base-hp/configure.ac: Remove.
762 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
763 * gdb.hp/gdb.compat/configure (Makefile): Remove.
764 * gdb.hp/gdb.compat/configure.ac: Remove.
765 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
766 * gdb.hp/gdb.defects/configure (Makefile): Remove.
767 * gdb.hp/gdb.defects/configure.ac: Remove.
768 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
769 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
770 * gdb.hp/gdb.objdbg/configure.ac: Remove.
771 * gdb.hp/configure.ac: Remove.
772 * gdb.hp/configure: Remove.
773 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
774 substitution.
775 (Makefile): Remove rule.
776 * gdb.cell/configure.ac: Remove.
777 * gdb.cell/configure: Remove.
778 * gdb.stabs/Makefile.in (Makefile): Remove.
779 (distclean): Don't remove config.status or config.log.
780 * gdb.stabs/configure (Makefile): Remove.
781 * gdb.stabs/configure.ac: Remove.
782 * configure: Rebuild.
783 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
784 Remove stabs- and cell-specific logic. Test for existence of
785 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
786 subdirectories, gdb.cell, and and gdb.stabs.
787 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
788
789 2011-03-03 Joel Brobecker <brobecker@adacore.com>
790
791 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
792 end of buffer.
793
794 2011-03-02 Joel Brobecker <brobecker@adacore.com>
795
796 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
797 gdb_test when running a test where we expected no output back.
798
799 2011-02-28 Michael Snyder <msnyder@vmware.com>
800
801 * gdb.cp/overload.cc: Change initializer value to integer.
802
803 2011-02-27 Michael Snyder <msnyder@vmware.com>
804
805 * gdb.multi/base.exp: Add test for remove-inferiors.
806
807 2011-02-26 Joel Brobecker <brobecker@adacore.com>
808
809 * gdb.python/py-frame.exp: Simplify the initialization phase
810 using prepare_for_testing.
811
812 2011-02-25 Michael Snyder <msnyder@vmware.com>
813
814 * gdb.multi/base.exp: Add tests for info inferiors with args.
815
816 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
817
818 * gdb.dwarf2/dw2-ranges.S: Rename to ...
819 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
820 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
821 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
822 asmfile3. Comment the STABS (#3) file compilation. Compile
823 everything through assembler. Provide KFAIL for symtab/12497.
824 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
825 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
826 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
827 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
828
829 2011-02-24 Michael Snyder <msnyder@vmware.com>
830
831 * gdb.base/break.exp: Add tests for delete breakpoints using
832 convenience variables and value history references.
833
834 2011-02-24 Michael Snyder <msnyder@vmware.com>
835
836 * gdb.base/break.exp: Remove debugging 'printf' accidentally
837 left behind in previous check-in.
838
839 2011-02-23 Michael Snyder <msnyder@vmware.com>
840
841 * gdb.base/break.exp: Add tests for "info break" with arguments.
842 * gdb.trace/infotrace.exp: Update patterns for error and help.
843 * gdb.base/completion.exp: Update pattern.
844 * gdb.base/ena-dis-br.exp: Update pattern.
845 * gdb.base/help.exp: Update patterns.
846
847 2011-02-23 Michael Snyder <msnyder@vmware.com>
848
849 * gdb.base/memattr.exp: New test.
850 * gdb.base/memattr.c: Test load for memattr.exp.
851
852 2011-02-22 Doug Evans <dje@google.com>
853
854 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
855
856 2011-02-22 Michael Snyder <msnyder@vmware.com>
857
858 * Makefile.in: Make more clean.
859 * gdb.ada/Makefile.in: Ditto.
860 * gdb.arch/Makefile.in: Ditto.
861 * gdb.asm/Makefile.in: Ditto.
862 * gdb.base/Makefile.in: Ditto.
863 * gdb.cp/Makefile.in: Ditto.
864 * gdb.dwarf2/Makefile.in: Ditto.
865 * gdb.java/Makefile.in: Ditto.
866 * gdb.mi/Makefile.in: Ditto.
867 * gdb.modula2/Makefile.in: Ditto.
868 * gdb.python/Makefile.in: Ditto.
869 * gdb.server/Makefile.in: Ditto.
870 * gdb.stabs/Makefile.in: Ditto.
871 * gdb.threads/Makefile.in: Ditto.
872 * gdb.trace/Makefile.in: Ditto.
873
874 2011-02-22 Michael Snyder <msnyder@vmware.com>
875
876 * gdb.threads/thread-find.exp: Add tests for bad input to
877 info threads.
878
879 2011-02-22 Joel Brobecker <brobecker@adacore.com>
880
881 * gdb.python/py-breakpoint.exp: Fix the expected output of
882 one of the "maint info breakpoints" tests to accept the output
883 generated on platforms that do not have hardware watchpoints.
884
885 2011-02-22 Joel Brobecker <brobecker@adacore.com>
886
887 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
888 clean_restart. Be a little stricter in the expected output
889 for one of the tests. Fix a typo in one of the comments.
890
891 2011-02-22 Joel Brobecker <brobecker@adacore.com>
892
893 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
894 Delete variable binfile, no longer use. Add or modify test
895 comments to make them unique.
896
897 2011-02-21 Michael Snyder <msnyder@vmware.com>
898
899 * Makefile.in: Update for make clean.
900 * gdb.ada/Makefile.in: Ditto.
901 * gdb.arch/Makefile.in: Ditto.
902 * gdb.asm/Makefile.in: Ditto.
903 * gdb.base/Makefile.in: Ditto.
904 * gdb.cp/Makefile.in: Ditto.
905 * gdb.dwarf2/Makefile.in: Ditto.
906 * gdb.java/Makefile.in: Ditto.
907 * gdb.mi/Makefile.in: Ditto.
908 * gdb.modula2/Makefile.in: Ditto.
909 * gdb.python/Makefile.in: Ditto.
910 * gdb.server/Makefile.in: Ditto.
911 * gdb.stabs/Makefile.in: Ditto.
912 * gdb.threads/Makefile.in: Ditto.
913 * gdb.trace/Makefile.in: Ditto.
914
915 2011-02-21 Michael Snyder <msnyder@vmware.com>
916
917 * gdb.threads/thread-find.exp: Update patterns for changes in
918 output of "info threads" command.
919
920 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
921 Ulrich Weigand <uweigand@de.ibm.com>
922
923 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
924 (skip_hw_watchpoint_tests): Likewise.
925 (skip_hw_watchpoint_multi_tests): Likewise.
926
927 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
928
929 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
930 (skip_hw_watchpoint_tests): Likewise.
931 (skip_hw_watchpoint_multi_tests): Likewise.
932 (skip_hw_watchpoint_access_tests): Likewise.
933
934 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
935 * gdb.base/pr11022.exp: Likewise.
936 * gdb.base/watch-read.exp: Likewise.
937 * gdb.base/watch_thread_num.exp: Likewise.
938 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
939 * gdb.base/watchpoint-hw.exp: Likewise.
940 * gdb.base/watchpoint.exp: Likewise.
941 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
942 * gdb.threads/watchthreads-reorder.exp: Likewise.
943 * gdb.threads/watchthreads.exp: Likewise.
944 * gdb.threads/watchthreads2.exp: Likewise.
945
946 2011-02-21 Joel Brobecker <brobecker@adacore.com>
947
948 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
949 the debugger is unable to find the array bounds.
950
951 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
952
953 * gdb.cp/typedef-operator.exp: New file.
954 * gdb.cp/typedef-operator.cc: New file.
955
956 2011-02-17 Michael Snyder <msnyder@vmware.com>
957
958 * gdb.threads/thread-find.exp: Fix regular expressions.
959
960 2011-02-17 Joel Brobecker <brobecker@adacore.com>
961
962 * gdb.ada/packed_array: Expand testcase to test printing of
963 unconstrained packed array.
964
965 2011-02-17 Joel Brobecker <brobecker@adacore.com>
966
967 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
968
969 2011-02-16 Pedro Alves <pedro@codesourcery.com>
970
971 * gdb.trace/collection.c (globalarr3): New global.
972 (main): Initialize it before collecting, and and clear it
973 afterwards.
974 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
975 collecting with '{type} addr', where the addr expression is not an
976 rvalue.
977
978 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
979
980 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
981 a bool variable. Expect correct OpenCL names for vector types. Use the
982 uc3 variable name instead of referring to the uchar3 built-in type.
983 Escape the asterisk at the half pointer test.
984
985 2011-02-16 Pedro Alves <pedro@codesourcery.com>
986
987 * gdb.trace/collection.c (globalarr2): New global.
988 (main): Initialize it before collecting, and and clear it
989 afterwards.
990 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
991 collecting overlapping memory ranges.
992
993 2011-02-15 Michael Snyder <msnyder@vmware.com>
994
995 * gdb.base/default.exp: Add tests for thread commands.
996 * gdb.base/help.exp: Add tests for thread commands.
997 * gdb.threads/thread-find.exp: New test for thread find command.
998
999 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
1000
1001 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
1002
1003 2011-02-15 Yao Qi <yao@codesourcery.com>
1004
1005 PR tdep/12352
1006 * gdb.arch/arm-disp-step.S : New test for str instruction.
1007 * gdb.arch/arm-disp-step.exp : Likewise.
1008
1009 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1010
1011 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
1012 "vector_register2_vr" test strings. Test the extended floating
1013 point registers (F32~F63).
1014 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
1015 IBM XL C compiler. Make the test program use a register provided
1016 by the compiler for the lxvd2x instruction.
1017
1018 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1019
1020 * gdb.trace/unavailable.cc (class Base, class Middle, class
1021 Derived): New types.
1022 (derived_unavail, derived_partial, derived_whole): New globals.
1023 (virtual_partial): New global.
1024 (virtualp): Point at virtual_partial.
1025 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1026 related to unavailable vptr.
1027
1028 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1029
1030 * gdb.trace/unavailable.cc (a, b, c): New globals.
1031 (main): Set and clear them.
1032 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1033 `a' and `c', and check that `b' isn't collected, although `a' and
1034 `c' are.
1035
1036 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1037
1038 * gdb.trace/unavailable.cc (struct Virtual): New.
1039 (virtualp): New global pointer.
1040 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1041 printing a pointer to an object whose type has a vtable, with
1042 print object on.
1043
1044 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1045
1046 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
1047 value repeat handles unavailableness.
1048
1049 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1050
1051 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
1052 tests for building arrays from unavailable values, subscripting
1053 non-memory rvalue unvailable arrays, and accessing fields or
1054 baseclasses of non-lazy unavailable values,
1055 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
1056 struct types.
1057 (g_smallstruct, g_smallstruct_b): New globals.
1058
1059 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1060
1061 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
1062
1063 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1064
1065 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1066 * gdb.cp/overload-const.exp: New file.
1067 * gdb.cp/overload-const.cc: New file.
1068
1069 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1070
1071 * gdb.opencl/callfuncs.cl: New file.
1072 * gdb.opencl/callfuncs.exp: New test.
1073 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
1074
1075 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1076
1077 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
1078 when computing result.
1079 * gdb.arch/altivec-abi.exp: Update expected results.
1080
1081 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1082
1083 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
1084 * gdb.base/jit.exp: Likewise.
1085 * gdb.base/pie-execl.exp: Likewise.
1086 * gdb.base/solib-nodir.exp: Likewise.
1087 * gdb.base/solib-overlap.exp: Likewise.
1088
1089 2011-02-07 Pedro Alves <pedro@codesourcery.com>
1090
1091 * gdb.trace/collection.c (global_pieces): New.
1092 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
1093 New procedure.
1094 (gdb_trace_collection_test): Call it.
1095
1096 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1097
1098 * gdb.python/py-evthreads.c: New file.
1099 * gdb.python/py-evthreads.exp: New file.
1100 * gdb.python/py-events.py: New file.
1101 * gdb.python/py-events.exp: New file.
1102 * gdb.python/py-events.c: New file.
1103
1104 2011-02-04 David Daney <ddaney@caviumnetworks.com>
1105
1106 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
1107
1108 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
1109
1110 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
1111 gdb.base/disasm-end-cu.exp: New test for disassembling over the
1112 boundary between two compilation units.
1113
1114 2011-02-02 Pedro Alves <pedro@codesourcery.com>
1115
1116 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
1117 (Virtual): New structs.
1118 (virtual_o, virtual_middle_b): New globals.
1119 * gdb.cp/virtbase.exp: New tests.
1120
1121 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1122
1123 * gdb.base/jit.exp: New file.
1124 * gdb.base/jit-main.c: New file.
1125 * gdb.base/jit-solib.c: New file.
1126
1127 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
1128
1129 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
1130 proceed to initial kernel entry point.
1131 * gdb.opencl/datatypes.exp: Likewise.
1132 * gdb.opencl/operators.exp: Likewise.
1133 * gdb.opencl/vec_comps.exp: Likewise.
1134
1135 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
1136
1137 * gdb.cp/nsnested.cc: New.
1138 * gdb.cp/nsnested.exp: New.
1139 * gdb.cp/nsnoimports.exp: New.
1140 * gdb.cp/nsnoimports.cc: New.
1141
1142 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1143
1144 * gdb.base/interact.exp: Add extra tests that verify that
1145 the value of the interactive-mode setting does not change
1146 after the script is sourced.
1147
1148 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1149
1150 * gdb.cp/noparam.exp: New file.
1151 * gdb.cp/noparam.cc: New file.
1152
1153 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1154
1155 * gdb.trace/tfile.exp: Test that with no traceframe selected,
1156 there's no stack or registers.
1157
1158 2011-01-26 Tom Tromey <tromey@redhat.com>
1159
1160 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1161 space before string output. Add test for "set print pretty off"
1162 case.
1163
1164 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1165
1166 * gdb.base/frame-args.exp: Adjust.
1167 * gdb.dwarf2/dw2-noloc.exp: Adjust.
1168 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1169 * gdb.dwarf2/pieces.exp: Adjust.
1170 * gdb.opt/clobbered-registers-O2.exp: Adjust.
1171 * gdb.opt/inline-locals.exp: Adjust.
1172 * gdb.threads/fork-child-threads.exp: Adjust.
1173
1174 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
1175
1176 * gdb.opencl/convs_casts.cl: Move program scope variables into the
1177 OpenCL kernel function. Add a comment as marker. Add address space
1178 qualifiers for the remaining program scope variables.
1179 * gdb.opencl/datatypes.cl: Likewise.
1180 * gdb.opencl/operators.cl: Likewise.
1181 * gdb.opencl/vec_comps.cl: Likewise.
1182 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1183 Add breakpoint at the marker comment.
1184 * gdb.opencl/datatypes.exp: Likewise.
1185 * gdb.opencl/operators.exp: Likewise.
1186 * gdb.opencl/vec_comps.exp: Likewise.
1187
1188 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1189
1190 * gdb.base/printcmds.c (some_struct): New struct and instance.
1191 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1192 procedure.
1193 <global scope>: Call it.
1194
1195 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
1196
1197 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1198 argument to the gdb_compile_opencl_hostapp call.
1199
1200 2011-01-19 Yao Qi <yao@codesourcery.com>
1201
1202 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1203 positve list.
1204
1205 2011-01-19 Yao Qi <yao@codesourcery.com>
1206
1207 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1208 canonical form.
1209 Remove "xscale-*-*"
1210 * gdb.xml/tdesc-regs.exp: Likewise.
1211 * gdb.python/py-section-script.exp: Replace ARM target triplet
1212 with canonical form.
1213 Match arm*-*-symbianelf*.
1214 * gdb.base/dup-sect.exp: Likewise.
1215 * lib/dwarf.exp: New.
1216 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1217 dwarf2_support.
1218 * gdb.dwarf2/dup-psym.exp: Likewise.
1219 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1220 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1221 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1222 * gdb.dwarf2/dw2-basic.exp: Likewise.
1223 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1224 * gdb.dwarf2/dw2-const.exp: Likewise.
1225 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1226 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1227 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1228 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1229 * gdb.dwarf2/dw2-filename.exp: Likewise.
1230 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1231 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1232 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1233 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1234 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1235 * gdb.dwarf2/dw2-noloc.exp: Likewise.
1236 * gdb.dwarf2/dw2-op-call.exp: Likewise.
1237 * gdb.dwarf2/dw2-producer.exp: Likewise.
1238 * gdb.dwarf2/dw2-ranges.exp: Likewise.
1239 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1240 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1241 * gdb.dwarf2/dw2-strp.exp: Likewise.
1242 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1243 * gdb.dwarf2/implptr.exp: Likewise.
1244 * gdb.dwarf2/mac-fileno.exp: Likewise.
1245 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1246 * gdb.dwarf2/pieces.exp: Likewise.
1247 * gdb.dwarf2/pr11465.exp: Likewise.
1248 * gdb.dwarf2/valop.exp: Likewise.
1249 * gdb.dwarf2/watch-notconst.exp: Likewise.
1250 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1251
1252 2011-01-19 Tom Tromey <tromey@redhat.com>
1253
1254 * gdb.python/py-infthread.exp: Add thread tests.
1255
1256 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1257
1258 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1259
1260 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1261
1262 * gdb.ada/widewide: New testcase.
1263
1264 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1265
1266 * gdb.base/interact.exp: New testcase.
1267
1268 2011-01-12 Tom Tromey <tromey@redhat.com>
1269
1270 * gdb.mi/gdb2549.exp: Update for error message changes.
1271 * gdb.mi/mi-cli.exp: Likewise.
1272 * gdb.mi/mi-disassemble.exp: Likewise.
1273 * gdb.mi/mi-pthreads.exp: Likewise.
1274 * gdb.mi/mi-regs.exp: Likewise.
1275 * gdb.mi/mi-stack.exp: Likewise.
1276 * gdb.mi/mi-var-block.exp: Likewise.
1277 * gdb.mi/mi-var-cmd.exp: Likewise.
1278 * gdb.mi/mi2-cli.exp: Likewise.
1279 * gdb.mi/mi2-disassemble.exp: Likewise.
1280 * gdb.mi/mi2-pthreads.exp: Likewise.
1281 * gdb.mi/mi2-regs.exp: Likewise.
1282 * gdb.mi/mi2-stack.exp: Likewise.
1283 * gdb.mi/mi2-var-block.exp: Likewise.
1284 * gdb.mi/mi2-var-cmd.exp: Likewise.
1285
1286 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1287 Jan Kratochvil <jan.kratochvil@redhat.com>
1288
1289 PR fortran/11104 and DWARF unbound arrays detection.
1290 * gdb.fortran/multi-dim.exp: New file.
1291 * gdb.fortran/multi-dim.f90: New file.
1292
1293 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1294
1295 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
1296 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
1297 add new tests for opcode dumping.
1298
1299 2011-01-11 Tom Tromey <tromey@redhat.com>
1300
1301 * gdb.python/py-infthread.exp: Load gdb-python.exp.
1302
1303 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1304
1305 Convert hardware watchpoints to use breakpoint_ops.
1306 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
1307 type is not supported.
1308 * gdb.base/foll-fork.exp: Likewise.
1309 * gdb.base/foll-vfork.exp: Likewise.
1310
1311 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
1312
1313 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
1314 Use load_lib gdb-python.exp.
1315 * gdb.python/python.exp: Ditto.
1316 * gdb.python/py-function.exp: Ditto.
1317
1318 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1319
1320 * gdb.threads/tls.exp ("info address me"): Fix expected output.
1321
1322 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1323
1324 * configure: Regenerate.
1325
1326 2011-01-06 Tom Tromey <tromey@redhat.com>
1327
1328 * gdb.python/py-frame.exp: Test gdb.newest_frame.
1329
1330 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1331
1332 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
1333 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
1334 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1335 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
1336 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
1337 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1338 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
1339 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
1340 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
1341 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
1342 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
1343 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
1344 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
1345 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1346 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1347 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
1348 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
1349 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
1350 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1351 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1352 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1353 gdb.ada/uninitialized_vars.exp,
1354 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1355 Simplify by using clean_restart.
1356
1357 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1358
1359 Add marker to be used as anchor for inserting breakpoints.
1360 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1361 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1362 Likewise.
1363
1364 Remove uses of gdb_start_cmd.
1365 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1366 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1367
1368 Do not run testcase if testing with GDBserver.
1369 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1370 if testing with GDBserver.
1371
1372 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1373
1374 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1375 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1376 copyright header.
1377
1378 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1379
1380 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1381 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1382 testsuite/gdb.fortran/complex.f,
1383 testsuite/gdb.fortran/derived-type.f90,
1384 testsuite/gdb.fortran/library-module-lib.f90,
1385 testsuite/gdb.fortran/library-module-main.f90,
1386 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1387 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1388 Copyright year update.
1389
1390 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1391
1392 * gdb.base/langs1.f: Add copyright header.
1393
1394 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1395
1396 * gdb.base/morestack.exp: New file.
1397 * gdb.base/morestack.c: New file.
1398
1399 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1400
1401 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1402
1403 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1404
1405 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1406 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1407
1408 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1409
1410 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1411
1412 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1413
1414 * gdb.threads/tls.exp: Fix typo.
1415
1416 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1417 * gdb.threads/execl.exp: Update.
1418
1419 2010-12-23 Yao Qi <yao@codesourcery.com>
1420
1421 * gdb.arch/arm-disp-step.exp: New.
1422 * gdb.arch/arm-disp-step.S: New.
1423
1424 2010-12-21 Tom Tromey <tromey@redhat.com>
1425
1426 * gdb.threads/execl.exp: Update.
1427 * gdb.threads/linux-dp.exp: Update.
1428 * gdb.threads/manythreads.exp: Update.
1429 * gdb.threads/tls.exp: Update.
1430
1431 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1432
1433 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1434 (NextOverThrowDerivates) <resumebpt>: New.
1435 (resumebpt_test): New.
1436 (main): Call resumebpt_test.
1437 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1438
1439 2010-12-12 Stan Shebs <stan@codesourcery.com>
1440
1441 * gdb.trace/tsv.exp: Test print command on trace state variables.
1442
1443 2010-12-09 Tom Tromey <tromey@redhat.com>
1444
1445 * gdb.base/interp.exp: Add regression test.
1446
1447 2010-12-09 Tom Tromey <tromey@redhat.com>
1448
1449 * gdb.java/jnpe.java: New file.
1450 * gdb.java/jnpe.exp: New file.
1451 * gdb.cp/nextoverthrow.exp: New file.
1452 * gdb.cp/nextoverthrow.cc: New file.
1453
1454 2010-12-07 Doug Evans <dje@google.com>
1455
1456 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1457 of data-directory.
1458 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1459 updated.
1460 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1461
1462 2010-11-29 Michael Snyder <msnyder@vmware.com>
1463
1464 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1465 * gdb.base/call-sc.exp: Ditto.
1466 * gdb.base/finish.exp: Ditto.
1467 * gdb.base/return.exp: Ditto.
1468 * gdb.base/return2.exp: Ditto.
1469
1470 2010-11-30 Doug Evans <dje@google.com>
1471
1472 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1473 (gdb_expect_list): Fix spelling errors in comments.
1474 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1475 send_gdb/gdb_expect_list where applicable.
1476 * gdb.base/call-ar-st.exp: Ditto.
1477 * gdb.base/funcargs.exp: Ditto.
1478 * gdb.base/gcore.exp: Ditto.
1479 * gdb.base/page.exp: Ditto.
1480 * gdb.base/sigaltstack.exp: Ditto.
1481 * gdb.base/siginfo.exp: Ditto.
1482 * gdb.base/sigstep.exp: Ditto.
1483 * gdb.base/trace-commands.exp: Ditto.
1484
1485 2010-11-29 Doug Evans <dje@google.com>
1486
1487 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1488 printer-name;subprinter-name.
1489
1490 2010-11-29 Tom Tromey <tromey@redhat.com>
1491
1492 * gdb.dwarf2/implptr.exp: New file.
1493 * gdb.dwarf2/implptr.c: New file.
1494 * gdb.dwarf2/implptr.S: New file.
1495
1496 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1497
1498 PR python/12199
1499
1500 * gdb.python/py-breakpoint.exp: Test the delete method.
1501
1502 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1503
1504 Fix step_resume_breakpoint unsaved during an infcall.
1505 * gdb.base/step-resume-infcall.exp: New file.
1506 * gdb.base/step-resume-infcall.c: New file.
1507
1508 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1509
1510 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1511
1512 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1513
1514 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1515 on ppc64's symbols; "finish" and "return" commands must accept to
1516 show the caller line again as well as the line after.
1517 * gdb.asm/powerpc64.inc: New file.
1518
1519 2010-11-23 Doug Evans <dje@google.com>
1520
1521 * lib/gdb.exp (gdb_test_sequence): New function.
1522 (gdb_expect_list): Add verbose -log call for each pattern.
1523 * gdb.base/signals.exp (test_handle_all_print): Call it.
1524 Reduce timeout increment from 6 minutes to 1 minute.
1525 * gdb.server/ext-run.exp: Call it.
1526
1527 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1528
1529 PR python/12212
1530
1531 * gdb.python/python.exp: Check that selected_thread raises an
1532 error when no inferior is loaded.
1533
1534 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1535
1536 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1537 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1538
1539 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1540
1541 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1542 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1543
1544 2010-11-18 Doug Evans <dje@google.com>
1545
1546 * gdb.server/ext-run.exp: Fix intermittent failures.
1547
1548 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1549
1550 * gdb.stabs/gdb11479.exp: Use runto_main.
1551
1552 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1553
1554 * gdb.base/break-entry.exp: Skip if using a stub.
1555
1556 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1557
1558 * gdb.python/py-inferior.exp: Pack values in target endianness.
1559
1560 2010-11-12 Tom Tromey <tromey@redhat.com>
1561
1562 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1563 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1564 MemoryError.
1565 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1566 type.
1567 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1568 MemoryError.
1569 (test_subscript_regression): Update exception type.
1570
1571 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1572
1573 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1574 breakpoint tests.
1575
1576 2010-11-09 Pedro Alves <pedro@codesourcery.com>
1577
1578 * gdb.base/watchpoint.exp: Test "watch -location" with an
1579 innacessible location.
1580
1581 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
1582 Luis Machado <luisgpm@br.ibm.com>
1583
1584 * gdb.base/maint.exp: Expect "." prefix.
1585 * gdb.base/nodebug.exp: Expect "." Likewise.
1586 * gdb.base/sepsymtab.exp: Expect "." Likewise.
1587 * gdb.base/watchpoint-cond-gone.exp: Likewise.
1588 * gdb.base/watchpoint.exp: Expect a software watch to be created for
1589 POWER server processors.
1590
1591 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
1592 Luis Machado <luisgpm@br.ibm.com>
1593
1594 * gdb.base/break-entry.exp: convert entry point for
1595 ppc64 and expect leading `.' on ppc64's symbols
1596
1597 2010-11-05 Doug Evans <dje@google.com>
1598
1599 * gdb.base/help.exp: Update expected output.
1600 * gdb.python/py-param.exp: Delete, contents moved to ...
1601 * gdb.python/py-parameter.exp: ... here. New file.
1602 Add test for gdb.parameter ("directories").
1603
1604 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1605
1606 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1607 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1608 * configure: Regenerate.
1609 * gdb.opencl/Makefile.in: New File.
1610 * gdb.opencl/datatypes.exp: Likewise.
1611 * gdb.opencl/datatypes.cl: Likewise.
1612 * gdb.opencl/operators.exp: Likewise.
1613 * gdb.opencl/operators.cl: Likewise.
1614 * gdb.opencl/vec_comps.exp: Likewise.
1615 * gdb.opencl/vec_comps.cl: Likewise.
1616 * gdb.opencl/convs_casts.exp: Likewise.
1617 * gdb.opencl/convs_casts.cl: Likewise.
1618 * lib/opencl.exp: Likewise.
1619 * lib/opencl_hostapp.c: Likewise.
1620 * lib/opencl_kernel.cl: Likewise.
1621 * lib/cl_util.c: Likewise.
1622 * lib/cl_util.c: Likewise.
1623 * gdb.base/default.exp (set language): Add "opencl" to the list of
1624 languages.
1625
1626 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
1627
1628 * gdb.cp/overload.exp: Added test for inheritance overload.
1629 * gdb.cp/overload.cc: Ditto.
1630 * gdb.cp/oranking.exp: Removed releveant kfails.
1631
1632 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1633 Joel Brobecker <brobecker@adacore.com>
1634
1635 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1636 check test_compiler_info.
1637
1638 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1639
1640 * gdb.base/gnu_vector.exp: Adjust expect messages.
1641
1642 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1643
1644 * gdb.base/gnu_vector.exp: Add unary operator tests.
1645
1646 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1647
1648 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1649
1650 2010-11-02 Doug Evans <dje@google.com>
1651
1652 * gdb.python/py-pp-maint.c: New file.
1653 * gdb.python/py-pp-maint.exp: New file.
1654 * gdb.python/py-pp-maint.py: New file.
1655
1656 2010-11-02 Tom Tromey <tromey@redhat.com>
1657
1658 * gdb.base/default.exp: Remove "scheme" from language list.
1659
1660 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 Revert:
1663 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1664 * gdb.threads/sigstep-threads.exp: New file.
1665 * gdb.threads/sigstep-threads.c: New file.
1666
1667 2010-10-20 Michael Snyder <msnyder@vmware.com>
1668
1669 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1670
1671 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1672
1673 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1674 Skip test completely if gdb,no_hardware_watchpoints.
1675
1676 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1677
1678 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1679 strict, but do not check for any particular function name within libc.
1680
1681 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1682
1683 * gdb.cp/smartp.exp: New test.
1684 * gdb.cp/smartp.cc : New test.
1685
1686 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1687
1688 * gdb.cp/converts.exp: Test pointer to bool conversion.
1689 Test pointer to long conversion.
1690 * gdb.cp/oranking.exp: Removed relevant kfail.
1691
1692 2010-10-18 Tom Tromey <tromey@redhat.com>
1693
1694 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1695 argument to lazy_string.
1696 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1697 (pp_ls.to_string): Use it.
1698 * gdb.python/py-prettyprint.c (main): Move declarations to top.
1699 Add "estring2" local.
1700
1701 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1702
1703 Fix s390x compatibility.
1704 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
1705 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1706
1707 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1708
1709 * gdb.threads/sigstep-threads.exp: New file.
1710 * gdb.threads/sigstep-threads.c: New file.
1711
1712 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1713
1714 * gdb.base/pie-execl.exp: New file.
1715 * gdb.base/pie-execl.c: New file.
1716
1717 2010-10-13 Doug Evans <dje@google.com>
1718 Jan Kratochvil <jan.kratochvil@redhat.com>
1719
1720 PR exp/12117
1721 * gdb.cp/ptype-cv-cp.cc: New file.
1722 * gdb.cp/ptype-cv-cp.exp: New file.
1723
1724 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1725
1726 * gdb.cp/converts.cc: New test program.
1727 * gdb.cp/converts.exp: New test.
1728 * gdb.cp/overload.exp: Added test for void* vs int*.
1729 * gdb.cp/overload.exp: Ditto.
1730 * gdb.cp/oranking.exp: Removed related kfail.
1731
1732 2010-10-13 Doug Evans <dje@google.com>
1733
1734 * lib/gdb-python.exp (gdb_check_python_config): New function.
1735 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1736 * gdb.python/lib-types.cc: New file.
1737 * gdb.python/lib-types.exp: New file.
1738
1739 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 * gdb.python/py-error.exp: New file.
1742 * gdb.python/py-error.py: New file.
1743
1744 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1745
1746 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1747 gdb_test_multiple.
1748
1749 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1750
1751 * gdb.base/break-interp.exp: Use ldlags for linking flags.
1752 * gdb.base/prelink.exp: Likewise.
1753 * gdb.base/solib-nodir.exp: Likewise.
1754 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1755 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1756 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1757
1758 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1759
1760 * break-interp.exp (test_ld): Use two separate gdb_expect statements
1761 for the "info files" test to avoid timeouts on slow machines.
1762
1763 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1764
1765 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1766 (main): Make openlib dummy call.
1767
1768 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1769
1770 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1771 * break-interp.exp (reach): Move the core body ...
1772 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
1773 (test_ld): Provide always real argument, even to the linker. Replace
1774 dl_main by _dl_debug_state.
1775
1776 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1777
1778 Fix results of prelinked PIEs on ppc*.
1779 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1780 Accept also DISPLACEMENT "PRESENT".
1781 (main): Replace "ZERO" displacements by "PRESENT".
1782
1783 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
1784
1785 * gdb.cp/oranking.exp: New test.
1786 * gdb.cp/oranking.cc: New test program.
1787
1788 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1789
1790 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1791 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1792
1793 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1794
1795 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1796 lush, lynx) New constant.
1797 * gdb.base/constvars.exp: Test const array types.
1798 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1799
1800 2010-10-06 Doug Evans <dje@google.com>
1801
1802 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1803 of syscall staging area.
1804
1805 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1806
1807 * gdb.base/gnu_vector.c: Add variable c4.
1808 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1809 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1810
1811 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
1812
1813 * gdb.arch/altivec-abi.exp: Fix a typo.
1814
1815 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
1816
1817 * lib/mi-support.exp (thread_selected_re): Correct pattern used
1818 to match a thread ID.
1819
1820 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1821
1822 Fix s390x testcase compatibility.
1823 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1824
1825 2010-10-01 Doug Evans <dje@google.com>
1826
1827 * lib/gdb-python.exp: New file.
1828 * gdb.python/py-block.exp: Use it.
1829 * gdb.python/py-breakpoint.exp: Ditto.
1830 * gdb.python/py-frame.exp: Ditto.
1831 * gdb.python/py-inferior.exp: Ditto.
1832 * gdb.python/py-param.exp: Ditto.
1833 * gdb.python/py-prettyprint.exp: Ditto.
1834 * gdb.python/py-shared.exp: Ditto.
1835 * gdb.python/py-symbol.exp: Ditto.
1836 * gdb.python/py-symtab.exp: Ditto.
1837 * gdb.python/py-type.exp: Ditto.
1838 * gdb.python/py-value.exp: Ditto.
1839 * gdb.python/python.exp: Ditto.
1840
1841 2010-09-30 Tom Tromey <tromey@redhat.com>
1842
1843 * gdb.base/anon.exp: New file.
1844 * gdb.base/anon.c: New file.
1845
1846 2010-09-30 Tom Tromey <tromey@redhat.com>
1847
1848 * gdb.base/completion.exp: Test completion through anonymous
1849 union.
1850 * gdb.base/break1.c (struct some_struct): Add anonymous union.
1851
1852 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1853
1854 Fix printing parameters of inlined functions.
1855 * gdb.dwarf2/dw2-inline-param.exp: New file.
1856 * gdb.dwarf2/dw2-inline-param-main.c: New file.
1857 * gdb.dwarf2/dw2-inline-param.S: New file.
1858
1859 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1860
1861 PR corefiles/12071.
1862 * gdb.base/corefile.exp (quit with a process, no question: load core)
1863 (quit with a core file): New tests.
1864
1865 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1866
1867 Fix GDB crash on inferior calls with self-referencing classes.
1868 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1869 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1870 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1871
1872 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1873
1874 Fix lost siginfo_t for inferior calls.
1875 * gdb.base/siginfo-infcall.exp: New file.
1876 * gdb.base/siginfo-infcall.c: New file.
1877
1878 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1879
1880 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1881
1882 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1883
1884 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1885 New test.
1886 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1887
1888 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1889
1890 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1891 type of our const type.
1892
1893 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1894
1895 * gdb.cp/pr12028.cc: New.
1896 * gdb.cp/pr12028.exp: New.
1897
1898 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1899
1900 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1901
1902 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1903 Jan Kratochvil <jan.kratochvil@redhat.com>
1904
1905 PR mi/11407
1906 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1907 * gdb.mi/dw2-ref-missing-frame-main.c New File.
1908 * gdb.mi/dw2-ref-missing-frame.S New File.
1909 * gdb.mi/dw2-ref-missing-frame.exp New File.
1910
1911 2010-09-14 Tom Tromey <tromey@redhat.com>
1912
1913 PR symtab/8399:
1914 * gdb.threads/tls.exp: Remove kfail. Update expected output.
1915
1916 2010-09-14 Tom Tromey <tromey@redhat.com>
1917
1918 PR exp/11803:
1919 * gdb.threads/tls.exp: Use C++.
1920 (check_thread_local): Use K::another_thread_local.
1921 * gdb.threads/tls.c (class K): New.
1922 (another_thread_local): Now a member of K.
1923 (spin): Update. No longer K&R C.
1924
1925 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1926
1927 * gdb.cp/koenig.cc: created class for testing member lookup.
1928 * gdb.cp/koenig.exp: Added test for member lookup.
1929
1930 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1931
1932 Fix false FAILs on sourcetree topdir directory containing "kill".
1933 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
1934 source line matching regexp.
1935
1936 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1937
1938 * gdb.python/python.exp (set height 0, collect help from uiout)
1939 (verify help to uiout): New tests.
1940
1941 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1942
1943 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
1944 is_lp64_target to check 64bit target.
1945
1946 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1947
1948 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
1949 (test_ld) <powerpc64-*>: New.
1950
1951 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1952
1953 * gdb.cp/templates.exp (test_template_args): Allow "struct".
1954
1955 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
1956
1957 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
1958 (FunctionArg::method): New function.
1959 (empty, arg): New variables.
1960 (main): Call arg.method.
1961 * gdb.cp/templates.exp (test_template_args): New function.
1962 (do_tests): Call it.
1963
1964 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1965
1966 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
1967 of "next" to proceed over pthread_exit call.
1968
1969 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
1970
1971 * gdb.base/maint.exp: Avoid wildcards against potentially very long
1972 "maint print statistics" output to prevent expect timeouts.
1973
1974 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1975
1976 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
1977 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1978 (test_float_rejected): ... here.
1979 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
1980 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1981 (test_float_rejected): ... here.
1982 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
1983 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1984 (test_float_rejected): ... here.
1985 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
1986 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
1987 (test_float_rejected): ... here.
1988
1989 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1990
1991 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
1992 before disabling hardware watchpoints.
1993 (test_inaccessible_watchpoint): Check that hardware watchpoints
1994 are used. Test for watchpoints on a constant address.
1995
1996 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1997
1998 * gdb.base/ui-redirect.exp: New file.
1999
2000 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2001 Joel Brobecker <brobecker@adacore.com>
2002
2003 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
2004
2005 2010-08-31 Doug Evans <dje@google.com>
2006
2007 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
2008
2009 2010-08-30 Tom Tromey <tromey@redhat.com>
2010
2011 PR python/11792:
2012 * gdb.python/py-value.exp (test_subscript_regression): Add
2013 dynamic_type test.
2014
2015 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
2016
2017 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
2018 instead of running to main. Do not test the main function.
2019 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
2020 Add new main.
2021
2022 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2023
2024 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
2025 one test.
2026
2027 2010-08-24 Doug Evans <dje@google.com>
2028
2029 PR symtab/11942
2030 * gdb.dwarf2/dw4-sig-types.cc: New file.
2031 * gdb.dwarf2/dw4-sig-types.h: New file.
2032 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2033 * gdb.dwarf2/dw4-sig-types.exp: New file.
2034
2035 2010-08-23 Tom Tromey <tromey@redhat.com>
2036
2037 PR python/11145:
2038 * gdb.python/py-value.c (Base, Derived): New types.
2039 (base): New global.
2040 * gdb.python/py-value.exp (test_subscript_regression): Add
2041 dynamic_cast test.
2042
2043 2010-08-23 Tom Tromey <tromey@redhat.com>
2044
2045 PR python/10676:
2046 * gdb.python/py-type.exp (test_fields): Add tests for type
2047 equality.
2048
2049 2010-08-23 Tom Tromey <tromey@redhat.com>
2050
2051 PR python/11915:
2052 * gdb.python/py-type.exp (test_fields): Add tests for array.
2053
2054 2010-08-23 Keith Seitz <keiths@redhat.com>
2055
2056 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
2057 have any children. Create a new abbrev for it.
2058 Add missing terminal sequence to .debug_abbrev.
2059
2060 2010-08-20 Keith Seitz <keiths@redhat.com>
2061
2062 PR symtab/11465:
2063 * gdb.dwarf2/pr11465.exp: New test.
2064 * gdb.dwarf2/pr11465.S: New file.
2065 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
2066 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
2067
2068 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2069
2070 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
2071 registers. Update data sets with the new v2_double element in the
2072 VSX register union. Add vector_register3_vr data set for the AltiVec
2073 registers. Use gdb_test_no_output instead of send_gdb.
2074
2075 2010-08-19 Pedro Alves <pedro@codesourcery.com>
2076
2077 * gdb.python/py-shared.exp: New file, factored out from
2078 python.exp.
2079 * gdb.python/py-shared.c: New file.
2080 * gdb.python/py-shared-sl.c: New file.
2081 * gdb.python/python-1.c: New file.
2082 * gdb.python/python-sl.c: Delete.
2083 * gdb.python/python.c: Mention python-1.c.
2084 * gdb.python/python.exp: Move shared library tests to
2085 py-shared.exp.
2086 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
2087 (MISCELLANEOUS): New.
2088 (clean mostlyclean): Also remove $MISCELLANEOUS.
2089
2090 2010-08-19 Doug Evans <dje@google.com>
2091
2092 PR exp/11926
2093 * gdb.base/printcmds.exp (test_float_accepted): New function.
2094 Move existing float tests there. Add tests for floats with suffixes.
2095 (test_float_rejected): New function.
2096 * gdb.java/jv-print.exp (test_float_accepted): New function.
2097 (test_float_rejected): New function.
2098 * gdb.objc/print.exp: New file.
2099 * gdb.pascal/print.exp: New file.
2100 * lib/objc.exp: New file.
2101
2102 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2103
2104 * gdb.base/default.exp (info set): Avoid full buffer error and force
2105 reading up to final gdb prompt.
2106 (show): Likewise.
2107
2108 2010-08-18 Tom Tromey <tromey@redhat.com>
2109
2110 PR symtab/11919:
2111 * gdb.base/completion.exp: Add test.
2112
2113 2010-08-18 Doug Evans <dje@google.com>
2114
2115 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
2116 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
2117 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
2118 Simplify, early exit if runto_main fails.
2119 * gdb.fortran/exprs.exp: load_lib fortran.exp.
2120 (set_lang_fortran): Moved to lib/fortran.exp.
2121 * gdb.fortran/types.exp: load_lib fortran.exp.
2122 (set_lang_fortran): Moved to lib/fortran.exp.
2123 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
2124 * gdb.java/jprint.exp (set_lang_java): Ditto.
2125 * gdb.java/jv-exp.exp: load_lib java.exp.
2126 If set_lang_java fails, issue a warning instead of failure to be
2127 consistent with other set_lang_foo uses.
2128 (set_lang_java): Moved to lib/java.exp.
2129 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
2130 If set_lang_java fails, issue a warning instead of failure to be
2131 consistent with other set_lang_foo uses.
2132 * gdb.pascal/types.exp: load_lib pascal.exp.
2133 (set_lang_pascal): Moved to lib/pascal.exp.
2134 * lib/fortran.exp: New file.
2135 * lib/java.exp (set_lang_java): New function.
2136 * lib/pascal.exp (set_lang_pascal): New function.
2137
2138 2010-08-18 Yao Qi <yao@codesourcery.com
2139
2140 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2141 func_nofb_start and func_loopfb_start, so that address of functions
2142 is equal to these labels on Thumb.
2143
2144 2010-08-18 Yao Qi <yao@codesourcery.com>
2145
2146 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2147 to reflect latest c source file.
2148
2149 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * gdb.cp/infcall-dlopen.exp: New file.
2152 * gdb.cp/infcall-dlopen.cc: New file.
2153 * gdb.cp/infcall-dlopen-lib.cc: New file.
2154
2155 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2156 Pedro Alves <pedro@codesourcery.com>
2157
2158 PR breakpoints/11371
2159
2160 * gdb.base/watch-cond-infcall.exp: New file.
2161 * gdb.base/watch-cond-infcall.c: New file.
2162
2163 2010-08-16 Tom Tromey <tromey@redhat.com>
2164
2165 * gdb.base/help.exp: Update.
2166 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2167 watchpoint.
2168 (test_watch_location): New proc.
2169 (test_watchpoint_in_big_blob): Delete watchpoint.
2170 * gdb.base/watchpoint.c (func5): New function.
2171 (main): Call it.
2172
2173 2010-08-16 Doug Evans <dje@google.com>
2174
2175 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2176
2177 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2178
2179 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2180 tests.
2181
2182 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2183
2184 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2185 * gdb.base/gnu_vector.c: New File.
2186 * gdb.base/gnu_vector.exp: Likewise.
2187
2188 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2189
2190 * gdb.python/python.c: New File.
2191 * gdb.python/python-sl.c: New File.
2192 * gdb.python/python.exp: Test solib_address and decode_line
2193 * functions.
2194
2195 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 * gdb.python/python.exp (show height, set height 10)
2198 (verify pagination beforehand, verify pagination beforehand: q)
2199 (gdb.execute does not page, verify pagination afterwards)
2200 (verify pagination afterwards: q): New.
2201
2202 2010-08-02 Doug Evans <dje@google.com>
2203
2204 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2205 because of an older gcc, change test2
2206 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2207 to unsupported.
2208
2209 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
2210
2211 * gdb.base/break-always.exp: Do not expect full paths to file
2212 names.
2213 * gdb.base/commands.exp: Likewise.
2214
2215 2010-07-30 Doug Evans <dje@google.com>
2216
2217 * gdb.cp/temargs.exp: For new tests that require newer gccs,
2218 xfail them when run with older gccs.
2219
2220 * lib/gdb.exp (build_executable): Forward "c++" option to
2221 get_compiler_info.
2222
2223 * gdb.python/py-type.exp (test_template): Mark as xfail tests
2224 "python print ttype.template_argument(1)" and
2225 "python print isinstance(ttype.template_argument(1), gdb.Value)"
2226 if using gcc 4.4 or earlier.
2227
2228 * gdb.base/valgrind-db-attach.exp: Use unique test name for
2229 attach-to-debugger handling.
2230
2231 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2232
2233 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2234 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2235 (main): Use copyreloc.
2236 * gdb.base/prelink.exp (split debug of executable)
2237 (.dynbss vs. .bss address shift): New tests.
2238
2239 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2240
2241 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2242 in gdb_test_multiple.
2243
2244 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2245
2246 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2247 environment.
2248
2249 2010-07-28 Tom Tromey <tromey@redhat.com>
2250
2251 PR python/11060:
2252 * gdb.python/py-type.c (Temargs): New template.
2253 (temvar): New variable.
2254 * gdb.python/py-type.exp (test_template): New proc.
2255
2256 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2257
2258 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2259 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2260
2261 2010-07-28 Tom Tromey <tromey@redhat.com>
2262
2263 PR c++/9946:
2264 * gdb.cp/temargs.exp: New file.
2265 * gdb.cp/temargs.cc: New file.
2266
2267 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 * gdb.base/help.exp (help disassemble): Update the content.
2270
2271 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2272
2273 * gdb.threads/ia64-sigill.exp: New file.
2274 * gdb.threads/ia64-sigill.c: New file.
2275
2276 2010-07-27 Tom Tromey <tromey@redhat.com>
2277
2278 * gdb.opt/inline-cmds.c (ATTR): New define.
2279 (func1): Use it.
2280 (func2): Likewise.
2281 (func3): Likewise.
2282 (outer_inline1): Likewise.
2283 (outer_inline2): Likewise.
2284 * gdb.opt/inline-bt.c (ATTR): New define.
2285 (func1): Use it.
2286 (func2): Likewise.
2287 * gdb.opt/inline-locals.c (ATTR): New define.
2288 (func1): Use it.
2289 (func2): Likewise.
2290
2291 2010-07-27 Tom Tromey <tromey@redhat.com>
2292
2293 * gdb.stabs/gdb11479.c (hack): New function.
2294 (test): Use it.
2295 (test2): Use it.
2296 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
2297 (int32_search_buf, int64_search_buf): No longer static.
2298 (x): Remove.
2299 * gdb.base/relocate.c (hack): New function.
2300
2301 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2302
2303 * gdb.python/py-value.exp (test_inferior_function_call): New function.
2304 * gdb.python/py-value.c (func1): New function.
2305 (func2): Likewise.
2306
2307 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
2308
2309 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
2310 as not to clash with .data section.
2311
2312 2010-07-26 Jerome Guitton <guitton@adacore.com>
2313
2314 * gdb.base/code_elim.exp: New file.
2315 * gdb.base/code_elim1.c: New file.
2316 * gdb.base/code_elim2.c: New file.
2317
2318 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2319
2320 PR symtab/11827
2321
2322 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
2323 (some_volatile_enum): New variable.
2324 * gdb.base/printcmds.exp (test_print_enums): New.
2325 <top level>: Call it.
2326
2327 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2328
2329 * gdb.cp/fpointer.cc: New test.
2330 * gdb.cp/fpointer.exp: New test.
2331
2332 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2333
2334 * gdb.base/solib-nodir.exp: New file.
2335 * lib/gdb.exp (runto): New case for a GDB internal error.
2336
2337 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2338 Ulrich Weigand <uweigand@de.ibm.com>
2339 Tom Tromey <tromey@redhat.com>
2340
2341 * gdb.base/charset-malloc.c: New file.
2342 * gdb.base/charset.c (malloc_stub): New prototype.
2343 (main): Call it instead of malloc itself.
2344 * gdb.base/charset.exp: Use only prepare_for_testing.
2345 (binfile): Remove the variable.
2346
2347 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2348
2349 Make core files the process_stratum.
2350 * gdb.base/corefile.exp (run: load core again)
2351 (run: sanity check we see the core file, run: with core)
2352 (run: core file is cleared, attach: load core again)
2353 (attach: sanity check we see the core file, attach: with core)
2354 (attach: core file is cleared): New tests.
2355 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
2356
2357 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2358
2359 * gdb.arch/altivec-abi.exp: New tests.
2360
2361 2010-07-13 Tom Tromey <tromey@redhat.com>
2362
2363 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2364 (main): Use it.
2365 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2366
2367 2010-07-13 Tom Tromey <tromey@redhat.com>
2368
2369 * gdb.base/label.exp: New file.
2370 * gdb.base/label.c: New file.
2371
2372 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2373 H.J. Lu <hongjiu.lu@intel.com>
2374
2375 * lib/gdb.exp (is_ilp32_target): New.
2376 (is_lp64_target): Likewise.
2377
2378 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2379 target.
2380 * gdb.arch/amd64-disp-step.exp: Likewise.
2381 * gdb.arch/amd64-dword.exp: Likewise.
2382 * gdb.arch/amd64-i386-address.exp: Likewise.
2383 * gdb.arch/amd64-word.exp: Likewise.
2384
2385 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2386 target.
2387 * gdb.arch/i386-bp_permanent.exp: Likewise.
2388 * gdb.arch/i386-byte.exp: Likewise.
2389 * gdb.arch/i386-disp-step.exp: Likewise.
2390 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2391 * gdb.arch/i386-prologue.exp: Likewise.
2392 * gdb.arch/i386-size-overlap.exp: Likewise.
2393 * gdb.arch/i386-size.exp: Likewise.
2394 * gdb.arch/i386-sse.exp: Likewise.
2395 * gdb.arch/i386-unwind.exp: Likewise.
2396 * gdb.arch/i386-word.exp: Likewise.
2397
2398 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2399 test only when building 64-bit executables. Do not hard-code
2400 -m64 option.
2401
2402 2010-07-07 Doug Evans <dje@google.com>
2403
2404 * lib/gdb.exp (gdb_test_list_exact): New function.
2405 * gdb.base/default.exp (show convenience): Call it, add tests for
2406 $_sdata = void, $_thread = 0.
2407
2408 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2409 Joel Brobecker <brobecker@adacore.com>
2410
2411 Fix re-run of PIE executable, PR shlibs/11776.
2412 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2413 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2414 and re-"run" of the inferior.
2415
2416 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2417 Joel Brobecker <brobecker@adacore.com>
2418
2419 Cope with missing /usr/sbin/prelink.
2420 * lib/prelink-support.exp (prelink_no):
2421 <result == 1 && $output is "no such file or directory">: New.
2422 (prelink_yes): Likewise. Return on failed prelink_no.
2423
2424 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2425 Joel Brobecker <brobecker@adacore.com>
2426
2427 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2428 build_executable by build_executable_own_libs. Replace "prelink -R"
2429 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2430 change.
2431 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2432 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2433 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2434 Replace build_executable by build_executable_own_libs's function
2435 build_executable_own_libs.
2436 (prelinkNO): Create new stub to call prelink_no.
2437 (prelinkYES): Create new stub to call prelink_yes.
2438 (test_attach): Rename calls of copy to file_copy.
2439 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2440 (copy): Move to ...
2441 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2442 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2443 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2444 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2445 special flags by gdb_compile_shlib. Replace second gdb_compile by
2446 build_executable_own_libs. Replace "prelink -R" execution by a call of
2447 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2448 a second call of prelink_yes. Replace restart commands by
2449 clean_restart.
2450 (prelink): Rename to ...
2451 (seen displacement message): ... this test. Extend its expectation
2452 strictness.
2453
2454 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2455
2456 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2457 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2458 displacement message exactly once.
2459
2460 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2461 Joel Brobecker <brobecker@adacore.com>
2462
2463 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2464 its restore after the <$relink_args != ""> loop. new comment.
2465
2466 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2467 Joel Brobecker <brobecker@adacore.com>
2468
2469 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2470 code for it. New variable relink_args.
2471 (prelinkYES): Call prelinkNO.
2472 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2473 in such case. Move the core code to ...
2474 (test_attach_gdb): ... a new function. Send GDB command "file".
2475 Extend expected "Attaching to " string.
2476
2477 2010-07-02 Tom Tromey <tromey@redhat.com>
2478
2479 * gdb.base/bitops.exp: Remove extraneous "pass".
2480
2481 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2482
2483 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2484
2485 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2486
2487 * gdb.base/help.exp: Adjust expected output.
2488
2489 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2490
2491 * gdb.base/help.exp: Adjust expected output.
2492
2493 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2494
2495 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2496 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2497 c++/11702.
2498
2499 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2500 Doug Evans <dje@google.com>
2501
2502 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2503 add .dynamic entry'.
2504
2505 2010-06-29 Doug Evans <dje@google.com>
2506
2507 Test PR c++/11702.
2508 * gdb.cp/m-static.exp: Add testcase.
2509 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2510
2511 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2512 Tom Tromey <tromey@redhat.com>
2513 Thiago Jung Bauermann <bauerman@br.ibm.com>
2514
2515 * gdb.python/py-inferior.c: New File.
2516 * gdb.python/py-infthread.c: New File.
2517 * gdb.python/py-inferior.exp: New File.
2518 * gdb.python/py-infthread.exp: New File.
2519
2520 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2521
2522 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2523 (ptype ::C::OtherFileClass typedefs): New.
2524 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2525 (C::OtherFileClass::cOtherFileClassVar2): New.
2526 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2527 cOtherFileClassVar2.
2528 (C::cOtherFileType2, C::cOtherFileVar2): New.
2529 (C::cOtherFileVar_use): use also cOtherFileVar2.
2530 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2531
2532 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2533
2534 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2535 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2536 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2537 (print ::C::cOtherFileVar)
2538 (whatis C::OtherFileClass::cOtherFileClassType)
2539 (whatis ::C::OtherFileClass::cOtherFileClassType)
2540 (print C::OtherFileClass::cOtherFileClassVar)
2541 (print ::cOtherFileClassVar)
2542 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2543 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2544 trailing content.
2545 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2546 (C::OtherFileClass::cOtherFileClassVar)
2547 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2548 (C::cOtherFileVar, C::cOtherFileVar_use): New.
2549
2550 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2551
2552 Test PR c++/11703 and PR gdb/1448.
2553 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2554 gdb/1448.
2555
2556 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2557
2558 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2559 (main) <rtti_data>: New.
2560 * gdb.cp/virtbase.exp (print rtti_data): New.
2561
2562 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2563 Joel Brobecker <brobecker@adacore.com>
2564
2565 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2566
2567 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2568
2569 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2570
2571 2010-06-28 Doug Evans <dje@google.com>
2572
2573 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2574
2575 2010-06-27 Doug Evans <dje@google.com>
2576
2577 * gdb.cp/m-static.exp: Update expected test output.
2578
2579 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2580
2581 * gdb.gdb/selftest.exp: Adjust expected message for
2582 capturing start-up runtime.
2583
2584 2010-06-25 Tom Tromey <tromey@redhat.com>
2585
2586 PR python/10808:
2587 * gdb.python/python.exp: Add new tests.
2588
2589 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
2590
2591 * gdb.cp/operator.cc: Created an import loop.
2592 * gdb.cp/operator.exp: Added testcase for import loop.
2593
2594 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 Test PR python/11407.
2597 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2598 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2599 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2600 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2601 executable_nofb and executable_fb. New variables srcsfile, objsfile,
2602 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2603 binfile. Call gdb_compile with clean_restart twice.
2604 (func_nofb print, func_nofb backtrace, func_loopfb print)
2605 (func_loopfb backtrace): New.
2606
2607 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2608
2609 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2610 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2611 by a hand made one.
2612 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
2613 i?86 requirement. Remove variables srcfile and binfile. New variable
2614 sources, executable_nofb and executable_fb. Call prepare_for_testing.
2615
2616 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2617
2618 * gdb.cell/dwarfaddr.exp: New file.
2619 * gdb.cell/dwarfaddr.S: New file.
2620
2621 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2622
2623 Test PR 9436.
2624 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2625
2626 2010-06-24 Hui Zhu <teawater@gmail.com>
2627
2628 * gdb.base/eval.exp: New file.
2629
2630 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2631
2632 * gdb.cell/fork.exp: New file.
2633 * gdb.cell/fork.c: Likewise.
2634 * gdb.cell/fork-spu.c: Likewise.
2635
2636 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
2637
2638 * lib/gdb.exp (banned_variables_traced): New global variable.
2639 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2640 (gdb_init): Use `trace add variable' instead of obsolete
2641 `trace variable'.
2642
2643 2010-06-21 Doug Evans <dje@google.com>
2644
2645 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2646
2647 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2648
2649 * gdb.arch/spu-ls.exp: New file.
2650 * gdb.arch/spu-ls.c: Likewise.
2651
2652 2010-06-18 Stan Shebs <stan@codesourcery.com>
2653
2654 * gdb.threads/thread-specific.exp: Add tests of $_thread.
2655
2656 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2657
2658 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2659 * gdb.base/watch-cond.exp: Likewise.
2660 * gdb.python/py-breakpoint.exp: Likewise.
2661
2662 2010-06-18 Pedro Alves <pedro@codesourcery.com>
2663
2664 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2665 clean_restart, make sure every test has a distinct message, and
2666 that messages don't include the executable' full path.
2667
2668 2010-06-17 Doug Evans <dje@google.com>
2669
2670 * gdb.arch/i386-size.exp: Updated expected output for
2671 DISASSEMBLY_OMIT_FNAME.
2672
2673 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2674 Sergio Durigan Junior <sergiodj@redhat.com>
2675
2676 * gdb.base/watch-notconst.c: New file.
2677 * gdb.base/watch-notconst.S: New file.
2678 * gdb.base/watch-notconst2.c: New file.
2679 * gdb.base/watch-notconst2.S: New file.
2680 * gdb.base/watch-notconst.exp: New file.
2681 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2682 (func4): Add operations on `global_ptr_ptr'.
2683 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2684 routine to test watchpoints created with a constant expression.
2685 (test_inaccessible_watchpoint): Include tests for watchpoints
2686 created with a constant expression.
2687
2688 2010-06-14 Kevin Buettner <kevinb@redhat.com>
2689
2690 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2691 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2692 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2693 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2694 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2695 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2696 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2697 of `_start'.
2698
2699 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2700
2701 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2702 not supported on the target.
2703 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2704 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2705 * gdb.mi/mi-nsintrall.exp: Likewise.
2706 * gdb.mi/mi-nsmoribund.exp: Likewise.
2707 * gdb.mi/mi-nsthrexec.exp: Likewise.
2708
2709 2010-06-11 Stan Shebs <stan@codesourcery.com>
2710
2711 * gdb.base/permissions.exp: New file.
2712
2713 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2714
2715 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2716 does not support ELF executable class.
2717
2718 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2719
2720 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2721
2722 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2723
2724 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2725 (runto): Catch "The target does not support running in non-stop mode.".
2726
2727 2010-06-11 Michael Snyder <msnyder@vmware.com>
2728
2729 * gdb.base/setshow.exp (set language asm): Don't use
2730 gdb_test_no_output, fails on some targets.
2731
2732 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2733
2734 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2735 * gdb.cp/pr9167.exp: Likewise.
2736
2737 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2738
2739 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2740
2741 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2742
2743 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2744
2745 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2746
2747 * gdb.base/charset.c (main): Make sure malloc gets linked in.
2748
2749 2010-06-11 Tom Tromey <tromey@redhat.com>
2750
2751 PR gdb/9977, PR exp/11636::
2752 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2753 (pieces_test_f6): Update expected output.
2754
2755 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2756
2757 * gdb.base/moribund-step.exp: New.
2758
2759 2010-06-08 Michael Snyder <msnyder@vmware.com>
2760
2761 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
2762 * gdb.ada/boolean_expr.exp:
2763 * gdb.ada/frame_args.exp: Ditto.
2764 * gdb.ada/lang_switch.exp: Ditto.
2765 * gdb.ada/ptype_arith_binop.exp: Ditto.
2766 * gdb.ada/ref_param.exp: Ditto.
2767 * gdb.ada/type_coercion.exp:Ditto.
2768
2769 * gdb.asm/asm-source.exp: Ditto.
2770
2771 * gdb.base/attach.exp: Ditto.
2772 * gdb.base/bitfields2.exp: Ditto.
2773 * gdb.base/call-signal-resume.exp: Ditto.
2774 * gdb.base/callfuncs.exp: Ditto.
2775 * gdb.base/commands.exp: Ditto.
2776 * gdb.base/dbx.exp: Ditto.
2777 * gdb.base/default.exp: Ditto.
2778 * gdb.base/dump.exp: Ditto.
2779 * gdb.base/exprs.exp: Ditto.
2780 * gdb.base/freebpcmd.exp: Ditto.
2781 * gdb.base/interrupt.exp: Ditto.
2782 * gdb.base/list.exp: Ditto.
2783 * gdb.base/long_long.exp: Ditto.
2784 * gdb.base/maint.exp: Ditto.
2785 * gdb.base/ptype.exp: Ditto.
2786 * gdb.base/return.exp: Ditto.
2787 * gdb.base/setshow.exp: Ditto.
2788 * gdb.base/sigbpt.exp: Ditto.
2789 * gdb.base/sigrepeat.exp: Ditto.
2790
2791 * gdb.cp/classes.exp: Ditto.
2792
2793 * gdb.dwarf2/dw2-restore.exp: Ditto.
2794
2795 * gdb.gdb/selftest.exp: Ditto.
2796
2797 * gdb.multi/base.exp: Ditto.
2798 * gdb.multi/bkpt-multi-exec.exp: Ditto.
2799
2800 * gdb.python/py-block.exp: Ditto.
2801 * gdb.python/py-prettyprint.exp: Ditto.
2802 * gdb.python/py-template.exp: Ditto.
2803
2804 * gdb.server/ext-attach.exp: Ditto.
2805 * gdb.server/ext-run.exp: Ditto.
2806 * gdb.server/server-mon.exp: Ditto.
2807
2808 * gdb.threads/fork-thread-pending.exp: Ditto.
2809 * gdb.threads/hand-call-in-threads.exp: Ditto.
2810 * gdb.threads/interrupted-hand-call.exp: Ditto.
2811 * gdb.threads/linux-dp.exp: Ditto.
2812 * gdb.threads/manythreads.exp: Ditto.
2813 * gdb.threads/print-threads.exp: Ditto.
2814 * gdb.threads/pthreads.exp: Ditto.
2815 * gdb.threads/schedlock.exp: Ditto.
2816 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2817 * gdb.threads/threadapply.exp: Ditto.
2818
2819 2010-06-08 Michael Snyder <msnyder@vmware.com>
2820
2821 * gdb.ada/exec_changed.exp:
2822 Use ".*" instead of "" as wildcard regexp.
2823
2824 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2825 * gdb.base/call-ar-st.exp: Ditto.
2826 * gdb.base/checkpoint.exp: Ditto.
2827 * gdb.base/default.exp: Ditto.
2828 * gdb.base/dump.exp: Ditto.
2829 * gdb.base/ending-run.exp: Ditto.
2830 * gdb.base/fileio.exp: Ditto.
2831 * gdb.base/miscexprs.exp: Ditto.
2832 * gdb.base/pointers.exp: Ditto.
2833 * gdb.base/readline.exp: Ditto.
2834 * gdb.base/reread.exp: Ditto.
2835 * gdb.base/restore.exp: Ditto.
2836 * gdb.base/shlib-call.exp: Ditto.
2837 * gdb.base/valgrind-db-attach.exp: Ditto.
2838 * gdb.base/volatile.exp: Ditto.
2839 * gdb.base/watchpoints.exp: Ditto.
2840
2841 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2842
2843 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2844 * gdb.python/py-value.exp: Ditto.
2845
2846 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2847 * gdb.trace/circ.exp: Ditto.
2848 * gdb.trace/collection.exp: Ditto.
2849 * gdb.trace/packetlen.exp: Ditto.
2850 * gdb.trace/passc-dyn.exp: Ditto.
2851 * gdb.trace/report.exp: Ditto.
2852 * gdb.trace/tfile.exp: Ditto.
2853 * gdb.trace/tfind.exp: Ditto.
2854 * gdb.trace/while-dyn.exp: Ditto.
2855
2856 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2857
2858 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2859
2860 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2861
2862 Test PR 10640.
2863 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2864
2865 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2866
2867 * gdb.cp/koenig.exp: Test for ADL operators.
2868 * gdb.cp/koenig.cc: Added ADL operators.
2869 * gdb.cp/operator.exp: New test.
2870 * gdb.cp/operator.cc: New test.
2871
2872 2010-06-04 Michael Snyder <msnyder@vmware.com>
2873
2874 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2875 * gdb.base/pending.exp: Ditto.
2876
2877 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2878
2879 2010-06-04 Doug Evans <dje@google.com>
2880
2881 * gdb.python/py-prettyprint.exp: Add new test for enabled and
2882 disabled printers.
2883 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2884 (enable_lookup_function): New function.
2885
2886 2010-06-04 Tom Tromey <tromey@redhat.com>
2887
2888 * gdb.python/py-value.exp (test_value_hash): Don't test equality
2889 of hash and id.
2890
2891 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2892
2893 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2894 newline.
2895 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2896 (empty verbose non-noisy clear, empty verbose noisy clear)
2897 (empty non-verbose noisy clear): Likewise.
2898
2899 2010-06-03 Michael Snyder <msnyder@vmware.com>
2900
2901 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2902 * gdb.base/display.exp: Ditto.
2903 * gdb.base/find.exp: Ditto.
2904 * gdb.base/ifelse.exp: Ditto.
2905 * gdb.base/multi-forks.exp: Ditto.
2906 * gdb.base/recurse.exp: Ditto.
2907 * gdb.base/setshow.exp: Ditto.
2908 * gdb.base/value-double-free.exp: Ditto.
2909 * gdb.base/watch-vfork.exp: Ditto.
2910 * gdb.base/watch_thread_num.exp: Ditto.
2911 * gdb.base/watchpoint-solib.exp: Ditto.
2912 * gdb.base/watchpoint.exp: Ditto.
2913 * gdb.base/watchpoints.exp: Ditto.
2914
2915 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2916 * gdb.cp/overload.exp: Ditto.
2917 * gdb.cp/virtfunc.exp: Ditto.
2918
2919 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2920
2921 * gdb.reverse/watch-precsave.exp:
2922 Replace gdb_test with gdb_test_no_output.
2923
2924 * gdb.threads/attach-into-signal.exp:
2925 Replace gdb_test with gdb_test_no_output.
2926 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2927 * gdb.threads/watchthreads.exp: Ditto.
2928 * gdb.threads/watchthreads2.exp: Ditto.
2929
2930 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
2931 * gdb.trace/tfind.exp: Ditto.
2932
2933 2010-06-03 Joel Brobecker <brobecker@adacore.com>
2934
2935 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
2936 successful test if message is the empty string.
2937
2938 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2939
2940 * gdb.fortran/module.exp (stopped language detection): New test.
2941
2942 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2943
2944 Support DW_TAG_module as separate namespaces.
2945 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
2946 gdb.fortran/library-module-lib.f90: New.
2947 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
2948 (print i): Remove.
2949 (continue to breakpoint: i-is-1, print var_i value 1)
2950 (continue to breakpoint: i-is-2, print var_i value 2)
2951 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
2952 (print var_d, print var_i value 14, ptype modmany, complete `modm)
2953 (complete `modmany, complete `modmany`, complete `modmany`var)
2954 (show language, setting breakpoint at module): New tests.
2955 * gdb.fortran/module.f90 (module mod): Remove.
2956 (module mod1, module mod2, module modmany, subroutine sub1)
2957 (subroutine sub2, program module): New.
2958
2959 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2960
2961 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
2962 (print value of rUC, print value of rI, print value of UI): ... here.
2963 * gdb.cp/anon-union.exp (pass): Rename to ...
2964 (print z 2): ... here.
2965
2966 2010-06-02 Michael Snyder <msnyder@vmware.com>
2967
2968 * gdb.trace/actions.exp: Use gdb_test_no_output.
2969 * gdb.trace/circ.exp: Ditto.
2970 * gdb.trace/packetlen.exp: Ditto.
2971 * gdb.trace/save-trace.exp: Ditto.
2972 * gdb.trace/tracecmd.exp: Ditto.
2973 * gdb.trace/tsv.exp: Ditto.
2974
2975 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
2976 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
2977 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2978 * gdb.threads/manythreads.exp: Ditto.
2979 * gdb.threads/print-threads.exp: Ditto.
2980 * gdb.threads/pthreads.exp: Ditto.
2981 * gdb.threads/schedlock.exp: Ditto.
2982 * gdb.threads/staticthreads.exp: Ditto.
2983 * gdb.threads/thread-specific.exp: Ditto.
2984 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2985 * gdb.threads/threadapply.exp: Ditto.
2986 * gdb.threads/watchthreads.exp: Ditto.
2987 * gdb.threads/watchthreads2.exp: Ditto.
2988
2989 * gdb.python/py-block.exp: Use gdb_test_no_output.
2990 * gdb.python/py-prettyprint.exp: Ditto.
2991 * gdb.python/py-template.exp: Ditto.
2992 * gdb.python/py-value.exp: Ditto.
2993
2994 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
2995 * gdb.reverse/watch-reverse.exp: Ditto.
2996
2997 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
2998 * gdb.server/ext-run.exp: Ditto.
2999
3000 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
3001 * gdb.dwarf2/dw2-compressed.exp: Ditto.
3002 * gdb.dwarf2/dw2-intercu.exp: Ditto.
3003 * gdb.dwarf2/dw2-intermix.exp: Ditto.
3004 * gdb.dwarf2/dw2-producer.exp: Ditto.
3005 * gdb.dwarf2/mac-fileno.exp: Ditto.
3006
3007 * gdb.gdb/observer.exp: Use gdb_test_no_output.
3008 * gdb.gdb/selftest.exp: Ditto.
3009
3010 * gdb.multi/base.exp: Use gdb_test_no_output.
3011
3012 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
3013
3014 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3015
3016 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
3017
3018 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3019
3020 * gdb.cp/class2.exp: Use gdb_test_no_output.
3021 * gdb.cp/classes.exp: Ditto.
3022 * gdb.cp/extern-c.exp: Ditto.
3023 * gdb.cp/inherit.exp: Ditto.
3024 * gdb.cp/maint.exp: Ditto.
3025 * gdb.cp/mb-inline.exp: Ditto.
3026 * gdb.cp/mb-templates.exp: Ditto.
3027 * gdb.cp/method2.exp: Ditto.
3028 * gdb.cp/misc.exp: Ditto.
3029 * gdb.cp/ovldbreak.exp: Ditto.
3030 * gdb.cp/punctuator.exp: Ditto.
3031 * gdb.cp/templates.exp: Ditto.
3032 * gdb.cp/virtbase.exp: Ditto.
3033
3034 * gdb.threads/attach-stopped.exp:
3035 Replace uses of send_gdb / gdb_expect.
3036 * gdb.threads/attachstop-mt.exp:
3037 Replace uses of send_gdb / gdb_expect.
3038 * gdb.threads/gcore-thread.exp:
3039 Replace uses of send_gdb / gdb_expect.
3040 * gdb.threads/hand-call-in-threads.exp:
3041 Replace uses of send_gdb / gdb_expect.
3042 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
3043 * gdb.threads/print-threads.exp:
3044 Replace uses of send_gdb / gdb_expect.
3045 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
3046 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
3047 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
3048
3049 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
3050 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
3051 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
3052 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
3053 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
3054 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
3055 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
3056 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
3057 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
3058 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
3059 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
3060
3061 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
3064
3065 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3066
3067 * gdb.cp/koenig.exp: Added new test case.
3068 * gdb.cp/koenig.cc: Ditto.
3069
3070 2010-06-01 Michael Snyder <msnyder@vmware.com>
3071
3072 * gdb.base/arithmet.exp: Use gdb_test_no_output.
3073 * gdb.base/arrayidx.exp: Ditto.
3074 * gdb.base/attach.exp: Ditto.
3075 * gdb.base/auxv.exp: Ditto.
3076 * gdb.base/bigcre.exp: Ditto.
3077 * gdb.base/break-always.exp: Ditto.
3078 * gdb.base/break-interp.exp: Ditto.
3079 * gdb.base/break.exp: Ditto.
3080 * gdb.base/breakpoint-shadow.exp: Ditto.
3081 * gdb.base/call-ar-st.exp: Ditto.
3082 * gdb.base/call-sc.exp: Ditto.
3083 * gdb.base/call-signal-resume.exp: Ditto.
3084 * gdb.base/callfuncs.exp: Ditto.
3085 * gdb.base/catch-syscall.exp: Ditto.
3086 * gdb.base/charset.exp: Ditto.
3087 * gdb.base/code-expr.exp: Ditto.
3088 * gdb.base/commands.exp: Ditto.
3089 * gdb.base/cond-expr.exp: Ditto.
3090 * gdb.base/condbreak.exp: Ditto.
3091 * gdb.base/cursal.exp: Ditto.
3092 * gdb.base/cvexpr.exp: Ditto.
3093 * gdb.base/default.exp: Ditto.
3094 * gdb.base/del.exp: Ditto.
3095 * gdb.base/detach.exp: Ditto.
3096 * gdb.base/display.exp: Ditto.
3097 * gdb.base/ena-dis-br.exp: Ditto.
3098 * gdb.base/eval-skip.exp: Ditto.
3099 * gdb.base/foll-fork.exp: Ditto.
3100 * gdb.base/foll-vfork.exp: Ditto.
3101 * gdb.base/frame-args.exp: Ditto.
3102 * gdb.base/funcargs.exp: Ditto.
3103 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3104 * gdb.base/gdbvars.exp: Ditto.
3105 * gdb.base/help.exp: Ditto.
3106 * gdb.base/ifelse.exp: Ditto.
3107 * gdb.base/included.exp: Ditto.
3108 * gdb.base/list.exp: Ditto.
3109 * gdb.base/macscp.exp: Ditto.
3110 * gdb.base/maint.exp: Ditto.
3111 * gdb.base/multi-fork.exp: Ditto.
3112 * gdb.base/overlays.exp: Ditto.
3113 * gdb.base/page.exp: Ditto.
3114 * gdb.base/pending.exp: Ditto.
3115 * gdb.base/pointers.exp: Ditto.
3116 * gdb.base/pr11022.exp: Ditto.
3117 * gdb.base/prelink.exp: Ditto.
3118 * gdb.base/printcmds.exp: Ditto.
3119 * gdb.base/psymtab.exp: Ditto.
3120 * gdb.base/randomize.exp: Ditto.
3121 * gdb.base/relational.exp: Ditto.
3122 * gdb.base/relocate.exp: Ditto.
3123 * gdb.base/remote.exp: Ditto.
3124 * gdb.base/sepdebug.exp: Ditto.
3125 * gdb.base/set-lang-auto.exp: Ditto.
3126 * gdb.base/setshow.exp: Ditto.
3127 * gdb.base/setvar.exp: Ditto.
3128 * gdb.base/signals.exp: Ditto.
3129 * gdb.base/signull.exp: Ditto.
3130 * gdb.base/sigstep.exp: Ditto.
3131 * gdb.base/sizeof.exp: Ditto.
3132 * gdb.base/solib-disc.exp: Ditto.
3133 * gdb.base/store.exp: Ditto.
3134 * gdb.base/structs.exp: Ditto.
3135 * gdb.base/structs2.exp: Ditto.
3136 * gdb.base/subst.exp: Ditto.
3137 * gdb.base/term.exp: Ditto.
3138 * gdb.base/trace-commands.exp: Ditto.
3139 * gdb.base/unwindonsignal.exp: Ditto.
3140 * gdb.base/valgrind-db-attach.exp: Ditto.
3141 * gdb.base/varargs.exp: Ditto.
3142 * gdb.base/watch-cond.exp: Ditto.
3143 * gdb.base/watch_thread_num.exp: Ditto.
3144 * gdb.base/watchpoint-cond-gone.exp: Ditto.
3145 * gdb.base/watchpoint.exp: Ditto.
3146 * gdb.base/whatis-exp.exp: Ditto.
3147
3148 2010-06-01 Michael Snyder <msnyder@vmware.com>
3149
3150 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3151 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3152 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3153 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3154 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3155 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3156 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3157 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3158 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3159 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3160 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3161 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3162 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3163 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3164 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3165
3166 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 * gdb.base/commands.exp (begin commands on watch): Remove excessive
3169 trailing newline.
3170 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3171 * gdb.java/jmisc.exp (p *args\n): Rename to ...
3172 (p *args): ... here and remove excessive trailing newline.
3173
3174 2010-05-31 Joel Brobecker <brobecker@adacore.com>
3175
3176 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3177
3178 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3179
3180 Accept the new Linux kernel "t (tracing stop)" string.
3181 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3182 Update comment.
3183 (state_wait) <T (tracing stop)>: New.
3184 (main): Update the state_wait expect string.
3185
3186 2010-05-28 Pedro Alves <pedro@codesourcery.com>
3187
3188 * limits.c, limits.exp: Delete files.
3189 * Makefile.in (clean mostlyclean): Adjust.
3190 * tracecmd.exp: Adjust.
3191
3192 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3193
3194 * gdb.base/tui-layout.exp: New.
3195
3196 2010-05-28 Michael Snyder <msnyder@vmware.com>
3197
3198 * gdb.reverse/break-precsave.exp:
3199 Replace uses of send_gdb / gdb_expect.
3200 * gdb.reverse/break-reverse.exp:
3201 Replace uses of send_gdb / gdb_expect.
3202 * gdb.reverse/consecutive-precsave.exp:
3203 Replace uses of send_gdb / gdb_expect.
3204 * gdb.reverse/consecutive-reverse.exp:
3205 Replace uses of send_gdb / gdb_expect.
3206 * gdb.reverse/finish-precsave.exp:
3207 Replace uses of send_gdb / gdb_expect.
3208 * gdb.reverse/finish-reverse.exp:
3209 Replace uses of send_gdb / gdb_expect.
3210 * gdb.reverse/i386-precsave.exp:
3211 Replace uses of send_gdb / gdb_expect.
3212 * gdb.reverse/i386-reverse.exp:
3213 Replace uses of send_gdb / gdb_expect.
3214 * gdb.reverse/i386-sse-reverse.exp:
3215 Replace uses of send_gdb / gdb_expect.
3216 * gdb.reverse/i387-env-reverse.exp:
3217 Replace uses of send_gdb / gdb_expect.
3218 * gdb.reverse/i387-stack-reverse.exp:
3219 Replace uses of send_gdb / gdb_expect.
3220 * gdb.reverse/machinestate-precsave.exp:
3221 Replace uses of send_gdb / gdb_expect.
3222 * gdb.reverse/machinestate.exp:
3223 Replace uses of send_gdb / gdb_expect.
3224 * gdb.reverse/sigall-precsave.exp:
3225 Replace uses of send_gdb / gdb_expect.
3226 * gdb.reverse/sigall-reverse.exp:
3227 Replace uses of send_gdb / gdb_expect.
3228 * gdb.reverse/solib-precsave.exp:
3229 Replace uses of send_gdb / gdb_expect.
3230 * gdb.reverse/solib-reverse.exp:
3231 Replace uses of send_gdb / gdb_expect.
3232 * gdb.reverse/step-precsave.exp:
3233 Replace uses of send_gdb / gdb_expect.
3234 * gdb.reverse/step-reverse.exp:
3235 Replace uses of send_gdb / gdb_expect.
3236 * gdb.reverse/until-precsave.exp:
3237 Replace uses of send_gdb / gdb_expect.
3238 * gdb.reverse/until-reverse.exp:
3239 Replace uses of send_gdb / gdb_expect.
3240 * gdb.reverse/watch-precsave.exp:
3241 Replace uses of send_gdb / gdb_expect.
3242 * gdb.reverse/watch-reverse.exp:
3243 Replace uses of send_gdb / gdb_expect.
3244
3245 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3246
3247 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3248 excessive newline.
3249
3250 2010-05-27 Michael Snyder <msnyder@vmware.com>
3251
3252 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
3253 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3254 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3255 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3256 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3257 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3258 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3259 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3260 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3261 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3262 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3263 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3264 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3265 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3266 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3267 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3268 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3269 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3270 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
3271
3272 2010-05-26 Michael Snyder <msnyder@vmware.com>
3273
3274 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3275 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3276
3277 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3278 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3279 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3280
3281 * gdb.reverse/consecutive-reverse.exp:
3282 Replace uses of send_gdb / gdb_expect.
3283 * gdb.reverse/consecutive-precsave.exp:
3284 Replace uses of send_gdb / gdb_expect.
3285
3286 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3287 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
3288 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
3289 * gdb.mi/mi-ns-stale-regcache.exp:
3290 Replace uses of send_gdb / gdb_expect.
3291 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
3292 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
3293 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
3294 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
3295 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
3296 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
3297 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
3298 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
3299 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
3300
3301 2010-05-26 Michael Snyder <msnyder@vmware.com>
3302
3303 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
3304
3305 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
3306
3307 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
3308 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
3309 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
3310 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
3311 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
3312 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
3313 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
3314 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
3315 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
3316
3317 2010-05-25 Tom Tromey <tromey@redhat.com>
3318
3319 * gdb.base/macscp.exp: Add missing space after setup_kfail.
3320
3321 2010-05-25 Tom Tromey <tromey@redhat.com>
3322
3323 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
3324 argument order.
3325 * gdb.base/macscp.exp: Fix setup_kfail argument order.
3326 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
3327 order.
3328 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
3329 order.
3330 * gdb.base/call-sc.exp (setup_kfails): Remove.
3331 (setup_compiler_kfails): Remove.
3332 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
3333 argument order.
3334 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
3335 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
3336 (advancei): Fix setup_kfail argument order.
3337 * gdb.base/radix.exp: Fix setup_kfail argument order.
3338 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
3339 order.
3340 * gdb.base/structs.exp (setup_kfails): Remove.
3341 (setup_compiler_kfails): Fix setup_kfail argument order.
3342 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
3343 order.
3344 * gdb.java/jmain.exp: Fix setup_kfail argument order.
3345 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
3346 setup_kfail argument order.
3347 * gdb.cp/overload.exp: Fix setup_kfail argument order.
3348
3349 2010-05-25 Tom Tromey <tromey@redhat.com>
3350
3351 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3352
3353 2010-05-25 Michael Snyder <msnyder@vmware.com>
3354
3355 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3356 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3357 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3358 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3359 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3360 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3361 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3362 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3363 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
3364 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3365 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3366 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3367 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3368 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3369 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3370 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3371 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3372 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3373 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3374 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3375 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3376 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3377 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
3378 * gdb.base/default.exp: Replace send_gdb with gdb_test.
3379 * gdb.base/define.exp: Replace send_gdb with gdb_test.
3380 * gdb.base/display.exp: Replace send_gdb with gdb_test.
3381 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3382 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3383 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3384 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3385 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3386 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3387 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3388 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3389 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3390 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3391 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3392 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3393 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3394 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3395 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3396 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3397 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3398 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3399 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3400 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3401 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3402 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3403
3404 2010-05-25 Doug Evans <dje@google.com>
3405
3406 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3407 gdb.string_to_argv.
3408
3409 2010-05-21 Tom Tromey <tromey@redhat.com>
3410
3411 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3412 Call it.
3413 * gdb.dwarf2/pieces.S: Update.
3414 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3415
3416 2010-05-21 Tom Tromey <tromey@redhat.com>
3417
3418 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3419 Call it.
3420 * gdb.dwarf2/pieces.c (struct C): New.
3421 (f6): New function.
3422 * gdb.dwarf2/pieces.S: Replace.
3423
3424 2010-05-21 Tom Tromey <tromey@redhat.com>
3425
3426 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3427 Call it.
3428
3429 2010-05-21 Tom Tromey <tromey@redhat.com>
3430
3431 * gdb.dwarf2.pieces.exp: New file.
3432 * gdb.dwarf2.pieces.S: New file.
3433 * gdb.dwarf2.pieces.c: New file.
3434
3435 2010-05-20 Pedro Alves <pedro@codesourcery.com>
3436 Joel Brobecker <brobecker@adacore.com>
3437
3438 * lib/gdb.exp (gdb_test_no_output): New function.
3439 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3440 when testing commands that should produce no output.
3441
3442 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3443
3444 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3445 parameter that we want to watch being a constant.
3446
3447 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3448
3449 * gdb.ada/cond_lang: New testcase.
3450
3451 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3452
3453 * lib/gdb.exp (banned_variables): New variable/constant.
3454 (gdb_init): Add write trace on variables listed in banned_variables.
3455 (gdb_finish): Remove write traces on variables listed in
3456 banned_variables.
3457
3458 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3459
3460 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3461 * gdb.cp/koenig.exp: Likewise.
3462
3463 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3464
3465 PR python/11482
3466
3467 * gdb.python/py-value.exp (test_value_hash): New function.
3468
3469 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3470
3471 PR exp/11530.
3472 * gdb.base/gdb11530.c: New file.
3473 * gdb.base/gdb11530.exp: New file.
3474
3475 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3476
3477 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3478 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3479
3480 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3481
3482 * gdb.cp/koenig.exp: New test.
3483 * gdb.cp/koenig.cc: New test program.
3484
3485 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3486
3487 Remove the use of prms_id and bug_id throughout the testsuite.
3488
3489 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3490
3491 PR exp/11349.
3492 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3493 use a reference local variable.
3494
3495 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3496
3497 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3498 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3499 variable different_dir. Move debugfile into a full directory pathname
3500 under DIFFERENT_DIR.
3501 * lib/gdb.exp (separate_debug_filename): Remove.
3502 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3503 variable debug_dir and mkdir of it. Update function comments.
3504
3505 2010-04-29 Pedro Alves <pedro@codesourcery.com>
3506
3507 PR gdb/11557
3508
3509 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3510 files.
3511
3512 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3513
3514 * gdb.python/py-param.exp: New File.
3515
3516 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3517
3518 * gdb.base/default.exp: Fix "set language" test.
3519
3520 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3521
3522 PR breakpoints/11531.
3523 * gdb.base/gdb11531.c: New file.
3524 * gdb.base/gdb11531.exp: New file.
3525
3526 2010-04-26 Tom Tromey <tromey@redhat.com>
3527
3528 * gdb.base/completion.exp: Add tests for completion and deprecated
3529 commands.
3530
3531 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3532
3533 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3534 (print /x char_array): Escape curly brackets.
3535
3536 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3537
3538 Fix deadlock on looped list of loaded shared objects.
3539 * gdb.base/solib-corrupted.exp: New.
3540
3541 2010-04-23 Doug Evans <dje@google.com>
3542
3543 * gdb.python/py-section-script.c: New file.
3544 * gdb.python/py-section-script.exp: New file.
3545 * gdb.python/py-section-script.py: New file.
3546
3547 2010-04-20 Chris Moller <cmoller@redhat.com>
3548
3549 PR 10179
3550
3551 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3552 * gdb.base/pr10179-a.c:
3553 * gdb.base/pr10179-b.c:
3554 * gdb.base/pr10179.exp: New files.
3555
3556 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3557
3558 Fix crashes on dangling display expressions.
3559 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3560 is SEP.
3561 (lib_flags): Remove the "debug" keyword.
3562 (libsepdebug): New variable for iterating new loop.
3563 (save_pf_prefix): New variable wrapping the loop.
3564 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
3565 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3566
3567 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3568
3569 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3570
3571 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3572
3573 PR stabs/11479.
3574 * gdb.stabs/gdb11479.exp: New file.
3575 * gdb.stabs/gdb11479.c: New file.
3576
3577 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3578
3579 * gdb.base/charset.c (Strin16, String32): New variables.
3580 * gdb.base/charset.exp (gdb_test): Test correct display
3581 of 16 or 32 bit strings.
3582
3583 2010-04-21 Chris Moller <cmoller@redhat.com>
3584
3585 PR 9167
3586 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3587 * gdb.cp/pr9167.cc: New file.
3588 * gdb.cp/pr9167.exp: New file.
3589
3590
3591 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3592
3593 PR pascal/11492.
3594 * gdb.pascal/gdb11492.pas: New file.
3595 * gdb.pascal/gdb11492.exp: New file.
3596
3597 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3598
3599 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
3600
3601 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3602
3603 * gdb.ada/dyn_loc: New testcase.
3604
3605 2010-04-20 Chris Moller <cmoller@redhat.com>
3606
3607 PR 10867
3608
3609 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
3610 * gdb.cp/pr10687.cc: New file.
3611 * gdb.cp/pr10687.exp: New file.
3612
3613
3614 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3615 Sergio Durigan Junior <sergiodj@redhat.com>
3616
3617 * gdb.fortran/logical.exp: New testcase.
3618 * gdb.fortran/logical.f90: New file.
3619
3620 2010-04-19 Doug Evans <dje@google.com>
3621
3622 * gdb.base/help.exp (help source): Update expected output.
3623
3624 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3625
3626 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3627 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
3628 gdb_exit and return.
3629 (executable): New variable.
3630 (binfile): Use it.
3631
3632 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3633
3634 PR breakpoints/8554.
3635
3636 * gdb.trace/save-trace.exp: Adjust.
3637
3638 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3639
3640 PR corefiles/11511
3641 * gdb.arch/system-gcore.exp: New.
3642 * gdb.arch/gcore.c: Likewise.
3643
3644 2010-04-15 Doug Evans <dje@google.com>
3645
3646 * gdb.python/py-progspace.c: New file.
3647 * gdb.python/py-progspace.exp: New file.
3648
3649 * gdb.base/source.exp: Add tests for "source -s".
3650
3651 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3652
3653 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3654 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3655 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3656 * gdb.python/py-mi.exp: New test for to_string returning None.
3657
3658 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
3659
3660 * gdb.python/py-breakpoint.c: Make result global.
3661
3662 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3663
3664 Fix non-GNU make compatibility.
3665 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3666
3667 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3668
3669 * gdb.python/py-breakpoint.exp: New File.
3670 * gdb.python/py-breakpoint.C: Ditto.
3671
3672 2010-04-08 Stan Shebs <stan@codesourcery.com>
3673
3674 * gdb.trace/actions.exp: Clear default-collect.
3675 * gdb.trace/save-trace.exp: Clear default-collect.
3676
3677 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3678
3679 * gdb.python/py-value: Add null string variable.
3680 (test_lazy_string): Test zero length, NULL address lazy
3681 strings.
3682
3683 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3684
3685 * gdb.arch/i386-avx.c: New.
3686 * gdb.arch/i386-avx.exp: Likewise.
3687
3688 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3689
3690 2010-04-06 Doug Evans <dje@google.com>
3691
3692 * gdb.base/source-test.gdb: New file.
3693 * gdb.base/source.exp: Test source -v.
3694
3695 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3696
3697 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3698
3699 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3700
3701 * gdb.stabs/aout.sed: Convert all backslash to double backslash
3702 within one line, unless it is followed by a double quote.
3703 * gdb.stabs/hppa.sed: Idem.
3704 * gdb.stabs/weird.def: Add char and String constants
3705 * gdb.stabs/weird.exp: Check for correct parsing of
3706 char and string constants.
3707 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3708 in .stabs to .stabx substitution.
3709
3710 2010-04-05 Stan Shebs <stan@codesourcery.com>
3711
3712 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3713 constant global.
3714 * gdb.trace/tfile.exp: Try to print them.
3715
3716 2010-04-04 Stan Shebs <stan@codesourcery.com>
3717
3718 * gdb.base/completion.exp: Update for new "info watchpoints".
3719 * gdb.base/default.exp: Ditto.
3720 * gdb.base/help.exp: Ditto.
3721 * gdb.base/watchpoint.exp: Ditto.
3722 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
3723
3724 2010-04-04 Stan Shebs <stan@codesourcery.com>
3725
3726 * gdb.trace/tfile.exp: Sharpen tfind test.
3727
3728 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3729
3730 * gdb.base/break-entry.exp: New.
3731
3732 2010-04-02 Hui Zhu <teawater@gmail.com>
3733 Michael Snyder <msnyder@vmware.com>
3734
3735 * gdb.reverse/i386-sse-reverse.exp: New file.
3736 * gdb.reverse/i386-sse-reverse.c: New file.
3737
3738 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3739
3740 * gdb.trace/tfind.exp: Adjust expected disassembly output.
3741
3742 2010-04-01 Stan Shebs <stan@codesourcery.com>
3743
3744 * gdb.trace/actions.exp: Tweak expected output.
3745 * gdb.trace/while-stepping.exp: Tweak expected output.
3746
3747 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3748
3749 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3750
3751 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3752
3753 * gdb.base/commands.exp: Adjust.
3754 * gdb.cp/extern-c.exp: Adjust.
3755
3756 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3757
3758 * gdb.trace/collection.c (local_test_func): Define a local struct,
3759 and instanciate it.
3760
3761 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3762
3763 * gdb.trace/collection.exp (gdb_collect_args_test)
3764 (gdb_collect_argarray_test): XFAIL the tests that assume the
3765 argarray argument's elements are collected.
3766
3767 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3768
3769 * gdb.dwarf2/dw2-bad-parameter-type.exp,
3770 gdb.dwarf2/dw2-bad-parameter-type.S: New.
3771
3772 2010-03-31 Stan Shebs <stan@codesourcery.com>
3773
3774 * gdb.trace/save-trace.exp: Test save/restore of default-collect
3775 and tracepoint conditionals.
3776 (gdb_verify_tracepoints): Delete unused return.
3777
3778 2010-03-26 Keith Seitz <keiths@redhat.com>
3779
3780 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3781 appear in the output before main.
3782 Remove KFAIL for gdb/2215 aka bz 9320.
3783
3784 2010-03-30 Doug Evans <dje@google.com>
3785
3786 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3787 by dejagnu.
3788 * gdb.arch/amd64-dword.exp: Ditto.
3789
3790 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3791 match.
3792 (break printf): Ditto.
3793
3794 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
3795
3796 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3797 gcc < 4.4.
3798 * gdb.cp/shadow.exp: Ditto.
3799
3800 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3801
3802 * gdb.trace/collection.exp (run_trace_experiment): Make sure
3803 "tstart" is silent.
3804
3805 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3806
3807 * gdb.trace/collection.exp (executable): New.
3808 (binfile): Use it.
3809 (fpreg, spreg, pcreg): New.
3810 (test_register): Use gdb_test_multiple. Pass /x to print.
3811 (prepare_for_trace_test): New.
3812 (run_trace_experiment): Use "continue", not gdb_run_cmd.
3813 (gdb_collect_args_test, gdb_collect_argstruct_test)
3814 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3815 prepare_for_trace_test.
3816 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
3817 fpreg, spreg and pcreg.
3818 (gdb_collect_expression_test, gdb_collect_globals_test): Use
3819 prepare_for_trace_test.
3820 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
3821 try to detect tracing support here. Don't set breakpoints at
3822 `begin' or `end' here.
3823 <global scope>: Use clean_restart. Run to main before checking
3824 for tracing support. Check for for tracing support here.
3825
3826 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3827
3828 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3829 " as $displacement" to "seen displacement message".
3830
3831 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3832
3833 * gdb.trace/while-dyn.exp (executable): New variable.
3834 (binfile): Use it.
3835 (test_while_stepping): New function. Move most tests here. Call
3836 it once for each of the while-stepping, stepping and ws aliases.
3837
3838 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3839
3840 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3841 that do not provide the tagless_struct type name at all.
3842 (test_print_anon_union): Do not check value of uninitialized
3843 union member. Do not use cp_test_ptype_class, so we can accept
3844 "long" as well as "long int".
3845
3846 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3847
3848 * gdb.trace/tfile.c (tohex, bin2hex): New.
3849 (write_error_trace_file): Hexify error description.
3850
3851 2010-03-25 Stan Shebs <stan@codesourcery.com>
3852
3853 * gdb.trace/tfile.c: Generate an additional trace file, improve
3854 portability.
3855 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3856 files in a better way.
3857
3858 2010-03-25 Keith Seitz <keiths@redhat.com>
3859
3860 * gdb.java/jprint.exp: XFAIL printing of static class members
3861 because of GCC debuginfo problem.
3862
3863 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3866
3867 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3868
3869 * gdb.base/completion.exp: Allow long instead of long int.
3870 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3871 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
3872 variable p.
3873 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3874 * gdb.base/pointers.exp: Allow long instead of long int.
3875 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3876 * gdb.base/step-line.exp: Allow a directory before the source file name.
3877
3878 2010-03-24 Tom Tromey <tromey@redhat.com>
3879
3880 PR breakpoints/9352:
3881 * gdb.base/default.exp: Update.
3882 * gdb.base/commands.exp: Update.
3883 * gdb.cp/extern-c.exp: Test setting commands on multiple
3884 breakpoints at once.
3885
3886 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3887
3888 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3889 if gdb,nosignals.
3890 * gdb.base/watchpoints.c: Do not include unnecessary headers.
3891 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3892 exited".
3893
3894 2010-03-24 Stan Shebs <stan@codesourcery.com>
3895
3896 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3897
3898 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3899
3900 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3901 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3902 argument. Handle "short" and "long".
3903 (Top level): Pass overprototyped output for old_fptr and xptr.
3904
3905 2010-03-23 Pedro Alves <pedro@codesourcery.com>
3906
3907 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3908 format strings and add casts to avoid compiler warnings.
3909
3910 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
3911
3912 * lib/trace-support.exp (gdb_trace_setactions):
3913 Don't expect whitespace after ">" prompt.
3914 * gdb.trace/actions.exp: Adjust for output changes.
3915 * gdb.trace/while-stepping.exp: Likewise.
3916
3917 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3918
3919 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3920 and r157645).
3921
3922 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3923
3924 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
3925 New.
3926
3927 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
3928
3929 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
3930 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
3931
3932 2010-03-19 Stan Shebs <stan@codesourcery.com>
3933
3934 * gdb.trace/ax.exp: New file.
3935
3936 2010-03-19 Doug Evans <dje@google.com>
3937
3938 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
3939 output from gcc.
3940
3941 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
3942 named /usr/sbin/prelink<foo>.
3943
3944 2010-03-18 Stan Shebs <stan@codesourcery.com>
3945
3946 * gdb.trace/circ.exp: Test circular-trace-buffer.
3947 * gdb.trace/tfile.exp: Update tstatus test.
3948
3949 2010-03-18 Joel Brobecker <brobecker@adacore.com>
3950
3951 * gdb.dwarf2/dw2-anonymous-func.S: New file.
3952 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
3953
3954 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3955
3956 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
3957
3958 2010-03-18 Pedro Alves <pedro@codesourcery.com>
3959
3960 * gdb.base/default.exp: Adjust the expected output of the finish
3961 and until commands when the inferior is not being run.
3962
3963 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
3964
3965 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
3966 * gdb.cp/nsusing.exp: Ditto.
3967
3968 2010-03-15 Tom Tromey <tromey@redhat.com>
3969
3970 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
3971 * gdb.cp/userdef.cc (operator==): New function.
3972 (main): New locals mem1, mem2.
3973
3974 2010-03-15 Jie Zhang <jie@codesourcery.com>
3975
3976 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
3977 Declare and use new loadtimeout variable.
3978
3979 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
3980
3981 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
3982 Use gdb_load later.
3983
3984 2010-03-14 Pedro Alves <pedro@codesourcery.com>
3985
3986 * gdb.base/solib-disc.c (main): Make format of fprintf a string
3987 literal. Add missing endlines to prints to stderr.
3988
3989 2010-03-12 Tom Tromey <tromey@redhat.com>
3990
3991 PR c++/9708:
3992 * gdb.cp/m-static.exp: Add regression test.
3993 * gdb.cp/m-static.cc (method): New method.
3994 (main): Call it.
3995
3996 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
3997
3998 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
3999 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
4000
4001 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4002
4003 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
4004
4005 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4006
4007 * lib/gdb.exp (skip_stl_tests): New.
4008 (gdb_compile): Symbian needs -ldl.
4009 (shlib_target_file): New.
4010 (shlib_symbol_file): New.
4011 (gdb_load_shlibs): Use shlib_target_file.
4012 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
4013 * gdb.cp/exception.exp: Use skip_stl_tests.
4014 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
4015 * gdb.cp/try_catch.exp: Use skip_stl_tests.
4016 * gdb.cp/mb-templates.exp: Ditto.
4017 * gdb.base/commands.exp: Relax regexes.
4018 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
4019 shlib_target_file and shlib_symbol_file.
4020 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
4021 sections.
4022 * gdb.base/ending-run.exp: Accept E32Main for symbian.
4023 * gdb.base/solib-disc.exp: Use
4024 shlib_target_file and shlib_symbol_file.
4025 * gdb.base/unload.exp: Don't skip on symbian. Use
4026 shlib_target_file and shlib_symbol_file.
4027 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4028
4029 2010-03-12 Pedro Alves <pedro@codesourcery.com>
4030
4031 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4032 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4033 Issue a tfind end before looking for a tracepoint frame.
4034 * gdb.trace/tfind.exp: Adjust tstatus output.
4035 Adjust disassembly output.
4036 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4037
4038 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4039
4040 * gdb.base/break-interp.exp: Create new displacement parameter value
4041 for the test_ld calls.
4042 (reach): New parameter displacement, verify its content. New push of
4043 pf_prefix "reach-$func:". Import global expect_out.
4044 (test_core): New parameter displacement, verify its content. New push
4045 of pf_prefix "core:". New command "set verbose on". Import global
4046 expect_out.
4047 (test_attach): New parameter displacement, verify its content. New
4048 push of pf_prefix "attach:". New command "set verbose on". Import
4049 global expect_out.
4050 (test_ld): New parameter displacement, pass it to the reach, test_core
4051 and test_attach calls and verify its content in the "ld.so exit" test.
4052 * gdb.base/prelink.exp: Remove gdb_exit and final return.
4053 (prelink): Update expected text, use gdb_test.
4054
4055 2010-03-10 Doug Evans <dje@google.com>
4056
4057 * gdb.base/checkpoint.exp: Fix comment.
4058 Lengthen timeout while doing >600 checkpoints test.
4059 Rename duplicate "kill all one" test to keep test names unique.
4060
4061 2010-03-10 Pedro Alves <pedro@codesourcery.com>
4062
4063 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
4064
4065 2010-03-08 Keith Seitz <keiths@redhat.com>
4066
4067 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
4068 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
4069 (dm_type_long): New function.
4070 (dm_type_unsigned_short): New function.
4071 (dm_type_unsigned_long): New function.
4072 (myint): New typedef.
4073 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
4074 long, unsigned shor and long, operator char*, and typedef.
4075 (test_lookup_operator_functions): Add operator char* test.
4076 (test_paddr_operator_functions): Likewise.
4077 (test_paddr_overloaded_functions): Use probe values for
4078 short, long, and unsigned short and long.
4079 (test_paddr_hairy_functions): If the demangler probe detected
4080 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
4081 demangler.
4082 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
4083 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
4084 and "print null_pmf".
4085 Add test "ptype a.*pmf".
4086 * gdb.cp/overload.exp: Allow optional "int" to appear with
4087 "short" and "long".
4088 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
4089 long expect value for men_overload1arg.
4090 Allow "int" to appear with "short" and "long".
4091 When testing "info break", add argument for main (void).
4092 Also allow "int" to appear with "short" and "long".
4093 Ditto with "unsigned" and "long long".
4094 * gdb.java/jmain.exp: Do not enclose methods names in single
4095 quotes.
4096 * gdb.java/jmisc.exp: Likewise.
4097 * gdb.java/jprint.exp: Likewise.
4098 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
4099
4100 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4101 * gdb.cp/exception.exp (backtrace after first throw)
4102 (backtrace after second throw): Allow a namespace before __cxa_throw.
4103 (backtrace after first catch, backtrace after second catch): Allow
4104 a namespace before __cxa_begin_catch.
4105
4106 * gdb.cp/cpexprs.exp: New file.
4107 * gdb.cp/cpexprs.cc: New file.
4108
4109 From Daniel Jacobowitz <dan@codesourcery.com>
4110 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
4111 to use string_to_regexp.
4112 (ctor, dtor): New functions. Use them to match constructor
4113 and destructor function types.
4114 (Top level): Use runto_main.
4115
4116 2010-03-05 Tom Tromey <tromey@redhat.com>
4117
4118 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
4119 gdb.target_charset.
4120 (pp_ns.to_string): Likewise.
4121
4122 2010-03-04 Keith Seitz <keiths@redhat.com>
4123
4124 * gdb.cp/overload.exp: Test that the filename portion of a linespec
4125 can be quoted. Test that both the filename and function/line
4126 portions can be quoted at the same time.
4127
4128 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4129
4130 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
4131
4132 2010-03-03 Doug Evans <dje@google.com>
4133
4134 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
4135 libc contains libpthread.
4136
4137 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
4138 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
4139 of gdb_compile. Add another pattern to match android backtrace.
4140
4141 2010-03-03 Tom Tromey <tromey@redhat.com>
4142
4143 PR gdb/11345:
4144 * gdb.base/printcmds.exp (test_printf): Add test.
4145
4146 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4147
4148 * gdb.arch/amd64-byte.exp: New.
4149 * gdb.arch/amd64-dword.exp: Likewise.
4150 * gdb.arch/amd64-pseudo.c: Likewise.
4151 * gdb.arch/amd64-word.exp: Likewise.
4152 * gdb.arch/i386-byte.exp: Likewise.
4153 * gdb.arch/i386-pseudo.c: Likewise.
4154 * gdb.arch/i386-word.exp: Likewise.
4155
4156 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4157
4158 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4159 types. Add structreg, bitfields, and flags registers.
4160 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4161 registers.
4162
4163 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4164
4165 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
4166 (load_description): Set architecture if defined.
4167
4168 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4169
4170 * gdb.python/py-frame.exp: Add read_var block tests.
4171 * gdb.python/py-frame.c (block): New function.
4172
4173 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4174 Daniel Jacobowitz <dan@codesourcery.com>
4175
4176 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
4177
4178 2010-02-25 David S. Miller <davem@davemloft.net>
4179
4180 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4181 fix logic for setting all_syscalls_numbers.
4182
4183 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4184
4185 * Makefile.in: Add py-block and py-symbol.
4186 * gdb.python/py-symbol.exp: New File.
4187 * gdb.python/py-symtab.exp: New File.
4188 * gdb.python/py-block.exp: New File.
4189 * gdb.python/py-symbol.c: New File.
4190 * gdb.python/py-block.c: New File.
4191
4192 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4193
4194 PR python/11314
4195 * lib/gdb.exp (skip_python_tests): New function.
4196 * gdb.python/py-cmd.exp: Use skip_python_tests.
4197 * gdb.python/py-frame.exp: Likewise.
4198 * gdb.python/py-function.exp: Likewise.
4199 * gdb.python/py-prettyprint.exp: Likewise.
4200 * gdb.python/py-template.exp: Likewise.
4201 * gdb.python/py-type.exp: Likewise.
4202 * gdb.python/py-value.exp: Likewise.
4203
4204 2010-02-22 Pedro Alves <pedro@codesourcery.com>
4205
4206 PR9605
4207
4208 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4209
4210 2010-02-19 Tom Tromey <tromey@redhat.com>
4211
4212 PR c++/8693, PR c++/9496:
4213 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
4214 regression tests.
4215
4216 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4217
4218 Fix compatibility with m68k as.
4219 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
4220 Use only /* comments */.
4221
4222 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4223
4224 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4225 * configure: Regenerate.
4226
4227 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4228
4229 * gdb.python/py-type.exp: Check for Python support.
4230
4231 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4232
4233 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4234 `regsub' syntax available.
4235
4236 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4237
4238 * gdb.base/shmain.c (main): Remove printf call.
4239 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4240 * gdb.base/unload.c (main): Make format of fprintf a string
4241 literal. Add missing endlines to prints to stderr.
4242 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4243
4244 2010-02-17 Tom Tromey <tromey@redhat.com>
4245
4246 * gdb.java/jprint.java (jprint.props): New field.
4247 * gdb.java/jprint.exp (set_lang_java): Add regression test.
4248
4249 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4250
4251 * gdb.base/charset.exp: Don't assume new `regsub' syntax
4252 available.
4253
4254 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4255
4256 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4257 creation to support remote host testing.
4258
4259 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4260
4261 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4262 Recognize "command not found".
4263
4264 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4265
4266 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4267 single-stepping.
4268
4269 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4270
4271 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4272 if arguments are not supported.
4273
4274 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4275
4276 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4277 be const or non-const.
4278
4279 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4280
4281 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4282 mi_send_resuming_command to send -exec-continue.
4283
4284 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4285
4286 * gdb.base/list.exp (test_list_filename_and_function): Add test
4287 with single quotes.
4288 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
4289 matching.
4290 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
4291 Add KFAIL'd tests for PR gdb/11289.
4292
4293 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4294
4295 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
4296
4297 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4298
4299 * gdb.base/comp-dir/subdir/dummy.txt: New file.
4300 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
4301 a temporary directory.
4302
4303 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4304
4305 * gdb.base/charset.exp: Use a single regular expression to match
4306 show host-charset and show target-charset output.
4307
4308 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4309
4310 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
4311 "Illegal process-id" expect string more exact.
4312 (attach to digits-starting nonsense is prohibited): New.
4313
4314 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 * gdb.base/prelink.exp (set verbose on): New.
4317
4318 2010-02-12 Tomas Holmberg <th@virtutech.com>
4319
4320 * mi-reverse.exp: New file. Test for reverse option to the
4321 following MI commands: exec-continue, exec-finish, exec-next,
4322 exec-step, exec-next-instruction, exec-step-instruction.
4323
4324 2010-02-09 Joel Brobecker <brobecker@adacore.com>
4325
4326 * gdb.ada/ptype_tagged_param: New testcase.
4327
4328 2010-02-08 Tom Tromey <tromey@redhat.com>
4329
4330 PR c++/8017:
4331 * gdb.cp/overload.exp: Add tests.
4332 * gdb.cp/overload.cc (struct K): New.
4333 (namespace N): New.
4334 (main): Call new functions.
4335 (K::staticoverload): Define.
4336
4337 2010-02-08 Chris Moller <moller@mollerware.com>
4338
4339 PR gdb/10728
4340 * gdb.cp/pr10728-x.h: New file.
4341 * gdb.cp/pr10728-x.cc: New file.
4342 * gdb.cp/pr10728-y.cc: New file.
4343 * gdb.cp/pr10728.exp: New file.
4344 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
4345
4346 2010-02-08 Chris Moller <moller@mollerware.com>
4347
4348 PR gdb/9067
4349 * gdb.cp/pr9067.exp: New
4350 * gdb.cp/pr9067.cc: New
4351 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4352
4353 2010-02-08 Joel Brobecker <brobecker@adacore.com>
4354
4355 * lib/gdb.exp (gdb_test_timeout): New global variable.
4356 Set it to timeout if not already set.
4357 (gdb_init): Reset the value of timeout to gdb_test_timeout.
4358
4359 2010-02-05 Doug Evans <dje@google.com>
4360
4361 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4362 user.
4363
4364 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4365
4366 PR c++/7935:
4367 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4368
4369 2010-02-04 Tom Tromey <tromey@redhat.com>
4370
4371 * gdb.cp/virtbase.exp: Make test case names unique.
4372
4373 2010-02-02 Tom Tromey <tromey@redhat.com>
4374
4375 * gdb.cp/virtbase.exp: Add regression tests.
4376 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4377 (main): Instantiate RHC.
4378
4379 2010-02-02 Tom Tromey <tromey@redhat.com>
4380
4381 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4382 type-printing change.
4383
4384 2010-02-02 Tom Tromey <tromey@redhat.com>
4385
4386 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4387 * gdb.cp/virtbase.cc: New file.
4388 * gdb.cp/virtbase.exp: New file.
4389 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4390
4391 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 PR libc/11214:
4394 * gdb.threads/current-lwp-dead.c: Include features.h.
4395 (HAS_NOMMU): New.
4396 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4397
4398 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4399
4400 * gdb.base/symbol-without-target_section.exp,
4401 gdb.base/symbol-without-target_section.c: New.
4402
4403 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4404
4405 * gdb.base/bigcore.exp: Reset increased timeout.
4406 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4407
4408 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4409
4410 * gdb.base/gcore.exp (capture_command_output): Use
4411 gdb_test_multiple.
4412
4413 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4414
4415 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4416 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4417 (Top level): Call it.
4418
4419 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4420
4421 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4422
4423 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4424
4425 * gdb.base/call-strs.exp, gdb.base/default.exp,
4426 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4427 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4428 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4429 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4430 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4431 * gdb.base/ending-run.exp: Correct restore of timeout.
4432 * gdb.base/page.exp: Remove unnecessary timeout setting.
4433
4434 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4435
4436 * gdb.ada/rec_return: New testcase.
4437
4438 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4439
4440 * gdb.ada/call_pn: New testcase.
4441
4442 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4443
4444 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4445 (Top level): Use it to resume.
4446 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4447 the Thumb mode displaced stepping error as unsupported.
4448
4449 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4450
4451 * gdb.cp/nsusing.exp: Added more tests.
4452 * gdb.cp/nsrecurs.exp: Ditto.
4453 * gdb.cp/nsusing.cc: Added test functions.
4454 * gdb.cp/nsrecurs.cc: Ditto.
4455
4456 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4457
4458 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4459 absolute directory pathnames in gdb.sum file.
4460
4461 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4462
4463 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4464 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4465
4466 2010-01-26 Tom Tromey <tromey@redhat.com>
4467
4468 PR exp/7643:
4469 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4470 setup_kfail.
4471
4472 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4473
4474 * gdb.cp/nsrecurs.exp: New test.
4475 * gdb.cp/nsrecurs.cc: New test program.
4476 * gdb.cp/nsstress.exp: New test.
4477 * gdb.cp/nsstress.cc: New test program.
4478 * gdb.cp/nsdecl.exp: New test.
4479 * gdb.cp/nsdecl.cc: New test program.
4480
4481 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4482
4483 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4484 imported into file scope.
4485 Marked test as xfail.
4486 * gdb.cp/namespace-using.cc (marker5): New function.
4487 * gdb.cp/shadow.exp: New test.
4488 * gdb.cp/shadow.cc: New test program.
4489 * gdb.cp/nsimport.exp: New test.
4490 * gdb.cp/nsimport.cc: New test program.
4491
4492 2010-01-25 Tom Tromey <tromey@redhat.com>
4493
4494 PR gdb/11049:
4495 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4496 with "set print null-stop on".
4497
4498 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4499
4500 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4501 Adjust it for DISASSEMBLY_OMIT_FNAME.
4502
4503 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 PR symtab/11199:
4506 * gdb.dwarf2/member-ptr-forwardref.exp,
4507 gdb.dwarf2/member-ptr-forwardref.S: New.
4508
4509 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4512 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4513 thread1_tid_mutex. Remove gdbstop_mutex handling.
4514 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4515 thread2_tid_mutex. Remove gdbstop_mutex handling.
4516 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4517 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4518 pthread_cond_wait conditionalizations by while loops.
4519
4520 2010-01-20 Tom Tromey <tromey@redhat.com>
4521
4522 PR backtrace/10770:
4523 * gdb.dwarf2/pr10770.exp: New file.
4524 * gdb.dwarf2/pr10770.c: New file.
4525 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4526
4527 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4528
4529 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4530 that target was removed, and the test always runs native anyway.
4531
4532 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4533
4534 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4535 gdb.base/watchpoint-cond-gone-stripped.c: New.
4536
4537 2010-01-19 Tom Tromey <tromey@redhat.com>
4538
4539 PR c++/8000:
4540 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4541 existing tests.
4542 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4543 (main): Use AAA::SomeEnum.
4544
4545 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4546
4547 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4548 (test_ignore_count): Declare line_callme_body global.
4549 (run to breakpoint with ignore count): Use line_callme_body.
4550 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4551 (set line_main_hello, set line_main_return): Reindent.
4552 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4553 New.
4554 (continue to callee4): Use line_callee4_body.
4555 (check *stopped from CLI command): Use line_callee4_next.
4556 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4557 (set line_main_hello, set line_main_return): Reindent.
4558 (set line_callee4_head, set line_callee4_body): New.
4559 (continue to callee4): Use line_callee4_body.
4560
4561 2010-01-18 Tom Tromey <tromey@redhat.com>
4562
4563 PR c++/9680:
4564 * gdb.cp/casts.cc: Add new classes and variables.
4565 * gdb.cp/casts.exp: Test new operators.
4566
4567 2010-01-18 Tom Tromey <tromey@redhat.com>
4568 Thiago Jung Bauermann <bauerman@br.ibm.com>
4569
4570 * gdb.python/source2.py: New file.
4571 * gdb.python/source1: New file.
4572 * gdb.python/python.exp: Test "source" command.
4573
4574 2010-01-15 Stan Shebs <stan@codesourcery.com>
4575
4576 * gdb.trace/tfile.c: New file.
4577 * gdb.trace/tfile.exp: New file.
4578
4579 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4580
4581 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4582
4583 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4586
4587 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4588
4589 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4590 (libfunc): New parameter action. Implement also selectable "sleep".
4591 * gdb.base/break-interp-main.c: Include assert.h.
4592 (libfunc): New parameter action.
4593 (main): New parameters argc and argv. Assert argc. Pass argv.
4594 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4595 (test_attach): New proc.
4596 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
4597 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
4598
4599 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4600
4601 * gdb.base/break-interp.exp (test_core): New proc.
4602 (test_ld): Call it.
4603
4604 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4605
4606 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4607 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
4608 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
4609 and gdb_compile_shlib. Use new -Wl compiler options.
4610 (dl bt, main bt): New tests.
4611
4612 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4613
4614 Support PIEs with no symfile_objfile.
4615 * gdb.base/break-interp.exp: New argument at the test_ld calls.
4616 (test_ld): New parameter trynosym.
4617 (test_ld <$trynosym>): New block.
4618
4619 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4620
4621 * gdb.base/break-interp.exp: New file.
4622
4623 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4624
4625 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4626 * gdb.python/py-prettyprint.py (pp_ls): New printer.
4627 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4628 test.
4629 * gdb.python/py-prettyprint.c: Define lazystring test structure.
4630 * gdb.python/py-mi.exp: Add lazy string test.
4631
4632 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4633
4634 * lib/mi-support.exp (mi_check_thread_states): Handle
4635 core number in thread listing.
4636
4637 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4638
4639 * gdb.base/maint.exp: Adjust the expected output for the
4640 "maint print type" test. Use gdb_test_multiple instead of
4641 gdb_sent/gdb_expect.
4642
4643 2010-01-11 Doug Evans <dje@google.com>
4644
4645 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4646 from gdbserver_download. All callers updated.
4647
4648 * gdb.server/ext-run.exp: "info os processes" requires xml support.
4649
4650 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4651
4652 Implement binary numbers parsing.
4653 * gdb.base/printcmds.exp (test_integer_literals_accepted)
4654 (test_integer_literals_rejected): New binary tests.
4655
4656 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4657
4658 * gdb.cell/configure: Regenerate.
4659
4660 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4661
4662 * gdb.base/corefile.exp: Move the core finding block out and call it as
4663 core_find, new variable $corefile, replace corefile by $corefile and
4664 [file tail $corefile] for usage vs. test names resp.
4665 * lib/gdb.exp (core_find): Move it as a new function here. New
4666 parameter binfile and deletefiles. New variable $destcore. Pre-delete
4667 $destcore. Return "" on error.
4668
4669 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4670
4671 Workaround PR binutils/10802.
4672 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4673 (twice).
4674
4675 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4676
4677 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4678
4679 2010-01-08 Joel Brobecker <brobecker@adacore.com>
4680
4681 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4682 call, to avoid interruption.
4683
4684 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4685
4686 * gdb.stabs/weird.def (args93): New.
4687
4688 2010-01-07 Doug Evans <dje@google.com>
4689
4690 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4691
4692 2010-01-07 Tom Tromey <tromey@redhat.com>
4693
4694 * gdb.base/source.exp: Use correct line number.
4695
4696 2010-01-05 Stan Shebs <stan@codesourcery.com>
4697
4698 * gdb.trace/tracecmd.exp: Test ftrace.
4699
4700 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4701
4702 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4703
4704 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4705
4706 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4707 "uint_for_mi_testing".
4708
4709 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4710
4711 Test indented comment in file being sourced.
4712 * gdb.base/commands.exp: Test indented comment in file being sourced.
4713
4714 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4715
4716 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4717 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4718 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4719 notice.
4720
4721 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4722
4723 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4724 notice.
4725
4726 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4727
4728 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4729 missing $after_stopped and comma (,) expectation.
4730
4731 2009-12-31 Stan Shebs <stan@codesourcery.com>
4732
4733 * gdb.trace/actions.exp: Test teval action.
4734
4735 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4736
4737 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4738 (top level): Call test_watchpoint_in_big_blob.
4739 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4740 watchpoints.
4741 (func3): Write to buf.
4742
4743 2009-12-29 Stan Shebs <stan@codesourcery.com>
4744
4745 * gdb.trace/actions.exp: Test default-collect.
4746
4747 2009-12-28 Stan Shebs <stan@codesourcery.com>
4748
4749 * gdb.trace/tsv.exp: New file.
4750 * gdb.base/completion.exp: Update ambiguous info output.
4751
4752 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * gdb.base/find.c (main): Reference search buffers.
4755 * gdb.base/included.c (main): Reference integer.
4756 * gdb.base/ptype.c (charfoo): Declare.
4757 (intfoo): Call charfoo.
4758 * gdb.base/scope0.c (useitp): New function.
4759 (usestatics): Use useitp.
4760 (useit): Add a type for val.
4761 * gdb.base/scope1.c (useit1): Take a pointer argument.
4762 (usestatics1): Update calls to useit1.
4763 * gdb.cp/call-c.cc: Declare foo.
4764 (main): Call foo.
4765 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4766 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4767 (main): Call C::ensureRefs and ensureOtherRefs.
4768 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4769 variables.
4770 (ensureOtherRefs): New function.
4771 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4772 * gdb.cp/templates.cc (main): Call t5i.value.
4773
4774 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4775
4776 Fix compatibility with G++-4.5.
4777 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4778 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4779 (uncaught return): Remove.
4780
4781 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4782 Phil Muldoon <pmuldoon@redhat.com>
4783
4784 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4785 (bp_location13, bp_location14, bp_location17, bp_location18)
4786 (marker3_proto, marker4_proto): New variables.
4787 (breakpoint info): Update output.
4788 (run until breakpoint at marker3, run until breakpoint at marker4): New
4789 tests.
4790
4791 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4794 Replace the printf call of Y by provided "y-set-1" label. New block
4795 for the second shared library.
4796 * gdb.base/unload.exp: Compile also the second library, call
4797 gdb_load_shlibs also for it. Use now gdb_breakpoint.
4798 (single pending breakpoint info): Rename to ...
4799 (pending breakpoint info before run): ... this extended test.
4800 (libfile2, libname2, libsrcfile2, libsrc2)
4801 (lib_sl2): New variables.
4802 (exec_opts): Set also SHLIB_NAME2.
4803 (pending breakpoint info on first run at shrfunc1)
4804 (pending breakpoint info on second run at shrfunc1)
4805 (pending breakpoint info on second run at shrfunc2)
4806 (print y from libfile, print y from libfile2): New tests.
4807 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4808 * gdb.base/unloadshr2.c: New.
4809
4810 2009-12-22 Hui Zhu <teawater@gmail.com>
4811
4812 * gdb.reverse/sigall-reverse.exp: Adjust.
4813
4814 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4815
4816 PR gdb/10884
4817
4818 * gdb.mi/var-cmd.c (do_bitfield_tests): New
4819 (main): Call do_bitfield_tests.
4820 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
4821
4822 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4823
4824 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4825 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4826 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4827 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4828 gdb.modula2/unbounded1.c: Update copyright header.
4829
4830 2009-12-10 Chris Moller <moller@mollerware.com>
4831
4832 PR gdb/9399
4833 * gdb.cp/virtfunc2.exp: New tests
4834 * gdb.cp/virtfunc2.cc: New tests
4835 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4836
4837 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
4838
4839 * gdb.reverse/i387-env-reverse.c: New file.
4840 * gdb.reverse/i387-env-reverse.exp: New file.
4841 * gdb.reverse/i387-stack-reverse.c: New file.
4842 * gdb.reverse/i387-stack-reverse.exp: New file.
4843
4844 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4845
4846 * gdb.python/py-type.exp (test_range): New test.
4847
4848 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
4849
4850 PR python/10805
4851
4852 * gdb.python/py-type.exp: New file.
4853 * gdb.python/py-type.c: New file.
4854 * Makefile.in: Add py-type.
4855
4856 2009-12-03 Tom Tromey <tromey@redhat.com>
4857
4858 * gdb.python/py-value.exp (test_parse_and_eval): New
4859 function.
4860
4861 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4862
4863 PR gdb/11022
4864
4865 * gdb.base/pr11022.exp: New test.
4866 * gdb.base/pr11022.c: New test.
4867
4868 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4869
4870 Fix spurious false FAILs.
4871 * gdb.base/structs.c (chartest): New.
4872 (main): Fill-in chartest.
4873 * gdb.base/structs.exp (anychar_re, first): New.
4874 (start_structs_test): Import global anychar_re and first.
4875 New gdb_test call "set print elements 300; ${testfile}"
4876 (start_structs_test <$first>): New block.
4877 (any): Import global anychar_re. New variable ac. Use ${ac}.
4878
4879 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4880
4881 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4882
4883 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4884
4885 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4886 Force $srcfile file.
4887 * gdb.base/foll-fork.c (callee): Comment out the printf call.
4888
4889 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4890
4891 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4892 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4893 * gdb.threads/watchthreads-reorder.exp: Likewise.
4894
4895 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4896
4897 PR gdb/8704
4898
4899 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4900 "if", and "thread". Correct matching in the previous test.
4901
4902 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
4903
4904 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4905
4906 2009-11-23 Michael Snyder <msnyder@vmware.com>
4907
4908 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4909 * gdb.reverse-watch-precsave.exp: Ditto.
4910
4911 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4912
4913 * gdb.asm/asm-source.exp: Adjust.
4914 * gdb.base/help.exp: Adjust.
4915
4916 2009-11-22 Pedro Alves <pedro@codesourcery.com>
4917
4918 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4919 (do_syscall_tests_without_xml): Set data-directory to
4920 /the/path/to/nowhere.
4921
4922 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4923
4924 * gdb.threads/local-watch-wrong-thread.c,
4925 gdb.threads/local-watch-wrong-thread.exp: New files.
4926
4927 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4928
4929 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
4930 assume new `regsub' syntax available.
4931
4932 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4933
4934 * gdb.base/watchpoint-hw-hit-once.exp,
4935 gdb.base/watchpoint-hw-hit-once.c: New.
4936
4937 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4938
4939 * gdb.threads/watchthreads-reorder.exp,
4940 gdb.threads/watchthreads-reorder.c: New.
4941
4942 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
4943
4944 * gdb.xml/tdesc-regs.exp: Use for m68k.
4945
4946 2009-11-15 Pedro Alves <pedro@codesourcery.com>
4947
4948 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
4949
4950 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4951
4952 * lib/gdb.exp (current_target_name): New procedure.
4953 (gdb_wrapper_target): New variable.
4954 (gdb_wrapper_init): Set gdb_wrapper_target.
4955 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
4956 wrapper.
4957
4958 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4959
4960 * gdb.base/remote.exp: Delete the slowest load test.
4961 Do not load with fixed packet sizes.
4962
4963 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4964
4965 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
4966
4967 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4968
4969 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
4970 srcfile when setting a breakpoint.
4971
4972 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
4973
4974 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
4975 macros.
4976
4977 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4978
4979 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
4980 to be in memory.
4981 * gdb.base/display.c (force_mem): New.
4982 (do_loops): Use it. Add breakpoint comments.
4983 (do_vars): Add a breakpoint comment.
4984 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
4985 line numbers.
4986
4987 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
4988
4989 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
4990 instead of a bare "run".
4991
4992 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4993
4994 * gdb.python/py-prettyprint.exp: Adjust.
4995
4996 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
4997
4998 * lib/cell.exp (skip_cell_tests): Clean up test files before
4999 returning.
5000
5001 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5002
5003 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
5004 and the breakpoint menu. Do not call perror if a prompt is seen.
5005 Consume the following GDB prompt.
5006 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
5007 * gdb.cp/namespace.exp: Use gdb_test.
5008 * gdb.cp/templates.exp: Use gdb_test.
5009 (test_template_breakpoints): Use gdb_test_multiple.
5010
5011 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5012
5013 * gdb.base/break1.c (struct some_struct, values): Move earlier.
5014 (marker4): Reference values.
5015
5016 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5017
5018 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
5019 is missing.
5020
5021 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5022
5023 * gdb.base/break.c (need_malloc): New.
5024 * gdb.base/constvars.c (main): Reference crass and crisp.
5025 * gdb.base/gdb1821.c (main): Reference bar.
5026 * gdb.cp/gdb1355.cc (main): Reference s1.
5027 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5028 (main): Call them.
5029 * gdb.cp/hang2.cc (dummy2): Define.
5030 * gdb.cp/hang3.cc (dummy3): Define.
5031 * gdb.cp/m-data.cc (main): Reference shadow.
5032
5033 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5034 Nathan Froyd <froydnj@codesourcery.com>
5035
5036 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5037 remote host.
5038
5039 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5040
5041 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5042 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5043 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5044 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5045 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5046 * gdb.dwarf2/dw2-producer.exp: Likewise.
5047 * gdb.dwarf2/mac-fileno.exp: Likewise.
5048 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
5049 py-prettyprint.py to the remote host.
5050 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
5051
5052 2009-11-11 Keith Seitz <keiths@redhat.com>
5053
5054 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
5055 use it instead of "Foo".
5056 * gdb.cp/classes.exp (do_tests): Add a test to access
5057 a method through a typedef'd class name.
5058
5059 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
5060
5061 * gdb.base/long_long.exp: Permit leading zeros on floating-point
5062 exponents.
5063 * gdb.base/pointers.exp: Likewise.
5064 * gdb.cp/ref-types.exp: Likewise.
5065
5066 2009-11-11 Keith Seitz <keiths@redhat.com>
5067
5068 * gdb.cp/cplusfuncs.cc (class foo): Add operators
5069 new[] and delete[].
5070 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
5071 "void".
5072 (probe_demangler): Remove all single-quoting of
5073 method and variable names.
5074 (info_func_regexp): Remove the word "void" from any
5075 occurrence of "(void)".
5076 (print_addr_2): Remove all single-quoting of
5077 method names.
5078 (print_addr_2_kfail): Likewise.
5079 (print_addr): Single-quote C function names before
5080 passing to print_addr_2.
5081 (test_paddr_operator_functions): Remove single-quoting
5082 for method names.
5083 Add tests for operator new[] and operator delete[].
5084
5085 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5086
5087 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
5088
5089 2009-11-09 Keith Seitz <keiths@redhat.com>
5090
5091 * gdb.cp/overload.exp: Add tests for resolving overloaded
5092 methods in expression parsing/evaluation.
5093
5094 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5095
5096 * lib/gdb.exp (default_gdb_version): Use --version instead of
5097 --command.
5098
5099 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
5100
5101 * lib/gdb.exp (gdb_compile_test): New.
5102 (skip_ada_tests, skip_java_tests): New.
5103 (gdb_compile): Use gdb_compile_test for f77.
5104 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
5105 * lib/java.exp (compile_java_from_source): Remove runtests check,
5106 use gdb_compile_test to record result.
5107 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
5108 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
5109 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
5110 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
5111 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
5112 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
5113 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
5114 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
5115 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
5116 adjust gdb_compile invocations.
5117
5118 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5119
5120 * Makefile.in (abs_builddir): New.
5121 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
5122 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
5123 `$(abs_builddir)/site.exp'.
5124
5125 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5126
5127 * config/m68k-emc.exp, lib/emc-support.exp,
5128 gdb.trace/gdb_c_test.c: Delete.
5129 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
5130 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5131 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5132 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5133 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5134 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
5135 casing for m68k-*-elf.
5136
5137 2009-11-03 Pedro Alves <pedro@codesourcery.com>
5138
5139 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
5140 * gdb.arch/i386-prologue.exp: Likewise.
5141 * gdb.arch/i386-unwind.exp: Likewise.
5142
5143 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5144
5145 * lib/gdb.exp (gdb_expect): Fix timeout typo.
5146
5147 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5148
5149 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5150
5151 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5152
5153 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5154
5155 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5156
5157 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5158
5159 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5160
5161 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5162 * gdb.base/sepdebug2.c: New file.
5163
5164 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5165
5166 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5167 the modified warnings for catch syscall. Verify if GDB was compiled
5168 with support for lib expat, and choose which tests to run depending
5169 on this.
5170
5171 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
5172
5173 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5174 that composite commands are parsed OK. And also test
5175 that breakpoint commands do work.
5176
5177 2009-10-23 Michael Snyder <msnyder@vmware.com>
5178
5179 gdb.reverse/consecutive-precsave.exp: Change expect pattern
5180 to allow for new disassembly style.
5181
5182 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5183
5184 * gdb.asm/asm-source.exp: Adjust.
5185
5186 2009-10-22 Michael Snyder <msnyder@vmware.com>
5187
5188 * gdb.reverse/break-precsave.exp: New test.
5189 * gdb.reverse/consecutive-precsave.exp: Ditto.
5190 * gdb.reverse/finish-precsave.exp: Ditto.
5191 * gdb.reverse/i386-precsave.exp: Ditto.
5192 * gdb.reverse/machinestate-precsave.exp: Ditto.
5193 * gdb.reverse/sigall-precsave.exp: Ditto.
5194 * gdb.reverse/solilb-precsave.exp: Ditto.
5195 * gdb.reverse/step-precsave.exp: Ditto.
5196 * gdb.reverse/until-precsave.exp: Ditto.
5197 * gdb.reverse/watch-precsave.exp: Ditto.
5198
5199 2009-10-22 Michael Snyder <msnyder@vmware.com>
5200
5201 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5202 for gdb_expect. Adjust one test's expect strings for the new
5203 format of disassemble.
5204 * gdb.reverse/finish-reverse.exp: Delete 'return'.
5205 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5206 gdb_test_multiple.
5207 * gdb.reverse/step-reverse.exp: Delete 'return'.
5208 * gdb.reverse/until-reverse.exp: Delete blank lines.
5209 * gdb.reverse/watch-reverse.exp: Delete blank lines.
5210
5211 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5212
5213 * gdb.base/consecutive.exp: Adjust.
5214 * gdb.base/display.exp: Likewise.
5215 * gdb.base/pc-fp.exp: Likewise.
5216 * gdb.base/sigbpt.exp: Likewise.
5217
5218 2009-10-19 Michael Snyder <msnyder@vmware.com>
5219
5220 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5221 * gdb.reverse/finish-reverse.c: Ditto.
5222 * gdb.reverse/sigall-reverse.c: Ditto.
5223 * gdb.reverse/solib-reverse.c: Ditto.
5224 * gdb.reverse/step-reverse.c: Ditto.
5225 * gdb.reverse/watch-reverse.c: Ditto.
5226
5227 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5228 Stan Shebs <stan@codesourcery.com>
5229
5230 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5231 * gdb.base/foll-exec.exp: Adjust to expect a process id before
5232 "Executing new program".
5233 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5234 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
5235 left listed after having been killed.
5236 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5237 * gdb.base/maint.exp: Adjust test.
5238
5239 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5240 * gdb.multi/Makefile.in: New.
5241 * gdb.multi/base.exp: New.
5242 * gdb.multi/goodbye.c: New.
5243 * gdb.multi/hangout.c: New.
5244 * gdb.multi/hello.c: New.
5245 * gdb.multi/bkpt-multi-exec.c: New.
5246 * gdb.multi/bkpt-multi-exec.exp: New.
5247 * gdb.multi/crashme.c: New.
5248
5249 2009-10-13 Tristan Gingold <gingold@adacore.com>
5250
5251 * gdb.base/sepdebug.exp: Check debug info are found.
5252
5253 2009-10-08 Pedro Alves <pedro@codesourcery.com>
5254
5255 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5256 bits.
5257
5258 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5261
5262 2009-10-07 Joel Brobecker <brobecker@adacore.com>
5263
5264 * gdb.base/watchpoints.c: Add copyright header. Reformat one
5265 of the comments.
5266
5267 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
5268
5269 * gdb.base/annota1.exp: Remove obsolete match_max increase.
5270 * gdb.base/annota3.exp: Idem.
5271 * gdb.base/maint.exp: Idem.
5272
5273 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5274
5275 * lib/gdb.exp (default_gdb_init): Set current value of match_max
5276 to default.
5277
5278 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5279
5280 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
5281 mingw and cygwin targets.
5282
5283 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5284 Pedro Alves <pedro@codesourcery.com>
5285
5286 * lib/gdb.exp (gdb_compile): Avoid adding
5287 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
5288
5289 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5290
5291 * gdb.base/shr1.c: Use %p in format string.
5292 * gdb.base/unload.c: Avoid warning in fprintf.
5293 * gdb.base/watchpoint-solib.c: Idem.
5294
5295 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5296
5297 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
5298 long type.
5299 (test_unlink): Correct printf string.
5300 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
5301 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
5302
5303 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5304
5305 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
5306 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
5307 * gdb.arch/ia64-breakpoint-shadow.S: New file.
5308
5309 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5310
5311 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
5312 * gdb.objc/nondebug.exp: Likewise.
5313
5314 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5315
5316 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
5317 target_info setting.
5318
5319 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
5320 that detect new threads during "info threads".
5321
5322 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5323
5324 * gdb.threads/manythreads.c (main): Increase thread stack size
5325 to 2*PTHREAD_STACK_MIN.
5326 * gdb.threads/multi-create.c (main): Likewise.
5327 (create_function): Likewise.
5328
5329 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5330
5331 * gdb.base/dump.exp: Pass difference of pointer types instead
5332 of integer types as offset to restore in intarr3.srec case.
5333
5334 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5335
5336 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
5337
5338 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5339
5340 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
5341
5342 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5343
5344 New test for two watchpoints, with disabling of
5345 the first inserted.
5346 * testsuite/gdb.base/watchpoints.c: New file.
5347 * testsuite/gdb.base/watchpoints.exp: New file.
5348
5349 2009-09-25 Tom Tromey <tromey@redhat.com>
5350
5351 * gdb.base/charset.exp: Test utf-16 strings with Python.
5352
5353 2009-09-25 Tom Tromey <tromey@redhat.com>
5354
5355 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5356 UCS-4.
5357 * gdb.base/charset.c (utf_32_string): Rename.
5358 (init_utf32): Rename.
5359 (main): Update.
5360
5361 2009-09-22 Tom Tromey <tromey@redhat.com>
5362
5363 * gdb.python/py-function.exp: Add regression tests.
5364
5365 2009-09-21 Keith Seitz <keiths@redhat.com>
5366
5367 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5368 with invalid operator.
5369
5370 2009-09-21 Keith Seitz <keiths@redhat.com>
5371
5372 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5373 and destructor using typedef name of class.
5374 * gdb.cp/classes.cc (class Base1): Add a destructor.
5375 (base1): New typedef.
5376 (use_methods): Instanitate an object of type base1.
5377 * gdb.cp/templates.exp (test_template_typedef): New procedure.
5378 (do_tests): Call test_template_typedef.
5379 * gdb.cp/templates.cc (Baz::~Baz): New method.
5380 (intBazOne): New typedef.
5381 (main): Instantiate intBazOne.
5382
5383 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5384
5385 PR python/10633
5386
5387 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5388 Function.
5389 (run_lang_tests): Add print elements test.
5390
5391 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5392
5393 * gdb.python/py-value.exp (test_subscript_regression): New
5394 function. Test for invalid subscripts.
5395 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5396 (ptr_ref): New function.
5397
5398 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5399
5400 * gdb.base/default.exp: Fix "show convenience".
5401
5402 2009-09-15 Tom Tromey <tromey@redhat.com>
5403
5404 * lib/mi-support.exp (mi_create_varobj): Update.
5405 (mi_create_floating_varobj): Likewise.
5406 (mi_create_dynamic_varobj): New proc.
5407 (mi_varobj_update): Update.
5408 (mi_varobj_update_with_type_change): Likewise.
5409 (mi_varobj_update_kv_helper): New proc.
5410 (mi_varobj_update_dynamic_helper): Rewrite.
5411 (mi_varobj_update_dynamic): New proc.
5412 (mi_list_varobj_children): Update.
5413 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5414 * gdb.python/python-prettyprint.py (pp_outer): New class.
5415 (pp_nullstr): Likewise.
5416 (lookup_function): Register new printers.
5417 * gdb.python/python-prettyprint.c (struct substruct): New type.
5418 (struct outerstruct): Likewise.
5419 (substruct_test): New function.
5420 (struct nullstr): New type.
5421 (string_1, string_2): New globals.
5422 (main): Add new tests.
5423 * gdb.python/python-mi.exp: Added regression tests.
5424 * gdb.mi/mi2-var-display.exp: Update.
5425 * gdb.mi/mi2-var-cmd.exp: Update.
5426 * gdb.mi/mi2-var-child.exp: Update.
5427 * gdb.mi/mi2-var-block.exp: Update.
5428 * gdb.mi/mi-var-invalidate.exp: Update.
5429 * gdb.mi/mi-var-display.exp: Update.
5430 * gdb.mi/mi-var-cmd.exp: Update.
5431 * gdb.mi/mi-var-child.exp: Update.
5432 * gdb.mi/mi-var-block.exp: Update.
5433 * gdb.mi/mi-break.exp: Update.
5434 * gdb.mi/gdb701.exp: Update.
5435
5436 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5437
5438 * Makefile.in: Inclusion of catch-syscall object.
5439 * gdb.base/catch-syscall.c: New file.
5440 * gdb.base/catch-syscall.exp: New file.
5441
5442 2009-09-12 Michael Snyder <msnyder@vmware.com>
5443
5444 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5445 that can support reverse debuggnig.
5446
5447 2009-09-11 Tom Tromey <tromey@redhat.com>
5448
5449 * gdb.dwarf2/valop.S: New file.
5450 * gdb.dwarf2/valop.exp: New file.
5451
5452 2009-09-11 Mark Kettenis <kettenis@gnu.org>
5453
5454 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5455
5456 2009-09-10 Doug Evans <dje@google.com>
5457
5458 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5459 Add $gdb_prompt to second breakpoint regexp.
5460
5461 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5462
5463 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5464 names, add missing ones.
5465 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5466 * gdb.python/py-frame.c: Rename from python-frame.c.
5467 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5468 testfile name.
5469 * gdb.python/py-function.exp: Rename from python-function.exp.
5470 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5471 testfile name.
5472 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5473 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5474 Adjust testfile name.
5475 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5476 * gdb.python/py-template.cc: Rename from python-template.cc.
5477 * gdb.python/py-template.exp: Rename from python-template.exp.
5478 Adjust testfile name.
5479 * gdb.python/py-value.c: Rename from python-value.c.
5480 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5481 testfile name.
5482
5483 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5484
5485 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5486 $bpt2address.
5487 (Second breakpoint address is valid on ia64)
5488 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5489
5490 2009-09-03 Joseph Myers <joseph@codesourcery.com>
5491
5492 * gdb.base/ending-run.exp: Restrict regular expression matching
5493 line number to require closing brace following.
5494
5495 2009-09-03 Doug Evans <dje@google.com>
5496
5497 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5498
5499 2009-09-02 Tom Tromey <tromey@redhat.com>
5500
5501 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5502
5503 2009-09-02 Tom Tromey <tromey@redhat.com>
5504
5505 * gdb.dwarf2/callframecfa.exp: New file.
5506 * gdb.dwarf2/callframecfa.S: New file.
5507
5508 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5509
5510 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5511 gdb.base/solib-overlap-main.c: New.
5512
5513 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 PR gdb/10565
5516
5517 * gdb.base/bitfields.c (struct container, container): New.
5518 (main): Initialize it and call break5.
5519 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5520
5521 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5522
5523 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5524 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5525
5526 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5527
5528 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5529
5530 2009-08-26 Michael Snyder <msnyder@vmware.com>
5531
5532 * gdb.base/i386-reverse.c: New file.
5533 * gdb.base/i386-reverse.exp: New file.
5534 * gdb.base/Makefile.in: Add new files to be removed.
5535
5536 2009-08-26 Joseph Myers <joseph@codesourcery.com>
5537
5538 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5539 environment-pwd for remote host.
5540 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5541
5542 2009-08-24 Keith Seitz <keiths@redhat.com>
5543
5544 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5545 Add two new C++ completer tests which limit the output to a
5546 given class.
5547
5548 2009-08-24 Michael Snyder <msnyder@vmware.com>
5549
5550 * gdb.base/del.exp: Fix typo in comment.
5551 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5552
5553 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5554
5555 * configure: Regenerate.
5556 * gdb.hp/configure: Likewise.
5557 * gdb.hp/gdb.aCC/configure: Likewise.
5558 * gdb.hp/gdb.base-hp/configure: Likewise.
5559 * gdb.hp/gdb.compat/configure: Likewise.
5560 * gdb.hp/gdb.defects/configure: Likewise.
5561 * gdb.hp/gdb.objdbg/configure: Likewise.
5562 * gdb.stabs/configure: Likewise.
5563
5564 2009-08-19 Doug Evans <dje@google.com>
5565
5566 * gdb.base/gdbvars.c: New file.
5567 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5568
5569 2009-08-14 Pedro Alves <pedro@codesourcery.com>
5570
5571 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5572 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5573
5574 2009-08-13 Pedro Alves <pedro@codesourcery.com>
5575
5576 * gdb.base/default.exp: Adjust "set language test": it's now an
5577 enum command. Larger help string moved to "help set language".
5578 * gdb.base/help.exp: Adjust "help set language" expected output,
5579 now lists all known languages.
5580
5581 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
5582
5583 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5584 all frame arguments.
5585 * gdb.arch/altivec-regs.exp: Likewise.
5586
5587 2009-08-07 Tom Tromey <tromey@redhat.com>
5588
5589 * gdb.base/setshow.exp: Add tests for changes to set language, set
5590 check range, and set check type.
5591
5592 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5593
5594 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5595 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
5596 Call it.
5597
5598 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5599
5600 * configure.ac: Run gdb.cell tests when appropriate.
5601 * configure: Regenerate.
5602 * lib/cell.exp: New file.
5603 * gdb.cell: New directory.
5604 * gdb.cell/configure.ac: New file.
5605 * gdb.cell/configure: New file.
5606 * gdb.cell/Makefile.in: New file.
5607 * gdb.cell/arch.exp: New file.
5608 * gdb.cell/break.c: New file.
5609 * gdb.cell/break.exp: New file.
5610 * gdb.cell/break-spu.c: New file.
5611 * gdb.cell/bt.c: New file.
5612 * gdb.cell/bt2-spu.c: New file.
5613 * gdb.cell/bt-spu.c: New file.
5614 * gdb.cell/bt.exp: New file.
5615 * gdb.cell/coremaker.c: New file.
5616 * gdb.cell/coremaker-spu.c: New file.
5617 * gdb.cell/core.exp: New file.
5618 * gdb.cell/gcore.exp: New file.
5619 * gdb.cell/data.c: New file.
5620 * gdb.cell/data.exp: New file.
5621 * gdb.cell/data-spu.c: New file.
5622 * gdb.cell/ea-cache.exp: New file.
5623 * gdb.cell/ea-cache.c: New file.
5624 * gdb.cell/ea-cache-spu.c: New file.
5625 * gdb.cell/ea-standalone.c: New file.
5626 * gdb.cell/ea-standalone.exp: New file.
5627 * gdb.cell/ea-test.c: New file.
5628 * gdb.cell/ea-test.exp: New file.
5629 * gdb.cell/f-regs.exp: New file.
5630 * gdb.cell/mem-access.c: New file.
5631 * gdb.cell/mem-access.exp: New file.
5632 * gdb.cell/mem-access-spu.c: New file.
5633 * gdb.cell/ptype.exp: New file.
5634 * gdb.cell/registers.exp: New file.
5635 * gdb.cell/size.c: New file.
5636 * gdb.cell/sizeof.exp: New file.
5637 * gdb.cell/size-spu.c: New file.
5638 * gdb.cell/solib.exp: New file.
5639 * gdb.cell/solib-symbol.exp: New file.
5640
5641 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5642
5643 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5644
5645 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5646
5647 * gdb.base/float.exp: Handle VFP registers.
5648
5649 2009-07-14 Michael Snyder <msnyder@vmware.com>
5650
5651 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5652 to bring gdb to the beginning of the calling line.
5653
5654 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5655 confusing the i386 epilogue unwinder.
5656
5657 2009-07-14 Stan Shebs <stan@codesourcery.com>
5658
5659 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5660
5661 2009-07-14 Michael Snyder <msnyder@vmware.com>
5662
5663 * gdb.reverse/step-reverse.exp (stepi into function call):
5664 Call instruction may not be first instruction in the line.
5665 (reverse stepi from a function call): Used wrong line number.
5666
5667 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5668
5669 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5670
5671 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5672
5673 Fix gdb.base/macscp.exp when using custom inputrc.
5674 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5675 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
5676 env(TERM) set.
5677 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5678 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5679
5680 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5681
5682 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5683 * gdb.base/annota1.exp (thread_test): Import global $testfile.
5684 Change the compilation target to match the testcase name.
5685 * gdb.base/sect-cmd.exp: Change the compilation target to match the
5686 testcase name.
5687 * a2-run.exp: Use for setup prepare_for_testing. Change the
5688 compilation target to match the testcase name.
5689 * gdb.base/commands.exp: Likewise.
5690 * gdb.base/finish.exp: Likewise.
5691 * gdb.base/float.exp: Likewise.
5692 * gdb.base/info-target.exp: Likewise.
5693 * gdb.base/relational.exp: Likewise.
5694 * gdb.base/term.exp: Likewise.
5695 * gdb.base/until.exp: Likewise.
5696 * gdb.base/volatile.exp: Likewise.
5697 * gdb.base/whatis-exp.exp: Likewise.
5698
5699 2009-07-11 Hui Zhu <teawater@gmail.com>
5700
5701 * gdb.base/help.exp (disassemble): Update expected help text.
5702
5703 2009-07-09 Tom Tromey <tromey@redhat.com>
5704
5705 * lib/gdb.exp: Handle TRANSCRIPT.
5706 (remote_spawn, remote_close, send_gdb): New procs.
5707
5708 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5709
5710 * gdb.python/python-prettyprint.c: Add counted null string
5711 structure.
5712 * gdb.python/python-prettyprint.exp: Print null string. Test for
5713 embedded nulls.
5714 * gdb.python/python-prettyprint.py (pp_ns): New Function.
5715 * gdb.python/python-value.exp (test_value_in_inferior): Add
5716 variable length string fetch tests.
5717 * gdb.python/python-value.c (main): Add strings for string fetch tests.
5718
5719 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5720
5721 * gdb.base/dump.exp (inaccessible memory is reported): New test.
5722
5723 2009-07-07 Tom Tromey <tromey@redhat.com>
5724
5725 * gdb.base/call-rt-st.exp: Update for change to escape output.
5726 * gdb.base/callfuncs.exp: Likewise.
5727 * gdb.base/charset.exp: Likewise.
5728 * gdb.base/constvars.exp: Likewise.
5729 * gdb.base/long_long.exp: Likewise.
5730 * gdb.base/pointers.exp: Likewise.
5731 * gdb.base/printcmds.exp: Likewise.
5732 * gdb.base/setvar.exp: Likewise.
5733 * gdb.base/store.exp: Likewise.
5734 * gdb.cp/ref-types.exp: Likewise.
5735 * gdb.mi/mi-var-child.exp: Likewise.
5736 * gdb.mi/mi-var-display.exp: Likewise.
5737 * gdb.mi/mi2-var-display.exp: Likewise.
5738 * gdb.base/charset.exp: Test octal escape sequence length.
5739 Update for change to escape output.
5740
5741 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5742
5743 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5744
5745 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
5746
5747 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5748
5749 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5750
5751 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5752 gdbserver increasing $portnum if "Can't bind address" has been seen.
5753
5754 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5755
5756 * gdb.base/ending-run.exp: Add "step out of main" pattern for
5757 mingw32ce.
5758
5759 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5760
5761 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5762 VFP format.
5763
5764 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5765
5766 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5767 linux. Adjust to use "inferior", "info inferiors", "detach
5768 inferior" and "kill inferior" instead of "restart", "info fork",
5769 "detach fork" and "delete fork".
5770 * gdb.base/ending-run.exp: Spell out "info".
5771 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5772 the "kill" command.
5773
5774 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5775
5776 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5777 change to prefix TLS offset in hex with 0x.
5778
5779 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5780
5781 * gdb.base/default.exp: Update test case for "x" changes.
5782
5783 2009-07-01 Tristan Gingold <gingold@adacore.com>
5784
5785 * gdb.base/bigcore.exp: Make darwin untested.
5786
5787 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5788
5789 * gdb.base/completion.exp (directory completion): Create the directory.
5790 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5791 escapeuniquesub.
5792 (directory completion 2): Expect now ${escapeuniquesub}.
5793 (Glob remaining of directory test): Remove one excessive newline.
5794 Expect the real output.
5795
5796 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5797
5798 Fix `make check//%' target after `make check' has been ran.
5799 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
5800 a mkdir call.
5801 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5802 (%/.dir): Remove.
5803
5804 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5805
5806 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5807 the expected result record.
5808
5809 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5810
5811 Remove racy FAILs relying just on the timeouts.
5812 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5813 (annotation_level 2): Remove racy FAILs.
5814
5815 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5816
5817 gdb/10275
5818 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5819
5820 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5821
5822 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5823
5824 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5825
5826 * gdb.mi/mi-stack.exp: Testing symbolic options
5827 to -stack-list-locals and -stack-list-arguments.
5828
5829 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5830
5831 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5832
5833 2009-06-29 Tom Tromey <tromey@redhat.com>
5834
5835 * dg-extract-results.sh: New file.
5836 * Makefile.in (FORCE_PARALLEL): New variable.
5837 (CHECK_TARGET): New conditional variable.
5838 (check): Use CHECK_TARGET.
5839 (DO_RUNTEST): New variable.
5840 (check-single): New target.
5841 (TEST_DIRS): New variable.
5842 (TEST_TARGETS): Likewise.
5843 (check-parallel): New target.
5844 (check-gdb.%): New pattern.
5845 (BASE1_FILES): New variable.
5846 (BASE2_FILES): Likewise.
5847 (check-gdb.base%): New pattern.
5848 (%/.dir): New pattern.
5849 * configure: Rebuild.
5850 * aclocal.m4 (AM_CONDITIONAL): New defun.
5851 * configure.ac: Check whether user is using GNU make.
5852 (GMAKE): New conditional.
5853
5854 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5855
5856 * gdb.cp/namespace-nested-import.cc: New test.
5857 * gdb.cp/namespace-nested-import.exp: New test.
5858
5859 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5860
5861 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5862 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5863 * gdb.opt/Makefile.in (EXECUTABLES): Update.
5864 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5865 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5866 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5867 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5868 gdb.opt/inline-markers.c: New files.
5869 * lib/gdb.exp (skip_inline_frame_tests): New function.
5870 (skip_inline_var_tests): New function.
5871
5872 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5873
5874 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5875 backtrace.
5876
5877 2009-06-27 Michael Snyder <msnyder@vmware.com>
5878
5879 * gdb.reverse: New directory.
5880 * gdb.reverse/break-reverse.c: New test.
5881 * gdb.reverse/break-reverse.exp: New test.
5882 * gdb.reverse/consecutive-reverse.c: New test.
5883 * gdb.reverse/consecutive-reverse.exp: New test.
5884 * gdb.reverse/finish-reverse.c: New test.
5885 * gdb.reverse/finish-reverse.exp: New test.
5886 * gdb.reverse/machinestate.c: New test.
5887 * gdb.reverse/ms1.c: New test.
5888 * gdb.reverse/machinestate.exp: New test.
5889 * gdb.reverse/Makefile.in: New file.
5890 * gdb.reverse/shr2.c: New test.
5891 * gdb.reverse/solib-reverse.c: New test.
5892 * gdb.reverse/solib-reverse.exp: New test.
5893 * gdb.reverse/step-reverse.c: New test.
5894 * gdb.reverse/step-reverse.exp: New test.
5895 * gdb.reverse/until-reverse.c: New test.
5896 * gdb.reverse/ur1.c: New test.
5897 * gdb.reverse/until-reverse.exp: New test.
5898 * gdb.reverse/watch-reverse.c: New test.
5899 * gdb.reverse/watch-reverse.exp: New test.
5900 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5901 * configure: Regenerate.
5902
5903 2009-06-26 Doug Evans <dje@google.com>
5904
5905 * gdb.base/psymtab.exp: Turn off pending breakpoints.
5906
5907 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
5908
5909 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5910 windows problem for 'file delete $binfile'.
5911
5912 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5913
5914 * gdb.cp/namespace-using.exp: New test.
5915 * gdb.cp/namespace-using.cc: New test.
5916
5917 2009-05-20 Joel Brobecker <brobecker@adacore.com>
5918
5919 * gdb.ada/variant_record_packed_array: New testcase.
5920
5921 2009-06-23 Tom Tromey <tromey@redhat.com>
5922
5923 * gdb.base/charset.exp (test_combination): Regression test.
5924 * gdb.base/charset.c (my_wchar_t): New typedef.
5925 (myvar): New global.
5926 (main): Set myvar.
5927
5928 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
5929
5930 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
5931 target.
5932
5933 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5934
5935 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
5936
5937 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5938
5939 * gdb.mi/gdb680.exp: Update test for error message.
5940
5941 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5942
5943 * gdb.base/annota1.exp: Allow multiple occurrences of the
5944 frames-invalid annotation.
5945 * gdb.cp/annota2.exp: Likewise.
5946
5947 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
5948
5949 * gdb.cp/gdb2495.cc: New file.
5950 * gdb.cp/gdb2495.exp: New file.
5951
5952 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5953
5954 Report error on GDB crash during runto.
5955 * lib/gdb.exp (runto <eof>): New.
5956
5957 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
5958
5959 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
5960 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
5961 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
5962 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
5963 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
5964 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
5965 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
5966 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
5967 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
5968 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
5969 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
5970 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
5971 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
5972 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
5973 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
5974 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
5975 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
5976 gdb.server/server-mon.exp, gdb.server/server-run.exp,
5977 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5978 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
5979 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
5980 gdb.trace/passcount.exp, gdb.trace/report.exp,
5981 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
5982 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
5983 gdb.trace/while-stepping.exp: Use a unique name for the compiled
5984 executable.
5985
5986 2009-06-07 Pedro Alves <pedro@codesourcery.com>
5987
5988 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
5989 defined before referencing it.
5990
5991 2009-06-03 Doug Evans <dje@google.com>
5992
5993 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
5994 * gdb.arch/i386-see.c: Ditto.
5995
5996 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
5997
5998 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
5999 (check_macro): Return 1 if undefined.
6000 If first test fails, check if macro debug information is available,
6001 and report unsupported test if no macro information is found.
6002
6003 2009-05-29 Doug Evans <dje@google.com>
6004
6005 * gdb.threads/hand-call-in-threads.exp: New.
6006 * gdb.threads/hand-call-in-threads.c: New.
6007
6008 2009-05-29 Michael Snyder <msnyder@vmware.com>
6009
6010 * gdb.base/break-always.exp: Change "1" to "on".
6011 Add confirmation check.
6012
6013 2009-05-28 Pedro Alves <pedro@codesourcery.com>
6014
6015 * gdb.threads/threxit-hop-specific.c: New.
6016 * gdb.threads/threxit-hop-specific.exp: New.
6017 * gdb.threads/thread-execl.c: New.
6018 * gdb.threads/thread-execl.exp: New.
6019
6020 2009-05-27 Tom Tromey <tromey@redhat.com>
6021 Thiago Jung Bauermann <bauerman@br.ibm.com>
6022
6023 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
6024 (mi_child_regexp): Likewise.
6025 (mi_list_varobj_children_range): Likewise.
6026 (mi_get_features): Likewise.
6027 (mi_list_varobj_children): Rewrite.
6028 * gdb.python/python-mi.exp: New file.
6029
6030 2009-05-27 Tom Tromey <tromey@redhat.com>
6031 Thiago Jung Bauermann <bauerman@br.ibm.com>
6032 Phil Muldoon <pmuldoon@redhat.com>
6033 Paul Pluzhnikov <ppluzhnikov@google.com>
6034
6035 * gdb.python/python-prettyprint.exp: New file.
6036 * gdb.python/python-prettyprint.c: New file.
6037 * gdb.python/python-prettyprint.py: New file.
6038 * gdb.base/display.exp: print/r is now valid.
6039
6040 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6041 Tom Tromey <tromey@redhat.com>
6042 Pedro Alves <pedro@codesourcery.com>
6043 Paul Pluzhnikov <ppluzhnikov@google.com>
6044
6045 * gdb.python/python-template.exp: New file.
6046 * gdb.python/python-template.cc: New file.
6047 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6048 tests.
6049 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6050 Call it.
6051 (test_value_after_death): New proc.
6052 * gdb.python/python-value.c (PTR): New typedef.
6053 (main): New variable 'x'.
6054
6055 2009-05-27 Tom Tromey <tromey@redhat.com>
6056
6057 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6058 tests.
6059 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6060 Call it.
6061
6062 2009-05-27 Pedro Alves <pedro@codesourcery.com>
6063
6064 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
6065
6066 2009-05-24 Pedro Alves <pedro@codesourcery.com>
6067
6068 * gdb.threads/fork-thread-pending.c: New.
6069 * gdb.threads/fork-thread-pending.exp: New.
6070
6071 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6072
6073 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
6074 * gdb.dwarf2/dw2-strp.S (a_string2): New.
6075
6076 2009-05-18 Jon Beniston <jon@beniston.com>
6077
6078 * gdb.asm/asm-source.exp: Add lm32 target.
6079
6080 2009-05-17 Pedro Alves <pedro@codesourcery.com>
6081
6082 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
6083 `gdb_get_line_number'. Call `callee' in both parent and child.
6084 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
6085 `gdb_get_line_number' instead of hardcoding line numbers.
6086 (catch_fork_unpatch_child): New procedure to test detaching
6087 breakpoints from child fork.
6088 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
6089 hardcoding line numbers.
6090 (do_fork_tests): Run `catch_fork_unpatch_child'.
6091
6092 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
6093
6094 * gdb.mi/mi-cmd-var.exp: Check that when varobj
6095 of structure type enters or leaves the scope, it
6096 is reported by -var-update.
6097
6098 2009-05-11 Doug Evans <dje@sebabeach.org>
6099
6100 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
6101 * gdb.threads/pending-step.c (main): Fix off-by-one error.
6102 * gdb.threads/schedlock.c (main): Fix off-by-one error.
6103
6104 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6105
6106 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
6107
6108 2009-04-30 Doug Evans <dje@google.com>
6109
6110 * gdb.threads/watchthreads2.exp: New testcase.
6111 * gdb.threads/watchthreads2.c: New testcase.
6112
6113 2009-04-29 Doug Evans <dje@google.com>
6114
6115 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
6116 * gdb.cp/mb-ctor.cc: Ditto.
6117 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
6118 * gdb.cp/mb-inline.h (multi_line_foo): New function.
6119 * gdb.cp/mb-inline1.cc: Call it.
6120 * gdb.cp/mb-inline2.cc: Ditto.
6121 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
6122 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
6123
6124 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6125
6126 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
6127 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
6128 Replace all uses of `decimal' by `nonzero'.
6129 (info macro FROM_COMMANDLINE): New test.
6130
6131 2009-04-27 Tom Tromey <tromey@redhat.com>
6132
6133 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
6134
6135 2009-04-27 Doug Evans <dje@google.com>
6136
6137 * gdb.threads/watchthreads.c (main): Initialize args before starting
6138 the threads. Plus formatting cleanup.
6139 * gdb.threads/watchthreads.exp: Avoid errant failures due to
6140 biased scheduling of one thread.
6141
6142 2009-04-27 Jerome Guitton <guitton@adacore.com>
6143
6144 * gdb.cp/templates.cc (GetMax): New template.
6145 (main): Declare two instances of GetMax.
6146 * gdb.cp/templates.exp: Add new test.
6147
6148 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6149
6150 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6151
6152 2009-04-22 Joseph Myers <joseph@codesourcery.com>
6153
6154 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6155
6156 2009-04-15 Tom Tromey <tromey@redhat.com>
6157
6158 * gdb.base/charset.exp: Add regression test.
6159
6160 2009-04-14 Joel Brobecker <brobecker@adacore.com>
6161
6162 * gdb.base/exe-lock.exp: New testcase.
6163
6164 2009-04-13 Tom Tromey <tromey@redhat.com>
6165
6166 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6167 operator on Frame.
6168
6169 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6170
6171 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6172 * gdb.server/ext-attach.exp: Likewise.
6173
6174 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
6175
6176 Eliminate some sleep usage.
6177
6178 * gdb.mi/basics.c (do_nothing): New.
6179 (main): Use do_nothing instead of printf, so that
6180 not to introduce race condition between output of
6181 inferiour and output of gdb. Do not use sleep as it
6182 is not generally available on embedded targets.
6183
6184 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6185
6186 * gdb.server/ext-attach.exp: Expect an optional process id after
6187 "Detached from remote process".
6188
6189 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6192 gdb.dwarf2/dw2-unresolved.exp: New.
6193
6194 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6195
6196 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6197 mi_run_to_main.
6198
6199 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6200
6201 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
6202 mi_run_to_main. Skip thread exit test on remote targets.
6203 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
6204 mi_run_to_main.
6205 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
6206 mi_run_to_main.
6207 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6208 when expecting ^connected. Detect when the target doesn't support
6209 non-stop mode.
6210 (mi_run_cmd): Detect if non-stop mode was requested by isn't
6211 supported. Return -1 on error, 0 on success.
6212 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6213 (mi_runto): Return mi_runto_helper's result explicitly.
6214
6215 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6216
6217 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6218
6219 2009-04-01 Tom Tromey <tromey@redhat.com>
6220
6221 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6222 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6223 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6224 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6225
6226 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
6227 Jan Kratochvil <jan.kratochvil@redhat.com>
6228
6229 PR gdb/931
6230 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6231 output.
6232 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
6233 for gdb/931.
6234 * dw2-strp.S (DW_AT_language): Change to C++.
6235 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6236
6237 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6238
6239 * gdb.ada/tasks: New testcase.
6240
6241 2009-03-30 Stan Shebs <stan@codesourcery.com>
6242
6243 * gdb.trace/actions.exp: Update to match new info trace format.
6244 * gdb.trace/deltrace.exp: Ditto.
6245 * gdb.trace/infotrace.exp: Ditto.
6246 * gdb.trace/passcount.exp: Ditto.
6247 * gdb.trace/save-trace.exp: Ditto.
6248 * gdb.trace/while-stepping.exp: Ditto.
6249 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6250
6251 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6252
6253 * gdb.python/python-frame.c: New file.
6254 * gdb.python/python-frame.exp: New file.
6255
6256 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6257
6258 * gdb.python/python-value.exp: Add tests for the address
6259 attribute.
6260
6261 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
6262
6263 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6264
6265 2009-03-26 Doug Evans <dje@google.com>
6266
6267 * gdb.mi/mi-nonstop-exit.exp: New file.
6268 * gdb.mi/non-stop-exit.c: New file.
6269
6270 2009-03-26 Tom Tromey <tromey@redhat.com>
6271
6272 Update for change to prologue skipping:
6273 * gdb.mi/mi2-simplerun.exp: Update.
6274 * gdb.mi/mi2-break.exp: Update.
6275 * gdb.mi/mi-simplerun.exp: Update.
6276 * gdb.mi/mi-break.exp: Update.
6277 * gdb.base/ending-run.exp: Update.
6278
6279 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6280
6281 * gdb.python/python-value.exp (test_value_in_inferior): Test
6282 gdb.Value.is_optimized_out attribute.
6283
6284 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6285
6286 * gdb.dwarf2/dw2-noloc-main.c: New file.
6287 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
6288 (.text): Remove.
6289 (.data): New.
6290 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
6291 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
6292 (DW_TAG_subprogram func_cu1, noloc): Remove.
6293 (main): New.
6294 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
6295 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
6296 (file_symbols): New procedure.
6297
6298 2009-03-25 Tom Tromey <tromey@redhat.com>
6299
6300 * gdb.base/charset.exp (valid_target_charset): New proc.
6301 Use it to skip tests on invalid charsets.
6302
6303 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
6304
6305 * gdb.base/completion.exp: Add a test for directory completion.
6306
6307 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6308
6309 Fix a racy FAIL.
6310 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
6311 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
6312
6313 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6314
6315 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
6316 * gdb.python/python-function.exp: Add test for function returning
6317 a GDB value.
6318
6319 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
6320
6321 * gdb.python/python-function.exp: New file.
6322
6323 2009-03-20 Tom Tromey <tromey@redhat.com>
6324
6325 * gdb.base/store.exp: Update for change to escape output.
6326 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
6327 to escape output.
6328 * gdb.base/pointers.exp: Update for change to escape output.
6329 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
6330 to escape output.
6331 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
6332 escape output.
6333 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
6334 to escape output.
6335 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
6336 escape output.
6337 * gdb.base/setvar.exp: Update for change to escape output.
6338 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
6339 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
6340 to escape output.
6341 (test_print_string_constants): Likewise.
6342 * gdb.base/charset.exp (valid_host_charset): Check size of
6343 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
6344 cases. Handle "auto"-related output.
6345 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
6346 (uvar, Uvar): New globals.
6347
6348 2009-03-19 Jerome Guitton <guitton@adacore.com>
6349
6350 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
6351 deltas.
6352 * gdb.ada/fixed_points.exp: Ditto.
6353
6354 2009-03-18 Pedro Alves <pedro@codesourcery.com>
6355
6356 * return-nodebug.c: Don't include stdio.h.
6357 (init): Delete.
6358 (func): Delete definition and provide extern declaration.
6359 (t): New.
6360 (main): Don't call printf. Call func and store its result in t.
6361 * return-nodebug1.c: New.
6362 * return-nodebug.exp: Don't expect stdio output. Instead, print
6363 the global variable t. Drop printf formatters and cast types from
6364 foreach loop. Don't use prepare_for_testing. Compile
6365 return-nodebug.c and return-nodebug1.c in separate steps. Don't
6366 define FORMAT or CAST.
6367
6368 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6369
6370 * gdb.base/solib-display.exp: Disable test for remote targers.
6371
6372 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6373
6374 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6375
6376 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6377
6378 Fix a racy FAIL.
6379 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6380 code from `follow parent, print pids'.
6381 (`follow child, print pids', `follow parent, print pids'): Call it.
6382 Replace `gdb_test "break..."' by gdb_breakpoint.
6383
6384 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6385
6386 * gdb.mi/mi-cli.exp: Adjust for output difference in
6387 sync and async modes.
6388
6389 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6390
6391 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6392 that was checked in by mistake. Remove loading of ada.exp, since
6393 this is not necessary in this case.
6394
6395 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6396
6397 * gdb.ada/ptype_arith_binop.exp: New testcase.
6398
6399 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6400
6401 * gdb.ada/mod_from_name: New testcase.
6402
6403 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6404
6405 * gdb.ada/tick_last_segv: New testcase.
6406
6407 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6408
6409 * gdb.mi/mi-cli.exp: Remove debug print.
6410
6411 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6412
6413 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6414 include the token in ^running and frame info in *stopped.
6415
6416 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6417
6418 * solib-display.exp: New file.
6419 * solib-display-main.c: New file.
6420 * solib-display-lib.c: New file.
6421
6422 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6423
6424 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6425
6426 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6427
6428 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6429 (list_and_check_macro): Use more specific test name.
6430 (next to definition): Make the test names unique.
6431
6432 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6433
6434 * gdb.pascal/floats.exp: Accept approximate results everywhere.
6435
6436 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6437
6438 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6439 notifications.
6440 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6441 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6442 * lib/mi-support.exp (library_loaded_re): New.
6443 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6444
6445 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6446
6447 * gdb.gdb/observer.exp: Use test_notification observer, not
6448 normal_stop, everywhere.
6449 (test_normal_stop_notifications): Rename to...
6450 (test_notifications): ...this.
6451 (test_observer_normal_stop): Rename to...
6452 (test_observer): ...this.
6453
6454 2009-02-16 Doug Evans <dje@google.com>
6455
6456 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6457 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6458 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6459 (test_prefixed_syscall,test_int3): New tests.
6460 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6461 (test_prefixed_syscall,test_int3): New tests.
6462
6463 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6464
6465 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6466 (mi_expect_interrupt): Likewise.
6467 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6468 response.
6469
6470 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6471
6472 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6473 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6474 Replace calls to get_valueofx by get_hexadecimal_valueof.
6475
6476 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6477
6478 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6479 (get_integer_valueof): New procedure.
6480 (get_sizeof): Use new get_integer_value_of.
6481 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6482 by get_integer_valueof.
6483
6484 2009-02-13 Tom Tromey <tromey@redhat.com>
6485
6486 * gdb.base/remote.exp (get_sizeof): Remove.
6487 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6488 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6489 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6490 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6491 (get_sizeof): Likewise.
6492
6493 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6494
6495 PR fortran/9806
6496 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6497
6498 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6499
6500 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6501
6502 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6503
6504 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6505
6506 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6507
6508 * gdb.python/python-cmd.exp: New file.
6509
6510 2009-02-06 Tristan Gingold <gingold@adacore.com>
6511
6512 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6513
6514 2009-02-05 Tristan Gingold <gingold@adacore.com>
6515
6516 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6517 pointer is dereferenced and use this signal name in regexp.
6518 * gdb.base/signull.exp: Ditto.
6519 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6520 * gdb.base/signull.c (main): Ditto.
6521
6522 2009-02-04 Tom Tromey <tromey@redhat.com>
6523 Thiago Jung Bauermann <bauerman@br.ibm.com>
6524
6525 * gdb.python/python-value.exp: Use `gdb.history' instead of
6526 `gdb.value_from_history'.
6527 (test_value_numeric_ops): Add test for conversion of enum constant.
6528 * gdb.python/python-value.c (enum e): New type.
6529 (evalue): New global.
6530 (main): Use argv.
6531
6532 2009-02-04 Jerome Guitton <guitton@adacore.com>
6533
6534 * gdb.ada/uninitialized_vars: New test program.
6535 * gdb.ada/uninitialized_vars.exp: New testcase.
6536
6537 2009-02-02 Tom Tromey <tromey@redhat.com>
6538
6539 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6540 * gdb.cp/pr2489.cc: Rename...
6541 * gdb.cp/pr9594.cc: ... to this.
6542
6543 2009-02-02 Tom Tromey <tromey@redhat.com>
6544
6545 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6546 * gdb.cp/pr2489.cc: New file.
6547 * gdb.cp/cpcompletion.exp: New file.
6548
6549 2009-02-02 Tom Tromey <tromey@redhat.com>
6550
6551 PR exp/9059:
6552 * gdb.cp/call-c.exp: Add regression test.
6553 * gdb.cp/call-c.cc (FooHandle): New typedef.
6554 (main): New variable 'handle'.
6555
6556 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6557
6558 * lib/mi-support.exp (et_mi_thread_list)
6559 (check_mi_and_console_threads): Adjust for current thread in
6560 -thread-list-ids output.
6561
6562 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6563
6564 * gdb.mi/mi-break.exp (test_disabled_creation): New.
6565 Call it.
6566
6567 2009-01-28 Doug Evans <dje@google.com>
6568
6569 * gdb.arch/amd64-disp-step.S: New file.
6570 * gdb.arch/amd64-disp-step.exp: New file.
6571 * gdb.arch/i386-disp-step.S: New file.
6572 * gdb.arch/i386-disp-step.exp: New file.
6573
6574 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
6575
6576 * gdb.base/find.exp: Set newline variable
6577 using quotes instead of braces to fix cygwin failures.
6578
6579 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6580
6581 * gdb.base/radix.exp: Add tests to ensure that that set
6582 input-radix 0 and set output-radix 0 are really rejected.
6583
6584 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6585
6586 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6587 copyright years.
6588
6589 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6590
6591 PR gdb/9664:
6592 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6593
6594 2009-01-22 Pedro Alves <pedro@codesourcery.com>
6595
6596 PR c++/9631:
6597 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6598
6599 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
6600
6601 * gdb.server/file-transfer.exp: Use EXEEXT variable for
6602 binfile definition to fix Windows OS failure.
6603
6604 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6605
6606 PR gdb/9346
6607 * gdb.base/interrupt.c (sigint_handler): New.
6608 (main): Install a SIGINT handler if SIGNALS is defined. Exit
6609 on error.
6610 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6611 Test "signal SIGINT".
6612
6613 2009-01-19 Doug Evans <dje@google.com>
6614
6615 * gdb.base/break.exp: Update expected gdb output.
6616 * gdb.base/sepdebug.exp: Ditto.
6617 * gdb.mi/mi-syn-frame.exp: Ditto.
6618 * gdb.mi/mi2-syn-frame.exp: Ditto.
6619 * gdb.base/call-signal-resume.exp: New file.
6620 * gdb.base/call-signals.c: New file.
6621 * gdb.base/unwindonsignal.exp: New file.
6622 * gdb.base/unwindonsignal.c: New file.
6623 * gdb.threads/interrupted-hand-call.exp: New file.
6624 * gdb.threads/interrupted-hand-call.c: New file.
6625 * gdb.threads/thread-unwindonsignal.exp: New file.
6626
6627 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6628
6629 * gdb.base/define.exp: Test defining and hooking prefix commands.
6630 * gdb.python/python.exp: Update test for "show user" output.
6631
6632 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6633
6634 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
6635 now the output exactly, using less wildcards. Expect also the output
6636 of gfortran-4.3. Update for the f-valprint.c modification from
6637 2008-04-22.
6638 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6639 Remove gdb_test test names where matching the command.
6640
6641 2009-01-01 Pedro Alves <pedro@codesourcery.com>
6642
6643 PR breakpoints/9681:
6644 * gdb.base/watchpoint.exp: Add regression test.
6645
6646 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6647
6648 * gdb.threads/attach-into-signal.exp: Don't use
6649 gdb_suppress_entire_file.
6650 * gdb.threads/attach-stopped.exp: Ditto.
6651 * gdb.threads/attachstop-mt.exp: Ditto.
6652
6653 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6654
6655 PR gdb/8812:
6656 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6657
6658 2008-12-29 Pedro Alves <pedro@codesourcery.com>
6659
6660 PR gdb/7536:
6661 * gdb.base/radix.exp: Add tests to ensure invalid input radices
6662 and unsupported output radices are really rejected.
6663
6664 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6665
6666 * gdb.cp/punctuator.exp: Backslash the '$' signs.
6667
6668 2008-12-22 Tom Tromey <tromey@redhat.com>
6669
6670 * gdb.cp/punctuator.exp: New file.
6671
6672 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6673
6674 * gdb.base/completion.exp (Completing non-existing component): New test.
6675
6676 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6677
6678 Fix for PR gdb/8648.
6679 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6680 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6681 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6682 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6683
6684 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6685
6686 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6687
6688 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
6689
6690 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6691 compiler actually generate code at the expected line number.
6692
6693 2008-12-15 Jie Zhang <jie.zhang@analog.com>
6694
6695 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6696
6697 2008-12-12 Tom Tromey <tromey@redhat.com>
6698
6699 * gdb.base/commands.exp (redefine_hook_test): New proc.
6700 Call it.
6701
6702 2008-12-11 Tom Tromey <tromey@redhat.com>
6703
6704 * gdb.base/macscp.exp: New regression test.
6705
6706 2008-12-11 Tom Tromey <tromey@redhat.com>
6707
6708 * gdb.base/macscp.exp: Print "address.addr".
6709 * gdb.base/macscp1.c (struct outer): New struct.
6710 (address): New global.
6711
6712 2008-12-09 Tom Tromey <tromey@redhat.com>
6713
6714 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6715 Call it.
6716
6717 2008-12-04 Doug Evans <dje@google.com>
6718
6719 * gdb.server/ext-run.exp: Relax regexp for init program.
6720
6721 2008-12-03 Tristan Gingold <gingold@adacore.com>
6722
6723 * gdb.base/macscp.exp: Generate an object file during compilation
6724 to work around Darwin dsymutil limitations.
6725
6726 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6727
6728 Test resolving external references to TLS variables.
6729 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6730 FILE2_THREAD_LOCAL.
6731 (testfile2, srcfile2): New variables.
6732 * gdb.threads/tls.c (file2_thread_local)
6733 (function_referencing_file2_thread_local): New.
6734 * gdb.threads/tls2.c: New file.
6735
6736 2008-11-28 Joel Brobecker <brobecker@adacore.com>
6737
6738 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
6739 rather than integer, as integer might not be big enough when
6740 on 64bit targets.
6741
6742 2008-11-27 Jerome Guitton <guitton@adacore.com>
6743
6744 * gdb.cp/formatted-ref.exp: Add equality test.
6745 * gdb.ada/formatted_ref.exp: Ditto.
6746
6747 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6748
6749 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6750 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6751
6752 2008-11-20 Andreas Schwab <schwab@suse.de>
6753
6754 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6755 matching syscall entry point.
6756 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6757 (tcatch_vfork_then_child_follow): Likewise. Finish through
6758 vfork even if we stopped at the syscall trampoline.
6759
6760 2008-11-20 Doug Evans <dje@google.com>
6761
6762 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6763
6764 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6765
6766 * gdb.arch/ppc-dfp.exp: New file.
6767 * gdb.arch/ppc-dfp.c: New file.
6768
6769 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6770
6771 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
6772
6773 2008-11-17 Doug Evans <dje@google.com>
6774
6775 * gdb.mi/mi-syn-frame.exp: Update expected output.
6776 * gdb.mi/mi2-syn-frame.exp: Update expected output.
6777
6778 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6779
6780 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
6781 "thread N" results in =thread-selected.
6782 * lib/mi-support (mi_run_cmd, mi_expect_stop)
6783 (mi_send_resuming_command_raw): Be prepared for
6784 =thread-selected.
6785
6786 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6787
6788 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6789 * lib/mi-support.exp: Likewise.
6790
6791 2008-11-16 Joel Brobecker <brobecker@adacore.com>
6792
6793 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6794 commands from the expected output for "help catch".
6795
6796 2008-11-15 Joel Brobecker <brobecker@adacore.com>
6797
6798 * gdb.ada/int_deref.exp: New testcase.
6799
6800 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
6801
6802 * gdb.mi/gdb2549.exp: New file.
6803
6804 2008-11-11 Doug Evans <dje@google.com>
6805
6806 * gdb.base/callexit.exp: New file.
6807 * gdb.base/callexit.c: New file.
6808
6809 2008-11-10 Doug Evans <dje@google.com>
6810
6811 * lib/gdb.exp (GDBFLAGS): Move -nx ...
6812 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
6813 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6814 (default_gdb_start,default_gdb_exit): Ditto.
6815 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6816 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6817 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6818 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6819 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6820 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6821
6822 2008-11-03 Andreas Schwab <schwab@suse.de>
6823
6824 * gdb.base/hashline2.exp: Fix typo.
6825 * gdb.base/hashline3.exp: Likewise.
6826
6827 2008-10-30 Tom Tromey <tromey@redhat.com>
6828
6829 * gdb.base/pointers.exp: Add test.
6830 * gdb.base/pointers.c (k, S): New typedefs.
6831 (instance): New global.
6832
6833 2008-10-30 Andreas Schwab <schwab@suse.de>
6834
6835 * gdb.base/args.exp: Add tests for newlines.
6836
6837 2008-10-30 Joel Brobecker <brobecker@adacore.com>
6838
6839 gdb.base/foll-exec.exp: Update the expected output of a couple
6840 of "info breakpoints" tests.
6841
6842 2008-10-28 Tom Tromey <tromey@redhat.com>
6843
6844 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6845
6846 2008-10-24 Pedro Alves <pedro@codesourcery.com>
6847
6848 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6849 gdb_start_cmd.
6850 Use runto_main before any test that requires execution.
6851
6852 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6853
6854 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6855 instead of SIGINT.
6856
6857 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6858
6859 * gdb.base/completion.exp: Update expected output following
6860 the addition of the "info tasks" command.
6861
6862 2008-10-22 Tom Tromey <tromey@redhat.com>
6863
6864 * gdb.base/exprs.exp (test_expr): Add test for string
6865 concatenation.
6866
6867 2008-10-19 Pedro Alves <pedro@codesourcery.com>
6868
6869 * configure.ac: Output gdb.python/Makefile.
6870 * configure: Regenerate.
6871 * gdb.python/Makefile.in: New.
6872
6873 2008-10-16 Joel Brobecker <brobecker@adacore.com>
6874
6875 * gdb.base/foll-fork.exp: Adjust the expected output to match
6876 the new description for fork/vfork catchpoints in the "info
6877 breakpoints" output.
6878
6879 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6880
6881 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6882
6883 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6884
6885 * gdb.python/python-value.c: New file.
6886 * gdb.python/python-value.exp: New file.
6887
6888 2008-10-15 Pedro Alves <pedro@codesourcery.com>
6889
6890 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6891
6892 2008-10-15 Denis Pilat <denis.pilat@st.com>
6893
6894 * gdb.cp/mb-ctor.exp: Fix a typo.
6895
6896 2008-10-09 Tom Tromey <tromey@redhat.com>
6897
6898 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6899 'fprintf' and 'stderr'.
6900
6901 2008-10-07 Joel Brobecker <brobecker@adacore.com>
6902
6903 * gdb.ada/ref_tick_size.exp: New testcase.
6904
6905 2008-10-06 Doug Evans <dje@google.com>
6906
6907 * gdb.dwarf2/dw2-cu-size.exp: New file.
6908 * gdb.dwarf2/dw2-cu-size.S: New file.
6909
6910 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6911 .Ltype_int for clarity.
6912
6913 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6914
6915 PR gdb/2384:
6916 * gdb.cp/gdb2384.exp: Extended to test more cases.
6917 * gdb.cp/gdb2384.cc: Likewise.
6918 * gdb.cp/gdb2384-base.h: Likewise.
6919 * gdb.cp/gdb2384-base.cc: Likewise.
6920
6921 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6922
6923 * gdb.base/maint.exp (maint print type): Remove printing
6924 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
6925
6926 2008-09-30 Tom Tromey <tromey@redhat.com>
6927
6928 * gdb.base/macscp.exp: Add completion tests.
6929 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
6930 (TWENTY_THREE): Likewise.
6931 (FORTY_EIGHT): Likewise.
6932
6933 2008-09-30 Tom Tromey <tromey@redhat.com>
6934
6935 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
6936 everywhere.
6937 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
6938
6939 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6940
6941 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
6942 testcase is derived from. Fix racy dependency on an expected PID
6943 number. No longer support the testcase on Linux kernel 2.4.x.
6944
6945 2008-09-27 Tom Tromey <tromey@redhat.com>
6946
6947 * gdb.base/macscp.exp: Add tests for stringification, splicing,
6948 and varargs.
6949
6950 2008-09-22 Pedro Alves <pedro@codesourcery.com>
6951
6952 * lib/mi-support.exp (mi_expect_interrupt): New.
6953 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
6954 from gdb.mi/mi-nonstop.exp.
6955 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
6956 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
6957 lib/mi-support.exp.
6958 Use mi_check_thread_states throughout. Avoid ".*" and do not
6959 require an anchor after -exec-run.
6960
6961 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
6962
6963 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
6964 stop is pending. Avoid ".*" when two stops are pending.
6965 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
6966 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
6967 newlines in fullnames.
6968 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
6969 (mi_expect_stop): Update comments. Only anchor in sync mode.
6970 Do not match newlines.
6971 (mi_send_resuming_command_raw): Always return status.
6972 (mi_get_stop_line): Do not match more than one line by accident.
6973 Only anchor in sync mode.
6974 (mi_run_inline_test): If -exec-next fails, give up.
6975
6976 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6977
6978 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
6979 on SPU.
6980
6981 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6982
6983 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
6984
6985 2008-09-10 Joel Brobecker <brobecker@adacore.com>
6986
6987 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
6988 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6989 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
6990 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6991 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
6992 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
6993 gdb.ada/interface.exp, gdb.ada/null_array.exp,
6994 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6995 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6996 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6997 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
6998 Include the "= " sequence in the expected output of print tests.
6999
7000 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7001
7002 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
7003 description for boolean types.
7004
7005 2008-09-09 Pedro Alves <pedro@codesourcery.com>
7006
7007 * gdb.base/hook-stop-continue.c: New.
7008 * gdb.base/hook-stop-continue.exp: New.
7009
7010 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7011
7012 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
7013
7014 2008-09-08 Jerome Guitton <guitton@adacore.com>
7015
7016 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
7017 (stack_check_probe_2, stack_check_probe_loop_1)
7018 (stack_check_probe_loop_2): New functions.
7019 (main): Add call to these new functions.
7020 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
7021 functions, check that the breakpoint is inserted at the appropriate
7022 location.
7023 (insert_breakpoint): Slightly refine this procedure so that it can
7024 be called several times in the test.
7025
7026 2008-09-08 Jerome Guitton <guitton@adacore.com>
7027
7028 * gdb.base/stack-checking.c: New file.
7029 * gdb.base/stack-checking.exp: New file.
7030
7031 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7032
7033 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7034 * gdb.arch/altivec-regs.exp: Likewise.
7035 * gdb.arch/vsx-regs.exp: Likewise.
7036
7037 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7038
7039 * gdb.arch/ppc-fp.exp: New file.
7040 * gdb.arch/ppc-fp.c: New file.
7041
7042 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7043
7044 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7045 lest gcc-4.3.1 optimizes the whole thing away.
7046
7047 2008-09-04 Michael Snyder <msnyder@vmware.com>
7048
7049 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
7050 as "at" (for non-debug functions such as _start).
7051
7052 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7053
7054 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
7055 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
7056 software watchpoints.
7057 * gdb.base/watch_thread_num.exp: Likewise.
7058
7059 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
7060
7061 * gdb.arch/i386-bp_permanent.exp: New test.
7062
7063 2008-08-24 Tom Tromey <tromey@redhat.com>
7064
7065 * gdb.base/maint.exp: Update "maint print type".
7066
7067 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
7068
7069 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
7070 support. Adjust the order of "*running" notifications.
7071 * gdb.mi/non-stop.c: Don't cast from int to void* and
7072 back.
7073
7074 2008-08-20 Mark Kettenis <kettenis@gnu.org>
7075
7076 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
7077 expect to find it in the "info frame" output.
7078
7079 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
7080
7081 * gdb.base/interp.exp: Always consume both prompts.
7082
7083 2008-08-20 Pedro Alves <pedro@codesourcery.com>
7084
7085 * gdb.base/pending.exp: Test pending breakpoints without symbols
7086 loaded.
7087
7088 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7089
7090 * lib/mi-support.exp (mi_expect_stop): Produce
7091 more details on failures.
7092 * gdb.mi/mi-nonstop.exp: New.
7093 * gdb.mi/non-stop.c: New.
7094
7095 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7096
7097 * gdb.mi/mi-async.exp: Use 'set target-async'.
7098 * lib/mi-support.exp: Use 'set/show target-async'.
7099
7100 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
7101
7102 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
7103
7104 2008-08-17 Tom Tromey <tromey@redhat.com>
7105
7106 * gdb.base/help.exp (help catch): Rewrite.
7107
7108 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7109
7110 * gdb.base/define.exp: Test indented command documentation.
7111 * gdb.python/python.exp: Test indented multi-line command.
7112
7113 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
7114
7115 * testsuite/gdb.arch/vsx-regs.c: New source file.
7116 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
7117 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
7118
7119 2008-08-14 Tom Tromey <tromey@redhat.com>
7120
7121 * gdb.base/macscp.exp: Add regression test for "macro define" or
7122 "macro undef" with no arguments.
7123
7124 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7125
7126 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
7127
7128 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7129
7130 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
7131
7132 2008-08-06 Tom Tromey <tromey@redhat.com>
7133
7134 * gdb.python/python.exp: New file.
7135
7136 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7137
7138 Fix for PR gdb/1543.
7139 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
7140 $LOCATION.
7141 (location): New variable.
7142 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7143 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7144 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7145 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7146 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7147 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7148 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7149 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7150 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7151 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7152 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7153 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7154 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7155 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7156 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7157 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7158 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7159 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7160 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7161 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7162 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7163 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7164 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7165 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7166 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7167 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7168 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7169 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7170 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7171 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7172 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7173 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7174 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7175 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7176 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7177 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7178 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7179 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7180 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7181 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7182 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7183 gdb.base/type-opaque.exp, gdb.base/until.exp,
7184 gdb.base/value-double-free.c, gdb.base/varargs.exp,
7185 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7186 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7187 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7188 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7189 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7190 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7191 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7192 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7193 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7194 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7195 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7196 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7197 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7198 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7199 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7200 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7201 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7202 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7203 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7204 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7205 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7206 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7207 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7208 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7209 gdb.pascal/types.exp, gdb.stabs/weird.exp,
7210 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7211 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7212 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7213 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7214 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7215 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7216 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7217 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7218 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7219 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7220 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7221 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7222 lib/mi-support.exp, lib/trace-support.exp: Remove reference
7223 to bug-gdb@prep.ai.mit.edu .
7224
7225 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
7226
7227 * lib/mi-support.exp (mi_load_shlibs): New.
7228 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7229
7230 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
7231
7232 * lib/mi-support.exp (get_mi_thread_list)
7233 (check_mi_and_console_threads): New, moved from ...
7234 * gdb.mi/mi-pthread.exp: ...here.
7235 * gdb.mi/gdb669.exp (get_mi_thread_list)
7236 (check_mi_and_console_threads): Delete.
7237 * gdb.mi/mi2-pthread.exp: Likewise.
7238
7239 2008-07-28 Tom Tromey <tromey@redhat.com>
7240
7241 * Makefile.in (just-check): Remove. Move body to...
7242 (check): ... here.
7243
7244 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7245
7246 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7247 Add a test for duplicated SIGINTs.
7248
7249 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7250
7251 * gdb.threads/schedlock.exp (get_args): Update to work for any
7252 value of NUM.
7253 (Top level): Report the number of threads that did not resume.
7254
7255 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7256
7257 * gdb.dwarf2/dw2-compressed.S: Also define __start.
7258
7259 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7260
7261 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7262 non-MI prompt.
7263
7264 2008-07-26 Tom Tromey <tromey@redhat.com>
7265
7266 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7267 (function_struct, function_struct_ptr): New globals.
7268 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7269 function pointer in a struct.
7270
7271 2008-07-26 Tom Tromey <tromey@redhat.com>
7272
7273 * gdb.base/macscp.exp: Add test for macro lexing bug.
7274
7275 2008-07-18 Tom Tromey <tromey@redhat.com>
7276
7277 * gdb.base/macscp.exp: Add macro tests.
7278
7279 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7280
7281 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7282
7283 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7284
7285 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7286
7287 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7288
7289 * gdb.cp/class2.exp: fix for failure on spu-elf
7290
7291 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7292
7293 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
7294
7295 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7296
7297 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
7298
7299 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
7300
7301 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
7302
7303 2008-07-11 Kevin Buettner <kevinb@redhat.com>
7304
7305 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
7306 of regexp to account for changes made to GDB in the printing of
7307 byte vectors.
7308
7309 2008-07-11 Tom Tromey <tromey@redhat.com>
7310
7311 * gdb.base/completion.exp: Add 'help' completion test.
7312
7313 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7314
7315 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
7316
7317 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7318
7319 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
7320
7321 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7322
7323 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
7324
7325 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7326
7327 * gdb.base/fullname.exp: Restore pwd if compiling failed.
7328
7329 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7330
7331 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
7332
7333 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7334
7335 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
7336 previous commit. Add a comment.
7337
7338 2008-06-28 Pedro Alves <pedro@codesourcery.com>
7339
7340 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
7341
7342 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7343
7344 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
7345
7346 2008-06-27 Pedro Alves <pedro@codesourcery.com>
7347
7348 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
7349 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
7350 compiling an executable, link in an object that forces unbuffered
7351 output.
7352 * lib/set_unbuffered_mode.c: New file.
7353
7354 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7355
7356 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7357
7358 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
7359
7360 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7361 mi_expect_stop.
7362 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7363 Demand that *running is output.
7364 (detect_async): Perform checking every time.
7365 (mi_send_resuming_command): Extract everything into...
7366 (mi_send_resuming_command_raw): ...this.
7367 (mi_expect_stop): Don't accept any output before *stopped.
7368
7369 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
7370
7371 Robustify mi-simplerun.
7372 * gdb.mi/basics.c (main): Add a call to sleep.
7373 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7374 * gdb.mi/mi2-cli.exp: Likewise.
7375 * gdb.mi/mi-break.exp: Likewise.
7376
7377 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
7378
7379 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7380
7381 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7382
7383 * gdb.mi/mi-console.exp: Adjust.
7384 * gdb.mi/mi-syn-frame.exp: Adjust.
7385 * gdb.mi/mi2-console.exp: Adjust.
7386 * gdb.mi/mi2-syn-frame.exp: Adjust.
7387 * lib/mi-support.exp (mi_run_cmd): Adjust.
7388 (mi_send_resuming_command): Adjust.
7389
7390 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7391
7392 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7393 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7394 testing of stopped.
7395 * gdb.mi/mi2-syn-frame.exp: Likewise.
7396 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7397 (async, detect_async): New.
7398 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7399 depending on if we're running in sync or async mode.
7400
7401 2008-06-09 Tom Tromey <tromey@redhat.com>
7402
7403 * gdb.base/completion.exp: New tests for field name completion
7404 with spaces, and field name completion with '->'.
7405
7406 2008-06-06 Tom Tromey <tromey@redhat.com>
7407
7408 * gdb.base/break1.c (struct some_struct): New struct.
7409 (values): New global.
7410 * gdb.base/completion.exp: Add field name completion test.
7411
7412 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7413
7414 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7415 to pointer.
7416 * gdb.cp/call-c.cc: Likewise.
7417
7418 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
7419
7420 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7421 annotation.
7422
7423 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7424 Pedro Alves <pedro@codesourcery.com>
7425
7426 * gdb.threads/execl.c, gdb.threads/execl1.c,
7427 gdb.threads/execl.exp: New tests.
7428
7429 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7430 Daniel Jacobowitz <dan@codesourcery.com>
7431
7432 * gdb.cp/exception.exp: Activate test, make it work with pending
7433 catchpoints.
7434
7435 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7436
7437 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7438
7439 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7440
7441 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7442 now printed.
7443 * gdb.mi/mi2-var-cmd.exp: Likewise.
7444
7445 2008-05-27 Andreas Schwab <schwab@suse.de>
7446
7447 * gdb.base/frame-args.exp: Handle arguments that are optimized
7448 out.
7449
7450 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
7451
7452 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7453 quiet for ppc32 and group options into a single variable.
7454
7455 2008-05-23 Joel Brobecker <brobecker@adacore.com>
7456
7457 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7458 of zero-size elements.
7459 * gdb.ada/null_array.exp: Test printing this new array.
7460
7461 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7462
7463 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7464
7465 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7466
7467 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7468 of the "finish" command.
7469
7470 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7471
7472 * gdb.base/annota1.exp: Test for new annotation.
7473
7474 2008-05-16 Pedro Alves <pedro@codesourcery.com>
7475
7476 * gdb.base/fixsection.exp: New file.
7477 * gdb.base/fixsection0.c: New file.
7478 * gdb.base/fixsection1.c: New file.
7479
7480 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7481
7482 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7483 * gdb.base/annota3.exp: Likewise.
7484
7485 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7486
7487 * gdb.base/watch_thread_num.exp: Don't run tests that require
7488 watchpoints if the target doesn't support them.
7489
7490 2008-05-12 Doug Evans <dje@google.com>
7491
7492 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7493
7494 2008-05-09 Joel Brobecker <brobecker@adacore.com>
7495
7496 * gdb.ada/assign_1.exp: New testcase.
7497
7498 2008-05-09 Doug Evans <dje@google.com>
7499
7500 * gdb.base/find.exp: New file.
7501 * gdb.base/find.c: New file.
7502
7503 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7504
7505 * gdb.base/commands.exp (watchpoint_command_test): Handle
7506 gdb,no_hardware_watchpoints.
7507 * gdb.base/float.exp: Allow ARM targets without floating point.
7508 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7509
7510 2008-05-06 Jerome Guitton <guitton@adacore.com>
7511 Joel Brobecker <brobecker@adacore.com>
7512
7513 * gdb.ada/lang_switch: New test program.
7514 * gdb.ada/lang_switch.exp: New testcase.
7515
7516 2008-05-05 Doug Evans <dje@google.com>
7517
7518 * gdb.base/help.exp (disassemble): Update expected help text.
7519
7520 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7521
7522 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7523
7524 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7525
7526 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7527 different times.
7528
7529 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7530
7531 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7532 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7533 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7534 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7535
7536 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7537
7538 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7539 notification to appear.
7540
7541 2008-05-04 Daniel Jacobowitz <dan@debian.org>
7542
7543 * gdb.base/fullname.c: New file.
7544 * gdb.base/fullname.exp: New file.
7545 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7546
7547 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7548
7549 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7550 expressions with macros.
7551
7552 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7553
7554 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7555
7556 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7557
7558 * gdb.base/completion.exp: Handle lack of other symbols beginning
7559 with "a".
7560
7561 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7562
7563 2008-05-02 Jim Blandy <jimb@codesourcery.com>
7564
7565 * gdb.asm/asmsrc1.s: Add scratch space.
7566
7567 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7568 Daniel Jacobowitz <dan@codesourcery.com>
7569
7570 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7571 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7572 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7573
7574 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7575
7576 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7577
7578 2008-05-01 Joel Brobecker <brobecker@adacore.com>
7579
7580 * gdb.base/info-target.exp: New testcase.
7581
7582 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7583
7584 * gdb.cp/hang.exp: Use .cc instead of .C.
7585 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7586 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7587
7588 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7589
7590 * gdb.base/gdb1250.exp: Remove perror.
7591 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7592
7593 2008-04-30 Pedro Alves <pedro@codesourcery.com>
7594
7595 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7596 .2byte.
7597
7598 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
7599
7600 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
7601 (maybe_kfail): New.
7602
7603 2008-04-25 Pedro Alves <pedro@codesourcery.com>
7604
7605 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7606
7607 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7608
7609 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7610 * gdb.mi/mi2-syn-frame.exp: Likewise.
7611 * lib/mi-support.exp: Likewise.
7612
7613 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7614
7615 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7616 to specify regexp for the location to stop at.
7617 * gdb.base/break-always.c: New.
7618 * gdb.base/break-always.exp: New.
7619
7620 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7621
7622 * lib/mi-support.exp (mi_runto_helper): Adjust
7623 for the original-location field.
7624 (mi_create_breakpoint, mi_list_breakpoints): New.
7625 * gdb.mi/mi-break.exp: Adjust.
7626 * gdb.mi/mi2-break.exp: Adjust.
7627 * gdb.mi/mi-pending.exp: Adjust.
7628 * gdb.mi/mi-simplerun.exp: Adjust.
7629 * gdb.mi/mi2-simplerun.exp: Adjust.
7630 * gdb.mi/mi-syn-frame.exp: Adjust.
7631 * gdb.mi/mi2-syn-frame.exp: Adjust.
7632 * gdb.mi/mi-until.exp: Adjust.
7633 * gdb.mi/mi2-until.exp: Adjust.
7634 * gdb.mi/mi-var-display.exp: Adjust.
7635 * gdb.mi/mi2-var-display.exp: Adjust.
7636 * gdb.mi/mi-watch.exp: Adjust.
7637 * gdb.mi/mi2-watch.exp: Adjust.
7638
7639 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7640
7641 * aclocal.m4: Add override.m4.
7642 * configure: Regenerate.
7643
7644 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7645
7646 * gdb.mi/var-cmd.c (do_at_tests): Verify that
7647 '-var-update --all-values' reports new value even the type
7648 of a variable object has changed.
7649
7650 2008-04-18 Craig Silverstein <csilvers@google.com>
7651
7652 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7653 files.
7654
7655 2008-04-18 Joel Brobecker <brobecker@adacore.com>
7656
7657 * gdb.ada/atomic_enum: New test program.
7658 * gdb.ada/atomic_enum.exp: New testcase.
7659
7660 2008-04-17 Doug Evans <dje@google.com>
7661
7662 * gdb.opt/Makefile.in: Fix whitespace.
7663
7664 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
7665
7666 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7667
7668 2008-04-17 Doug Evans <dje@google.com>
7669
7670 * gdb.base/hashline1.exp: New testcase.
7671 * gdb.base/hashline2.exp: New testcase.
7672 * gdb.base/hashline2.exp: New testcase.
7673
7674 2008-04-17 Pedro Alves <pedro@codesourcery.com>
7675
7676 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7677
7678 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
7679
7680 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7681 temporary breakpoint to match "Temporary breakpoint".
7682 * gdb.base/break.exp (delete_breakpoints): Likewise.
7683 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7684 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7685 * gdb.base/display.exp: Likewise.
7686 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7687 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7688 * gdb.base/restore.exp (restore_tests): Likewise.
7689 * gdb.base/sepdebug.exp: Likewise.
7690 * gdb.base/watchpoint.exp: Likewise.
7691 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7692 * gdb.mi/mi-pending.exp: Likewise.
7693 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7694 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7695 * gdb.mi/mi-var-cmd.exp: Likewise.
7696 * gdb.mi/mi-var-display.exp: Likewise.
7697 * gdb.mi/mi2-cli.exp: Likewise.
7698 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7699 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7700 * gdb.mi/mi2-var-display.exp: Likewise.
7701 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7702 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7703 new "disp" field.
7704 (mi_expect_stop): Move after_reason argument to be really after
7705 reason. This is to support fix for PR2424.
7706
7707 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7708
7709 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7710
7711 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
7712
7713 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
7714 field. Add more floating varobj tests.
7715 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
7716 field.
7717 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7718 (main): Call do_at_tests.
7719 * lib/mi-support.exp (mi_create_floating_varobj)
7720 (mi_varobj_update_with_type_change): New.
7721
7722 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7723
7724 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7725 option of -var-evaluate-expression.
7726 * gdb.mi/mi2-var-display.exp: Likewise.
7727
7728 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
7729
7730 Introduce test setup helpers.
7731 * lib/gdb.exp (build_executable, clean_restart)
7732 (prepare_for_testing): New.
7733 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7734 * gdb.base/return.exp: Likewise.
7735 * gdb.base/ending-run.exp: Likewise.
7736
7737 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
7738
7739 * gdb.mi/mi-async.exp: New test for asynchronous Machine
7740 Interface (MI) responses.
7741
7742 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
7743
7744 * gdb.cp/breakpoint.cc: New code to test conditions involving
7745 member variables.
7746 * gdb.cp/breakpoint.exp: Test condition involving member
7747 variables.
7748
7749 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
7750
7751 * lib/mi-support.exp (mi_expect_stop): New.
7752 (mi_run_cmd): Change the
7753 token. Use mi_send_resuming_command, use
7754 mi_expect_stop.
7755 (mi_execute_to_helper): Rename to mi_execute_to.
7756 (mi_send_resuming_command): Add more error patterns.
7757 (mi_wait_for_stop): Renamed to...
7758 (mi_get_stop_line): ...this.
7759 (mi_run_inline_test): Adjust.
7760
7761 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7762 * gdb.mi/mi-console.exp: Likewise.
7763 * gdb.mi/mi-pending.exp: Likewise.
7764 * gdb.mi/mi-simplerun.exp: Likewise.
7765 * gdb.mi/mi-stack.exp: Likewise.
7766 * gdb.mi/mi-stepi.exp: Likewise.
7767 * gdb.mi/mi-syn-frame.exp: Add comment.
7768 * gdb.mi/mi-until.exp: Likewise.
7769 * gdb.mi/mi-var-display.exp: Likewise.
7770 * gdb.mi/mi-watch.exp: Likewise.
7771 * gdb.mi/mi2-cli.exp: Likewise.
7772 * gdb.mi/mi2-console.exp: Likewise.
7773 * gdb.mi/mi2-simplerun.exp: Likewise.
7774 * gdb.mi/mi2-stack.exp: Likewise.
7775 * gdb.mi/mi2-stepi.exp: Likewise.
7776 * gdb.mi/mi2-until.exp: Likewise.
7777 * gdb.mi/mi2-var-display.exp: Likewise.
7778 * gdb.mi/mi2-watch.exp: Likewise.
7779
7780 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7781
7782 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7783
7784 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7785
7786 2008-04-04 Pedro Alves <pedro@codesourcery.com>
7787
7788 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7789 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7790 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7791 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7792 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7793 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7794 expect an mi error duplicated in stderr.
7795
7796 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7797
7798 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7799 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7800 Add a couple of tests that verify the behavior when the new setting
7801 is set to "cancel" and "all".
7802 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7803 "ask" before we start the testing.
7804
7805 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7806
7807 * gdb.cp/casts.cc: Add class reference variables.
7808 * gdb.cp/casts.exp: New test cases for up/down casting references.
7809
7810 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
7811
7812 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7813 instead of beginning to make an extra test pass.
7814 * gdb.mi/mi2-var-display.exp: Likewise.
7815
7816 2008-03-31 Maciej W. Rozycki <macro@mips.com>
7817
7818 * gdb.base/break.exp: Mark failures as such. Fix formatting.
7819
7820 2008-03-31 Markus Deuling <deuling@de.ibm.com>
7821 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7822
7823 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7824 value. Add xfail for older kernels.
7825
7826 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
7827
7828 Bring mi-support in line with gdb.exp.
7829 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7830 (mi_gdb_start): New function.
7831
7832 2008-03-28 Maciej W. Rozycki <macro@mips.com>
7833
7834 * gdb.mi/mi-var-cmd.exp: Fix a typo.
7835
7836 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7837
7838 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7839 * gdb.mi/mi2-var-display.exp: Likewise.
7840
7841 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7842
7843 * lib/mi-support.exp (mi_create_varobj_checked): New.
7844 (mi_list_varobj_children): Allow to check for a
7845 value.
7846 (mi_list_array_varobj_children): New.
7847
7848 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7849 and mi_list_varobj_children, as opposed to hardcoding
7850 expected strings.
7851 * gdb.mi/gdb701.exp: Likewise.
7852 * gdb.mi/gdb792.exp: Likewise.
7853 * gdb.mi/mi-var-block.exp: Likewise.
7854 * gdb.mi/mi-var-cmd.exp: Likewise.
7855 * gdb.mi/mi-var-invalidate.exp: Likewise.
7856 * gdb.mi/mi2-var-block.exp: Likewise.
7857 * gdb.mi/mi2-var-child.exp: Likewise.
7858 * gdb.mi/mi2-var-cmd.exp: Likewise.
7859 * gdb.mi/mi2-var-display.exp: Likewise.
7860
7861 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7862
7863 Fix random false FAILs on i386.
7864 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7865
7866 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7867
7868 PR gdb/544
7869 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7870
7871 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7872
7873 PR gdb/544
7874 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7875
7876 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7877
7878 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7879 fixed PR gdb/544.
7880
7881 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7882
7883 * gdb.threads/fork-child-threads.exp: Test next over fork.
7884
7885 2008-03-21 Chris Demetriou <cgd@google.com>
7886
7887 * gdb.base/break.exp (rbreak junk): New test for rbreak
7888 "Junk at end of arguments" issue.
7889
7890 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7891
7892 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7893 *& to work on created array elements.
7894 (Top level): Test print $pc with a file. Test string operations
7895 without a target.
7896 * gdb.base/ptype.exp: Do not expect *& to work on created array
7897 elements.
7898
7899 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7900
7901 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7902 gdb.threads/staticthreads.exp: Update exit query.
7903
7904 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
7905
7906 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7907
7908 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7909
7910 * gdb.base/watchpoint.c (global_ptr, func4): New.
7911 (main): Call func4.
7912 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7913 (test_inaccessible_watchpoint): New.
7914
7915 2008-02-29 Maciej W. Rozycki <macro@mips.com>
7916
7917 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7918 select the largest.
7919
7920 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7921
7922 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
7923 frames-invalid annotations.
7924
7925 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
7926
7927 * gdb.base/assign.exp: avoid same output for different tests.
7928
7929 2008-02-27 Doug Evans <dje@google.com>
7930
7931 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
7932 for bug 1738.
7933 (breakpoint_to_handler_entry): Ditto.
7934
7935 2008-02-27 Joel Brobecker <brobecker@adacore.com>
7936
7937 * gdb.base/ending-run.exp: Use the first line of code inside
7938 function body to test breakpoints.
7939 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
7940 location where the breakpoint is inserted when using the line
7941 where a function is declared. Fix typo in the description of
7942 one of the tests.
7943 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
7944
7945 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7946
7947 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
7948 tests.
7949
7950 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
7951
7952 * gdb.base/args.exp: avoid same output for tests
7953 with single quotes.
7954
7955 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
7956
7957 * gdb.base/annota1.exp: Adjust for 'info break'
7958 format changes.
7959 * gdb.base/annota3.exp: Likewise.
7960 * gdb.base/break.exp: Likewise.
7961 * gdb.base/condbreak.exp: Likewise.
7962 * gdb.base/pending.exp: Likewise.
7963 * gdb.base/sepdebug.exp: Likewise.
7964 * gdb.base/unload.exp: Likewise.
7965 * gdb.cp/ovldbreak.exp: Likewise.
7966 * gdb.mi/mi-pending.exp: Likewise.
7967
7968 2008-02-07 Doug Evans <dje@google.com>
7969
7970 * gdb.cp/mb-inline.exp: New.
7971 * gdb.cp/mb-inline.h: New.
7972 * gdb.cp/mb-inline1.cc: New.
7973 * gdb.cp/mb-inline2.cc: New.
7974
7975 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
7976
7977 * gdb.pascal/floats.pas: New test program.
7978 * gdb.pascal/floats.exp: New testcase.
7979
7980 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7981
7982 * gdb.base/callfuncs.c (t_float_many_args): New function.
7983 (t_double_many_args): New function.
7984 * gdb.base/callfuncs.exp: Add tests for exceeding float
7985 and double parameters passed through the stack.
7986
7987 2008-02-05 Joel Brobecker <brobecker@adacore.com>
7988
7989 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
7990 gdb.ada/complete/foo.adb: New files.
7991 * gdb.ada/complete.exp: New testcase.
7992
7993 2008-02-03 Doug Evans <dje@google.com>
7994
7995 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
7996
7997 * gdb.cp/gdb2384.exp: New file.
7998 * gdb.cp/gdb2384.cc: New file.
7999 * gdb.cp/gdb2384-base.h: New file.
8000 * gdb.cp/gdb2384-base.cc: New file.
8001
8002 2008-02-02 Doug Evans <dje@google.com>
8003
8004 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
8005
8006 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8007
8008 * gdb.ada/sym_print_name: New test program.
8009 * gdb.ada/sym_print_name.exp: New testcase.
8010
8011 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8012
8013 * gdb.ada/nested/hello.adb: New file.
8014 * gdb.ada/nested.exp: New testcase.
8015 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8016
8017 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8018
8019 * gdb.mi/basic.c (return_1): New function.
8020 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
8021 don't cause future evaluations of function to report
8022 creation of internal breakpoints.
8023
8024 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8025
8026 * gdb.mi/mi-break.exp (test_error): New.
8027 Call it.
8028
8029 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
8030
8031 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8032 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8033
8034 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8035
8036 * gdb.pascal/integers.pas: New test program.
8037 * gdb.pascal/integers.exp: New testcase.
8038
8039 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8040
8041 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8042
8043 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
8044
8045 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
8046 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
8047
8048 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
8049
8050 * gdb.ada/formatted_ref: New test program.
8051 * gdb.ada/formatted_ref.exp: New testcase.
8052
8053 * gdb.cp/formatted-ref.cc: New file.
8054 * gdb.cp/formatted-ref.exp: New testcase.
8055
8056 2008-01-30 Joel Brobecker <brobecker@adacore.com>
8057
8058 * gdb.base/ptype.exp: Add testing of "ptype $pc".
8059
8060 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8061
8062 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
8063 (test_file_list_exec_source_file): Update to new macro-info field.
8064
8065 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
8066
8067 * gdb.ada/exprs: New test program.
8068 * gdb.ada/exprs.exp: New testcase.
8069
8070 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8071
8072 * dfp-test.c (DELTA, DELTA_B): New definitions.
8073 (double_val1, double_val2, double_val3, double_val4, double_val5,
8074 double_val6, double_val7, double_val8, double_val9, double_val10,
8075 double_val11, double_val12, double_val13, double_val14, dec32_val1,
8076 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
8077 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
8078 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
8079 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
8080 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
8081 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
8082 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
8083 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
8084 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
8085 dec128_val16): New global variables.
8086 (decimal_dec128_align): New function.
8087 (decimal_mixed): Likewise.
8088 (decimal_many_args_dec32): Likewise.
8089 (decimal_many_args_dec64): Likewise.
8090 (decimal_many_args_dec128): Likewise.
8091 (decimal_many_args_mixed): Likewise.
8092 * dfp-test.exp: Add tests calling new inferior functions.
8093
8094 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8095
8096 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
8097 gdb.server/ext-run.exp: New files.
8098 * lib/gdbserver-support.exp (gdbserver_download): New.
8099 (gdbserver_start): New. Update gdbserver expected
8100 output.
8101 (gdbserver_spawn): Use them.
8102 (gdbserver_start_extended): New.
8103
8104 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8105
8106 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
8107 Run on GNU/Linux.
8108 (do_exec_tests): Check for systems which do not support catchpoints.
8109 Do not match START.
8110 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
8111 Run on GNU/Linux. Enable verbose output.
8112 (check_fork_catchpoints): New.
8113 (explicit_fork_child_follow, catch_fork_child_follow)
8114 (tcatch_fork_parent_follow): Update expected messages.
8115 (do_fork_tests): Use check_fork_catchpoints.
8116 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
8117 Run on GNU/Linux. Enable verbose output.
8118 (check_vfork_catchpoints): New.
8119 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
8120 expected messages.
8121 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
8122
8123 2008-01-29 Jim Blandy <jimb@red-bean.com>
8124
8125 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
8126 host' errors.
8127 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
8128
8129 2008-01-29 Jim Blandy <jimb@red-bean.com>
8130
8131 * gdb.threads/sigthread.c: Use barriers to ensure that
8132 child_thread and child_thread_two are always initialized before we
8133 start to use them.
8134
8135 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
8136
8137 * gdb.base/watchpoint-solib.exp: New.
8138 * gdb.base/watchpoint-solib.c: New.
8139 * gdb.base/watchpoint-solib-shr.c: New.
8140
8141 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
8142
8143 * gdb.base/gdb1056.exp: Add unsigned integer test.
8144
8145 2008-01-28 Doug Evans <dje@google.com>
8146
8147 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8148
8149 2008-01-27 Jim Blandy <jimb@codesourcery.com>
8150
8151 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8152
8153 * gdb.base/expand-psymtabs.exp: Doc fix.
8154
8155 2008-01-26 Mark Kettenis <kettenis@gnu.org>
8156
8157 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8158
8159 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
8160
8161 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
8162 -var-set-format.
8163
8164 2008-01-23 Chris Demetriou <cgd@google.com>
8165
8166 * gdb.threads/thread_events.c: New testcase source file.
8167 * gdb.threads/thread_events.exp: New testcase expect file.
8168
8169 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
8170
8171 * lib/gdb.exp: Add the variable octal.
8172
8173 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
8174 -var-set-format.
8175
8176 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8177 Vladimir Prus <vladimir@codesourcery.com>
8178
8179 * gdb.base/float.exp: Allow missing floating point for m68k and
8180 PowerPC.
8181
8182 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
8183
8184 * gdb.mi/basics.c: Setup for testing breakpoints
8185 ignore count.
8186 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8187 * gdb.mi/mi-cli.exp: Adjust.
8188 * gdb.mi/mi2-cli.exp: Adjust.
8189
8190 2008-01-17 Pedro Alves <pedro@codesourcery.com>
8191
8192 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8193 and 'dummy_ptr' integer pointer. Initialize struct_declarations
8194 with dummy_ptr's address.
8195 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8196 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8197 all targets.
8198 * gdb.mi/mi2-var-child.exp: Likewise.
8199
8200 2008-01-09 Joel Brobecker <brobecker@adacore.com>
8201
8202 * gdb.ada/null_array: New test program.
8203 * gdb.ada/null_array.exp: New testcase.
8204
8205 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8206
8207 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8208 with required float modifiers.
8209
8210 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8211
8212 * gdb.ada/funcall_param: New test program.
8213 * gdb.ada/funcall_param.exp: New testcase.
8214
8215 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8216
8217 * gdb.ada/arrayparam: New test program.
8218 * gdb.ada/arrayparam.exp: New testcase.
8219
8220 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8221
8222 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8223 landed. Should also fix random failures in the test following it.
8224
8225 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8226
8227 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8228 for expressions with decimal float values.
8229 (test_dfp_conversions): New function to test casts to and from
8230 decimal float types.
8231 Call test_dfp_conversions.
8232 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8233 elements.
8234 (main): Initialize ds.float4 and ds.double8 elements.
8235 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
8236 string to new error message.
8237 (d64_set_tests): Likewise.
8238 (d128_set_tests): Likewise.
8239 Add tests for expressions with decimal float variables. Add tests for
8240 conversions to and from decimal float types.
8241
8242 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8243
8244 * gdb.ada/packed_tagged/comp_bug.adb: New file.
8245 * gdb.ada/packed_tagged.exp: New testcase.
8246
8247 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8248
8249 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8250 gdb.ada/homonym/homonym_main.adb: New files.
8251 * gdb.ada/homonym.exp: New testcase.
8252
8253 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8254
8255 * gdb.ada/packed_array.exp: Add testing of references to
8256 a packed array.
8257
8258 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8259
8260 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8261 New files.
8262 * gdb.ada/type_coercion.exp: New testcase.
8263
8264 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8265
8266 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8267 gdb.ada/tagged/foo.adb: New file.
8268 * gdb.ada/tagged.exp: New testcase.
8269
8270 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8271
8272 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8273 gdb.ada/ptype_field/foo.adb: New files.
8274 * gdb.ada/ptype_field.exp: New testcase.
8275
8276 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8277
8278 * gdb.ada/print_pc.exp: New testcase.
8279
8280 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8281
8282 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8283 gdb.ada/taft_type/p.adb: New files.
8284 * gdb.ada/taft_type.exp: New testcase.
8285
8286 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8287
8288 * gdb.ada/array_bounds/bar.adb: New file.
8289 * gdb.ada/array_bounds.exp: New testcase.
8290
8291 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8292
8293 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
8294 gdb.ada/arrayptr/foo.adb: New files.
8295 * gdb.ada/arrayptr.exp: New testcase.
8296
8297 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8298
8299 * gdb.base/set-lang-auto.exp: New testcase.
8300
8301 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8302
8303 * gdb.ada/fun_addr/foo.adb: New file.
8304 * gdb.ada/fun_addr.exp: New testcase.
8305
8306 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8307
8308 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
8309 New files
8310
8311 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8312
8313 * array_subscript_addr/p.adb: New file.
8314 * array_subscript_addr.exp: New testcase.
8315
8316 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8317
8318 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
8319 New files.
8320 * gdb.ada/str_cmp_ref.exp: New testcase.
8321
8322 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8323
8324 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
8325 gdb.ada/fun_in_declare/foo.adb: New files.
8326 * gdb.ada/fun_in_declare.exp: New testcase.
8327
8328 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8329
8330 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
8331 gdb.ada/ref_param/pck.ads: New files.
8332 * gdb.ada/ref_param.exp: New testcase.
8333
8334 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8335
8336 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
8337 gdb.ada/interface/foo.adb: New files.
8338 * gdb.ada/interface.exp: New testcase.
8339
8340 2007-12-31 Jim Blandy <jimb@codesourcery.com>
8341
8342 * gdb.base/multi-forks.exp: Consume all output from child
8343 processes before proceeding to next test.
8344
8345 2007-12-29 Jim Blandy <jimb@codesourcery.com>
8346
8347 * configure: Regenerated.
8348
8349 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8350
8351 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8352 gdb.ada/fixed_cmp/fixed.adb: New files.
8353 * gdb.ada/fixed_cmp.exp: New testcase.
8354
8355 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8356
8357 * gdb.ada/boolean_expr.exp: New testcase.
8358
8359 2007-12-26 Jim Blandy <jimb@codesourcery.com>
8360
8361 * gdb.base/multi-forks.exp: Doc fix.
8362
8363 2007-12-26 Joel Brobecker <brobecker@adacore.com>
8364
8365 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8366 * gdb.ada/char_param.exp: Do not compile our test program with
8367 -gnata, this is unnecessary.
8368 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8369
8370 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8371
8372 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8373 gdb.ada/print_chars/foo.adb: New files.
8374 * gdb.ada/print_chars.exp: New testcase.
8375
8376 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8377
8378 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8379 gdb.ada/char_param/foo.adb: New files.
8380 * gdb.ada/char_param.exp: New testcase.
8381
8382 2007-12-22 Jim Blandy <jimb@codesourcery.com>
8383
8384 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8385 hard-coding source line numbers into the test.
8386 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8387 gdb_get_line_number to find.
8388
8389 2007-12-22 Joel Brobecker <brobecker@adacore.com>
8390
8391 * gdb.base/ptype.c (highest): New struct type.
8392 (the_highest): New variable of that type.
8393 (main): Add dummy assignment to a field of variable the_highest.
8394 * gdb.base/ptype.exp: Test type printing of our new variable.
8395
8396 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8397
8398 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8399 and record first explicitly generated thread number.
8400 Use that thread number for thread specific watchpoint test.
8401 Add iteration number to repetitive tests.
8402
8403 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8404 Jim Blandy <jimb@codesourcery.com>
8405
8406 * gdb.base/expand-psymtabs.c: New testcase
8407 source file.
8408 * gdb.base/expand-psymtabs.exp: New testcase
8409 expect file.
8410
8411 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8412
8413 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8414 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8415
8416 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8417
8418 * gdb.ada/frame_args/foo.adb: New file.
8419 * gdb.ada/frame_args/pck.ads: New file.
8420 * gdb.ada/frame_args/pck.adb: New file.
8421 * gdb.ada/frame_args.exp: New testcase.
8422
8423 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8424
8425 * gdb.base/frame-args.c: New file.
8426 * gdb.base/frame-args.exp: New testcase.
8427
8428 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8429 Joseph Myers <joseph@codesourcery.com>
8430
8431 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8432
8433 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8434
8435 * gdb.mi/mi-pending.exp: New.
8436 * gdb.mi/mi-pending.c: New.
8437 * gdb.mi/mi-pendshr.c: New.
8438
8439 2007-12-06 Jim Blandy <jimb@codesourcery.com>
8440
8441 * gdb.base/default.exp: Update expected output for 'info catch'.
8442
8443 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8444
8445 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8446 must be set to binary.
8447
8448 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8449
8450 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8451
8452 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8453
8454 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8455 gdb.mi/mi-file-transfer.exp: New.
8456
8457 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8458
8459 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8460
8461 2007-11-22 Maciej W. Rozycki <macro@mips.com>
8462
8463 * gdb.trace/backtrace.exp: Fix a typo.
8464 * gdb.trace/circ.exp: Likewise.
8465 * gdb.trace/collection.exp: Likewise.
8466 * gdb.trace/limits.exp: Likewise.
8467 * gdb.trace/report.exp: Likewise.
8468 * gdb.trace/tfind.exp: Likewise.
8469 * gdb.trace/while-dyn.exp: Likewise.
8470
8471 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
8472
8473 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8474 objects of pointers that can't be dereferenced are now
8475 "noneditable".
8476
8477 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8478
8479 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8480 (target_cpu): Remove.
8481
8482 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8483
8484 * gdb.base/ending-run.exp: Expect the list of cleared
8485 breakpoint to come in natural order, not the reversed one.
8486
8487 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8488
8489 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8490 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8491
8492 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8493
8494 * gdb.base/printcmds.exp: New function
8495 test_printf_with_dfp.
8496
8497 2007-11-02 Doug Evans <dje@google.com>
8498
8499 * gdb.disasm/t01_mov.s: Remove carriage returns.
8500 * gdb.disasm/t02_mova.s: Ditto.
8501 * gdb.disasm/t03_add.s: Ditto.
8502 * gdb.disasm/t04_sub.s: Ditto.
8503 * gdb.disasm/t05_cmp.s: Ditto.
8504 * gdb.disasm/t06_ari2.s: Ditto.
8505 * gdb.disasm/t07_ari3.s: Ditto.
8506 * gdb.disasm/t08_or.s: Ditto.
8507 * gdb.disasm/t09_xor.s: Ditto.
8508 * gdb.disasm/t10_and.s: Ditto.
8509 * gdb.disasm/t11_logs.s: Ditto.
8510 * gdb.disasm/t12_bit.s: Ditto.
8511 * gdb.disasm/t13_otr.s: Ditto.
8512
8513 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8514
8515 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8516
8517 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8518
8519 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8520 provide DFP support.
8521
8522 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8523
8524 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8525 Test "set powerpc vector-abi". Skip auto-detection tests for old
8526 toolchains.
8527
8528 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8529
8530 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8531 with [string compare].
8532
8533 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8534
8535 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8536 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8537
8538 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
8539
8540 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8541 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8542 * gdb.opt/Makefile.in: New makefile.
8543 * Makefile.in: Create new directory "gdb.opt".
8544 * configure.ac: Add "gdb.opt" directory.
8545 * configure: Regenerated.
8546
8547 2007-10-25 Doug Evans <dje@google.com>
8548
8549 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8550 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8551
8552 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
8553 Thiago Jung Bauermann <bauerman@br.ibm.com>
8554
8555 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8556 Floating Point expressions.
8557 * gdb.base/dfp-test.exp: new file adding tests for Decimal
8558 Floating Point variables.
8559 * gdb.base/dfp-test.c: new file containing program with Decimal
8560 Floating variables, used by gdb.base/dfp-test.exp.
8561
8562 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8563
8564 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8565
8566 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8567
8568 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8569 compiling test case with GCC.
8570 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8571
8572 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8573
8574 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8575 format changes.
8576
8577 2007-10-18 Michael Snyder <msnyder@specifix.com>
8578
8579 * gdb.base/dbx.exp: Add missing "-re " operator.
8580
8581 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8582
8583 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8584 * configure.ac: Removed trailing spaces after backslash.
8585 * gdb.modula2: New directory.
8586 * gdb.modula2/Makefile.in: New file.
8587 * gdb.modula2/unbounded-array.exp: New file.
8588 * gdb.modula2/unbounded1.c: New file.
8589
8590 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8591
8592 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8593
8594 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
8595
8596 * gdb.base/sigstep.c (main): Add checks for
8597 return values for setitimer call.
8598 Call setitimer again with itimer = ITIMER_REAL
8599 if first call to setitimer fails.
8600
8601 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8602
8603 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8604 of $timeout.
8605
8606 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8607
8608 * gdb.server/server-run.exp: Test for dynamic linker symbols.
8609
8610 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
8611
8612 * lib/gdb.exp (gdb_run_cmd): Move comment outside
8613 of gdb_expect call, to avoid interruption.
8614
8615 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
8616
8617 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8618 (v_unsigned_long_long, v_long_long_array)
8619 (v_signed_long_long_array, v_unsigned_long_long_array)
8620 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8621 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8622 [!NO_LONG_LONG]: New.
8623 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8624 v_long_long_member.
8625
8626 (v_long_long_func, v_signed_long_long_func)
8627 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8628 (main) [!NO_LONG_LONG]: Initialize long long variants.
8629
8630 * gdb.base/whatis.exp: If board file requests no_long_long, build
8631 test with NO_LONG_LONG defined. Test long long, signed long long,
8632 and unsigned long long variants but only if board file doesn't
8633 disable it.
8634
8635 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
8636 Daniel Jacobowitz <dan@codesourcery.com>
8637
8638 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8639 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8640 * configure: Regenerated.
8641 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8642 gdb.pascal/types.exp, lib/pascal.exp: New files.
8643
8644 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
8645
8646 * gdb.cp/classes.exp (do_tests): Always step to the line after the
8647 call.
8648 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8649 to return to the call.
8650 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8651 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8652 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8653 * gdb.mi/mi-until.exp (test_until): Likewise.
8654 * gdb.mi/mi2-until.exp (test_until): Likewise.
8655
8656 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
8657
8658 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8659 two-char array.
8660 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8661
8662 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8663
8664 * gdb.threads/watchthreads.c (thread_function): Sleep between
8665 iterations.
8666 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8667 at once for S/390. Generate matching fails and passes.
8668
8669 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
8670
8671 * gdb.mi/var-cmd.c (do_children_tests): Initialize
8672 the 'struct_declarations' variable to zeros.
8673
8674 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
8675
8676 * gdb.cp/mb-ctor.cc: New.
8677 * gdb.cp/mb-ctor.exp: New.
8678 * gdb.cp/mb-templates.cc: New.
8679 * gdb.cp/mb-templates.exp: New.
8680
8681 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
8682
8683 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8684
8685 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
8686
8687 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8688 targets.
8689 * configure: Regenerate.
8690
8691 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
8692
8693 * gdb.base/annota1.exp: Adjust for 'info break'
8694 format changes.
8695 * gdb.base/annota3.exp: Likewise.
8696 * gdb.base/break.exp: Likewise.
8697 * gdb.base/condbreak.exp: Likewise.
8698 * gdb.base/pending.exp: Likewise.
8699 * gdb.base/sepdebug.exp: Likewise.
8700 * gdb.base/unload.exp: Likewise.
8701 * gdb.base/ovldbreak.exp: Likewise.
8702
8703 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
8704
8705 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8706 messages.
8707 * gdb.base/chng-syms.exp: Likewise.
8708 * gdb.base/unload.exp: Likewise.
8709
8710 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
8711
8712 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8713
8714 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8715
8716 * schedlock.c (NUM): Change to 1.
8717 (main): Use args[0] for the main thread.
8718 * schedlock.exp: Only expect two threads. Only issue one pass or fail
8719 regardless of the number of threads.
8720
8721 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8722
8723 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8724 type down.
8725 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8726 test.
8727 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8728 watchpoint type down.
8729 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8730 test.
8731
8732 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8733
8734 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8735 Move all the tests here and run them twice, once using software
8736 watchpoints and once using hardware watchpoints.
8737 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8738
8739 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
8740
8741 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8742 test.
8743
8744 2007-09-10 Mark Kettenis <kettenis@gnu.org>
8745
8746 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8747 build-id.
8748
8749 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8750 know about $ORIGIN. Calculate output dir from $dest instead of
8751 using ${objdir}/{$subdir}.
8752
8753 2007-09-09 Mark Kettenis <kettenis@gnu.org>
8754
8755 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8756 gcore, before continuing with the test.
8757
8758 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
8759
8760 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8761 * gdb.mi/mi-watch.exp: Likewise.
8762
8763 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8764 Jim Blandy <jimb@codesourcery.com>
8765
8766 * gdb.arch/i386-sse.exp: Do not expect character constants.
8767 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8768 * gdb.base/display.exp: Allow print/s.
8769 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8770 and unsigned char array changes.
8771
8772 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8773
8774 * gdb.base/display.exp: Add tests for printf %p.
8775
8776 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8777
8778 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8779 the dll name to unicode.
8780
8781 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8782
8783 * gdb.base/default.exp (show version): Update the version text.
8784 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8785
8786 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8787
8788 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8789 New files.
8790
8791 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8792
8793 * lib/gdb.exp (build_id_debug_filename_get): New function.
8794 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8795 Remove the generate DEBUG file for the future testcase runs.
8796 New testcase for the NT_GNU_BUILD_ID retrieval.
8797 Move the final testing step to ...
8798 (test_different_dir): ... a new function.
8799 New parameter XFAIL to XFAIL all the tests performed.
8800 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8801 New parameter TYPE to PF_PREFIX all the tests performed.
8802
8803 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8804
8805 * gdb.mi/mi-var-cp.cc (path_expression): New
8806 function.
8807 * gdb.mi/mi-var-cp.exp: Run path exression tests.
8808
8809 2007-08-27 Markus Deuling <deuling@de.ibm.com>
8810
8811 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8812 to fit into SPU Local Store memory.
8813
8814 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8815
8816 * gdb.base/default.exp: Adjust the expected output of "info
8817 warranty" after the switch to GPLv3.
8818
8819 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8820
8821 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8822 to 30000 (from 20000).
8823
8824 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8825
8826 Switch the license of all .exp files to GPLv3.
8827 Switch the license of all .f and .f90 files to GPLv3.
8828 Switch the license of all .s and .S files to GPLv3.
8829
8830 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8831
8832 * configure.ac: Switch license to GPLv3.
8833
8834 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8835
8836 Switch the licensing to GPLv3 for all .ads and .adb files.
8837
8838 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
8839
8840 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8841 and t_int_double.
8842 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8843
8844 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8845
8846 * gdb.base/step-line.c: Switch license to GPL version 3, and
8847 update copyright year.
8848 * gdb.base/step-line.inp: Likewise.
8849
8850 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8851
8852 * gdb.base/gdb1555.exp: Make expected output immune to formatting
8853 changes inside gdb1555.c.
8854 * gdb.base/pending.exp: Likewise.
8855
8856 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
8857
8858 * config/default.exp: New file.
8859
8860 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8861
8862 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8863 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8864
8865 2007-07-30 Maciej W. Rozycki <macro@mips.com>
8866
8867 * gdb.base/dump.exp: Force the correct endianness for binary
8868 formats not carrying this information.
8869
8870 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8871
8872 * gdb.threads/staticthreads.exp: Match .*sem_post.
8873
8874 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8875
8876 * gdb.base/readline.exp (operate_and_get_next): Match the final
8877 prompt.
8878
8879 2007-07-23 Kevin Buettner <kevinb@redhat.com>
8880
8881 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8882 to restarting SID.
8883
8884 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8885
8886 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8887 prior to `gdb_start'.
8888
8889 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8890
8891 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
8892 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8893 Remove call to gdb_unload.
8894
8895 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8896 Daniel Jacobowitz <dan@codesourcery.com>
8897
8898 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8899 for __WIN32__.
8900 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
8901 * gdb.base/unload.exp: Use shared library test routines.
8902
8903 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8904
8905 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8906 * gdb.base/solib-symbol-lib.c: Likewise.
8907 * gdb.base/solib-symbol-main.c: Likewise.
8908
8909 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8910
8911 * config/gdbserver.exp (gdb_reconnect): New.
8912 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8913 gdb.base/solib-disc.exp: New files.
8914 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8915 remote debugging".
8916 (gdb_compile): Add shlib_load flag.
8917 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8918 port.
8919 (gdbserver_reconnect): New.
8920
8921 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
8922 Daniel Jacobowitz <dan@codesourcery.com>
8923
8924 * gdb.base/annota3.exp: Test for if construct.
8925
8926 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
8927
8928 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
8929
8930 2007-06-21 Chris Dearman <chris@mips.com>
8931 Maciej W. Rozycki <macro@mips.com>
8932
8933 * gdb.base/display.exp: Allow a newline after display/i.
8934 * gdb.base/pc-fp.exp: Likewise.
8935 * gdb.base/sigbpt.exp: Likewise.
8936
8937 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8938
8939 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
8940 required features to be included.
8941
8942 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8943
8944 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
8945 in info threads output.
8946
8947 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8948 Markus Deuling <deuling@de.ibm.com>
8949
8950 * gdb.arch/spu-info.exp: New testcase.
8951 * gdb.arch/spu-info.c: New file.
8952
8953 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
8954
8955 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
8956 tpcs_offset. Restore lr after the call.
8957 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
8958
8959 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
8960
8961 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
8962 (gdbserver_run): Kill any running gdbserver.
8963 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
8964
8965 2007-05-17 Maciej W. Rozycki <macro@mips.com>
8966
8967 * gdb.base/sigbpt.exp: Preset segv_addr.
8968
8969 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
8970
8971 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
8972 (gdb_compile_shlib): Likewise.
8973 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
8974 (default_gdb_init): Clear cleanfiles.
8975 (gdb_finish): Delete recorded cleanfiles.
8976 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
8977
8978 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
8979 Do not use isnative.
8980 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
8981 gdb.base/so-impl-ld.exp: Likewise.
8982 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
8983 * gdb.base/unload.exp: Likewise. Do not pass empty option to
8984 gdb_compile.
8985
8986 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
8987
8988 * config/unknown.exp: Remove.
8989
8990 2007-05-15 Markus Deuling <deuling@de.ibm.com>
8991
8992 * gdb.base/info-proc.exp: Check is_remote.
8993
8994 2007-05-14 Markus Deuling <deuling@de.ibm.com>
8995
8996 * gdb.base/gcore.exp: Initialize variable core_supported.
8997
8998 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
8999
9000 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
9001
9002 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9003
9004 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
9005 * gdb.threads/print-threads.exp (test_all_threads): Allow
9006 negative and hexadecimal thread IDs.
9007
9008 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9009
9010 * gdb.java/jprint.java (public): Avoid invalid call to static
9011 method.
9012
9013 2007-05-14 Denis Pilat <denis.pilat@st.com>
9014
9015 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
9016 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
9017 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9018 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
9019 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
9020
9021 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9022
9023 * gdb.base/overlays.exp: Add support for targets with only code
9024 overlay support, not data overlay. Support spu-*-* target in
9025 this mode.
9026 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9027 * gdb.base/spu.ld: New file.
9028
9029 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9030
9031 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9032
9033 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9034
9035 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9036
9037 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9038
9039 * gdb.java/jmain.exp: Handle demangled names with and without method
9040 signatures.
9041
9042 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9043
9044 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9045 (have_a_very_merry_interrupt): Remove calls to puts.
9046 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
9047 inferior output.
9048 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
9049 test names.
9050
9051 2007-04-29 Markus Deuling <deuling@de.ibm.com>
9052 Daniel Jacobowitz <dan@codesourcery.com>
9053
9054 * gdb.base/auxv.exp (core_works): Also check is_remote.
9055 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
9056
9057 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
9058
9059 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
9060 message, not the undefined 'module' variable.
9061 * gdb.base/siginfo.exp: Likewise.
9062 * gdb.base/sigstep.exp: Likewise.
9063 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
9064 serialport.
9065 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
9066
9067 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
9068
9069 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
9070 target sim fails. Return 0 otherwise.
9071 (gdb_load): Return prematurely if gdb_target_sim fails.
9072
9073 2007-04-16 Denis Pilat <denis.pilat@st.com>
9074
9075 * gdb.base/setshow.exp: Reset height after having set it to 100.
9076
9077 2007-04-16 Denis Pilat <denis.pilat@st.com>
9078
9079 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
9080
9081 2007-04-16 Denis Pilat <denis.pilat@st.com>
9082
9083 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
9084
9085 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
9086
9087 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
9088 tests. Run the frozen varobjs test.
9089 * gdb.mi/var-cmd.c (do_frozen_tests): New.
9090 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
9091
9092 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9093
9094 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
9095 gdb.base/type-opaque.exp: New files.
9096
9097 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
9098
9099 * gdb.mi/mi-var-child.c
9100 (do_children_tests): User char[2] instead of
9101 char so that automatic printing of pointers to char
9102 don't give unpredicable result.
9103 * gdb.mi/var-cmd.c (do_locals_test): Initialize
9104 local variables.
9105 * gdb.mi/mi-var-child.exp: Step to right line
9106 of do_children_tests.
9107 * gdb.mi/mi2-var-child.exp: Likewise.
9108 * gdb.mi/mi-var-cmd.exp: Step to right line of
9109 do_locals_tests.
9110 (do_children_tests): User char[2] instead of
9111 char so that automatic printing of pointers to char
9112 don't give unpredicable result.
9113 * gdb.mi/mi2-var-cmd.exp: Likewise.
9114 * lib/mi-support.exp (mi_continue_to_line):
9115 Pass test name to mi_wait_for_stop.
9116
9117 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9118
9119 * gdb.asm/asm-source.exp: Remove d10v case.
9120 * lib/gdb.exp (skip_cplus_tests): Likewise.
9121 * gdb.asm/d10v.inc: Deleted.
9122
9123 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9124
9125 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
9126
9127 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9128
9129 * config/netware.exp: Delete file.
9130
9131 2007-03-29 Joel Brobecker <brobecker@adacore.com>
9132
9133 * gdb.dwarf2/dw2-noloc.S: New file.
9134 * gdb.dwarf2/dw2-noloc.exp: New file.
9135
9136 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9137
9138 * gdb.cp/method2.cc: New test.
9139 * gdb.cp/method2.exp: New test.
9140 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9141
9142 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9143
9144 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9145
9146 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9147
9148 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9149
9150 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9151
9152 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9153 (gdb_load): Delete, replace with...
9154 (gdb_reload): ...this.
9155 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9156 * gdb.server/server-mon.exp: Likewise.
9157 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9158 (gdb_start_cmd): New.
9159 (gdb_file_cmd): Save the last loaded file.
9160 (gdb_reload): New.
9161 (gdb_gnu_strip_debug): Use transform.
9162 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9163 support here. Use new $last_loaded_file. Check mtime.
9164 (gdb_target_cmd): Handle ObjC failure case.
9165 (infer_host_exec): Delete.
9166 (gdbserver_load): Rename to...
9167 (gdbserver_run): ...this. Simplify.
9168 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9169 (mi_gdb_load): Move most contents to a new function...
9170 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
9171 (mi_run_cmd): Use mi_gdb_target_load.
9172 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9173 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9174 Use gdb_run_cmd.
9175 * gdb.base/charsign.exp: Remove incorrect comment.
9176 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9177 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9178 gdb.base/start.exp: Use gdb_start_cmd.
9179
9180 2007-03-23 Nigel Stephens <nigel@mips.com>
9181 Maciej W. Rozycki <macro@mips.com>
9182
9183 * gdb.base/sigbpt.exp: Fix the message when skipping test.
9184 * gdb.base/signull.exp: Similarly.
9185
9186 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9187
9188 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9189 messages available to test cases (like chng-sym.exp).
9190
9191 2007-03-14 Andreas Schwab <schwab@suse.de>
9192
9193 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9194 format changes.
9195
9196 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9197
9198 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9199 (optimized_1): New.
9200 (main): Call optimized_1.
9201 (gdb2029): Correct typos. Call gdb2029_marker.
9202 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
9203 for gdb2029.
9204
9205 2007-03-12 Mark Kettenis <kettenis@gnu.org>
9206
9207 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9208 as tabs. Remove redundant test pattern.
9209
9210 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9211
9212 * gdb.base/long_long.exp: Accept optional symbol name in <...>
9213 for /a format output.
9214
9215 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
9216
9217 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9218 collect output incrementally.
9219
9220 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9221
9222 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9223 for -var-create lpcharacter test.
9224 * gdb.mi/mi2-var-cmd.exp: Likewise.
9225
9226 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9227
9228 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9229 pass on targets where address zero is readable.
9230
9231 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9232
9233 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9234 just a single architecture.
9235
9236 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9237
9238 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9239 (fetch_all_registers): New function, uses gdb_test_multiple and
9240 exp_continue to fetch inferior output line-by-line.
9241 Replace all uses of do_get_all_registers by fetch_all_registers.
9242
9243 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9244
9245 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9246 in target_info.
9247
9248 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9249
9250 * gdb.threads/manythreads.exp: Use $message string for
9251 consistancy; add a default (timeout) case.
9252
9253 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9254
9255 * gdb.base/watchpoint.exp: Fix truncated comment.
9256
9257 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9258
9259 * Makefile.in: Remove spurious single-quotes from sed command.
9260
9261 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9262
9263 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
9264 func.
9265 * gdb.mi/mi2-var-cmd.exp: Likewise.
9266
9267 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9268
9269 * gdb.dwarf2/dw2-producer.S: New file.
9270 * gdb.dwarf2/dw2-producer.exp: New testcase.
9271
9272 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
9273
9274 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9275 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9276 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9277 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9278 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9279 Revert tests to use mi_gdb_test and include value field in output
9280 of -var-create.
9281
9282 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9283
9284 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9285
9286 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9287
9288 * gdb.base/maint.exp: Remove full paths from test names.
9289 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
9290 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
9291
9292 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9293
9294 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
9295
9296 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9297
9298 * gdb.server/server-mon.exp: New test.
9299
9300 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9301
9302 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
9303
9304 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9305
9306 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
9307 register capitalization.
9308
9309 2007-02-13 Denis Pilat <denis.pilat@st.com>
9310
9311 * gdb.mi/mi-var-invalidate.exp: New file.
9312
9313 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9314
9315 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
9316
9317 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9318
9319 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
9320
9321 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9322
9323 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
9324 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
9325
9326 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
9327
9328 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9329 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9330 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9331 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9332 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9333 * gdb.mi/gdb792.exp, lib/mi-support.exp:
9334 Update tests to include value field in output of -var-create.
9335
9336 2007-02-08 Andreas Schwab <schwab@suse.de>
9337
9338 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
9339
9340 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9341
9342 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
9343 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9344
9345 2007-02-02 Denis Pilat <denis.pilat@st.com>
9346
9347 * gdb.threads/threadapply.exp: check that frame is not changed by
9348 the thread apply all command.
9349
9350 2007-01-31 Andreas Schwab <schwab@suse.de>
9351
9352 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9353
9354 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9355 in the dwarf sections.
9356 * gdb.dwarf2/mac-fileno.S: Likewise.
9357
9358 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9359 bspstore register on ia64.
9360
9361 2007-01-29 Andreas Schwab <schwab@suse.de>
9362
9363 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9364 "frame-begin" annotation.
9365
9366 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9367 number of "frames-invalid" annotations.
9368
9369 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9370
9371 * gdb.base/commands.exp: Call if_commands_test.
9372 (gdb_test_no_prompt, if_commands_test): New.
9373
9374 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9375
9376 * gdb.threads/sigthread.c (NSIGS): Make bigger.
9377
9378 2007-01-27 Andreas Schwab <schwab@suse.de>
9379
9380 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9381 .short/.int/.quad in the dwarf sections.
9382 * gdb.dwarf2/dw2-intercu.S: Likewise.
9383 * gdb.dwarf2/dw2-intermix.S: Likewise.
9384
9385 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9386
9387 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9388 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9389 array.
9390 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9391 * gdb.base/setvar.exp: Likewise.
9392
9393 2007-01-26 Andreas Schwab <schwab@suse.de>
9394
9395 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9396 test.
9397
9398 * gdb.base/multi-forks.exp ("restart $i"): Also match
9399 __kernel_syscall_via_break.
9400
9401 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9402
9403 * lib/mi-support.exp (mi_delete_varobj): New.
9404 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9405 testcase.
9406 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9407 (main): Call the above.
9408 (reference_update_test, base_in_reference_test)
9409 (reference_to_pointer): Delete the created varobjs.
9410
9411 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9412
9413 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9414 * configure: Regenerated.
9415 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9416 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9417 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9418 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9419 * lib/gdb.exp (gdb_skip_xml_test): New function.
9420
9421 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9422
9423 * gdb.base/sigrepeat.exp: Correct error message.
9424
9425 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9426 Daniel Jacobowitz <dan@codesourcery.com>
9427
9428 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9429 gdb.arch/i386-gnu-cfi-asm.S: New files.
9430
9431 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9432
9433 * lib/gdb.exp: Abort on missing `site.exp'.
9434
9435 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9436 Daniel Jacobowitz <dan@codesourcery.com>
9437
9438 * gdb.base/included.c, gdb.base/included.exp,
9439 gdb.base/included.h: New files.
9440
9441 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9442
9443 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9444 (maximize_rlimit): Reduce limits on 64-bit systems.
9445
9446 2007-01-19 Mark Kettenis <kettenis@gnu.org>
9447
9448 From Marcus Deuling <deuling@de.ibm.com>:
9449 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9450 every case.
9451
9452 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
9453
9454 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9455 (test_path_specification): Use objdir instead of srcdir to always
9456 get an absolute filename.
9457
9458 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9459
9460 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9461
9462 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9463
9464 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9465 Make sure the variable we're using is in scope.
9466 (reference_to_pointer): Likewise.
9467
9468 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9469
9470 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9471 has no debug information.
9472
9473 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9474
9475 * gdb.base/annota1.exp: Remove extra send_gdb.
9476
9477 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9478
9479 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9480
9481 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9482
9483 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9484
9485 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
9486 Daniel Jacobowitz <dan@codesourcery.com>
9487
9488 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9489 lcharacter or linteger change. Correct duplicated test name.
9490 * gdb.mi/mi2-var-cmd.exp: Likewise.
9491
9492 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9493
9494 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9495
9496 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9497
9498 * gdb.base/nofield.c: New file.
9499 * gdb.base/nofield.exp: New testcase.
9500
9501 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9502
9503 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9504
9505 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9506 test.
9507
9508 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9509
9510 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9511
9512 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9513
9514 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9515 when continuing.
9516
9517 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9518
9519 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9520 Expect ".exe" extension.
9521
9522 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9523
9524 * gdb.base/charset.exp: Add explicit filename to break.
9525 * gdb.base/dbx.exp: Add explicit filename to breaks.
9526
9527 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9528
9529 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9530 * gdb.mi/mi2-file.exp: Likewise.
9531
9532 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9533
9534 Implement specification of MI tests as comments
9535 in C and C++ sources.
9536 * lib/mi-support.exp (mi_autotest_data): New variable.
9537 (mi_autotest_source): New variable.
9538 (count_newlines, mi_prepare_inline_tests)
9539 (mi_get_inline_test, mi_continue_to_line)
9540 (mi_run_inline_test, mi_tbreak)
9541 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9542 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9543 Run inline tests.
9544 * gdb.mi/mi-var-cp.cc: Define tests here.
9545
9546 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9547
9548 Simplify usage of mi_continue_to.
9549 * lib/mi-support.exp (mi_runto_helper): Renamed
9550 from mi_runto, added new parameter 'run_or_continue'.
9551 (mi_runto): Use mi_runto_helper.
9552 (mi_continue_to): Accept just function name as parameter.
9553 Use mi_runto_helper.
9554 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9555 * gdb.mi/mi2-var-cmd.exp: Likewise.
9556
9557 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9558
9559 Make this testcase a bit more realistic. The current code
9560 is too simplistic, and allows the compiler to optimize out
9561 some of the entities we need for this testcase.
9562 * gdb.ada/null_record/bar.ads (Void_Star): New type.
9563 (Do_Nothing): Add extra parameter.
9564 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9565 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9566 by using a variable of type Void_Star.
9567
9568 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9569
9570 * gdb.ada/catch_ex/foo.adb: New file.
9571 * gdb.ada/catch_ex.exp: New testcase.
9572
9573 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9574
9575 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9576 pass --image-base to linker.
9577
9578 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9579 Daniel Jacobowitz <dan@codesourcery.com>
9580
9581 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
9582 secondary prompts.
9583
9584 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9585
9586 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9587 output. Test the types of members and member pointers.
9588 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9589 gdb/2092.
9590 * gdb.cp/member-ptr.exp: Search for a comment instead of a
9591 statement. Enable for GCC. Update expected output for some tests
9592 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
9593 layout.
9594 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9595 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9596 (Diamond::vget_base): New.
9597 (main): Add new tests.
9598 * gdb.cp/printmethod.exp: Update expected output for member functions.
9599 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9600 print pEe->D::vg().
9601
9602 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9603
9604 * gdb.threads/tls.exp: Allow stops in sem_post.
9605
9606 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
9607
9608 * gdb.base/annota1.exp: Allow .*printf in backtraces.
9609 * gdb.base/annota3.exp: Likewise.
9610 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9611 again (instead of timing out).
9612 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9613 GCC bug 26475.
9614 * gdb.java/jmisc.exp: Adjust to work with method signatures including
9615 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
9616 test from jmisc1.exp.
9617 * gdb.java/jmisc1.exp: Delete.
9618 * gdb.java/jprint.exp: Adjust to work with method signatures including
9619 return types.
9620 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9621 * gdb.threads/linux-dp.exp: Don't be confused by program output.
9622 * lib/java.exp (compile_java_from_source): Pass the correct type
9623 to target_compile.
9624
9625 2006-12-31 Joel Brobecker <brobecker@adacore.com>
9626
9627 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9628 (stack_align_edx): New function.
9629 (stack_align_eax): New function.
9630 (main): Add calls to stack_align_edx and stack_align_eax.
9631 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9632 Add testing for the cases where the register used during a stack
9633 realignment is edx. Same for eax.
9634
9635 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
9636
9637 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9638 and generic PE targets.
9639
9640 2006-12-29 Joel Brobecker <brobecker@adacore.com>
9641
9642 * gdb.ada/array_return.exp: Update copyright date list.
9643
9644 2006-12-27 Joel Brobecker <brobecker@adacore.com>
9645
9646 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9647 (Create_Small_Float_Vector): New function.
9648 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9649 function body.
9650 * gdb.ada/array_return/p.adb: Use new type and function from
9651 package Pck.
9652 * gdb.ada/array_return.exp: Add a test verifying that GDB is
9653 able to print the value returned by a function returning an
9654 array of float.
9655
9656 2006-12-20 Joel Brobecker <brobecker@adacore.com>
9657
9658 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9659 The associated tests should be PASSing.
9660
9661 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9662
9663 Test for base in references.
9664 * gdb.mi/mi-var-cp.cc: Add test code.
9665 * gdb.mi/mi-var-cp.exp: Test for bases in references.
9666 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9667 * gdb.mi/mi2-watch.exp: Likewise.
9668 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9669 (mi_list_varobj_children): New function.
9670
9671 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9672
9673 * lib/mi-support.exp
9674 (mi_runto): Accept "()" after function name.
9675 (mi_create_varobj): New function.
9676 (mi_varobj_update): New function.
9677 (mi_Check_varobj_value): New function.
9678 * gdb.mi/mi-var-cp.exp: New file.
9679 * gdb.mi/mi-var-cp.cc: New file.
9680
9681 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
9682
9683 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9684 gdb.base/weaklib2.c: New files.
9685
9686 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
9687
9688 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9689 info. Adjust test names.
9690
9691 * gdb.base/break.c (main): Move position of malloc.
9692 * gdb.base/break.exp: Revert mistaken checkin.
9693
9694 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
9695
9696 * gdb.mi/mi-var-cmd.exp: Check -var-update after
9697 assignement of arrays and function pointers.
9698 * gdb.mi/var-cmd.c: Add declaration necessary for above
9699 tests.
9700
9701 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9702
9703 * gdb.base/break.c (main): Call malloc.
9704
9705 * gdb.threads/linux-dp.exp: Read thread table before and after
9706 creating each philosopher and verify it.
9707
9708 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9709 Paul Brook <paul@codesourcery.com>
9710 Daniel Jacobowitz <dan@codesourcery.com>
9711
9712 * gdb.base/ending-run.exp: Flatten expect script stepping out of
9713 main to remove duplication. Add start function of the form
9714 '_*start[1-9]*'. Add RVDS start function.
9715
9716 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9717
9718 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9719
9720 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9721
9722 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9723 * gdb.asm/spu.inc: New file.
9724 * gdb.base/term.exp: Disable if [target_info exists noargs].
9725 * gdb.gdb/complaints.exp: Disable if ![isnative].
9726 * gdb.gdb/selftest.exp: Likewise.
9727 * gdb.gdb/observer.exp: Likewise.
9728 * gdb.gdb/xfullpath.exp: Likewise.
9729 * gdb.base/attach.exp: Disable on SPU target.
9730 * gdb.cp/bs145503.exp: Likewise.
9731 * gdb.cp/exception.exp: Likewise.
9732 * gdb.cp/userdef.exp: Likewise.
9733
9734 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9735
9736 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9737
9738 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
9739
9740 * gdb.base/completion.exp: Fix completion tests for
9741 'info' and 'info '.
9742 * gdb.base/help.exp (help_test_raw, test_class_help)
9743 (test_prefix_command_help): Move...
9744 * lib/gdb.exp: Here.
9745 * gdb.base/main.exp: Adjust.
9746 * gdb.cp/maint.exp: Adjust.
9747 * gdb.trace/tracecmd.exp: Use test_help_class.
9748
9749 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9750
9751 * gdb.stabs/weird.exp (print_weird_var): Use
9752 gdb_test_multiple instead of gdb_expect.
9753
9754 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9755
9756 * gdb.base/help.exp (help_test_raw): New.
9757 (test_class_help): New.
9758 (test_prefix_command_help): New.
9759 Adjust testcases.
9760
9761 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
9762
9763 * gdb.base/constvars.c (main): Write to crass and crips, so that
9764 they are allocated by the compiler.
9765
9766 2006-10-27 Andreas Schwab <schwab@suse.de>
9767
9768 * gdb.base/multi-forks.exp: Use "detach fork" instead of
9769 "detach-fork".
9770
9771 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
9772
9773 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9774 of patterns.
9775
9776 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9777
9778 * gdb.base/sepdebug.exp: Remove debug format test.
9779 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9780 Handle no-symtab.
9781 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9782
9783 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9784
9785 * gdb.threads/manythreads.c (thread_function, main): Don't cast
9786 int to pointer or pointer to int.
9787 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9788
9789 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
9790
9791 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9792
9793 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9794
9795 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9796
9797 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9798
9799 PR c++/2116
9800 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9801
9802 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9803
9804 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9805 the corresponding bug has been fixed in GDB (PR/2018).
9806
9807 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9808
9809 * gdb.base/subst.exp: New testcase.
9810
9811 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9812
9813 * gdb.ada/array_return/pck.ads: Add copyright notice.
9814 * gdb.ada/array_return/pck.adb: Likewise.
9815 * gdb.ada/array_return/p.adb: Likewise.
9816 * gdb.ada/exec_changed/first.adb: Likewise.
9817 * gdb.ada/exec_changed/second.adb: Likewise.
9818
9819 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9820
9821 * gdb.ada/watch_arg/watch.adb: New file.
9822 * gdb.ada/watch_arg.exp: New testcase.
9823
9824 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
9825
9826 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
9827 via string_to_regexp.
9828 * gdb.mi/mi2-basics.exp: Likewise.
9829
9830 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
9831
9832 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9833 Remove unused / obsolete files.
9834
9835 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
9836
9837 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9838
9839 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
9840
9841 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9842 HIGH_FRAME argument to -stack-list-arguments can be larger than
9843 the number of frames.
9844
9845 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
9846
9847 * gdb.base/args.c (main): Add breakpoint marker.
9848 * gdb.base/args.exp: Use args_test for tests. Add new tests which
9849 really test empty arguments.
9850 (args_load): Delete.
9851 (args_test): New.
9852
9853 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
9854
9855 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
9856 check for one file.
9857
9858 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
9859
9860 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9861 HIGH_FRAME argument to -stack-list-locals can be larger than
9862 the number of frames.
9863
9864 2006-08-18 Fred Fish <fnf@specifix.com>
9865
9866 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9867 '$' in front of skip_vmx_tests_saved when setting that.
9868
9869 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
9870
9871 * gdb.base/trace-commands.exp: New file.
9872
9873 2006-08-10 Joel Brobecker <brobecker@adacore.com>
9874 Daniel Jacobowitz <dan@codesourcery.com>
9875
9876 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9877 expected output of the backtrace commands.
9878
9879 2006-08-09 Joel Brobecker <brobecker@adacore.com>
9880
9881 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9882 untested followed by return combination.
9883 * gdb.arch/altivec-regs.exp: Likewise.
9884 * gdb.arch/e500-abi.exp: Likewise.
9885 * gdb.arch/e500-regs.exp: Likewise.
9886 * gdb.arch/gdb1291.exp: Likewise.
9887 * gdb.arch/gdb1431.exp: Likewise.
9888 * gdb.arch/gdb1558.exp: Likewise.
9889 * gdb.arch/i386-prologue.exp: Likewise.
9890 * gdb.arch/i386-unwind.exp: Likewise.
9891 * gdb.asm/asm-source.exp: Likewise.
9892 * gdb.base/a2-run.exp: Likewise.
9893 * gdb.base/advance.exp: Likewise.
9894 * gdb.base/all-bin.exp: Likewise.
9895 * gdb.base/annota1.exp: Likewise.
9896 * gdb.base/annota3.exp: Likewise.
9897 * gdb.base/args.exp: Likewise.
9898 * gdb.base/arithmet.exp: Likewise.
9899 * gdb.base/assign.exp: Likewise.
9900 * gdb.base/async.exp: Likewise.
9901 * gdb.base/attach.exp: Likewise.
9902 * gdb.base/bang.exp: Likewise.
9903 * gdb.base/bigcore.exp: Likewise.
9904 * gdb.base/bitfields.exp: Likewise.
9905 * gdb.base/bitfields2.exp: Likewise.
9906 * gdb.base/break.exp: Likewise.
9907 * gdb.base/call-sc.exp: Likewise.
9908 * gdb.base/call-strs.exp: Likewise.
9909 * gdb.base/callfuncs.exp: Likewise.
9910 * gdb.base/checkpoint.exp: Likewise.
9911 * gdb.base/chng-syms.exp: Likewise.
9912 * gdb.base/code-expr.exp: Likewise.
9913 * gdb.base/commands.exp: Likewise.
9914 * gdb.base/completion.exp: Likewise.
9915 * gdb.base/cond-expr.exp: Likewise.
9916 * gdb.base/condbreak.exp: Likewise.
9917 * gdb.base/consecutive.exp: Likewise.
9918 * gdb.base/constvars.exp: Likewise.
9919 * gdb.base/corefile.exp: Likewise.
9920 * gdb.base/cvexpr.exp: Likewise.
9921 * gdb.base/dbx.exp: Likewise.
9922 * gdb.base/define.exp: Likewise.
9923 * gdb.base/detach.exp: Likewise.
9924 * gdb.base/display.exp: Likewise.
9925 * gdb.base/dump.exp: Likewise.
9926 * gdb.base/ena-dis-br.exp: Likewise.
9927 * gdb.base/ending-run.exp: Likewise.
9928 * gdb.base/environ.exp: Likewise.
9929 * gdb.base/eval-skip.exp: Likewise.
9930 * gdb.base/exprs.exp: Likewise.
9931 * gdb.base/fileio.exp: Likewise.
9932 * gdb.base/finish.exp: Likewise.
9933 * gdb.base/float.exp: Likewise.
9934 * gdb.base/foll-exec.exp: Likewise.
9935 * gdb.base/foll-fork.exp: Likewise.
9936 * gdb.base/foll-vfork.exp: Likewise.
9937 * gdb.base/freebpcmd.exp: Likewise.
9938 * gdb.base/funcargs.exp: Likewise.
9939 * gdb.base/gcore.exp: Likewise.
9940 * gdb.base/gdb1090.exp: Likewise.
9941 * gdb.base/gdb1250.exp: Likewise.
9942 * gdb.base/huge.exp: Likewise.
9943 * gdb.base/info-proc.exp: Likewise.
9944 * gdb.base/interrupt.exp: Likewise.
9945 * gdb.base/jump.exp: Likewise.
9946 * gdb.base/langs.exp: Likewise.
9947 * gdb.base/lineinc.exp: Likewise.
9948 * gdb.base/list.exp: Likewise.
9949 * gdb.base/logical.exp: Likewise.
9950 * gdb.base/long_long.exp: Likewise.
9951 * gdb.base/macscp.exp: Likewise.
9952 * gdb.base/maint.exp: Likewise.
9953 * gdb.base/mips_pro.exp: Likewise.
9954 * gdb.base/miscexprs.exp: Likewise.
9955 * gdb.base/multi-forks.exp: Likewise.
9956 * gdb.base/opaque.exp: Likewise.
9957 * gdb.base/overlays.exp: Likewise.
9958 * gdb.base/pc-fp.exp: Likewise.
9959 * gdb.base/pointers.exp: Likewise.
9960 * gdb.base/printcmds.exp: Likewise.
9961 * gdb.base/psymtab.exp: Likewise.
9962 * gdb.base/ptype.exp: Likewise.
9963 * gdb.base/recurse.exp: Likewise.
9964 * gdb.base/relational.exp: Likewise.
9965 * gdb.base/relocate.exp: Likewise.
9966 * gdb.base/remote.exp: Likewise.
9967 * gdb.base/reread.exp: Likewise.
9968 * gdb.base/restore.exp: Likewise.
9969 * gdb.base/return.exp: Likewise.
9970 * gdb.base/return2.exp: Likewise.
9971 * gdb.base/scope.exp: Likewise.
9972 * gdb.base/sect-cmd.exp: Likewise.
9973 * gdb.base/sep.exp: Likewise.
9974 * gdb.base/sepdebug.exp: Likewise.
9975 * gdb.base/setshow.exp: Likewise.
9976 * gdb.base/setvar.exp: Likewise.
9977 * gdb.base/sigall.exp: Likewise.
9978 * gdb.base/sigbpt.exp: Likewise.
9979 * gdb.base/signals.exp: Likewise.
9980 * gdb.base/signull.exp: Likewise.
9981 * gdb.base/sizeof.exp: Likewise.
9982 * gdb.base/solib.exp: Likewise.
9983 * gdb.base/step-line.exp: Likewise.
9984 * gdb.base/step-test.exp: Likewise.
9985 * gdb.base/structs.exp: Likewise.
9986 * gdb.base/structs2.exp: Likewise.
9987 * gdb.base/term.exp: Likewise.
9988 * gdb.base/twice.exp: Likewise.
9989 * gdb.base/until.exp: Likewise.
9990 * gdb.base/varargs.exp: Likewise.
9991 * gdb.base/volatile.exp: Likewise.
9992 * gdb.base/watchpoint.exp: Likewise.
9993 * gdb.base/whatis-exp.exp: Likewise.
9994 * gdb.base/whatis.exp: Likewise.
9995 * gdb.cp/ambiguous.exp: Likewise.
9996 * gdb.cp/annota2.exp: Likewise.
9997 * gdb.cp/annota3.exp: Likewise.
9998 * gdb.cp/bool.exp: Likewise.
9999 * gdb.cp/breakpoint.exp: Likewise.
10000 * gdb.cp/casts.exp: Likewise.
10001 * gdb.cp/class2.exp: Likewise.
10002 * gdb.cp/classes.exp: Likewise.
10003 * gdb.cp/cplusfuncs.exp: Likewise.
10004 * gdb.cp/ctti.exp: Likewise.
10005 * gdb.cp/derivation.exp: Likewise.
10006 * gdb.cp/exception.exp: Likewise.
10007 * gdb.cp/gdb1355.exp: Likewise.
10008 * gdb.cp/hang.exp: Likewise.
10009 * gdb.cp/inherit.exp: Likewise.
10010 * gdb.cp/local.exp: Likewise.
10011 * gdb.cp/m-data.exp: Likewise.
10012 * gdb.cp/m-static.exp: Likewise.
10013 * gdb.cp/member-ptr.exp: Likewise.
10014 * gdb.cp/method.exp: Likewise.
10015 * gdb.cp/misc.exp: Likewise.
10016 * gdb.cp/namespace.exp: Likewise.
10017 * gdb.cp/overload.exp: Likewise.
10018 * gdb.cp/ovldbreak.exp: Likewise.
10019 * gdb.cp/pr-1023.exp: Likewise.
10020 * gdb.cp/pr-1210.exp: Likewise.
10021 * gdb.cp/pr-574.exp: Likewise.
10022 * gdb.cp/printmethod.exp: Likewise.
10023 * gdb.cp/psmang.exp: Likewise.
10024 * gdb.cp/ref-params.exp: Likewise.
10025 * gdb.cp/ref-types.exp: Likewise.
10026 * gdb.cp/rtti.exp: Likewise.
10027 * gdb.cp/templates.exp: Likewise.
10028 * gdb.cp/try_catch.exp: Likewise.
10029 * gdb.cp/userdef.exp: Likewise.
10030 * gdb.cp/virtfunc.exp: Likewise.
10031 * gdb.disasm/am33.exp: Likewise.
10032 * gdb.disasm/h8300s.exp: Likewise.
10033 * gdb.disasm/mn10300.exp: Likewise.
10034 * gdb.disasm/sh3.exp: Likewise.
10035 * gdb.disasm/t01_mov.exp: Likewise.
10036 * gdb.disasm/t02_mova.exp: Likewise.
10037 * gdb.disasm/t03_add.exp: Likewise.
10038 * gdb.disasm/t04_sub.exp: Likewise.
10039 * gdb.disasm/t05_cmp.exp: Likewise.
10040 * gdb.disasm/t06_ari2.exp: Likewise.
10041 * gdb.disasm/t07_ari3.exp: Likewise.
10042 * gdb.disasm/t08_or.exp: Likewise.
10043 * gdb.disasm/t09_xor.exp: Likewise.
10044 * gdb.disasm/t10_and.exp: Likewise.
10045 * gdb.disasm/t11_logs.exp: Likewise.
10046 * gdb.disasm/t12_bit.exp: Likewise.
10047 * gdb.disasm/t13_otr.exp: Likewise.
10048 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
10049 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
10050 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10051 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
10052 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
10053 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10054 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10055 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10056 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
10057 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
10058 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10059 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10060 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10061 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10062 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10063 * gdb.mi/gdb701.exp: Likewise.
10064 * gdb.mi/gdb792.exp: Likewise.
10065 * gdb.mi/mi-basics.exp: Likewise.
10066 * gdb.mi/mi-break.exp: Likewise.
10067 * gdb.mi/mi-cli.exp: Likewise.
10068 * gdb.mi/mi-console.exp: Likewise.
10069 * gdb.mi/mi-disassemble.exp: Likewise.
10070 * gdb.mi/mi-eval.exp: Likewise.
10071 * gdb.mi/mi-file.exp: Likewise.
10072 * gdb.mi/mi-read-memory.exp: Likewise.
10073 * gdb.mi/mi-regs.exp: Likewise.
10074 * gdb.mi/mi-return.exp: Likewise.
10075 * gdb.mi/mi-simplerun.exp: Likewise.
10076 * gdb.mi/mi-stack.exp: Likewise.
10077 * gdb.mi/mi-stepi.exp: Likewise.
10078 * gdb.mi/mi-syn-frame.exp: Likewise.
10079 * gdb.mi/mi-until.exp: Likewise.
10080 * gdb.mi/mi-var-block.exp: Likewise.
10081 * gdb.mi/mi-var-child.exp: Likewise.
10082 * gdb.mi/mi-var-cmd.exp: Likewise.
10083 * gdb.mi/mi-var-display.exp: Likewise.
10084 * gdb.mi/mi-watch.exp: Likewise.
10085 * gdb.mi/mi2-basics.exp: Likewise.
10086 * gdb.mi/mi2-break.exp: Likewise.
10087 * gdb.mi/mi2-cli.exp: Likewise.
10088 * gdb.mi/mi2-console.exp: Likewise.
10089 * gdb.mi/mi2-disassemble.exp: Likewise.
10090 * gdb.mi/mi2-eval.exp: Likewise.
10091 * gdb.mi/mi2-file.exp: Likewise.
10092 * gdb.mi/mi2-read-memory.exp: Likewise.
10093 * gdb.mi/mi2-regs.exp: Likewise.
10094 * gdb.mi/mi2-return.exp: Likewise.
10095 * gdb.mi/mi2-simplerun.exp: Likewise.
10096 * gdb.mi/mi2-stack.exp: Likewise.
10097 * gdb.mi/mi2-stepi.exp: Likewise.
10098 * gdb.mi/mi2-syn-frame.exp: Likewise.
10099 * gdb.mi/mi2-until.exp: Likewise.
10100 * gdb.mi/mi2-var-block.exp: Likewise.
10101 * gdb.mi/mi2-var-child.exp: Likewise.
10102 * gdb.mi/mi2-var-cmd.exp: Likewise.
10103 * gdb.mi/mi2-var-display.exp: Likewise.
10104 * gdb.mi/mi2-watch.exp: Likewise.
10105 * gdb.stabs/exclfwd.exp: Likewise.
10106 * gdb.stabs/weird.exp: Likewise.
10107 * gdb.threads/gcore-thread.exp: Likewise.
10108 * gdb.trace/actions.exp: Likewise.
10109 * gdb.trace/backtrace.exp: Likewise.
10110 * gdb.trace/circ.exp: Likewise.
10111 * gdb.trace/collection.exp: Likewise.
10112 * gdb.trace/deltrace.exp: Likewise.
10113 * gdb.trace/infotrace.exp: Likewise.
10114 * gdb.trace/limits.exp: Likewise.
10115 * gdb.trace/packetlen.exp: Likewise.
10116 * gdb.trace/passc-dyn.exp: Likewise.
10117 * gdb.trace/passcount.exp: Likewise.
10118 * gdb.trace/report.exp: Likewise.
10119 * gdb.trace/save-trace.exp: Likewise.
10120 * gdb.trace/tfind.exp: Likewise.
10121 * gdb.trace/tracecmd.exp: Likewise.
10122 * gdb.trace/while-dyn.exp: Likewise.
10123 * gdb.trace/while-stepping.exp: Likewise.
10124
10125 2006-08-08 Joel Brobecker <brobecker@adacore.com>
10126
10127 * gdb.base/step-bt.c: New file.
10128 * gdb.base/step-bt.exp: New testcase.
10129
10130 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
10131
10132 * config/monitor.exp (gdb_load): Remove support for obsolete
10133 download-write-size.
10134 * gdb.base/remote.exp: Likewise. Update all callers of
10135 gdb_timed_load.
10136
10137 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
10138
10139 * cursal.exp: Pass binfile to gdb_load.
10140
10141 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
10142
10143 * gdb.base/cursal.exp: Add "" to gdb_load call.
10144
10145 2006-07-29 Mark Kettenis <kettenis@gnu.org>
10146
10147 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10148 NetBSD/ELF targets.
10149
10150 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
10151
10152 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10153 operator*.
10154
10155 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
10156
10157 * gdb.base/completion.exp: Update for change in "file" behavior.
10158 * gdb.stabs/weird.exp: Likewise.
10159 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10160 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
10161
10162 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
10163
10164 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10165 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10166
10167 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
10168
10169 * gdb.base/default.exp: Update source command error message.
10170 * gdb.base/help.exp: Update 'help source' message.
10171
10172 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
10173
10174 * gdb.cp/bs15503.exp: Update comment for no longer crashing
10175 test.
10176
10177 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
10178
10179 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10180
10181 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10182
10183 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10184
10185 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10186
10187 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10188
10189 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10190
10191 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10192 *-*-openbsd* from targets for wich we expect ARM FPA floating
10193 point format.
10194
10195 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
10196
10197 * gdb.cp/annota3.exp: Expect frame-begin annotation.
10198
10199 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10200
10201 * gdb.base/annota3.exp: Expect frame-begin annotation.
10202
10203 2006-07-14 Joel Brobecker <brobecker@adacore.com>
10204
10205 * gdb.base/help.exp: Adjust "help unset" test to accept
10206 any list of unset commands.
10207
10208 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
10209 Daniel Jacobowitz <dan@codesourcery.com>
10210
10211 * gdb.cp/ref-params.exp: New test.
10212 * gdb.cp/ref-params.cc: New source file.
10213 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10214
10215 2006-07-08 Mark Kettenis <kettenis@gnu.org>
10216
10217 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10218 spaces/tabs in regular expressions since they might not be there.
10219
10220 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
10221
10222 * gdb.base/ifelse.exp: New file.
10223
10224 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
10225
10226 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10227 line.
10228 * gdb.base/huge.exp: Loop over compilation to find a size that
10229 is acceptable.
10230 * gdb.base/remote.exp: Correct expected strings.
10231 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10232
10233 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10234
10235 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10236
10237 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10238
10239 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
10240 native.
10241
10242 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10243
10244 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10245 enable stabs testing.
10246
10247 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10248
10249 * gdb.base/auxv.exp: Intercept undefined command messages before
10250 gdb_test_multiple does.
10251
10252 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10253
10254 * Makefile.in (host_alias): Remove.
10255 (target_alias): Use @target_noncanonical@.
10256 (site.exp): Don't set host_alias.
10257 * aclocal.m4: Remove contents. Include acx.m4.
10258 * configure: Regenerated.
10259 * configure.ac: Use ACX_NONCANONICAL_TARGET.
10260
10261 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
10262
10263 * lib/gdb.exp (gdb_load_cmd): New.
10264
10265 * gdb.base/fileio.c: Add system(NULL) test.
10266 * gdb.base/fileio.exp: Check it.
10267
10268 * gdb.base/break.c: Add 10a breakpoint at }
10269 * gdb.base/break.exp: Add test for breakpoint at }
10270 * gdb.cp/anon-union.cc: Add code at end of function.
10271 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10272 * gdb.mi/var-cmd.c: Add code at end of function.
10273 * gdb.mi/mi-var-display.exp: Adjust end of next.
10274 * gdb.mi/mi2-var-display.exp: Likewise.
10275 * gdb.base/fileio.c: Add stop function and insert calls at
10276 stopping places.
10277 * gdb.base/fileio.exp: Breakpoint stop function and remove
10278 explicit line number references.
10279
10280 2006-05-19 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.base/del.exp (test_delete_alias): New function.
10283 Now check that both "del" and "d" work as aliases for "delete".
10284
10285 2006-05-18 Fred Fish <fnf@specifix.com>
10286
10287 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
10288 required. Check for spurious output after program exits normally.
10289
10290 2006-05-17 Fred Fish <fnf@specifix.com>
10291
10292 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
10293 gdb_load, so it works in the simulator.
10294
10295 2006-05-11 Fred Fish <fnf@specifix.com>
10296
10297 * gdb.base/bang.exp: Ignore unexpected output between the
10298 "program exited normally" and the gdb prompt, as many other
10299 tests do.
10300
10301 2006-05-07 Mark Kettenis <kettenis@gnu.org>
10302
10303 * gdb.base/help.exp: Make "delete checkpoint" part option for
10304 "help d" and "help delete" tests.
10305
10306 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10307
10308 * gdb.mi/mi-basics.exp: Add missing serial number to
10309 expected output in some mi_gdb_test statements.
10310 * gdb.mi/mi2-basics.exp: Likewise.
10311
10312 2006-05-05 Joel Brobecker <brobecker@adacore.com>
10313
10314 * gdb.base/del.c: New file.
10315 * gdb.base/del.exp: New testcase.
10316
10317 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
10318
10319 * gdb.base/break.exp: Do not assume a breakpoint on
10320 main will actually be in $srcfile when optimizing.
10321 * gdb.base/savedregs.exp: Do not require that the dummy
10322 frame location match up to a symbol and source file location.
10323 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
10324 will get printed without a mi_cmd_data_list_register_values prefix.
10325 (*-data-list-register-*): Correct regular expressions to expect the new
10326 pseudo d? floating point registers.
10327 * gdb.mi/mi2-regs.exp: Likewise.
10328
10329 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
10330
10331 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
10332 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
10333 is allocated by the compiler.
10334 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
10335 anons, e, anone to force their allocation by the compiler.
10336
10337 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
10338
10339 * gdb.base/help.exp: Update expected text for help d and
10340 help delete.
10341
10342 2006-05-02 Mark Kettenis <kettenis@gnu.org>
10343
10344 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
10345 NetBSD/ELF targets.
10346
10347 2006-04-30 Mark Kettenis <kettenis@gnu.org>
10348
10349 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
10350 single-step breakpoint fails; make this a KFAIL on
10351 sparc*-*-openbsd*.
10352 * gdb.base/siginfo.exp: Likewise.
10353 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10354
10355 2006-04-26 Michael Snyder <msnyder@redhat.com>
10356
10357 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10358 which may have to consume output from other forks.
10359 Add tests to make sure that "delete fork" succeeded.
10360
10361 2006-04-20 Michael Snyder <msnyder@redhat.com>
10362
10363 * 2006-03-22 Jim Blandy <jimb@redhat.com>
10364 Add support for the Renesas M32C and M16C.
10365
10366 * gdb.asm/asm-source.exp: Add m32c target.
10367 * gdb.asm/m32c.inc: Support for m32c target.
10368
10369 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
10370
10371 * gdb.base/commands.exp (recursive_source_test): New test.
10372
10373 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
10374
10375 * gdb.base/float.exp: Add pattern for sparc targets.
10376
10377 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10378
10379 * gdb.base/commands.exp (stray_arg0_test): New test.
10380
10381 2006-03-30 Paul Brook <paul@codesourcery.com>
10382
10383 * gdb.mi/mi-until.exp: kfail broken until command.
10384 * gdb.mi/mi2-until.exp: Ditto.
10385
10386 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10387
10388 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10389
10390 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
10391
10392 * gdb.base/prelink.exp: Anchor tested-for regular expression
10393 on gdb prompt.
10394
10395 2006-03-07 Paul Brook <paul@codesourcery.com>
10396
10397 * gdb.base/assign.exp: Correct fail message.
10398
10399 2006-03-07 Paul Brook <paul@codesourcery.com>
10400
10401 * lib/compiler.c: Extract armcc version number.
10402 * lib/compiler.cc: Ditto.
10403
10404 2006-03-07 Paul Brook <paul@codesourcery.com>
10405
10406 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10407 additional_flags=-w.
10408 * gdb.arch/altivec-regs.exp: Ditto.
10409 * gdb.arch/e500-abi.exp: Ditto.
10410 * gdb.arch/e500-regs.exp: Ditto.
10411 * gdb.base/all-bin.exp: Ditto.
10412 * gdb.base/annota1.exp: Ditto.
10413 * gdb.base/annota3.exp: Ditto.
10414 * gdb.base/args.exp: Ditto.
10415 * gdb.base/arithmet.exp: Ditto.
10416 * gdb.base/assign.exp: Ditto.
10417 * gdb.base/async.exp: Ditto.
10418 * gdb.base/bang.exp: Ditto.
10419 * gdb.base/break.exp: Ditto.
10420 * gdb.base/call-rt-st.exp: Ditto.
10421 * gdb.base/completion.exp: Ditto.
10422 * gdb.base/cond-expr.exp: Ditto.
10423 * gdb.base/condbreak.exp: Ditto.
10424 * gdb.base/consecutive.exp: Ditto.
10425 * gdb.base/define.exp: Ditto.
10426 * gdb.base/display.exp: Ditto.
10427 * gdb.base/ena-dis-br.exp: Ditto.
10428 * gdb.base/environ.exp: Ditto.
10429 * gdb.base/eval-skip.exp: Ditto.
10430 * gdb.base/info-proc.exp: Ditto.
10431 * gdb.base/jump.exp: Ditto.
10432 * gdb.base/logical.exp: Ditto.
10433 * gdb.base/long_long.exp: Ditto.
10434 * gdb.base/maint.exp: Ditto.
10435 * gdb.base/miscexprs.exp: Ditto.
10436 * gdb.base/pc-fp.exp: Ditto.
10437 * gdb.base/pointers.exp: Ditto.
10438 * gdb.base/relational.exp: Ditto.
10439 * gdb.base/reread.exp: Ditto.
10440 * gdb.base/sect-cmd.exp: Ditto.
10441 * gdb.base/sep.exp: Ditto.
10442 * gdb.base/sepdebug.exp: Ditto.
10443 * gdb.base/until.exp: Ditto.
10444 * gdb.base/whatis-exp.exp: Ditto.
10445 * gdb.cp/annota2.exp: Ditto.
10446 * gdb.cp/annota3.exp: Ditto.
10447 * gdb.trace/actions.exp: Ditto.
10448 * gdb.trace/backtrace.exp: Ditto.
10449 * gdb.trace/circ.exp: Ditto.
10450 * gdb.trace/collection.exp: Ditto.
10451 * gdb.trace/deltrace.exp: Ditto.
10452 * gdb.trace/infotrace.exp: Ditto.
10453 * gdb.trace/limits.exp: Ditto.
10454 * gdb.trace/packetlen.exp: Ditto.
10455 * gdb.trace/passc-dyn.exp: Ditto.
10456 * gdb.trace/passcount.exp: Ditto.
10457 * gdb.trace/report.exp: Ditto.
10458 * gdb.trace/save-trace.exp: Ditto.
10459 * gdb.trace/tfind.exp: Ditto.
10460 * gdb.trace/tracecmd.exp: Ditto.
10461 * gdb.trace/while-dyn.exp: Ditto.
10462 * gdb.trace/while-stepping.exp: Ditto.
10463 * lib/gdb.exp: Ditto.
10464 (gdb_compile): Handle nowarning option.
10465
10466 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
10467
10468 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10469 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10470 Rename executable to prelinkt. Don't re-prelink if we didn't
10471 get a core file. Test prelink -u exit status to tell whether
10472 prelinking failed. Use gdb_test_multiple.
10473
10474 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10475
10476 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10477 (do_tests): Call it.
10478
10479 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
10480
10481 * gdb.base/prelink.exp: New test.
10482 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10483
10484 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10485
10486 * gdb.fortran/derived-type.f90: New file.
10487 * gdb.fortran/derived-type.exp: New testcase.
10488
10489 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10490
10491 * gdb.base/default.exp: Allow ';' as a directory separator.
10492
10493 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10494
10495 * gdb.base/help.exp (help add-symbol-file): Update.
10496
10497 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10498
10499 * gdb.base/help.exp (help load): Update expected results.
10500
10501 2006-02-19 Fred Fish <fnf@specifix.com>
10502
10503 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10504 specifix hex value as part of results.
10505 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10506
10507 2006-02-16 Fred Fish <fnf@specifix.com>
10508
10509 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10510 ushort_addr, and slong_addr, so the typedefs are not optimized
10511 away.
10512 * gdb.base/whatis.exp: Add tests using type name for struct type,
10513 union type, enum type, and typedef.
10514
10515 2006-02-13 Mark Kettenis <kettenis@gnu.org>
10516
10517 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10518
10519 2006-02-13 Jim Blandy <jimb@redhat.com>
10520
10521 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10522 case where it takes two "next" commands to skip past the init
10523 call.
10524
10525 2006-02-12 Fred Fish <fnf@specifix.com>
10526
10527 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10528 to handle cases where it takes two "next" commands to skip
10529 past the init call.
10530
10531 2006-02-07 Joel Brobecker <brobecker@adacore.com>
10532
10533 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10534 on hppa32 targets.
10535
10536 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
10537
10538 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10539 field.
10540
10541 2006-01-29 Mark Kettenis <kettenis@gnu.org>
10542
10543 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10544
10545 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10546
10547 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10548 files.
10549
10550 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10551
10552 * gdb.cp/maint.exp: Set complaints to a positive value.
10553
10554 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10555
10556 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
10557 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
10558 function name.
10559
10560 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10561
10562 * gdb.base/checkpoint.c: Update copyright notice. Include
10563 <stdlib.h>.
10564
10565 2006-01-04 Jim Blandy <jimb@redhat.com>
10566
10567 * gdb.asm/asm-source.exp: Independently provide default values for
10568 asm-flags and debug-flags. Use 'string equal' to do the
10569 comparison, not the implicit expr's '==' operator. Remove
10570 now-unneeded assignments to asm-flags. In h8300 case, place
10571 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10572
10573 2006-01-04 Michael Snyder <msnyder@redhat.com>
10574
10575 * gdb.base/checkpoint.c: New file.
10576 * gdb.base/checkpoint.exp: New file.
10577 * gdb.base/multi-fork.c: New file.
10578 * gdb.base/multi-fork.exp: New file.
10579 * gdb.base/pi.txt: New file (data for checkpoint.c test).
10580
10581 2006-01-04 Fred Fish <fnf@specifix.com>
10582
10583 * gdb.base/ptype.c (foo): Add typedef.
10584 (intfoo): Add function.
10585 * gdb.base/ptype1.c: New file.
10586 * gdb.base/ptype.exp: Handle compilation and linking with two
10587 source files. Test that proper type for "foo" is found based
10588 on source context rather than first match found in symtabs.
10589
10590 2005-12-28 Mark Kettenis <kettenis@gnu.org>
10591
10592 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10593 * gdb.asm/openbsd.inc: Indent commands.
10594
10595 2005-12-26 Mark Kettenis <kettenis@gnu.org>
10596
10597 * gdb.base/freebpcmd.exp: Increase timeout.
10598
10599 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10600
10601 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
10602
10603 * gdb.base/default.exp: Update check for "show version".
10604
10605 2005-12-09 Randolph Chung <tausq@debian.org>
10606
10607 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10608 * gdb.asm/pa64.inc: New file.
10609
10610 2005-12-09 Randolph Chung <tausq@debian.org>
10611
10612 * gdb.asm/common.inc: Indent commands.
10613 * gdb.asm/asmsrc1.s: Likewise.
10614 * gdb.asm/asmsrc2.s: Likewise.
10615
10616 2005-12-09 Randolph Chung <tausq@debian.org>
10617
10618 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10619 (get_addr_of_sym): Remove duplicate print.
10620 (gen_core): xfail hppa*-*-hpux*, update expected output.
10621 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10622 * gdb.arch/pa64-nullify.s: New file.
10623
10624 2005-12-09 Randolph Chung <tausq@debian.org>
10625
10626 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10627
10628 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
10629
10630 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10631 code generation for these functions.
10632 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10633 error message.
10634
10635 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
10636
10637 * gdb.base/help.exp (help b, help br, help bre, help brea)
10638 (help break): Update the expected message.
10639
10640 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
10641
10642 * gdb.asm/m68hc11.inc: Setup the data section.
10643 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10644 script for this test.
10645 (m6812-*-*): Likewise.
10646
10647 2005-11-09 Randolph Chung <tausq@debian.org>
10648
10649 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10650
10651 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
10652
10653 * gdb.base/break.exp: Fix a comment typo.
10654
10655 2005-11-03 Jim Blandy <jimb@redhat.com>
10656
10657 Checked in by Elena Zannoni <ezannoni@redhat.com>
10658
10659 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
10660
10661 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
10662
10663 * gdb.arch/gdb1558.c: Include stdio.h.
10664
10665 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10666
10667 * gdb.asm/asm-source.exp: Use -e instead of --entry.
10668
10669 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10670
10671 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10672
10673 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
10674
10675 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10676 vscr" tests to better match output.
10677
10678 2005-10-12 Jim Blandy <jimb@redhat.com>
10679
10680 * gdb.base/structs.exp (any): New function.
10681 (test_struct_returns): Don't make any assumptions at all about
10682 what value the function returns when GDB can't set the return
10683 value.
10684
10685 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10686
10687 * gdb.ada/arrayidx/p.adb: New file.
10688 * gdb.ada/arrayidx.exp: New testcase
10689
10690 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10691
10692 * gdb.ada/array_return/pck.ads: New file.
10693 * gdb.ada/array_return/pck.adb: New file.
10694 * gdb.ada/array_return/p.adb: New file.
10695 * gdb.ada/array_return.exp: New testcase.
10696
10697 2005-10-03 Joel Brobecker <brobecker@adacore.com>
10698
10699 * gdb.base/arrayidx.c: New file.
10700 * gdb.base/arrayidx.exp: New testcase.
10701
10702 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
10703
10704 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10705 frames-invalid and breakpoints-invalid are no longer generated
10706 with level 3 so don't expect them in the output.
10707
10708 2005-09-27 Bob Rossi <bob@brasko.net>
10709
10710 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
10711 from test. Escape the | in mi_gdb_test call.
10712 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10713 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10714 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10715 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10716 expected regex's in mi_gdb_test calls.
10717 * lib/mi-support.exp: Remove arbitrary .* from tests.
10718 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10719 Fully anchor GDB/MI expected results in mi_gdb_test.
10720 * lib/gdb.exp (string_to_regexp): Escape the ] character.
10721 * gdb.base/sizeof.exp: Remove escape character. Correct test.
10722
10723 2005-09-26 Paul Brook <paul@codesourcery.com>
10724
10725 * long_long.exp: Exclude eabi targets from arm FPA float format test.
10726
10727 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10728
10729 * bfp-test.c: New file.
10730 * bfp-test.exp: New testcase.
10731
10732 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10733
10734 * gdb.fortran/subarray.exp: New testcase to test the evaluation
10735 of subarray and substring variable.
10736 * gdb.fortran/subarray.f: New source file for the test of subarray
10737 and substring variable evaluation.
10738 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10739 of string constant.
10740
10741 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10742
10743 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10744 copyright dates.
10745
10746 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
10747
10748 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10749 powerpc altivec' test with an almost identical 'info vector' test.
10750
10751 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10752
10753 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10754 vscr" tests to match output.
10755
10756 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10757
10758 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10759 output.
10760
10761 2005-09-11 Bob Rossi <bob@brasko.net>
10762
10763 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10764 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10765 commands that return an MI output command and an asyncronous MI output
10766 command.
10767 * gdb.mi/mi-console.exp: Ditto.
10768
10769 2005-09-11 Bob Rossi <bob@brasko.net>
10770
10771 * gdb.mi/mi-var-child.c: Include <string.h>.
10772
10773 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
10774
10775 * killed.exp: Correct gdb_expect syntax.
10776
10777 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
10778
10779 * lib/mi-support.exp (mi_gdb_load): Fix typo.
10780
10781 2005-08-02 Bob Rossi <bob@brasko.net>
10782
10783 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10784 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10785 Change tests to inferior-tty-set/show.
10786 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10787 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10788 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10789 inferior. Use mi_gdb_test to get GDB and Inferior output.
10790 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10791 descriptor.
10792 (mi_inferior_tty_name): Add inferior PTY file name.
10793 (mi_gdb_start): Add INFERIOR_PTY parameter.
10794 (mi_gdb_test): Add IPATTERN parameter.
10795
10796 2005-08-02 Bob Rossi <bob@brasko.net>
10797
10798 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10799 parameter to mi_gdb_test.
10800 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10801
10802 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10803
10804 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10805 struct_declarations.
10806 * gdb.mi/mi-var-child.exp: Step over the initialization of
10807 struct_declarations.
10808
10809 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10810
10811 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10812 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10813 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10814 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10815 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10816 file.
10817
10818 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
10819
10820 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10821 (do_children_tests): Assign values to the extra elements.
10822
10823 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10824 them for tests for "-var-update --no-values" and
10825 "-var-update --all-values".
10826 Add test for "-var-list-children --simple-values".
10827
10828 * gdb.mi/basics.c (callee4): Add integer array D[3]...
10829
10830 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10831 "-stack-list-locals --simple-values" Improve doc strings and
10832 comments.
10833
10834 2005-07-18 Mark Kettenis <kettenis@gnu.org>
10835
10836 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10837 *-*-openbsd*.
10838 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10839
10840 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10841 sigaltsatck'.
10842
10843 2005-07-14 Bob Rossi <bob@brasko.net>
10844
10845 * gdb.base/default.exp (tty): Changed output of command.
10846 * gdb.base/help.exp (help tty): Ditto.
10847
10848 2005-07-12 Mark Kettenis <kettenis@gnu.org>
10849
10850 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10851
10852 2005-07-10 Mark Kettenis <kettenis@gnu.org>
10853
10854 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10855 -stack-select-frame without arguments.
10856 (test_stack_frame_listing): Add test for newly implemented command
10857 -stack-info-frame.
10858
10859 2005-07-06 Bob Rossi <bob@brasko.net>
10860
10861 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10862 command.
10863 (Copyright): Update copyright.
10864
10865 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
10866
10867 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10868 tests to evaluate exponentiation expression.
10869
10870 2005-06-29 Andreas Schwab <schwab@suse.de>
10871
10872 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10873 main to avoid warnings.
10874
10875 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10876
10877 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
10878
10879 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10880 -stack-select-frame without arguments.
10881 (test_stack_frame_listing): Add test for newly implemented command
10882 -stack-info-frame.
10883
10884 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
10885
10886 * gdb.fortran/array-element.f: New file.
10887 * gdb.fortran/array-element.exp: New testcase.
10888
10889 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10890
10891 * gdb.base/bigcore.exp: Correct checks for systems which can
10892 not dump a large core file.
10893
10894 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10895
10896 * gdb.base/relocate.c: Add a copyright notice.
10897 (dummy): Remove.
10898 * gdb.base/relocate.exp: Test printing the values of variables
10899 from a relocatable file.
10900
10901 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10902
10903 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10904 excess MI output after an error.
10905
10906 2005-05-29 Joel Brobecker <brobecker@adacore.com>
10907
10908 * gdb.arch/alpha-step.c: New file.
10909 * gdb.arch/alpha-step.exp: New testcase.
10910
10911 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
10912 Dennis Brueni <dennis@slickedit.com>
10913
10914 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10915 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10916 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10917 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10918 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10919 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10920 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10921
10922 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
10923 Wu Zhou <woodzltc@cn.ibm.com>
10924
10925 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
10926 IBM's xlc compiler.
10927 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
10928 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
10929
10930 2005-05-13 Jim Blandy <jimb@redhat.com>
10931
10932 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
10933 calling gdb_suppress_entire_file.
10934 * gdb.base/charset.exp: Same.
10935 * gdb.base/call-rt-st.exp: Same.
10936
10937 2005-05-05 Bob Rossi <bob_rossi@cox.net>
10938
10939 * lib/gdb.exp (fullname_syntax): Added global regex.
10940 (fullname_syntax_POSIX): Ditto.
10941 (fullname_syntax_UNC): Ditto.
10942 (fullname_syntax_DOS_CASE): Ditto.
10943 (fullname_syntax_DOS): Ditto.
10944 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
10945 fullname_syntax variable to scope and use it.
10946 (test_file_list_exec_source_files): Ditto.
10947 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
10948
10949 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10950
10951 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
10952
10953 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
10954
10955 * lib/gdb.exp (skip_altivec_tests): New function, based on
10956 check_vmx_hw_available from the GCC testsuite.
10957 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
10958 * lib/gdb.arch/altivec-regs.exp: Likewise.
10959
10960 2005-05-02 Jim Blandy <jimb@redhat.com>
10961
10962 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
10963 calling gdb_suppress_entire_file.
10964
10965 2005-04-30 Randolph Chung <tausq@debian.org>
10966
10967 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
10968 Slightly relax "sem_post" name checking.
10969
10970 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10971
10972 * gdb.base/unload.exp: Use new shared library infrastructure.
10973
10974 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
10975
10976 * gdb.base/so-impl-ld.exp: Use new shared library
10977 infrastructure.
10978
10979 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
10980
10981 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
10982 * gdb.asm/h8300.inc: New file.
10983
10984 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10985
10986 * gdb.base/shlib-call.exp: Change to use new shared library
10987 infrastructure.
10988
10989 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10990
10991 * gdb.base/pending.exp: Change to use new shared library
10992 infrastructure.
10993
10994 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
10995
10996 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
10997 use test_compiler_info instead of gcc_compiled, and update copyright.
10998
10999 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
11000
11001 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
11002 shared objects being adjusted and update copyright years.
11003
11004 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
11005
11006 * ChangeLog: Correct some 2003-01-13 dates.
11007 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
11008 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
11009 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
11010 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
11011 gdb.trace/tfind.exp: Update copyright years.
11012
11013 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
11014 Daniel Jacobowitz <dan@codesourcery.com>
11015
11016 * lib/gdb.exp (gdb_compile): Handle shlib=.
11017 (gdb_compile_shlib): New function.
11018
11019 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
11020
11021 * lib/gdb.exp (test_compiler_info): Give argument a default value.
11022
11023 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11024
11025 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11026 gdb.server.
11027 * configure.ac: Likewise.
11028 * configure: Regenerated.
11029 * gdb.gdbserver/Makefile.in: Moved to...
11030 * gdb.server/Makefile.in: ... here.
11031 * gdb.gdbserver/server.c: Moved to...
11032 * gdb.server/server.c: ... here.
11033 * gdb.gdbserver/server-run.exp: Moved to...
11034 * gdb.server/server-run.exp: ... here.
11035
11036 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11037
11038 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11039 * configure.ac: Create gdb.gdbserver/Makefile.
11040 * configure: Regenerated.
11041 * lib/gdbserver-support.exp: New file, derived from
11042 config/gdbserver.exp.
11043 * config/gdbserver.exp: Use gdbserver-support.exp.
11044 * gdb.gdbserver/Makefile.in: New file.
11045 * gdb.gdbserver/server.c: New file.
11046 * gdb.gdbserver/server-run.exp: New file.
11047
11048 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
11049
11050 * lib/gdb.exp (test_compiler_info): Return compiler_info
11051 if no arguments are given.
11052
11053 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
11054
11055 * gdb.arch/altivec-abi.exp: Check for compiler and set
11056 use altivec' flag accordingly.
11057 * gdb.arch/altivec-regs.exp: Likewise.
11058
11059 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
11060
11061 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
11062
11063 2005-03-27 Andreas Schwab <schwab@suse.de>
11064
11065 * gdb.base/bigcore.c (main): Add missing mode argument in open
11066 call.
11067
11068 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
11069
11070 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
11071 downloads.
11072 * config/gdbserver.exp (gdb_load): Likewise.
11073
11074 2005-03-14 Paul Brook <paul@codesourcery.com>
11075
11076 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
11077 targets.
11078
11079 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11080
11081 * gdb.dwarf2/dup-psym.S: New file.
11082 * gdb.dwarf2/dup-psym.exp: New testcase.
11083
11084 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11085
11086 * gdb.ada/exec_changed/first.adb: New file.
11087 * gdb.ada/exec_changed/second.adb: New file.
11088 * gdb.ada/exec_changed.exp: New testcase.
11089
11090 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
11091
11092 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
11093 (A2): New class.
11094 (main): Test operator+.
11095 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
11096 breakpoint test.
11097
11098 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
11099 * gdb.base/signull.exp: Disable if gdb,nosignals.
11100 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
11101 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
11102 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
11103 * gdb.mi/mi2-console.exp: Likewise.
11104 * gdb.trace/collection.exp (run_trace_experiment): Consume the
11105 continue output at start.
11106 (gdb_collect_locals_test): Robustify regexp.
11107 * gdb.trace/passc-dyn.exp: Fix comment typo.
11108 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
11109
11110 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
11111
11112 * gdb.asm/asm-source.exp: Add iq2000 case.
11113 * gdb.asm/iq2000.inc: New file.
11114
11115 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
11116
11117 * gdb.base/command.exp: Change hardcoded value to regular expression.
11118 * gdb.base/float.exp: Add powerpc to the list of targets checked.
11119
11120 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
11121
11122 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
11123 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
11124 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
11125 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
11126 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
11127
11128 2005-03-05 Mark Kettenis <kettenis@gnu.org>
11129
11130 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
11131 changes.
11132
11133 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
11134
11135 * lib/compiler.c: Add test for IBM's xlc compiler.
11136 * lib/compiler.cc: Likewise.
11137
11138 2004-02-24 Joel Brobecker <brobecker@adacore.com>
11139
11140 * gdb.ada/fixed_points.exp: Create compilation object directory
11141 before running the test.
11142 * gdb.ada/null_record.exp: Likewise.
11143 * gdb.ada/packed_array.exp: Likewise.
11144 * gdb.ada/start.exp: Likewise.
11145
11146 2005-02-15 Joel Brobecker <brobecker@adacore.com>
11147
11148 * gdb.ada/packed_array/pa.adb: New file.
11149 * gdb.ada/packed_array.exp: New testcase.
11150
11151 2005-02-10 Mark Kettenis <kettenis@gnu.org>
11152
11153 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11154 files.
11155
11156 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11157 on *-*-openbsd*. Correctly match whitespace in regukar
11158 expressions.
11159
11160 2005-02-10 Daniel Jacobowitz <dan@debian.org>
11161
11162 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11163 PR exp/1821
11164 * gdb.base/gdb1821.c: New test file.
11165 * gdb.base/gdb1821.exp: New test file.
11166
11167 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11168
11169 * gdb.base/start.c: New file.
11170 * gdb.base/start.exp: New testcase.
11171
11172 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11173
11174 * gdb.ada/start/dummy.adb: New file.
11175 * gdb.ada/start.exp: New testcase.
11176
11177 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
11178
11179 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11180 for printing symbols and statistics.
11181 Add test for using relative pathnames in "maint print msymbols" test.
11182 Mark "maint info sections DATA" XFAIL on Cygwin.
11183 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11184 tests.
11185
11186 2005-02-09 Andreas Schwab <schwab@suse.de>
11187
11188 Committed by Andrew Cagney <cagney@gnu.org>
11189 * gdb.base/remotetimeout.exp: New file.
11190
11191 2005-02-07 Mark Kettenis <kettenis@gnu.org>
11192
11193 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11194
11195 2005-02-03 Joel Brobecker <brobecker@adacore.com>
11196
11197 * gdb.ada/gnat_ada.gpr: New file.
11198 * gdb.ada/gnat_ada.gin: Delete, no longer used.
11199 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11200 * configure.ac: No longer generate gnat_ada.gpr.
11201 * configure: Regenerate.
11202 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11203 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11204 * gdb.ada/null_record/bar.ads: Likewise.
11205 * gdb.ada/null_record/bar.adb: Likewise.
11206 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11207 * gdb.ada/null_record.exp (testdir): New variable.
11208 (testfile): executable is now in testdir subdirectory.
11209 (srcfile): Use full path to the main compilation unit.
11210 * gdb.ada/fixed_points.exp: Same changes as above.
11211
11212 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
11213
11214 * gdb.base/interp.exp: New test.
11215
11216 2005-01-24 Andrew Cagney <cagney@gnu.org>
11217
11218 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11219
11220 2005-01-19 Andrew Cagney <cagney@gnu.org>
11221
11222 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11223 configure.ac not configure.in.
11224
11225 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11226 of powerpc*-*-*.
11227 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
11228 * gdb.base/list.exp (test_list_function)
11229 (test_list_filename_and_function): Ditto.
11230 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11231
11232 2005-01-16 Andrew Cagney <cagney@gnu.org>
11233
11234 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11235
11236 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11237
11238 2005-01-14 Andrew Cagney <cagney@gnu.org>
11239
11240 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11241 * gdb.mi/mi2-var-cmd.exp: Ditto.
11242
11243 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
11244
11245 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11246
11247 2005-01-07 Andrew Cagney <cagney@gnu.org>
11248
11249 * configure.ac: Rename configure.in, require autoconf 2.59.
11250 * configure: Re-generate.
11251 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11252 * gdb.stabs/configure: Re-generate.
11253 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11254 * gdb.hp/configure: Re-generate.
11255 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11256 autoconf 2.59.
11257 * gdb.hp/gdb.objdbg/configure: Re-generate.
11258 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11259 autoconf 2.59.
11260 * gdb.hp/gdb.defects/configure: Re-generate.
11261 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11262 autoconf 2.59.
11263 * gdb.hp/gdb.compat/configure: Re-generate.
11264 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11265 autoconf 2.59.
11266 * gdb.hp/gdb.base-hp/configure: Re-generate.
11267 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11268 autoconf 2.59.
11269 * gdb.hp/gdb.aCC/configure: Re-generate.
11270
11271 2004-12-15 Jim Blandy <jimb@redhat.com>
11272
11273 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11274 under NPTL when there is debugging info available for libpthread.
11275
11276 2004-12-13 Jerome Guitton <guitton@gnat.com>
11277
11278 * gdb.ada/fixed_points.c: New file.
11279 * gdb.ada/fixed_points.exp: New file.
11280
11281 2004-12-03 Randolph Chung <tausq@debian.org>
11282
11283 * gdb.arch/pa-nullify.exp: New file.
11284 * gdb.arch/pa-nullify.s: New file.
11285
11286 2004-11-30 Randolph Chung <tausq@debian.org>
11287
11288 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
11289 instead of "tbug". Fix regexp to work properly with gdb_test.
11290
11291 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
11292
11293 * gdb.base/bitfields2.exp: New test.
11294 * gdb.base/bitfields2.c: New file.
11295
11296 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
11297
11298 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
11299
11300 2004-11-16 Randolph Chung <tausq@debian.org>
11301
11302 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
11303
11304 2004-11-14 Daniel Jacobowitz <dan@debian.org>
11305
11306 * gdb.threads/threadapply.exp: Correct "macro details" test.
11307
11308 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
11309
11310 * gdb.threads/threadapply.exp: New test.
11311 * gdb.threads/threadapply.c: New file.
11312
11313 2004-11-07 Mark Kettenis <kettenis@gnu.org>
11314
11315 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
11316 frames.
11317
11318 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
11319
11320 * gdb.base/cursal.exp: New file.
11321 * gdb.base/cursal.c: New file.
11322
11323 2004-11-03 Andrew Cagney <cagney@gnu.org>
11324
11325 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
11326
11327 2004-10-30 Mark Kettenis <kettenis@gnu.org>
11328
11329 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
11330 NetBSD/ELF targets.
11331
11332 2004-10-29 Joel Brobecker <brobecker@gnat.com>
11333
11334 * gdb.threads/bp_in_thread.c: New file, copied from
11335 pthread_cond_wait.c.
11336 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
11337 file, rather than reusing the .c file from another testcase.
11338
11339 2004-10-20 Joel Brobecker <brobecker@gnat.com>
11340
11341 * gdb.ada/null_record.exp: Check where we stopped after
11342 sending the start command, instead of where the associated
11343 temporary breakpoint was inserted.
11344
11345 2004-10-14 Andrew Cagney <cagney@gnu.org>
11346
11347 * gdb.mi/gdb701.c (main): Return 0.
11348
11349 2004-10-13 Daniel Jacobowitz <dan@debian.org>
11350
11351 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11352
11353 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
11354
11355 * gdb.threads/schedlock.c: Add comment markers to use to find
11356 line numbers.
11357 * gdb.threads/schedlock.exp: Adjust regex to handle the new
11358 comments.
11359 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11360 breakpoint lines.
11361
11362 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11363
11364 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11365
11366 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11367
11368 * configure.in: Add gdb.dwarf2.
11369 * configure: Regenerated.
11370 * Makefile.in: Add gdb.dwarf2.
11371 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11372 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11373 gdb.dwarf2/file1.txt: New files.
11374
11375 2004-10-11 Orjan Friberg <orjanf@axis.com>
11376
11377 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
11378 of "run", since the latter doesn't work with remote targets. Adjust
11379 the breakpoint numbering accordingly.
11380 * gdb.threads/pthread_cond_wait.exp: Ditto.
11381
11382 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
11383
11384 * gdb.base/overlays.exp: Update copyright years.
11385
11386 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11387
11388 * gdb.base/overlays.exp: Disable if target is Linux.
11389
11390 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
11391
11392 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11393
11394 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11395
11396 * gdb.asm/asm-source.exp: Add m32r-linux target.
11397 * gdb.asm/m32r-linux.inc: New file.
11398
11399 2004-09-24 Andrew Cagney <cagney@redhat.com>
11400 David Anderson <anderson@redhat.com>
11401
11402 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11403 command fails, assume things will work.
11404 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11405 (_GNU_SOURCE): Define.
11406 (print_unsigned, print_hex): Change parameter to "long long".
11407 (print_byte_count): New function, use to print byte counts.
11408 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11409 O_LARGEFILE.
11410 (main): Compute an upper bound on a corefile in max_core_size.
11411 Limit memory chunk size to max_core_size. Limit total memory
11412 allocated to max_core_size.
11413
11414 2004-09-23 Andrew Cagney <cagney@gnu.org>
11415
11416 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11417 from a separate process with code that creates a corefile by
11418 making the inferior dump core.
11419
11420 2004-09-23 Mark Kettenis <kettenis@gnu.org>
11421
11422 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11423 block.
11424
11425 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11426
11427 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11428 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11429 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11430 Likewise.
11431
11432 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11433
11434 * gdb.java/jprint.exp: New test case for java inferior call.
11435 * gdb.java/jprint.java: Ditto.
11436
11437 2004-09-15 Joel Brobecker <brobecker@gnat.com>
11438
11439 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11440
11441 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11442
11443 * gdb.threads/killed.c: Include <stdlib.h>.
11444 * gdb.threads/pthreads.c: Likewise.
11445
11446 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11447
11448 * gdb.threads/killed.c: Add copyright notice.
11449
11450 2004-09-10 Jason Molenda (jmolenda@apple.com)
11451
11452 * gdb.base/define.exp: Two new tests to verify zero space chars
11453 after 'if' and 'while' commands in a user-defined command is correctly
11454 parsed.
11455
11456 2004-09-08 Andrew Cagney <cagney@gnu.org>
11457
11458 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11459 delivery test with duplicate at end of file.
11460
11461 2004-09-06 Mark Kettenis <kettenis@jive.nl>
11462
11463 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11464
11465 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11466
11467 * config/hppro.exp: Removed.
11468
11469 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11470
11471 * config/sparclet.exp: Removed.
11472
11473 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11474
11475 * config/udi.exp: Removed.
11476
11477 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11478
11479 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11480 of "exp_continue".
11481 (advancei): Likewise.
11482
11483 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11484
11485 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11486
11487 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11488
11489 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11490 to check for nodebug in executable.
11491 * gdb.gdb/observer.exp (setup_test): Likewise.
11492 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11493 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11494
11495 2004-09-01 Andrew Cagney <cagney@gnu.org>
11496
11497 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11498 files.
11499
11500 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11501
11502 * gdb.base/unload.exp: Fix expected warning message to match
11503 latest format.
11504
11505 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
11506
11507 * gdb.base/call-rt-st.exp: Fix typos.
11508
11509 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11510
11511 * gdb.threads/thread_check.exp: New testcase.
11512 * gdb.threads/thread_check.c: New testcase.
11513
11514 2004-08-31 Andrew Cagney <cagney@gnu.org>
11515
11516 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11517 (skip_to_handler_entry): New procedures. Test stepping into a
11518 handler when the breakpoint is at the handler's entry point.
11519
11520 2004-08-30 Andrew Cagney <cagney@gnu.org>
11521
11522 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11523 gdb/1757.
11524
11525 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11526
11527 With code from Manoj Iyer <manjo@austin.ibm.com>:
11528 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11529 return value. Add an arm for "no debugging symbols found".
11530 Change a stray "error" to "perror".
11531 (gdb_run_cmd): Adapt to new return value.
11532 * gdb.base/remote.exp: Adapt to new return value.
11533 * gdb.gdb/complaints.exp: Likewise.
11534 * gdb.gdb/observer.exp: Likewise.
11535 * gdb.gdb/selftest.exp: Likewise.
11536 * gdb.gdb/xfullpath.exp: Likewise.
11537
11538 2004-08-27 Joel Brobecker <brobecker@gnat.com>
11539
11540 * gdb.threads/bp_in_thread.exp: New testcase.
11541
11542 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11543
11544 Fix PR testsuite/1735.
11545 * gdb.threads/schedlock.c (thread_function): Add a cast
11546 to suppress a gcc warning.
11547 * gdb.threads/thread-specific.c (thread_function): Likewise.
11548
11549 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11550
11551 * gdb.base/unload.c: Include <stdlib.h>.
11552
11553 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11554
11555 From Paul Gilliam <pgilliam@us.ibm.com>:
11556 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11557 synchronized after the "return".
11558
11559 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11560
11561 * gdb.mi/basics.c: Include <stdio.h>.
11562 * gdb.mi/pthreads.c: Include <stdlib.h>.
11563 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11564
11565 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11566
11567 * gdb.threads/schedlock.c: Add copyright notice.
11568
11569 2004-08-25 Andrew Cagney <cagney@gnu.org>
11570
11571 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11572 (skip_over_handler, breakpoint_over_hander): New test procedures.
11573 (advance, advancei): Add a proper prefix, do not use
11574 rerun_to_main.
11575 * gdb.base/sigstep.c (main): Change to use an infinite loop.
11576
11577 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
11578
11579 * gdb.mi/basics.c: Add copyright notice.
11580 * gdb.mi/var-cmd.c: Add copyright notice.
11581
11582 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11583
11584 * lib/gdb.exp: Remove signed_keyword_not_used.
11585 * lib/compiler.c: Likewise.
11586 * lib/compiler.cc: Likewise.
11587
11588 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11589
11590 * gdb.base/whatis.c: Remove conditional disabling of "signed".
11591 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11592
11593 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11594
11595 * gdb.base/whatis.c: Add copyright notice.
11596
11597 2004-08-20 Mark Kettenis <kettenis@gnu.org>
11598
11599 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
11600 it to skip the breakpoints encoded in the inline assembly.
11601
11602 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11603
11604 * Makefile.in: Add gdb.fortran.
11605
11606 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11607
11608 * gdb.base/call-sc.exp (test_scalar_returns):
11609 Fix cut-and-paste glitch in "Make fun return now".
11610
11611 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11612
11613 * configure.in: Add gdb.fortran.
11614 * configure: Regenerate.
11615 * gdb.fortran/Makefile.in: New file.
11616 * lib/gdb.exp (skip_fortran_tests): New procedure.
11617
11618 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11619
11620 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
11621 reference to bug-gnu@prep.ai.mit.edu.
11622 * gdb.mi/mi-var-child.exp: Likewise.
11623 * gdb.mi/mi-var-cmd.exp: Likewise.
11624 * gdb.mi/mi-var-display.exp: Likewise.
11625 * gdb.mi/mi2-var-block.exp: Likewise.
11626 * gdb.mi/mi2-var-child.exp: Likewise.
11627 * gdb.mi/mi2-var-cmd.exp: Likewise.
11628 * gdb.mi/mi2-var-display.exp: Likewise.
11629
11630 2004-08-15 Mark Kettenis <kettenis@gnu.org>
11631
11632 * gdb.base/unload.c (main): Make local variable msg const.
11633
11634 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11635
11636 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
11637 to bug-gnu@prep.ai.mit.edu.
11638 * gdb.mi/mi-disassemble.exp: Likewise.
11639 * gdb.mi/mi-eval.exp: Likewise.
11640 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
11641 default line number.
11642 * gdb.mi/mi-return.exp: Likewise.
11643 * gdb.mi/mi-simplerun.exp: Likewise.
11644 * gdb.mi/mi-stack.exp: Likewise.
11645 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
11646 number with explicit range test.
11647 * gdb.mi/mi-watch.exp: Likewise.
11648 * gdb.mi/mi2-break.exp: Likewise.
11649 * gdb.mi/mi2-cli.exp: Likewise.
11650 * gdb.mi/mi2-disassemble.exp: Likewise.
11651 * gdb.mi/mi2-eval.exp: Likewise.
11652 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
11653 default line number.
11654 * gdb.mi/mi2-return.exp: Likewise.
11655 * gdb.mi/mi2-simplerun.exp: Likewise.
11656 * gdb.mi/mi2-stack.exp: Likewise.
11657 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
11658 number with explicit range test.
11659 * gdb.mi/mi2-watch.exp: Likewise.
11660
11661 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11662
11663 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11664 * gdb.cp/m-static.exp: Likewise.
11665 * gdb.cp/rtti.exp: Likewise.
11666
11667 2004-08-14 Mark Kettenis <kettenis@gnu.org>
11668
11669 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11670
11671 2004-08-14 Eli Zaretskii <eliz@gnu.org>
11672
11673 * ChangeLog: Prefix Local Variables with semi-colons and indent
11674 the reference to older ChangeLog files, to fix fontification in
11675 Emacs.
11676
11677 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11678
11679 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11680 * gdb.mi/mi2-break.exp: Likewise.
11681
11682 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11683
11684 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11685
11686 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11687
11688 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11689
11690 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11691
11692 * gdb.cp/classes.exp: Remove unused declarations. Just let
11693 test names default instead of providing special names. Remove
11694 extraneous demangler test.
11695
11696 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
11697
11698 * gdb.base/unload.exp: New test for breakpoints in dynamically
11699 loaded libraries.
11700 * gdb.base/unload.c: Ditto.
11701 * gdb.base/unloadshr.c: Ditto.
11702
11703 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
11704
11705 * gdb.cp/classes.exp (test_ptype_class_objects): Call
11706 cp_test_ptype_class.
11707 (test_enums): Likewise.
11708
11709 2004-08-10 Andrew Cagney <cagney@gnu.org>
11710
11711 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11712 files.
11713
11714 2004-08-10 Andrew Cagney <cagney@gnu.org>
11715
11716 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11717 init_malloc call.
11718
11719 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
11720
11721 * ChangeLog: Add copyright notice. The notice is copied
11722 from emacs 21.3 top level ChangeLog.
11723
11724 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11725
11726 * lib/cp-support.exp: New file.
11727 * lib/cp-support.exp (cp_test_type_class): New function.
11728 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11729 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11730 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11731 cp_test_ptype_class.
11732
11733 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11734
11735 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11736 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11737 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11738 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11739 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11740 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11741 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11742 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11743 gdb.mi/mi2-watch.exp: Update copyright years.
11744
11745 2004-08-09 Mark Kettenis <kettenis@gnu.org>
11746
11747 * gdb.base/sigaltstack.exp: Provide proper anchoring.
11748
11749 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11750
11751 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11752 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11753 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11754 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11755 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11756 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11757 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11758 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11759 gdb.mi/mi-watch.exp: Update copyright years.
11760
11761 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11762
11763 PR gdb/1738
11764 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11765 from a breakpoint with a pending signal.
11766
11767 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11768
11769 PR gdb/1736
11770 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11771 * gdb.base/sigaltstack.exp (finish_test): Consume output until
11772 the prompt.
11773 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11774
11775 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11776
11777 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11778
11779 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11780
11781 PR gdb/1736
11782 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
11783 for i?86-*-linux*.
11784
11785 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11786
11787 * gdb.arch/i386-prologue.exp: Compile without debug information.
11788
11789 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
11790
11791 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11792 rather than asking gdb to search.
11793
11794 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11795
11796 * gdb.base/gcore.c: Include <string.h>.
11797
11798 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11799
11800 * gdb.base/gcore.c: Add copyright notice.
11801
11802 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11803
11804 * gdb.base/freebpcmd.c: Include <stdio.h>.
11805 * gdb.base/long_long.c: Include <string.h>.
11806 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11807 * gdb.base/siginfo.c: Include <string.h>.
11808 * gdb.base/sigstep.c: Include <string.h>.
11809
11810 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11811
11812 * gdb.base/complex.c: Include <stdlib.h>.
11813
11814 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11815
11816 * gdb.base/complex.c: Add copyright notice.
11817
11818 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11819
11820 * gdb.base/charset.c: Include <stdlib.h>.
11821
11822 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11823
11824 * gdb.base/auxv.c: Include <stdlib.h>.
11825
11826 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11827
11828 * gdb.base/auxv.c: Add copyright notice.
11829
11830 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11831
11832 * gdb.base/coremaker.c: Add copyright notice.
11833 * gdb.base/coremaker2.c: Add copyright notice.
11834
11835 2004-08-04 Andrew Cagney <cagney@gnu.org>
11836
11837 * gdb.base/store.exp: Update copyright.
11838 (check_set, up_set, check_struct, up_struct): Add a prefix to test
11839 names, do not import gdb_prompt.
11840
11841 2004-08-01 Andrew Cagney <cagney@gnu.org>
11842
11843 Fix PR testsuite/1729.
11844 * gdb.base/dump.exp: Add test name to callers of capture_value, do
11845 not use capture_value with value 4.
11846 (capture_value): Add optional test name parameter.
11847 (test_reload_saved_value, test_restore_saved_value): Use $msg as
11848 the prefix, pass to capture_value.
11849
11850 2004-08-01 Mark Kettenis <kettenis@gnu.org>
11851
11852 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11853 * gdb.arch/i386-prologue.c (standard): New prototype and function.
11854 (main): Call new function.
11855
11856 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11857
11858 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11859
11860 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11861
11862 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11863
11864 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11865
11866 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
11867 Accept more values of vtbl pointer. Remove some messages
11868 about "obsolete gcc or gdb".
11869
11870 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11871
11872 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11873
11874 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11875
11876 * gdb.base/asm-source.exp: Properly convert target board
11877 debug flags from gcc format to binutils format.
11878
11879 2004-07-28 Mark Kettenis <kettenis@gnu.org>
11880
11881 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11882 gdb1718". PR backtrace/1718 partially fixed.
11883
11884 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
11885
11886 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11887
11888 2004-07-26 Nick Clifton <nickc@redhat.com>
11889
11890 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
11891 good default value for a specific architecture is available then
11892 set it to that value. Otherwise default to the -gstabs switch.
11893 Remove the -g... switches from the asm-flags variable. Allow the
11894 target board info to override the value if it wants to. Pass the
11895 switch on the assembler command line.
11896
11897 2004-07-23 Mark Kettenis <kettenis@gnu.org>
11898
11899 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11900 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11901 (main): Call new function.
11902
11903 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
11904
11905 Test for PR exp/1715.
11906 * gdb.base/radix.exp: Refactor common procedures. Make all
11907 test names unique. Change XFAIL to KFAIL.
11908
11909 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
11910
11911 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11912 * gdb.ada/gnat_ada.gin: ... to here.
11913 * configure.in: Use gnat_ada.gin.
11914 * configure: Regenerate.
11915
11916 2004-07-20 Andrew Cagney <cagney@gnu.org>
11917
11918 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11919 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
11920 XFAILs. Clean up test messages and comments. Check backtraces.
11921 Delete re-sync code.
11922
11923 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11924
11925 Fix PR cli/740.
11926 * gdb.base/annota1.exp: Honor gdb,nosignals.
11927 * gdb.base/annota3.exp: Likewise.
11928
11929 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11930
11931 * lib/java.exp: Update copyright notice.
11932
11933 2004-07-19 Andrew Cagney <cagney@gnu.org>
11934
11935 * gdb.base/selftest.exp: Copy file from here ...
11936 * gdb.gdb/selftest.exp: ... to here.
11937
11938 2004-07-16 Andrew Cagney <cagney@redhat.com>
11939
11940 * lib/insight-support.exp: Delete file.
11941 * lib/java.exp (java_init): Fix copyright.
11942
11943 2004-07-16 Andrew Cagney <cagney@gnu.org>
11944
11945 * gdb.base/restore.c: Append "prologue" to comments marking the a
11946 function's prologue.
11947 * gdb.base/restore.exp: Update copyright, re-indent.
11948 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
11949 callerN" prefix where needed. Update patterns that match a
11950 function's prologue.
11951
11952 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
11953
11954 * gdb.base/restore.c: Add copyright notice.
11955
11956 2004-07-16 Andrew Cagney <cagney@gnu.org>
11957
11958 * gdb.base/logical.exp: Update copyright.
11959 (evaluate): New procedure. Use to re-implement tests using
11960 several tables.
11961
11962 2004-07-14 Martin Hunt <hunt@redhat.com>
11963
11964 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
11965 which fixes some problems where init.tcl was not found.
11966
11967 2004-07-13 Andrew Cagney <cagney@gnu.org>
11968
11969 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
11970 (check_sizeof, check_valueof): Do not include the output in the
11971 test name. Use gdb_test.
11972 (get_valueof): Use gdb_test_multiple.
11973
11974 * gdb.base/step-test.exp: Update copyright. Use
11975 gdb_test_multiple. Ensure that test names do not include
11976 architecture dependent output.
11977
11978 * gdb.gdb/observer.exp: Update copyright.
11979 (setup_test): Use gdb_test_multiple.
11980 (attach_first_observer, attach_second_observer)
11981 (attach_third_observer, detach_first_observer)
11982 (detach_second_observer, detach_third_observer)
11983 (reset_counters, check_counters): Make $message a prefix.
11984 (test_normal_stop_notifications): Add "args" parameter - a list of
11985 init functions to be called. Make $message a prefix,
11986 (test_observer_normal_stop): Change the message prefixes so that
11987 they are unique, pass the attach / detach procedures to
11988 test_normal_stop_notifications.
11989
11990 * gdb.base/signull.exp (test_segv): Prefix all tests with
11991 "${name}". Clean up test messages.
11992
11993 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
11994
11995 * gdb.base/ena-dis-br.exp: Update copyright.
11996 (break_at): New function. Replace send_gdb with gdb_test,
11997 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
11998 ignore count, not stopped at bpt", with KFAIL.
11999
12000 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
12001
12002 * gdb.base/attach.exp: Remove cleanupfile handling.
12003
12004 2004-07-12 Andrew Cagney <cagney@gnu.org>
12005
12006 * gdb.base/annota1.exp: Cleanup corefile test name.
12007 * gdb.base/annota3.exp: Ditto.
12008
12009 2004-07-12 Andrew Cagney <cagney@gnu.org>
12010
12011 * gdb.base/signals.exp: Clean up copyright, re-indent.
12012
12013 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
12014 gdb_test and gdb_test_multiple.
12015
12016 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
12017
12018 * gdb.java/jmain.exp: Fix expected line number for main to
12019 break at. Set XFAIL for break at main test since gcj does not
12020 provide line number info for first statement in main.
12021
12022 2004-07-08 Andrew Cagney <cagney@gnu.org>
12023
12024 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
12025
12026 * gdb.base/sigbpt.exp: Make the common part of each test name a
12027 prefix instead of suffix.
12028
12029 2004-07-07 Bob Rossi <bob_rossi@cox.net>
12030
12031 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12032 test from test_tbreak_creation_and_listing to
12033 test_file_list_exec_source_file
12034 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12035 Changed name of test from test_tbreak_creation_and_listing to
12036 test_file_list_exec_source_file
12037
12038 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12039
12040 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12041 the jmisc() constructor instead of <init>.
12042 * gdb.java/jmisc1.exp: Ditto.
12043
12044 2004-07-07 Andrew Cagney <cagney@gnu.org>
12045
12046 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
12047 corrupting the PC.
12048
12049 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
12050
12051 * gdb.cp/templates.exp: Accept whitespace change in demangler
12052 output.
12053
12054 2004-07-06 Andrew Cagney <cagney@gnu.org>
12055
12056 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
12057
12058 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
12059
12060 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
12061 * lib/compiler.cc: Likewise.
12062
12063 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
12064
12065 * lib/compiler.cc: Work around string preprocessing problem
12066 with old hp c++ compiler.
12067 * lib/compiler.c: Likewise.
12068
12069 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12070
12071 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
12072 directives to conditionalize symbol prefixing.
12073 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
12074 additional_flags handling. Add underscore prefix for Cygwin.
12075 * gdb.arch/i386-unwind.c: Use preprocessor directives to
12076 conditionalize symbol prefixing.
12077 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
12078 additional_flags handling. Add underscore prefix for Cygwin.
12079
12080 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12081
12082 * gdb.base/bigcore.exp: Skip test on Cygwin.
12083
12084 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
12085
12086 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
12087 formats for "info register". Use gdb_test_multiple. Fix
12088 the "invalid register" test.
12089
12090 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
12091
12092 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
12093 PID for Cygwin. Add Cygwin specific strings to check for in some
12094 tests.
12095 (do_attach_tests): Add a test for user interaction when attaching
12096 to a process with no matching symbol table already loaded.
12097
12098 2004-06-26 Andrew Cagney <cagney@gnu.org>
12099
12100 Test PR java/1567 and PR java/1565.
12101 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
12102 * gdb.java/jmisc2.exp: Delete file.
12103
12104 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
12105
12106 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
12107
12108 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
12109
12110 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
12111 attach process.
12112
12113 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
12114
12115 * gdb.cp/pr-1553.exp: Remove.
12116
12117 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
12118
12119 * gdb.cp/pr-1553.cc: Remove.
12120 * gdb.cp/pr-1553.exp: Disable this test.
12121
12122 2004-06-20 Jim Blandy <jimb@redhat.com>
12123
12124 Fix PR testsuite/1680.
12125 * gdb.arch/i386-sse.exp: Properly quote curly braces in
12126 regular expressions.
12127
12128 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
12129
12130 Fix PR testsuite/1679.
12131 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
12132 Issue an UNSUPPORTED result instead.
12133
12134 2004-06-18 Jim Blandy <jimb@redhat.com>
12135
12136 * gdb.base/charset.exp: Only send a control-C if we see a new
12137 prompt and incomplete command.
12138
12139 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
12140
12141 * gdb.cp/pr-574.cc: Add copyright notice.
12142
12143 2004-06-17 Jim Blandy <jimb@redhat.com>
12144
12145 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12146 cases where the regexp has no groups; this grabs random text from
12147 the previous test suite, whatever that was.
12148
12149 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
12150
12151 * gdb.cp/printmethod.cc: Add copyright notice.
12152
12153 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
12154
12155 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12156
12157 2004-06-16 Andrew Cagney <cagney@gnu.org>
12158
12159 * gdb.base/signull.c: Update copyright. Include <string.h>.
12160 (bowler): Replace data_pointer with data_read
12161 and data_write cases. Add code_descriptor case.
12162 (zero, desc): New array and pointer.
12163 (data, code): Change to simple pointers.
12164 * gdb.base/signull.exp: Fix probe pattern matching a function
12165 descriptor SIGSEGV. Replace data_pointer with data_read and
12166 data_write tests.
12167
12168 2004-06-16 Andrew Cagney <cagney@gnu.org>
12169
12170 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12171
12172 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12173
12174 * gdb.base/long_long.c: Add copyright notice.
12175
12176 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12177
12178 * gdb.base/long_long.exp: Remove reference to
12179 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
12180 to gdb_breakpoint and gdb_continue_to_breakpoint.
12181
12182 2004-06-14 Jim Blandy <jimb@redhat.com>
12183
12184 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12185 endian case.
12186
12187 2004-06-14 Andrew Cagney <cagney@gnu.org>
12188
12189 * gdb.base/gcore.exp (capture_command_output): Delete the always
12190 passing tests containing inferior values.
12191 * gdb.base/ending-run.exp: Do not include the breakpoint address
12192 in the test message. Update copyright.
12193 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12194 size in the test name, use gdb_test_multiple. Update copyright.
12195
12196 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12197
12198 * gdb.cp/ref-types.cc: Add copyright notice.
12199
12200 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12201
12202 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12203 hp_aCC_compiler.
12204 * lib/compiler.cc: Likewise.
12205 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12206 'set' commands. Log diagnostics for other lines. Set
12207 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12208
12209 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
12210
12211 * gdb.cp/try_catch.cc: Add copyright notice.
12212
12213 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
12214
12215 * gdb.cp/userdef.cc: Add copyright notice.
12216
12217 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
12218
12219 * gdb.cp/virtfunc.cc: Add copyright notice.
12220
12221 2004-06-11 Randolph Chung <tausq@debian.org>
12222
12223 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12224 problem.
12225
12226 2004-06-10 Andrew Cagney <cagney@gnu.org>
12227
12228 * lib/compiler.cc, lib/compiler.c: Append either
12229 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12230 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12231 instead of gcc-3-3.
12232
12233 2004-06-09 Andrew Cagney <cagney@gnu.org>
12234
12235 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12236 gdb/1455, bug is specific to "long long" and "double".
12237
12238 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12239 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12240 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
12241 fixed.
12242
12243 2004-06-09 Andrew Cagney <cagney@gnu.org>
12244
12245 * gdb.base/structs.exp (test_struct_returns): Replace
12246 "return_value_unknown" and "finish_value_unknown" by
12247 "return_value_known" and "finish_value_known". Instead of
12248 "return_value_unknown" iff "finish_value_unknown", check
12249 "return_value_known" implies "finish_value_known".
12250
12251 2004-06-08 Martin Hunt <hunt@redhat.com>
12252
12253 * gdb.base/float.exp: Add pattern for mips targets.
12254
12255 2004-06-08 Randolph Chung <tausq@debian.org>
12256
12257 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12258 message for unknown architectures more clear.
12259
12260 2004-06-08 Joel Brobecker <brobecker@gnat.com>
12261
12262 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12263 start the execution of the program.
12264
12265 2004-06-07 Jim Blandy <jimb@redhat.com>
12266
12267 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12268 * gdb.arch/i386-cpuid.h: New helper file.
12269
12270 2004-06-07 Randolph Chung <tausq@debian.org>
12271
12272 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12273 has started.
12274
12275 2004-06-04 Roland McGrath <roland@redhat.com>
12276
12277 Fix PR gdb/1647.
12278 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12279 differently to be robust to output buffering differences.
12280
12281 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
12282
12283 * gdb.threads/pthreads.exp: Update copyright years.
12284 (check_control_c): Change asynchronous 'after' to synchronous.
12285
12286 2004-06-04 Roland McGrath <roland@redhat.com>
12287
12288 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
12289 next gdb prompt.
12290
12291 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
12292
12293 Fix PR gdb/1636.
12294 * gdb.threads/manythreads.exp: Change asynchronous 'after'
12295 calls to synchronous.
12296
12297 2004-05-26 Jim Blandy <jimb@redhat.com>
12298
12299 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
12300
12301 2004-05-24 Randolph Chung <tausq@debian.org>
12302
12303 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
12304 * gdb.asm/pa.inc: New file.
12305
12306 2004-05-22 Mark Kettenis <kettenis@gnu.org>
12307
12308 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
12309
12310 2004-05-21 Joel Brobecker <brobecker@gnat.com>
12311 Daniel Jacobowitz <drow@mvista.com>
12312
12313 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
12314 GDB prompt.
12315
12316 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12317
12318 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
12319 setjmp/longjmp. Use sigaction instead of signal.
12320
12321 2004-05-19 J. Brobecker <brobecker@gnat.com>
12322 Michael Snyder <msnyder@redhat.com>
12323
12324 * gdb.threads/pthread_cond_wait.c: New file.
12325 * gdb.threads/pthread_cond_wait.exp: New testcase.
12326
12327 2004-05-13 Andrew Cagney <cagney@redhat.com>
12328
12329 * gdb.base/signull.exp, gdb.base/signull.c: New files.
12330 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
12331
12332 2004-05-11 Andrew Cagney <cagney@redhat.com>
12333
12334 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
12335 fixed but revealed gdb/1639.
12336
12337 2004-05-10 Andrew Cagney <cagney@redhat.com>
12338
12339 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
12340 func1" and "next to 2nd alarm", kernel bug avoided.
12341
12342 2004-05-10 Daniel Jacobowitz <dan@debian.org>
12343
12344 PR external/1568
12345 * gdb.base/bigcore.exp: Check the size of the dumped core file.
12346 XFAIL if it is smaller than bytes_allocated.
12347 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
12348 (main): Make chunks_allocated unsigned. Correct comment.
12349
12350 2004-05-07 Joel Brobecker <brobecker@gnat.com>
12351
12352 * gdb.arch/powerpc-aix-prologue.c: New file.
12353 * gdb.arch/powerpc-aix-prologue.exp: New file.
12354
12355 2004-05-07 Jim Blandy <jimb@redhat.com>
12356
12357 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12358 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12359
12360 2004-05-06 Joel Brobecker <brobecker@gnat.com>
12361
12362 * gdb.base/sep.exp: No longer setup_kfail when the program was
12363 built with dwarf2.
12364
12365 2004-05-05 Jim Ingham <jingham@apple.com>
12366
12367 * gdb.base/pending.exp: Make sure pending breakpoints
12368 preserve the ignore count.
12369
12370 2004-04-27 Jerome Guitton <guitton@gnat.com>
12371
12372 * i386-prologue.exp: Add testcase for jump instruction as first
12373 instruction of the real code.
12374 * i386-prologue.c (jump_at_beginning): New function.
12375
12376 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12377
12378 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12379 x86_64-*-*.
12380
12381 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12382
12383 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12384 i*86-*-*.
12385
12386 2004-04-25 Mark Kettenis <kettenis@gnu.org>
12387
12388 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12389 expression that checks the return type.
12390
12391 2004-04-23 Andrew Cagney <cagney@redhat.com>
12392
12393 * gdb.base/call-sc.exp: New test of scalar call/return values.
12394 * gdb.base/call-sc.c: Ditto.
12395
12396 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12397
12398 * gdb.threads/manythreads.c: Reduce thread stack size.
12399
12400 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12401
12402 * gdb.threads/manythreads.c: Add copyright notice.
12403
12404 2004-04-23 Andrew Cagney <cagney@redhat.com>
12405
12406 * gdb.base/siginfo.exp: Better handle step out of signal.
12407 * gdb.base/sigstep.exp: Ditto.
12408
12409 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
12410 Daniel Jacobowitz <drow@mvista.com>
12411
12412 * gdb.threads/manythreads.c: New testcase.
12413 * gdb.threads/manythreads.exp: Ditto.
12414
12415 2004-04-22 Jim Blandy <jimb@redhat.com>
12416
12417 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12418 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12419
12420 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12421
12422 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12423
12424 2004-04-21 Andrew Cagney <cagney@redhat.com>
12425
12426 * gdb.base/sigstep.c: New file.
12427 * gdb.base/sigstep.exp: New file.
12428
12429 2004-04-16 Joel Brobecker <brobecker@gnat.com>
12430
12431 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12432 call to observer_notify_normal_stop.
12433
12434 2004-04-15 Andrew Cagney <cagney@redhat.com>
12435
12436 * gdb.base/siginfo.c: New file.
12437 * gdb.base/siginfo.exp: New file.
12438
12439 2004-04-12 J. Brobecker <brobecker@gnat.com>
12440
12441 * gdb.base/sep.exp: Fix typo in comment.
12442
12443 2004-04-12 J. Brobecker <brobecker@gnat.com>
12444
12445 * gdb.base/sep.c: New file.
12446 * gdb.base/sep-proc.c: New file.
12447 * gdb.base/sep.exp: New testcase.
12448
12449 2004-04-09 Mark Kettenis <kettenis@gnu.org>
12450
12451 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12452 support.
12453
12454 2004-04-05 Andrew Cagney <cagney@redhat.com>
12455
12456 * gdb.base/sigaltstack.c: New file.
12457 * gdb.base/sigaltstack.exp: New file.
12458
12459 2004-04-04 Joel Brobecker <brobecker@gnat.com>
12460
12461 * gdb.base/foll-fork.exp: Update the expected output for
12462 "help set follow-fork-mode", to match a change that was made
12463 to the help of this variable on 2004-01-13.
12464
12465 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12466
12467 * lib/ada.exp: Add copyright notice.
12468 * bar.ads: Likewise.
12469 * bar.adb: Likewise.
12470 * null_record.adb: Likewise.
12471 * null_record.exp: Likewise.
12472 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12473
12474 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12475
12476 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12477 * configure: Regenerate.
12478
12479 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12480
12481 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12482 to build the application. Remove the message printed when in
12483 verbose mode, redundant with the UNSUPPORTED message above.
12484
12485 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12486
12487 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12488 * gdb.ada (null_record.exp): New testcase.
12489
12490 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12491
12492 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12493
12494 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12495
12496 * gdb.ada: New subdirectory.
12497 * gdb.ada/Makefile.in: New file.
12498 * gdb.ada/gnat_ada.gpr.in: New file.
12499
12500 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12501
12502 * lib/ada.exp: New file.
12503
12504 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
12505
12506 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12507 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12508
12509 2004-03-22 Andrew Cagney <cagney@redhat.com>
12510
12511 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12512 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12513 Problem identified by Ulrich Weigand.
12514
12515 2004-03-17 David Carlton <carlton@kealia.com>
12516
12517 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12518 PR c++/826.
12519
12520 2004-03-16 Roland McGrath <roland@redhat.com>
12521
12522 * gdb.base/auxv.exp: New file.
12523 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12524
12525 2004-03-12 David Carlton <carlton@kealia.com>
12526
12527 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12528 * gdb.cp/pr-1553.cc: Ditto.
12529 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12530 pass branch.
12531
12532 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12533
12534 * gdb.cp/templates.exp: Accept more template types.
12535
12536 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12537
12538 From Corinna Vinschen with modifications.
12539 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12540 local variable obj_with_enum.
12541 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12542 results with obj_with_enum.
12543
12544 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12545
12546 * gdb.cp/classes.cc: New file, copied from misc.cc.
12547 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12548
12549 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12550
12551 * gdb.cp/misc.cc: Add copyright notice.
12552
12553 2004-03-05 David Carlton <carlton@kealia.com>
12554
12555 * gdb.cp/rtti.exp: Add 'print *obj3' test.
12556 * gdb.cp/rtti.h: Update copyright.
12557 (namespace n2::n3): New.
12558 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12559 (n2::n3::func3): New.
12560 (main): Call n2::n3::func3.
12561 * gdb.cp/rtti2.cc: Update copyright.
12562 (n2::create3): New.
12563
12564 2004-03-04 Mark Kettenis <kettenis@gnu.org>
12565
12566 * gdb.asm/openbsd.inc: Fix typo.
12567
12568 2004-03-03 Fred Fish <fnf@redhat.com>
12569
12570 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12571 "val" instead of unused "size". Update copyright year.
12572
12573 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12574
12575 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
12576 to use unsigned char.
12577 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12578 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12579
12580 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12581
12582 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12583 line of output.
12584
12585 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12586
12587 * gdb.base/relocate.c (dummy): Initialize.
12588
12589 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12590
12591 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
12592 a breakpoint at exit.
12593
12594 2004-02-27 Fred Fish <fnf@redhat.com>
12595
12596 * gdb.base/chng-syms.exp: Add expect condition to match failing
12597 case that isn't a timeout.
12598
12599 2004-02-27 Andrew Cagney <cagney@redhat.com>
12600
12601 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12602 support.
12603
12604 2004-02-26 Fred Fish <fnf@redhat.com>
12605
12606 * gdb.arch/gdb1431.c: Remove.
12607 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12608 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12609 of "until" incorrectly.
12610
12611 2004-02-26 J. Brobecker <brobecker@gnat.com>
12612
12613 * gdb.cp/class2.cc (empty): New class.
12614 (refer): New function.
12615 (main): Declare an object of type empty and use it.
12616 * gdb.cp/class2.exp: Print the value of an object of type empty.
12617
12618 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
12619
12620 * gdb.base/langs.exp: Update query string to match the
12621 new nquery format used for pending breakpoints.
12622
12623 2004-02-26 Andrew Cagney <cagney@redhat.com>
12624
12625 Fix PR i18n/1570.
12626 * gdb.base/charset.c: Update copyright notice.
12627 (main, init_string): Remove the escape character '\e' tests.
12628 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12629 * gdb.base/charset.exp (valid_host_charset): Ditto.
12630 * gdb.base/setvar.exp: Ditto.
12631
12632 2004-02-24 Andrew Cagney <cagney@redhat.com>
12633
12634 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12635 mmapped data in core file" PASS and FAIL messages consistent.
12636
12637 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12638 setting a breakpoint. Work around PR java/1565.
12639
12640 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
12641
12642 * lib/gdb.exp (gdb_breakpoint): Update query string to match
12643 new nquery format.
12644 * gdb.base/pending.exp: Ditto.
12645
12646 2004-02-22 Mark Kettenis <kettenis@gnu.org>
12647
12648 * configure.in: Run stabs tests on *BSD.
12649 * configure: Regenerated.
12650
12651 2004-02-21 Mark Kettenis <kettenis@gnu.org>
12652
12653 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12654
12655 2004-02-20 Fred Fish <fnf@redhat.com>
12656
12657 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12658 blank in test for "returns short", for consistency with other
12659 "returns xxx" tests. Update copyright year.
12660
12661 2004-02-19 Fred Fish <fnf@redhat.com>
12662
12663 New testcase for PR breakpoint/1558.
12664 * gdb.arch/gdb1558.exp: New file.
12665 * gdb.arch/gdb1558.c: New file.
12666
12667 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
12668
12669 * gdb.base/nodebug.exp: Fix typo.
12670
12671 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12672
12673 Committed by Jim Blandy <jimb@redhat.com>.
12674
12675 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12676
12677 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12678
12679 * gdb.base/float.exp: Support s390*-*-* targets.
12680
12681 2004-02-17 Adam Fedor <fedor@gnu.org>
12682
12683 * gdb.base/gdb1555.exp: New file.
12684 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12685
12686 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12687
12688 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12689
12690 2004-02-16 Fred Fish <fnf@redhat.com>
12691
12692 * gdb.arch/gdb1291.c: Remove
12693 * gdb.arch/gdb1291.s: New test input file.
12694 * gdb.arch/gdb1291.exp: Expand test to check case that should not
12695 fail. Test for correct result, known incorrect result, other
12696 failures and timeouts.
12697
12698 2004-02-16 Andrew Cagney <cagney@redhat.com>
12699
12700 * gdb.base/bigcore.exp: New file.
12701 * gdb.base/bigcore.c: New file.
12702
12703 2004-02-13 Andrew Cagney <cagney@redhat.com>
12704
12705 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12706 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12707 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12708 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12709 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12710 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12711 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12712 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12713 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12714 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12715
12716 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
12717
12718 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12719 executed is an alloc instruction.
12720
12721 2004-02-11 David Carlton <carlton@kealia.com>
12722
12723 * gdb.cp/breakpoint.exp: New.
12724 * gdb.cp/breakpoint.cc: New.
12725
12726 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
12727
12728 Partial fix for PR gdb/1543.
12729 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12730 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12731 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12732 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12733 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12734 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12735 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12736 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12737 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12738 to bug-gdb@prep.ai.mit.edu .
12739 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12740 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12741 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12742 Likewise.
12743
12744 2004-02-10 Andrew Cagney <cagney@redhat.com>
12745
12746 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12747 using gdb_internal_error_resync.
12748
12749 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12750
12751 * gdb.threads/thread-specific.exp: Stop early if no threads are
12752 found.
12753
12754 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
12755
12756 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12757
12758 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
12759
12760 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12761 breakpoints.
12762
12763 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
12764
12765 * config/sim.exp (gdb_load): Handle $arg == "".
12766 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12767 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12768
12769 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12770
12771 * gdb.base/maint.exp: Update test to reflect
12772 obstack changes.
12773
12774 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
12775
12776 * gdb.base/pendshr.c (pendfunc): New function that calls
12777 pendfunc1.
12778 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12779
12780 2004-02-04 Fred Fish <fnf@redhat.com>
12781
12782 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12783 function symbols and update copyright years.
12784 * gdb.arch/gdb1291.c: Ditto.
12785
12786 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12787
12788 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
12789
12790 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12791
12792 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
12793
12794 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12795
12796 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12797
12798 2004-02-02 Fred Fish <fnf@redhat.com>
12799
12800 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12801 remote targets. Update copyright years.
12802
12803 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12804
12805 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12806 support.
12807 * gdb.base/langs.exp: Fix test which attempts to create
12808 breakpoint on non-existent function to handle new pending
12809 support.
12810 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12811 a breakpoint.
12812 * gdb.base/pending.exp: New test.
12813 * gdb.base/pending.c: New file.
12814 * gdb.base/pendshr.c: Ditto.
12815
12816 2004-02-02 David Carlton <carlton@kealia.com>
12817
12818 * gdb.cp/overload.exp: Add overloadNamespace tests.
12819 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12820 (overloadNamespace, XXX): New.
12821 (main): Call XXX::marker2.
12822
12823 2004-02-01 Fred Fish <fnf@redhat.com>
12824
12825 * gdb.base/dump.exp: Use runto_main instead of "runto main".
12826 * gdb.base/finish.exp: Ditto.
12827 * gdb.base/gcore.exp: Ditto.
12828 * gdb.base/huge.exp: Ditto.
12829 * gdb.base/info-proc.exp: Ditto.
12830 * gdb.base/return2.exp: Ditto.
12831 * gdb.threads/gcore-thread.exp: Ditto.
12832
12833 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12834
12835 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12836
12837 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12838
12839 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12840 that opening the file succeeds on OpenBSD.
12841
12842 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12843
12844 * gdb.threads/thread-specific.c: New file.
12845 * gdb.threads/threads-specific.exp: New test script.
12846 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12847 to expect_out.
12848
12849 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12850
12851 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
12852 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12853 only on the "print_small_structs from print_long_arg_list" test.
12854
12855 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12856
12857 * gdb.base/completion.exp: Kill a stray backslash.
12858
12859 From Jim Ingham <jingham@apple.com>:
12860 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12861 agrees with the result from sending a tab.
12862
12863 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12864
12865 * gdb.base/chng-syms.exp: Remove stray newline.
12866
12867 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12868
12869 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12870 *-*-openbsd*.
12871 * gdb.asm/openbsd.inc: New file.
12872
12873 2004-01-30 Mark Kettenis <kettenis@gnu.org>
12874
12875 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12876 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12877 *-*solaris2*. Remove commented out default settings for
12878 asm-flags. Replace gdb_compile with target_link.
12879
12880 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12881
12882 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
12883 for all tests. Remove old hp-ux and cygnus xfail cases.
12884
12885 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
12886
12887 * gdb.base/chng-syms.exp: New file.
12888 * gdb.base/chng-syms.c: New file.
12889
12890 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12891
12892 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
12893 Provide arms for current output in all my configurations.
12894
12895 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12896
12897 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12898 * lib/compiler.cc: Likewise.
12899 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12900 get the right preprocessor. Eval the output directly. Remove
12901 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
12902 hp_f77_compiler and hp_f90_compiler completely.
12903 (gdb_preprocess): Delete.
12904 (get_compiler): Delete.
12905
12906 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12907
12908 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12909 <string.h>.
12910
12911 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12912
12913 * gdb.mi/mi-stack.exp: Update copyright.
12914
12915 2004-01-23 David Carlton <carlton@kealia.com>
12916
12917 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
12918 test for cp_lookup_transparent_type.
12919 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
12920 call them.
12921
12922 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
12923
12924 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
12925 after -var-update.
12926
12927 2004-01-23 David Carlton <carlton@kealia.com>
12928
12929 * gdb.cp/namespace.cc (C::ensureRefs): New.
12930 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
12931
12932 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12933
12934 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
12935 case "-stack-list-locals 2".
12936 * gdb.mi/mi-var-child.exp: Test for case
12937 "-var-list-children --all-values NAME".
12938
12939 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
12940
12941 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
12942
12943 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12944
12945 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
12946 used with gdb_test_multiple.
12947
12948 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
12949 read at address 0. This fixes PR testsuite/1504.
12950
12951 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
12952
12953 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
12954 Remove downloading, guessing the host executable, the calls to
12955 gdb_file_cmd and gdb_target_cmd, and "load" support.
12956 (infer_host_exec): New function broken out from gdb_load.
12957 (gdb_load): New wrapper for gdbserver_gdb_load.
12958 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
12959 gdb_target_cmd. Use -target-select.
12960 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
12961 Download binaries to the host. Clear last_mi_remote_file when
12962 we load a new binary.
12963 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
12964 call gdbserver_gdb_load and mi_gdb_target_cmd.
12965
12966 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12967
12968 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
12969 type patterns.
12970
12971 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
12972
12973 * gdb.cp/templates.exp: Fix typo in test name of
12974 "print Foo<volatile char*>::foo".
12975
12976 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12977
12978 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
12979
12980 2004-01-16 Ben Elliston <bje@wasabisystems.com>
12981
12982 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
12983 (clean mostlyclean): Remove empty rm.
12984
12985 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
12986
12987 * gdb.base/setvar.exp: Add copyright years.
12988
12989 2004-01-14 David Carlton <carlton@bactrian.org>
12990
12991 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
12992 PR c++/1511 and update coment.
12993 * gdb.cp/templates.exp: Update patterns to match current output.
12994 If changes involve something other than whitespace, KFAIL
12995 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
12996
12997 2004-01-14 David Carlton <carlton@kealia.com>
12998
12999 * gdb.cp/namespace.exp: Add tests involving classes defined within
13000 namespaces.
13001 * gdb.cp/namespace.cc (C::CClass): New.
13002 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
13003
13004 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13005
13006 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
13007 what debug info we have. Print a better message if something goes
13008 wrong while producing the separate debug info file.
13009
13010 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13011
13012 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
13013
13014 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13015
13016 * gdb.base/callfuncs.c: Add copyright notice.
13017
13018 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
13019
13020 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
13021 inheritance. PR gdb/1498, PR gcc/13539.
13022
13023 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
13024
13025 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13026 test specific name.
13027 * gdb.mi/gdb669.exp: Ditto.
13028 * gdb.mi/mi-pthreads.exp: Ditto.
13029 * gdb.mi/mi1-pthreads.exp: Ditto.
13030 * gdb.mi/mi2-pthreads.exp: Ditto.
13031
13032 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13033
13034 * gdb.cp/member-ptr.cc: Add copyright notice.
13035
13036 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13037
13038 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13039 some patterns for recent versions of gcc and hpacc. Delete
13040 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13041 Delete tests that access a NULL pointer-to-member-data. This
13042 script is still disabled for gcc.
13043
13044 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13045
13046 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
13047 escaped correctly.
13048
13049 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13050
13051 * gdb.base/sepdebug.exp: New file.
13052 * gdb.base/sepdebug.c: New file.
13053 * lib/gdb.exp (separate_debug_filename): New procedure.
13054 (gdb_gnu_strip_debug): New procedure.
13055
13056 2004-01-12 Andrew Cagney <cagney@redhat.com>
13057
13058 * gdb.mi/ChangeLog: Delete file. Renamed to ...
13059 * gdb.mi/ChangeLog-1999-2003: New file.
13060
13061 2004-01-12 Andrew Cagney <cagney@redhat.com>
13062
13063 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
13064 "Renaming a directory to a non-empty directory returns ENOTEMPTY
13065 or EEXIST", treat EBUSY as an XFAIL.
13066
13067 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
13068
13069 * gdb.base/scope.exp: Remove obsolete setup_xfail for
13070 hp_cc_compiler.
13071
13072 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13073
13074 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
13075 decorations.
13076
13077 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13078
13079 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
13080 and "(aCC)" decorations. Remove obsolete doco about old
13081 test results.
13082
13083 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13084
13085 * gdb.cp/exception.exp: Fix typo in doco.
13086
13087 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13088
13089 * gdb.base/gdb1476.exp: Fix typo.
13090
13091 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13092
13093 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
13094 file.
13095
13096 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13097
13098 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
13099 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
13100 Use gdb_compile. Remove restriction on gcc. Add some patterns
13101 for recent version of gdb. Delete second half, which was a copy
13102 of the first half with different build flags. This test is
13103 still disabled because it is still not ready for production.
13104
13105 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13106
13107 * gdb.cp/exception.cc: Add copyright notice.
13108 * gdb.cp/exception.exp: Add a notice that this file is broken
13109 because of line number changes caused by addition of copyright
13110 notice.
13111
13112 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13113
13114 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
13115 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
13116
13117 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13118
13119 * gdb.cp/classes.exp: Accept gnu abi 2.
13120 * gdb.cp/derivation.exp: Likewise.
13121 * gdb.cp/overload.exp: Likewise.
13122 * gdb.cp/virtfunc.exp: Likewise.
13123
13124 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13125
13126 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
13127 semicolon after end of function.
13128
13129 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13130
13131 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
13132 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
13133 boilerplate code for compiling and running the program under
13134 test. Add some string method tests.
13135
13136 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13137
13138 * gdb.cp/bs15503.cc: Add copyright notice.
13139 * gdb.cp/bs15503.exp: Adjust line number.
13140
13141 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13142
13143 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13144 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13145
13146 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13147
13148 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13149 hp_cc_compiler.
13150
13151 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13152
13153 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13154 * gdb.cp/ctti.exp: Use the marker instead of "next".
13155 With gcc, run further before bailing.
13156
13157 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13158
13159 * gdb.cp/cttiadd.cc: Add copyright notice.
13160 * gdb.cp/cttiadd1.cc: Likewise.
13161 * gdb.cp/cttiadd2.cc: Likewise.
13162 * gdb.cp/cttiadd3.cc: Likewise.
13163
13164 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13165
13166 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
13167 Use gdb_test, gdb_test_multiple. Use floating-point values that
13168 have exact representations in IEEE-ish formats.
13169
13170 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13171
13172 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13173 compilers. Delete duplicate call to get_compiler_info.
13174 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13175 * gdb.base/volatile.exp: Likewise.
13176
13177 2004-01-07 Mark Kettenis <kettenis@gnu.org>
13178
13179 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13180 memory at address 0.
13181
13182 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13183
13184 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13185 to test for hp-ux assembler. Fix copyright years.
13186
13187 2004-01-07 Andrew Cagney <cagney@redhat.com>
13188
13189 * gdb.base/fileio.c (strerrno): Add "EBUSY".
13190
13191 2004-01-07 Andrew Cagney <cagney@redhat.com>
13192
13193 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13194 when creating the read-only file. From analysis by Roland McGrath
13195 and Elena Zannoni.
13196
13197 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13198
13199 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13200
13201 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13202
13203 * gdb.base/cvexpr.c: Be type-safe with function pointers and
13204 data pointers.
13205
13206 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13207
13208 * gdb.cp/m-static.exp: Compile one source file at a time.
13209 Delete unused call to get_compiler_info.
13210
13211 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13212
13213 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13214 * gdb.base/call-rt-st.exp: Likewise.
13215 * gdb.base/nodebug.exp: Likewise.
13216 * gdb.base/volatile.exp: Likewise.
13217 * gdb.cp/ref-types.exp: Likewise.
13218 * gdb.cp/templates.exp: Likewise.
13219
13220 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13221
13222 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13223
13224 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
13225
13226 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13227 hppa*-hp-hpux*.
13228
13229 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13230
13231 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13232 x86_64-*-*.
13233
13234 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13235 sparc64-*-* and sparc*-solaris2*.
13236
13237 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13238
13239 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13240 return ${tests}" test. The ${tests} already mentions the
13241 filename.
13242
13243 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13244
13245 * gdb.cp/local.exp: Accept gcc abi 2.
13246
13247 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13248
13249 * gdb.cp/templates.exp: Accept gcc abi 2.
13250
13251 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13252
13253 * lib/compiler.cc: Remove supports_template_debugging.
13254 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13255
13256 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13257
13258 * gdb.cp/namespace.exp: Accept gcc abi 2.
13259
13260 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13261
13262 * gdb.cp/method.exp: Accept gcc abi 2.
13263
13264 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13265
13266 * gdb.cp/classes.exp: Generate identical results as old version.
13267 * gdb.cp/derivation.exp: Likewise.
13268 * gdb.cp/overload.exp: Likewise.
13269 * gdb.cp/virtfunc.exp: Likewise.
13270
13271 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13272
13273 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13274 mysterious bug with sourceware version of expect.
13275
13276 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13277
13278 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
13279 current versions of gcc, including gcc abi 2. Remove gratuitous
13280 restart of test program. Use gdb_test_multiple and gdb_test for
13281 all tests. Add patterns to xfail missing "const" in "const char *"
13282 and kfail PR gdb/1155.
13283
13284 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13285
13286 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
13287 current versions of gcc, including gcc abi 2. Remove gratuitous
13288 restart of test program. Use gdb_test_multiple and gdb_test for
13289 all tests. Add patterns to kfail PR gdb/1498.
13290
13291 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13292
13293 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
13294 current versions of gcc, including gcc abi 2. Use "breakpoint"
13295 and "continue" instead of restarting the target program. Use
13296 gdb_test_multiple and gdb_test for all tests.
13297
13298 2004-01-01 Mark Kettenis <kettenis@gnu.org>
13299
13300 * gdb.asm/asm-source.exp: Update copyright year. Link statically
13301 for *-*-solaris2*.
13302
13303 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13304
13305 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
13306 current versions of gcc, including gcc abi 2. Use "breakpoint"
13307 and "continue" instead of restarting the target program several
13308 times. Use gdb_test_multiple and gdb_test for all tests.
13309
13310 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
13311
13312 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
13313 source files.
13314
13315 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13316
13317 * gdb.base/environ.exp: Handle compiling test case from multiple
13318 source files.
13319
13320 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13321
13322 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
13323
13324 2003-12-17 Jim Blandy <jimb@redhat.com>
13325
13326 * gdb.base/freebpcmd.c: Add copyright notice.
13327
13328 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
13329
13330 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13331
13332 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
13333
13334 2003-12-13 Jim Blandy <jimb@redhat.com>
13335
13336 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
13337
13338 2003-12-12 Kevin Buettner <kevinb@redhat.com>
13339
13340 * gdb.asm/frv.inc: New file.
13341 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
13342
13343 2003-12-09 Fred Fish <fnf@redhat.com>
13344
13345 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13346 functions to break1.c and leave prototypes behind. Add more
13347 "set breakpoint NN here" comments.
13348 * gdb.base/break1.c: New file.
13349
13350 * gdb.base/break.exp: Handle compiling test case from multiple
13351 source files and change source file references as needed.
13352 * gdb.base/completion.exp: Ditto.
13353 * gdb.base/condbreak.exp: Ditto.
13354 * gdb.base/define.exp: Ditto.
13355 * gdb.base/ena-dis-br.exp: Ditto.
13356 * gdb.base/info-proc.exp: Ditto.
13357 * gdb.base/maint.exp: Ditto.
13358 * gdb.base/until.exp: Ditto.
13359
13360 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13361 hardcoded line numbers.
13362 * gdb.base/define.exp: Ditto.
13363 * gdb.base/ena-dis-br.exp: Ditto.
13364 * gdb.base/maint.exp: Ditto.
13365 * gdb.base/until.exp: Ditto.
13366
13367 * gdb.base/completion.exp: Use "break1" for completion tests since
13368 "break" is no longer a unique prefix.
13369
13370 2003-12-06 Andrew Cagney <cagney@redhat.com>
13371
13372 * gdb.base/structs.exp (test_struct_returns): When applicable, set
13373 "return_value_unimplemented". When an unimplemented struct return
13374 architecture, report incorrect values as a KFAIL
13375
13376 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13377
13378 * gdb.cp/rtti.exp: Accept new wording of warning from
13379 cp_lookup_rtti_type.
13380
13381 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13382
13383 Partial fix for PR testsuite/1456.
13384 * gdb.base/scope.exp (test_at_main): Replace references to
13385 gcc_compiled with calls to test_compiler_info.
13386 (test_at_foo): Likewise.
13387 (test_at_bar): Likewise.
13388
13389 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13390
13391 Partial fix for PR testsuite/1456.
13392 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13393 to test_compiler_info.
13394
13395 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13396
13397 * gdb.base/so-impl-ld.exp: Update copyright notice.
13398
13399 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13400
13401 Partial fix for PR testsuite/1456.
13402 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13403 to test_compiler_info.
13404
13405 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13406
13407 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13408 from current versions of gdb. Clean up regular expressions.
13409 Delete redundant timeout case.
13410
13411 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13412
13413 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13414 from current versions of gdb. Clean up regular expressions.
13415 Delete redundant timeout case.
13416
13417 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13418
13419 Partial fix for PR testsuite/1456.
13420 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13421 gcc_compiled with call to test_compiler_info.
13422
13423 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13424
13425 Partial fix for PR testsuite/1456.
13426 * gdb.base/list.exp (test_list_function): Delete unused declaration
13427 of gcc_compiled.
13428
13429 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13430
13431 Partial fix for PR testsuite/1456.
13432 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13433 call to test_compiler_info.
13434
13435 2003-11-29 Mark Kettenis <kettenis@gnu.org>
13436
13437 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13438 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13439 it to create the appropriate note.inc.
13440 * gdb.asm/asmsrc1.s: Include "note.inc".
13441 * gdb.asm/netbsd.inc: New file.
13442 * gdb.asm/empty.inc: New file.
13443
13444 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13445
13446 Partial fix for PR testsuite/1456.
13447 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13448 calls to test_compiler_info.
13449
13450 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13451
13452 Partial fix for PR testsuite/1456.
13453 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13454 calls to test_compiler_info.
13455
13456 2003-11-27 Mark Kettenis <kettenis@gnu.org>
13457
13458 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13459 pattern for the KFAILs.
13460
13461 2003-11-25 Adam Fedor <fedor@gnu.org>
13462
13463 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13464 * gdb.objc/objcdecode.m: New file.
13465
13466 2003-11-25 Adam Fedor <fedor@gnu.org>
13467
13468 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13469 * gdb.objc/nondebug.m: New file.
13470
13471 2003-11-26 Ben Elliston <bje@wasabisystems.com>
13472
13473 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13474 NetBSD as it does on FreeBSD. Modelled on a similar change by
13475 Mark Kettenis on 2003-05-30.
13476 (link-flags): Set to "--entry _start" regardless of target.
13477 Special linker flags are to be appended to $link-flags.
13478 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13479
13480 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13481
13482 * gdb.cp/method.exp: Accept output of new demangler.
13483
13484 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13485
13486 * gdb/class2.exp: New file.
13487 * gdb/class2.cc: New file.
13488
13489 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13490
13491 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13492 of new demangler.
13493
13494 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13495
13496 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13497 of gdb_test "run".
13498
13499 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13500
13501 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13502 "continue" into "run".
13503
13504 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13505
13506 Partial fix for PR testsuite/1456.
13507 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13508 call to test_compiler_info.
13509 * gdb.cp/ctti.exp: Likewise.
13510 * gdb.cp/derivation.exp: Likewise.
13511 * gdb.cp/member-ptr.exp: Likewise.
13512 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13513 reference to gcc_compiled.
13514
13515 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13516
13517 Fix PR testsuite/1463.
13518 * gdb.base/structs.exp (start_structs_test): Call
13519 get_debug_format before using the debug format.
13520
13521 2003-11-22 Andrew Cagney <cagney@redhat.com>
13522
13523 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13524 * gdb.base/structs.exp: Use gdb_test_multiple.
13525
13526 2003-11-20 Andrew Cagney <cagney@redhat.com>
13527
13528 * gdb.base/structs.exp: Handle and recover from internal errors.
13529 Replace "foo${n}" with "foo<n>" in test messages.
13530
13531 * gdb.base/structs.exp: Update copyright. Rewrite.
13532 * gdb.base/structs.c: Update copyright. Rewrite.
13533
13534 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13535 resync count exceeded.
13536
13537 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13538 from the internal error.
13539 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13540 Original from Jim Blandy.
13541 (gdb_test_multiple): Use gdb_internal_error_resync.
13542
13543 2003-11-19 Andrew Cagney <cagney@redhat.com>
13544
13545 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13546 KFAIL.
13547
13548 2003-11-17 Mark Kettenis <kettenis@gnu.org>
13549
13550 New testcase for PR backtrace/1435.
13551 * gdb.arch/i386-unwind.exp: New file.
13552 * gdb.arch/i386-unwind.c: New file.
13553
13554 2003-11-17 Andrew Cagney <cagney@redhat.com>
13555
13556 * lib/gdb.exp (compiler_info): New global.
13557 (test_compiler_info): New function.
13558 (get_compiler_info): Set compiler_info.
13559 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
13560 "compiler_info" to gcc-<major>-<minor>.
13561
13562 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
13563
13564 * gdb.trace/configure: Remove.
13565
13566 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
13567
13568 * gdb.base/break.c: Add comments to aid finding line numbers for
13569 breakpoints.
13570 * gdb.base/break.exp: Remove all references to explicit line
13571 numbers.
13572
13573 2003-11-11 Nick Clifton <nickc@redhat.com>
13574
13575 * gdb.base/shreloc.exp: Do not run for targets which do not
13576 support shared objects.
13577
13578 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
13579
13580 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13581 Don't run tests if nofileio flag is given.
13582
13583 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
13584
13585 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
13586 as well as 'Watchpoint'.
13587
13588 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13589
13590 Reported by Jim Ingham <jingham@apple.com>:
13591 * gdb.base/annota1.exp: Match at least one occurrence of the
13592 signal handler annotation.
13593
13594 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13595
13596 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13597 as well as 'Watchpoint'.
13598
13599 2003-11-05 Michael Chastain <mec@shout.net>
13600
13601 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13602
13603 2003-11-03 Kris Warkentin <kewarken@qnx.com>
13604
13605 * gdb.arch/gdb1291.c: New test file.
13606 * gdb.arch/gdb1291.exp: New test script.
13607 * gdb.arch/gdb1431.c: New test file.
13608 * gdb.arch/gdb1431.exp: New test script.
13609
13610 2003-10-22 Michael Chastain <mec@shout.net>
13611
13612 * gdb.mi/pthreads.c: Add copyright notice.
13613
13614 2003-10-22 Michael Chastain <mec@shout.net>
13615
13616 * gdb.threads/pthreads.c: Add copyright notice.
13617
13618 2003-10-20 Michael Chastain <mec@shout.net>
13619
13620 * gdb.base/gdb1056.exp: New test script.
13621
13622 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13623
13624 * gdb.threads/killed.exp: Use gdb_run_cmd.
13625
13626 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13627
13628 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13629 create a core file.
13630 * gdb.threads/gcore-thread.exp: Likewise.
13631
13632 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
13633
13634 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13635 type, based on char type.
13636 (struct bit_flags_short_t): New bitfield type, based on short type.
13637 (init_bit_flags_char): New fuction.
13638 (init_bit_flags_short): Ditto.
13639 (print_bit_flags_char): Ditto.
13640 (print_bit_flags_short): Ditto.
13641 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13642
13643 2003-10-11 Michael Chastain <mec@shout.net>
13644
13645 * gdb.base/call-rt-st.exp: Update copyright year.
13646
13647 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
13648
13649 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13650 * gdb.disasm/sh3.s: Ditto.
13651
13652 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
13653
13654 * gdb.threads/switch-threads.exp: New test.
13655 * gdb.threads/switch-threads.c: New source file.
13656
13657 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
13658
13659 * gdb.base/ending-run.exp: Add sh specific case.
13660
13661 2003-10-06 Andrew Cagney <cagney@redhat.com>
13662
13663 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13664 * gdb.disasm/mn10200.exp: Delete obsolete file.
13665
13666 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
13667
13668 * ChangeLog: Correct an entry command.exp -> commands.exp.
13669 * gdb.base/commands.exp (bp_deleted_in_command_test)
13670 (temporary_breakpoint_commands): Check noargs.
13671
13672 2003-09-25 David Carlton <carlton@kealia.com>
13673
13674 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
13675 of some print tests, where appropriate. Add tests for C::D::cd,
13676 E::ce, F::cXfX, G::XgX.
13677 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13678
13679 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
13680
13681 * lib/java.exp (java_init): Import target_alias before using it.
13682
13683 2003-09-25 David Carlton <carlton@kealia.com>
13684
13685 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13686
13687 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
13688
13689 * gdb.base/selftest.exp: Accomodate more instruction reordering
13690 weirdness.
13691
13692 2003-09-17 Michael Chastain <mec@shout.net>
13693
13694 * gdb.cp/gdb1355.exp: New file.
13695 * gdb.cp/gdb1355.c: New file.
13696
13697 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
13698
13699 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13700 * gdb.asm/sh.inc: New file.
13701
13702 2003-09-11 David Carlton <carlton@kealia.com>
13703
13704 * gdb.cp/namespace.exp: Add tests for namespace types.
13705 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
13706 (test_namespace): New.
13707
13708 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
13709
13710 * gdb.base/relocate.exp: Handle new gdb output at startup.
13711 * gdb.stabs/weird.exp: Ditto.
13712
13713 2003-09-08 Michael Chastain <mec@shout.net>
13714
13715 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13716
13717 2003-09-07 Michael Chastain <mec@shout.net>
13718
13719 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13720 'parse error'.
13721
13722 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
13723
13724 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13725
13726 2003-08-30 Michael Chastain <mec@shout.net>
13727
13728 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13729 * gdb.gdb/observer.exp: Ditto.
13730 * gdb.gdb/xfullpath.exp: Ditto.
13731
13732 2003-08-29 Mark Kettenis <kettenis@gnu.org>
13733
13734 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13735 *-*-*bsd*.
13736
13737 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
13738
13739 * gdb.base/dump.exp: Skip for ia64.
13740
13741 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
13742
13743 * gdb.asm/asm-source.exp: Add ia64 support.
13744 * gdb.asm/ia64.inc: New file.
13745
13746 2003-08-22 Michael Chastain <mec@shout.net>
13747
13748 * gdb.cp: New directory.
13749 * gdb.cp/*: Copy from gdb.c++/*.
13750 * gdb.c++/*: Remove.
13751 * Makefile.in: Change gdb.c++ to gdb.cp.
13752 * configure.in: Ditto.
13753 * configure: Regnerate.
13754
13755 2003-08-18 Mark Kettenis <kettenis@gnu.org>
13756
13757 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13758 * gdb.arch/i386-prologue.c (gdb1338): Add function.
13759
13760 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13761
13762 * mi-var-display.exp (-var-list-children weird): Accept function
13763 pointers with argument types.
13764 * mi1-var-display.exp (-var-list-children weird): Likewise.
13765 * mi2-var-display.exp (-var-list-children weird): Likewise.
13766
13767 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13768
13769 * gdb.base/annota3.exp: Add missing newline.
13770
13771 2003-08-06 Michael Chastain <mec@shout.net>
13772
13773 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13774
13775 2003-08-12 Michael Snyder <msnyder@redhat.com>
13776
13777 * gdb.base/float.exp: Add test for SH.
13778
13779 2003-08-10 Mark Kettenis <kettenis@gnu.org>
13780
13781 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13782
13783 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13784
13785 * gdb.base/completion.exp: Remove reduntant completion test
13786 on filename.
13787
13788 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13789
13790 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13791 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13792 gdb.trace/save-trace.exp: Make sure that full pathnames are
13793 escaped correctly.
13794
13795 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13796
13797 * configure.in: Don't generate config.h from config.hin.
13798 * configure: Regenerate.
13799 * config.hin: Remove file.
13800 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13801 * gdb.threads/pthreads.c: Ditto.
13802
13803 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
13804
13805 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13806 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13807 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13808 Replace ld24 with seth/add3.
13809
13810 2003-08-02 Andrew Cagney <cagney@redhat.com>
13811
13812 * gdb.base/annota3.exp: New file.
13813 * gdb.base/annota3.c: New file.
13814 * gdb.c++/annota3.exp: New file.
13815 * gdb.c++/annota3.cc: New file.
13816
13817 2003-07-29 Michael Chastain <mec@shout.net>
13818
13819 * gdb.threads/tls.c (spin): Check errno only if sem_wait
13820 actually failed.
13821 (do_pass): Likewise.
13822 * gdb.threads/tls.exp: Always initialize no_of_threads.
13823
13824 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
13825
13826 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13827 pattern.
13828 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13829 * gdb.threads/tls.exp: Recognize one case of the host library not
13830 supporting TLS.
13831
13832 2003-07-27 Andrew Cagney <cagney@redhat.com>
13833
13834 * gdb.base/fileio.exp: Use SH when running commands using
13835 remote_exec.
13836
13837 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
13838
13839 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13840 * gdb.base/relocate.c (dummy): New padding array.
13841
13842 2003-07-22 Michael Snyder <msnyder@redhat.com>
13843
13844 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
13845
13846 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13847 patterns to be more general, accepting old and new output.
13848 Some output chars (such as '+') also must be quoted.
13849 Some addresses are displayed numerically instead of
13850 symbolically.
13851
13852 2003-07-23 Michael Snyder <msnyder@redhat.com>
13853
13854 * gdb.base/return2.exp: Don't test long-long return.
13855
13856 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13857 * gdb.disasm/t01_mov.exp: Ditto.
13858 * gdb.disasm/t02_mova.s: Ditto.
13859 * gdb.disasm/t02_mova.exp: Ditto.
13860 * gdb.disasm/t03_add.s: Ditto.
13861 * gdb.disasm/t03_add.exp: Ditto.
13862 * gdb.disasm/t04_sub.s: Ditto.
13863 * gdb.disasm/t04_sub.exp: Ditto.
13864 * gdb.disasm/t05_cmp.s: Ditto.
13865 * gdb.disasm/t05_cmp.exp: Ditto.
13866 * gdb.disasm/t06_ari2.s: Ditto.
13867 * gdb.disasm/t06_ari2.exp: Ditto.
13868 * gdb.disasm/t07_ari3.s: Ditto.
13869 * gdb.disasm/t07_ari3.exp: Ditto.
13870 * gdb.disasm/t08_or.s: Ditto.
13871 * gdb.disasm/t08_or.exp: Ditto.
13872 * gdb.disasm/t09_xor.s: Ditto.
13873 * gdb.disasm/t09_xor.exp: Ditto.
13874 * gdb.disasm/t10_and.s: Ditto.
13875 * gdb.disasm/t10_and.exp: Ditto.
13876 * gdb.disasm/t11_logs.s: Ditto.
13877 * gdb.disasm/t11_logs.exp: Ditto.
13878 * gdb.disasm/t12_bit.s: Ditto.
13879 * gdb.disasm/t12_bit.exp: Ditto.
13880 * gdb.disasm/t13_otr.s: Ditto.
13881 * gdb.disasm/t13_otr.exp: Ditto.
13882
13883 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13884
13885 * gdb.threads/tls.exp :Add kfail for 'info address' case.
13886
13887 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13888
13889 * gdb.threads/tls.c : New file.
13890 * gdb.threads/tls.exp : New file.
13891 * gdb.threads/tls-main.c : New file.
13892 * gdb.threads/tls-shared.c : New file.
13893 * gdb.threads/tls-shared.exp : New file.
13894
13895 2003-07-22 Andreas Schwab <schwab@suse.de>
13896
13897 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13898
13899 2003-07-20 Andreas Schwab <schwab@suse.de>
13900
13901 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13902 due to insn reordering.
13903
13904 2003-07-15 Andrew Cagney <cagney@redhat.com>
13905
13906 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13907
13908 2003-07-15 Michael Chastain <mec@shout.net>
13909
13910 * gdb.base/gdb1250.exp: New file.
13911 * gdb.base/gdb1250.c: New file.
13912
13913 2003-07-09 Michal Ludvig <mludvig@suse.cz>
13914
13915 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13916 expansion of size_t to 'unsigned long', not only to 'unsigned'.
13917
13918 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13919
13920 * gdb.threads/tls.c: New file.
13921 * gdb.threads/tls.exp: New file.
13922 * gdb.threads/tls-main.c: New file.
13923 * gdb.threads/tls-shared.c: New file.
13924 * gdb.threads/tls-shared.exp: New file.
13925
13926 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13927
13928 * gdb.base/annota1.exp: Make sure that we properly escape the
13929 full path of the source file. Xfail more permissive patterns,
13930 due to a compiler debug info problem.
13931
13932 2003-07-07 Andreas Schwab <schwab@suse.de>
13933
13934 * gdb.asm/m68k.inc: New file.
13935 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
13936
13937 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
13938 arguments"): Also match negative number.
13939
13940 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
13941
13942 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
13943
13944 * gdb.base/store.c (charest): New typedef.
13945 (add_char): Rename to add_charest, update.
13946 (wack_char): Rename to wack_charest, update types. Return l + r
13947 to keep r live across the call.
13948 (wack_short, wack_int, wack_long, wack_longest, wack_float)
13949 (wack_double, wack_doublest): Return l + r to keep r live across
13950 the call.
13951 * gdb.base/store.exp: Accomodate store.c changes.
13952
13953 2003-06-30 David Carlton <carlton@kealia.com>
13954
13955 * gdb.c++/maint.exp (test_invalid_name): New.
13956 (test_first_component): Add tests for invalid names.
13957
13958 2003-06-29 Michael Chastain <mec@shout.net>
13959
13960 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
13961 output of '<VTT for class>' for virtual base classes.
13962
13963 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13964
13965 * gdb.base/completion.exp: Tab-complete "complet" instead of
13966 "compl".
13967 * gdb.base/complex.exp, gdb.base/complex.c: New files.
13968
13969 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13970
13971 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
13972 * gdb.base/volatile.exp: Likewise.
13973
13974 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
13975
13976 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
13977 gdb/1265.
13978
13979 2003-06-28 Michael Chastain <mec@shout.net>
13980 Daniel Jacobowitz <drow@mvista.com>
13981
13982 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
13983 initial line count of 'captured_main' from 26 to 32.
13984 (test_with_self): Allow xmalloc call to be interleaved with the
13985 preceding two lines.
13986
13987 2003-06-24 Joel Brobecker <brobecker@gnat.com>
13988
13989 * gdb.base/bang.exp: New testcase.
13990
13991 2003-06-23 Joel Brobecker <brobecker@gnat.com>
13992
13993 * gdb.base/langs.exp: Add some tests for the "minimal" language
13994 support.
13995
13996 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
13997
13998 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
13999 the testcase.
14000
14001 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14002
14003 * gdb.base/relocate.exp: Test add-symbol-file with a variable
14004 offset.
14005
14006 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14007
14008 * gdb.c++/pr-1210.cc: New file.
14009 * gdb.c++/pr-1210.exp: New file.
14010
14011 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
14012
14013 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
14014 000-exec-continue.
14015
14016 2003-06-15 Mark Kettenis <kettenis@gnu.org>
14017
14018 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
14019 on *-*-*bsd* instead of *-*-freebsd*.
14020
14021 2003-06-14 Andrew Cagney <cagney@redhat.com>
14022
14023 * gdb.base/store.exp: Test longest and doublest. Test all
14024 parameters. Weaken return statement match.
14025 * gdb.base/store.c: Add longest and doublest - aka long long and
14026 long double functions. Put all parameters into local register
14027 variables. Use negative values.
14028
14029 2003-06-14 Andrew Cagney <cagney@redhat.com>
14030
14031 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14032 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14033 exit status.
14034 * gdb.base/fileio.exp: Disable target when nointerrupts and
14035 noinferiorio, instead of limiting it to remote. Use remote_exec
14036 instead of system.
14037
14038 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14039
14040 * gdb.base/float.exp: Add ia64 support.
14041
14042 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
14043
14044 * gdb.base/fileio.exp: Run only on remote targets.
14045
14046 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
14047
14048 * gdb.base/fileio.c: New file, testing File-I/O.
14049 * gdb.base/fileio.exp: Ditto.
14050
14051 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
14052
14053 * gdb.base/shreloc.exp: New file, check symbol values obtained from
14054 shared objects after relocation at load time (gdb PR/1132).
14055 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
14056 as above, part of the shared object relocation test.
14057
14058 2003-06-08 Mark Kettenis <kettenis@gnu.org>
14059
14060 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
14061 fully filled history list.
14062 * gdb.base/gdb_history: New file.
14063
14064 * gdb.base/signals.exp: XFAIL "continue to func1" on
14065 i*86-*-freebsd*.
14066
14067 * gdb.base/attach.exp: When trying to attach to a nonexistent
14068 process, make it possible to specify the PID based on the target,
14069 and do so for *-*-freebsd*.
14070
14071 2003-06-02 Richard Henderson <rth@redhat.com>
14072
14073 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
14074
14075 2003-06-02 Richard Henderson <rth@redhat.com>
14076
14077 * gdb.base/selftest.exp: Next over lim_at_start initialization.
14078
14079 2003-06-02 Richard Henderson <rth@redhat.com>
14080
14081 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
14082
14083 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
14084
14085 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
14086 of globalvar.
14087
14088 2003-06-01 Mark Kettenis <kettenis@gnu.org>
14089
14090 * gdb.asm/asm-source.exp: Check for memory read errors in
14091 disassembler test on *BSD too.
14092
14093 2003-06-01 Richard Henderson <rth@redhat.com>
14094
14095 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14096 for .frame.
14097 (gdbasm_call): Lose ldgp.
14098 (gdbasm_startup): Add frame information.
14099 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
14100
14101 2003-05-31 Mark Kettenis <kettenis@gnu.org>
14102
14103 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
14104 i?86-*-*.
14105
14106 2003-05-30 Mark Kettenis <kettenis@gnu.org>
14107
14108 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14109 FreeBSD.
14110
14111 2003-05-29 Richard Henderson <rth@redhat.com>
14112
14113 * gdb.asm/alpha.inc: New file.
14114 * gdb.asm/asm-source.exp: Use it.
14115
14116 2003-05-29 Jim Blandy <jimb@redhat.com>
14117
14118 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14119 'core.PID'.
14120
14121 2003-05-22 Jim Blandy <jimb@redhat.com>
14122
14123 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
14124 backtrace.
14125
14126 2003-05-20 David Carlton <carlton@math.stanford.edu>
14127
14128 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
14129 this time.
14130
14131 2003-05-19 David Carlton <carlton@bactrian.org>
14132
14133 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
14134 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
14135
14136 2003-05-19 David Carlton <carlton@bactrian.org>
14137
14138 * gdb.c++/namespace.exp: Add namespace scope and anonymous
14139 namespace tests.
14140 Bump copyright date.
14141 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14142 (main): Call C::D::marker2.
14143 * gdb.c++/namespace1.cc: New file.
14144
14145 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
14146
14147 Roland McGrath <roland@redhat.com>
14148 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
14149 there is no manager thread.
14150
14151 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
14152
14153 * gdb.threads/schedlock.exp: Remove assumption that all threads
14154 will run in a particular small time slice. Also ensure we break
14155 in one of the child threads rather than the main thread.
14156
14157 2003-05-07 Jim Blandy <jimb@redhat.com>
14158
14159 Add support for assembly source testing on the s390x.
14160 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14161 architecture.
14162 * gdb.asm/s390x.inc: New file.
14163
14164 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14165 succession of 'if' statements.
14166
14167 2003-05-05 Andrew Cagney <cagney@redhat.com>
14168
14169 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14170
14171 2003-05-05 Andrew Cagney <cagney@redhat.com>
14172
14173 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14174 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14175
14176 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
14177
14178 * gdb.base/charset.exp: Update based on new behavior of set/show
14179 charset commands.
14180
14181 2003-05-01 Andrew Cagney <cagney@redhat.com>
14182
14183 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14184 variable do not give memory errors.
14185
14186 2003-04-30 Adam Fedor <fedor@gnu.org>
14187
14188 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14189 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14190 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14191 gdb.objc/basicclass.m: : New files
14192
14193 * lib/gdb.exp (gdb_compile_objc): New procedure.
14194
14195 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
14196
14197 * gdb.base/signals.exp: Make backtrace tests more specific.
14198
14199 2003-04-23 David Carlton <carlton@bactrian.org>
14200
14201 * gdb.c++/maint.exp (test_first_component): Add tests for
14202 'operator' in more locations.
14203
14204 2003-04-16 Kevin Buettner <kevinb@redhat.com>
14205
14206 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14207
14208 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
14209
14210 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
14211 func marke' instead. Update test name.
14212
14213 2003-04-15 David Carlton <carlton@math.stanford.edu>
14214
14215 * gdb.c++/maint.exp: New file.
14216
14217 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14218
14219 * gdb.threads/schedlock.c: Change type of thread function argument
14220 to long, to avoid warnings on 64-bit platforms.
14221
14222 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14223
14224 * gdb.base/attach.exp: Add new message from ptrace in case of
14225 attaching to nonexistent process.
14226
14227 2003-04-11 Jim Blandy <jimb@redhat.com>
14228
14229 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14230 gdb.c++/userdef.cc: Place comments on the lines to which the
14231 marker function might return.
14232 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14233 gdb.c++/userdef.exp: Look for those comments to check that we've
14234 returned to the right place, instead of checking line numbers.
14235
14236 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
14237
14238 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14239 match on sourcefile name, instead of directory name.
14240
14241 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
14242
14243 * gdb.base/completion.exp: Use string_to_regexp to match the
14244 working directory name.
14245
14246 2003-04-09 Jim Blandy <jimb@redhat.com>
14247
14248 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14249 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14250 after an inferior function call, report the failure, but allow the
14251 test to continue.
14252
14253 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14254
14255 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14256 with -DPROTOTYPES.
14257
14258 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14259
14260 * gdb.base/break.exp: Revert last patch.
14261
14262 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
14263
14264 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14265 with -DPROTOTYPES.
14266
14267 2003-04-02 Andrew Cagney <cagney@redhat.com>
14268
14269 * gdb.base/callfuncs.exp: Make "print add" messages unique.
14270 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14271 matching directories by the name breakpoint.
14272 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14273 Make "continue to marker1" consistent.
14274 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14275 message consistent.
14276 * lib/gdb.exp: Put "the program is no longer running", and "the
14277 program exited" in parenthesis.
14278 * lib/mi-support.exp: Ditto.
14279
14280 2003-04-02 Bob Rossi <bob_rossi@cox.net>
14281
14282 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14283
14284 2003-03-29 Andrew Cagney <cagney@redhat.com>
14285
14286 * gdb.base/sizeof.c (main): Print the value of '\377'.
14287 * gdb.base/sizeof.exp: Check the sign of '\377'.
14288
14289 2003-03-27 Michael Chastain <mec@shout.net>
14290
14291 * gdb.base/gdb1090.exp: New file.
14292 * gdb.base/gdb1090.cc: New file.
14293
14294 2003-03-27 J. Brobecker <brobecker@gnat.com>
14295
14296 * gdb.gdb/observer.exp: New regression test.
14297
14298 2003-03-27 Michael Chastain <mec@shout.net>
14299
14300 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
14301 * gdb.base/ptype.exp: Likewise.
14302
14303 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
14304
14305 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
14306
14307 2003-03-26 Michael Chastain <mec@shout.net>
14308
14309 * gdb.base/ptype.exp: Actually use some typedef'd types.
14310
14311 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
14312
14313 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
14314 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
14315
14316 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14317
14318 * gdb.base/default.exp: Fix regular expression.
14319
14320 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14321
14322 * gdb.base/args.exp: Fix regular expression.
14323
14324 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14325
14326 * gdb.base/help.exp: Allow Win32 child process.
14327
14328 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14329
14330 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
14331 when stepping out of main().
14332
14333 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14334
14335 * gdb.base/default.exp: Check for win32 specific message when calling
14336 "run" without executable.
14337
14338 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14339
14340 * gdb.base/args.exp: Expect .exe in output.
14341
14342 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14343
14344 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
14345 Cygwin native.
14346
14347 2003-03-17 Andrew Cagney <cagney@redhat.com>
14348
14349 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
14350 vector registes.
14351 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14352 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14353
14354 2003-03-17 David Carlton <carlton@math.stanford.edu>
14355
14356 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14357 test, for PR breakpoints/38.
14358 Call test_watchpoint_and_breakpoint.
14359 * gdb.base/watchpoint.c (func3): New function.
14360 (main): Call func3.
14361
14362 2003-03-04 David Carlton <carlton@math.stanford.edu>
14363
14364 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14365 Garply<Garply<char> >:: garply".
14366 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14367 with respect to PR c++/1111; note also PR c++/1113.
14368 (test_template_breakpoints): KFAIL "constructor breakpoint" with
14369 respect to PR c++/1062.
14370 KFAIL "destructor breakpoint" with respect to PR c++/1112.
14371
14372 2003-03-03 David Carlton <carlton@math.stanford.edu>
14373
14374 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14375 with respect to PR c++/57.
14376 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14377 c++/826.
14378 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14379 respect to PR c++/57.
14380
14381 2003-03-03 David Carlton <carlton@math.stanford.edu>
14382
14383 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14384 respect to PR c++/33 into FAILs.
14385
14386 2003-03-03 Michael Chastain <mec@shout.net>
14387
14388 * configure.in: Update copyright years.
14389
14390 2003-03-03 Michael Chastain <mec@shout.net>
14391
14392 * Makefile.in: Update copyright years.
14393
14394 2003-02-28 David Carlton <carlton@math.stanford.edu>
14395
14396 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14397 print class instead of struct and/or superfluous protection
14398 specifiers, as long as the resulting output is equivalent to the
14399 source code.
14400 Delete FIXME from end of messages on tests that don't need
14401 fixing.
14402
14403 2003-02-28 David Carlton <carlton@math.stanford.edu>
14404
14405 * gdb.c++/templates.exp (do_tests): Allow const in the two
14406 Foo<volatile char *>::foo tests.
14407
14408 2003-02-27 Michael Snyder <msnyder@redhat.com>
14409
14410 * gdb.base/restore.c (main): Return zero, so exit code
14411 will be consistant.
14412
14413 2003-02-26 David Carlton <carlton@math.stanford.edu>
14414
14415 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14416 char *>::foo" test with respect to PR c++/33. Create a new test
14417 which is identical to that one except that it doesn't put the
14418 space between the "char" and the "*"; KFAIL it, too.
14419
14420 2003-02-26 David Carlton <carlton@math.stanford.edu>
14421
14422 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14423 template types into either PASSes or KFAILs (corresponding to PR
14424 c++/57). Tweak indentation. Update copyright.
14425
14426 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14427
14428 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14429
14430 2003-02-13 Michael Chastain <mec@shout.net>
14431
14432 * gdb.base/exprs.exp: Remove i960 remnants.
14433 * gdb.base/funcargs.exp: Likewise.
14434 * gdb.base/list.exp: Likewise.
14435 * gdb.base/ptype.exp: Likewise.
14436
14437 2003-02-14 David Carlton <carlton@math.stanford.edu>
14438
14439 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14440 pEe->D::vg()" from XFAIL to KFAIL.
14441
14442 2003-02-13 Jason Molenda (jmolenda@apple.com)
14443
14444 * gdb.base/maint.exp: Update maint print statistics regexp to include
14445 new entries.
14446
14447 2003-02-13 Michael Chastain <mec@shout.net>
14448
14449 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14450
14451 2003-02-12 Michael Chastain <mec@shout.net>
14452
14453 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14454 * gdb.c++/inherit.exp: Likewise.
14455 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14456 * gdb.c++/templates.exp: Likewise.
14457 * gdb.c++/virtfunc.exp: Likewise.
14458
14459 2003-02-06 Jason Molenda (jason-cl@molenda.com)
14460
14461 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14462 why the code is written that way.
14463
14464 2003-02-05 Michael Chastain <mec@shout.net>
14465
14466 * gdb.base/dump.exp: Add missing copyright line.
14467
14468 2003-02-05 Jason Molenda (jason-cl@molenda.com)
14469
14470 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14471 at the beginning so the breakpoint doesn't get set on the loop.
14472
14473 2003-02-05 Michael Chastain <mec@shout.net>
14474
14475 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14476 output for configurations with gcc 2.95.3.
14477
14478 2003-02-05 Keith Seitz <keiths@redhat.com>
14479 Andrew Cagney <ac131313@redhat.com>
14480
14481 * gdb.mi/mi-cli.exp: New file.
14482
14483 2003-02-04 Michael Chastain <mec@shout.net>
14484
14485 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14486 Call perror and then continue.
14487
14488 2003-02-03 Michael Chastain <mec@shout.net>
14489
14490 * gdb.c++/pr-1023.cc: New file.
14491 * gdb.c++/pr-1023.exp: New file.
14492
14493 2003-02-05 Jim Blandy <jimb@redhat.com>
14494
14495 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14496 it's local to foobar. Check for it there, and check that it's not
14497 present in main.
14498 * gdb.c++/local.cc (marker2): New function.
14499 (foobar): Call marker1.
14500 (main): Call marker2 instead of marker1.
14501
14502 2003-02-04 Andrew Cagney <ac131313@redhat.com>
14503
14504 * gdb.disasm/mn10200.exp: Obsolete file.
14505 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14506 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14507 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14508
14509 2003-02-04 David Carlton <carlton@math.stanford.edu>
14510
14511 * gdb.c++/overload.exp: Test intToChar(1).
14512 * gdb.c++/overload.cc (intToChar): New.
14513 (main): Call intToChar.
14514
14515 2003-02-03 David Carlton <carlton@math.stanford.edu>
14516
14517 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14518 'might_kfail' arg.
14519 KFAIL some of the continue_to_bp_overloaded calls, according to
14520 PR c++/1025.
14521
14522 2003-02-01 Michael Chastain <mec@shout.net>
14523
14524 * gdb.base/advance.c (marker1): New marker function.
14525 * gdb.base/advance.exp: When the 'advance' command lands on the
14526 return breakpoint, it can legitimately stop on either the
14527 current line or the next line. Accommodate both outcomes.
14528 * gdb.base/until.exp: Likewise.
14529
14530 2003-02-02 Andrew Cagney <ac131313@redhat.com>
14531
14532 2002-11-10 Jason Molenda (jason-cl@molenda.com):
14533 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14534 now a list, not a tuple.
14535 * gdb.mi/mi-var-display.exp: Ditto.
14536 * gdb.mi/gdb792.exp: Ditto.
14537
14538 2003-02-01 Andrew Cagney <ac131313@redhat.com>
14539
14540 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14541 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14542 stack backtraces.
14543 * gdb.mi/mi-syn-frame.c: Part of same.
14544
14545 2003-02-01 Mark Kettenis <kettenis@gnu.org>
14546
14547 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14548 gdb.mi/mi1-pthreads.exp: Return instead of calling
14549 gdb_suppress_entire_file.
14550
14551 2003-02-01 Mark Salter <msalter@redhat.com>
14552
14553 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14554
14555 2003-01-31 Mark Salter <msalter@redhat.com>
14556
14557 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14558 Support empty arg.
14559
14560 2003-01-30 Michael Chastain <mec@shout.net>
14561
14562 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14563 This was a workaround for a UTF-8 bug in readline 4.3. The bug
14564 has been fixed in gdb/readline on 2003-01-09.
14565
14566 2003-01-29 Michael Snyder <msnyder@redhat.com>
14567
14568 * gdb.base/maint.exp: Allow for leading underscore in symbol.
14569 * gdb.base/display.exp: Allow for leading underscore in symbol.
14570 * gdb.base/args.exp: Skip if target does not support args passing.
14571
14572 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14573
14574 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
14575 gdb_test. Accept a list of expect arguments as the third
14576 parameter.
14577 (gdb_test): Use it.
14578
14579 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
14580
14581 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14582 allow for different test tree configurations. Update some
14583 tescases accordingly.
14584 * gdb.arch/altivec-regs.exp: Ditto.
14585 * gdb.asm/asm-source.exp: Ditto.
14586 * gdb.base/advance.exp: Ditto.
14587 * gdb.base/display.exp: Ditto.
14588 * gdb.base/long_long.exp: Ditto.
14589 * gdb.base/mips_pro.exp: Ditto.
14590 * gdb.base/overlays.exp: Ditto.
14591 * gdb.base/relocate.exp: Ditto.
14592 * gdb.base/setshow.exp: Ditto.
14593 * gdb.base/step-line.exp: Ditto.
14594 * gdb.base/step-test.exp: Ditto.
14595 * gdb.base/until.exp: Ditto.
14596 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14597
14598 2003-01-17 David Carlton <carlton@math.stanford.edu>
14599
14600 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14601 corresponding to PR c++/945.
14602 Update copyright.
14603
14604 2003-01-17 David Carlton <carlton@math.stanford.edu>
14605
14606 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14607 corresponding to PR c++/68.
14608
14609 2003-01-17 David Carlton <carlton@math.stanford.edu>
14610
14611 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14612 (test_paddr_hairy_functions): Call print_addr_2_kfail for
14613 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
14614
14615 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14616
14617 * gdb.base/break.exp: Fix change of default location, because of
14618 removal of until tests.
14619 * gdb.base/help.exp: Update test for new 'until' help message.
14620 Add test for help on 'advance'.
14621 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
14622
14623 2003-01-15 Mark Kettenis <kettenis@gnu.org>
14624
14625 * gdb.base/default.exp: Adapt "info float" test for recent changes
14626 to that command. Add test for "info vector".
14627 * gdb.base/float.exp: New file. Add test for "info float" that
14628 resembles the old test in gdb.base/default.exp.
14629
14630 2003-01-15 David Carlton <carlton@math.stanford.edu>
14631
14632 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14633
14634 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14635
14636 * gdb.base/break.exp: Move the tests of until command from here...
14637 * gdb.base/until.exp: ... to here. New file. Add other tests.
14638 * gdb.base/advance.c: New file.
14639 * gdb.base/advance.exp: New file.
14640
14641 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14642
14643 * gdb.base/args.c: New file.
14644 * gdb.base/args.exp: New file.
14645
14646 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14647
14648 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14649
14650 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14651
14652 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14653
14654 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14655
14656 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
14657 dates.
14658
14659 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14660
14661 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14662
14663 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14664
14665 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14666 (ptype &*"foo").
14667 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14668
14669 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14670
14671 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14672 * gdb.mi/mi1-console.exp: Likewise.
14673
14674 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14675
14676 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14677 * gdb.mi/mi1-console.exp: Likewise.
14678
14679 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14680
14681 * gdb.c++/overload.exp: Remove some fixed XFAILs.
14682
14683 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14684
14685 * gdb.base/detach.exp: New test.
14686
14687 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14688
14689 * Makefile.in (ALL_SUBDIRS): New variable.
14690 (subdirs, clean, distclean): Use it.
14691 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
14692 regenerating Makefile, since it is generated from the top level.
14693 * gdb.asm/Makefile.in: Likewise.
14694 * gdb.base/Makefile.in: Likewise.
14695 * gdb.c++/Makefile.in: Likewise.
14696 * gdb.disasm/Makefile.in: Likewise.
14697 * gdb.java/Makefile.in: Likewise.
14698 * gdb.mi/Makefile.in: Likewise.
14699 * gdb.threads/Makefile.in: Likewise.
14700 * gdb.trace/Makefile.in: Likewise.
14701
14702 2003-01-09 David Carlton <carlton@math.stanford.edu>
14703
14704 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14705 Add copyright year 2003.
14706
14707 2003-01-06 Michael Chastain <mec@shout.net>
14708
14709 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14710 When selecting a thread, 'line' and 'file' are optional.
14711 * gdb.mi/mi1-pthreads.exp: Likewise.
14712
14713 2003-01-06 Andreas Schwab <schwab@suse.de>
14714
14715 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14716 failures.
14717
14718 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14719
14720 Fix PR gdb/844
14721 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14722 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14723
14724 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
14725 instead of calling gdb_suppress_entire_file.
14726 * gdb.threads/print-threads.exp: Likewise.
14727 * gdb.threads/schedlock.exp: Likewise.
14728
14729 * gdb.threads/killed.exp: Return instead of calling
14730 gdb_suppress_entire_file.
14731 * gdb.threads/linux-dp.exp: Likewise.
14732 * gdb.threads/pthreads.exp: Likewise.
14733
14734 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14735
14736 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14737 stabs.
14738 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14739 * gdb.base/whatis.exp: Always allow (void) after function names.
14740
14741 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14742
14743 * gdb.c++/casts.exp: Correct regexp.
14744
14745 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14746
14747 * configure.in: Call AC_CONFIG_HEADER. Don't call
14748 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14749 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
14750 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
14751 aforementioned directories in the AC_OUPUT call.
14752 * config.hin: New file.
14753 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14754 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14755 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14756 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14757 pass -I$objdir instead of -I$objdir/$subdir in compilation.
14758 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14759 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14760 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14761 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14762 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14763 gdb.threads/configure.in, gdb.threads/configure,
14764 gdb.threads/config.in, gdb.trace/configure.in,
14765 gdb.trace/configure: Removed.
14766
14767 2003-01-03 Michael Chastain <mec@shout.net>
14768
14769 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14770 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14771
14772 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
14773
14774 * gdb.base/store.exp: Fix regular expressions.
14775
14776 2002-12-28 Mark Kettenis <kettenis@gnu.org>
14777
14778 * configure.in: Rewrite.
14779 * configure: Regenerated.
14780
14781 2003-01-03 David Carlton <carlton@math.stanford.edu>
14782
14783 * gdb.base/psymtab.exp: New file.
14784 * gdb.base/psymtab1.c: Ditto.
14785 * gdb.base/psymtab2.c: Ditto.
14786
14787 2002-12-23 Adam Fedor <fedor@gnu.org>
14788
14789 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14790
14791 2002-12-23 David Carlton <carlton@math.stanford.edu>
14792
14793 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14794 and current_directory initialization.
14795
14796 2002-12-22 Jim Blandy <jimb@redhat.com>
14797
14798 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14799 rather than as part of the output file name.
14800
14801 * gdb.base/attach.exp: There's no need to copy the test program to
14802 /tmp; that was only ever necessary on HP/UX, and this test is
14803 entirely disabled there anyway.
14804
14805 2002-12-21 Jim Blandy <jimb@redhat.com>
14806
14807 * gdb.c++/psmang.exp: Doc fix.
14808
14809 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14810 test.
14811
14812 2002-12-20 David Carlton <carlton@math.stanford.edu>
14813
14814 * gdb.c++/annota2.exp: KFAIL annotate-quit.
14815
14816 2002-12-18 Michael Chastain <mec@shout.net>
14817
14818 * gdb.c++/annota2.exp: Add copyright year 2002.
14819
14820 2002-12-17 David Carlton <carlton@math.stanford.edu>
14821
14822 * gdb.c++/try_catch.cc: Add marker comments.
14823 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14824 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14825 * gdb.c++/m-static.cc: Ditto.
14826 * gdb.c++/m-static1.cc: Ditto.
14827 * gdb.c++/try_catch.cc: Ditto.
14828
14829 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
14830
14831 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14832 to see whether we are using the new -environment-directory
14833 command which resets via -r or the old version of the command
14834 which may prompt the user. Part of fix for gdb/741.
14835
14836 2002-12-13 Andrew Cagney <ac131313@redhat.com>
14837
14838 * gdb.fortran/types.exp: Update obsolete comment.
14839 * gdb.fortran/exprs.exp: Ditto.
14840 * lib/gdb.exp: Delete obsolete code.
14841 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14842 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14843 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14844 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14845 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14846 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14847 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14848 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14849 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14850 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14851 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14852 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14853 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14854 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14855 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14856 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14857 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14858 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14859 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14860 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14861 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14862 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14863 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14864 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14865 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14866 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14867 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14868 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14869 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14870 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14871 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14872 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14873 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14874 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14875 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14876 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14877 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14878
14879 2002-12-11 David Carlton <carlton@math.stanford.edu>
14880
14881 * gdb.c++/m-data.exp: Add test for members that shadow global
14882 variables: see PR gdb/804.
14883 * gdb.c++/m-data.cc: Ditto.
14884
14885 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
14886
14887 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14888
14889 2002-12-06 David Carlton <carlton@math.stanford.edu>
14890
14891 * gdb.base/store.c: Don't declare functions static.
14892
14893 2002-12-04 Andrew Cagney <ac131313@redhat.com>
14894
14895 * gdb.base/store.exp, gdb.base/store.c: New files.
14896
14897 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14898
14899 * gdb.base/selftest.exp: Update for current gdb.
14900
14901 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14902
14903 * gdb.base/maint.exp: Only dump symbols from one source file
14904 or objfile.
14905
14906 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14907
14908 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14909 function call.
14910
14911 2002-11-25 Jim Blandy <jimb@redhat.com>
14912
14913 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14914 function appearing in error message.
14915
14916 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
14917
14918 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14919
14920 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
14921
14922 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
14923 for mi1 and current mi is in correct format. New mi startup message
14924 should be in mi console format. This is part of fix for PR gdb/604.
14925
14926 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14927
14928 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
14929 which explicitly prints the zero offset as "+0".
14930
14931 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
14932
14933 * gdb.threads/schedlock.c (args): Make unsigned.
14934
14935 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
14936
14937 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
14938 numbers. Allow "foo2|selected stack frame".
14939 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
14940 * gdb.asm/asmsrc2.s: Likewise.
14941 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
14942 comments.
14943 * gdb.asm/mips.inc: New file.
14944
14945 2002-10-18 Adam Fedor <fedor@gnu.org>
14946
14947 * gdb.base/default.exp: Update expected output to include 'ObjC'.
14948 * gdb.base/help.exp: Likewise.
14949
14950 2002-10-17 Kevin Buettner <kevinb@redhat.com>
14951
14952 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
14953 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
14954
14955 2002-10-02 Jim Blandy <jimb@redhat.com>
14956
14957 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
14958
14959 2002-10-01 Andrew Cagney <ac131313@redhat.com>
14960
14961 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
14962 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
14963 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
14964 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
14965 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
14966 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
14967 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
14968
14969 2002-09-29 Andrew Cagney <ac131313@redhat.com>
14970
14971 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
14972 * mi0-disassemble.exp, mi0-eval.exp: Delete.
14973 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
14974 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
14975 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
14976 * mi0-var-block.exp, mi0-var-child.exp: Delete.
14977 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
14978
14979 2002-09-27 Kevin Buettner <kevinb@redhat.com>
14980
14981 * gdb.base/annota1.exp (info break): Make directory components of
14982 path optional since not all compilers emit this debug information.
14983
14984 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
14985 step ends up stepping out of the function instead of stopping on
14986 the epilogue.
14987
14988 2002-09-26 Keith Seitz <keiths@redhat.com>
14989
14990 * lib/insight-support.exp (gdbtk_start): Figure out where
14991 the insight executable is based on where gdb is. Use this
14992 executable to start insight instead of gdb.
14993
14994 2002-09-25 Andrew Cagney <cagney@redhat.com>
14995
14996 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
14997
14998 2002-09-24 Andrew Cagney <ac131313@redhat.com>
14999
15000 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
15001 test_isolated_complaints.
15002 (test_empty_complaint): New function.
15003 (test_empty_complaints): New function. Check no output when no
15004 complaints.
15005
15006 2002-09-19 Jim Blandy <jimb@redhat.com>
15007
15008 * gdb.base/charset.exp, gdb.base/charset.c: New files.
15009
15010 2002-09-19 Andrew Cagney <ac131313@redhat.com>
15011
15012 * gdb.gdb/complaints.exp: New file.
15013
15014 2002-09-18 Andrew Cagney <ac131313@redhat.com>
15015
15016 * gdb.base/maint.exp: Check `help maint internal-warning'.
15017
15018 2002-09-18 David Carlton <carlton@math.stanford.edu>
15019
15020 * gdb.c++/m-static.exp: Remove breakpoints depending on line
15021 numbers, and replace them by a single breakpoint after the
15022 constructors are all finished.
15023 Add test 4.
15024 * gdb.c++/m-static.cc: Add test 4.
15025 * gdb.c++/m-static.h: New file.
15026 * gdb.c++/m-static1.cc: New file.
15027
15028 * gdb.c++/printmethod.exp: New file.
15029 * gdb.c++/printmethod.cc: New file.
15030
15031 * gdb.c++/pr-574.exp: New file.
15032 * gdb.c++/pr-574.cc: New file.
15033
15034 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15035
15036 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15037 embedded targets which never actually exit.
15038
15039 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15040
15041 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15042 "don't step after run" as unresolved or unsupported, instead of xfail.
15043
15044 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15045
15046 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
15047 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
15048 Add newline to expected string in "step out of main (status wrapper)"
15049 case.
15050
15051 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15052
15053 * lib/gdb.exp (rerun_to_main): Allow restarting application.
15054 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
15055
15056 2002-09-17 Tom Tromey <tromey@redhat.com>
15057
15058 * gdb.base/printcmds.exp (test_print_string_constants): Expect
15059 \000, not \0, in double-quoted string.
15060
15061 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
15062
15063 * gdb.base/commands.exp: Don't expect a "Program exited normally"
15064 string after running the commands execution on breakpoint tests.
15065
15066 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
15067
15068 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
15069
15070 2002-09-12 Joel Brobecker <brobecker@gnat.com>
15071
15072 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
15073
15074 2002-09-10 Keith Seitz <keiths@redhat.com>
15075
15076 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
15077 runto proc.
15078 (mi_run_to_main): Use mi_runto.
15079 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
15080
15081 2002-09-10 Keith Seitz <keiths@redhat.com>
15082
15083 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
15084 regexp for stopping at main. Could have multiple event notifications.
15085 Don't assume that main was declared with no parameters.
15086 (mi_next): Use mi_step_to.
15087 (mi_step): Use mi_next_to.
15088
15089 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
15090
15091 * gdb.base/default.exp: Fix expected string in `info float' test.
15092
15093 2002-09-09 Ben Elliston <bje@redhat.com>
15094
15095 * config/mips.exp: Update comments.
15096 * config/mips-idt.exp: Likewise.
15097 * config/nind.exp: Likewise.
15098 * config/slite.exp: Likewise.
15099 * config/sparclet.exp: Likewise.
15100 * config/udi.exp: Likewise.
15101 * config/vx.exp: Likewise.
15102 * config/vxworks29k.exp: Likewise.
15103
15104 2002-09-05 Jim Blandy <jimb@redhat.com>
15105
15106 * gdb.threads/killed.exp: Fix test failure message.
15107
15108 2002-09-04 Keith Seitz <keiths@redhat.com>
15109
15110 * lib/mi-support.exp: Update copyright.
15111 (mi_gdb_test): Increase the priority of the expected pattern
15112 so that it matches gdb_test.
15113
15114 2002-09-03 Keith Seitz <keiths@redhat.com>
15115
15116 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
15117 Use integer comparison instead of string comparison for testing
15118 whether binary was built.
15119
15120 2002-09-03 Jim Blandy <jimb@redhat.com>
15121
15122 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
15123
15124 2002-08-29 Jim Blandy <jimb@redhat.com>
15125
15126 * gdb.threads/pthreads.exp: Move the portable thread compilation
15127 code into a function in lib/gdb.exp, and call that from here.
15128 * lib/gdb.exp (gdb_compile_pthreads): New function.
15129
15130 2002-08-29 Keith Seitz <keiths@redhat.com>
15131
15132 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
15133 expect_out so that callers can get at it.
15134
15135 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
15136
15137 * gdb.threads/print-threads.c: New file.
15138 * gdb.threads/print-threads.exp: New file.
15139 * gdb.threads/schedlock.c: New file.
15140 * gdb.threads/schedlock.exp: New file.
15141
15142 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
15143
15144 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15145 not altivec.c.
15146
15147 2002-08-17 Mark Kettenis <kettenis@gnu.org>
15148
15149 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15150 targets. The problem should be fixed now.
15151
15152 2002-08-15 Mark Kettenis <kettenis@gnu.org>
15153
15154 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15155 2002-07-24 change that removes final dots from error messages.
15156
15157 2002-08-13 Tom Tromey <tromey@redhat.com>
15158
15159 * gdb.base/readline.exp: New file.
15160
15161 2002-08-01 Andrew Cagney <ac131313@redhat.com>
15162
15163 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15164 supress message.
15165
15166 2002-08-01 Andrew Cagney <cagney@redhat.com>
15167
15168 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15169 CHILL_FOR_TARGET and CHILL_LIB.
15170 * configure.in (configdirs): Remove gdb.chill.
15171 * configure: Regenerate.
15172 * lib/gdb.exp: Obsolete references to chill.
15173 * gdb.fortran/types.exp: Ditto.
15174 * gdb.fortran/exprs.exp: Ditto.
15175
15176 2002-07-30 Kevin Buettner <kevinb@redhat.com>
15177
15178 * gdb.base/shlib-call.exp (additional_flags): Conditionally
15179 set Irix-specific compile and link flags.
15180
15181 2002-07-29 Kevin Buettner <kevinb@redhat.com>
15182
15183 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15184 source files. The ``-o'' option doesn't work with the ``-E'' option
15185 when using the Irix compiler.
15186
15187 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
15188
15189 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15190 Improve support for reusing an exec file. Copy exec file
15191 to target, and run gdbserver on the target instead of on the host.
15192
15193 2002-07-18 Jim Blandy <jimb@redhat.com>
15194
15195 * gdb.base/ending-run.exp: Don't expect to see the program end in
15196 some orderly fashion when we're running on a real stand-alone
15197 board.
15198
15199 * gdb.base/interrupt.exp: Correct logic for skipping tests on
15200 targets that don't support interrupts.
15201
15202 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
15203
15204 * gdb.base/attach.exp: Add patterns to match output from /proc-based
15205 systems.
15206 Move comments in expect statements to inside the actions, so that they
15207 don't get matched against.
15208
15209 2002-07-10 Mark Kettenis <kettenis@gnu.org>
15210
15211 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15212 function when asleep" test.
15213
15214 2002-07-10 Andrew Cagney <ac131313@redhat.com>
15215
15216 * gdb.base/page.exp: Rewrite to handle problems with very long
15217 `info set' output. Update copyright.
15218
15219 2002-06-26 Andrew Cagney <ac131313@redhat.com>
15220
15221 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15222 gdb.threads-hp.
15223 * gdb.hp/configure: Regenerate.
15224 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15225 * gdb.hp/gdb.threads-hp/configure: Delete file.
15226 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15227
15228 2002-06-22 Andrew Cagney <ac131313@redhat.com>
15229
15230 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15231 setlocale, bindtextdomain and textdomain.
15232
15233 2002-06-11 Jim Blandy <jimb@redhat.com>
15234
15235 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15236 preprocessor macro information is present.
15237
15238 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15239 tests.
15240
15241 2002-06-06 Michael Snyder <msnyder@redhat.com>
15242
15243 * gdb.base/overlays.exp: Record addresses of overlay
15244 functions in TCL variables rather than in GDB variables,
15245 to avoid having GDB convert them to pointers (with loss
15246 of information).
15247
15248 * gdb.base/d10v.ld: Merge in several years worth of
15249 default linker script changes.
15250 * gdb.base/long_long.exp: Add check for sizeof (long double).
15251
15252 2002-06-06 Michal Ludvig <mludvig@suse.cz>
15253
15254 * gdb.asm/asm-source.exp: Add x86-64 target.
15255 * gdb.asm/x86_64.inc: New.
15256
15257 2002-05-30 Michael Chastain <mec@shout.net>
15258
15259 From Benjamin Kosnik <bkoz@redhat.com>:
15260 * gdb.c++/m-static.cc: New file.
15261 * gdb.c++/m-static.exp: New file.
15262
15263 2002-05-28 Michael Snyder <msnyder@redhat.com>
15264
15265 * gdb.base/call-ar-st.exp: Allow for reduced floating point
15266 precision.
15267
15268 2002-05-27 Michael Chastain <mec@shout.net>
15269
15270 From Benjamin Kosnik <bkoz@redhat.com>:
15271 * gdb.c++/m-data.cc: New file.
15272 * gdb.c++/m-data.exp: New file.
15273
15274 2002-05-27 Michael Chastain <mec@shout.net>
15275
15276 From Benjamin Kosnik <bkoz@redhat.com>:
15277 * gdb.c++/try_catch.cc: New file.
15278 * gdb.c++/try_catch.exp: New file.
15279
15280 2002-05-27 Michael Chastain <mec@shout.net>
15281
15282 * gdb.c++/local.exp: Accept more nested types in output.
15283
15284 2002-05-26 Michael Chastain <mec@shout.net>
15285
15286 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15287
15288 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
15289
15290 * lib/gdb.exp (gdb_wrapper_init): Just because
15291 gdb_wrapper_file exists, this does not mean that the file
15292 should not be rebuilt. That is what gdb_wrapper_initialized
15293 is for.
15294 (default_gdb_init): Reset gdb_wrapper_initialized.
15295
15296 2002-05-23 Michael Snyder <msnyder@redhat.com>
15297
15298 * gdb.base/all-bin.exp: Revise previous patch by just reducing
15299 the precision of the floating point test results.
15300 * gdb.base/call-rt-st.exp: Ditto.
15301
15302 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
15303 * gdb.base/call-rt-st.exp: Ditto.
15304
15305 2002-05-19 Michael Chastain <mec@shout.net>
15306
15307 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
15308
15309 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
15310
15311 * configure.in (configdirs): Add gdb.arch.
15312 * configure: Regenerate.
15313
15314 2002-05-17 Jim Blandy <jimb@redhat.com>
15315
15316 * gdb.base/completion.exp: Recognize the more detailed error
15317 messages produced by the macro expander's lexical analyzer.
15318
15319 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15320
15321 * gdb.arch/altivec-abi.c: New file.
15322 * gdb.arch/altivec-abi.exp: New file.
15323 * gdb.arch/altivec-regs.c: New file.
15324 * gdb.arch/altivec-regs.exp: New file.
15325
15326 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
15327
15328 * gdb.base/maint.exp (maint print type): Update for new type
15329 structure.
15330
15331 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15332
15333 * gdb.arch: New directory.
15334 * gdb.arch/configure.in: New file.
15335 * gdb.arch/configure: New file.
15336 * gdb.arch/Makefile.in: New file.
15337
15338 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
15339
15340 * gdb.asm/asm-source.exp: Add v850 as supported target.
15341 * gdb.asm/v850.inc: New file.
15342
15343 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
15344
15345 * gdb.c++/annota2.exp (annotate-quit): Add comment.
15346
15347 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
15348
15349 * gdb.base/break.exp: Check 'break "marker2"'.
15350
15351 2002-05-10 Michael Snyder <msnyder@redhat.com>
15352
15353 * gdb.base/long_long.exp: Fix typo.
15354
15355 2002-05-10 Jim Blandy <jimb@redhat.com>
15356
15357 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
15358 a bug.
15359
15360 * gdb.base/printcmds.exp (test_integer_literals_rejected):
15361 Recognize more detailed error message produced by the macro
15362 expander's lexical analyzer.
15363 * lib/gdb.exp (test_print_reject): Same.
15364
15365 2002-05-09 Mark Kettenis <kettenis@gnu.org>
15366
15367 * gdb.c++/method.exp: Fix typo.
15368
15369 2002-05-08 Michael Snyder <msnyder@redhat.com>
15370
15371 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15372 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
15373 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
15374 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15375 Add iftarget clause for strongarm.
15376
15377 2002-05-06 Michael Snyder <msnyder@redhat.com>
15378
15379 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15380 (gdb_continue_to_end): Accept output from status wrapper.
15381 * gdb.base/ending-run.exp: Add case for output from status wrapper.
15382 Clean up fail messages to match pass messages.
15383
15384 Enable the "needs_status_wrapper" testsuite feature.
15385 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15386 (gdb_compile): Conditionally call gdb_wrapper_init.
15387 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15388 * gdb.c++/method.exp: Recognize output from status wrapper.
15389
15390 2002-05-06 Ben Elliston <bje@redhat.com>
15391 From Graydon Hoare <graydon@redhat.com>
15392
15393 * config/sid.exp: Include support for "rawsid" protocol.
15394
15395 2002-05-03 Jim Blandy <jimb@redhat.com>
15396
15397 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15398 * gdb.c++/hang3.C: New file.
15399
15400 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15401
15402 * gdb.base/default.exp: Remove obsolete code.
15403 * gdb.c++/misc.exp: Ditto. Update copyright.
15404 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15405 * gdb.base/whatis.exp: Ditto. Update copyright.
15406 * gdb.base/scope.exp: Ditto. Update copyright.
15407 * gdb.base/ptype.exp: Ditto. Update copyright.
15408 * gdb.base/printcmds.exp: Ditto. Update copyright.
15409 * gdb.base/opaque.exp: Ditto. Update copyright.
15410 * gdb.base/list.exp: Ditto.
15411 * gdb.base/funcargs.exp: Ditto. Update copyright.
15412 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15413 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15414 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15415 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15416 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15417 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15418
15419 2002-05-02 Michael Snyder <msnyder@redhat.com>
15420
15421 * gdb.base/watchpoint.exp: Add xscale target.
15422 * gdb.base/long_long.exp: Add xscale target.
15423 * gdb.base/default.exp: Add xscale target.
15424
15425 2002-05-01 Jim Blandy <jimb@redhat.com>
15426
15427 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15428 gdb.c++/hang.exp: New test.
15429
15430 2002-05-01 Fred Fish <fnf@redhat.com>
15431
15432 * gdb.base/completion.exp: Handle completions of "./Make" for
15433 more than one completion possibility, as is the case when we
15434 build and test in the source tree.
15435
15436 2002-04-29 Anthony Green <green@redhat.com>
15437
15438 * gdb.java/jmisc1.exp: New file.
15439 * gdb.java/jmisc2.exp: New file.
15440
15441 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
15442
15443 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15444
15445 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
15446
15447 * gdb.base/help.exp: Change 'help status' to allow for target
15448 dependent output differences.
15449
15450 2002-04-22 Michael Chastain <mec@shout.net>
15451
15452 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15453
15454 2002-04-22 Michael Chastain <mec@shout.net>
15455
15456 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15457
15458 2002-04-17 David S. Miller <davem@redhat.com>
15459
15460 * gdb.asm/sparc64.inc: New file.
15461 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15462
15463 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
15464
15465 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15466 instruction file directly into the build tree. Clean up at end of
15467 test.
15468
15469 2002-04-18 David S. Miller <davem@redhat.com>
15470
15471 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15472 handle 64-bit platforms correctly.
15473 * gdb.base/maint.exp: Likewise.
15474
15475 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15476
15477 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15478 ``-fpic'' when compiling files comprising a shared library, but
15479 it does need additional linker flags in order to find shared
15480 libraries at run time.
15481
15482 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15483
15484 * gdb.base/cvexpr.c (use): New function.
15485 (main): Invoke use() on all global variables to prevent
15486 some linkers from deleting these otherwise unused symbols.
15487
15488 2002-04-17 Michael Chastain <mec@shout.net>
15489 From David S. Miller <davem@redhat.com>
15490
15491 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15492 handle 64-bit platforms correctly.
15493
15494 2002-04-12 Michael Snyder <msnyder@redhat.com>
15495 From Jim Blandy <jimb@redhat.com>
15496 * gdb.base/foo.c (foox): Remove section attribute; the linker
15497 script can handle this instead.
15498 * gdb.base/bar.c (barx): Same.
15499 * gdb.base/baz.c (bazx): Same.
15500 * gdb.base/grbx.c (grbxx): Same.
15501
15502 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15503 manager doesn't automatically unmap overlays unnecessarily.
15504
15505 2002-04-10 Martin M. Hunt <hunt@redhat.com>
15506
15507 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15508 stepping out of main.
15509
15510 2002-04-09 Michael Chastain <mec@shout.net>
15511
15512 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15513 scope so that the nested scope tests will make sense.
15514 * gdb.c++/local.exp: Write patterns that actually work with gcc
15515 (the HP patterns "were never known to work with gcc").
15516 Keep the old aCC patterns too.
15517
15518 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15519
15520 * gdb.base/attach.exp: Correct target board test.
15521
15522 2002-04-08 Michael Chastain <mec@shout.net>
15523
15524 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15525 in a const method. Add some xfail and fail cases for configurations
15526 that do not emit the "const ...".
15527
15528 2002-04-07 Michael Chastain <mec@shout.net>
15529
15530 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15531 Accept "A * const" and "const A * const" as type of "this".
15532 Fix spelling of getFunky throughout. Make messages uniform.
15533
15534 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15535
15536 Work around for PR gdb/285:
15537 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15538
15539 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15540
15541 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15542 instructions file at run time instead of configure time.
15543 Sometimes we run the test in a directory that is not the one we
15544 configured in.
15545 * gdb.asm/configure.in: Delete creation of symlink.
15546 * gdb.asm/configure: Regenerate.
15547
15548 2002-04-05 J. Brobecker <brobecker@gnat.com>
15549
15550 * gdb.gdb/xfullpath.exp: New test, to exercise the new
15551 xfullpath () function.
15552
15553 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15554
15555 * gdb.asm/Makefile.in: Correct dependencies.
15556
15557 * gdb.asm/powerpc.inc: New file.
15558 * gdb.asm/asm-source.exp: Add PowerPC.
15559 * gdb.asm/configure.in: Likewise.
15560 * gdb.asm/configure: Regenerated.
15561
15562 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15563
15564 * gdb.base/relocate.exp: New file.
15565 * gdb.base/relocate.c: New file.
15566
15567 2002-04-04 Fred Fish <fnf@redhat.com>
15568
15569 * gdb.base/step-test.exp: Update comment regarding stopping in
15570 memcpy/bcopy calls inserted as part of the compiler runtime.
15571
15572 2002-04-04 Michael Snyder <msnyder@redhat.com>
15573
15574 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15575
15576 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
15577
15578 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15579 (gdb_expect): Remove $notransfer hack.
15580
15581 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
15582
15583 * gdb.c++/classes.exp ("calling method for small class"): Match
15584 updated register output.
15585
15586 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15587
15588 Fix PR gdb/452
15589 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15590 when finished. Make gdb_file_cmd send "exec-file" when
15591 appropriate.
15592
15593 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15594
15595 * gdb.base/attach.exp: Remove extra setup_xfail.
15596
15597 2002-03-26 Michael Snyder <msnyder@redhat.com>
15598
15599 * gdb.base/default.exp: Add tests for dump, append, and restore.
15600 * gdb.base/help.exp: Add tests for dump, append, and restore.
15601 * gdb.base/dump.exp: New file, test dump, append and restore.
15602 * gdb.base/dump.c: New file.
15603
15604 2002-03-27 Michael Snyder <msnyder@redhat.com>
15605
15606 * gdb.base/help.exp: Modify expect strings to reflect
15607 clean-ups in help messages.
15608
15609 2002-03-26 Fred Fish <fnf@redhat.com>
15610
15611 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15612 have debugging info for those functions and the compiler uses them
15613 internally to copy structs around.
15614
15615 2002-03-26 Fred Fish <fnf@redhat.com>
15616
15617 * gdb.base/list.exp: Revert the change made yesterday and add note
15618 about why we don't list the default lines for remote targets.
15619
15620 2002-03-25 Michael Snyder <msnyder@redhat.com>
15621
15622 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15623
15624 2002-03-25 Fred Fish <fnf@redhat.com>
15625
15626 * gdb.base/list.exp: This test works on remote targets so remove
15627 the short circuit for remote targets. Update copyright.
15628
15629 2002-03-25 Fred Fish <fnf@redhat.com>
15630
15631 * gdb.base/attach.exp: Fix logic error that was suppressing this
15632 test for all non hppa*-*-hpux* targets, instead of the hp target.
15633 Move comments closer to the suppression point. Also now need to
15634 check that we are running natively.
15635
15636 2002-03-22 Michael Snyder <msnyder@redhat.com>
15637
15638 * gdb.base/default.exp: Add test for gcore. Update copyright.
15639 * gdb.base/help.exp: Add test for gcore. Update copyright.
15640
15641 2002-03-06 Fred Fish <fnf@redhat.com>
15642
15643 * gdb.base/funcargs.c: Remove extraneous ';' character.
15644 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15645
15646 2002-03-04 Michael Chastain <mec@shout.net>
15647
15648 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15649 accommodate gcc v3 function signature.
15650 * gdb.mi/mi0-var-cmd-exp: Ditto.
15651
15652 2002-02-24 Andrew Cagney <ac131313@redhat.com>
15653
15654 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15655 ``GNU/Linux'' or ``Linux kernel''
15656 * testsuite/gdb.threads/pthreads.c: Ditto.
15657
15658 2002-02-24 Michael Chastain <mec@shout.net>
15659
15660 * gdb.threads/pthreads.c (thread1): Add a return statement.
15661 (thread2): Likewise.
15662 (foo): Likewise.
15663
15664 2002-02-23 Michael Chastain <mec@shout.net>
15665
15666 * gdb.threads/linux-dp.c (philosopher): Add a return statement
15667 to placate gcc.
15668
15669 2002-02-23 Michael Chastain <mec@shout.net>
15670
15671 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15672 test "ptype bint". The test passes on all my stabs configurations.
15673
15674 2002-02-21 Jim Blandy <jimb@redhat.com>
15675
15676 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15677 filename at a time, and watch for the ones we want to see.
15678
15679 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15680 types of pointers to prototyped functions.
15681
15682 2002-02-20 Andrew Cagney <ac131313@redhat.com>
15683
15684 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
15685 signed, unsigned and straight char.
15686 (padding_char, padding_short, padding_int, padding_long,
15687 padding_long_long, padding_float, padding_double,
15688 padding_long_double): New global variables.
15689 (fill, fill_structs): New functions.
15690
15691 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
15692 for correctly sized writes. Update copyright.
15693 (get_valueof): New procedure.
15694 (get_sizeof): Call get_valueof.
15695 (check_valueof): New procedure.
15696 (check_padding): New procedure.
15697
15698 2002-02-20 Michael Chastain <mec@shout.net>
15699
15700 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15701 to setup_xfail. Document some of the remaining calls.
15702
15703 2002-02-18 Michael Chastain <mec@shout.net>
15704
15705 * gdb.c++/userdef.exp: Update copyright year.
15706
15707 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
15708
15709 * gdb.c++/userdef.exp: Test overloaded operators properly.
15710 Remove xfails.
15711
15712 2002-02-14 Michael Snyder <msnyder@redhat.com>
15713
15714 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15715
15716 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
15717
15718 * gdb.base/a2-run.exp: Check for a remote target properly.
15719 * gdb.base/annota1.exp: Likewise.
15720 * gdb.base/list.exp: Likewise.
15721 * gdb.base/reread.exp: Likewise.
15722 * gdb.base/scope.exp: Likewise.
15723 * gdb.base/shlib-call.exp: Likewise.
15724 * gdb.base/term.exp: Likewise.
15725 * gdb.c++/annota2.exp: Likewise.
15726
15727 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
15728
15729 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15730
15731 2002-02-10 Michael Chastain <mec@shout.net>
15732
15733 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15734 (call_after_alloca): Ditto.
15735
15736 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
15737
15738 * gdb.base/ending-run.exp: Guard "cont" test with
15739 gdb_skip_stdio_test.
15740
15741 2002-02-06 Jim Blandy <jimb@redhat.com>
15742
15743 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15744 from here...
15745 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15746 To here. Disable this test on non-HP platforms. Add big comment.
15747
15748 2002-02-04 Michael Snyder <msnyder@redhat.com>
15749
15750 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
15751 other than d10v and m32r.
15752
15753 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
15754
15755 * gdb.base/default.exp: Rewrite test patterns to reduce time
15756 taken to match them.
15757
15758 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15759
15760 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15761 Allow a start function above main.
15762 * gdb.threads/linux-dp.exp: Fix copyright date.
15763
15764 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15765
15766 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15767 (check_philosopher_stack): Check for manager thread before checking
15768 for a just-starting thread.
15769
15770 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15771
15772 From Neil Booth <neil@daikokuya.demon.co.uk>:
15773 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15774 warnings.
15775
15776 2002-01-21 Fred Fish <fnf@redhat.com>
15777
15778 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15779 not caller.
15780
15781 2002-01-21 Jim Blandy <jimb@redhat.com>
15782
15783 * gdb.base/reread.exp: Check that GDB properly re-reads the
15784 executable file when it changes while no inferior is running.
15785
15786 2002-01-21 Fred Fish <fnf@redhat.com>
15787
15788 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15789 optionally accept the "shlib events" variation.
15790
15791 2002-01-21 Jim Blandy <jimb@redhat.com>
15792
15793 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15794 call `fflush' after every `printf', so that the output is produced
15795 at predictable points, regardless of whatever buffering does (or
15796 doesn't) take place.
15797 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15798 at different points.
15799
15800 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15801
15802 * gdb.c++/inherit.exp: Update copyright years.
15803 * gdb.c++/method.exp: Likewise.
15804
15805 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15806
15807 * gdb.c++/classes.exp: Update for improved v3 support and skipping
15808 artificial methods/arguments.
15809 * gdb.c++/derivation.exp: Likewise.
15810 * gdb.c++/inherit.exp: Likewise.
15811 * gdb.c++/method.exp: Likewise.
15812 * gdb.c++/virtfunc.exp: Likewise.
15813
15814 2002-01-18 Andrew Cagney <ac131313@redhat.com>
15815
15816 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15817 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15818 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15819 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15820 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15821 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15822
15823 2002-01-17 Jim Blandy <jimb@redhat.com>
15824
15825 * gdb.asm/asm-source.exp (info symbol): Take another shot at
15826 anchoring the pattern matching the entry point symbol's name.
15827
15828 2002-01-17 Andrew Cagney <ac131313@redhat.com>
15829
15830 * gdb.base/maint.exp: Update ``maint internal-error'' to match
15831 continue/quit query. Update copyright.
15832
15833 2002-01-14 Michael Snyder <msnyder@redhat.com>
15834
15835 * gdb.base/gcore.exp: Remove extra debugging output.
15836
15837 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15838
15839 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15840 for slightly dubious v2 mangled string.
15841
15842 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15843
15844 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15845
15846 2002-01-10 Jason Merrill <jason@redhat.com>
15847
15848 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
15849
15850 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15851 constructors.
15852 * gdb.c++/derivation.exp: Likewise.
15853 * gdb.c++/templates.exp: Likewise.
15854 * gdb.c++/virtfunc.exp: Likewise.
15855
15856 2002-01-10 Michael Snyder <msnyder@redhat.com>
15857
15858 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
15859
15860 2002-01-08 Michael Snyder <msnyder@redhat.com>
15861
15862 * gdb.base/gcore.exp: New test for generate-core-file command.
15863 * gdb.base/gcore.c: Testcase for above.
15864 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15865
15866 2002-01-08 Jason Merrill <jason@redhat.com>
15867
15868 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15869
15870 2002-01-07 Fred Fish <fnf@redhat.com>
15871
15872 * gdb.c++/overload.exp: Remove unconditional xfails for:
15873 print foo_instance1.overloadargs(1)
15874 print foo_instance1.overloadargs(1, 2)
15875 print foo_instance1.overloadargs(1, 2, 3)
15876 print foo_instance1.overloadargs(1, 2, 3, 4)
15877 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15878 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15879 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15880 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15881 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15882 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15883 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15884 print foo_instance1.overload1arg()
15885 print foo_instance1.overload1arg((char)arg2)
15886 print foo_instance1.overload1arg((signed char)arg3)
15887 print foo_instance1.overload1arg((unsigned char)arg4)
15888 print foo_instance1.overload1arg((int)arg7)
15889 print foo_instance1.overload1arg((unsigned int)arg8)
15890 print foo_instance1.overload1arg((float)arg11)
15891 print foo_instance1.overload1arg((double)arg12)
15892
15893 2002-01-07 Michael Snyder <msnyder@redhat.com>
15894
15895 * gdb.base/huge.exp: New test. Print a very large target data object.
15896 (skip_huge_test): New test variable. Define if you want to skip this
15897 test. The test reads an 8 megabyte data object from the target, so it
15898 might be very time consuming on remote targets with a slow connection.
15899 * gdb.base/huge.c: New file. Test case for above.
15900
15901 2002-01-07 Fred Fish <fnf@redhat.com>
15902
15903 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15904 g_instance.bfoo, and g_instance.cfoo.
15905
15906 2002-01-07 Jeffrey A Law <law@redhat.com>
15907
15908 * gdb.base/break.c (multi_line_if_conditional): New function.
15909 (multi_ilne_while_conditional): Likewise.
15910 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15911 IF or WHILE condition puts the breakpoint at the start of
15912 the condition.
15913
15914 * gdb.base/selftest.exp (backtrace through signal handler): Remove
15915 hppa*-*-hpux* expected failure.
15916 * gdb.base/structs.exp (do_function_calls): Similarly.
15917
15918 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15919 watchpoints.
15920
15921 2002-01-06 Andrew Cagney <ac131313@redhat.com>
15922
15923 Fix PR gdb/66.
15924 * gdb.base/structs.exp: Replace skip for a29k with skip for
15925 gdb,cannot_call_functions.
15926 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
15927 * gdb.base/callfuncs.exp: Ditto.
15928 * gdb.base/call-rt-st.exp: Ditto.
15929 * gdb.base/call-strs.exp: Ditto.
15930 * gdb.base/callfwmall.exp: Ditto.
15931 * gdb.base/scope.exp: Obsolete xfail a29k.
15932 * gdb.c++/misc.exp: Ditto.
15933 * gdb.c++/cplusfuncs.exp: Ditto.
15934 * gdb.base/ptype.exp: Ditto.
15935 * gdb.base/printcmds.exp: Ditto.
15936 * gdb.base/opaque.exp: Ditto.
15937 * gdb.base/list.exp: Ditto.
15938 * gdb.base/funcargs.exp: Ditto.
15939 * gdb.base/default.exp: Ditto.
15940
15941 2002-01-04 Michael Snyder <msnyder@redhat.com>
15942
15943 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
15944 * gdb.base/maint.exp: Add tests for maint info sections options.
15945
15946 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
15947
15948 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
15949
15950 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
15951
15952 * gdb.asm/arm.inc: New file.
15953 * gdb.asm/asm-source.exp: Add arm targets.
15954 * gdb.asm/configure.in: Ditto.
15955 * gdb.asm/configure: Recreated from configure.in.
15956
15957 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
15958
15959 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
15960 with HP's compiler.
15961 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
15962 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
15963 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
15964 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15965
15966 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
15967 either HP's compilers or GCC.
15968
15969 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
15970 a SIGBUS or SIGSEGV.
15971
15972 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
15973
15974 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
15975 can be compiled with either HP's compiler or GCC.
15976
15977 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
15978 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
15979 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
15980
15981 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
15982 to match current gdb output. Update due to using auto-solib-limit
15983 for limiting instead of overloading auto-solib-add.
15984 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
15985 test program.
15986
15987 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
15988 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
15989 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
15990 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
15991 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
15992 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
15993 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
15994 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
15995 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
15996 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
15997 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
15998 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
15999 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
16000
16001 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
16002 a SIGTRAP to the inferior.
16003
16004 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
16005
16006 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
16007 Substitute call to target_link by call to gdb_compile.
16008
16009 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
16010
16011 * gdb.base/break.exp: Fix HP specific search string when testing
16012 backtracing in a called function.
16013
16014 * gdb.base/constvars.exp: Only set lang to C++ if we're
16015 compiling the test with HP's compilers.
16016 * gdb.base/volatile.exp: Similarly.
16017
16018 2001-12-19 Jim Blandy <jimb@redhat.com>
16019
16020 * gdb.base/printcmds.exp: Expect the null character to be printed
16021 as '\0', and the '\013' to be printed as '\v'.
16022 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
16023 * gdb.base/setvar.exp: Same.
16024
16025 2001-12-17 Jim Blandy <jimb@redhat.com>
16026
16027 * gdb.base/completion.exp: Rather than completing very long
16028 filenames, which can make the readline library produce output we
16029 don't recognize, cd to the directory first, and then complete
16030 using nice, short relative paths.
16031
16032 * gdb.base/completion.exp: On some systems, there is, in fact, a
16033 variable named `b' in scope, since GDB treats all static
16034 variables as being in scope. So use `no_var_named_this'
16035 instead of `b'.
16036
16037 * gdb.base/corefile.exp: Recognize the message saying that GDB
16038 can't find the core file's registers as a failure.
16039
16040 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16041
16042 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16043 test expect string more specific.
16044
16045 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
16046
16047 * gdb.asm/asm-source.exp: Add support for xstormy16.
16048 * gdb.asm/configure.in: Ditto.
16049 * gdb.asm/configure: Rebuild.
16050 * gdb.asm/xstormy16.inc: New file.
16051
16052 2001-12-10 Fred Fish <fnf@redhat.com>
16053
16054 * gdb.base/maint.exp: Update to match changes in type dumping code.
16055
16056 2001-12-10 Jim Blandy <jimb@redhat.com>
16057
16058 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
16059 matching the entry point symbol's name at the beginning of the
16060 line.
16061
16062 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16063
16064 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
16065 gdb.c++/inherit.exp, gdb.c++/method.exp,
16066 gdb.c++/namespace.exp, gdb.c++/templates.exp,
16067 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
16068 and class layout support.
16069
16070 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16071
16072 * gdb.c++/classes.exp: Add test for static member function.
16073 * gdb.c++/misc.cc: Add class with static member function.
16074
16075 2001-12-07 Jim Blandy <jimb@redhat.com>
16076
16077 If GDB says it can't find the struct the function returned, report
16078 those tests as `unsupported'.
16079 * gdb.base/call-rt-st.exp (print_struct_call): New function.
16080 Rewrite subsequent tests to use it.
16081
16082 If GDB says it can't find the struct the function returned, report
16083 those tests as `unsupported'.
16084 * gdb.base/structs.exp (call_struct_func): New function.
16085 (do_function_calls): Use call_struct_func to call the functions
16086 returning structs.
16087
16088 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
16089 whether functions are prototyped or not, so we can't possibly pass
16090 arguments to t_float_values2 properly.
16091
16092 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
16093 value of `timeout' for targets other than the mips*tx39-*.
16094
16095 2001-12-06 Michael Snyder <msnyder@redhat.com>
16096
16097 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
16098 and detect whether the start symbol has a leading underscore.
16099
16100 2001-12-04 Jim Blandy <jimb@redhat.com>
16101
16102 * gdb.base/completion.exp: Clarify indentation.
16103
16104 2001-12-03 Jim Blandy <jimb@redhat.com>
16105
16106 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
16107 variables on the S/390, not `.word'.
16108
16109 2001-11-30 Jim Blandy <jimb@redhat.com>
16110
16111 Add assembly-source tests for s390-ibm-linux.
16112 * gdb.asm/s390.inc: New file.
16113 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
16114 the S/390 architecture.
16115 * gdb.asm/configure: Regenerated.
16116
16117 2001-11-30 Michael Snyder <msnyder@redhat.com>
16118
16119 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
16120 next, info source, info sources, info line, global and static
16121 variables, and static functions.
16122 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
16123 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
16124 * gdb.asm/asmsrc1.s: Add a static function and some variables.
16125 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
16126 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
16127 (gdbasm_leave): Restore frame pointer.
16128 (gdbasm_startup): Copy stack set-up from crt0.S.
16129
16130 2001-11-26 Fernando Nasser <fnasser@redhat.com>
16131
16132 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
16133 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
16134 to a local (non-static) variable. Copy tstruct.a to a static buffer
16135 and return a pointer to that buffer.
16136 * gdb.base/callfwmall.c (t_structs_a): Ditto.
16137
16138 2001-11-24 Mark Kettenis <kettenis@gnu.org>
16139
16140 * gdb.asm/configure.in: Fix recognition of ix86 target.
16141 * gdb.asm/configure: Regenerate.
16142
16143 2001-11-21 Michael Snyder <msnyder@redhat.com>
16144
16145 * gdb.asm/sparc.inc: New file.
16146 * gdb.asm/asm-source.exp: Recognize sparc target.
16147 * gdb.asm/configure.in: Recognize sparc target.
16148 * gdb.asm/configure: Regenerate.
16149
16150 2001-11-21 Michael Snyder <msnyder@redhat.com>
16151
16152 * gdb.asm/m32r.inc: New file.
16153 * gdb.asm/asm-source.exp: Recognize m32r target.
16154 * gdb.asm/configure.in: Recognize m32r target.
16155 * gdb.asm/configure: Regenerate.
16156
16157 2001-11-20 Michael Snyder <msnyder@redhat.com>
16158
16159 * gdb.asm/i386.inc: New file.
16160 * gdb.asm/asm-source.exp: Recognize ix86 target.
16161 * gdb.asm/configure.in: Recognize ix86 target.
16162 * gdb.asm/configure: Regenerate.
16163
16164 * gdb.c++/namespace.exp: Fix quotes in output messages.
16165
16166 2001-11-14 Michael Snyder <msnyder@redhat.com>
16167
16168 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
16169 qualifier in a type cast expression, to designate an address
16170 in the instruction space (Harvard architecture).
16171
16172 2001-11-13 Michael Snyder <msnyder@redhat.com>
16173
16174 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16175 Tests for expressions using 'const' and 'volatile'.
16176
16177 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
16178
16179 * gdb.asm/asm-sources.exp: Allow defining linker flags.
16180
16181 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
16182
16183 * lib/mi-support.exp (mi_run_to_helper): Move comments
16184 outside of gdb_expect.
16185
16186 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
16187
16188 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16189 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16190 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16191 mi0_run_to): New functions.
16192 * gdb.mi/mi-simplerun.exp: Use them.
16193 * gdb.mi/mi0-simplerun.exp: Likewise.
16194 * gdb.mi/mi-var-cmd.exp: Likewise.
16195 * gdb.mi/mi0-var-cmd.exp: Likewise.
16196
16197 2001-11-10 Andrew Cagney <ac131313@redhat.com>
16198
16199 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16200 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16201
16202 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16203
16204 * gdb.base/restore.exp: Include $expected value in restored test
16205 message.
16206
16207 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16208
16209 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16210 implemented.
16211
16212 2001-11-08 Michael Snyder <msnyder@redhat.com>
16213
16214 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16215 Add pass/fail message for stop at breakpoint in call dummy function.
16216
16217 2001-11-07 Michael Snyder <msnyder@redhat.com>
16218
16219 * gdb.c++/templates.exp (test_template_breakpoints):
16220 If we get an overload menu, but it does not match what
16221 we expect, we still need to issue the "cancel" command.
16222 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16223 making the whitespace optional. Argument for "new" may be
16224 "unsigned" as well as "unsigned int/long".
16225 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
16226 making the whitespace optional. Also replace "(void) with
16227 "((void|)), making the keyword "void" optional.
16228 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
16229 making the whitespace optional. Also replace "(void) with
16230 "((void|)), making the keyword "void" optional.
16231 * gdb.base/callfuncs.c (t_float_values): This function must
16232 _not_ be prototyped, and the following function (t_float_values2)
16233 must be prototyped (if the compiler supports it), so that GDB
16234 can be tested against both cases. Usually one case involves
16235 promotion of float to double, while the other does not.
16236 * gdb.base/callfwmall.c: Ditto.
16237 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16238 includes a stack frame for "start".
16239
16240 2001-11-05 Jim Blandy <jimb@redhat.com>
16241
16242 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
16243 pointers are 32 bits long, and that offsets of relocs are always
16244 stored in the data (REL-style), and not in the reloc entry itself
16245 (RELA-style).
16246 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16247 stabs.
16248
16249 2001-11-01 Michael Snyder <msnyder@redhat.com>
16250
16251 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16252 and regular expression operators by using quoting.
16253
16254 2001-10-31 Michael Snyder <msnyder@redhat.com>
16255
16256 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16257 depending on what the symbol table contains.
16258 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16259 the output of the ptype command. Similarly, accept both "const &"
16260 and "const&".
16261
16262 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
16263
16264 * gdb.base/miscexprs.c (main): Add usage of preprocessor
16265 symbol `STORAGE' to allow to choose the storage class of
16266 the local datastructures.
16267 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16268 compiler directive.
16269
16270 2001-10-30 Michael Snyder <msnyder@redhat.com>
16271
16272 * gdb.base/jump.exp: Allow it to run for all targets.
16273
16274 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16275
16276 * gdb.base/call-ar-st.c (print_double_array): Match for loop
16277 with new double_array size.
16278 (main): Change storage class of all local variables to static.
16279 Reduce size of double_array to 9.
16280 * gdb.base/call-ar-st.exp: Increase timeout value.
16281 Change expected output for double array to match new size in
16282 call-ar-st.c.
16283
16284 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16285
16286 * gdb.base/ending-run.exp: Create identical output when passing
16287 `step to end of run' case. Add regular expression branch satisfying
16288 Stormy16 target.
16289
16290 2001-10-28 Mark Kettenis <kettenis@gnu.org>
16291
16292 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
16293 that we catch the expected failure under Linux/x86.
16294
16295 2001-10-29 Orjan Friberg <orjanf@axis.com>
16296
16297 * gdb.base/setvar.exp: Escape curly braces.
16298 * gdb.stabs/weird.exp: Ditto.
16299
16300 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
16301
16302 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
16303 * gdm.mi/mi0-hack-cli.exp: Likewise.
16304
16305 2001-10-25 Andrew Cagney <ac131313@redhat.com>
16306
16307 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
16308 messages.
16309
16310 2001-10-21 Andrew Cagney <ac131313@redhat.com>
16311
16312 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
16313 checking MI enabled.
16314
16315 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
16316
16317 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
16318
16319 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
16320
16321 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
16322 if gdb child process crashes, just signal an error.
16323
16324 2001-10-02 Jim Blandy <jimb@redhat.com>
16325
16326 * lib/gdb.exp (test_xfail_format): Simplify.
16327
16328 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
16329 front of the variable name `format'. Simplify `if'.
16330
16331 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16332
16333 * gdb.threads/pthreads.exp: Wait for output and delay
16334 before sending ^C.
16335
16336 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16337
16338 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
16339 some incorrect output instead of timing out.
16340 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
16341
16342 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
16343
16344 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
16345 check to allow additional `int'.
16346
16347 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
16348
16349 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
16350 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
16351
16352 2001-09-27 Michael Snyder <msnyder@redhat.com>
16353
16354 * lib/gdb.exp (test_debug_format): New proc.
16355 (setup_xfail_format): Use new proc test_debug_format.
16356 * gdb.base/constvars.exp (local_compiler_xfail_check): New
16357 proc; use new service proc test_debug_format.
16358 Replace all other "gcc_compiled" tests with this test.
16359 * gdb.base/volatile.exp (local_compiler_xfail_check): New
16360 proc; use new service proc test_debug_format.
16361 Replace all other "gcc_compiled" tests with this test.
16362
16363 2001-09-27 Michael Snyder <msnyder@redhat.com>
16364
16365 * gdb.base/cvexpr.exp: New file.
16366 * gdb.base/cvexpr.c: New file
16367 Test for expressions using const and volatile keywords.
16368
16369 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
16370
16371 * gdb.base/constvars.exp: Check for different orders of keywords
16372 and additional "int" strings in output.
16373
16374 2001-09-22 Andrew Cagney <ac131313@redhat.com>
16375
16376 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16377 responses from "help maint".
16378
16379 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
16380
16381 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16382 to localhost:NNN instead of :NNN, in case Xvfb is listening
16383 only on TCP.
16384
16385 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
16386
16387 * gdb.base/recurse.exp: When checking leaving the watchpoint
16388 scope, recognize when gdb is in function's epilogue and pass.
16389
16390 2001-09-18 Keith Seitz <keiths@redhat.com>
16391
16392 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16393 support for running tests against sid targets.
16394 (gdbtk_done): Ditto.
16395
16396 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
16397
16398 * gdb.base/ending-run.c (main): Set stdout buffersize
16399 to the same reasonable value for any target.
16400 * gdb.base/ending-run.exp: Add a regular expression
16401 to make testsuite happy on Sanyo Stormy16 target.
16402
16403 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
16404
16405 * gdb.base/display.c (do_loops): Add float variable `f'.
16406 Increment f in loop.
16407 * gdb.base/display.exp: Increment timeout by 60 seconds.
16408 Change float display test to use variable `f'.
16409
16410 2001-09-17 Jim Blandy <jimb@redhat.com>
16411
16412 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16413 overflowing the limited breakpoint tables on some ROM monitors
16414 (like the ROM68K).
16415
16416 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
16417
16418 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16419 the "-ac" (disable access control) flag.
16420
16421 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
16422
16423 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16424 ints.
16425
16426 2001-08-30 Keith Seitz <keiths@redhat.com>
16427
16428 * lib/gdb.exp: Move all insight-related functionality into
16429 separate file.
16430 * lib/insight-support.exp: New file.
16431
16432 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
16433
16434 * config/sid.exp (sid_start): Never set sid verbosity; disable
16435 expect_background {} that consumed its stdout; tolerate </dev/null.
16436 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16437
16438 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16439
16440 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16441 CLI jump command to start it.
16442 (mi_run_to_main): Fail immediatly when unexpected output.
16443
16444 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16445
16446 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16447 beginning of function. Fix PR gdb/191.
16448
16449 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
16450
16451 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16452 what to force sid endianness to.
16453
16454 2001-08-15 Keith Seitz <keiths@redhat.com>
16455
16456 * lib/gdb.exp (gdbtk_start): Don't set environment
16457 variables for TCL_LIBRARY and friends. Insight will
16458 now figure these out for itself.
16459
16460 2001-08-02 Michael Snyder <msnyder@redhat.com>
16461
16462 * gdb.base/completion.exp: Remove the symbol "a64l" from
16463 the expect string; this is target-specific, and not related
16464 to what is being tested.
16465
16466 2001-08-02 Dave Brolley <brolley@redhat.com>
16467
16468 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16469
16470 2001-07-25 Michael Snyder <msnyder@redhat.com>
16471
16472 * gdb.base/consecutive.exp: New file. Test stepping over
16473 breakpoints on consecutive instructions.
16474 * gdb.base/consecutive.c: New file.
16475
16476 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16477 curly braces in regular expressions.
16478
16479 2001-07-25 Michael Snyder <msnyder@redhat.com>
16480
16481 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16482 legitimate output from stepping out of main.
16483
16484 2001-07-22 Keith Seitz <keiths@redhat.com>
16485
16486 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16487 the empty string, do not run the tests.
16488
16489 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16490
16491 * gdb.base/long_long.exp: Detect size of pointer. Take into
16492 account 2-byte pointers when testing for p/a results.
16493
16494 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16495
16496 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16497 and defined to 1K for m68hc11.
16498 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16499 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16500 (sizeof_random_data): New variable to tell the size of the data table;
16501 don't test past this size; always run to main.
16502
16503 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16504
16505 * gdb.base/return2.exp: return of long long and double fails for
16506 68HC11; don't execute these tests on that platform.
16507 * gdb.base/return.exp: Return of a double fails for 68hc11.
16508
16509 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16510
16511 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16512 tests that print a float.
16513 * call-rt-st.exp: Likewise.
16514
16515 2001-07-12 Mark Kettenis <kettenis@gnu.org>
16516
16517 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16518 running this test on Linux.
16519
16520 2001-06-24 Michael Chastain <chastain@redhat.com>
16521
16522 * gdb.base/arithmet.exp: Remove some tests to make all test names
16523 unique.
16524
16525 2001-07-03 Michael Snyder <msnyder@redhat.com>
16526
16527 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16528 the output of the ptype command.
16529
16530 2001-07-02 Michael Snyder <msnyder@redhat.com>
16531
16532 * gdb.base/completion.exp: Don't assume that break.c is the only
16533 source file that may contain functions named "marker".
16534 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16535
16536 2001-06-28 Andrew Cagney <ac131313@redhat.com>
16537
16538 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16539 of files to delete.
16540
16541 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16542 * gdb.disasm/h8300s.exp: New file.
16543 gdb.disasm/h8300s.s: Likewise.
16544
16545 2001-06-27 Andrew Cagney <ac131313@redhat.com>
16546
16547 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16548 empty breakpoint tables.
16549
16550 2001-06-25 Andrew Cagney <ac131313@redhat.com>
16551
16552 * lib/mi-support.exp: Update args=... part of stop-reason
16553 patterns. Accept either a list or a tuple.
16554
16555 2001-06-23 Andrew Cagney <ac131313@redhat.com>
16556
16557 * lib/mi-support.exp: Remove local emacs variable defining
16558 change-log-default-name.
16559
16560 2001-06-22 Michael Chastain <chastain@redhat.com>
16561
16562 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16563 This is operationally compatible with the previous version.
16564
16565 2001-06-13 Jim Blandy <jimb@redhat.com>
16566
16567 * lib/gdb.exp (gdb_test): Doc fix.
16568
16569 2001-06-10 Michael Chastain <chastain@redhat.com>
16570
16571 * gdb.base/exprs.exp: Remove a duplicate test.
16572
16573 2001-06-06 Jim Blandy <jimb@redhat.com>
16574
16575 * gdb.base/return2.exp (main): Use values to test float and double
16576 returns that are not NaN's, to avoid being confused by IEEE
16577 comparison rules.
16578
16579 2001-06-04 Michael Snyder <msnyder@redhat.com>
16580
16581 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
16582 non-zero if control_c fails. Terminate the test on failure,
16583 rather than wait for 12 more tests to time out.
16584
16585 2001-06-06 Jim Blandy <jimb@redhat.com>
16586
16587 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
16588 Don't forget to match the GDB prompt.
16589
16590 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16591
16592 2001-06-04 Jim Blandy <jimb@redhat.com>
16593
16594 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16595 command.
16596
16597 2001-05-31 Kevin Buettner <kevinb@redhat.com>
16598
16599 * gdb.base/annota1.exp (info break): Match four or more spaces
16600 after "Address".
16601
16602 2001-05-31 Michael Chastain <chastain@redhat.com>
16603
16604 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16605 (dm_type_int_star): Likewise.
16606 (dm_type_long_star): Likewise.
16607 (dm_type_void_star): Likewise.
16608
16609 2001-05-29 Kevin Buettner <kevinb@redhat.com>
16610
16611 * gdb.base/completion.exp (INPUTRC): Set this environment variable
16612 to a known value in order to get consistent results regardless
16613 of the setting of INPUTRC or the presence or contents of .inputrc.
16614
16615 2001-05-24 Michael Snyder <msnyder@redhat.com>
16616
16617 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16618 Don't require that the main thread and the manager thread are the
16619 first in the list.
16620
16621 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16622 debugging. If test fails, issue an "unsupported" not a "fail".
16623
16624 2001-05-24 Jim Blandy <jimb@redhat.com>
16625
16626 Don't assume that short is shorter than int.
16627 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16628 assume that shorts are smaller than ints. On a 16-bit machine,
16629 this isn't true.
16630 ("print unsigned char == (~0)"): Add test that verifies that ~0,
16631 an int, is not equal to ~0 stored in an unsigned char. This tests
16632 the same thing that the previous test meant to, but works on
16633 16-bit machines, too.
16634 ("print unsigned char != (~0)"): Same test, complemented.
16635
16636 2001-05-24 Michael Snyder <msnyder@redhat.com>
16637
16638 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
16639 test for (full_coverage == 0). This makes the test run faster,
16640 and prevents dejagnu getting out of step.
16641
16642 2001-05-23 Kevin Buettner <kevinb@redhat.com>
16643
16644 * gdb.base/finish.exp (finish_void): Revise pattern for
16645 stopping on the call statement to not permit stopping at
16646 the start of the instructions comprising the call sequence.
16647
16648 2001-05-19 Michael Chastain <chastain@redhat.com>
16649
16650 * gdb.base/callfuncs.exp: Make all test names unique.
16651 * gdb.base/commands.exp: Make all test names unique.
16652 * gdb.base/condbreak.exp: Make all test names unique.
16653 * gdb.base/dbx.exp: Make all test names unique.
16654 * gdb.base/default.exp: Make all test names unique.
16655 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
16656 and TIMEOUT messages to their corresponding PASS message.
16657 * gdb.base/ending-run.exp: Make all test names unique.
16658 * gdb.base/long_long.exp: Remove duplicate test.
16659
16660 2001-05-21 Kevin Buettner <kevinb@redhat.com>
16661
16662 * gdb.base/finish.exp (finish_void): Allow "finish" command to
16663 stop on the call statement as well as the statement after the
16664 call.
16665
16666 2001-05-21 Michael Snyder <msnyder@redhat.com>
16667
16668 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16669
16670 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16671
16672 * gdb.base/completion.exp: Revamp test. Make it execute on all
16673 platforms.
16674
16675 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16676
16677 * config/gdbserver.exp (gdb_load): Handle the case
16678 in which the arguments to gdbserver are given in the
16679 baseboard configuration file.
16680 Also handle the case in which the server needs to do a
16681 load.
16682
16683 2001-05-07 Keith Seitz <keiths@cygnus.com>
16684
16685 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16686 set up the display for testing.
16687 (gdbtk_start): Convert all paths to paths that tcl will like.
16688 Export target information to environment.
16689 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16690 necessary.
16691 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16692 (to_tcl_path): New proc to convert a given pathname into
16693 a path acceptible as an argument to a tcl command.
16694 (_gdbtk_export_target_info): New proc to export target info
16695 into the environment for gdbtk testing.
16696 (gdbtk_done): New proc to signal end-of-test.
16697
16698 2001-05-06 Jim Blandy <jimb@redhat.com>
16699
16700 * restore.c: Make the code of caller0 correspond to its comment.
16701
16702 2001-05-03 Michael Snyder <msnyder@redhat.com>
16703
16704 * config/sid.exp (gdb_target_sid): Check for error messages.
16705 On error or timeout, don't make expect exit (which will terminate
16706 all subsequent tests); instead just make gdb exit.
16707 (gdb_load): Check for error messages. On error or timeout,
16708 return a negative value.
16709
16710 2001-04-24 Jim Blandy <jimb@redhat.com>
16711
16712 * gdb.c++/templates.exp: If we see the prompt for the overload
16713 list, but we haven't recognized any of the longer patterns,
16714 arrange for this test to fail, not hang.
16715
16716 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16717 variations.
16718
16719 2001-04-22 Michael Chastain <chastain@redhat.com>
16720
16721 * gdb.c++/local.exp: Use the 'runto' library function.
16722 * gdb.c++/namespace.exp: Likewise.
16723 * gdb.c++/overload.exp: Likewise.
16724
16725 2001-03-26 Kevin Buettner <kevinb@redhat.com>
16726
16727 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16728 * gdb.base/step-line.exp: New file. Test step/next in presence of
16729 #line directives.
16730 * gdb.base/step-line.c: New file. Test program for the above.
16731 * gdb.base/step-line.inp: New file. We pretend that this file has
16732 been transformed by some other tool into step-line.c.
16733
16734 2001-03-21 Jim Blandy <jimb@redhat.com>
16735
16736 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16737 unmangled operator names.
16738
16739 2001-03-20 Jim Blandy <jimb@redhat.com>
16740
16741 * gdb.threads/linux-dp.exp: Recognize an additional message
16742 generated by GDB when it doesn't understand how to debug threads
16743 on the target system.
16744
16745 2001-03-19 Andrew Cagney <ac131313@redhat.com>
16746
16747 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16748
16749 2001-03-12 Michael Chastain <chastain@redhat.com>
16750
16751 * gdb.c++/derivation.exp: Use the 'runto' library function.
16752
16753 2001-03-12 Michael Chastain <chastain@redhat.com>
16754
16755 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16756
16757 2001-02-24 Michael Chastain <chastain@redhat.com>
16758
16759 * gdb.c++/ref-types.exp: Change handwritten code to library
16760 function 'runto'.
16761
16762 2001-03-16 Orjan Friberg <orjanf@axis.com>
16763
16764 * gdb.base/signals.exp: Set count to 0 explicitly.
16765
16766 2001-03-15 Mark Salter <msalter@redhat.com>
16767
16768 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16769 (gdb_target_monitor): Add check of gdb_target_cmd return value.
16770 (gdb_load): Add support for additional target_info: gdb_download_size
16771 and gdb_load_timeout.
16772
16773 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
16774
16775 * gdb.base/annota1.exp: Move test of isnative to earlier in the
16776 file -- to prevent failing when the compile fails but we have no
16777 intention of running the tests anyway.
16778
16779 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16780 tests if set.
16781
16782 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
16783 integers.
16784
16785 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16786 * gdb.c++/namespace.exp: Ditto.
16787
16788 2001-03-07 Orjan Friberg <orjanf@axis.com>
16789
16790 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16791 * gdb.base/pointers.exp: Relax pattern match of decimals.
16792
16793 2001-03-06 Kevin Buettner <kevinb@redhat.com>
16794
16795 * Makefile.in, config/abug.exp, config/cfdbug.exp,
16796 config/cpu32bug.exp, config/dve.exp, config/est.exp,
16797 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16798 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16799 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16800 config/sh.exp, config/sid.exp, config/slite.exp,
16801 config/sparclet.exp, config/udi.exp, config/unknown.exp,
16802 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16803 config/vxworks.exp, config/vxworks29k.exp,
16804 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16805 gdb.base/all-bin.exp, gdb.base/annota1.exp,
16806 gdb.base/arithmet.exp, gdb.base/assign.exp,
16807 gdb.base/async.exp, gdb.base/attach.exp,
16808 gdb.base/bitfields.exp, gdb.base/bitops.exp,
16809 gdb.base/break.exp, gdb.base/call-ar-st.exp,
16810 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16811 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16812 gdb.base/commands.exp, gdb.base/completion.exp,
16813 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16814 gdb.base/constvars.exp, gdb.base/corefile.exp,
16815 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16816 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16817 gdb.base/ending-run.exp, gdb.base/environ.exp,
16818 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16819 gdb.base/finish.exp, gdb.base/foll-exec.exp,
16820 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16821 gdb.base/funcargs.exp, gdb.base/help.exp,
16822 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16823 gdb.base/logical.exp, gdb.base/long_long.exp,
16824 gdb.base/maint.exp, gdb.base/mips_pro.exp,
16825 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16826 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16827 gdb.base/pointers.exp, gdb.base/printcmds.exp,
16828 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16829 gdb.base/regs.exp, gdb.base/relational.exp,
16830 gdb.base/remote.exp, gdb.base/reread.exp,
16831 gdb.base/restore.exp, gdb.base/return2.exp,
16832 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16833 gdb.base/selftest.exp, gdb.base/setshow.exp,
16834 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16835 gdb.base/sigall.exp, gdb.base/signals.exp,
16836 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16837 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16838 gdb.base/step-test.exp, gdb.base/structs.c,
16839 gdb.base/structs.exp, gdb.base/structs2.exp,
16840 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16841 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16842 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16843 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16844 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16845 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16846 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16847 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16848 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16849 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16850 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16851 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16852 gdb.fortran/types.exp, gdb.java/jmisc.exp,
16853 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16854 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16855 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16856 gdb.trace/circ.exp, gdb.trace/collection.exp,
16857 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16858 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16859 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16860 gdb.trace/report.exp, gdb.trace/save-trace.exp,
16861 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16862 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16863 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16864 notices.
16865
16866 2001-02-27 Michael Snyder <msnyder@cygnus.com>
16867
16868 * gdb.base/varargs.c (find_max_double): Fix printf format string:
16869 first arg is int not float.
16870
16871 2001-02-22 Michael Snyder <msnyder@cygnus.com>
16872
16873 * gdb.base/reread.exp: Unsupported for non-native targets;
16874 doesn't work for remote debugging.
16875
16876 2001-02-19 Fernando Nasser <fnasser@redhat.com>
16877
16878 From Drew Moseley <dmoseley@redhat.com>
16879 * gdb.base/ending-run.exp: Properly handle the BSP state when
16880 stepping past the end of main.
16881
16882 2001-02-19 John Moore <jmoore@redhat.com>
16883
16884 * gdb.base/commands.exp (infrun_breakpoint_command_test):
16885 Converted HPUX fix for non-expected items following multiple
16886 step commands into general solution for all platforms.
16887
16888 2001-02-18 Michael Chastain <chastain@redhat.com>
16889
16890 * gdb.c++/classes.exp (do_tests): Change runto statements
16891 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16892 statements demangler agnostic.
16893 * gdb.c++/virtfunc.exp (do_tests): Likewise.
16894 (gdb_virtfunc_restart): Likewise.
16895
16896 2001-02-14 Michael Chastain <chastain@redhat.com>
16897
16898 * gdb.c++/inherit.exp (do_tests): Change runto statements
16899 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16900 statements demangler agnostic.
16901
16902 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
16903
16904 * gdb.threads/pthreads.exp: Unify pass/fail messages for
16905 ``continue to bkpt at common_routine in thread 2'' and ``stopped
16906 before calling common_routine 15 times'' tests.
16907
16908 2001-02-11 Michael Chastain <chastain@redhat.com>
16909
16910 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16911 Helps the test script figure out which demangler is in use.
16912 (dm_type_foo_ref): Ditto.
16913 (dm_type_int_star): Ditto.
16914 (dm_type_long_star): Ditto.
16915 (dm_type_unsigned_int): Ditto.
16916 (dm_type_void): Ditto.
16917 (dm_type_void_star): Ditto.
16918 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
16919 Probe the gdb demangler and set variables to accommodate
16920 formatting differences.
16921 (info_func_regexp): New function. Same as info_func, but
16922 matches against a regexp.
16923 (info_func): Match against a literal string.
16924 (print_addr_2): New function. Match against a literal string,
16925 which can be different from the input to gdb.
16926 (print_addr): Simply call print_addr_2 with the same argument twice.
16927 (test_lookup_operator_functions): Use demangler formatting variables.
16928 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
16929 the tests in the same order as the C++ class declaration.
16930 (test_paddr_operator_functions): Ditto.
16931 (test_paddr_overloaded_functions): Ditto.
16932 (test_paddr_hairy_functions): Use demangler formatting variables.
16933 Add reference to gdb/19 for related tests.
16934 (do_tests): Call probe_demangler.
16935
16936 2001-01-30 Kevin Buettner <kevinb@redhat.com>
16937
16938 * gdb.c++/templates.cc (printf): Remove unused function definition.
16939
16940 2001-01-26 Felix Lee <flee@redhat.com>
16941
16942 * sid.exp (sid_exit): Pass host, not target, to remote_close.
16943
16944 2001-01-25 matthew green <mrg@redhat.com>
16945
16946 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
16947 up sid.
16948 (sid_exit): Call `remote_pop_conn' after GDB is gone.
16949
16950 2001-01-25 matthew green <mrg@redhat.com>
16951
16952 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
16953 Deprecate $sid_spawn_id.
16954 (sid_exit): Remove code necessary only for `spawn.'
16955
16956 2001-01-25 matthew green <mrg@redhat.com>
16957
16958 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
16959
16960 2001-01-28 Michael Chastain <chastain@redhat.com>
16961
16962 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
16963 to call when tests fail. It takes gdb out of the overloaded
16964 function choice menu back to the main prompt, so that the test
16965 program stays synchronized.
16966 (set_bp_overloaded): New proc to collect all the common
16967 code for setting a breakpoint on an overloaded name. Calls
16968 take_gdb_out_of_choice_menu when needed.
16969 (menu_overload1arg): New variable to collect the repeated
16970 instances of the expected menu for an overloaded name. Change
16971 the regular expression to handle changes in g++ type encoding:
16972 "void" can be either "void" or "", and "unsigned int" can be
16973 either "unsigned int" or "unsigned".
16974 (continue_to_bp_overloaded): Change regular expressions to handle
16975 changes in g++ type encoding.
16976 (no proc): Call take_gdb_out_of_choice_menu when needed.
16977 Remove redundant calls to "info break". Accept either "canceled"
16978 or "cancelled". Change regular expressions in "info break"
16979 calls to handle changes in g++ type encoding. Give all tests
16980 unique strings.
16981
16982 2001-01-17 Ben Elliston <bje@redhat.com>
16983
16984 * config/sid.exp: New file.
16985
16986 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
16987
16988 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
16989
16990 2000-12-21 Michael Snyder <msnyder@cygnus.com>
16991
16992 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
16993 Add a RE to accept a non-ascii char if one is ever presented.
16994
16995 2000-12-20 Fernando Nasser <fnasser@redhat.com>
16996
16997 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
16998
16999 2000-12-18 Michael Snyder <msnyder@cygnus.com>
17000
17001 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
17002 in regexp. One '\' does not suffice on Linux.
17003
17004 2000-12-09 Michael Chastain <chastain@redhat.com>
17005
17006 * gdb.base/break.exp (test_clear_command): Use a marker function
17007 rather than 'main' for the test function. Also move this
17008 test to an execution point where the marker function names are
17009 guaranteed to be bound to functions. (Executing tests after a
17010 'finish' from main runs into name conflicts with local names
17011 in __libc_start_main).
17012
17013 2000-12-07 Michael Snyder <msnyder@cygnus.com>
17014
17015 * gdb.base/finish.exp: New test for gdb's "finish" command.
17016 * gdb.base/return2.exp: New test for gdb's "return" command.
17017 * gdb.base/return2.c: New source file for above.
17018
17019 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17020
17021 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
17022 * gdb.base/miscexprs.exp: Ditto.
17023 * gdb.base/pointers.exp: Ditto.
17024 * gdb.c++/derivation.exp: Ditto.
17025 * gdb.c++/local.exp: Ditto.
17026 * gdb.c++/namespace.exp: Ditto.
17027 * gdb.c++/overload.exp: Ditto.
17028 * gdb.c++/ref-types.exp: Ditto.
17029
17030 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17031
17032 * gdb.base/constvars.exp: Test result of "up" command.
17033 * gdb.base/miscexprs.exp: Ditto.
17034 * gdb.base/pointers.exp: Ditto.
17035 * gdb.base/scope.exp: Ditto.
17036 * gdb.c++/derivation.exp: Ditto.
17037 * gdb.c++/local.exp: Ditto.
17038 * gdb.c++/namespace.exp: Ditto.
17039 * gdb.c++/overload.exp: Ditto.
17040 * gdb.c++/ref-types.exp: Ditto.
17041
17042 2000-11-22 Michael Chastain <chastain@redhat.com>
17043
17044 * mips_pro.exp: Accept either "middle -> top -> main" or
17045 "middle -> main" in the backtrace, because gcc can optimize
17046 tail calls to jumps. Remove setup_xfail for the hppa case.
17047 Add a comment with the original warning messages from PR 3016,
17048 which was filed in 1993, to preserve them for posterity.
17049
17050 2000-11-17 Nick Duffek <nsd@redhat.com>
17051
17052 * lib/gdb.exp (gdb_test): Override timeout with board info.
17053
17054 2000-11-17 Nick Duffek <nsd@redhat.com>
17055
17056 * gdb.base/display.exp: Don't kill running stub. Add "again" to
17057 the second kill and detach messages.
17058
17059 2000-11-17 Nick Duffek <nsd@redhat.com>
17060
17061 * configure.in: Add AC_EXEEXT.
17062 * configure: Regenerate.
17063 * Makefile.in (just-check): Export EXEEXT.
17064 * lib/gdb.exp ($EXEEXT): Import from environment.
17065 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
17066 expect "maint dump-me" on Cygwin.
17067 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
17068 $EXEEXT.
17069
17070 2000-11-17 Nick Duffek <nsd@redhat.com>
17071
17072 * gdb.base/break.exp: Test backtrace and finish from called
17073 function on all platforms, not just HP-UX.
17074
17075 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17076
17077 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
17078 code from gdb_target_monitor, so it can be used independantly
17079 for gdbserver. Also comment out an unnecessary PUTS.
17080
17081 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17082
17083 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
17084 * gdb.base/corefile.exp: Expect the message "Program is being
17085 debugged already" when we send the "corefile" command, since
17086 the preceeding gdb_load may have connected gdb to a remote target.
17087 * gdb.base/display.exp: Disable hardware watchpoints if new
17088 board info variable "no_hardware_watchpoints" is true.
17089 Replace single-letter commands with more readable ones.
17090 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
17091 if new board info variable "no_hardware_watchpoints" is true.
17092 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
17093 to see if stdio (printf) testing is possible.
17094 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
17095 board info variable "no_hardware_watchpoints" is true. Use new
17096 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
17097
17098 2000-11-13 Fernando Nasser <fnasser@redhat.com>
17099
17100 From Orjan Friberg <orjanf@axis.com>:
17101 * gdb.base/printcmds.exp: Escape curly braces followed by a number
17102 in array print pattern match.
17103
17104 2000-11-09 Fernando Nasser <fnasser@redhat.com>
17105
17106 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
17107 spelling "cancelled" to U.S. spelling "canceled" to match changes
17108 made to gdb.
17109 * gdb.c++/ovldbreak.exp: Ditto.
17110
17111 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17112
17113 * gdb.base/callfuncs.c (main): Moved to end of file, call
17114 t_double_values to initialize the FPU before inferior calls are made.
17115 * gdb.base/callfuncs.exp: Test for register preservation after calling
17116 inferior functions. Add tests for continuining, finishing and
17117 returning from a stop in a call dummy.
17118
17119 2000-10-24 Michael Snyder <msnyder@cygnus.com>
17120
17121 * gdb.base/commands.exp: Break up long lines, and re-indent.
17122
17123 2000-10-19 Michael Snyder <msnyder@cygnus.com>
17124
17125 * config/gdbserver.exp: Rewritten from the ground up, to make it
17126 compatible with the current dejagnu tree, and to make it work with
17127 the new "gdbserver" in libremote.
17128
17129 2000-10-16 Michael Snyder <msnyder@cygnus.com>
17130
17131 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
17132 * gdb.base/varargs.exp: Skip entire test if no printf support.
17133 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
17134 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
17135
17136 2000-10-13 Michael Snyder <msnyder@cygnus.com>
17137
17138 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
17139 no floating point support.
17140 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
17141 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17142 * gdb.base/call-rt-st.exp: Ditto.
17143 * gdb.base/call-strs.exp: Ditto.
17144
17145 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
17146
17147 * gdb.base/sizeof.c: include <stdio.h>.
17148
17149 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
17150 'finish', otherwise uncaptured gdb_prompt would potentially
17151 throw remaining test points out of sync.
17152
17153 2000-07-26 Scott Bambrough <scottb@netwinder.org>
17154
17155 * gdb.base/recurse.exp: Run tests for all targets.
17156 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17157 gnu-oldld case on ARM.
17158 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17159 for ARM targets.
17160
17161 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
17162
17163 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17164 * gdb.java/configure: Rebuild.
17165
17166 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
17167
17168 * gdb.java/jv-exp.exp: New file.
17169
17170 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
17171
17172 * configure: Rebuilt.
17173 * configure.in (configdirs): Add gdb.java.
17174 * gdb.java/jmisc.java: New file.
17175 * gdb.java/jmisc.exp: New file.
17176 * gdb.java/Makefile.in: New file.
17177 * gdb.java/configure: Rebuilt.
17178 * gdb.java/configure.in: New file.
17179 * lib/java.exp: New file.
17180
17181 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
17182
17183 * gdb.base/exprs.exp: Test casts to a pointer including over and
17184 underflow.
17185
17186 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
17187
17188 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
17189 and the compilers sizes.
17190
17191 2000-07-09 Nick Duffek <nsd@redhat.com>
17192
17193 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17194 (use_methods): New function.
17195 (main): Call use_methods().
17196 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17197 (do_tests): Call test_method_param_class.
17198
17199 2000-07-09 Nick Duffek <nsd@redhat.com>
17200
17201 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17202 spelling.
17203 (test_enums): New procedure. Move enum tests from end of script
17204 to here. Set breakpoint on function name instead of line number.
17205 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17206 (enums2): New marker function.
17207 (enums1): New function.
17208 (main): Call enums1(). Move enum tests to enums1().
17209
17210 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
17211
17212 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
17213 compile/link program. Update line numbers.
17214 * gdb.asm/d10v.inc: Define ``startup''.
17215 * gdb.asm/asmsrc1.s: Add definition of _start.
17216
17217 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
17218
17219 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17220
17221 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17222
17223 * gdb.base/maint.exp: Add 'maint print architecture' item to output
17224 of 'help maint print' command.
17225
17226 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
17227
17228 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
17229 they use gdb_expect_list.
17230
17231 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
17232
17233 * gdb.base/commands.exp: Use ``set remote
17234 memory-read-packet-size'' instead of ``set endian big'' to test
17235 long commands.
17236
17237 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
17238
17239 * gdb.c++/templates.exp (do_tests): Make all of these work under
17240 g++, and stop skipping them.
17241
17242 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17243 work under g++.
17244
17245 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
17246 initialization.
17247
17248 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17249
17250 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17251 the regular expression: accept an (almost) arbitrary sequence of
17252 "frames-invalid" and "breakpoints-invalid" messages both before
17253 and after the "starting" message.
17254
17255 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17256
17257 * gdb.c++/local.exp: This test has never been known to work with g++.
17258
17259 2000-05-18 Michael Snyder <msnyder@cygnus.com>
17260
17261 * gdb.base/annota1.exp (annotate-signal-handler-caller):
17262 Relax the regular expression a little, make it pass on Solaris 8.
17263
17264 2000-05-12 Kevin Buettner <kevinb@redhat.com>
17265
17266 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
17267 a call, do not require that gdb stop on the line after the call.
17268 Instead, it is permissible for gdb to stop on the line of the
17269 call itself.
17270
17271 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
17272
17273 * gdb.base/break.exp (bp on small function, optimized file):
17274 Add a second pass pattern. The behavior differs here between stabs
17275 and dwarf for one-line functions. Stabs preserves two line symbols
17276 (one before the prologue and one after) with the same line number,
17277 but dwarf regards these as duplicates and discards one of them.
17278 Therefore the address after the prologue (where the breakpoint is)
17279 has no exactly matching line symbol, and GDB reports the breakpoint
17280 as if it were in the middle of a line rather than at the beginning.
17281
17282 2000-05-08 Michael Snyder <msnyder@cygnus.com>
17283
17284 * gdb.base/interrupt.exp: Make "pass" message say "send"
17285 rather than "send_gdb" (for consistancy).
17286
17287 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
17288
17289 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
17290 * gdb.c++/templates.cc: Properly check for GCC version number.
17291 * lib/compiler.cc: Likewise
17292
17293 2000-04-28 Michael Snyder <msnyder@cygnus.com>
17294
17295 * gdb.base/break.exp: When compiled with -O2 optimization,
17296 gdb may not stop at the first line of main, due to code motion.
17297
17298 2000-04-26 Michael Snyder <msnyder@cygnus.com>
17299
17300 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
17301 This test depends on parsing the printf output from the target.
17302 Since the sparclet stub doesn't do stdio, this will never work.
17303 * gdb.base/call-rt-st.exp: ditto.
17304 * gdb.base/call-strs: ditto.
17305
17306 2000-04-24 Michael Snyder <msnyder@cygnus.com>
17307
17308 * gdb.base/miscexprs.exp: make sizeof long array test portable.
17309
17310 * gdb.base/ending-run.exp: After connecting to a remote target,
17311 but before running, the target will appear to be in a random
17312 location. Specify both a file and a line for breakpoints.
17313 Also, the function that calls main may be called 'init'
17314 rather than 'start'.
17315
17316 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17317
17318 * gdb.base/help.exp: Update output for add-symbol-file command.
17319
17320 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
17321
17322 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17323 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
17324
17325 2000-04-07 J.T. Conklin <jtc@redback.com>
17326
17327 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
17328
17329 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
17330
17331 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
17332
17333 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
17334 values that can be represented exactly.
17335 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
17336 above change, and to not check against the directory part of the source
17337 file name.
17338 (step into print_long_arg_list): Likewise.
17339 (print print_small_structs from print_long_arg_list): Likewise.
17340 (print print_long_arg_list): Likewise.
17341
17342 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17343
17344 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
17345
17346 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
17347
17348 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
17349
17350 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
17351
17352 * gdb.base/commands.exp (deprecated_command_test): Add test for
17353 deprecate with no arguments.
17354
17355 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
17356
17357 * gdb.base/break.exp: Add new test for setting breakpoints on
17358 optimized code so we can test breakpoints work even when function
17359 prologues may be optimized away
17360
17361 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
17362
17363 From David Whedon <dwhedon@gordian.com>
17364 * gdb.base/commands.exp : Added command deprecator tests.
17365
17366 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
17367
17368 * gdb.base/help.exp: Added test for new apropos command.
17369
17370 2000-03-21 Kevin Buettner <kevinb@redhat.com>
17371
17372 * gdb.base/pointers.c (usevar): New function.
17373 (main): Make sure that global variables v_int_pointer2, rptr,
17374 and y are all referenced someplace in the program by calling
17375 usevar() on them. [Some linkers delete symbols which are
17376 never referenced. The space remains, but there's no way to
17377 get a (symbolic) handle on the variable from the debugger.]
17378
17379 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17380
17381 * gdb.base/printcmds.c: Add typedeffed arrays.
17382
17383 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17384 procedure to test arrays that are typedef'd.
17385
17386 2000-03-13 James Ingham <jingham@leda.cygnus.com>
17387
17388 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17389 the library directories.
17390
17391 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17392
17393 * configure.in (configdirs): Add sub directory gdb.mi.
17394 * configure: Re-generate.
17395
17396 * gdb.mi: New directory.
17397
17398 2000-02-25 Scott Bambrough <scottb@netwinder.org>
17399
17400 * gdb.base/long_long.exp: Correct test suite failure when printing
17401 a long long value as a double on ARM platforms.
17402
17403 2000-02-16 Jim Blandy <jimb@redhat.com>
17404
17405 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17406 default source file is set properly before running this test.
17407
17408 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17409
17410 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17411 gdbtk/library directory, not in gdbtcl2.
17412
17413 2000-02-04 Jim Blandy <jimb@redhat.com>
17414
17415 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17416 backslash from regexp pattern.
17417
17418 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17419 procedure. Use it to run all the "continue to bp overloaded"
17420 tests. Note that this changes the names of the tests slightly.
17421 If the breakpoint hit message includes a hex PC value, because
17422 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17423 from the real source code, still consider that a pass.
17424
17425 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17426 XFAIL here if the breakpoint message contains a hex address. Note
17427 similar change on 1999-11-02.
17428
17429 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17430
17431 * gdb.base/ptype.exp: Establish a default source file before
17432 calling get_debug_format.
17433
17434 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17435
17436 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17437
17438 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17439
17440 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17441 of successive stepi commands -- while in the prologue we should see
17442 the function entry bracket.
17443
17444 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17445
17446 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17447 reach __change_mode() when stepping through the end of main().
17448
17449 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17450
17451 * gdb.base/default.exp: Fix expected pattern.
17452 * gdb.base/help.exp: Same.
17453
17454 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17455
17456 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17457 Don't use xfail's because that affects only the following test.
17458
17459 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17460 solaris or linux.
17461
17462 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17463
17464 2000-01-07 Michael Snyder <msnyder@cygnus.com>
17465
17466 * gdb.base/display.exp: Some yacc parsers like to say
17467 "A syntax error" rather than "A parse error". Accept both.
17468
17469 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17470
17471 * gdb.base/default.exp: Remove OS dependent string from "target
17472 remote" test.
17473 * gdb.base/help.exp: Same for "help target remote" test.
17474
17475 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17476
17477 From Jim Kingdon <kingdon@redhat.com>:
17478
17479 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17480 prompt (cleanup rather than necessity, but still might keep output
17481 from spilling to next test).
17482
17483 2000-01-02 Fred Fish <fnf@cygnus.com>
17484
17485 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17486 AIX, which defines them in <sys/types.h>.
17487
17488 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
17489
17490 * gdb.base/default.exp: Match arm* etc instead of arm in "info
17491 float" test.
17492
17493 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
17494
17495 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17496
17497 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17498 outermost frame disallowed".
17499
17500 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17501
17502 * gdb.base/setvar.exp: New tests for setting the value of a struct
17503 with a constant list.
17504
17505 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17506
17507 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17508 require the user to type a cast before setting the value of a struct.
17509
17510 1999-12-06 Jim Blandy <jimb@cygnus.com>
17511
17512 * gdb.base/default.exp: Expect the new 'info float' command on
17513 all i386 platforms.
17514
17515 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17516 LinuxThreads libraries that don't support debugging.
17517
17518 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17519
17520 * gdb.base/remote.c: Fill the buffer with truely random data.
17521 Change the buffer type to ``unsigned char'' to simplify size
17522 arithmetic.
17523
17524 * gdb.base/remote.exp: Reduce download numbers by one. Typical
17525 stub only handles 400-1 byte packets. Verify that the download
17526 worked.
17527
17528 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17529
17530 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17531 tests, using UNRESOLVED for the untested cases. Also, does not wait
17532 for a timeout if the prompt was received before a recognizable pattern.
17533
17534 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17535
17536 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17537
17538 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17539
17540 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17541 watchpoints.
17542
17543 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
17544
17545 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17546
17547 * gdb.c++/local.exp: Be more flexible in recognizing local class
17548 name mangling. Don't allow horribly truncated method names.
17549 * gdb.c++/derivation.exp: Expect protected inheritance.
17550 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17551 * gdb.c++/virtfunc.exp: Likewise.
17552 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
17553 when printing a nested enum.
17554
17555 1999-11-22 Jim Blandy <jimb@cygnus.com>
17556
17557 * gdb.base/step-test.exp: Properly await GDB's response to setting
17558 a breakpoint on the call to large_struct_by_value.
17559
17560 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17561 just because we have debug info for the `start' function.
17562
17563 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
17564
17565 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17566 "Unknown signal" messages, which indicate (on LinuxThreads) that
17567 GDB doesn't know how to debug threads on this system. This is
17568 better than hanging while philosopher 0 dumps chatter into gdb.log.
17569
17570 1999-11-18 Tom Tromey <tromey@cygnus.com>
17571
17572 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17573
17574 1999-11-18 Fred Fish <fnf@cygnus.com>
17575
17576 * gdb.base/coremaker2.c: Add sample program for generating
17577 cores that is more self contained than coremaker.c. Eventually
17578 I'll add more code to this and tie it into the testsuite.
17579
17580 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
17581
17582 * gdb.base/dollar.exp: Remove, now in gdb.hp.
17583
17584 1999-11-10 Jimmy Guo <guo@cup.hp.com>
17585
17586 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
17587 from $srcdir/lib/.
17588 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
17589 and gdb.c++/.
17590
17591 * gdb.c++/derivation.exp: remove redundant get compiler info code.
17592
17593 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
17594 'continue with watch' test point.
17595
17596 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
17597
17598 Merged from p2linux-990323-branch:
17599
17600 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17601
17602 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
17603
17604 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
17605 {limit,fixed}''. Test ``set download-write-size''.
17606
17607 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
17608
17609 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
17610 gdb_expect_list.
17611
17612 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
17613
17614 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17615
17616 1999-11-03 Mark Salter <msalter@cygnus.com>
17617
17618 * gdb.base/break.exp: Fix "stub continue" pattern.
17619
17620 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
17621
17622 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17623
17624 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
17625
17626 * gdb.base/display.exp ("finish"): Add timeout clause.
17627
17628 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17629 plain prompt clause, so this doesn't have to time out in order to
17630 fail.
17631
17632 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
17633 breakpoint hit messages include an address.
17634
17635 * gdb.base/display.exp: Don't forget to escape parens in regular
17636 expressions. Unix regexp notatation sucks.
17637
17638 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17639
17640 * gdb.base/annota1.exp: Test for annotate-signalled: change output
17641 order for 'signalled' message.
17642
17643 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
17644
17645 From Jimmy Guo <guo@cup.hp.com>:
17646 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17647 * gdb.base/annota1.c: Add code for tests to work with.
17648
17649 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
17650
17651 * gdb.base/remote.exp: New test for remote downloading settings.
17652 * gdb.base/remote.c: New file with large .data.
17653
17654 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
17655
17656 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17657 for LinuxThreads support, merged from the Code Fusion branch.
17658
17659 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
17660
17661 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
17662 containing exp_continue into a while within an expect. Don't
17663 attempt a start more than three times. Check return value from
17664 gdb_load.
17665
17666 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
17667
17668 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
17669 a pass case.
17670
17671 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
17672
17673 * gdb.base/break.c (main): Added a statement that we can step
17674 off of.
17675 * gdb.base/break.exp: Added tests for setting a breakpoint
17676 at an offset and stepping onto a breakpoint.
17677
17678 1999-10-01 Fred Fish <fnf@cygnus.com>
17679
17680 * gdb.base/help.exp (help add-symbol-file): Update to match current
17681 gdb output.
17682
17683 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
17684
17685 * gdb.base/break.exp: Code locations are in hex, don't forget!
17686 (For HP-UX.)
17687
17688 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
17689
17690 * condbreak.exp: Use break.c as test program.
17691 * condbreak.c: Remove, redundant with break.c.
17692
17693 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
17694
17695 * config/monitor.exp (gdb_target_monitor): Disable X- and
17696 Z-packets if the target needs it.
17697
17698 1999-09-13 James Ingham <jingham@leda.cygnus.com>
17699
17700 * gdb.c++/overload.exp: Added tests for listing overloaded
17701 functions with function pointers in the arg, explicitly calling
17702 out the version you want.
17703
17704 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
17705
17706 * long_long.exp: Add variations of test cases that work for
17707 targets with 16-bit ints and 32-bit doubles.
17708
17709 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
17710
17711 * break.c (main): Compare a possibly-uninitialized argc with an
17712 unlikely value that fits in 16 bits.
17713
17714 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
17715
17716 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17717 0xfeeb, don't want negative numbers if ints are 16 bits.
17718
17719 * lib/gdb.exp (skip_cplus_tests): New proc.
17720 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17721 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17722 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17723 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17724 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17725 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17726 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17727 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
17728
17729 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17730
17731 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
17732
17733 * gdb.base/corefile.exp (up): Allow a parameter to appear
17734 in the frame that we're going up to.
17735
17736 From Jim Blandy <jimb@cygnus.com>:
17737
17738 * gdb.base/default.exp (info float): Expect some output now.
17739
17740 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17741 returning floating-point values to fail on the x86.
17742 * gdb.base/callfwmall.exp (do_function_calls): Same.
17743
17744 * gdb.base/list.exp (test_listsize): Correct expectations for
17745 listing line 1 with listsize 2. Also, listing a single line
17746 works now, as does listing three lines. [Kevin's note: There
17747 were a number of other cases fixed too where the expectations
17748 differed...]
17749
17750 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
17751
17752 * gdb.base/selftest.exp: Add case for when version prints as
17753 constant string instead of char pointer.
17754
17755 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
17756
17757 * gdb.base/ending-run.exp: Add Solaris case for what happens when
17758 stepping out of main.
17759
17760 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17761 G++ used.
17762
17763 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
17764 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
17765
17766 * gdb.c++/ovldbreak.exp: Update match string in test that
17767 includes a warning of multiple breakpoints.
17768
17769 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
17770
17771 * gdb.base/display.exp: Improve precision of step-after-finish
17772 added yesterday.
17773
17774 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
17775 test.
17776
17777 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17778 configs when using G++, not just hppa*.
17779
17780 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17781
17782 * gdb.base/async.c: New file.
17783 * gdb.base/async.exp: New file.
17784
17785 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
17786
17787 * gdb.base/break.exp: Tweak PA specific tests to properly handle
17788 PA64.
17789
17790 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
17791
17792 * gdb.base/display.exp: "finish" can leave us mid-line on many
17793 targets, deal with it. Add a small constant to main, instead of
17794 1000 since main+1000 may not be a valid address in the target.
17795
17796 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17797 on hpux11.
17798
17799 * gdb.base/attach.exp: Handle another hpux11 error message variant
17800 when attaching to a process that does not exist.
17801
17802 1999-08-19 J.T. Conklin <jtc@redback.com>
17803
17804 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
17805 characters in 'continue to 1241' test.
17806
17807 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
17808
17809 * gdb.base/call-ar-st.exp: Add a shorter match case for the
17810 stop in print_long_arg_list, define and use a whitespace
17811 variable in print_small_structs test, add an XFAIL for Solaris.
17812 * gdb.base/dbx.exp: XFAIL func commands until somebody is
17813 interested enough to fix.
17814
17815 1999-08-13 Keith Seitz <keiths@cygnus.com>
17816
17817 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17818 (dbx_gdb_load): Remove. Use gdb_load instead, since that
17819 proc knows about targets other than the natives.
17820 (test_assign): Use "gdb_run_cmd" to "run" the target.
17821 Check that we've actually hit the breakpoint at main.
17822 When we attempt to assign a value to a local variable, check
17823 that the variable is in the current scope, i.e., don't use
17824 a test with an empty result.
17825
17826 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
17827
17828 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
17829 command.
17830
17831 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
17832
17833 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17834 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17835 gdb.compat, gdb.threads-hp.
17836 gdb.hp/configure, gdb.hp/configure.in: New files.
17837 gdb.hp/Makefile.in: Recurse into new subdirs.
17838 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17839 gdb.hp/gdb.objdbg: New directory, tests for debugging info
17840 in object files.
17841 gdb.hp/tools: New directory, aux tools for HP-specific tests.
17842
17843 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
17844
17845 * gdb.base/display.exp: Help expect by putting a newline in the
17846 funky printf, remove a bogus p/a test.
17847
17848 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17849
17850 * gdb.base/display.exp: Make sure that when we say 'run', we are
17851 connected to the target. This is necessary when running not
17852 natively.
17853
17854 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
17855
17856 * gdb.base/step-test.exp: Removed some extraneous messages.
17857
17858 * gdb.base/long_long.exp: Don't run memory examination tests
17859 on little-endian targets (they will need a different set of
17860 results to match).
17861
17862 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
17863
17864 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17865 until somebody decides to fix GDB.
17866
17867 * gdb.base/long_long.c: Stop compiler complaint by specifying long
17868 constant as "ULL".
17869 * gdb.base/long_long.exp: Loosen x/c test, add partial result
17870 matches for a couple x/2 commands.
17871
17872 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17873
17874 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17875 by merging in ref-types2 tests.
17876 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17877
17878 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17879 * gdb.c++/Makefile.in: Add standard actions.
17880 (EXECUTABLES): Rename from PROGS, update list.
17881 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17882 from gdb.hp.
17883 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17884 foo and bar locals.
17885 * gdb.c++/anon-union.exp: Fix tests to match.
17886 * gdb.c++/classes.exp: Run if HP compiler used, add extra
17887 expect matches to handle output variations.
17888 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17889 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
17890 output, add HP alternatives for new and delete prints.
17891 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
17892 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
17893 * gdb.c++/demangle.exp: Use $style when reporting failure.
17894 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17895 * gdb.c++/inherit.exp: Run if HP compiler used, add some
17896 match alternatives.
17897 * gdb.c++/local.exp: Add match alternatives or xfails for HP
17898 compilers.
17899 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17900 * gdb.c++/method.exp: Add match alternatives.
17901 * gdb.c++/misc.cc: Add bool types.
17902 * gdb.c++/misc.exp: Add tests for bool types.
17903 * gdb.c++/overload.exp: Add xfails.
17904 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17905 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17906 add some more template parameter tests (only for HP currently).
17907 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17908 * gdb.c++/virtfunc.cc: Add return type and value for main.
17909 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17910 match alternatives.
17911
17912 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17913
17914 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17915
17916 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
17917
17918 * gdb.base/signals.exp: Don't expect getting a backtrace from
17919 within a signal handler to fail on Linux.
17920
17921 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
17922
17923 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17924 * lib/gdb.exp: Remove some gratuitious semicolons.
17925 (delete_breakpoints): Increase timeout.
17926 (gdb_expect): Add -notransfer option.
17927 (gdb_test): Use -notransfer option.
17928 (get_compiler_info): Add f77 case.
17929 (get_compiler): New proc, split out from gdb_preprocess, add f77
17930 case.
17931 (gdb_preprocess): Call get_compiler.
17932
17933 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
17934 * gdb.base/attach.exp, gdb.base/display.exp,
17935 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
17936 gdb.base/long_long.exp, gdb.base/printcmds.exp,
17937 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
17938 third arg to gdb_test.
17939 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
17940 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
17941 HP-UX xfails, add others.
17942 * gdb.base/completion.exp: Reflect name change of self-test.
17943 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
17944 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
17945 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
17946 HP failure number.
17947 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
17948 useless HP-UX 10.30 references.
17949 * gdb.base/maint.exp: Loosen matches.
17950 * gdb.base/pointers.c (main): Declare more_code.
17951 * gdb.base/pointers.exp: Match on output of a `next'.
17952 * gdb.base/structs.c: Add prototypes.
17953 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
17954 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
17955
17956 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17957
17958 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
17959 command.
17960
17961 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17962
17963 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
17964 Fix run to main failures. Watchpoint can be hardware watchpoint.
17965
17966 * gdb.base/annota1.exp: Clean up some more, in case printf has
17967 debug info. Deal with lack of signal hanlder info in stack.
17968
17969 From Jim Kingdon <kingdon@redhat.com>:
17970 * gdb.base/annota1.exp: If printf has debug info, deal with it.
17971
17972 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
17973
17974 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
17975 gdb.base/foll-vfork.exp: Don't run for crosses.
17976
17977 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17978
17979 * gdb.base/configure.in: Check for gdbvars.exp instead of
17980 a1-selftest.exp.
17981 * gdb.base/configure: Re-generate.
17982
17983 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
17984
17985 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
17986 in trying to run first and name is too long.
17987
17988 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
17989 pointers2.c and pointers2.exp, respectively.
17990 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
17991 doschk happier.
17992
17993 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
17994
17995 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
17996 callfuncs2.c and callfuncs2.exp.
17997
17998 * gdb.base/list.exp: Remove mistaken xfails.
17999 * gdb.base/list0.h: Add optional prototypes.
18000
18001 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
18002
18003 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
18004 calling malloc.
18005 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
18006 * ptype.exp: Move test for get_debug_format to before its first
18007 use.
18008
18009 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18010
18011 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
18012 * gdb.base/annota2.cc, annota2.exp: Move from here.
18013 * gdb.c++/annota2.cc, annota2.exp: To here.
18014 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
18015
18016 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
18017
18018 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
18019 a consistent format.
18020
18021 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
18022
18023 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18024 * lib/gdb.exp (get_compiler_info): Add detection for assorted
18025 HP compilers, also set the globals $true and $false.
18026
18027 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
18028 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18029 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18030 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18031 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18032 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18033 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18034 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18035 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18036 whatis.c} Add C++ compatible function definitions and return
18037 types, add includes for library functions.
18038 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18039 * gdb.base/step-test.c (myglob): Rename from glob.
18040 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
18041 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18042 files, move here from gdb.hp.
18043 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
18044 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18045 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
18046 Adjust line numbers in regexps.
18047
18048 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
18049 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
18050 instead of 0/1.
18051
18052 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
18053 foll-vfork.exp: New files, move here from gdb.hp.
18054 * gdb.base/page.exp: New file, test of pagination command.
18055
18056 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
18057 recursion test.
18058 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
18059
18060 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
18061 gdb.base/solib.exp: Fix compiler invocation process.
18062
18063 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
18064 HP-UX 11, turn off overload resolution explicitly.
18065 * gdb.base/commands.exp: Set argument list explicitly, add
18066 watchpoint test.
18067 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
18068 them work.
18069 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
18070 expressions properly.
18071 * gdb.base/corefile.exp: Loosen the match slightly.
18072 * gdb.base/default.exp: Allow "Error accessing memory" message
18073 also.
18074 * gdb.base/display.exp: Skip over x/0 j if PA64.
18075 * gdb.base/funcargs.exp: Add xfails for HP-UX.
18076 * gdb.base/interrupt.exp: Ditto.
18077 * gdb.base/langs.exp: Add symbolic matches governed by compiler
18078 in use.
18079 * gdb.base/list.exp: Add xfails for HP-UX.
18080 * gdb.base/long_long.exp: Refine some of the numeric matches.
18081 * gdb.base/mips_pro.exp: Xfail on HP-UX.
18082 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
18083 * gdb.base/nodebug.exp: Succeed on more varieties of output.
18084 * gdb.base/opaque.exp: Remove some HP-UX xfails.
18085 * gdb.base/ptype.exp: Succeed on more varieties of output.
18086 * gdb.base/scope.exp: Add xfails for HP-UX.
18087 * gdb.base/sect-cmd.exp: Add more cases.
18088 * gdb.base/setvar.exp: Add xfails for HP-UX.
18089 * gdb.base/shlib-call.exp: Loosen some matches slightly.
18090 * gdb.base/signals.exp: Match on void symbolically.
18091 * gdb.base/step-test.exp: Add case for PA64.
18092 * gdb.base/term.exp: Add exit and restart.
18093 * gdb.base/twice.exp: Clean up after self.
18094 * gdb.base/varargs.exp: Disable overload resolution explicitly.
18095 * gdb.base/whatis.exp: Allow more ways to pass tests.
18096
18097 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
18098 no longer useful.
18099
18100 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
18101
18102 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
18103 list of patterns.
18104 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
18105 print_double_array(double_array)", "continuing to breakpoint
18106 1018", "print print_double_array(array_d)" and "continuing to
18107 1034" tests.
18108
18109 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
18110
18111 * Makefile.in: Add empty html and install-html targets.
18112
18113 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
18114
18115 * config/mt-*: Remove, these haven't been used since 1996.
18116
18117 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
18118
18119 * gdb.base/call-strs.c, gdb.base/ending-run.c,
18120 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
18121 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
18122
18123 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
18124
18125 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
18126 simpler match case for the ptype of the big class.
18127
18128 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18129
18130 * gdb.exp: Fix test for gdb_prompt existence.
18131
18132 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18133
18134 * gdb.exp (gdb_test): Add fail after calls to perror.
18135
18136 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18137
18138 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
18139
18140 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18141
18142 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18143
18144 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
18145
18146 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
18147 malloc() is linked in.
18148
18149 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18150
18151 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18152 step at end.
18153
18154 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18155
18156 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
18157
18158 * gdb.java/jv-print.exp: New file. (Our first Java test!)
18159
18160 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
18161
18162 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18163 * gdb.base/mips_pro.exp: Likewise.
18164
18165 1999-06-02 Keith Seitz <keiths@cygnus.com>
18166
18167 * gdb.c++/templates.cc: Change all "new" operators to throw
18168 an exception.
18169 * gdb.c++/cplusfuncs.cc: Likewise.
18170
18171 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18172
18173 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
18174
18175 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
18176 * gdb.base/ending-run.exp: When stepping out of main, accept a
18177 step into an arbitrary assembler file.
18178
18179 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18180
18181 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
18182 "breakpoint-invalid" to be printed.
18183 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
18184 number of "frames-invalid" and "breakpoint-invalid" to be printed.
18185 * gdb.base/annota2.cc: Initialize a.x to 0.
18186
18187 1999-05-17 Keith Seitz <keiths@cygnus.com>
18188
18189 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18190 when "skip_float_tests" set.
18191 Ditto for "print print_double_array(array_d)", "print print_small_structs",
18192 "print print_ten_doubles", and "step into print_long_arg_list".
18193 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18194 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18195 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18196 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18197 "skip_float_tests" is set.
18198 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18199 when "skip_float_tests" set.
18200
18201 1999-05-06 Keith Seitz <keiths@cygnus.com>
18202
18203 * gdb.base/annota2.cc: Include stdio.h.
18204
18205 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
18206
18207 * gdb.base/crossload.exp: Remove, this has been disabled ever
18208 since BFD stopped including all targets, and cross-GDB gets
18209 plenty of testing anyway.
18210 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
18211 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18212 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
18213 * gdb.base/README: Remove, was doc for this.
18214 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
18215 needed.
18216
18217 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18218
18219 * gdb.base/call-ar-st.exp: Fix one regular expression in test
18220 output.
18221
18222 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18223 * gdb.base/annota2.exp: New file. More annotation tests.
18224 * gdb.base/annota1.c: New file. Source file for annota1.exp.
18225 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18226
18227 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
18228
18229 * config/cfdbug.exp: New file.
18230
18231 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
18232
18233 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18234 Marcus Daniel's and Dale Hawkins's demangler crashes.
18235
18236 * gdb.c++/demangle.exp (test_gnu_style_demangling,
18237 test_lucid_style_demangling, test_arm_style_demangling,
18238 test_hp_style_demangling): Try Tom Tromey's core-dumping
18239 identifier under each demangling style.
18240
18241 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
18242
18243 * gdb.c++/demangle.exp: Include the current demangling style
18244 in all test names.
18245 (current_demangling_style): New global variable.
18246 (set_demangling_style, test_demangling_core, test_demangling,
18247 test_demangling_exact): New functions.
18248 (test_gnu_style_demangling, test_lucid_style_demangling,
18249 test_arm_style_demangling, test_hp_style_demangling): Use those,
18250 instead of calling gdb_test and gdb_test_exact directly.
18251 (catch_demangling_errors): New function, which reports errors
18252 signalled by the demangling test functions in an orderly way.
18253 (do_tests): Use catch_demangling_errors.
18254
18255 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
18256
18257 * gdb.base/signals.exp (test_handle_all_print): Use () for
18258 grouping in expressions, not {}.
18259
18260 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
18261 initialized yet.
18262
18263 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
18264
18265 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18266 are listed.
18267
18268 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
18269
18270 * gdb.stabs/weird.exp: Test for CC being defined before
18271 looking at its value.
18272
18273 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
18274
18275 * gdb.base/call-ar-st.exp: Remove stray '#'.
18276 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18277 "short int" and "long int".
18278 * gdb.c++/overload.cc: Cast the string added in the previous
18279 change, to mollify finicky HP compiler.
18280 * gdb.hp/reg-test.exp (testfile): Fix file name.
18281 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
18282
18283 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18284 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18285 alternate form of enum ptype.
18286
18287 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
18288
18289 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
18290 * gdb.hp/*.exp: Change all to run compiler probe only after
18291 passing skip_hp_tests, so as not to waste time on guaranteed
18292 failure.
18293
18294 * gdb.c++/overload.cc: Pass string instead of char addr, always
18295 init ccpfoo.
18296 * gdb.c++/templates.cc: Fix syntax error.
18297
18298 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18299
18300 * gdb.base/commands.exp: Add test for correct position of '>'
18301 when issuing the 'commands' command after a 'while' or 'if'
18302 command.
18303
18304 1999-03-18 James Ingham <jingham@cygnus.com>
18305
18306 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
18307
18308 * gdb.c++/method.exp: It was testing an uninitialized int on the
18309 stack and assuming it was positive.
18310
18311 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
18312
18313 * gdb.base/step-test.exp: Catch a case where finish is broken and
18314 keep it from killing the rest of the tests.
18315 Use gdb_continue_to_end.
18316
18317 * gdb.base/sigall.exp: use gdb_continue_to_end.
18318
18319 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
18320
18321 * gdb.base/display.exp: use runto_main, not run.
18322
18323 * gdb.base/default.exp: Check for the current error message in the
18324 r abbreviation test.
18325 Add strongarm to the targets that know info float.
18326
18327 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
18328 run which doesn't work with monitors.
18329
18330 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
18331
18332 * gdb.base/break.exp: use the gdb_continue_to_end proc.
18333
18334 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
18335 program. Traps the case (in Cygmon) when the program never really
18336 exits. Same as Mark's continue_to_exit, but I had put it in a lot
18337 more places, so I used my name. Sorry Mark...
18338
18339 * config/monitor.exp (gdb_target_monitor): added another
18340 target_info parameter: remotebinarydownload. This will set the
18341 remotebinarydownload flag if this is causing some boards trouble.
18342
18343 1999-03-18 Mark Salter <msalter@cygnus.com>
18344
18345 * lib/gdb.exp (continue_to_exit): New function.
18346
18347 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
18348 * gdb.base/ending-run.exp: Ditto.
18349 * gdb.base/step-test.exp: Ditto.
18350
18351 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
18352
18353 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18354 (suggested by Art Haas <ahaas@neosoft.com>).
18355
18356 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
18357
18358 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
18359
18360 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
18361
18362 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
18363 descriptions of types (short unsigned int vs unsigned short, etc).
18364
18365 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
18366
18367 * gdb.base/call-strs.exp: Don't assume that `step' will step over
18368 a call to strlen; sometimes we do have sources.
18369
18370 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18371
18372 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
18373 character, so GDB won't print garbage after its end.
18374
18375 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18376 breakpoint there instead. Sometimes GCC emits memcpy to handle
18377 the large structures being passed by value, so we step into that
18378 instead of sum_array_print, which obscures what we're really testing.
18379 * gdb.base/step-test.exp: However, we do want a test that notices
18380 the bizarre steps into memcpy, so do that here. Add check for
18381 stepping into function calls that pass large structures by value.
18382 ("Is that a noun clause, or are you just happy to see me?")
18383 Remove all references to specific line numbers.
18384 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18385 New type and function.
18386 (main): Call large_struct_by_value, passing it a large struct by value.
18387 * lib/gdb.exp (gdb_get_line_number): New function.
18388
18389 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18390 more portable.
18391
18392 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18393
18394 * lib/gdb.exp: Doc fixes.
18395
18396 1999-03-05 Nick Clifton <nickc@cygnus.com>
18397
18398 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18399
18400 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18401
18402 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18403 commands. They're not germane to this test, and they don't work
18404 that way on remote targets.
18405
18406 1999-03-01 James Ingham <jingham@cygnus.com>
18407
18408 * Changelog entries merged over from gdb development branch.
18409
18410 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18411
18412 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18413 for outputting results of test run.
18414
18415 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
18416
18417 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18418
18419 1999-02-25 Felix Lee <flee@cygnus.com>
18420
18421 * lib/gdb.exp (debug_format): initialize
18422
18423 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18424
18425 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18426 * gdb.base/call-rt-st.c: Ditto.
18427
18428 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18429
18430 * gdb.threads/pthreads.exp (horiz): New variable.
18431 (test_startup): Fix regexps that capture thread numbers.
18432
18433 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18434
18435 * gdb.base/smoke.exp: Disambiguate two test case names (both
18436 called ``print'').
18437
18438 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18439
18440 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18441 compilation.
18442
18443 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18444
18445 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18446 actual output formatting.
18447 * gdb.base/smoke.exp: GDB removes leading 0's.
18448 * gdb.base/volatile.exp: Don't check type of remuneration;
18449 that variable is no longer defined in constvars.c.
18450 * gdb.base/step-test.c (main): Exit with explicit exit code.
18451 * gdb.base/step-test.exp: Remove two nexti checks--they are
18452 not portable.
18453
18454 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18455
18456 * gdb.base/help.exp ("help delete display"): Fix test to match
18457 gdb's output.
18458
18459 * gdb.base/long_long.c (known_types): Initialize values to zero.
18460 * gdb.base/long_long.exp: Step one more line
18461 so 'dec' is initialized in "get to known place". GDB removes
18462 leading zeros. Explicitly ask for hex formatting. Use
18463 unique test case names.
18464
18465 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18466
18467 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18468
18469 * gdb.c++/method.exp: Add missing close brace.
18470
18471 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18472
18473 * gdb.base/maint.exp: Use 'set height 0' to disable page
18474 prompting, not 'set height 400'.
18475
18476 Fix a bunch of timeouts.
18477 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18478 four separate tests, so expect doesn't take forever to match a ton
18479 of text against a regexp with lots of .* forms.
18480 ("maint print psymbols", "maint print symbols"): Make some of
18481 these greps more selective, so that expect doesn't try to wade
18482 through huge piles of output and time out.
18483
18484 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18485
18486 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18487 tests: one which doesn't expect shlib events to be reported, and
18488 another which does, but is XFAIL for all platforms other than
18489 HP/UX.
18490
18491 * gdb.base/break.exp: Teach the test suite that the `catch
18492 fork', `catch vfork', and `catch exec' commands produce error
18493 messages on platforms that don't provide these features.
18494
18495 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18496
18497 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18498 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18499 (shortening names from solib_threshold.exp etc), won't run on
18500 anything but HP-UX for the foreseeable future.
18501 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18502 reflect move.
18503
18504 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18505
18506 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18507 gdb.trace/Makefile.in (clean): Remove all test executables.
18508
18509 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18510
18511 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18512 successfully re-sets breakpoints in shared libraries.
18513 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18514
18515 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18516
18517 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18518 and compiled w/o GCC.
18519
18520 * gdb.hp/watch-cmd.exp: ditto.
18521
18522 * gdb.hp/watch-hp.exp: ditto.
18523
18524 * gdb.hp/xdb1.exp: ditto.
18525
18526 * gdb.hp/xdb2.exp: ditto.
18527
18528 * gdb.hp/dbx.exp: ditto.
18529
18530 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18531
18532 * constvars.c: Remove C++-isms.
18533 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18534 with GCC.
18535
18536 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18537
18538 The following changes are part of the HP merge.
18539
18540 * gdb.base/break.exp: new tests to verify that catchpoints for
18541 fork, vfork, and exec don't trigger inappropriately.
18542
18543 * gdb.base/opaque.exp: compile one file at a time, then link.
18544
18545 * gdb.base/signals.exp: be more restrictive about which hppa
18546 systems receive a setup_xfail. new tests.
18547
18548 * gdb.base/solib_threshold.build: new file.
18549 * gdb.base/solib_threshold.exp: new file.
18550 * gdb.base/solib_threshold.link_opts: new file.
18551 * gdb.base/solib_threshold.mk: new file.
18552 * gdb.base/gen_solib_threshold.c: new file.
18553
18554 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18555 tests. New tests for enums inside classes.
18556
18557 * gdb.c++/compiler.cc: indicate support of template debugging.
18558
18559 * gdb.c++/demangle.exp: run hp style demangling tests.
18560
18561 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18562 tests.
18563
18564 * gdb.c++/misc.cc: changes to support new tests.
18565
18566 * gdb.c++/templates.cc: changes to support HP's compiler; changes
18567 to support new tests.
18568
18569 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18570 gcc, then skip these tests.
18571
18572 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
18573
18574 The following files are part of the HP merge; some had longer
18575 names at HP, but have been renamed to be no more than 14
18576 characters in length.
18577
18578 * gdb.hp/ambiguous.cc: new file.
18579 * gdb.hp/ambiguous.exp: new file.
18580 * gdb.hp/attach.exp: new file.
18581 * gdb.hp/attach2.exp: new file.
18582 * gdb.hp/classes-hp.exp: new file.
18583 * gdb.hp/ctti.exp: new file.
18584 * gdb.hp/ctti-add.cc: new file.
18585 * gdb.hp/ctti-add1.cc: new file.
18586 * gdb.hp/ctti-add2.cc: new file.
18587 * gdb.hp/ctti-add3.cc: new file.
18588 * gdb.hp/dbx.exp: new file.
18589 * gdb.hp/exception.cc: new file.
18590 * gdb.hp/exception.exp: new file.
18591 * gdb.hp/foll-exec.c: new file.
18592 * gdb.hp/foll-exec.exp: new file.
18593 * gdb.hp/foll-fork.c: new file.
18594 * gdb.hp/foll-fork.exp: new file.
18595 * gdb.hp/foll-vfork.c: new file.
18596 * gdb.hp/foll-vfork.exp: new file.
18597 * gdb.hp/inherit-hp.exp: new file.
18598 * gdb.hp/more-steps.exp: new file.
18599 * gdb.hp/namespace.cc: new file.
18600 * gdb.hp/namespace.exp: new file.
18601 * gdb.hp/optimize.exp: new file.
18602 * gdb.hp/pxdb.c: new file.
18603 * gdb.hp/pxdb.exp: new file.
18604 * gdb.hp/quicksort.exp: new file.
18605 * gdb.hp/reg-test.exp: new file.
18606 * gdb.hp/reg-test.s: new file.
18607 * gdb.hp/sized-enum.c: new file.
18608 * gdb.hp/sized-enum.exp: new file.
18609 * gdb.hp/start-stop.exp: new file.
18610 * gdb.hp/templ-hp.cc: new file.
18611 * gdb.hp/templ-hp.exp: new file.
18612 * gdb.hp/thr-lib.c: new file.
18613 * gdb.hp/thr-lib.exp: new file.
18614 * gdb.hp/thr-lib.h: new file.
18615 * gdb.hp/thr-liblib.c: new file.
18616 * gdb.hp/virtfun-hp.c: new file.
18617 * gdb.hp/virtfun-hp.exp: new file.
18618 * gdb.hp/watch-cmd.exp: new file.
18619 * gdb.hp/watch-hp.exp: new file.
18620 * gdb.hp/xdb1.exp: new file.
18621 * gdb.hp/xdb2.exp: new file.
18622 * gdb.hp/xdb3.exp: new file.
18623
18624 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
18625
18626 The following files are part of the HP merge; some had longer
18627 names at HP, but have been renamed to be no more than 14
18628 characters in length.
18629
18630 * gdb.base/ss.h: new file.
18631 * gdb.base/call-ar-st.c: new file.
18632 * gdb.base/call-ar-st.exp: new file.
18633 * gdb.base/call-rt-st.c: new file.
18634 * gdb.base/call-rt-st-exp: new file.
18635 * gdb.base/call-strs.exp: new file.
18636 * gdb.base/ena-dis-br.exp: new file.
18637 * gdb.base/environ.exp: new file.
18638 * gdb.base/long_long.exp: new file.
18639 * gdb.base/sect-cmd.exp: new file.
18640 * gdb.base/shlib-cl2.exp: new file.
18641 * gdb.base/smoke.exp: new file.
18642 * gdb.base/so-impl-ld.c: new file.
18643 * gdb.base/so-impl-ld.exp: new file.
18644 * gdb.base/so-indr-cl.c: new file.
18645 * gdb.base/so-indr-cl.exp: new file.
18646 * gdb.base/varargs.exp: new file.
18647 * gdb.base/volatile.exp: new file.
18648 * gdb.base/whatis-exp.exp: new file.
18649 * gdb.base/display.exp: new file.
18650 * gdb.c++/derivation.exp: new file.
18651 * gdb.c++/local.exp: new file.
18652 * gdb.c++/member-ptr.exp: new file.
18653 * gdb.c++/overload.exp: new file.
18654 * gdb.c++/ovldbreak.exp: new file.
18655 * gdb.c++/ref-types.exp: new file.
18656 * gdb.c++/ref-types2.exp: new file.
18657 * gdb.c++/userdef.exp: new file.
18658
18659 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
18660
18661 * gdb.base/default.exp: Reflect wording change in remote.c.
18662
18663 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
18664
18665 * gdb.base/help.exp: Update to reflect current text.
18666
18667 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
18668
18669 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18670 they're stack variables and contain garbage.
18671 * gdb.c++/anon-union.exp: new file.
18672
18673 The following changes were made by David Taylor
18674 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18675 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18676 in changes by HP.
18677
18678 * gdb.base/bitops.exp: new file.
18679 * gdb.base/default.exp: change expected messages for catch and
18680 info catch tests to reflect HP merge changes.
18681 * gdb.base/enable-disable-break.exp
18682 * gdb.base/ending-run.c: new file.
18683 * gdb.base/long_long.c: new file.
18684 * gdb.base/maint.exp: new file.
18685 * gdb.base/pointers2.exp: new file.
18686 * gdb.base/shlib-call2.exp: new file.
18687 * gdb.base/solib.exp: new file.
18688 * gdb.base/step-test.c: new file.
18689 * gdb.c++/anon-union.cc: new file.
18690 * gdb.c++/local.cc: new file.
18691 * gdb.c++/member-pointer.cc: new file.
18692 * gdb.c++/method.cc: new file.
18693 * gdb.c++/ref-types.cc: new file.
18694 * gdb.c++/ref-types2.cc: new file.
18695 * gdb.c++/userdef.cc: new file.
18696
18697 * gdb.base/scope.exp: compile one file at a time, then link.
18698 * gdb.base/langs.exp: ditto.
18699 * gdb.base/list.exp: ditto.
18700
18701 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
18702
18703 The following changes were made by David Taylor
18704 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18705 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18706 in changes by HP.
18707
18708 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18709 skip tests. When compiling pass c++ flag to gdb_compile.
18710 * gdb.c++/
18711
18712 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18713 test for on hppa*-*-hpux*; use args to see if c++ was specified.
18714 (skip_hp_tests): new function.
18715 (gdb_preprocess): new function.
18716
18717 * configure.in (hpdir): decide whether to configure gdb.hp.
18718 * configure: regenerated.
18719
18720 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18721 to delete on clean.
18722 (EXECUTABLES): update to reflect new additions.
18723 * gdb.base/commands.exp: update message expected.
18724 * gdb.base/default.exp: add copyright notice.
18725 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18726 * gdb.base/help.exp: update messages to reflect current text.
18727 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18728 targets for recurse tests.
18729 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18730 skip this file.
18731
18732 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18733 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18734 compilation.
18735 * gdb.c++/misc.exp: ditto.
18736 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18737 run the tests. tell gdb_compile that it's a c++ compilation.
18738
18739 * gdb.threads/pthreads.exp: fix typo in message.
18740
18741 * gdb.base/all-bin.exp: new file.
18742 * gdb.base/arithmet.exp: new file.
18743 * gdb.base/assign.exp: new file.
18744 * gdb.base/completion.exp: new file.
18745 * gdb.base/cond-expr.exp: new file.
18746 * gdb.base/condbreak.exp: new file.
18747 * gdb.base/define.exp: new file.
18748 * gdb.base/dollar.exp: new file.
18749 * gdb.base/environment.exp: new file.
18750 * gdb.base/eval-skip.exp: new file.
18751 * gdb.base/jump.exp: new file.
18752 * gdb.base/logical.exp: new file.
18753 * gdb.base/pointers.exp: new file.
18754 * gdb.base/relational.exp: new file.
18755 * gdb.base/section_command.exp: new file.
18756 * gdb.base/whatis-expr.exp: new file.
18757
18758 * gdb.base/all-types.c: new file.
18759 * gdb.base/call-array-struct.c: new file.
18760 * gdb.base/call-return-struct.c: new file.
18761 * gdb.base/call-strings.c: new file.
18762 * gdb.base/callfuncs2.c: new file.
18763 * gdb.base/condbreak.c: new file.
18764 * gdb.base/constvars.c: new file.
18765 * gdb.base/display.c: new file.
18766 * gdb.base/int-type.c: new file.
18767 * gdb.base/jump.c: new file.
18768 * gdb.base/miscexprs.c: new file.
18769 * gdb.base/pointers.c: new file.
18770 * gdb.base/pointers2.c: new file.
18771 * gdb.base/shmain.c: new file.
18772 * gdb.base/shr1.c: new file.
18773 * gdb.base/shr2.c: new file.
18774 * gdb.base/solib.c: new file.
18775 * gdb.base/solib1.c: new file.
18776 * gdb.base/solib2.c: new file.
18777 * gdb.base/varargs.c: new file.
18778 * gdb.c++/derivation.cc: new file.
18779 * gdb.c++/overload.cc: new file.
18780 * gdb.c++/ovldbreak.cc: new file.
18781 * gdb.hp/attach.c: new file.
18782 * gdb.hp/attach2.c: new file.
18783 * gdb.hp/average.c: new file.
18784 * gdb.hp/compiler.c: new file.
18785 * gdb.hp/compiler.cc: new file.
18786 * gdb.hp/execd-program.c: new file.
18787 * gdb.hp/follow-exec.c: new file.
18788 * gdb.hp/follow-fork.c: new file.
18789 * gdb.hp/follow-vfork-and-exec.c: new file.
18790 * gdb.hp/misc-hp.cc: new file.
18791 * gdb.hp/more-steps.c: new file.
18792 * gdb.hp/optimize.c: new file.
18793 * gdb.hp/quicksort.c: new file.
18794 * gdb.hp/run-hp.c: new file.
18795 * gdb.hp/start-stop.c: new file.
18796 * gdb.hp/sum.c: new file.
18797 * gdb.hp/templates-hp.cc: new file.
18798 * gdb.hp/thread-local-in-lib.c: new file.
18799 * gdb.hp/thread-local-in-lib.h: new file.
18800 * gdb.hp/thread-local-in-lib.lib.c: new file.
18801 * gdb.hp/vforked-program.c: new file.
18802 * gdb.hp/virtfunc-hp.cc: new file.
18803 * gdb.hp/watchpoint-hp.c: new file.
18804 * gdb.hp/xdb.c: new file.
18805 * gdb.hp/xdb0.c: new file.
18806 * gdb.hp/xdb0.h: new file.
18807 * gdb.hp/xdb1.c: new file.
18808
18809 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
18810
18811 The following change was made by Edith Epstein
18812 <eepstein@cygnus.com> as part of a project to merge in changes
18813 originally made by HP; HP did not create ChangeLog entries.
18814
18815 * gdb.c++/demangle.exp: changed the expected output for some
18816 ARM-style mangling -- removed second reference to datatype.
18817 For example, maint demangle __dt__11T1__pt__2_cFv
18818 T1<char>::~T1<char>(void)
18819 becomes,
18820 maint demangle __dt__11T1__pt__2_cFv
18821 T1<char>::~T1(void)
18822
18823 (test_hp_style_demangling): new hp specific demangling test cases.
18824
18825 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
18826
18827 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18828 * gdb.trace/backtrace.exp: Likewise.
18829 * gdb.trace/circ.exp: Likewise.
18830 * gdb.trace/collection.exp: Likewise.
18831 * gdb.trace/deltrace.exp: Likewise.
18832 * gdb.trace/infotrace.exp: Likewise.
18833 * gdb.trace/limits.exp: Likewise.
18834 * gdb.trace/packetlen.exp: Likewise.
18835 * gdb.trace/passc-dyn.exp: Likewise.
18836 * gdb.trace/passcount.exp: Likewise.
18837 * gdb.trace/report.exp: Likewise.
18838 * gdb.trace/save-trace.exp: Likewise.
18839 * gdb.trace/tfind.exp: Likewise.
18840 * gdb.trace/tracecmd.exp: Likewise.
18841 * gdb.trace/while-dyn.exp: Likewise.
18842 * gdb.trace/while-stepping.exp: Likewise.
18843
18844 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
18845
18846 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18847
18848 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
18849
18850 From Brendan Kehoe:
18851 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18852 int return types.
18853
18854 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
18855
18856 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
18857 remote dos host testing right.
18858
18859 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
18860
18861 * gdb.base/corefile.exp: remove some xfails.
18862
18863 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
18864
18865 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
18866 have different timestamps.
18867
18868 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
18869
18870 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
18871 gdb.base/default.exp: Replace "exec" with "executable".
18872
18873 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18874
18875 * gdb.base/default.exp: Change else if to elseif from previous
18876 delta.
18877
18878 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18879
18880 * gdb.base/default.exp: Add brace missing from previous delta.
18881
18882 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
18883
18884 * gdb.base/default.exp: Support test for info float for all
18885 varieties of arm toolchain.
18886
18887 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
18888
18889 * gdb.trace/*.exp: remove "remote_download" command.
18890
18891 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
18892
18893 * gdb.trace/*.exp: remove -gdwarf from compile.
18894
18895 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
18896
18897 * gdb.trace/configure.in(AC_INIT): typo
18898 * gdb.trace/configure: regenerated
18899
18900 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
18901
18902 * config/m68k-emc.exp: New file.
18903 * lib/<emc-support.exp trace-support.exp}: New files.
18904 * configure.in: add new test directory gdb.trace.
18905 * gdb.trace/{configure configure.in Makefile.in}: New files.
18906 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18907 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18908 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18909 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18910 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18911 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18912 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
18913
18914 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
18915
18916 * gdb.c++/classes.exp: Change all regular expressions to match
18917 arbitrary combinations of newline/carriage-return, so that they
18918 will work equally well on Unix and Windows.
18919 * gdb.c++/inherit.exp: ditto.
18920 * gdb.c++/virtfunc.exp: ditto.
18921
18922 1998-08-11 Dawn Perchik <dawn@cygnus.com>
18923
18924 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
18925
18926 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
18927
18928 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
18929 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
18930 to use a0-a3/d0-d3 as needed.
18931
18932 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
18933
18934 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
18935 * gdb.disasm/am33.exp: Corresponding changes.
18936
18937 1998-07-11 Felix Lee <flee@cygnus.com>
18938
18939 * gdb.base/callfuncs.exp: add cmp10 test.
18940 * gdb.base/callfuncs.c (cmp10): new function.
18941
18942 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
18943
18944 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
18945 into two parts to get around a synchronization problem in expect.
18946
18947 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
18948
18949 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
18950
18951 * configure.in: Add options for gdbtk testsuite.
18952
18953 * configure: Regenerate.
18954
18955 * gdb.gdbtk: New directory to hold gdbtk tests.
18956
18957 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18958
18959 * gdb.fortran/types.exp: Escape brackets in expect patterns
18960 for test_float_literal_types_accepted tests.
18961 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
18962 before run test.
18963
18964 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
18965
18966 * am33.exp: Just compile, do not link the testcase.
18967 * am33.s: Add ".am33" pseudoop to force am33 mode.
18968
18969 1998-06-25 Felix Lee <flee@cygnus.com>
18970
18971 * gdb.base/setshow.exp: make sure $pc is sane.
18972
18973 * gdb.stabs/weird.exp: split expect patterns properly.
18974
18975 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
18976
18977 * gdb.disasm/am33.s: New disassembler testfile for the am33.
18978 * gdb.disasm/am33.exp: Run it.
18979
18980 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
18981
18982 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
18983 match processing (and eliminate spurious timeouts when running).
18984
18985 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
18986
18987 * gdb.base/signals.exp (test_handle_all_print): put back Mach
18988 exception test, but conditionalize it on target [mach | gnu].
18989
18990 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
18991
18992 * gdb.base/overlays.exp: fixup compile line for linker script.
18993
18994 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
18995
18996 * gdb.fortran/types.exp: don't guess at float size.
18997
18998 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
18999
19000 * gdb.base/exprs.exp: delete test that depends on int size.
19001
19002 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
19003
19004 * config/sim.exp: Removed checks for target triplets.
19005 (gdb_target_sim): Use gdb,target_sim_options.
19006
19007 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
19008
19009 * gdb.base/reread.exp: New file.
19010 * gdb.base/reread1.c: New file.
19011 * gdb.base/reread2.c: New file.
19012
19013 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
19014
19015 * config/sim.exp: Use 'target sim -sparclite' when running
19016 SPARClite programs.
19017
19018 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
19019
19020 * gdb.base/structs2.exp: New file.
19021 * gdb.base/structs2.c: New file.
19022
19023 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
19024
19025 * gdb.asm/common.inc: New file.
19026 * gdb.asm/d10v.inc: New file.
19027 * asm-source.exp: Pass -I's to gas to find .inc files.
19028 Update line numbers in expected output.
19029 * asmsrc1.s: Rewrite.
19030 * asmsrc2.s: Rewrite.
19031 * configure.in: Create arch.inc symlink.
19032 * configure: Regenerate.
19033 * Makefile.in (distclean): Delete arch.inc.
19034
19035 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19036
19037 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
19038 (t_enum_value2): ditto
19039 (t_enum_value3): ditto
19040 (main): ditto
19041 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19042
19043 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19044 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19045 change.
19046 Use gdb_test instead of send_gdb/gdb_expect sequences.
19047
19048 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
19049
19050 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
19051 not void.
19052
19053 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
19054
19055 * gdb.base/branches.c: Code with lots of loops and
19056 subroutines. Used to test gdbs ability to single step through PC
19057 changes, especially to test mips-tdep.c:mips_next_pc
19058
19059 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
19060
19061 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
19062 more rigorous EGCS C++ error checking.
19063
19064 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19065
19066 * gdb.base/help.exp: Clean up `help set args' and `help show args'
19067 tests.
19068 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
19069 function when asleep.
19070 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
19071 for i*86 Linux and SVR4 signal handling problems.
19072 Remove linux xfail for `next to handler in signals_tests_1', fixed
19073 by recent infrun.c change.
19074 Limit backtrace to 10 frames to avoid timeout problems with infinite
19075 stack backtraces.
19076 Adjust expect pattern in `handle all print' test to match Apr 28 1997
19077 target.[ch] change.
19078
19079 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
19080
19081 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
19082 for a newline from gdb before continuing.
19083 (default_gdb_exit): Just look for y or n.
19084 (gdb_test): Detect abnormal exit from GDB running on DOS; if
19085 it does, fail the rests of the tests in the file.
19086
19087 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
19088
19089 * config/cygmon.exp: New file.
19090
19091 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
19092
19093 * gdb.base/list.exp: Fix problem with "list default lines around
19094 main" test on remote targets.
19095
19096 * gdb.base/scope.exp: Fix problem with filelocal_bss before
19097 run test on remote targets.
19098
19099 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
19100
19101 * gdb.asm: New directory.
19102 * configure.in: Configure it.
19103 * configure: Regenerate.
19104 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
19105 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
19106
19107 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
19108
19109 * config/mn10300-eval.exp: New file to support MN10300 eval board.
19110
19111 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
19112
19113 * gdb.base/overlays (several files): Merge the two overlay
19114 managers into one. Change variables (foox, barx, bazx, grbxx)
19115 back into ints but force them to load in their proper sections.
19116
19117 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
19118
19119 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
19120 on-chip insn memory and IMAP1 to upper 128k.
19121 (D10VCopy): Handle memory regions crossing 16k boundaries.
19122 (D10VCopy): Transfer data in 32 bit chunks.
19123
19124 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
19125
19126 * gdb.base/overlays.c (main): Exit normally when result is
19127 correct.
19128
19129 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
19130 map. Include space for printf in .text segment.
19131
19132 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
19133 updated d10v memory VMA/LMA map.
19134 (D10VCopy): Call D10VTranslate.
19135
19136 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
19137
19138 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
19139
19140 * gdb.base/bar.c (barx, bar): Change variable to small array so
19141 that it won't be put into the .sdata - small data -
19142 section. Update reference.
19143 * gdb.base/baz.c (bazx, baz): Ditto.
19144 * gdb.base/foo.c (foox, foo): Ditto.
19145 * gdb.base/grbx.c (grbxx, grbx): Ditto.
19146
19147 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
19148 to be arrays.
19149
19150 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
19151
19152 * gdb.base/overlays.exp: fix up and get working again.
19153 Add tests for backtraces from an overlay function.
19154
19155 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
19156
19157 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19158 "calling function with watchpoint enabled".
19159
19160 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
19161
19162 * gdb.base/break.exp (test_next_with_recursion): Remove
19163 gdb_suppress_tests for d10v-*-*.
19164 * lib/gdb.exp (gdb_suppress_tests): Disable this function
19165 pending review of whether it is useful or not.
19166
19167 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
19168
19169 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19170
19171 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
19172
19173 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19174 * config/dve.exp: New file to support Densan boards.
19175
19176 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
19177
19178 * gdb.base/interrupt.exp: Document problem of simulators, signals,
19179 reads and BSD.
19180
19181 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
19182
19183 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19184 response.
19185
19186 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19187
19188 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
19189
19190 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
19191 test.
19192
19193 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
19194 target_sizeof_long and target_bigendian_p.
19195 (structs_by_value, structs_by_reference): Check values according
19196 to targets word size and endianess.
19197
19198 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
19199
19200 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
19201 output.
19202
19203 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
19204
19205 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
19206 Update test of set args help to match source change.
19207
19208 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
19209
19210 * gdb.base/default.exp: Expect help system output to be in
19211 alphabetical order.
19212 * gdb.base/help.exp: Ditto.
19213
19214 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
19215
19216 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19217 "i*86-pc-linux-gnu*".
19218 * gdb.base/interrupt.exp: Ditto.
19219 * gdb.base/corefile.exp: Ditto.
19220
19221 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
19222 define vxworks when building the testcase.
19223
19224 * gdb.base/ptype.exp: Fix testnames to be unique.
19225 * gdb.base/radix.exp: Ditto.
19226 * gdb.base/term.exp: Ditto.
19227 * gdb.base/whatis.exp: Ditto.
19228 * gdb.c++/classes.exp: Ditto.
19229
19230 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
19231
19232 * gdb.base/callfuncs.exp: Fix indentation.
19233
19234 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19235 suppress_flag has been set.
19236 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19237 target feature.
19238
19239 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
19240
19241 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19242 the testcase.
19243
19244 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
19245 set_debug_traps() and breakpoint().
19246 * gdb.c++/misc.cc (main): Ditto.
19247 * gdb.c++/templates.cc (main): Ditto.
19248 * gdb.c++/virtfunc.cc (main): Ditto.
19249
19250 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
19251
19252 * lib/gdb.exp(gdb_step_for_stub): New function.
19253 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19254 exists, reload the executable and do a "continue" instead of
19255 doing a jump.
19256 (runto_main): Use gdb_step_for_stub.
19257
19258 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
19259 tests to have unique names.
19260 * gdb.base/callfuncs.exp: Ditto.
19261 * gdb.base/commands.exp: Ditto.
19262 * gdb.base/default.exp: Ditto.
19263 * gdb.base/help.exp: Ditto.
19264 * gdb.base/list.exp: Ditto.
19265 * gdb.base/opaque.exp: Ditto.
19266 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19267 similar tests.
19268
19269 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19270 * gdb.c++/cplusfuncs.cc: Ditto.
19271 * gdb.c++/virtfunc.cc: Ditto.
19272
19273 * config/monitor.exp: Keep track of the last file we saw, rather
19274 than trying to get the info from gdb.
19275
19276 * gdb.fortran/types.exp: Move comment to previous line.
19277
19278 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
19279
19280 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
19281 target mode.
19282
19283 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
19284
19285 From Bob Manson:
19286 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
19287 string from GDB when it connects.
19288
19289 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
19290
19291 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
19292
19293 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
19294 if we can't get a debug format from GDB (we may be testing an
19295 older GDB). Use a 10 second timeout when checking for the format.
19296
19297 * gdb.stabs/weird.exp: Fix quoting.
19298
19299 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
19300
19301 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
19302
19303 * config/arm-ice.exp: New file.
19304
19305 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
19306
19307 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
19308 until it has been modified to work with the new testsuite.
19309
19310 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
19311 testcase won't compile, cause all of the testcases in the file to
19312 fail instead.
19313
19314 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
19315 (gdb_clear_suppressed): New procedure.
19316 (gdb_stop_suppressing_tests): Only clear suppress_flag if
19317 it contains a positive value.
19318
19319 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
19320
19321 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
19322
19323 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
19324
19325 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
19326
19327 * lib/gdb.exp (setup_xfail_format): New function.
19328 (get_debug_format): New function to get debug format.
19329 (debug_format): New global variable to hold last value set
19330 by get_debug_format.
19331 * gdb.base/list.exp: Call get_debug_format and expect some
19332 tests to fail for DWARF 1 and COFF formats.
19333 * gdb.c++/ptype.exp: Ditto.
19334 * gdb.c++/classes.exp: Ditto.
19335 * gdb.c++/cplusfuncs.exp: Ditto.
19336 * gdb.c++/inherit.exp: Ditto.
19337 * gdb.c++/templates.exp: Ditto.
19338 * gdb.c++/virtfunc.exp: Ditto.
19339
19340 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
19341
19342 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
19343 host doesn't have a currently-open connection.
19344
19345 * config/sparclet.exp: Cleanups and fixes to make it generic for
19346 any gdb stub target. Handle cases where gdb doesn't respond when
19347 interrupted in a sane fashion.
19348
19349 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
19350 same thing in a totally different way.
19351
19352 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
19353 setting "timeout".
19354 (gdb_start): We set the global gdb_prompt variable in
19355 default_gdb_init now.
19356
19357 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
19358
19359 * gdb.base/printcmds.exp: Fix "check for floating addition"
19360 regexp to accept results within approx +/- .01 of exact value.
19361 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19362
19363 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
19364
19365 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
19366 properly.
19367 (gdb_expect): Add optional timeout parameter, and add timeout
19368 value to various calls.
19369 (gdb_suppress_tests): Only give one warning message per group.
19370
19371 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
19372
19373 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
19374 global variables. Handle getting a value for $timeout more
19375 gracefully.
19376
19377 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19378
19379 * lib/gdb.exp: Close connection to remote host if gdb doesn't
19380 initialize.
19381 (default_gdb_init): New procedure; allow gdb_init to be overridden
19382 by a target configuration file.
19383 (gdb_expect): Pass the timeout to remote_expect.
19384
19385 * config/monitor.exp(gdb_load): Fix typo in regexp.
19386
19387 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19388
19389 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19390
19391 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19392
19393 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19394 here. Call gdb_target_exec before rebooting the target, to make
19395 sure the connection to the target is closed.
19396 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19397 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19398 Also detect "Timeout reading from remote" error.
19399
19400 * config/gdbserver.exp: Pass the executable being loaded to
19401 gdb_target_monitor. Don't call gdb_file_cmd here; let
19402 gdb_target_monitor do it.
19403
19404 * gdb.disasm/hppa.exp: Don't use exec_output.
19405
19406 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19407
19408 * gdb.base/list.exp: If we're debugging a non-native target,
19409 try to set the pc register to point to the start of the
19410 program before doing the first list command.
19411
19412 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19413 test_calls after restarting.
19414
19415 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19416 reloading.
19417
19418 * gdb.base/watchpoint.exp: Fix typo.
19419
19420 * gdb.base/setshow.exp: Check for use_gdb_stub.
19421
19422 * gdb.base/break.exp: Fix continue until exit test for the gdb
19423 stub case.
19424 * gdb.base/langs.exp: Ditto.
19425
19426 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19427 gdb_load_offset. If we weren't given a file to load, figure out
19428 what the current file is and use it.
19429
19430 * config/i386-bozo.exp: New file.
19431
19432 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19433
19434 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19435 feature.
19436
19437 * config/proelf.exp: New entry.
19438
19439 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19440
19441 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19442 of regexps.
19443
19444 * gdb.base/watchpoint.exp: Don't run the test_stepping
19445 tests if gdb can't call functions on the target.
19446
19447 * gdb.base/setshow.exp: Don't run the set prompt tests if
19448 the board has gdb_prompt set.
19449
19450 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19451
19452 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19453 * gdb.base/commands.exp: Likewise.
19454 * gdb.base/setshow.exp: Likewise.
19455
19456 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19457
19458 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19459 feature.
19460
19461 * config/i960.exp: New file.
19462
19463 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19464
19465 * gdb.base/funcargs.exp: Check for gdb,short_int target
19466 feature instead of looking for explicit target triplets.
19467
19468 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
19469
19470 * gdb.base/printcmds.exp: add a couple more tests a la
19471 "p 123DEADBEEF", to check parse_number.
19472 * top.c: change "to enable to enable" to "to enable" in a couple
19473 of help strings.
19474
19475 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19476
19477 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19478 on the mn10300.
19479
19480 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19481
19482 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19483 where the test executable is run with explicit args.
19484 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19485
19486 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19487
19488 * gdb.base/run.c: Use FAKEARGV to build test executable that
19489 does not require a command line arg, since most simulators
19490 don't currently support passing such an arg into the simulated
19491 program.
19492 * gdb.base/commands.exp: Change tests to insert the proper
19493 value as the arg to the first recursive factorial call. Change
19494 compilation line to define FAKEARGV at compile time.
19495
19496 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19497
19498 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19499 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19500 function with watchpoint enabled" test.
19501
19502 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19503
19504 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19505 Don't call gdb_test when the command doesn't return to a gdb prompt.
19506
19507 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19508 "Tests restarted" messages.
19509
19510 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19511
19512 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19513
19514 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
19515
19516 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19517 for INFO SYMBOL; add help tests for OVERLAY commands.
19518 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19519 add tests for OVERLAY commands
19520 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19521 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19522 * gdb.base/sigall.c: add usestubs code frag
19523 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19524
19525 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19526
19527 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19528 failures.
19529 (gdb_stop_suppressing_tests): Note that tests have restarted.
19530
19531 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19532
19533 * config/h8300.exp: New file.
19534
19535 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19536
19537 * gdb.base/setshow.exp: Check for the existence of a
19538 feature, not its value.
19539
19540 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19541
19542 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19543
19544 * gdb.base/scope.exp: It's now init0(), not init().
19545
19546 * gdb.base/scope0.c: For now, change init() to be init0().
19547
19548 * config/monitor.exp: Use gdb_serial in preference to serial
19549 or netport.
19550
19551 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
19552 and it's not already set.
19553
19554 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
19555
19556 * gdb.base/setshow.exp: Only test the run command if the target
19557 isn't using a stub and if it supports argument passing.
19558
19559 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
19560
19561 * config/udi.exp(gdb_start): Make sure UDICONF is set
19562 properly before starting gdb.
19563
19564 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
19565
19566 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19567 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19568 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19569
19570 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
19571
19572 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
19573 specialized code to reboot the board, use remote_reboot instead.
19574
19575 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19576
19577 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19578
19579 * config/monitor.exp: Make sure we disconnect from the target.
19580 Also, try a reboot/reload cycle instead of failing if the
19581 load fails.
19582
19583 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
19584
19585 * gdb.base/default.exp: Don't set match_max.
19586 * gdb.base/help.exp: Ditto.
19587 * gdb.base/list.exp: Ditto.
19588 * gdb.base/signals.exp: Ditto.
19589
19590 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19591 set, use remote_ld to download the testcase instead of
19592 the GDB loader.
19593
19594 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
19595
19596 * config/vr5000.exp: New file.
19597
19598 * config/monitor.exp(gdb_target_monitor): Add pattern for
19599 "Ending remote" to detect errors in connecting.
19600
19601 * gdb.base/setshow.exp: Add .* within auto language test.
19602
19603 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19604 target feature.
19605
19606 * config/monitor.exp(gdb_load): Check for a failure when loading,
19607 and reboot the board if necessary.
19608
19609 * gdb.base/setvar.exp(test_set): Handle multiple prints within
19610 a set of tests. Remove print.* from the patterns being checked.
19611
19612 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
19613
19614 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19615 refer to gdb_spawn_id.
19616
19617 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19618 longer used.
19619 * config/sparclet.exp: Ditto.
19620 * config/sparclet-old.exp: Ditto.
19621 * config/slite.exp: Ditto.
19622 * config/sim.exp: Ditto.
19623 * gdb.base/funcargs.exp: Ditto.
19624
19625 * lib/gdb.exp:Remove references to gdb_spawn_id.
19626 (gdb_expect): Move to remote.exp.
19627
19628 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
19629
19630 * config/monitor.exp: Detect the "Couldn't establish connection"
19631 message from GDB.
19632
19633 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
19634
19635 * gdb.base/bitfields.exp: Use runto instead of explicit
19636 gdb_run_cmd/gdb_expect sequences.
19637
19638 * gdb.base/break.exp(text_next_with_recursion): Add match for
19639 gdb_expect call.
19640
19641 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19642 We also need to handle the "A program is being debugged already"
19643 prompt from gdb. Use gdb_test to set the baud rate.
19644
19645 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19646 to 20000. Really. I mean it.
19647
19648 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19649
19650 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
19651 fails. If suppress_flag is set, skip perror message about not
19652 being able to send to GDB.
19653 (send_gdb): If suppress_flag is set, don't try to send commands to
19654 GDB.
19655 (gdb_expect): If suppress_flag is set, always fail immediately.
19656 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19657 (gdb_init): Call gdb_stop_suppressing_tests.
19658 (default_gdb_exit): Ditto.
19659 (default_gdb_start): Ditto.
19660
19661 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
19662 gdb_stop_suppressing_tests as appropriate.
19663 * gdb.base/break.exp: Ditto.
19664 * gdb.base/callfuncs.exp: Ditto.
19665 * gdb.base/commands.exp: Ditto.
19666 * gdb.base/exprs.exp: Ditto.
19667 * gdb.base/funcargs.exp: Ditto.
19668 * gdb.base/list.exp: Ditto.
19669 * gdb.base/recurse.exp: Ditto.
19670 * gdb.base/scope.exp: Ditto.
19671 * gdb.base/structs.exp: Ditto.
19672 * gdb.c++/inherit.exp: Ditto.
19673
19674 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
19675
19676 * config/vr4300.exp: New file.
19677
19678 * gdb.*/*.exp: Call gdb_expect instead of expect.
19679
19680 * lib/gdb.exp(gdb_expect): New function.
19681
19682 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
19683
19684 * lib/gdb.exp(gdb_init): New function.
19685
19686 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
19687 for each individual variable set.
19688
19689 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19690 name.
19691
19692 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19693
19694 * gdb.base/scope.exp: Use gdb_test.
19695
19696 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19697 aborting; the testsuite driver will do that for us (see
19698 gdb_finish). Also, use gdb_test in a few more places.
19699
19700 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
19701
19702 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19703
19704 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
19705
19706 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19707 and "add_tests" are not at the same address.
19708
19709 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
19710
19711 * gdb.base/ptype.exp: Use gdb_test.
19712
19713 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
19714
19715 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19716 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19717 left in. No longer expect them to fail.
19718
19719 * gdb.stabs/*.mt; Deleted, no longer used.
19720 * gdb.stabs/configure.in: Remove references to target makefile
19721 frags.
19722 * gdb.stabs/configure: Rebuilt.
19723
19724 * gdb.disasm/*.mt: Deleted, no longer used.
19725 * gdb.disasm/configure.in: Remove references to target makefile
19726 frags. Use "sh3.s" as the unique filename for this directory.
19727 * gdb.disasm/configure: Rebuilt.
19728
19729 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19730 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19731 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19732
19733 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
19734
19735 * config/udi.exp: Use mondfe,name instead of remote_host.
19736
19737 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
19738
19739 * gdb.base/watchpoint.exp: Don't expect a failure when calling
19740 a function with a watchpoint enabled on the mn10200.
19741
19742 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19743 before trying to create it!
19744
19745 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
19746
19747 * config/vx.exp: Use hostname instead of netport.
19748
19749 * config/vxworks.exp: New file.
19750
19751 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19752
19753 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
19754 gdb before assuming everything worked. Send a ^C if a timeout
19755 occurs.
19756
19757 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19758 $gdb_spawn_id directly.
19759 (gdb_run_cmd): Try _start as well as start. Use the target feature
19760 gdb,start_symbol as the symbol to start from when jumping.
19761
19762 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
19763
19764 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19765 redundant) test.
19766
19767 * gdb.base/recurse.exp: Relax final value test for 'b' so that
19768 it doesn't lose for 16bit integer systems.
19769
19770 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
19771
19772 * gdb.fortran/types.exp: If the target doesn't support "double"
19773 data types, then expect "real" types to only be 4 bytes.
19774
19775 * gdb.c++/virtfunc.exp: Expect failure for virtual function
19776 call tests if the target doesn't support inferior function calls.
19777
19778 * gdb.base/printcmds.exp: Allow minor deviation in FP values
19779 in printf tests.
19780
19781 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
19782
19783 * gdb.base/help.exp: Disable "help set", "help show", and
19784 "help support". Simplify regexp for "help stack".
19785
19786 * gdb.base/default.exp: Set match_max to 5000 and the timeout
19787 to 60 seconds. Temporarily set match_max to 15000 around the
19788 "info copying" test.
19789
19790 * gdb.base/nodebug.exp: Don't try to do an inferior function
19791 call if the target doesn't support them.
19792 * gdb.base/printcmds.exp: Likewise.
19793 * gdb.base/setvar.exp: Likewise.
19794 * gdb.base/structs.exp: Likewise.
19795 * gdb.c++/templates.exp: Likewise.
19796 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
19797
19798 * gdb.base/recurse.exp: Enable for the mn10200.
19799
19800 * configure.in: Do configure gdb.stabs directory for *-*-elf
19801 targets.
19802 * configure: Rebuilt.
19803
19804 * gdb.base/break.exp: Check for gdb,noresults before testing
19805 exit status and/or results from the target.
19806 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19807 * lib/gdb.exp: Remove old (now bogus) initialization of
19808 noinferior, noargs, noresults and nosignals.
19809
19810 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
19811
19812 * config/sh.exp: New file.
19813
19814 * config/slite.exp: Try to connect multiple times to the board
19815 before rebooting. Only send a "monitor run" if need_monitor_run
19816 is set.
19817
19818 * gdb.base/break.exp: Don't do the "stub continue" test if
19819 the target has gdb_stub set.
19820
19821 * gdb.base/callfuncs.exp: Increase the timeout.
19822
19823 * gdb.base/interrupt.exp: Don't even try to compile the testcase
19824 if the target has gdb,noinferiorio set.
19825
19826 * gdb.base/list.exp: Increase match_max to 10000 characters.
19827
19828 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19829
19830 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19831 target.
19832
19833 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19834
19835 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
19836
19837 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
19838 trying to delete the copy of gdb. Catch the file delete so we
19839 don't die if the delete fails; also, the file should be copied to
19840 the host, not to the build.
19841
19842 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
19843
19844 * lib/gdb.exp(gdb_test): Surround the result pattern with
19845 parenthesis in case it contains multiple regexps separated
19846 with |.
19847
19848 * gdb.base/watchpoint.exp: Use gdb_test.
19849 * gdb.base/default.exp: Ditto.
19850
19851 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
19852
19853 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
19854
19855 * gdb.base/scope.exp: Use gdb_test.
19856 * gdb.c++/classes.exp: Ditto.
19857 * gdb.c++/inherit.exp: Ditto.
19858
19859 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
19860
19861 * gdb.base/crossload.exp: Don't use execute_anywhere, use
19862 remote_exec instead.
19863 * gdb.base/corefile.exp: Don't be ridiculous.
19864 * gdb.base/*.c: Add missing stub invocations.
19865
19866 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
19867
19868 * config/slite.exp: Miscellaneous fixes.
19869
19870 * lib/gdb.exp: Fix runto.
19871
19872 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19873 the target.
19874
19875 * gdb.base/watchpoint.exp: Fix regexp.
19876
19877 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19878 close and wait commands, as the descriptor may now be
19879 invalid. Always call "remote_close host".
19880
19881 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
19882
19883 Major rewrite for testsuite revision.
19884
19885 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19886 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19887 instead of relying on spawn_id to always contain a valid
19888 spawn id.
19889 (get_compiler_info): New procedure to build the ${binfile}.ci
19890 file, instead of replicating this in N different places.
19891 (gdb_compile): New procedure.
19892
19893 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
19894 appropriate arguments) instead of compile. Use gdb_test in a lot
19895 more places. Use send_gdb instead of send. Always run gdb_start
19896 at the start of a testcase, as this is no longer done magically.
19897
19898 config/*-gdb.exp: Rename without the -gdb suffix.
19899
19900 config/mips.exp: Use remote_close instead of exit_remote_shell.
19901 config/monitor.exp: Use target_info instead of looking at
19902 baud, timeout, etc.
19903 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19904
19905 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19906
19907 * gdb.c++/templates.exp (test_ptype_of_templates),
19908 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19909 Update expect patterns for destructors and assignment operators
19910 to match corresponding c-typeprint.c changes.
19911 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
19912 to destructor breakpoint test, GDB should be able to set the
19913 destructor breakpoint without specifying arguments.
19914
19915 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
19916
19917 * gdb.threads/pthreads.exp: Change result for failure to compile due
19918 to lack of pthreads runtime support from an error to simply an
19919 unsupported test, per dejagnu standards.
19920
19921 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19922
19923 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
19924 where GDB exits to reduce pattern match time.
19925 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
19926
19927 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
19928
19929 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
19930
19931 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
19932 * gdb.base/default.exp: ditto.
19933 * gdb.base/nodebug.exp: ditto.
19934 * gdb.base/printcmds.exp: ditto.
19935 * gdb.base/ptype.exp: ditto.
19936 * gdb.base/setvar.exp: ditto.
19937 * gdb.base/structs.exp: ditto.
19938 * gdb.base/setshow.c: Guard against uninitialized values of argc.
19939
19940 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
19941
19942 * configure, */configure: Rebuild with autoconf 2.12.
19943
19944 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
19945
19946 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
19947 use new i*86-pc-linux*-gnu quads.
19948 * gdb.base/corefile.exp: Ditto.
19949 * gdb.base/signals.exp: Ditto.
19950 * gdb.base/sigall.exp: Ditto.
19951 * gdb.base/interrupt.exp: Ditto.
19952
19953 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
19954 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
19955 RedHat 4.0.
19956
19957 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
19958 linux. This allows the test case to at least compile on latest
19959 linux, but still not run due to missing the threads runtime library.
19960
19961 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19962
19963 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
19964 directory to search gdb directory. Accept and step over conditional
19965 stack alignment code. Consume $prompt in failure cases.
19966 Reset timeout to $oldtimeout instead of some arbitrary value.
19967 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
19968 timeout problems with infinite stack backtraces.
19969 * gdb.base/ptype.exp (ptype struct link, union tu_link):
19970 Accept function parameters for linkfunc member.
19971
19972 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
19973
19974 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
19975 (CXXFLAGS): Remove, unreferenced.
19976 (B_OPTIONS): Add for -B options and add code to initialize with
19977 previous -B options and also add -B option to pick up cross compiled
19978 runtime.
19979 (TARGET_INCLUDES): Add for -I options and add code to initialize when
19980 doing cross compiles.
19981 (target_alias): Declare global.
19982 (xgcc): Set variable to full path of gcc in build tree. Use findfile
19983 to verify that gcc exists in build tree, and if so set CC to that
19984 gcc and to use B_OPTIONS and TARGET_INCLUDES.
19985
19986 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
19987
19988 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
19989 ptype test for anonymous union. Fixup testcase to match
19990 current gcc debug output.
19991
19992 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
19993
19994 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
19995 force argument to an unsigned long type.
19996
19997 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
19998
19999 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
20000 tests and anonymous union print/ptype tests.
20001 * gdb.base/list.exp (test_forward-search): Increase timeout by
20002 5 minutes for the "search extremely long line" case.
20003 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
20004 completely optional and that the pass/fail messages use the command as
20005 the message if that third arg is a null string.
20006 (gdb_test_exact): Arrange that a null string pattern means match a
20007 null string output rather than any output, which might include random
20008 errors.
20009 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
20010 backtrace test.
20011 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
20012 always failing and failure is now exposed by gdb.exp changes.
20013
20014 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
20015
20016 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
20017 weren't being noted.
20018
20019 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20020
20021 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
20022 * gdb.stabs/weird.exp: Remove v_comb xfails.
20023
20024 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
20025
20026 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
20027 list.exp scope.exp watchpoint.exp]
20028 Make all timeout error msgs explicitly say "(timeout)".
20029
20030 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
20031
20032 * config/monitor.exp: Increase download timeout to 1000 seconds.
20033
20034 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
20035
20036 * config/m32r.exp: Increase timeout to 120 seconds.
20037
20038 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20039
20040 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20041 and accept older ordering as obsolescent gcc or gdb.
20042 * gdb.c++/templates.exp: Ditto.
20043 * gdb.c++/virtfunc.exp: Ditto.
20044
20045 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
20046
20047 * gdb.base/coremaker.c: Add code to mmap some data so we
20048 can check that it ends up in the core file.
20049 * gdb.base/corefile.exp: Add test to read mmapped data
20050 from core file.
20051
20052 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
20053
20054 * config/m32r.exp: New file.
20055
20056 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
20057
20058 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
20059 that cflags can contains -gstabs, and work correctly for other tests.
20060
20061 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
20062
20063 * gdb.base/setshow.exp: New file, tests show and set.
20064 * gdb.base/setshow.c: New file, tests show and set.
20065 * gdb.base/help.exp: Add test for help set|show annotate.
20066 * gdb.base/default.exp: Add test for set|show annotate.
20067
20068 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
20069
20070 * testsuite/gdb.base/break.exp: Make backtrace from factorial
20071 errors unique.
20072 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
20073 explicitly.
20074
20075 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
20076
20077 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
20078 and width commands. This is done elsewhere.
20079 * (gdb_start): Don't call gdb_start_sim here. That's already
20080 done in gdb_load. This fixes lots of failures in default.exp.
20081
20082 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
20083
20084 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
20085 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
20086 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
20087 in the same we we treat other failures (since it may be an expected
20088 condition), rather than as an error.
20089 * gdb.base/signals.exp (test_handle_all_print): Revert back to
20090 old test format.
20091
20092 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
20093
20094 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
20095 (distclean maintainer-clean realclean): No need to remove files
20096 twice. Nuke the duplicates.
20097 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
20098 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
20099 Remove config.h along with other config files.
20100
20101 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
20102
20103 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
20104 "p func1 ()" and note that rests of tests are skipped.
20105 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
20106 setup_xfails for "print func2::coremaker_local".
20107 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
20108 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
20109 affected by the previous run test.
20110 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
20111 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
20112 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
20113 "pass int powerset tuple" and "pass modeless int powerset tuple".
20114 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
20115 "real write 4" and "real write 8".
20116 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
20117 setup_xfails for "print vs1 after tuple assign 2",
20118 "print \$i after tuple assign 2", and
20119 "print vs2 after tuple assign 2".
20120 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
20121 meaningful error message and return -1 so the caller can
20122 suppress further tests and avoid a cascade of errors.
20123
20124 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
20125
20126 * gdb.base/a1-selftest.exp: Tweak tests to account for new
20127 format for printing version.
20128 * gdb.base/default.exp: Ditto.
20129 * gdb.base/interrupt.exp: Fix problem with cascade of
20130 errors if child process dies while calling a function.
20131
20132 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
20133
20134 * Makefile.in (VPATH): Add
20135 * Makefile.in (Makefile, config.status): Fix rules so things get
20136 remade when necessary.
20137
20138 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
20139
20140 * Makefile.in (just-check): Add path to sibling expect dir
20141 to environment variable specified by RPATH_ENVVAR.
20142
20143 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
20144
20145 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20146 (just-check): Add shared library paths for libstdc++, tk,
20147 tcl, bfd, and opcodes to the environment variable specified
20148 in RPATH_ENVVAR.
20149 * configure.in: Add support to recognize --enable-shared flag
20150 and generate correct value for RPATH_ENVVAR.
20151 * configure: Regenerated with autoconf.
20152
20153 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
20154
20155 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
20156 include all osf versions.
20157 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20158 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
20159 when target is linux. When failing to build pthreads test
20160 executable, give more meaningful message.
20161 * gdb.threads/pthreads.c: Hpux also uses old definition of second
20162 arg for pthread_create.
20163
20164 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
20165
20166 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
20167 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
20168 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
20169 and -lpthreads (everybody else).
20170 (test_startup): Fail gracefully if threads are not supported.
20171 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20172 "p/c array_index("abcdef",2)" when not gcc compiled.
20173 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20174 "print func2::coremaker_local" when not gcc compiled.
20175 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20176 "ptype on opaque struct tagname (statically)",
20177 "ptype on opaque struct tagname (dynamically) 1", and
20178 "ptype on opaque struct tagname (dynamically) 2"
20179 for not compiled with gcc.
20180 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20181 backtrace when compiled with gcc.
20182 * lib/gdb.exp (runto_main): Return result of "runto main" rather
20183 than always return success.
20184
20185 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
20186
20187 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20188
20189 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
20190
20191 * gdb.base/structs.exp: Undo last change.
20192
20193 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
20194
20195 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20196 encapsulate all the steps/nexts done during self test, starting
20197 at main, and makes them less sensitive to optimization issues.
20198 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20199 signal handler" test.
20200 * gdb.threads/pthreads.exp: Only run this for native configs.
20201 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20202 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20203 tests.
20204 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20205 for "runto test_calls(void)" test.
20206
20207 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
20208
20209 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20210 and don't expect address info in breakpoint confirmations.
20211
20212 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
20213
20214 * gdb.base/list.exp (test_forward_search): Increase timeout
20215 temporarily by 60 seconds for searching extremely long line,
20216 and then reset to old value when done. Increase expect input
20217 buffer to 10000.
20218
20219 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
20220
20221 * gdb.base/list.exp (test_forward_search): Fix to handle very
20222 long source line without overflowing expect's input buffer.
20223
20224 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
20225
20226 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20227 "buffer_full".
20228
20229 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20230 "buffer_full".
20231
20232 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20233 "buffer_full".
20234
20235 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20236 "buffer_full".
20237
20238 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
20239
20240 * configure.in (configdirs): Add gdb.threads.
20241 * configure: Regenerated with autoconf.
20242 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20243 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20244 * gdb.threads/configure: New, generated with autoconf.
20245
20246 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
20247
20248 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20249
20250 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
20251
20252 * gdb.base/signals.exp (test_handle_all_print): Test separately for
20253 each signal's status in the output of "handle all print".
20254 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20255 the \r\n sequence that immediately precedes the gdb prompt.
20256 * gdb.base/a1-selftest.exp: Save original timeout and restore
20257 after test.
20258
20259 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
20260
20261 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20262 symbol.
20263
20264 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
20265
20266 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20267
20268 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
20269
20270 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20271 timeout by 60 seconds.
20272
20273 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
20274
20275 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20276 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20277 error return.
20278
20279 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
20280
20281 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20282 gdb initialization, also report how long dejagnu waited. Restore
20283 old timeout before doing error return. Temporarily increase timeout
20284 by 3 minutes to allow for slow startups over heavy NFS use.
20285
20286 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
20287
20288 * lib/gdb.exp: Report timeout value for verbosity level 2.
20289 * config/gdbserver.exp: Ditto.
20290 * config/hppro.exp: Ditto.
20291 * config/mips-gdb.exp: Ditto.
20292 * config/monitor.exp: Ditto.
20293 * config/netware.exp: Ditto.
20294 * config/sim-gdb.exp: Ditto.
20295 * config/slite-gdb.exp: Ditto.
20296 * config/udi-gdb.exp: Ditto.
20297 * config/unix-gdb.exp: Ditto.
20298 * config/vx-gdb.exp: Ditto.
20299 * gdb.base/a1-selftest.exp: Ditto.
20300 * gdb.base/a2-run.exp: Ditto.
20301 * gdb.base/break.exp: Ditto.
20302 * gdb.base/corefile.exp: Ditto.
20303 * gdb.base/list.exp: Ditto.
20304 * gdb.base/recurse.exp: Ditto.
20305 * gdb.base/scope.exp: Ditto.
20306 * gdb.base/signals.exp: Ditto.
20307
20308 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20309
20310 * gdb.threads/Makefile.in (docdir): Removed.
20311
20312 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20313
20314 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
20315 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
20316 @srcdir@.
20317 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
20318 autoconf 2.5 or higher.
20319 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
20320
20321 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
20322
20323 * configure: Regenerated.
20324 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
20325 avoid name clashes with SunOS headers.
20326
20327 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
20328
20329 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
20330
20331 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
20332
20333 * gdb.base/callfuncs.exp: Finish last change -- make sure the
20334 prototype information ends up in the compiler info file.
20335
20336 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
20337
20338 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
20339 attempting to regenerate it. Eliminate use of a temporary file
20340 and just generate the info file directly. Source it immediately,
20341 for consistency of use.
20342 * gdb.base/corefile.exp: Ditto
20343 * gdb.base/exprs.exp: Ditto.
20344 * gdb.base/funcargs.exp: Ditto.
20345 * gdb.base/langs.exp: Ditto.
20346 * gdb.base/list.exp: Ditto.
20347 * gdb.base/mips_pro.exp: Ditto.
20348 * gdb.base/nodebug.exp: Ditto.
20349 * gdb.base/opaque.exp: Ditto.
20350 * gdb.base/ptype.exp: Ditto.
20351 * gdb.base/scope.exp: Ditto.
20352 * gdb.base/setvar.exp: Ditto.
20353 * gdb.base/signals.exp: Ditto.
20354 * gdb.base/whatis.exp: Ditto.
20355 * gdb.c++/templates.exp: Ditto.
20356 * gdb.c++/virtfunc.exp: Ditto.
20357 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
20358 whether or not to add -lstdc++ to the compile command line args.
20359
20360 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20361
20362 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
20363 it got fixed by the recent lookup_minimal_symbol_by_pc change.
20364 Increase timeout, a lot of single stepping might be needed if the
20365 target has no hardware watchpoints.
20366
20367 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
20368
20369 * gdb.base/break.exp: Ignore compiler warnings when compiling
20370 break.c.
20371 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20372 * gdb.base/default.exp: Add h8300 xfails. Handle messages
20373 from remote-sim.
20374 * gdb.base/exprs.exp: Add h8300 xfails.
20375 * gdb.base/funcargs.exp: Likewise.
20376 * gdb.base/nodebug.exp: Likewise.
20377 * gdb.base/printcmds.exp: Likewise.
20378 * gdb.base/ptype.exp: Likewise.
20379 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
20380 h8300 xfails.
20381 * gdb.base/return.exp: Handle float/double precision problems
20382 on the h8300.
20383 * gdb.base/funcargs.c: Explicitly make last constant argument to
20384 call_after_alloca_subr an unsigned long type.
20385 * gdb.base/return.c: Include stdio.h.
20386
20387 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20388
20389 * config/abug.exp: New file for the older Motorola Bug monitor
20390 that runs on the mvme13x series VME boards.
20391 * config/monitor.exp: Use the new config array for target settings
20392 if they exist.
20393
20394 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20395
20396 * sim-gdb.exp: Make the SH simulator allocate less space when
20397 it is targeted.
20398
20399 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20400
20401 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20402 test.
20403
20404 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20405
20406 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20407 "rs6000-*-*" for "list function in include file" when gcc compiled.
20408 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20409 for "p ctable1[120]".
20410 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20411 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20412 Remove setup_xfail for "rs6000-*-*" for
20413 "print 'scope0.c'::filelocal before run".
20414 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20415 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20416 since some compilers don't allow both options to be given
20417 on the same command line. Create object file and move it.
20418
20419 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20420
20421 * gdb.base/corefile.exp: Always regenerate the core file, since
20422 we always regenerate the coremaker program. Detect special case
20423 where registers cannot be read from core file.
20424
20425 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20426
20427 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20428 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20429 * gdb.c++/templates.exp: Only match on basename of file since
20430 some formats like xcoff don't encode directory information.
20431 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20432 and rs6000 AIX xcoff targets.
20433 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20434 * configure: Regenerate.
20435 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20436 here, rather than in distclean.
20437
20438 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20439
20440 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20441 defined, and use it to compile the test case with -O2. The
20442 native compilation still uses no optimization.
20443 * gdb.base/mips_pro.c: Remove inline assembly code since
20444 it is compiled PIC by default, which results in assembler
20445 warnings that make the testsuite think the compilation
20446 was unsuccessful.
20447
20448 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20449
20450 * gdb.c++/misc.exp: Add note to message for
20451 "print s.a for foo struct" that this is a known gcc 2.7.2
20452 and earlier bug.
20453
20454 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20455
20456 * gdb.base/break.exp: Fix pattern for matching "Delete all
20457 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20458 setup_xfail for deleting all breakpoints test. Fix various
20459 timeout messages to include "(timeout)".
20460 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20461 for "p t_float_values2(3.14159,float_val2)".
20462 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20463 for "continue to call2g" when gcc compiled.
20464 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20465 "up to foo in langs.exp", "show language at foo in langs.exp",
20466 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20467 and "show language at fsub in langs.exp".
20468 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20469 "list line 1 in include file", "list message for lines past EOF",
20470 "list function in include file", "list list0.h:foo", and
20471 "list filename:function; nonexistant function".
20472 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20473 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20474 and "ptype t_char_array" to be for native cc only.
20475
20476 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20477
20478 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20479 setup_xfail for "print coremaker_bss", "print coremaker_ro",
20480 "print func2::coremaker_local", and "backtrace in corefile.exp".
20481
20482 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20483
20484 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20485 "bt in signals.exp". This problem only appears when running
20486 the testsuite, and then only intermittently.
20487
20488 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20489
20490 * gdb.base/return.exp (return_tests): Differentiate between
20491 two tests of continuing.
20492
20493 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20494
20495 * */Makefile.in (maintainer-clean): Remove config.log.
20496 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20497 * gdb.c++/Makefile.in (PROGS): Add inherit.
20498 (clean): Remove *.ci.
20499
20500 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20501
20502 * gdb.c++/misc.cc: Add test code from Mike Stump.
20503 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20504
20505 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20506
20507 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20508 to "alpha-*-osf2*" and add comment.
20509 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20510 setup_xfail for "step over execarg initialization" and
20511 "step over corearg initialization".
20512 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20513 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20514 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20515 gcc compiled for "print coremaker_bss", "print coremaker_ro",
20516 "print func2::coremaker_local", and "backtrace in corefile.exp".
20517 * gdb.base/signals.exp: Build and source signals.ci.
20518 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20519 to be for gcc only.
20520 * lib/gdb.exp: Move verbose statements outside conditionals.
20521
20522 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20523
20524 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20525 Feb 3 procfs.c change.
20526
20527 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20528
20529 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20530
20531 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20532
20533 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20534 from dejagnu's apparent default of 10 seconds, which gives random
20535 results when running the tests over NFS on moderately loaded systems.
20536 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20537
20538 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20539
20540 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20541 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20542 result reports.
20543
20544 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
20545
20546 * configure.in (CY_AC_PATH_TCLH): Remove.
20547 * configure: Regenerate.
20548
20549 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
20550
20551 * gdb.c++/Makefile.in (clean): Add missing '{'.
20552
20553 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
20554
20555 * lib/gdb.exp: Provide a default value for noinferior.
20556
20557 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20558 Load libgloss.exp.
20559
20560 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
20561
20562 * gdb.disasm/hppa.exp: Compile directly into an executable, use
20563 the executable, not the .o to run the tests from.
20564
20565 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
20566
20567 * gdb.base/break.exp: Don't test for program exit or exit status
20568 if $noresults if nonzero.
20569 * gdb.base/langs.exp: Likewise.
20570 * gdb.base/watchpoint.exp: Likewise.
20571
20572 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20573 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20574 trying to compile the testcase.
20575
20576 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
20577
20578 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20579 * gdb.base/signals.exp (continue to handler): Likewise.
20580
20581 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
20582
20583 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
20584
20585 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
20586
20587 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
20588
20589 * gdb.base/corefile.exp: Recognize "not found" as failure
20590 when trying to determine if a core file was generated.
20591 If no core file was generate the first time, try again without
20592 the ulimit -c to work around braindamaged shells.
20593
20594 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
20595
20596 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20597 [] tests with "test" and enclose string in quotes.
20598 * gdb.stabs/configure: Rebuild
20599
20600 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
20601
20602 Changes in sync with expect:
20603 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20604 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20605 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20606 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
20607 argument to AC_REQUIRE.
20608 * configure: Regenerated.
20609
20610 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
20611
20612 * gdb.base/corefile.exp: When generating a core, discard any
20613 error messages about ulimit not found and the "core dumped"
20614 message from the shell that runs the coredumper.
20615
20616 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
20617
20618 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20619
20620 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20621 which sed script to run. Expect failure for v_comb test
20622 on PA targets too.
20623
20624 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
20625
20626 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
20627 "print func2::coremaker_local" and for "backtrace in corefile.exp"
20628
20629 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
20630
20631 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20632 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
20633 "sparc-sun-solaris*" xfails for "p v_comb".
20634 * lib/gdb.exp (default_gdb_start): Fix typo.
20635 * gdb.base/corefile.exp: Allow "Core was generated by ..."
20636 messages to not include the full program name that caused
20637 the core dump since some systems (such as solaris) apparently
20638 truncate this path to about 80 characters.
20639 When generating a core file first try increasing the core file
20640 size limit to unlimited since some systems may default it to
20641 zero, and it is harmless to try it. Move the test for failing
20642 to generate a core file to where it will actually get executed.
20643 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20644 new gdb result from g++ debug info improvements and make old
20645 pattern obsolescent. Also account for size_t differences
20646 (may be int or long).
20647 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20648 initialization before function call is placed in the delay slot
20649 and thus appears to be skipped over by commands such as "next".
20650
20651 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
20652
20653 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20654
20655 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
20656
20657 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20658 input source file; fix code to compile test to deal with this
20659 convention.
20660 * gdb.c++/*.exp: Likewise.
20661
20662 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
20663
20664 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20665 "bt in signals.exp".
20666
20667 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
20668
20669 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20670 "step over execarg initialization" and
20671 "step over corearg initialization".
20672
20673 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
20674
20675 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20676 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
20677
20678 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
20679
20680 From Rob Savoye (rob@poseidon.cygnus.com)
20681 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20682 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
20683 configure.in}, gdb.disasm/{Makefile.in, configure.in},
20684 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20685 configure.in}: Major reworking for autoconfig.
20686 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20687 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
20688 New files.
20689 * config/unix-gdb.exp: Make GDB global.
20690 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
20691 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20692 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20693 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20694 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20695 term.exp, twice.exp, watchpoint.exp, whatis.exp},
20696 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
20697 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20698 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20699 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20700 pr-8136.exp, result.exp, string.exp, tuples.exp},
20701 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
20702 to returns as necessary, arrange for test to compile own testcase
20703 executable.
20704 * lib/gdb.exp: Changes for testsuite to compile own test cases.
20705
20706 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
20707
20708 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
20709 clear_xfail at end of test which might not call either pass or fail.
20710 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20711 "backtrace through signal handler".
20712
20713 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20714
20715 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
20716 continuing from a job control stop signal.
20717 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
20718
20719 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
20720
20721 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20722 * gdb.base/corefile.exp: Likewise.
20723 * gdb.base/funcargs.exp: Likewise.
20724
20725 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
20726
20727 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
20728 * config/monitor.exp: Add support for setting baud rate.
20729
20730 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
20731
20732 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20733 i*86-*-linux* xfails for "backtrace through signal handler".
20734 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20735 "print func2::coremaker_local".
20736 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
20737 alpha-dec-osf2* xfail for
20738 "delete all breakpoints when none".
20739
20740 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
20741
20742 * gdb.base/break.exp: Change test that deletes all breakpoints
20743 when no user breakpoints are installed. A post 4.15 change
20744 causes gdb to no longer prompt in this case.
20745
20746 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
20747
20748 * gdb.base/return.exp (return_tests): Change xfail for test
20749 "correct value returned double test" to stop xfailing at
20750 Solaris 2.5. Apparently the bug has been fixed.
20751
20752 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
20753
20754 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20755 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20756
20757 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
20758
20759 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20760 * gdb.disasm/hppa.s: Corresponding changes.
20761
20762 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
20763
20764 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20765 makefile fragment.
20766 * config/mt-hpux: Deleted.
20767
20768 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
20769
20770 * Many files: When warning about suppressed tests due to a
20771 nonexistant test binary, avoid incrementing the warning count.
20772
20773 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
20774
20775 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
20776
20777 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20778
20779 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
20780 "sparc-*-solaris2*".
20781
20782 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20783
20784 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
20785 Add global and local variables and initialize them.
20786 * gdb.base/corefile.exp: Test correct mapping of corefile sections
20787 by printing variables. Remove rs6000 and powerpc xfails, BFD now
20788 extracts the file name and terminating signal from the core file.
20789 * TODO: Remove note about tests for correct mapping of corefile.
20790 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
20791 from optimizing it away.
20792 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
20793 handles common blocks.
20794
20795 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
20796
20797 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20798 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20799
20800 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
20801
20802 * Makefile.in (maintainer-clean): New target, synonym for
20803 realclean.
20804 * gdb.base/Makefile.in (maintainer-clean): Likewise.
20805 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20806 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20807 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20808 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20809 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20810
20811 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
20812
20813 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
20814 xfails when not gcc compiled for "print foo::funclocal".
20815 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20816 "print foo::funclocal at foo",
20817 "print 'scope1.c'::foo::funclocal at foo",
20818 "print foo::funclocal_bss at foo",
20819 "print 'scope1.c'::foo::funclocal_bss at foo",
20820 "print foo::funclocal_ro at foo",
20821 "print 'scope1.c'::foo::funclocal_ro at foo",
20822 "print bar::funclocal at foo" and
20823 "print 'scope1.c'::bar::funclocal at foo".
20824 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
20825 gcc compiled for "print foo::funclocal at bar".
20826 Expand all messages to ensure that they identify that
20827 the test is at bar().
20828 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20829 gcc compiled for:
20830 "ptype on opaque struct pointer (statically)",
20831 "ptype on opaque struct tagname (statically)",
20832 "ptype on opaque struct pointer (dynamically) 1",
20833 "ptype on opaque struct tagname (dynamically) 1",
20834 "ptype on opaque struct pointer (dynamically) 2" and
20835 "ptype on opaque struct tagname (dynamically) 2
20836 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20837 gcc compiled for:
20838 "p datalocal"
20839 "whatis datalocal",
20840 "ptype datalocal",
20841 "p bsslocal",
20842 "whatis bsslocal", and
20843 "ptype bsslocal".
20844 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20845 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20846 when not gcc compiled.
20847 * gdb.base/funcargs.exp (float_and_integral_args): Add
20848 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20849 compiled.
20850 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
20851 "backtrace from call6a" when not gcc compiled.
20852 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20853 "backtrace from call7a" when not gcc compiled.
20854 * gdb.base/callfuncs.exp (do_function_calls):
20855 Add "hppa*-*-hpux*" xfail when not gcc compiled for
20856 "p t_char_array_values(char_array_val2,char_array_val1)",
20857 "p t_char_array_values(char_array_val1,char_array_val2)",
20858 "p t_char_array_values("carray 1","carray 2")",
20859 "p t_char_array_values("carray 1",char_array_val2)",
20860 "p t_char_array_values(char_array_val1,"carray 2")",
20861 "p sum_args(1,{2})",
20862 "p sum_args(2,{2,3})",
20863 "p sum_args(3,{2,3,4})",
20864 "p sum_args(4,{2,3,4,5})"
20865 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20866 "backtrace in corefile.exp" when not gcc compiled.
20867
20868 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20869
20870 * gdb.base/signals.exp: Rewrite `handle all print' test as
20871 a procedure. Accept blanks or TABs as whitespace, increase
20872 timeout and expect input buffer size for the large output
20873 from the command. Remove "i*86-*-bsdi2.0" xfail.
20874
20875 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20876
20877 * gdb.base/setvar.exp: Add new testcases for truncation when
20878 assigning invalid values to bitfields.
20879
20880 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20881
20882 * gdb.base/callfuncs.exp (do_function_calls): Remove
20883 mips-sgi-irix* xfail for
20884 "call inferior func with struct - returns char *"
20885 and fix test so that an optional (unsigned char *) cast is
20886 accepted in the result.
20887
20888 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
20889
20890 * gdb.base/funcargs.exp (float_and_integral_args): Remove
20891 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20892 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20893 * gdb.base/signals.exp: Remove duplicate "handle all print" test
20894 that accidentally got checked in.
20895
20896 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
20897
20898 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
20899 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20900 compiled test.
20901 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20902 Add mips-sgi-irix5* xfail for not gcc compiled.
20903 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
20904 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20905 "p top", "whatis top", "p middle", and "whatis middle".
20906 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20907 "whatis signed char" for not gcc compiled.
20908 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20909 "set variable signed char=-1 (-1)" and
20910 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20911 * gdb.base/funcargs.exp (float_and_integral_args):
20912 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20913 Add mips-sgi-irix* xfail when not gcc compiled for
20914 "continue to call2b".
20915 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20916 "continue to call2g".
20917 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20918 "backtrace from call6a"
20919 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20920 "backtrace from call7k".
20921 Add mips-sgi-irix5* xfail when not gcc compiled for
20922 "backtrace from call7a".
20923 (localvars_after_alloca): Fix gdb_test cmds for
20924 "print * after runto ...".
20925 Remove rs6000-*-* xfails for
20926 "print i after runto localvars_after_alloca" and
20927 "print l after runto localvars_after_alloca"
20928 for all compilers.
20929 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
20930 when not compiled with gcc, for:
20931 "print signed char == (minus)",
20932 "print signed char != (minus)",
20933 "print signed char < (minus)",
20934 "print signed char > (minus)".
20935 * gdb.base/callfuncs.exp (do_function_calls):
20936 Add mips-sgi-irix* xfail, when compiled with native compiler, for
20937 "call inferior func with struct - returns char *".
20938 * gdb.base/return.exp (return_tests): Change xfail for
20939 "correct value returned double test" to include Solaris 2.4.
20940 * gdb.base/funcargs.exp (float_and_integral_args):
20941 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20942
20943 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20944
20945 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
20946 enumeration bitfields if compiling with GNU C.
20947 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
20948 to empty' prompt.
20949
20950 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
20951
20952 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
20953 test for PRO targets.
20954
20955 * gdb.base/funcargs.exp: Avoid ever setting more than 8
20956 breakpoints in the inferior at any given time by making
20957 two groups of breakpoints for call2*, call6* and call7*
20958 tests.
20959
20960 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20961
20962 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
20963 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
20964 from optimizing it away.
20965 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
20966 "call inferior func with struct".
20967
20968 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
20969
20970 * configure.in: Only configure gdb.chill for particular targets.
20971
20972 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
20973
20974 * gdb.base/Makefile.in: Add action to .c.o transformation
20975 rule that generates a .ci file for each .o file and remove
20976 explicit .c.o rules except for callfuncs.o.
20977 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
20978 generates a .ci file for each .o file and remove explicit
20979 .cc.o rules.
20980 (clean): Remove *.tmp *.ci files.
20981 (EXECUTABLES): Remove templ-info.exp.
20982 * gdb.base/compiler.c: New file.
20983 * gdb.c++/compiler.cc: New file
20984 * gdb.base/scope.exp: Source gdb.base/scope.ci.
20985 Change rs6000-*-* xfail for
20986 "print 'scope0.c'::filelocal_ro" and
20987 "print 'scope1.c'::filelocal" and
20988 "print 'scope1.c'::filelocal_bss" and
20989 "print 'scope1.c'::filelocal_ro" and
20990 "print 'scope1.c'::foo::funclocal" and
20991 "print 'scope1.c'::foo::funclocal_ro" and
20992 "print 'scope1.c'::bar::funclocal" and
20993 "print 'scope0.c'::filelocal_ro" and
20994 "print 'scope1.c'::filelocal at foo" and
20995 "print 'scope1.c'::filelocal_bss at foo" and
20996 "print 'scope1.c'::filelocal_ro at foo" and
20997 "print 'scope1.c'::foo::funclocal at foo" and
20998 "print 'scope1.c'::foo::funclocal_bss at foo" and
20999 "print 'scope1.c'::foo::funclocal_ro at foo" and
21000 "print 'scope1.c'::bar::funclocal at foo" and
21001 "print 'scope0.c'::filelocal_ro" and
21002 "print 'scope1.c'::filelocal" and
21003 "print 'scope1.c'::filelocal_bss" and
21004 "print 'scope1.c'::filelocal_ro" and
21005 "print 'scope1.c'::foo::funclocal" and
21006 "print 'scope1.c'::foo::funclocal_bss" and
21007 "print 'scope1.c'::foo::funclocal_ro" and
21008 "print 'scope1.c'::bar::funclocal" and
21009 "print 'scope1.c'::bar::funclocal_bss"
21010 to only be xfail'd when not compiled with gcc.
21011 Add rs6000-*-* xfail for
21012 "print 'scope0.c'::filelocal_bss before run"
21013 when compiled with gcc.
21014 (test_at_main): Add rs6000-*-* xfail for
21015 "print filelocal_ro in test_at_main"
21016 when compiled with gcc.
21017 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
21018 Add rs6000-*-aix* xfail for
21019 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
21020 "ptype t_char_array", not compiled with gcc.
21021 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
21022 xfail for "list foo (in include file)" when gcc compiled.
21023 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
21024 (integral_args): Add rs6000-*-* xfail for
21025 "run to call0a" if not compiled with gcc.
21026 (unsigned_integral_args): Add rs6000-*-* xfail for
21027 "run to call1a" if not compiled with gcc.
21028 (float_and_integral_args): Add rs6000-*-* xfail for
21029 "run to call2a" if not compiled with gcc and for
21030 "continue to call2b" for any compiler.
21031 Add rs6000-*-* xfail to
21032 "print f1 after run to call2a" for gcc compiled.
21033 (discard_and_shuffle): Add rs6000-*-* xfail for
21034 "run to call6a".
21035 (shuffle_round_robin): Add rs6000-*-* xfail for
21036 "backtrace from call7a" if not compiled with gcc.
21037 Add rs6000-*-* xfail for
21038 "backtrace from call7b" if compiled with gcc.
21039 (call_after_alloca): Add rs6000-*-* xfail for
21040 "print c in call_after_alloca" and
21041 "print s in call_after_alloca" and
21042 "backtrace from call_after_alloca_subr"
21043 if not compiled with gcc.
21044 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21045 "print c in localvars_in_indirect_call" and
21046 "print c in localvars_in_indirect_call" and
21047 "backtrace in indirectly called function" and
21048 "stepping into indirectly called function"
21049 if not compiled with gcc.
21050 (localvars_after_alloca): Add rs6000-*-* xfail for
21051 "print c after runto localvars_after_alloca" and
21052 "print s after runto localvars_after_alloca" and
21053 "print i after runto localvars_after_alloca" and
21054 "print l after runto localvars_after_alloca"
21055 for all compilers.
21056 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
21057 than whatis-info.exp.
21058 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
21059 than opaque-info.exp.
21060 Setup rs6000-*-* xfail for
21061 "ptype on opaque struct pointer (statically)" and
21062 "ptype on opaque struct pointer (dynamically)" when
21063 not compiled with gcc.
21064 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
21065 rather than callf-info.exp.
21066 (do_function_calls): Add clear_xfail for rs6000-*-* for
21067 "p t_float_values2(3.14159,float_val2)". Seems to work
21068 fine there, both with xlc and gcc. Need to find out what
21069 it is doing right and fix other platforms.
21070 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
21071 "call inferior func with struct - returns int",
21072 "call inferior func with struct - returns long",
21073 "call inferior func with struct - returns float",
21074 "call inferior func with struct - returns double",
21075 "call inferior func with struct - returns char *",
21076 but only if not gcc compiled (presumes xlc compiled).
21077 Change rs6000-*-* xfails for
21078 "call inferior func with struct - returns char" and
21079 " call inferior func with struct - returns short" to only
21080 xfail if not using gcc.
21081 (clean mostlyclean): Remove *.ci and *.tmp files.
21082 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
21083 than templ-info.exp.
21084 * gdb.base/langs.exp: Source gdb.base/langs.ci.
21085 Add rs6000-*-* xfail for "up to foo in langs.exp"
21086 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
21087 when not gcc compiled.
21088
21089 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21090
21091 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
21092 * gdb.base/corefile.exp: Likewise.
21093 * gdb.base/list.exp: Likewise.
21094 * gdb.base/scope.exp: Likewise.
21095 * gdb.base/siganls.exp: Likewise.
21096
21097 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
21098 compiler output.
21099 * gdb.base/whatis.exp: Likewise.
21100
21101 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
21102
21103 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
21104 failure (opcode table has been fixed to match reality).
21105
21106 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
21107
21108 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
21109 "call inferior func with struct - returns char",
21110 "call inferior func with struct - returns short"
21111
21112 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
21113 "print 'scope0.c'::filelocal at main",
21114 "print 'scope0.c'::filelocal_bss in test_at_main",
21115 "print 'scope0.c'::filelocal at foo",
21116 "print 'scope0.c'::filelocal_bss in test_at_foo",
21117 "print 'scope0.c'::filelocal at bar",
21118 "print 'scope0.c'::filelocal_bss in test_at_bar"
21119
21120 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
21121 in source file 1". This bug seems to have been fixed with both
21122 gcc and native cc (was native assembler bug?).
21123
21124 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
21125
21126 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
21127 "backtrace through signal handler" to "i*86-*-sysv4*".
21128 * gdb.base/signals.exp: Add xfail for "'next' behaved as
21129 continue" case. Add "known SVR4 bug" to fail message.
21130 Add "i*86-*-bsdi2.0" xfail for "handle all print".
21131 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
21132 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
21133 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
21134 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
21135 "up to foo in langs.exp", "show language at foo in
21136 langs.exp", "up to cppsub_ in langs.exp", "show
21137 language at cppsub_ in langs.exp", "up to fsub in
21138 langs.exp", and "show language at fsub in langs.exp".
21139 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
21140 "bactrace in corefile.exp".
21141 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21142 "call inferior function with struct - returns float" and
21143 "call inferior function with struct - returns double".
21144
21145 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
21146
21147 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21148 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21149 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21150 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21151
21152 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
21153
21154 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21155 (or overriden) "CHILL" macro rather then bare "gcc".
21156 Also look for ../../gcc/xgcc since that is what we will
21157 actually need, not "Makefile". Remove following assignment
21158 of CHILL to CHILL_FOR_TARGET because that results in
21159 recursive definition.
21160
21161 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
21162
21163 * gdb.base/corefile.exp: Change xfail for backtrace in
21164 corefile.exp from linuxaout to all linux.
21165 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
21166 cases where we miss the breakpoint at the signal handler
21167 for some reason. Setup xfail for linuxoldld/linuxaout and
21168 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
21169 hitting SIGURG breakpoint.
21170 * gdb.base/signals.exp: Setup xfail for "next" acting like
21171 continue to add linuxoldld. Setup xfail for all linux for
21172 "next to handler in signals_tests_1", "backtrace in
21173 signals_tests_1", "continue to func1", "pass SIGUSR1",
21174 and continue to handler".
21175
21176 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
21177
21178 * Update all FSF addresses except those in COPYING* files.
21179
21180 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
21181
21182 * gdb.base/a2-run.exp: Change messages to be more explicit about
21183 the status of args, and quote binfile in results.
21184
21185 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
21186
21187 * gdb.base/callfuncs.exp: Add tests for passing structs to
21188 inferior functions and return various types.
21189 * gdb.base/callfuncs.c: Add functions to receive a struct
21190 and return a member of the struct, in various types.
21191
21192 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21193
21194 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21195
21196 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21197
21198 * config/vxworks29k.exp: New file, sources vxworks.exp.
21199
21200 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21201
21202 * config/gdbremote.exp: New file. Testing framework using
21203 gdbserver.
21204
21205 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
21206
21207 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21208 "call function when asleep" and "send end of file".
21209 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21210 for "backtrace in corefile.exp".
21211 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21212 for "backtrace through signal handler".
21213 * gdb.base/corefile.exp: Make sure we actually generate a core file
21214 before trying the core tests. Some systems allow the user to suppress
21215 generation of core files and default to that (linux for example).
21216 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21217 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
21218
21219 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21220
21221 * gdb.threads: New directory with some crude multi-threaded
21222 gdb tests (step.exp and step2.exp).
21223 * config/mt-lynx (STEP_EXECUTABLE): Define.
21224 (THREADFLAGS): Define.
21225
21226 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
21227
21228 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21229
21230 * gdb.base/signals.exp: Disable whole file for lynx until
21231 further notice.
21232
21233 * gdb.base/signals.exp: xfail test where "next" acts like
21234 "continue" for lynx.
21235
21236 * gdb.base/interrupt.exp: xfail test for calling function while
21237 inferior is asleep for lynx.
21238
21239 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21240 than one cr-lf after each command.
21241
21242 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21243
21244 * configure.in: Reinstate setting of stabsdirs variable, fix
21245 typo in setting up configdirs for native builds.
21246
21247 * gdb.base/return.exp: Fix typo in return double test.
21248 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
21249 compiler from optimizing them away.
21250
21251 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
21252
21253 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21254 sequences to be echo'd by gdb when using gdb_test.
21255 * gdb.chill/chexp.exp: Likewise.
21256 * gdb.fortran/exprs.exp: Likewise
21257
21258 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21259
21260 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21261 after the inferior gdb has started.
21262
21263 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21264 after each command.
21265 * gdb.base/funcargs.exp: Likewise.
21266 * gdb.base/gdbvars.exp: Likewise.
21267 * gdb.base/interrupt.exp: Likewise.
21268 * gdb.base/list.exp: Likewise.
21269 * gdb.base/watchpoint.exp: Likewise.
21270 * gdb.c++/demangle.exp: Likewise.
21271 * gdb.c++/inherit.exp: Likewise.
21272 * gdb.chill/chexp.exp: Likewise.
21273 * gdb.fortran/exprs.exp: Likewise.
21274
21275 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21276 test if we can't handle IO to/from the inferior.
21277
21278 * gdb.c++/misc.exp: Always check for a program already being
21279 started after sending a "run" command to gdb.
21280
21281 * gdb.base/twice.exp: Start with a fresh gdb.
21282
21283 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21284 only depend on gdb's expression code, not the chill runtime.
21285
21286 * gdb.base/return.c: Put return values into variables so we
21287 can have gdb print them rather than depending on the program
21288 to print them.
21289 * gdb.base/return.exp: Corresponding changes.
21290
21291 * lib/gdb.exp: Provide default value for noinferiorio.
21292 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
21293 the inferior.
21294
21295 * gdb.base/break.exp: Always check for a program already being
21296 started after sending a "run" command to gdb.
21297 (text_next_with_recursion): Don't check the output from the
21298 program's printf statement. Instead just make sure the program
21299 exited.
21300
21301 * gdb.base/commands.exp: Protect tests which need arguments with
21302 $noargs conditionals.
21303
21304 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21305
21306 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
21307 of structure member arrays to match gdb/valops.c:value_addr change.
21308
21309 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
21310
21311 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
21312 cases.
21313
21314 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
21315
21316 * configure.in (configdirs): Remove gdb.chill from default list
21317 of subdirs and then add it back in only if doing a native build.
21318 The current chill compiler does not yet work in any cross build.
21319 * Revert all signal changes from Jul 6.
21320 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
21321 for sh-hms targets, allowing these tests to link, with no other
21322 changes. Testing is suppressed by setting "nosignals" in site.exp.
21323
21324 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
21325
21326 * configure.in (signaldirs): Define and add to configdirs for all
21327 targets except some specific ones that are known to not support signals.
21328 Also clean up formatting.
21329 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
21330 (signals, sigall): Remove rules to build.
21331 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
21332 Moved to new gdb.signals directory.
21333 * gdb.signals: New test directory.
21334 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
21335 signals.c signals.exp}: New or moved files.
21336
21337 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
21338
21339 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
21340
21341 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
21342
21343 * gdb.base/return.exp: Xfail `return double' test failure
21344 on at least Solaris 2.3 and handle future/past versions on
21345 a case by case basis as appropriate. Also update message
21346 to include i*86 failures.
21347
21348 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21349
21350 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
21351
21352 * lib/gdb.exp: Fix comment which erroneously identified
21353 gdb_file_cmd as gdb_load (the 19 May change was in fact to
21354 gdb_file_cmd not gdb_load).
21355 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21356
21357 * gdb.base/setvar.exp: Make test names consistent between pass and
21358 fail cases. Use gdb_test more.
21359
21360 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21361
21362 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21363
21364 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21365
21366 * gdb.base/help.exp: Fix expected help string for `show commands'.
21367
21368 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
21369
21370 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21371
21372 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21373 of a text section.
21374
21375 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
21376
21377 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
21378 that loop eventually terminates. Fix Connection refused logic so
21379 that testsuite will expire nicely.
21380
21381 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
21382
21383 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21384 config/rom68k.exp: New tcl glue for the appropriate monitors.
21385 These all just end up calling monitor.exp.
21386 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21387 refused' by retrying. Cleanup some timeout issues.
21388 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21389 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21390 callers don't have to set/restore global timeout variable.
21391
21392 * The following set of changes centralizes management of the global
21393 timeout variable. This way, it can be set in one target dependent
21394 place instead of dozens of places scattered throughout the test suite.
21395 If you need to lengthen a timeout, then you should either set timeout
21396 in one of the config/{target}.exp files, or multiply it by a factor.
21397 Setting it to an absolute value is always going to lose for some
21398 targets.
21399 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21400 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21401 * gdb.base/funcargs.exp: Don't set timeout.
21402 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21403 * gdb.base/printcmds.exp (test_print_string_constants
21404 test_print_array_constants): Don't set timeout.
21405 * gdb.base/ptype.exp: Don't set timeout.
21406 * gdb.base/recurse.exp: Don't set timeout.
21407 * gdb.base/return.exp: Don't set timeout.
21408 * gdb.base/watchpoint.exp: Don't set timeout.
21409 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21410 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21411
21412 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21413
21414 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21415
21416 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21417
21418 * lib/gdb.exp: Disable chill tests for irix5.
21419
21420 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21421
21422 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21423 each test pass or fail.
21424
21425 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21426
21427 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21428 xlc not gcc.
21429
21430 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21431
21432 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21433
21434 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21435
21436 * config/est.exp: Fix copyright and comments. Remove dead code.
21437 Use targetname, serialport and baud variables instead of fixed
21438 constants.
21439 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21440 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21441
21442 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21443
21444 * gdb.base/watchpoint.exp: Don't run
21445 test_watchpoint_triggered_in_syscall for sunos.
21446
21447 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21448
21449 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21450 they don't seem to exist. Do include stdio.h.
21451
21452 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21453
21454 * gdb.base/a1-selftest.exp: Add alpha xfail.
21455
21456 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21457
21458 * gdb.base/watchpoint.c (main): Prompt before calling read().
21459 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21460 Revise accordingly. Remove cruft about sending "123" several
21461 times, until it gets noticed. Clean up the "print buf[0]" stuff
21462 so that it passes or fails, and waits for prompts in the usual way.
21463
21464 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21465
21466 * gdb.base/recurse.exp: Fix comment.
21467
21468 * TODO: Remove item about printing variables in nodebug.exp. Add
21469 item about enabling tests which are only run on some targets.
21470
21471 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21472 fail, make test names unique, use new gdb_test convention
21473 regarding pattern, use gdb_test more, etc.).
21474
21475 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21476 fail, make test names unique, etc.).
21477
21478 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21479
21480 * gdb.base/nodebug.c: Change return type of top and middle to
21481 short.
21482 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21483 are fixed by the recent mdebugread.c changes. Allow `short ()'
21484 as type for top and middle.
21485
21486 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21487
21488 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21489 nearly as I can tell, the whole thing was an accident in Stu's
21490 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21491 to replace a send/expect pair with gdb_test, but ended up only
21492 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21493 of 30 Mar 1995 took care of it, but left this vestigial comment
21494 which I am now nuking.
21495
21496 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21497
21498 * gdb.base/break.exp: Look for different line number for
21499 breakpoint at main depending on usestubs.
21500
21501 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21502
21503 * gdb.base/list.exp: Adjust some alternate expect patterns to
21504 match recent list0.c change. Add alternate expect pattern for
21505 output from `list default lines around main' for optimizing
21506 compilers.
21507
21508 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21509
21510 * lib/gdb.exp: If nosignals is not set, set it to 0.
21511
21512 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21513
21514 * config/slite-gdb.exp: Responds to load symbol table prompt.
21515 * gdb.base/break.exp: Adjust line number, fix rerun.
21516 * gdb.base/langs0.c: Add #ifdef usestubs.
21517
21518 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21519
21520 * gdb.base/list.exp: Adjust line contents after adding new lines in
21521 list0.c. Also fix a syntax error.
21522
21523 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21524 * gdb.base/break.exp: ditto.
21525 * gdb.base/list.exp: ditto.
21526 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21527 * gdb.base/run.c: ditto.
21528 * gdb.base/list0.c: ditto.
21529 * gdb.base/funcargs.c: ditto.
21530
21531 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21532
21533 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21534 $targetname, $serialport and $baud instead of hardwired variables.
21535 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21536 target doesn't support signals.
21537
21538 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21539
21540 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21541
21542 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21543
21544 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
21545 Don't rely on the value of an auto variable before it has been
21546 initialized. Use gdb_test more.
21547
21548 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21549
21550 * lib/gdb.exp (default_gdb_version): A version number must start
21551 with a digit, but other than that contains all characters up to
21552 the first whitespace character.
21553
21554 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21555
21556 * gdb.base/commands.exp (breakpoint_command_test): New tests.
21557
21558 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21559
21560 * gdb.c++/*.exp: Warn if executable does not exist. The original
21561 reason for skipping the warning was that configure.in sometimes
21562 intentionally skipped building the executables but the tcl code
21563 had no way of knowing. That (a) was always bogus with respect to
21564 error handling, (b) is no longer true (right now there is no way
21565 to skip C++ tests).
21566
21567 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21568
21569 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21570
21571 * gdb.base/list.exp: Add expect patterns for output from
21572 SunPRO compiled executables.
21573 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
21574 types.
21575
21576 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21577
21578 * gdb.base/break.exp (test_next_with_recursion): Accept any line
21579 number (we are already testing that the correct source line text
21580 gets printed).
21581
21582 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
21583 that is what is intended, but something needed to be done to get
21584 sunos4 native working again.
21585
21586 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21587
21588 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21589 apparently went with a (very) old xfail.
21590
21591 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
21592
21593 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21594 runto_main is a proc in gdb.exp that will do 'step' for target use
21595 stubs.
21596 * gdb.base/exprs.exp: ditto.
21597 * gdb.base/interrupt.exp: ditto.
21598 * gdb.base/opaque.exp: ditto.
21599 * gdb.base/printcmds.exp: ditto.
21600 * gdb.base/ptype.exp: ditto.
21601 * gdb.base/scope.exp: ditto.
21602 * gdb.base/setvar.exp: ditto.
21603 * gdb.base/signals.exp: ditto.
21604 * gdb.base/twice.exp: ditto.
21605 * gdb.c++/classes.exp: ditto.
21606 * gdb.c++/inherit.exp: ditto.
21607 * gdb.c++/templates.exp: ditto.
21608 * gdb.base/break.exp: no run and hit main for stubs. Change line
21609 numbers for breakpoints and info breakpoint.
21610 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21611 breakpoint().
21612 * gdb.base/callfuncs.c: ditto.
21613 * gdb.base/exprs: ditto.
21614 * gdb.base/interrupt.c: ditto.
21615 * gdb.base/opaque0.c: ditto.
21616 * gdb.base/printcmds.c: ditto.
21617 * gdb.base/ptype.c: ditto.
21618 * gdb.base/scope0.c: ditto.
21619 * gdb.base/setvar.c: ditto.
21620 * gdb.base/signals.c: ditto.
21621 * gdb.base/twice.c: ditto.
21622 * gdb.c++/misc.cc: ditto.
21623 * gdb.c++/templates.cc: ditto.
21624
21625 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21626
21627 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21628
21629 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21630 somewhere between `read' and `main.c'. I'm pretty sure the
21631 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21632 and it isn't particularly useful.
21633
21634 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
21635
21636 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21637
21638 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21639
21640 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
21641
21642 * config/mt-slite: add LIBS and -nostdlib.
21643 * config/slite-gdb.exp: add this new file to support sparclite target.
21644
21645 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
21646
21647 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21648
21649 * gdb.base/a2-run.exp: Change argument to istarget from
21650 "*-*-vxworks" to "*-*-vxworks*".
21651 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21652
21653 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
21654
21655 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21656 will not runto main but do a 'step' to step out of breakpoint().
21657 * config/mt-slite: add -Dusestubs.
21658
21659 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21660
21661 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21662 instead of just @.
21663
21664 * gdb.base/signals.exp: Add test for "handle all print".
21665 * TODO: Remove "handle all print". Also remove item about
21666 checking copyright date (I don't like the idea of a spurious FAIL
21667 based on when we run the tests).
21668
21669 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
21670 for SunOS4 (reason for failure not investigated). Remove
21671 redundant test for $binfile.
21672
21673 * gdb.base/nodebug.c (array_index): Call malloc.
21674
21675 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21676
21677 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
21678
21679 * gdb.base/recurse.exp: Update gdb_test invocation to use new
21680 conventions and slightly simplify the matching regexp.
21681
21682 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21683
21684 * gdb.base/break.exp: Update gdb_test invocation to use new
21685 convention.
21686
21687 * lib/gdb.exp: If noargs is not set, set it to 0.
21688
21689 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
21690 tests unique.
21691
21692 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21693
21694 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21695
21696 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21697 one argument of type "<non-float parameter>".
21698
21699 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
21700
21701 * config/rom68k.exp: New file to support Motorola IDP board.
21702 * gdb.base/a2-run.exp: Skip this file if noargs is set.
21703 * gdb.base/break.c: Change things around so that this program
21704 doesn't depend upon args. This is necessary to make remote
21705 targets work (in general, they can't take args).
21706 * gdb.base/break.exp: Don't try to send args to program. Don't
21707 expect output. Also, replace lots of code with gdb_test.
21708
21709 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21710
21711 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21712 printing of '\'' (which is what the comment says we are testing,
21713 even though we were not), not '''.
21714 (test_integer_literals_rejected): Test that printing ''' is an error.
21715
21716 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21717 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21718 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21719 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21720 Use gdb_test not test_print_accept.
21721 * lib/gdb.exp: Remove test_print_accept.
21722
21723 * gdb.base/signals.exp (signal_tests_1): Make pass message
21724 consistent with fail message.
21725
21726 * gdb.base/whatis.exp: Remove xfails for printing char vs.
21727 unsigned char; the bug (PR 1821) is fixed.
21728
21729 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21730
21731 * gdb.base/scope.exp (test_at_localscopes): Call pass for
21732 successful tests--makes xfailing them work right.
21733
21734 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21735
21736 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21737 only \r\n, not .*. The test can pass .* as the last thing in
21738 $pattern if that is what it wants. In addition to providing this
21739 flexibility, this change should speed up pattern matching in cases
21740 where the pattern already ended with .* (there were a number of
21741 them). This change also helps catch bad patterns--in the old
21742 scheme the typo "char \*" instead of "char \\*" would pass. Now
21743 it is caught.
21744 * Many .exp files: Update callers.
21745
21746 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
21747 clearer and does not spuriously match multiple ('s. Likewise for
21748 ) and *.
21749
21750 * gdb.base/nodebug.exp: Test ability to call a function and pass
21751 it a string (even with no debugging info).
21752
21753 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21754 "p '\'", which is the same as "p ''" once tcl gets done with
21755 quoting, to "p '\\'", which I suspect is what is intended (one
21756 backslash gets sent to GDB).
21757
21758 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21759
21760 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21761
21762 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
21763 1817) was fixed literally years ago.
21764
21765 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21766
21767 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
21768 test, it causes stepping out of call_after_alloca_subr with
21769 optimizing compilers.
21770 (localvars_in_indirect_call): Consume GDB prompt if `finish'
21771 fails.
21772
21773 * gdb.c++/templates.exp: Source templ-info.exp only if
21774 the templates executable exists.
21775
21776 * gdb.c++/misc.cc (class Contains_static_instance,
21777 class Contains_nested_static_instance),
21778 gdb.c++/classes.exp (test_static_members): Test printing of
21779 a class that contains a static instance of the class.
21780
21781 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21782
21783 * gdb.base/langs2.c (cppsub_): Don't prototype.
21784 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21785 only, I believe).
21786
21787 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21788
21789 * lib/gdb.exp (skip_chill_tests): New procedure.
21790
21791 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21792
21793 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
21794
21795 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21796 each expect pattern. Cuts runtime from 12 to about 4 seconds.
21797
21798 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21799
21800 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21801
21802 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21803 disassemble 8, not 16, instructions for part 4.
21804
21805 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
21806 support the latter anymore.
21807
21808 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21809 -DNO_PROTOTYPES.
21810 * gdb.base/callfuncs.c: Control use of prototypes based on
21811 NO_PROTOTYPES, not __STDC__.
21812 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21813 t_float_values2 tests if prototypes in use.
21814
21815 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21816 t_double_values): When checking differences against DELTA, check
21817 that difference is within the range (-DELTA,DELTA), not just
21818 (-infinity,DELTA).
21819
21820 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
21821
21822 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21823 'file' command firts, then 'target', then 'load', this is due to gdb
21824 target set up.
21825 * config/mips-gdb.exp: Fix a couple regular exp bugs.
21826
21827 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
21828
21829 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21830 FP load/store variants.
21831 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21832
21833 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21834
21835 * gdb.base/term.exp: Do not give a warning if not native, it is
21836 not an abnormal condition.
21837
21838 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
21839
21840 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21841 t_char_array".
21842
21843 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21844
21845 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21846 are getting the version number.
21847
21848 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21849 if not native, it is not an abnormal condition.
21850
21851 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21852
21853 * lib/gdb.exp: Just use "file exists", rather than undocumented
21854 dejagnu procedure "findfile".
21855
21856 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21857
21858 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21859 (LDFLAGS): Set to -Xlinker -Ur.
21860
21861 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21862 Removed, these values are set by lib/gdb.exp.
21863
21864 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21865
21866 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21867
21868 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21869 of replicating gdb startup code.
21870
21871 * config/mt-vxworks (LDFLAGS): Set to -r.
21872 (CFLAGS_FOR_TARGET): Removed.
21873
21874 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21875 (gdb) and gdb for vxworks uses (vxgdb).
21876
21877 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21878 executable is not in the tree and host != target, use sed and
21879 program_transform_name to determine the gdb name used by the
21880 target.
21881
21882 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21883 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21884
21885 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21886
21887 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21888 floats, chars, and shorts where there are ANSI-style function
21889 definitions.
21890
21891 * gdb.base/langs.exp, gdb.base/langs*: New test.
21892 * gdb.base/Makefile.in: Build it.
21893 * TODO: Remove item about checking that C names don't get C++
21894 demangling applied; this test tests it.
21895
21896 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21897
21898 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21899 went with the const70 xfail. The xfail went away a year ago.
21900
21901 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21902
21903 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
21904 for hp300.
21905
21906 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21907
21908 * gdb.base/a1-selftest.exp: Don't run on hp300.
21909
21910 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21911
21912 * Makefile.in (site.exp): Set host_alias and target_alias as well
21913 as host_triplet and target_triplet.
21914
21915 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21916
21917 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21918
21919 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21920 places as other ecoff systems).
21921
21922 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
21923 ultrix.
21924
21925 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21926
21927 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
21928 remove them.
21929 * gdb.base/nodebug.exp: Accept "function" in addition to "text
21930 variable and "variable" in addition to "data variable".
21931 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
21932
21933 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
21934 2.
21935 * gdb.base/list1.c (long_line): Add additional statement at start
21936 of function.
21937 * gdb.base/list.exp (test_forward_search): Update line number to
21938 reflect new statement.
21939
21940 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21941
21942 * gdb.base/signals.exp: Reinitialize searched source directories
21943 after gdb_start call.
21944
21945 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
21946
21947 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
21948 * gdb.stabs/Makefile.in: Likewise.
21949
21950 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
21951 change. Instead split the tests into smaller pieces.
21952 * gdb.disasm/hppa.s: Corresponding changes.
21953
21954 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21955
21956 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21957 Quote ^C when passing it to stty. For some shells ^ is a pipe.
21958
21959 * gdb.base/funcargs.exp: Modify many tests so that every test
21960 either passes or fails. Make some test names unique.
21961
21962 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21963
21964 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
21965 Call stty to set interrupt character.
21966
21967 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
21968 for HP assembler versus GNU assembler based on actual behavior of
21969 $(CC), rather than assuming that $(AS) is always the GNU assembler.
21970
21971 * TODO: Suggest a few more stepping tests.
21972
21973 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
21974
21975 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
21976 restart GDB for h8300 after a continue.
21977 (return): Add pattern to match a29k-udi behavior.
21978 * gdb.base/nodebug.exp: Remove obsolete comment.
21979 * gdb.base/regs.exp: New file, testing of register displays.
21980 * gdb.base/return.exp: Fix typo in reference to $objdir.
21981 * gdb.base/whatis.exp: Always start with a fresh GDB.
21982
21983 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21984
21985 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
21986 higher, these tests generate a lot of output.
21987
21988 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21989
21990 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
21991 code following the catch silently ignored some errors; without the
21992 catch they should be thrown like any other tcl error. Also, the
21993 catch used "" instead of {} which meant all the callers who wanted
21994 to include one of the characters "[]$ had to quote it an extra time.
21995 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
21996 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
21997 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
21998 Remove extra quoting.
21999
22000 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
22001
22002 * gdb.base/commands.exp: Make test names unique; every test either
22003 passes or fails. Update some comments.
22004
22005 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
22006
22007 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22008
22009 The following fixes a FAIL caused by the fact that the alpha stabs
22010 configuration didn't use the ".if alpha" code in weird.def.
22011 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
22012 bit pointer, so the 32 bit version works even on the alpha.
22013 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
22014 Remove the stuff which allowed us to have separate versions for
22015 alpha and everything else.
22016
22017 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
22018 regexp which "info func operator\[\](" is supposed to match. Fix
22019 string to send to GDB. Note that GDB still doesn't work right. Add a
22020 new test for "info func .perator\[\](" which GDB does handle correctly.
22021
22022 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
22023
22024 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22025
22026 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22027 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22028 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22029 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22030 it makes the tests harder to understand and confuses test-o-matic.
22031 The preferred style is that each test provides a PASS or a FAIL,
22032 and has a unique message (e.g. "continue #54" not just "continue")
22033 which is the same for the pass and the fail.
22034 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22035 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22036 to lib/gdb.exp.
22037 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22038 prt_accept which was basically the same thing. Likewise for
22039 test_print_reject and prt_reject.
22040 * lib/gdb.exp (test_print_reject): Add some more error message
22041 patterns to match from the former printcmds.exp (prt_reject).
22042 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22043 One defect of the passcount stuff is that some of it failed to
22044 report XPASS where appropriate.
22045 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
22046 stuff before and after arg in expected pattern.
22047 (test_paddr_operator_functions): Re-do test without print_addr_of;
22048 this is the only test which seems to want extra stuff there.
22049
22050 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22051
22052 * gdb.base/nodebug.exp: Update new tests to reflect improved
22053 wording of gdb output.
22054
22055 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
22056 and "ptype" work on variables in files compiled without -g.
22057 Replaces commented out "maint print msymbol" tests.
22058
22059 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22060
22061 * gdb.base/setvar.c (dummy): Call malloc.
22062
22063 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
22064 losing with the irix4 sed.
22065
22066 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
22067 ALRM" on irix4.
22068
22069 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22070
22071 * TODO: Remove items about corefile.exp testing new exec-file and
22072 backtrace; both are now done. Add items about printing enums.
22073
22074 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22075
22076 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
22077 "get signal $thissig" test fails.
22078
22079 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
22080
22081 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22082
22083 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
22084 compiler warning with dec alpha compiler.
22085
22086 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
22087 extra \n from gdb_test call (this explains why the prompt test
22088 that I removed yesterday was there).
22089 (user_defined_command_test): Remove extra \n and prompt test.
22090
22091 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
22092 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
22093 doesn't exist.
22094 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
22095 Also remove alpha workaround, which turns out to be because
22096 SIGABRT == SIGLOST.
22097
22098 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
22099
22100 * gdb.base/help.exp: Don't test "help show".
22101
22102 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22103
22104 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
22105 "set print address" is on.
22106 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
22107 pass prompt to gdb_test; gdb_test already looks for the prompt.
22108
22109 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
22110
22111 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
22112 was a vestige of the manual TESTSTRATEGY, and the purpose of it
22113 was to make sure that gdb can read a core file. But (a) the "read
22114 the corefile" part didn't make it to a1-selftest.exp, we just
22115 delete the corefile after creating it, and (b) we test reading
22116 corefiles in corefile.exp anyway. Also, this test left around a
22117 xgdb process on Solaris.
22118
22119 * gdb.base/corefile.exp: Also test backtrace.
22120
22121 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
22122
22123 * gdb.base/commands.exp: Test a simple user defined command with
22124 arguments and if/while statements; verify the full user command is
22125 printed by "show user".
22126
22127 * gdb.base/commands.exp: Test if/while commands as part of a
22128 breakpoint command list; verify they appear in breakpoint
22129 information.
22130
22131 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22132
22133 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
22134 than by dividing by zero.
22135
22136 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
22137
22138 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
22139 performing an inferior call with watchpoints enabled.
22140 * gdb.base/watchpoint.c (main): Delete second unnecessary read
22141 call.
22142
22143 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22144
22145 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22146 of "file" command.
22147
22148 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22149 Add additional pattern for when "int operator int(void);" appears
22150 in a different order.
22151
22152 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22153
22154 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22155
22156 * gdb.base/help.exp: Replace most of docstrings for "info signals"
22157 and "signal" with ".*".
22158
22159 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22160
22161 * TODO: Add note about "handle all nostop".
22162
22163 * gdb.base/{sigall.c, sigall.exp}: New test.
22164 * gdb.base/Makefile.in: Add it.
22165
22166 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
22167
22168 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22169 when invoking GDB, suppresses any windowing interface.
22170
22171 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
22172
22173 * config/sim-gdb: New file, simulator testing support.
22174
22175 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
22176
22177 * gdb.base/interrupt.exp: Test calling func1 twice.
22178
22179 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
22180
22181 * gdb.base/list.exp (test_forward_search): Set timeout higher
22182 when we'll be getting lots of output from gdb.
22183
22184 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22185 "init_malloc" to after the expect statement. Run it if that
22186 regexp is taken, but also for two others which happen if source
22187 cannot be found.
22188
22189 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22190
22191 * gdb.base/printcmds.exp: New test, for printing register before
22192 program is running.
22193
22194 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22195
22196 * gdb.base/list.exp: Correct some alternate expect patterns
22197 to reflect changes in list1.c.
22198
22199 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22200
22201 * TODO: Add item regarding large frames.
22202
22203 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22204
22205 * TODO: Remove item about enabling return.exp; it
22206 is enabled. Suggest a few more "return" tests.
22207
22208 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22209
22210 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
22211 anonymous unions.
22212
22213 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22214
22215 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22216 and pr-5646.o, so "make" is the same as "make all", not "make
22217 pr-4975.o".
22218
22219 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
22220
22221 * gdb.base/list.exp: Adjust expectations to reflect changes in
22222 list1.c.
22223 (test_forward_search): New test proc.
22224 * gdb.base/list1.c (long_line): New function, has long source line.
22225
22226 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
22227
22228 * gdb.base/a1-selftest.exp: Change initial stepping to know about
22229 additional line of code that was added.
22230
22231 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
22232
22233 * gdb.disasm/hppa.s: Break the large branching tests into smaller
22234 tests so as not to overflow expect's input buffers.
22235 * gdb.disasm/hppa.exp: Corresponding changes.
22236
22237 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22238
22239 Beginnings of template debugging tests.
22240 * gdb.c++/templ-info.cc: New file to test for template
22241 debugging capability of the compiler.
22242 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
22243 templ-info.cc.
22244 * gdb.c++/templates.cc: Add explicit template instantiations
22245 to enable compiling with -fno-implicit-templates. Add destructor
22246 and 'value' method to T5 class for template tests.
22247 * gdb.c++/templates.exp: Add testcases for printing of template
22248 types, setting breakpoints on template methods and calling a
22249 template method.
22250
22251 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
22252
22253 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22254 branch target since some assemblers (gas-2.5) may emit a
22255 relocation for the branch instead of resolving it in the
22256 assembler.
22257
22258 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22259
22260 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
22261 through signal handler.
22262
22263 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22264
22265 * configure.in (*-*-netware): Use config/mt-netware.
22266
22267 * config/mt-netware: New file.
22268 * config/mt-i386-netware: Removed, separate configs for different
22269 netware architectures are no longer needed now that we have
22270 --with-headers.
22271
22272 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22273
22274 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
22275 by the recent changes to use ANSI C arithmetic conversions.
22276
22277 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22278
22279 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22280 bug involving using inferior_pid to figure out whether to select a
22281 frame.
22282
22283 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
22284
22285 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22286 match the current disassembler output.
22287
22288 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
22289
22290 * gdb.fortran/exprs.exp: Expect VOID instead of void.
22291 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
22292 types, expect "int" as type of integer values (for now).
22293
22294 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
22295
22296 * gdb.base/commands.exp: New tests for if/while commands.
22297
22298 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
22299
22300 * lib/gdb.exp (runto): Replace sub-pattern for hex value
22301 by .*, since hex values have different syntax in Chill mode.
22302
22303 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22304
22305 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
22306 linefeed from expect pattern for repeated types with indices > 9.
22307
22308 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
22309
22310 First part of Fortran test suite.
22311 * gdb.fortran: New directory.
22312 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
22313
22314 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22315
22316 * gdb.base/default.exp: Update expect pattern for load command
22317 without arguments.
22318
22319 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
22320
22321 * configure.in: Change i386 to i[345]86.
22322 * gdb.base/configure.in: Likewise.
22323 * gdb.c++/configure.in: Likewise.
22324 * gdb.chill/configure.in: Likewise.
22325
22326 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
22327
22328 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
22329 patterns, since that is not a valid context for comments.
22330
22331 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
22332
22333 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
22334 repeated types and repeated types with indices > 9.
22335
22336 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
22337
22338 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
22339 2417; old bug has been fixed.
22340
22341 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
22342
22343 * gdb.base/interrupt.exp: When trying to wake up the inferior,
22344 send the newline ourselves instead of assuming gdb_test will do
22345 so when passed an empty input string.
22346
22347 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
22348 stabs testcode.
22349
22350 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22351
22352 * lib/gdb.exp (gdb_test): Don't send anything if the first
22353 argument is an empty string. This makes cases where we want to
22354 match output that is already in expect's buffers (for example,
22355 matching a breakpoint after gdb_run_cmd has been called) work
22356 reliably.
22357
22358 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22359
22360 * config/netware.exp: New file.
22361
22362 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22363
22364 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22365 the -B and -L prefixes so we can find the debugging stub.
22366
22367 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22368 there and we are using the gcc from the tree.
22369
22370 * gdb.base/types.c: Removed.
22371
22372 * gdb.base/configure.in: Look for makefile fragments in ../config.
22373 Recognize i386-*-netware.
22374 * gdb.c++/configure.in: Likewise.
22375
22376 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22377
22378 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
22379 the correct TCL syntax.
22380
22381 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22382
22383 * gdb.base/opaque.exp: use runto instead of messing around with
22384 breakpoints. Simplify by using gdb_test.
22385
22386 * gdb.base/bitfields.exp: restart between tests on netware targets
22387 because breakpoints aren't relocated after target death. Run
22388 processes to completion.
22389
22390 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22391
22392 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22393
22394 * Makefile.in: Remove extra tabs that confuse some versions
22395 of "make". Use the newly built gdb to test with by default,
22396 rather than the first one in the tester's search path.
22397
22398 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22399
22400 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22401
22402 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22403 condition help.
22404
22405 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22406
22407 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22408
22409 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22410 running.
22411 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22412 * gdb.base/funcargs.exp: Likewise.
22413
22414 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22415 * gdb.base/funcargs.exp: Likewise.
22416
22417 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22418 message is "".
22419
22420 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22421
22422 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22423 return,signals,twice}.exp: Handle non-existant binaries
22424 consistantly.
22425
22426 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22427 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22428 might testing a cross development system.
22429
22430 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22431
22432 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22433 runtest script is relative to ${srcdir}, not ${rootdir}.
22434
22435 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22436
22437 * gdb.base/signals.exp: Allow for optionality of breakpoint
22438 address.
22439
22440 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22441
22442 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22443
22444 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22445
22446 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22447 for size_t definition.
22448 * gdb.c++/templates.cc: Likewise
22449
22450 * config/mt-i386-netware: New file.
22451
22452 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22453 defined.
22454
22455 * gdb.base/Makefile.in: Added support for systems that name core
22456 files by appending "core" to the program name.
22457 * gdb.base/a1-selftest.exp: Likewise.
22458
22459 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22460
22461 * gdb.base/return.exp: Add comment and message for `return double'
22462 test failure on Sparc Solaris.
22463
22464 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22465
22466 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22467
22468 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22469
22470 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22471 from optimizing them away.
22472 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22473 patterns to include default constructors and assignment operators,
22474 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22475 character in the output of the virtual base pointer.
22476
22477 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22478
22479 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22480 expression match in print_addr_of to avoid unintented matches.
22481 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22482 versions up to 2.5.8.
22483
22484 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22485
22486 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22487 included file to run under newer versions of expect.
22488 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22489 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22490 Remove xfail for the virtual table of BDDHookV.
22491
22492 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22493
22494 * lib/gdb.exp (string_to_regexp): Set a default result.
22495 (default_gdb_start): Fix misleading message.
22496
22497 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22498
22499 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22500 Remove all CC, etc definitions.
22501 * config/mt-hpux: New file.
22502 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22503 (CFLAGS, LDFLAGS): Define.
22504 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22505
22506 * Makefile.in (site.exp): Don't insert host_os, etc.
22507 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22508 (distclean): Check existence of subdir.
22509 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22510 * gdb.base/Makefile.in: General cleanup and simplification.
22511 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22512 to build executables. Use default rule to build .o files.
22513 (EXPECT, RUNTEST, CC): Fix relative pathname.
22514 (site.exp): Don't insert host_os, etc.
22515 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22516 and/or SIGUSR1 defined.
22517 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22518 * gdb.c++/Makefile.in: General cleanup and simplification.
22519 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22520 (CFLAGS): Remove.
22521 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22522
22523 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22524
22525 * gdb.base/recurse.exp: Misc changes to get tests running again
22526 after Kung's changes to the watchpoint code.
22527 * gdb.base/watchpoint.exp: Likewise.
22528
22529 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22530
22531 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22532
22533 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22534
22535 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22536 * lib/gdb.exp (default_gdb_start): Define.
22537 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22538 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22539 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22540 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22541 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22542 Don't call gdb_target_udi in between tests.
22543
22544 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22545
22546 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22547 (which was basically just a local version of the same thing). In
22548 addition to avoiding duplication, gdb_test_exact is faster.
22549 * lib/gdb.exp (gdb_test_exact): Fix typo.
22550
22551 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22552 don't give an error.
22553
22554 * gdb.base/term.exp: Call delete_breakpoints before starting.
22555
22556 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22557 (t10): Add comment.
22558
22559 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22560
22561 Reorganization of the GDB Test Suite.
22562
22563 * gdb.base: New directory, contains all the basic tests.
22564 * gdb.c++: New directory, tests specific to C++.
22565 * gdb.chill: New directory, tests specific to Chill.
22566 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22567 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22568 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22569 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22570 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22571 t30-31 to chill).
22572 * */gdbme.*: Rename to match appropriate expect scripts.
22573 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22574 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22575 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22576 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22577 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22578 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22579 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22580 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22581 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22582 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22583 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22584 gdb.c++/virtfunc.cc: New names of C++ files.
22585 * gdb.chill/chillvars.ch: New name of Chill file.
22586 * gdb.base/configure.in, gdb.c++/configure.in,
22587 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22588 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22589 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22590 * configure.in (configdirs): Update to reflect directory changes.
22591 (target_abbrev): No longer define for any configuration.
22592 * Makefile.in: Cosmetic improvements to header comments.
22593
22594 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
22595
22596 Various changes to gdb.t31:
22597
22598 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
22599 * gdbme.ch: Make all key-words and predefineds be upper-case.
22600 * chillvars.exp: Expect key-words and predefinds in upper-case.
22601
22602 * chillvars.exp: Use gdb_test_exact many places.
22603 Change expected output for arrays (which now includes index labels).
22604
22605 * pr-5020.exp, gdme.ch (module PR_5020):
22606 New test, for PR-5020.
22607
22608 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
22609
22610 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
22611 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
22612
22613 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
22614
22615 * Makefile.in: Fix bit-rot in definitions of CHILL,
22616 CHILL_FOR_TARGET and Chill_LIB.
22617 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
22618 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
22619 CHILL, and CHILL_LIB.
22620
22621 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
22622
22623 * Revert the previous changes. Please see Rob's directory
22624 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22625
22626 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
22627
22628 * Makefile.in, configure.in, config/mips-gdb.exp,
22629 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22630 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22631 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
22632 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22633 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22634 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22635 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22636 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22637 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22638 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22639 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22640 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22641 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22642 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22643 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
22644 changes from 94Q1.
22645
22646 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
22647
22648 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22649 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22650 Rob's new testing fragments.
22651
22652 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
22653
22654 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
22655 lib/gdb.exp: Replace error proc calls with perror.
22656
22657 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22658
22659 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22660 version also, match on casted version strings, and match on
22661 gdb startup case where the line numbers might be messed up.
22662
22663 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
22664
22665 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
22666 (CFLAGS): Delete it from here.
22667
22668 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
22669
22670 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22671
22672 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
22673
22674 * Makefile.in (RUNTEST): Default to just "runtest".
22675
22676 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22677
22678 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22679 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22680 the code has been restructured.
22681
22682 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22683
22684 * gdb.t00/default.exp (set write): Allow any number of \r and/or
22685 \n, not just one of each.
22686
22687 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22688 /bin/cc gives a warning if you do.
22689
22690 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
22691
22692 * gdb.t24/demangle.exp: change expect pattern of
22693 __t10ListS_link1ZUiRCUiPT0
22694
22695 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22696
22697 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22698 on local variables in recursive functions.
22699
22700 * gdb.t07/Makefile.in: Build the new test.
22701
22702 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22703
22704 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22705 directly. Instead compare the return values from actual calls.
22706
22707 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
22708
22709 * Makefile.in (check): Set TCL_LIBRARY for runtest.
22710
22711 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22712
22713 * From Peter Schauer with minor modifications.
22714 * gdb.t15/return.exp (return_tests): Handle targets where "return"
22715 stops in mid-line in the caller. Add xfail for returning a float
22716 value on X86 targets.
22717
22718 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22719
22720 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22721 to avoid expect lossage.
22722 (fmem_LRbug_tests): Likewise.
22723 * gdb.disasm/hppa.s: Corresponding changes.
22724
22725 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22726 conditions to work with latest dejagnu/expect.
22727
22728 * gdb.t15/funcargs.exp (finish from indirect call): No longer
22729 expected to fail on the PA.
22730 (backtrace in call with trampolines): Explicitly require main
22731 to be frame #1 (no trampolines should show up in backtrace).
22732
22733 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22734 "continue -expect".
22735 * gdb.t06/break.exp: Likewise.
22736 * gdb.t07/watchpoint.exp: Likewise.
22737 * gdb.t13/bitfields.exp: Likewise.
22738 * gdb.t15/{funcargs,return}.exp: Likewise.
22739 * gdb.stabs/weird.exp: Likewise.
22740 * config/{mips,udi}-gdb.exp: Likewise.
22741
22742 * hppa.sed: Enclose comments within a sed command to avoid
22743 losing with the old OSF1 sed.
22744
22745 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22746
22747 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
22748 sequent dynix.
22749 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
22750 * gdb.t15/funcargs.exp: Conditionally step again to really
22751 finish from marker_call_with_trampolines. Handle the case where
22752 the first step from within call_with_trampolines already steps
22753 us back to main.
22754 * gdb.t15/gdbme.c: Add comment to closing brace of
22755 call_with_trampolines for funcargs.exp.
22756
22757 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22758
22759 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22760 Fix typo(s).
22761
22762 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22763
22764 * gdb.t07/gdbme.c: More code for watchpoint testing.
22765
22766 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22767 "Hardware watchpoint" throughout file.
22768 (test_watchpoint_triggered_in_syscall): New test.
22769 (test_complex_watchpoint): New test.
22770
22771 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22772
22773 * gdbme.c (call_with_trampolines): New function to try and step
22774 into. Tests trampoline problems on the PA.
22775
22776 * funcargs.exp (localvars_in_indirect_call): No longer expect
22777 stepping into indirect call to fail on PAs.
22778 (test_stepping_over_trampolines): New test.
22779
22780 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22781
22782 * TODO: Add suggestions for static member function tests, and
22783 completion tests.
22784
22785 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22786
22787 * TODO: Add suggestions for "p/a" tests.
22788
22789 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22790 (default_gdb_exit): Replace all the hair with sending "quit" to
22791 the process with a simple close.
22792
22793 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22794
22795 * TODO: Add suggestions for shared library tests.
22796
22797 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22798
22799 * TODO: Add suggestions for x/s tests.
22800
22801 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22802
22803 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22804 "enable once", and "enable breakpoints once" with ".*".
22805
22806 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22807
22808 * TODO: Add suggestions about structure passing tests.
22809
22810 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22811
22812 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
22813 the primary1 test, use work around if __GNUC__ < 2.
22814 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
22815 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
22816 Test for bad output rather than waiting for timeout. Issue
22817 second continue only if first continue failed.
22818
22819 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22820
22821 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22822 operator[] test with gdb_test because the old code didn't seem to
22823 be getting the quoting right with the new dejagnu.
22824
22825 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
22826
22827 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22828 one from the path.
22829 * Makefile.in: Use a fresh expect if there is one, use runtest
22830 from the src tree if there is one.
22831
22832 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22833
22834 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22835 next over recursive call. Revise the tests from that point on
22836 (which had been skipped) to match GDB's actual (correct) output.
22837
22838 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22839 with next over a breakpoint whose condition is false.
22840
22841 * gdb.t00/help.exp: Comment out "help set print" tests just like
22842 (and for same reason as) "help set" test.
22843
22844 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22845
22846 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22847 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22848
22849 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22850
22851 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22852 necessary gdb_target_udi.
22853
22854 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22855
22856 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22857 1838 and 2417; they are fixed.
22858
22859 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22860 gdb.t03/ptype.exp (ptype structure, ptype union):
22861 Remove xfails; the test is looser than when the xfails were added.
22862
22863 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22864 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22865
22866 * gdb.t01/run.exp: Only run shell test if isnative.
22867
22868 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22869 since "run" automatically loads if necessary. Call gdb_target_udi
22870 after the "file" since "file" kills any execution target.
22871
22872 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22873 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22874 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22875 argument for UDI.
22876
22877 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22878
22879 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22880
22881 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22882
22883 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22884
22885 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22886 properly quoting regexps. This makes the second argument to
22887 demangle a fixed string, which matches the callers, instead of a
22888 shell-style pattern which is what the previous implementation
22889 used. Update some of the callers.
22890
22891 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22892
22893 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22894 (comib_nullified_tests): Fix typo.
22895 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22896 strings. No longer expected to fail.
22897
22898 * gdb.disasm/hppa.s (addib_tests): Fix typo.
22899 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22900 strings. No longer expected to fail.
22901
22902 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22903 string. No longer expected to fail.
22904
22905 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22906
22907 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22908 No longer expected to fail.
22909
22910 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22911 string. No longer expected to fail.
22912
22913 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22914
22915 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22916 only in the names (I probably got most of them). I was even
22917 generous with some which differed in underscores in names, and
22918 probably missed a few, and I *still* was able to remove almost a
22919 third of the file with almost no impact on testsuite coverage.
22920
22921 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22922
22923 * gdb.t00/default.exp: Match udi_attach error message as well as
22924 the one from child_attach.
22925
22926 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
22927
22928 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
22929
22930 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
22931 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
22932
22933 * Move test with enums and partial symbols back to
22934 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
22935 Reverts the change of 26 May 93. Per today's change to
22936 stabs.texinfo, the behavior that weird.exp was expecting was
22937 unreasonable; what is important is that the compiler+gdb get
22938 things right, which happens with a recent gcc. Also fix the test
22939 to deal with native compilers which put out the stab gdb can't
22940 deal with.
22941
22942 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22943
22944 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
22945 in the names. The main thing these accomplish is to slow things down.
22946 Many more such duplicates surely remain.
22947
22948 * gdb.t00/help.exp: Comment out "help support" test just like
22949 (and for same reason as) "help set" test.
22950
22951 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
22952
22953 * gdb.t06/break.exp: Remove setup_xfails for
22954 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
22955 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
22956 about known bug in gcc to include up through 2.5.8.
22957 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
22958 well as "_vb$".
22959 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
22960 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
22961 with latest gcc and gdb.
22962 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
22963 well as "_vb$".
22964
22965 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22966
22967 * configure.in (hppa*-*-*): Also configure and build stabs-only
22968 tests.
22969
22970 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22971
22972 * gdb.t10/hppa.mt: A makefile fragment for the PA.
22973 * gdb.t10/configure.in (hppa*-*-*): Use it.
22974
22975 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22976
22977 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
22978
22979 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22980
22981 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
22982 versions prior to 1.13.5.
22983
22984 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22985
22986 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
22987 the prompt is at the start of a line.
22988
22989 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22990
22991 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
22992 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
22993 in the copr tests now.
22994 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
22995 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
22996 expected to fail.
22997
22998 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
22999
23000 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
23001 gdb.t31/chillvars.exp, lib/gdb.exp:
23002 Tweak to run under either version of expect.
23003 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
23004 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
23005 * gdb.t11/list.exp: Remove extraneous whitespace.
23006
23007 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23008
23009 * gdb.t16/printcmds.exp (test_print_strings): Accept
23010 "(unsigned char *) " before the string.
23011
23012 * TODO: Add notes about printing of fancy types and GDB expressions.
23013
23014 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
23015
23016 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
23017 * gdb.t06/configure.in: Don't try to compile signals test program
23018 if doing mips-idt-ecoff.
23019
23020 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
23021
23022 * Most .exp files: Tweak to run under either version of expect.
23023
23024 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23025
23026 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23027 xfails; I'm not sure why they are failing, but not because of PR 1806.
23028
23029 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23030
23031 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23032 defined in lib/gdb.exp.
23033
23034 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23035
23036 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23037 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23038 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23039 have to be typeless.
23040
23041 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23042
23043 * TODO: Add suggestion for copyright year test.
23044
23045 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
23046
23047 * configure.in (*-*-lynxos*): Add stabs tests.
23048
23049 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23050
23051 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
23052 so insert a tab before any assembler directive in column zero.
23053
23054 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
23055 stores.
23056 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
23057 stores.
23058 (fpu_short_memory_tests): Likewise.
23059
23060 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23061
23062 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
23063 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
23064 .stabs directives in comments.
23065
23066 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23067
23068 * TODO: New file, describing tests we could write.
23069 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
23070
23071 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23072
23073 * gdb.t06/signals.exp: Add kludge to force re-sync.
23074
23075 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
23076 to xgdb instead of gdb, get out of gdb.
23077
23078 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
23079
23080 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
23081 for info.
23082
23083 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23084
23085 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
23086 * gdb.stabs/configure.in (hppa*-*-*): Use it.
23087 * gdb.stabs/hppa.sed: New sed script for the PA.
23088
23089 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23090
23091 * gdb.stabs: Re-write weird.def and configuration to use sed
23092 instead of cpp. sed is portable and POSIX; cpp is neither.
23093
23094 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23095
23096 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
23097
23098 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23099
23100 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
23101
23102 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23103
23104 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
23105 "_vb$".
23106 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
23107 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
23108
23109 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23110
23111 * lib/gdb.exp: Comment out code which depends on non-existent
23112 `transform' procedure.
23113
23114 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
23115
23116 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
23117 * lib/gdb.exp: Transform tool name.
23118 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
23119 1.1's new error handling system.
23120
23121 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23122
23123 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
23124
23125 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23126
23127 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
23128 They made pattern matching so slow that timeouts happened on
23129 heavily loaded systems. Now any output from "show print" which
23130 gets us back to the GDB prompt is a PASS.
23131
23132 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
23133
23134 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
23135
23136 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23137
23138 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
23139
23140 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23141 It is not from PR 3220.
23142
23143 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23144
23145 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23146 just started failing because they depended on the order the
23147 subcommands are presented, or exact docstring text. This kind of
23148 test is a pain and has minimal benefit.
23149
23150 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23151
23152 * gdb.t09/corefile.exp: At end of test, use "core" command with
23153 no arguments.
23154
23155 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
23156
23157 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23158 17}/Makefile.in: Make it possible to run the testsuite with Sun
23159 make and CC = cross gcc by adding explicit build rules for .o
23160 files.
23161
23162 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23163
23164 * gdb.t15/funcargs.exp: Don't put comments on same line as
23165 setup_xfail (@#$*%& tcl braindamage!).
23166
23167 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23168
23169 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23170
23171 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
23172
23173 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23174 * gdb.t20/inherit.exp: remove three dumplicate entries.
23175
23176 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23177
23178 * gdb.t06/break.exp: For "next over recursive call", fail on any
23179 incorrect output, not just on "factorial (value=2)".
23180
23181 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23182
23183 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
23184 working now. Add an xfail if accesing a bss variable causes
23185 a memory error if the target is not yet run.
23186
23187 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23188
23189 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23190 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23191 name of __st* demangling (2 strings). Did Kung really get the
23192 more than 95 others right without testing them?
23193
23194 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23195
23196 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23197
23198 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
23199
23200 * configure.in (configdirs): Add gdb.disasm
23201 * gdb.disasm: New directory for GDB disassembler tests.
23202 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23203
23204 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23205
23206 * gdb.t00/help.exp: Don't test "help set".
23207
23208 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23209 from within expect statements. None of these happen anymore and
23210 they cause regressions to be silently unnoticed.
23211
23212 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23213 messages) about known failures with gcc cygnus-2.4.5-930417.
23214
23215 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23216 comp-info.exp so it gets built if it doesn't exist.
23217
23218 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23219 it is no longer used.
23220 * gdb.t13/comp-info.c: Removed.
23221
23222 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23223
23224 * gdb.t06/signals.exp: Add xfail for sun3.
23225
23226 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23227
23228 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23229 relevant because ^C doesn't get sent but failure can be reproduced
23230 interactively).
23231
23232 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23233
23234 * gdb.stabs/alpha.mt: New configuration file for alpha.
23235 * gdb.stabs/configure.in: Use it.
23236 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
23237 sharing with alpha.mt, redefine long to word via preprocessor.
23238 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
23239 for alpha.
23240 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
23241 native cc.
23242 * gdb.t00/teststrategy.exp: Change expect string so that we
23243 consume the `(xgdb)' from the command echo and from the gdb prompt.
23244 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
23245 gdb currently compares all values as long, so this failure probably
23246 applies to any configuration where LONGEST is bigger than a target int.
23247 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
23248 with gcc.
23249 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
23250 to handle opaque pointers, gcc is.
23251 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
23252 as first argument. Include <sys/types.h> and change all operator
23253 new definitions to use size_t.
23254 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
23255 now that we use size_t.
23256
23257 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23258
23259 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
23260 a long or float array cast all array members to the same type.
23261 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
23262 with 64 bit longs.
23263 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
23264 on alpha.
23265 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
23266
23267 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23268
23269 * gdb.t24 (demangle.exp): Constructors of templates have names like
23270 vector<int>::vector(int) not vector<int>::vector<int>(int). See
23271 section 14.6 of the ARM.
23272
23273 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23274 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23275 accomplish little and slow down the testsuite.
23276
23277 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23278 Accept spaces various places.
23279
23280 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23281
23282 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23283 with watchpoint enabled.
23284
23285 * Makefile.in: Remove definition of CC and remove the second
23286 definition of CXX (the "CXX = gcc" one remains). These definitions
23287 were causing backquotes to be expanded within backquotes, which
23288 doesn't work.
23289
23290 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
23291
23292 * gdb.t17/callfuncs.exp: Add "return 0" to end.
23293
23294 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23295
23296 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
23297 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
23298 by mips cc and contains no stabs entries.
23299
23300 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
23301
23302 * config/vx-gdb.exp: Use fake device to load files rather than
23303 NFS.
23304 * lib/gdb.exp: New proc to do "file" command.
23305 * config/unix-gdb.exp: Use new "file" proc.
23306
23307 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
23308
23309 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
23310 Rework board rebooting slightly.
23311 (gdb_exit): Don't exit from the remote shell; there isn't one.
23312 * gdb.stabs/weird.exp: If a program is being debugged already,
23313 kill it.
23314 * gdb.t04/setvar.exp: Stop and restart gdb.
23315 * gdb.t05/expr.exp: Likewise.
23316 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
23317 restart gdb and reload the program.
23318 * gdb.t08/opaque.exp: Likewise.
23319 * gdb.t12/scope.exp: Likewise.
23320 * gdb.t13/bitfields.exp: Likewise.
23321 * gdb.t15/funcargs.exp: Likewise.
23322 * gdb.t20/classes.exp: Likewise.
23323 * gdb.t03/ptype.exp: Increase timeout.
23324 * gdb.t16/printcmds.exp (test_print_string_constants,
23325 test_print_array_constants): Likewise.
23326 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
23327 * gdb.t20/classes.exp (do_tests): Likewise.
23328 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
23329
23330 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
23331
23332 * gdb.stabs: Renamed *wierd* to *weird*.
23333
23334 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23335
23336 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
23337 for timeout. Add "known gcc 2.4.5 bug" to failure message.
23338
23339 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23340
23341 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
23342 (do_tests): Remove xfail for whatis on one_var and two_var.
23343
23344 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
23345
23346 * Makefile.in: Made cross building work better by adding
23347 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
23348
23349 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23350
23351 * gdb.t15/{return.c,return.exp,Makefile.in}:
23352 New test, currently commented out.
23353
23354 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
23355
23356 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23357 still running and removes the leftover named socket so GDb can do
23358 clean restarts.
23359
23360 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
23361
23362 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23363 console, not GDB.
23364 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23365 cross testing works better with "make check"
23366 * config/unix-gdb: Use default procedures for exit and version.
23367 * config/vx-gdb.exp: Cleaned up and massaged back to working order
23368 with the newest VxWorks.
23369
23370 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23371
23372 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23373 old form.
23374
23375 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23376 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23377
23378 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23379
23380 * config/unix-gdb.exp: Remove this version of gdb_exit
23381 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23382 Rob says he'll look at it when he gets back to testing boards.
23383
23384 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23385
23386 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23387 an expected fail for certain ptype commands.
23388
23389 * gdb.t20/classes.exp: Update expected results of "ptype class
23390 Base1" to account for the constructor that now appears in the type.
23391
23392 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23393
23394 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23395 disappeared from list.
23396 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23397 "alldone" proc with call to cleanup and exit.
23398 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23399 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23400 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23401 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23402 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23403 "alldone" proc with simple returns that suppress remaining
23404 tests. The alldone proc went away many months ago.
23405
23406 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23407
23408 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23409
23410 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23411
23412 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23413
23414 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23415 as vax gdb will display them.
23416
23417 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23418
23419 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23420 optimizers.
23421
23422 * scope.exp: Change "bad value for localval" messages so each one
23423 is unique.
23424
23425 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23426 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23427
23428 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23429
23430 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23431
23432 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23433 doesn't exist (due to optimization).
23434
23435 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23436
23437 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23438 contains \r because the filename is long.
23439
23440 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23441 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23442
23443 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23444
23445 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23446 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23447 Ultrix.
23448 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23449 int tests.
23450 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23451
23452 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23453
23454 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23455
23456 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
23457 to match does not match the passing case but still matches the
23458 failing case.
23459
23460 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23461
23462 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23463
23464 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23465
23466 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23467 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23468 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23469 Remove various versions of gdb_exit.
23470 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23471 gdb_exit.
23472 * config/unix-gdb.exp: gdb_exit remains here, and should override
23473 the generic version, since it's doing a lot of wierd stuff that
23474 the other versions aren't. FIXME, fold it in, or abandon this
23475 version.
23476
23477 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23478
23479 * gdb.t24/demangle.exp: Add tests for PR 3220.
23480
23481 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23482
23483 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23484
23485 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23486
23487 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23488 "i386-*-*". Works for i486 as well.
23489
23490 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23491 bug, and expand domain of xfail to all SVR4 systems, since the
23492 actual problem is likely to be in generic SVR4 /proc support.
23493
23494 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23495
23496 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23497
23498 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23499
23500 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23501 xfails for other systems. Match a missing 'Continuing.' as an
23502 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23503
23504 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23505 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23506 Only issue warning for missing executables if -all option is used.
23507
23508 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23509 file if -all option is used. It's like an unpredictable XFAIL.
23510
23511 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23512
23513 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23514 for dynamically linked binaries.
23515
23516 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23517
23518 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23519
23520 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23521 to state that this is a known bug in old versions of g++.
23522
23523 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23524
23525 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23526 while waiting for `Continuing'.
23527
23528 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23529
23530 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23531 in text, data, and bss.
23532 * gdb.t10/nodebug.c: Add local and global test variables for
23533 initialized and uninitialized data.
23534
23535 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23536
23537 * config/unix-gdb.exp (gdb_exit): Add "wait".
23538
23539 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23540
23541 * gdb.t06/signals.exp: xfail the continue from the handler for all
23542 targets.
23543
23544 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
23545 function with watchpoints enabled, the i386 call dummy starts with
23546 a call.
23547
23548 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
23549 386 bsd names its corefiles.
23550
23551 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
23552
23553 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
23554 compilers don't grok it.
23555 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
23556 with small octal ints rather than character constants, which
23557 are signed and might not fit if first promoted to int.
23558
23559 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
23560
23561 * gdb.t09/Makefile.in (clean): Remove corefile.
23562
23563 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23564
23565 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23566
23567 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23568 and Jim Kingdon (kingdon@cygnus.com)
23569
23570 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23571 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
23572 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23573
23574 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23575
23576 * gdb.t17/interrupt.exp: Add xfail for hppa.
23577
23578 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23579
23580 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23581 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
23582 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
23583 to determine signed-ness of bitfields and use the result to setup
23584 the xfail.
23585 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
23586 * gdb.t15/funcargs.exp: Use them to step until the second indirect
23587 call line is reached if necessary.
23588
23589 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23590
23591 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23592
23593 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23594
23595 * gdb.t06/break.exp: Also test `clear' command.
23596
23597 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23598
23599 * gdb.t00/teststrategy.exp: Remove extra quote.
23600
23601 * gdb.t07/watchpoint.exp: Change xfail for calling function with
23602 watchpoint enabled to be for all non-68k machines.
23603
23604 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23605
23606 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23607
23608 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23609 targets use aout.mt instead of ecoff.mt as gas understands
23610 standard aout format.
23611
23612 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23613
23614 * lib/gdb.exp (runto): Don't insist that function we are running to
23615 was compiled with -g.
23616
23617 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23618
23619 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23620 to get back into the read system call.
23621 Accept leading newline in case where we woke it up.
23622
23623 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23624
23625 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
23626 to make the stabs test work on ecoff systems using gcc and -with-stabs.
23627 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
23628 enable ecoff configuration.
23629
23630 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23631
23632 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23633
23634 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23635
23636 * gdb.t16/printcmds.exp: Add another printf test.
23637
23638 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
23639
23640 * configure.in: If configured -with-stabs on any target, add
23641 stabsdirs to configdirs.
23642
23643 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23644
23645 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23646 fun" so pattern does not match the command itself.
23647
23648 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23649
23650 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23651
23652 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23653
23654 * gdb.t17/interrupt.exp: Test for more things.
23655
23656 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23657
23658 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23659 compiler arranges the code and line numbers.
23660
23661 * gdb.t17/interrupt.exp: Don't send \n after ^C.
23662
23663 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23664
23665 * gdb.t00/help.exp: Increase expect input buffer size.
23666
23667 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23668
23669 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23670
23671 * gdb.t07/watchpoint.exp: Add xfail for hppa.
23672
23673 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23674
23675 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23676 [0-9]*, not just [0-9].
23677
23678 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23679
23680 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23681
23682 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23683
23684 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23685
23686 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23687
23688 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23689
23690 * gdb.t06/signals.c: Add xfails for sun3.
23691
23692 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23693
23694 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
23695 test_stepping tests.
23696
23697 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23698
23699 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23700
23701 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23702
23703 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23704 rather than actually putting it through cpp twice.
23705
23706 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23707
23708 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
23709
23710 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23711 no longer needed.
23712
23713 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23714
23715 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23716
23717 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23718 C++ features prints as "struct", make it a pass, not an xfail.
23719
23720 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23721
23722 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23723 Don't require VA to print as "class" rather than "struct".
23724
23725 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
23726
23727 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23728
23729 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23730
23731 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23732
23733 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23734
23735 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
23736 order.
23737
23738 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23739
23740 * gdb.t16/printcmds.exp: Add printf tests.
23741
23742 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23743
23744 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23745
23746 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
23747
23748 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
23749 pass counts, to counteract any existing or future setup_xfails.
23750
23751 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23752
23753 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23754 {BEGIN,END}_COMMON for common block instead of STAB.
23755 * gdb.stabs/wierd.exp: Add xfail for rs6000.
23756
23757 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23758 intp_var should be N_GSYM not N_LSYM.
23759 wierd-aout.S: Use a label for the value of the N_SO.
23760 wierd.def: Remove all backslashes.
23761 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23762
23763 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23764
23765 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23766 get the expected next to inheritance3.
23767
23768 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23769
23770 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23771 now that gcc-2.4 gets it right.
23772
23773 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23774
23775 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23776
23777 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23778 generating comp-info.exp which works for cross-compilation.
23779
23780 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
23781
23782 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
23783 "*-*-sysv4.*".
23784
23785 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
23786
23787 * gdb.t01/run.exp: Start with a fresh gdb.
23788 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
23789 SVR4.x.
23790
23791 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
23792
23793 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23794 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23795 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23796 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23797 things to remove.
23798
23799 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
23800
23801 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
23802 test cases from bug reports.
23803
23804 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
23805
23806 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
23807 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
23808 avoid spurious xfails.
23809 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
23810 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
23811 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
23812
23813 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
23814
23815 * gdb.t00/teststrategy.exp: Rework to provide more useful
23816 description of each test, fix problem with systems that define
23817 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23818 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
23819 results for "next over recursive call" so timeouts aren't taken
23820 by error.
23821
23822 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
23823
23824 * gdb.t12/scope.exp: Test printing of variables before run.
23825
23826 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23827 printed in wrong order due to sorting.
23828
23829 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
23830
23831 * gdb.t00/teststrategy.exp: Fix expected results for printing
23832 user entered string constant. Is array of char, prints with no
23833 address.
23834
23835 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
23836 commands.
23837 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
23838 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
23839 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
23840 of struct of char arrays.
23841 * gdb.t00/radix.exp: New tests for radix commands.
23842
23843 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
23844
23845 * gdb.t16/printcmd.exp: Print a variable before running program
23846 (with xfail for AIX).
23847
23848 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
23849
23850 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23851
23852 * gdb.t16/printcmd.exp: Don't print variables before running program.
23853
23854 * gdb.t06/break.exp: Don't require envp argument to main.
23855
23856 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23857
23858 * gdb.t02/whatis.exp, gdb.t11/list.exp:
23859 Add xfails for rs6000.
23860
23861 * gdb.t02/whatis.exp: Change other tests not to re-test something
23862 we already tested.
23863
23864 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23865 each type used has a variable of that type.
23866
23867 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23868
23869 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23870
23871 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
23872
23873 * configure.in: change srctrigger to be a file, not a directory
23874
23875 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23876
23877 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23878
23879 * gdb.t11/list.exp: Fixed a couple of typos.
23880
23881 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
23882
23883 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
23884 is fixed and PR is closed.
23885 * gdb.t16 (gdbme.c): Add simple test string variable.
23886 * gdb.t16 (printcmds.exp): Add tests with simple test string
23887 variable, primarily for boundaries on "set print elements".
23888
23889 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
23890
23891 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23892 Make leading 0's optional and don't expect a tab in the middle
23893 of the number.
23894
23895 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23896
23897 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23898 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
23899 don't end command passed to gdb_test with newline.
23900
23901 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23902 signed keyword away, don't expect signed bitfields to be signed.
23903
23904 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23905 printing with only as many 1's as are in the field as well as printing
23906 with 32 1's (see comment).
23907
23908 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
23909
23910 * gdb.t00/default.exp: Start with a fresh gdb.
23911 * configure.in (configdirs): Remove gdb.t31 until the chill
23912 compiler works again. It no longer is able to find chillrt0
23913 since it isn't in libchill.a anymore.
23914 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
23915 wierd.o, make more modular.
23916 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
23917 spurious newlines that caused problems.
23918
23919 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23920
23921 * Move test with enums and partial symbols from gdb.t03/ptype.exp
23922 to gdb.stabs/wierd.exp since GCC has worked around the bug.
23923 gdb.stabs/wierd.{exp,def}: Many new tests.
23924
23925 * gdb.t00/default.exp: update info line for new message.
23926
23927 * gdb.t02/{whatis.exp,gdbme.c}:
23928 Test that "char *" doesn't print as "caddr_t".
23929
23930 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23931
23932 * gdb.t00/help.exp: Use .* in place of some help messages which
23933 just changed.
23934 gdb.t00/default.exp: Update "info frame" test for new message.
23935 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
23936 Remove some xfails
23937
23938 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23939
23940 * gdb.t03/{gdbme.c,ptype.exp}:
23941 Add tests for typedef'd struct and union without tags.
23942 Also check "whatis" on a variable of a typedef'd enum without a tag.
23943
23944 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
23945 PRMS 1823; the bug still exists but isn't reproduced by this test
23946 anymore), and remove rs6000 XFAIL (the bug is fixed).
23947
23948 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
23949 duplicated from whatis.exp. For those that are left, accept
23950 "long", "long int", or "int" for long variables (whatis.exp already
23951 has an XFAIL for "int", so no need to fail it here).
23952
23953 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
23954 Deal with GCC's names for types now that GDB uses the compiler's names.
23955
23956 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
23957 setup_xfail's for sunos4. If we #defined the signed keyword away,
23958 don't expect GDB to know that char it is signed.
23959
23960 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
23961
23962 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
23963
23964 * configure.in (configdirs): Add gdb.t24 for C++ tests that
23965 should work on any system, regardless of debugging format.
23966 * gdb.t21/demangle.exp: Move to gdb.t24.
23967 * gdb.t24/demangle.exp: Move from gdb.t21.
23968 * gdb.t24/{Makefile.in, configure.in}: New files.
23969
23970 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23971
23972 * configure.in: Do gdb.stabs and C++ tests only for stabs.
23973 * gdb.stabs: New directory.
23974
23975 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23976
23977 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
23978 not just "Quit anyway?".
23979
23980 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
23981
23982 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
23983 that all setup_xfails are immediately followed by clear_xfails.
23984
23985 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
23986
23987 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
23988 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
23989 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
23990 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
23991 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
23992 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
23993 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
23994 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
23995 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
23996 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
23997 gdb.t31/chillvars.exp, lib/gdb.exp:
23998 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
23999 bug-gdb@prep.ai.mit.edu.
24000
24001 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
24002
24003 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
24004 with 0.0, not integer 0.
24005
24006 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
24007
24008 * gdb.t06/break.exp: Update for "Kill the program" message change.
24009
24010 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
24011
24012 * Makefile.in (GDBFLAGS): Set to -nx.
24013 * Makefile.in (site.exp): Use GDBFLAGS.
24014
24015 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24016
24017 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
24018 Makefiles.
24019 (check): depend on just-check.
24020 (just-check): added so that tests can be run without a noop
24021 build pass.
24022
24023 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24024
24025 Switch to using configure's configdirs.
24026 * Makefile.in (Makefile): add configure.in dependency.
24027 (SUBDIRS): removed redundant assignment.
24028 * configure.in: switch subdirs assignment to configdirs.
24029 * gdb.t*/configure.in: new files.
24030
24031 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24032
24033 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24034 works.
24035
24036 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24037
24038 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24039 in explicit rules. Apparently this is not supported by some makes.
24040
24041 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24042
24043 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24044
24045 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24046
24047 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
24048 disappeared.
24049
24050 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
24051
24052 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
24053
24054 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
24055
24056 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
24057 watchpoint problem that is now fixed.
24058 * gdb.t30/chexp.exp: Remove setup_xfail for printing
24059 uninitialized convenience variables.
24060 * gdb.t31/chillvars.exp: Fix expected patterns for printing
24061 structures.
24062
24063 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24064
24065 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
24066 which causes expect to get out of sync with gdb on long output
24067 from help set.
24068 * gdb.t09/corefile.exp: Make expected pattern for core file
24069 failing signal and frame output format less sun specific.
24070
24071 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
24072
24073 * gdb.t31/chillvars.exp: Add and remove initial dummy
24074 breakpoint, so that symbol table is forced in.
24075 (Needed at least on Sunos4, though it seems not SVR4.)
24076 * gdb.t31/chillvars.exp: Update for changed output format.
24077
24078 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
24079
24080 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
24081
24082 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
24083
24084 * Makefile.in: Added --srcdir when invoking runtest, removed the
24085 need for a local config file. (optional now)
24086
24087 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
24088
24089 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
24090 failure count used to force early termination. Add some more
24091 expected failures for gnu style demangling.
24092
24093 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24094
24095 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
24096 pmi variable from gdb.t20/gdbme to get optimized away.
24097 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
24098 Check for written corefile upon timeout _and_ eof.
24099
24100 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24101
24102 * config/unix-gdb.exp: Add missing return 0.
24103
24104 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24105
24106 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
24107 test termination.
24108
24109 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24110
24111 * configure.in (subdirs): Put back gdb.t17 which mysteriously
24112 disappeared.
24113
24114 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
24115
24116 * gdb.t10/crossload.exp: Disable the i860-elf test until such
24117 time as i860 support works.
24118
24119 * gdb.t15/funcargs.exp: Fix expected outputs to include
24120 "backtrace 100\r" rather than just "backtrace\r", to match last
24121 change.
24122
24123 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
24124
24125 * config/udi-gdb.exp (gdb_exit): Remove close command.
24126 (gdb_target_udi): New procedure to set the UDI target.
24127 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
24128 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
24129 Added waits for prompts after several question responses. Added
24130 some more responses used by a29k-amd-udi-gdb.
24131 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
24132 pass different arguments, restart UDI connection after program
24133 completion.
24134 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
24135 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24136 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
24137 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
24138 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
24139 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
24140 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24141 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24142 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24143 after program completion.
24144 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24145 compiled with a SELECT_VECS setting.
24146 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24147 infinite recursion.
24148
24149 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24150 Added checks for COFF results, and made them expected failures for
24151 all targets. It would be better to make them expected failures
24152 for COFF targets only.
24153
24154 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
24155
24156 * Makefile.in: add null dvi target, don't bother to recurse
24157 through test directories for info and install-info; rename
24158 $(datadir) to be dejagnu instead of deja-gnu
24159
24160 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
24161
24162 * gdb.t31/gdbme.ch: Re-enable code that previously caused
24163 compiler to coredump.
24164 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
24165 code.
24166
24167 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
24168
24169 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
24170 coredump.
24171 * gdb.t31/chillvars.exp: Comment out tests that depend on that
24172 code.
24173
24174 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
24175
24176 * gdb.t03/ptype.exp: tests for return code from gdb_test.
24177 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24178 which in a shell. Deletes xgdb when done.
24179 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24180 Tests the return from the "set height" or "set width" commands.
24181 Added a few return codes where needed.
24182
24183 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
24184
24185 * Makefile.in (SUBDIRS): Add gdb.t17.
24186 * configure.in (subdirs): Add gdb.t17.
24187 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
24188 files to test gdb's calling of functions in the inferior with
24189 the correct arguments and gdb's ability to retrieve any
24190 result returned.
24191
24192 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
24193
24194 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24195 may be called after gdb goes away. Previous versions of expect
24196 needed these to avoid file descriptor leaks, but they cause
24197 errors with the current revision of expect.
24198 * gdb.t00/gdbvars.exp: Use -re on expected output after
24199 setting sevenbit-strings.
24200 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
24201 to set sevenbit-strings consistent across tests.
24202 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
24203 set sevenbit-strings consistent across tests.
24204
24205 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24206
24207 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
24208 expected output to match current "expect" expectations.
24209
24210 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
24211
24212 * gdb.t00/default.exp: Change expected output for default "source"
24213 command, to match new gdb behavior which requires a filename to
24214 source.
24215
24216 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
24217
24218 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
24219 expected fail for i486-*-* that misses the marker2 function.
24220 * gdb.t10/crossload.exp (bfddefault): Allow successful
24221 recognition of a format to pass even if no symbols are found.
24222 Explicitly catch failures where the format is not recognized
24223 or is ambiguous, and add the reason to the fail message.
24224 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
24225 the cause is and invalid target and add reason to failure message.
24226 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
24227 elf32-i386, elf32-sparc, and elf32-i860.
24228 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24229 Set up expected failure for 'filename'::variable scope resolution,
24230 which is now apparently broken on all targets.
24231 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24232 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24233 gdb.t23/templates.exp: Change failure for missing binfile into
24234 just a warning.
24235 gdb.t21/demangle.exp: Change all cfront references to 'arm'
24236 references.
24237
24238 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
24239
24240 * gdb.t00/default.exp: Add expected output for default "source"
24241 command, to match new gdb behavior.
24242 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
24243
24244 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
24245
24246 * config/*-gdb.exp: returns an error, rather than exiting on
24247 internal errors.
24248
24249 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
24250
24251 * gdb.t03/gdbme.c: Add pointer to struct variable.
24252 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
24253 referencing struct members.
24254
24255 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
24256
24257 * configure.in (mips-idt-ecoff): New target.
24258 * config/mips-gdb.exp: New file for remote board using MIPS remote
24259 debugging protocol.
24260
24261 * Redid configuration scheme. Removed gdb.t*/configure.in.
24262 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
24263 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
24264 distclean targets. Built executables via .o files. Adjusted
24265 tests to account for source files in $(srcdir) rather than
24266 $(objdir).
24267 * lib/gdb.exp (runto): Don't expect () after the function name,
24268 because it may have arguments.
24269
24270 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
24271
24272 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24273 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24274 expected failures for mips-idt-* and mips-sgi-*.
24275 * gdb.t00/default.exp (attach): Kill process if requested.
24276 * gdb.t00/help.exp (help target core, help target): Accept a gdb
24277 that does not read core files.
24278 * gdb.t01/run.exp: Removed checks for exit status code.
24279 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24280 it is linked in.
24281 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24282 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24283 appropriate, rather than doing it by hand.
24284 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24285 execution.
24286 * gdb.t10/crossload.exp: Kill existing program if needed.
24287 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
24288 appropriate, rather than doing it by hand. Always increase
24289 timeout for this test, not just for VxWorks.
24290
24291 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
24292
24293 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
24294 of Chill STRUCT types and STRUCT values.
24295 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
24296 than "char".
24297 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
24298 struct2): New struct definitions and initializations to test
24299 simple Chill STRUCT types.
24300
24301 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
24302
24303 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
24304 the null byte at the end of strings.
24305 * gdb.t00/default.exp: Make show version insensitive to copyright
24306 date.
24307 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
24308 to avoid dependencies on target char signedness.
24309 * gdb.t16/printcmds.exp: Update expected results for explicitly
24310 unsigned char.
24311 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
24312 now work.
24313 * gdb.t21/demangle.exp: Add many more patterns for template
24314 demangling, most of them being expected failures.
24315 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
24316 string we are matching for, to match on the whole string.
24317 * gdb.t21/demangle.exp: Add many new test strings to demangle,
24318 and fix a whole bunch that had incorrect expected output but were
24319 passing anyway because of the bug in "proc demangle".
24320 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
24321 type.
24322 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
24323
24324 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
24325
24326 * gdb/testsuite: made modifications to testcases, etc., to allow
24327 them to work properly given the reorganization of deja-gnu and the
24328 relocation of the testcases from deja-gnu to a "tool" subdirectory.
24329
24330 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
24331
24332 * gdb/testsuite: Initial creation of gdb/testsuite.
24333 Migrated dejagnu testcases and support files for testing nm to
24334 gdb/testsuite from deja-gnu. These files were moved "as is"
24335 with no modifications. This migration is part of a major overhaul
24336 of dejagnu. The modifications to these testcases, etc., which
24337 will allow them to work with the new version of dejagnu will be
24338 made in a future update.
24339
24340 For additional changes see gdb.mi/ChangeLog-1999-2003.
24341 \f
24342 ;; Local Variables:
24343 ;; mode: change-log
24344 ;; left-margin: 8
24345 ;; fill-column: 74
24346 ;; version-control: never
24347 ;; End:
24348
24349 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
24350 2003, 2004, 2005 Free Software Foundation, Inc.
24351 Copying and distribution of this file, with or without modification,
24352 are permitted provided the copyright notice and this notice are preserved.