Various spelling fixes.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
2
3 From Stephen Kitt <steve@sk2.org>
4 * gdb.base/help.exp: Adjust following some spelling corrections
5 in GDB.
6
7 2011-06-01 Yao Qi <yao@codesourcery.com>
8
9 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
10
11 2010-05-31 Keith Seitz <keiths@redhat.com>
12
13 PR c++/12750
14 * gdb.cp/static-method.cc: New file.
15 * gdb.cp/static-method.exp: New file.
16
17 2010-05-31 Keith Seitz <keiths@redhat.com>
18
19 PR symtab/12704
20 * gdb.cp/anon-ns.cc: New file.
21 * gdb.cp/anon-ns.exp: New file.
22
23 2011-05-31 Pedro Alves <pedro@codesourcery.com>
24
25 * gdb.arch/i386-dr3-watch.c: New file.
26 * gdb.arch/i386-dr3-watch.exp: New file.
27
28 2011-05-30 Yao Qi <yao@codesourcery.com>
29
30 * gdb.base/callfuncs.c (t_structs_fc): New.
31 (t_structs_dc, t_structs_ldc): New.
32 (t_double_many_args):
33 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
34 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
35 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
36 * gdb.base/callfuncs.exp: Call new functions.
37
38 2011-05-30 Yao Qi <yao@codesourcery.com>
39
40 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
41 Call rerun_and_prepare for each test to isolate effects.
42
43 2011-05-30 Yao Qi <yao@codesourcery.com>
44
45 * gdb.base/varargs.c (find_max_float_real): New.
46 (find_max_double_real, find_max_long_double_real): New.
47 * gdb.base/varargs.exp: Call these new added functions.
48 * lib/gdb.exp (setup_kfail_for_target): New.
49
50 2011-05-30 Yao Qi <yao@codesourcery.com>
51
52 * gdb.base/funcargs.c (callca, callcb, callcc): New.
53 (callcd, callce, callcf, callc1a, callc1b): New.
54 (callc2a, callc2b): New.
55 * gdb.base/funcargs.exp (complex_args): New.
56 (complex_integral_args, complex_float_integral_args): New.
57 * lib/gdb.exp (support_complex_tests): New. Determine
58 whether to run test cases on _Complex types.
59
60 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * gdb.threads/leader-exit.c: New file.
63 * gdb.threads/leader-exit.exp: New file.
64
65 2011-05-27 Marek Polacek <mpolacek@redhat.com>
66
67 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
68
69 2011-05-27 Marek Polacek <mpolacek@redhat.com>
70
71 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
72 remove the `supported' variable.
73 * gdb.mi/mi-nonstop.exp: Likewise.
74 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
75 * gdb.mi/mi-nsintrall.exp: Likewise.
76 * gdb.mi/mi-nsmoribund.exp: Likewise.
77 * gdb.mi/mi-nsthrexec.exp: Likewise.
78
79 2011-05-26 Pedro Alves <pedro@codesourcery.com>
80
81 * gdb.reverse/finish-reverse-bkpt.exp: New test.
82
83 2011-05-26 Pedro Alves <pedro@codesourcery.com>
84
85 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
86
87 2011-05-24 Keith Seitz <keiths@redhat.com>
88
89 PR breakpoint/12803
90 * gdb.cp/cmpd-minsyms.cc (a): New method.
91 (b): New method.
92 (c): New method.
93 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
94
95 2011-05-24 Pedro Alves <pedro@codesourcery.com>
96
97 * gdb.base/commands.exp (watchpoint_command_test): Check that the
98 watchpoint's command list didn't execute when the watchpoint went
99 out of scope.
100
101 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
102
103 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
104 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
105 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
106 * gdb.arch/i386-gnu-cfi.exp: Likewise.
107 * gdb.arch/i386-permbkpt.exp: Likewise.
108 * gdb.arch/i386-prologue.exp: Likewise.
109 * gdb.arch/i386-size-overlap.exp: Likewise.
110 * gdb.arch/i386-size.exp: Likewise.
111 * gdb.arch/i386-unwind.exp: Likewise.
112 * gdb.reverse/i386-precsave.exp: Likewise.
113 * gdb.reverse/i386-reverse.exp: Likewise.
114 * gdb.reverse/i386-sse-reverse.exp: Likewise.
115 * gdb.reverse/i387-env-reverse.exp: Likewise.
116 * gdb.reverse/i387-stack-reverse.exp: Likewise.
117
118 2011-05-24 Pedro Alves <pedro@codesourcery.com>
119
120 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
121 file doesn't error, using MI.
122
123 2011-05-23 Tom Tromey <tromey@redhat.com>
124
125 * gdb.base/charset.exp (string_display): Add tests to assign to
126 arrays.
127 * gdb.base/charset.c (short_array, int_array, long_array): New.
128
129 2011-05-20 Pedro Alves <pedro@codesourcery.com>
130
131 Cope with async mode.
132
133 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
134 into gdb_test + mi_expect_stop.
135
136 2011-05-20 Pedro Alves <pedro@codesourcery.com>
137
138 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
139 (callme): Remove printf call.
140
141 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
142
143 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
144 quote pattern to avoid problems with Cygwin/mingw expect versions.
145 * gdb.base/default.exp (show convenience): Use double
146 quote pattern for regular expressions.
147
148 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
149
150 Fix -readnow for -gdwarf-4 unused type units.
151 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
152 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
153
154 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
155
156 * gdb.base/kill-after-signal.c: New file.
157 * gdb.base/kill-after-signal.exp: New file.
158
159 2011-05-16 Pedro Alves <pedro@codesourcery.com>
160
161 * gdb.ada/start.exp: Call untested with the correct test filename.
162 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
163 test filename. Make the test's binary unique.
164 * gdb.arch/i386-signal.exp: Call untested with the correct test
165 filename.
166 * gdb.arch/i386-size-overlap.exp: Ditto.
167 * gdb.arch/Makefile.in (EXECUTABLES): Update.
168 * gdb.base/gcore-buffer-overflow.exp: Ditto.
169 * gdb.cp/call-c.exp: Ditto.
170 * gdb.mi/mi-reverse.exp: Call untested with the correct test
171 filename. Make the test's binary unique.
172 * gdb.mi/Makefile.in (EXECUTABLES): Update.
173 * gdb.python/py-mi.exp: Ditto.
174 * gdb.python/Makefile.in (EXECUTABLES): Update.
175 * gdb.reverse/i386-precsave.exp: Ditto.
176 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
177 test filename.
178 * gdb.reverse/i387-stack-reverse.exp: Ditto.
179 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
180 unique.
181 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
182 test filename.
183 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
184 * gdb.trace/tfile.exp: Ditto.
185
186 2011-05-14 Yao Qi <yao@codesourcery.com>
187
188 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
189 type.
190
191 2011-05-13 Doug Evans <dje@google.com>
192
193 * gdb.python/py-objfile-script.exp: New file.
194 * gdb.python/py-objfile-script.c: New file.
195 * gdb.python/py-objfile-script-gdb.py: New file.
196 * testsuite/gdb.python/py-section-script.exp: Test
197 "info auto-load-scripts".
198
199 2011-05-13 Tom Tromey <tromey@redhat.com>
200
201 * gdb.dwarf2/clztest.exp: New file.
202 * gdb.dwarf2/clztest.c: New file.
203 * gdb.dwarf2/clztest.S: New file.
204
205 2011-05-13 Doug Evans <dje@google.com>
206
207 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
208 String16 tests.
209
210 2011-05-13 Tom Tromey <tromey@redhat.com>
211
212 * lib/gdb.exp (is_x86_like_target): New proc.
213 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
214 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
215 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
216 -nostdlib to compiler.
217 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
218 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
219 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
220 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
221 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
222
223 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
224
225 * gdb.python/py-function.exp: Test setting a value from a function
226 which executes a command.
227
228 2011-05-12 Tom Tromey <tromey@redhat.com>
229
230 * gdb.dwarf2/typeddwarf.S: New file.
231 * gdb.dwarf2/typeddwarf.c: New file.
232 * gdb.dwarf2/typeddwarf.exp: New file.
233
234 2011-05-12 Marek Polacek <mpolacek@redhat.com>
235
236 * gdb.mi/mi-basics.exp: Fix races. Honour the
237 `test_exec_and_symbol_mi_operatons' return value.
238 (test_mi_interpreter_selection): Use mi_gdb_test instead of
239 gdb_test_multiple.
240 (test_exec_and_symbol_mi_operatons): Likewise.
241 (test_path_specification): Likewise.
242
243 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
244
245 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
246 (gdb_touch_execfile): Remove catch wrappers. New variable time.
247 Replace `file copy' and `file rename' by `file mtime'. Twice.
248
249 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
250
251 * gdb.base/readline-ask.c: New file.
252 * gdb.base/readline-ask.exp: New file.
253 * gdb.base/readline-ask.inputrc: New file.
254
255 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
256
257 * gdb.cell/bt.exp: Delete breakpoints before running to signal
258 to avoid race condition.
259 * gdb.cell/coremaker.c: Use small stack size.
260 * gdb.cell/ea-standalone.exp: Use file name without path as
261 argument to c_to.
262 * gdb.cell/fork.exp: Allow other output when continuing to end.
263
264 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
265
266 * gdb.threads/corethreads.c: New file.
267 * gdb.threads/corethreads.exp: New file.
268
269 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
270
271 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
272 Try to compile the test using -Wl,-z,norelro first.
273 (load_core): New variable libthread_db_seen, initialize it.
274 (zeroed-threads cannot be listed): Protect it by XFAIL on
275 !$libthread_db_seen.
276
277 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
278
279 PR 12573
280 * gdb.dwarf2/dw2-skip-prologue.S: New file.
281 * gdb.dwarf2/dw2-skip-prologue.c: New file.
282 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
283
284 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * gdb.cp/psymtab-parameter.cc: New file.
287 * gdb.cp/psymtab-parameter.exp: New file.
288
289 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
290
291 Fix a race.
292 * gdb.cp/static-print-quit.exp (print c): Split to ...
293 (print c - <return>, print c - q <return>, print c - to quit):
294 ... these. Make the testfile untested on gdb-7.1.
295
296 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
297
298 * lib/gdb.exp (exec_target_file, exec_symbol_file,
299 gdb_rename_execfile, gdb_touch_execfile): New.
300 * gdb.base/reread.exp: Use new procs to handle multiple
301 exec files.
302
303 2011-05-05 Yao Qi <yao@codesourcery.com>
304
305 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
306 (test_adr_32bit, test_pop_pc): New.
307 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
308 (test_adr_32bit, test_pop_pc): New.
309
310 2011-05-04 Joseph Myers <joseph@codesourcery.com>
311
312 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
313 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
314 targets.
315 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
316 handle targets.
317
318 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
319
320 * gdb.base/completion.exp (complete help info wat): Rename to ...
321 (complete 'help info wat'): ... here.
322 Remove all `-re ".*' and `-re "^.*' redundant regexes.
323 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
324
325 2011-05-04 Pedro Alves <pedro@codesourcery.com>
326
327 * gdb.base/completion.exp: Use gdb_test_multiple instead of
328 gdb_test and explicit $gdb_prompt/timeout matches.
329
330 2011-05-04 Yao Qi <yao@codesourcery.com>
331
332 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
333 and __thumb2__.
334
335 2011-05-03 Marek Polacek <mpolacek@redhat.com>
336
337 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
338 in place of `gdb_test "delete breakpoints"'. This eliminates two
339 testcases.
340
341 2011-05-02 Pedro Alves <pedro@codesourcery.com>
342
343 PR testsuite/12649
344 Fix races.
345
346 * gdb.base/completion.exp: Remove all sleep calls. Remove
347 unnecessary regexs. Don't explicitly expect anything after the
348 prompt. Eat the prompt if necessary.
349
350 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
351
352 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
353 accept to show the caller line again as well as the line after.
354
355 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
356
357 PR mi/12531
358
359 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
360 compile target.
361 * gdb.python/py-prettyprint.exp: Add C++ object for
362 CPLUS_FAKE_CHILD test.
363
364 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
365
366 * gdb.base/signest.exp: New file.
367 * gdb.base/signest.c: Likewise.
368
369 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
370
371 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
372 thread and breakpoint notifications.
373
374 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
375
376 * gdb.base/fortran-sym-case.c: New file.
377 * gdb.base/fortran-sym-case.exp: New file.
378 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
379 * gdb.dwarf2/dw2-case-insensitive.c: New file.
380 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
381
382 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
383
384 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
385 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
386 false #1', `if true else false #2' and `if true else false #3'.
387
388 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
389
390 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
391 while delivering signal.
392
393 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
394
395 MI breakpoint notifications.
396
397 * testsuite/gdb.mi/mi-cli.exp: Adust.
398 * testsuite/gdb.mi/mi2-cli.exp: Adust.
399 * testsuite/gdb.mi/mi-watch.exp: Adust.
400 * testsuite/gdb.mi/mi2-watch.exp: Adust.
401 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
402 notifications.
403
404 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 * gdb.base/gdbindex-stabs-dwarf.c: New file.
407 * gdb.base/gdbindex-stabs.c: New file.
408 * gdb.base/gdbindex-stabs.exp: New file.
409
410 2011-04-25 Yao Qi <yao@codesourcery.com>
411
412 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
413 with /*...*/.
414 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
415
416 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
417
418 * gdb.python/py-value.exp (test_objfiles): Name the first test
419 `py-value in file.filename'.
420
421 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
422
423 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
424 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
425 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
426 !gdbserver_reconnect_p..
427 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
428
429 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
430
431 * gdb.cp/cpcompletion.exp (complete class methods)
432 (complete class methods beginning with F): Move them above runto. New
433 comment about the runto delimiter.
434
435 2011-04-20 Pedro Alves <pedro@codesourcery.com>
436
437 * gdb.base/maint.exp: Test that "maint print registers" works
438 without a running program.
439
440 2011-04-20 Marek Polacek <mpolacek@redhat.com>
441
442 * gdb.base/setshow.exp: Fix racy tests.
443 ($old_gdb_prompt): New variable.
444
445 2011-04-19 Tom Tromey <tromey@redhat.com>
446
447 * gdb.mi/mi-nsmoribund.exp:
448 * gdb.hp/gdb.objdbg/objdbg01.exp:
449 * gdb.base/structs.exp (test_struct_returns):
450 * gdb.base/call-sc.exp (test_scalar_returns):
451 * gdb.base/bigcore.exp: Remove duplicate words.
452
453 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
454
455 * gdb.base/break-interp-lib.c (v, vptr): New variables.
456 * gdb.base/break-interp.exp (test_attach): New comment.
457
458 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
459
460 * gdb.threads/gcore-thread.exp ($core0file): New variable.
461 (clear __stack_user.next, clear stack_used.next)
462 (save a zeroed-threads corefile): New test.
463 Call core_load for $core0file.
464 (zeroed-threads cannot be listed): New test.
465
466 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
467
468 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
469 filename.
470 ($srcfile): Preserve the original value.
471 ($testfile): Match it the .exp filename.
472 ($corefile): New variable. Substitute it around.
473 Use clean_restart.
474 ($prev_timeout): Remove.
475 (load_core): Move core loading into this proc.
476 Fix restore of $timeout if load_core fails.
477
478 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
479
480 * gdb.base/eu-strip-infcall.c: New file.
481 * gdb.base/eu-strip-infcall.exp: New file.
482
483 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
484
485 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
486 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
487
488 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
489
490 Fix Python access to inlined frames.
491 * gdb.python/py-frame-inline.c: New file.
492 * gdb.python/py-frame-inline.exp: New file.
493
494 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
495
496 * gdb.base/gdb1090.exp: Change breakpoint location to read the
497 content of 's24' correctly (avoiding "optimized out").
498 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
499
500 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
501
502 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
503
504 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
505
506 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
507 expect a colon in watch -location output.
508
509 2011-04-13 Marek Polacek <mpolacek@redhat.com>
510
511 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
512 New testcase `expect response to define backtrace'. Also remove
513 redundant `default' block.
514
515 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
516
517 * gdb.python/py-prettyprint.c (struct hint_error): New.
518 (main): New variable hint_error.
519 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
520 "print hint_error".
521 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
522 (register_pretty_printers): Register it.
523
524 2011-04-04 Tom Tromey <tromey@redhat.com>
525
526 * gdb.cp/maint.exp (test_help): Update.
527 (test_namespace): Likewise.
528
529 2011-04-01 Joel Brobecker <brobecker@adacore.com>
530
531 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
532 * gdb.ada/arrayptr.exp: Add new tests.
533
534 2011-04-01 Joel Brobecker <brobecker@adacore.com>
535
536 * gdb.ada/mi_catch_ex: New testcase.
537
538 2011-04-01 Pedro Alves <pedro@codesourcery.com>
539
540 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
541 base::overload(void) method without specifying "const".
542
543 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
544
545 * gdb.arch/thumb-singlestep.S: New file.
546 * gdb.arch/thumb-singlestep.exp: Likewise.
547
548 2011-03-31 Tom Tromey <tromey@redhat.com>
549
550 * gdb.python/py-prettyprint.py (exception_flag): New global.
551 (NoStringContainerPrinter._iterator.next): Check it.
552 * gdb.python/py-prettyprint.c (main): New variable nstype2.
553 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
554
555 2011-03-29 Tom Tromey <tromey@redhat.com>
556
557 * gdb.cp/anon-struct.cc: New file.
558 * gdb.cp/anon-struct.exp: New file.
559
560 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 Test STT_GNU_IFUNC support.
563 * gdb.base/gnu-ifunc-lib.c: New file.
564 * gdb.base/gnu-ifunc.c: New file.
565 * gdb.base/gnu-ifunc.exp: New file.
566
567 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
568
569 Support a ring of related breakpoints.
570 * gdb.base/watchpoint-delete.c: New file.
571 * gdb.base/watchpoint-delete.exp: New file.
572
573 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
574
575 * gdb.ada/arrayparam.exp (print first after function call): Use
576 explicit package name. Add a comment
577 (print lasta after function call): Rename ...
578 (print last after function call): ... it and use explicit package
579 name.
580 (print length after function call): Use explicit package name.
581 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
582 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
583 (multiple matches for symbol i): Rename ...
584 (multiple matches for symbol integervar): ... it.
585 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
586 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
587
588 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
589
590 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
591 environment variable to make grep output more predictable. Move
592 all the environment setup into gdb_init so it's done once per test
593 case rather than each time we start gdb.
594
595 2011-03-24 Tom Tromey <tromey@redhat.com>
596
597 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
598 test.
599
600 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
601
602 * gdb.dwarf2/dw2-entry-value-main.c: New file.
603 * gdb.dwarf2/dw2-entry-value.S: New file.
604 * gdb.dwarf2/dw2-entry-value.exp: New file.
605
606 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
607
608 PR python/12183
609
610 * gdb.python/py-function.exp: Add GdbError tests.
611
612 2011-03-18 Pedro Alves <pedro@codesourcery.com>
613
614 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
615 (reglocal_test_func, statlocal_test_func): New functions.
616 (globals_test_func): Call new functions.
617 * gdb.trace/unavailable.exp (gdb_collect_args_test)
618 (gdb_collect_locals_test): New procedure.
619 (gdb_trace_collection_test): Call new procedures.
620
621 2011-03-18 Pedro Alves <pedro@codesourcery.com>
622
623 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
624 (test_register, test_register_unavailable): New procedures.
625 (gdb_unavailable_registers_test): New procedure.
626 (gdb_trace_collection_test): Call it.
627
628 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
629
630 PR python/12149
631
632 * gdb.python/python.exp: Add gdb.write tests.
633
634 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
635
636 * gdb.python/Makefile.in: Add py-objfile.
637 * gdb.python/py-objfile.exp: New file.
638 * gdb.python/py-objfile.c: New file.
639 * gdb.python/py-block.exp: Add is_valid tests.
640 * gdb.python/py-inferior.exp: Ditto.
641 * gdb.python/py-infthread.exp: Ditto.
642 * gdb.python/py-symbol.exp: Ditto.
643 * gdb.python/py-symtab.exp: Ditto.
644
645 2011-03-16 Keith Seitz <keiths@redhat.com>
646
647 PR c++/12273
648 * gdb.cp/cmpd-minsyms.exp: New test.
649 * gdb.cp/cmpd-minsyms.cc: New file.
650
651 PR c++/11734
652 * gdb.cp/ovsrch.exp: New test.
653 * gdb.cp/ovsrch.h: New file.
654 * gdb.cp/ovsrch1.cc: New file.
655 * gdb.cp/ovsrch2.cc: New file.
656 * gdb.cp/ovsrch3.cc: New file.
657 * gdb.cp/ovsrch4.cc: New file.
658
659 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
660
661 PR gdb/12528
662 * gdb.base/Makefile.in: Adjust EXECUTABLES.
663 * gdb.base/break-on-linker-gcd-function.exp: New test.
664 * gdb.base/break-on-linker-gcd-function.cc: New file.
665
666 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
667
668 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
669
670 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
671
672 * lib/gdb.exp (gdb_unload): Add another termination case.
673
674 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
675
676 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
677 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
678 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
679 Provide a stub byte there.
680 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
681 DW_AT_entry_pc.
682 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
683
684 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
685
686 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
687 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
688 "generic ABI, auto".
689 (altivec_abi_tests): Accept vectors returned by reference.
690
691 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
692
693 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
694
695 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
696
697 * gdb.python/py-section-script.exp: Skip test if no Python support.
698
699 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
700
701 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
702
703 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
704
705 * gdb.python/py-parameter.exp: Update tests to the new Python
706 parameter API. Add "no documentation" test. Add deprecated API
707 backward compatibility test.
708
709 2011-03-09 Tom Tromey <tromey@redhat.com>
710
711 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
712 gdb_continue_to_end.
713
714 2011-03-09 Mark Kettenis <kettenis@gnu.org>
715
716 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
717 tabs.
718
719 2011-03-09 Tom Tromey <tromey@redhat.com>
720
721 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
722 parentheses.
723 (gdb_continue_to_end): Add "allow_extra" parameter. Use
724 $command.
725 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
726 argument to gdb_continue_to_end.
727 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
728 argument to gdb_continue_to_end.
729 * gdb.cp/annota3.exp: Fix regex.
730 * gdb.cp/annota2.exp: Fix regex.
731 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
732 gdb_continue_to_end.
733 * gdb.base/call-signal-resume.exp: Revert earlier patch.
734 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
735 gdb_continue_to_end.
736
737 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
738
739 * gdb.server/ext-run.exp
740 (load new file without any gdbserver inferior): New test.
741
742 2011-03-07 Tom Tromey <tromey@redhat.com>
743
744 * Makefile.in (TAGS): Rewrite.
745
746 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
747
748 * gdb.trace/report.exp (12.1: trace report #1): New match for the
749 initial commands echo. New match for `Found trace'. Anchor all the
750 other matches. Anchor and match for `No trace frame found' the final
751 match.
752
753 2011-03-07 Tom Tromey <tromey@redhat.com>
754
755 * Makefile.in (TAGS): New target.
756
757 2011-03-07 Tom Tromey <tromey@redhat.com>
758
759 * lib/opencl.exp (skip_opencl_tests): Update for exit message
760 change.
761 * lib/mi-support.exp (mi_gdb_test): Update for exit message
762 change.
763 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
764 exit message change.
765 (skip_altivec_tests): Update for exit message change.
766 (skip_vsx_tests): Likewise.
767 (gdb_continue_to_end): Likewise. Add 'command' argument.
768 * lib/cell.exp (skip_cell_tests): Update for exit message change.
769 * gdb.threads/tls.exp: Update for exit message change.
770 * gdb.threads/thread-unwindonsignal.exp: Use
771 gdb_continue_to_end.
772 * gdb.threads/step.exp (step_it): Update for exit message change.
773 (continue_all): Likewise.
774 * gdb.threads/print-threads.exp (test_all_threads): Update for
775 exit message change.
776 * gdb.threads/interrupted-hand-call.exp: Use
777 gdb_continue_to_end.
778 * gdb.threads/execl.exp: Use gdb_continue_to_end.
779 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
780 gdb_continue_to_end.
781 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
782 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
783 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
784 * gdb.cp/method.exp: Update for exit message change.
785 * gdb.cp/mb-templates.exp: Update for exit message change.
786 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
787 * gdb.cp/annota3.exp: Update for exit message change.
788 * gdb.cp/annota2.exp: Update for exit message change.
789 * gdb.cell/fork.exp: Use gdb_continue_to_end.
790 * gdb.base/term.exp: Update for exit message change.
791 * gdb.base/step-test.exp (test_i): Update for exit message change.
792 * gdb.base/sigstep.exp (advance): Update for exit message change.
793 (advancei): Likewise.
794 * gdb.base/siginfo.exp: Update for exit message change.
795 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
796 * gdb.base/reread.exp: Use gdb_continue_to_end.
797 * gdb.base/langs.exp: Use gdb_continue_to_end.
798 * gdb.base/interrupt.exp: Update for exit message change.
799 * gdb.base/gdb1555.exp: Update for exit message change.
800 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
801 * gdb.base/ending-run.exp: Update for exit message change.
802 * gdb.base/chng-syms.exp: Update for exit message change.
803 * gdb.base/checkpoint.exp: Update for exit message change.
804 * gdb.base/catch-syscall.exp (check_for_program_end): Use
805 gdb_continue_to_end.
806 (test_catch_syscall_with_wrong_args): Likewise.
807 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
808 * gdb.base/break-interp.exp (test_ld): Update for exit message
809 change.
810 * gdb.base/bang.exp: Update for exit message change.
811 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
812 (do_call_attach_tests): Likewise.
813 * gdb.base/a2-run.exp: Update for exit message change.
814 * gdb.arch/ppc-dfp.exp: Update for exit message change.
815 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
816 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
817
818 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
819
820 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
821
822 2011-03-03 Tom Tromey <tromey@redhat.com>
823
824 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
825 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
826 * gdb.hp/gdb.aCC/configure.ac: Remove.
827 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
828 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
829 * gdb.hp/gdb.base-hp/configure.ac: Remove.
830 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
831 * gdb.hp/gdb.compat/configure (Makefile): Remove.
832 * gdb.hp/gdb.compat/configure.ac: Remove.
833 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
834 * gdb.hp/gdb.defects/configure (Makefile): Remove.
835 * gdb.hp/gdb.defects/configure.ac: Remove.
836 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
837 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
838 * gdb.hp/gdb.objdbg/configure.ac: Remove.
839 * gdb.hp/configure.ac: Remove.
840 * gdb.hp/configure: Remove.
841 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
842 substitution.
843 (Makefile): Remove rule.
844 * gdb.cell/configure.ac: Remove.
845 * gdb.cell/configure: Remove.
846 * gdb.stabs/Makefile.in (Makefile): Remove.
847 (distclean): Don't remove config.status or config.log.
848 * gdb.stabs/configure (Makefile): Remove.
849 * gdb.stabs/configure.ac: Remove.
850 * configure: Rebuild.
851 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
852 Remove stabs- and cell-specific logic. Test for existence of
853 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
854 subdirectories, gdb.cell, and and gdb.stabs.
855 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
856
857 2011-03-03 Joel Brobecker <brobecker@adacore.com>
858
859 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
860 end of buffer.
861
862 2011-03-02 Joel Brobecker <brobecker@adacore.com>
863
864 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
865 gdb_test when running a test where we expected no output back.
866
867 2011-02-28 Michael Snyder <msnyder@vmware.com>
868
869 * gdb.cp/overload.cc: Change initializer value to integer.
870
871 2011-02-27 Michael Snyder <msnyder@vmware.com>
872
873 * gdb.multi/base.exp: Add test for remove-inferiors.
874
875 2011-02-26 Joel Brobecker <brobecker@adacore.com>
876
877 * gdb.python/py-frame.exp: Simplify the initialization phase
878 using prepare_for_testing.
879
880 2011-02-25 Michael Snyder <msnyder@vmware.com>
881
882 * gdb.multi/base.exp: Add tests for info inferiors with args.
883
884 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
885
886 * gdb.dwarf2/dw2-ranges.S: Rename to ...
887 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
888 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
889 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
890 asmfile3. Comment the STABS (#3) file compilation. Compile
891 everything through assembler. Provide KFAIL for symtab/12497.
892 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
893 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
894 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
895 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
896
897 2011-02-24 Michael Snyder <msnyder@vmware.com>
898
899 * gdb.base/break.exp: Add tests for delete breakpoints using
900 convenience variables and value history references.
901
902 2011-02-24 Michael Snyder <msnyder@vmware.com>
903
904 * gdb.base/break.exp: Remove debugging 'printf' accidentally
905 left behind in previous check-in.
906
907 2011-02-23 Michael Snyder <msnyder@vmware.com>
908
909 * gdb.base/break.exp: Add tests for "info break" with arguments.
910 * gdb.trace/infotrace.exp: Update patterns for error and help.
911 * gdb.base/completion.exp: Update pattern.
912 * gdb.base/ena-dis-br.exp: Update pattern.
913 * gdb.base/help.exp: Update patterns.
914
915 2011-02-23 Michael Snyder <msnyder@vmware.com>
916
917 * gdb.base/memattr.exp: New test.
918 * gdb.base/memattr.c: Test load for memattr.exp.
919
920 2011-02-22 Doug Evans <dje@google.com>
921
922 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
923
924 2011-02-22 Michael Snyder <msnyder@vmware.com>
925
926 * Makefile.in: Make more clean.
927 * gdb.ada/Makefile.in: Ditto.
928 * gdb.arch/Makefile.in: Ditto.
929 * gdb.asm/Makefile.in: Ditto.
930 * gdb.base/Makefile.in: Ditto.
931 * gdb.cp/Makefile.in: Ditto.
932 * gdb.dwarf2/Makefile.in: Ditto.
933 * gdb.java/Makefile.in: Ditto.
934 * gdb.mi/Makefile.in: Ditto.
935 * gdb.modula2/Makefile.in: Ditto.
936 * gdb.python/Makefile.in: Ditto.
937 * gdb.server/Makefile.in: Ditto.
938 * gdb.stabs/Makefile.in: Ditto.
939 * gdb.threads/Makefile.in: Ditto.
940 * gdb.trace/Makefile.in: Ditto.
941
942 2011-02-22 Michael Snyder <msnyder@vmware.com>
943
944 * gdb.threads/thread-find.exp: Add tests for bad input to
945 info threads.
946
947 2011-02-22 Joel Brobecker <brobecker@adacore.com>
948
949 * gdb.python/py-breakpoint.exp: Fix the expected output of
950 one of the "maint info breakpoints" tests to accept the output
951 generated on platforms that do not have hardware watchpoints.
952
953 2011-02-22 Joel Brobecker <brobecker@adacore.com>
954
955 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
956 clean_restart. Be a little stricter in the expected output
957 for one of the tests. Fix a typo in one of the comments.
958
959 2011-02-22 Joel Brobecker <brobecker@adacore.com>
960
961 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
962 Delete variable binfile, no longer use. Add or modify test
963 comments to make them unique.
964
965 2011-02-21 Michael Snyder <msnyder@vmware.com>
966
967 * Makefile.in: Update for make clean.
968 * gdb.ada/Makefile.in: Ditto.
969 * gdb.arch/Makefile.in: Ditto.
970 * gdb.asm/Makefile.in: Ditto.
971 * gdb.base/Makefile.in: Ditto.
972 * gdb.cp/Makefile.in: Ditto.
973 * gdb.dwarf2/Makefile.in: Ditto.
974 * gdb.java/Makefile.in: Ditto.
975 * gdb.mi/Makefile.in: Ditto.
976 * gdb.modula2/Makefile.in: Ditto.
977 * gdb.python/Makefile.in: Ditto.
978 * gdb.server/Makefile.in: Ditto.
979 * gdb.stabs/Makefile.in: Ditto.
980 * gdb.threads/Makefile.in: Ditto.
981 * gdb.trace/Makefile.in: Ditto.
982
983 2011-02-21 Michael Snyder <msnyder@vmware.com>
984
985 * gdb.threads/thread-find.exp: Update patterns for changes in
986 output of "info threads" command.
987
988 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
989 Ulrich Weigand <uweigand@de.ibm.com>
990
991 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
992 (skip_hw_watchpoint_tests): Likewise.
993 (skip_hw_watchpoint_multi_tests): Likewise.
994
995 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
996
997 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
998 (skip_hw_watchpoint_tests): Likewise.
999 (skip_hw_watchpoint_multi_tests): Likewise.
1000 (skip_hw_watchpoint_access_tests): Likewise.
1001
1002 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
1003 * gdb.base/pr11022.exp: Likewise.
1004 * gdb.base/watch-read.exp: Likewise.
1005 * gdb.base/watch_thread_num.exp: Likewise.
1006 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
1007 * gdb.base/watchpoint-hw.exp: Likewise.
1008 * gdb.base/watchpoint.exp: Likewise.
1009 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
1010 * gdb.threads/watchthreads-reorder.exp: Likewise.
1011 * gdb.threads/watchthreads.exp: Likewise.
1012 * gdb.threads/watchthreads2.exp: Likewise.
1013
1014 2011-02-21 Joel Brobecker <brobecker@adacore.com>
1015
1016 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
1017 the debugger is unable to find the array bounds.
1018
1019 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1020
1021 * gdb.cp/typedef-operator.exp: New file.
1022 * gdb.cp/typedef-operator.cc: New file.
1023
1024 2011-02-17 Michael Snyder <msnyder@vmware.com>
1025
1026 * gdb.threads/thread-find.exp: Fix regular expressions.
1027
1028 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1029
1030 * gdb.ada/packed_array: Expand testcase to test printing of
1031 unconstrained packed array.
1032
1033 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1034
1035 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
1036
1037 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1038
1039 * gdb.trace/collection.c (globalarr3): New global.
1040 (main): Initialize it before collecting, and and clear it
1041 afterwards.
1042 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1043 collecting with '{type} addr', where the addr expression is not an
1044 rvalue.
1045
1046 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
1047
1048 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
1049 a bool variable. Expect correct OpenCL names for vector types. Use the
1050 uc3 variable name instead of referring to the uchar3 built-in type.
1051 Escape the asterisk at the half pointer test.
1052
1053 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1054
1055 * gdb.trace/collection.c (globalarr2): New global.
1056 (main): Initialize it before collecting, and and clear it
1057 afterwards.
1058 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1059 collecting overlapping memory ranges.
1060
1061 2011-02-15 Michael Snyder <msnyder@vmware.com>
1062
1063 * gdb.base/default.exp: Add tests for thread commands.
1064 * gdb.base/help.exp: Add tests for thread commands.
1065 * gdb.threads/thread-find.exp: New test for thread find command.
1066
1067 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
1068
1069 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
1070
1071 2011-02-15 Yao Qi <yao@codesourcery.com>
1072
1073 PR tdep/12352
1074 * gdb.arch/arm-disp-step.S : New test for str instruction.
1075 * gdb.arch/arm-disp-step.exp : Likewise.
1076
1077 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1078
1079 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
1080 "vector_register2_vr" test strings. Test the extended floating
1081 point registers (F32~F63).
1082 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
1083 IBM XL C compiler. Make the test program use a register provided
1084 by the compiler for the lxvd2x instruction.
1085
1086 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1087
1088 * gdb.trace/unavailable.cc (class Base, class Middle, class
1089 Derived): New types.
1090 (derived_unavail, derived_partial, derived_whole): New globals.
1091 (virtual_partial): New global.
1092 (virtualp): Point at virtual_partial.
1093 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1094 related to unavailable vptr.
1095
1096 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1097
1098 * gdb.trace/unavailable.cc (a, b, c): New globals.
1099 (main): Set and clear them.
1100 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1101 `a' and `c', and check that `b' isn't collected, although `a' and
1102 `c' are.
1103
1104 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1105
1106 * gdb.trace/unavailable.cc (struct Virtual): New.
1107 (virtualp): New global pointer.
1108 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1109 printing a pointer to an object whose type has a vtable, with
1110 print object on.
1111
1112 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1113
1114 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
1115 value repeat handles unavailableness.
1116
1117 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1118
1119 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
1120 tests for building arrays from unavailable values, subscripting
1121 non-memory rvalue unvailable arrays, and accessing fields or
1122 baseclasses of non-lazy unavailable values,
1123 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
1124 struct types.
1125 (g_smallstruct, g_smallstruct_b): New globals.
1126
1127 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1128
1129 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
1130
1131 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1132
1133 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1134 * gdb.cp/overload-const.exp: New file.
1135 * gdb.cp/overload-const.cc: New file.
1136
1137 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1138
1139 * gdb.opencl/callfuncs.cl: New file.
1140 * gdb.opencl/callfuncs.exp: New test.
1141 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
1142
1143 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1144
1145 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
1146 when computing result.
1147 * gdb.arch/altivec-abi.exp: Update expected results.
1148
1149 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1150
1151 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
1152 * gdb.base/jit.exp: Likewise.
1153 * gdb.base/pie-execl.exp: Likewise.
1154 * gdb.base/solib-nodir.exp: Likewise.
1155 * gdb.base/solib-overlap.exp: Likewise.
1156
1157 2011-02-07 Pedro Alves <pedro@codesourcery.com>
1158
1159 * gdb.trace/collection.c (global_pieces): New.
1160 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
1161 New procedure.
1162 (gdb_trace_collection_test): Call it.
1163
1164 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1165
1166 * gdb.python/py-evthreads.c: New file.
1167 * gdb.python/py-evthreads.exp: New file.
1168 * gdb.python/py-events.py: New file.
1169 * gdb.python/py-events.exp: New file.
1170 * gdb.python/py-events.c: New file.
1171
1172 2011-02-04 David Daney <ddaney@caviumnetworks.com>
1173
1174 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
1175
1176 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
1177
1178 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
1179 gdb.base/disasm-end-cu.exp: New test for disassembling over the
1180 boundary between two compilation units.
1181
1182 2011-02-02 Pedro Alves <pedro@codesourcery.com>
1183
1184 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
1185 (Virtual): New structs.
1186 (virtual_o, virtual_middle_b): New globals.
1187 * gdb.cp/virtbase.exp: New tests.
1188
1189 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1190
1191 * gdb.base/jit.exp: New file.
1192 * gdb.base/jit-main.c: New file.
1193 * gdb.base/jit-solib.c: New file.
1194
1195 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
1196
1197 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
1198 proceed to initial kernel entry point.
1199 * gdb.opencl/datatypes.exp: Likewise.
1200 * gdb.opencl/operators.exp: Likewise.
1201 * gdb.opencl/vec_comps.exp: Likewise.
1202
1203 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
1204
1205 * gdb.cp/nsnested.cc: New.
1206 * gdb.cp/nsnested.exp: New.
1207 * gdb.cp/nsnoimports.exp: New.
1208 * gdb.cp/nsnoimports.cc: New.
1209
1210 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1211
1212 * gdb.base/interact.exp: Add extra tests that verify that
1213 the value of the interactive-mode setting does not change
1214 after the script is sourced.
1215
1216 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1217
1218 * gdb.cp/noparam.exp: New file.
1219 * gdb.cp/noparam.cc: New file.
1220
1221 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1222
1223 * gdb.trace/tfile.exp: Test that with no traceframe selected,
1224 there's no stack or registers.
1225
1226 2011-01-26 Tom Tromey <tromey@redhat.com>
1227
1228 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1229 space before string output. Add test for "set print pretty off"
1230 case.
1231
1232 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1233
1234 * gdb.base/frame-args.exp: Adjust.
1235 * gdb.dwarf2/dw2-noloc.exp: Adjust.
1236 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1237 * gdb.dwarf2/pieces.exp: Adjust.
1238 * gdb.opt/clobbered-registers-O2.exp: Adjust.
1239 * gdb.opt/inline-locals.exp: Adjust.
1240 * gdb.threads/fork-child-threads.exp: Adjust.
1241
1242 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
1243
1244 * gdb.opencl/convs_casts.cl: Move program scope variables into the
1245 OpenCL kernel function. Add a comment as marker. Add address space
1246 qualifiers for the remaining program scope variables.
1247 * gdb.opencl/datatypes.cl: Likewise.
1248 * gdb.opencl/operators.cl: Likewise.
1249 * gdb.opencl/vec_comps.cl: Likewise.
1250 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1251 Add breakpoint at the marker comment.
1252 * gdb.opencl/datatypes.exp: Likewise.
1253 * gdb.opencl/operators.exp: Likewise.
1254 * gdb.opencl/vec_comps.exp: Likewise.
1255
1256 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1257
1258 * gdb.base/printcmds.c (some_struct): New struct and instance.
1259 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1260 procedure.
1261 <global scope>: Call it.
1262
1263 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
1264
1265 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1266 argument to the gdb_compile_opencl_hostapp call.
1267
1268 2011-01-19 Yao Qi <yao@codesourcery.com>
1269
1270 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1271 positve list.
1272
1273 2011-01-19 Yao Qi <yao@codesourcery.com>
1274
1275 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1276 canonical form.
1277 Remove "xscale-*-*"
1278 * gdb.xml/tdesc-regs.exp: Likewise.
1279 * gdb.python/py-section-script.exp: Replace ARM target triplet
1280 with canonical form.
1281 Match arm*-*-symbianelf*.
1282 * gdb.base/dup-sect.exp: Likewise.
1283 * lib/dwarf.exp: New.
1284 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1285 dwarf2_support.
1286 * gdb.dwarf2/dup-psym.exp: Likewise.
1287 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1288 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1289 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1290 * gdb.dwarf2/dw2-basic.exp: Likewise.
1291 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1292 * gdb.dwarf2/dw2-const.exp: Likewise.
1293 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1294 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1295 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1296 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1297 * gdb.dwarf2/dw2-filename.exp: Likewise.
1298 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1299 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1300 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1301 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1302 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1303 * gdb.dwarf2/dw2-noloc.exp: Likewise.
1304 * gdb.dwarf2/dw2-op-call.exp: Likewise.
1305 * gdb.dwarf2/dw2-producer.exp: Likewise.
1306 * gdb.dwarf2/dw2-ranges.exp: Likewise.
1307 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1308 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1309 * gdb.dwarf2/dw2-strp.exp: Likewise.
1310 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1311 * gdb.dwarf2/implptr.exp: Likewise.
1312 * gdb.dwarf2/mac-fileno.exp: Likewise.
1313 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1314 * gdb.dwarf2/pieces.exp: Likewise.
1315 * gdb.dwarf2/pr11465.exp: Likewise.
1316 * gdb.dwarf2/valop.exp: Likewise.
1317 * gdb.dwarf2/watch-notconst.exp: Likewise.
1318 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1319
1320 2011-01-19 Tom Tromey <tromey@redhat.com>
1321
1322 * gdb.python/py-infthread.exp: Add thread tests.
1323
1324 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1325
1326 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1327
1328 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1329
1330 * gdb.ada/widewide: New testcase.
1331
1332 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1333
1334 * gdb.base/interact.exp: New testcase.
1335
1336 2011-01-12 Tom Tromey <tromey@redhat.com>
1337
1338 * gdb.mi/gdb2549.exp: Update for error message changes.
1339 * gdb.mi/mi-cli.exp: Likewise.
1340 * gdb.mi/mi-disassemble.exp: Likewise.
1341 * gdb.mi/mi-pthreads.exp: Likewise.
1342 * gdb.mi/mi-regs.exp: Likewise.
1343 * gdb.mi/mi-stack.exp: Likewise.
1344 * gdb.mi/mi-var-block.exp: Likewise.
1345 * gdb.mi/mi-var-cmd.exp: Likewise.
1346 * gdb.mi/mi2-cli.exp: Likewise.
1347 * gdb.mi/mi2-disassemble.exp: Likewise.
1348 * gdb.mi/mi2-pthreads.exp: Likewise.
1349 * gdb.mi/mi2-regs.exp: Likewise.
1350 * gdb.mi/mi2-stack.exp: Likewise.
1351 * gdb.mi/mi2-var-block.exp: Likewise.
1352 * gdb.mi/mi2-var-cmd.exp: Likewise.
1353
1354 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1355 Jan Kratochvil <jan.kratochvil@redhat.com>
1356
1357 PR fortran/11104 and DWARF unbound arrays detection.
1358 * gdb.fortran/multi-dim.exp: New file.
1359 * gdb.fortran/multi-dim.f90: New file.
1360
1361 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1362
1363 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
1364 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
1365 add new tests for opcode dumping.
1366
1367 2011-01-11 Tom Tromey <tromey@redhat.com>
1368
1369 * gdb.python/py-infthread.exp: Load gdb-python.exp.
1370
1371 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1372
1373 Convert hardware watchpoints to use breakpoint_ops.
1374 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
1375 type is not supported.
1376 * gdb.base/foll-fork.exp: Likewise.
1377 * gdb.base/foll-vfork.exp: Likewise.
1378
1379 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
1380
1381 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
1382 Use load_lib gdb-python.exp.
1383 * gdb.python/python.exp: Ditto.
1384 * gdb.python/py-function.exp: Ditto.
1385
1386 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1387
1388 * gdb.threads/tls.exp ("info address me"): Fix expected output.
1389
1390 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1391
1392 * configure: Regenerate.
1393
1394 2011-01-06 Tom Tromey <tromey@redhat.com>
1395
1396 * gdb.python/py-frame.exp: Test gdb.newest_frame.
1397
1398 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
1401 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
1402 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1403 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
1404 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
1405 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1406 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
1407 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
1408 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
1409 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
1410 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
1411 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
1412 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
1413 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1414 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1415 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
1416 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
1417 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
1418 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1419 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1420 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1421 gdb.ada/uninitialized_vars.exp,
1422 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1423 Simplify by using clean_restart.
1424
1425 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1426
1427 Add marker to be used as anchor for inserting breakpoints.
1428 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1429 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1430 Likewise.
1431
1432 Remove uses of gdb_start_cmd.
1433 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1434 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1435
1436 Do not run testcase if testing with GDBserver.
1437 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1438 if testing with GDBserver.
1439
1440 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1441
1442 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1443 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1444 copyright header.
1445
1446 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1447
1448 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1449 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1450 testsuite/gdb.fortran/complex.f,
1451 testsuite/gdb.fortran/derived-type.f90,
1452 testsuite/gdb.fortran/library-module-lib.f90,
1453 testsuite/gdb.fortran/library-module-main.f90,
1454 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1455 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1456 Copyright year update.
1457
1458 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1459
1460 * gdb.base/langs1.f: Add copyright header.
1461
1462 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 * gdb.base/morestack.exp: New file.
1465 * gdb.base/morestack.c: New file.
1466
1467 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1468
1469 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1470
1471 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1472
1473 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1474 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1475
1476 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1479
1480 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1481
1482 * gdb.threads/tls.exp: Fix typo.
1483
1484 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1485 * gdb.threads/execl.exp: Update.
1486
1487 2010-12-23 Yao Qi <yao@codesourcery.com>
1488
1489 * gdb.arch/arm-disp-step.exp: New.
1490 * gdb.arch/arm-disp-step.S: New.
1491
1492 2010-12-21 Tom Tromey <tromey@redhat.com>
1493
1494 * gdb.threads/execl.exp: Update.
1495 * gdb.threads/linux-dp.exp: Update.
1496 * gdb.threads/manythreads.exp: Update.
1497 * gdb.threads/tls.exp: Update.
1498
1499 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1500
1501 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1502 (NextOverThrowDerivates) <resumebpt>: New.
1503 (resumebpt_test): New.
1504 (main): Call resumebpt_test.
1505 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1506
1507 2010-12-12 Stan Shebs <stan@codesourcery.com>
1508
1509 * gdb.trace/tsv.exp: Test print command on trace state variables.
1510
1511 2010-12-09 Tom Tromey <tromey@redhat.com>
1512
1513 * gdb.base/interp.exp: Add regression test.
1514
1515 2010-12-09 Tom Tromey <tromey@redhat.com>
1516
1517 * gdb.java/jnpe.java: New file.
1518 * gdb.java/jnpe.exp: New file.
1519 * gdb.cp/nextoverthrow.exp: New file.
1520 * gdb.cp/nextoverthrow.cc: New file.
1521
1522 2010-12-07 Doug Evans <dje@google.com>
1523
1524 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1525 of data-directory.
1526 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1527 updated.
1528 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1529
1530 2010-11-29 Michael Snyder <msnyder@vmware.com>
1531
1532 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1533 * gdb.base/call-sc.exp: Ditto.
1534 * gdb.base/finish.exp: Ditto.
1535 * gdb.base/return.exp: Ditto.
1536 * gdb.base/return2.exp: Ditto.
1537
1538 2010-11-30 Doug Evans <dje@google.com>
1539
1540 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1541 (gdb_expect_list): Fix spelling errors in comments.
1542 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1543 send_gdb/gdb_expect_list where applicable.
1544 * gdb.base/call-ar-st.exp: Ditto.
1545 * gdb.base/funcargs.exp: Ditto.
1546 * gdb.base/gcore.exp: Ditto.
1547 * gdb.base/page.exp: Ditto.
1548 * gdb.base/sigaltstack.exp: Ditto.
1549 * gdb.base/siginfo.exp: Ditto.
1550 * gdb.base/sigstep.exp: Ditto.
1551 * gdb.base/trace-commands.exp: Ditto.
1552
1553 2010-11-29 Doug Evans <dje@google.com>
1554
1555 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1556 printer-name;subprinter-name.
1557
1558 2010-11-29 Tom Tromey <tromey@redhat.com>
1559
1560 * gdb.dwarf2/implptr.exp: New file.
1561 * gdb.dwarf2/implptr.c: New file.
1562 * gdb.dwarf2/implptr.S: New file.
1563
1564 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1565
1566 PR python/12199
1567
1568 * gdb.python/py-breakpoint.exp: Test the delete method.
1569
1570 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1571
1572 Fix step_resume_breakpoint unsaved during an infcall.
1573 * gdb.base/step-resume-infcall.exp: New file.
1574 * gdb.base/step-resume-infcall.c: New file.
1575
1576 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1577
1578 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1579
1580 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1581
1582 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1583 on ppc64's symbols; "finish" and "return" commands must accept to
1584 show the caller line again as well as the line after.
1585 * gdb.asm/powerpc64.inc: New file.
1586
1587 2010-11-23 Doug Evans <dje@google.com>
1588
1589 * lib/gdb.exp (gdb_test_sequence): New function.
1590 (gdb_expect_list): Add verbose -log call for each pattern.
1591 * gdb.base/signals.exp (test_handle_all_print): Call it.
1592 Reduce timeout increment from 6 minutes to 1 minute.
1593 * gdb.server/ext-run.exp: Call it.
1594
1595 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1596
1597 PR python/12212
1598
1599 * gdb.python/python.exp: Check that selected_thread raises an
1600 error when no inferior is loaded.
1601
1602 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1603
1604 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1605 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1606
1607 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1610 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1611
1612 2010-11-18 Doug Evans <dje@google.com>
1613
1614 * gdb.server/ext-run.exp: Fix intermittent failures.
1615
1616 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1617
1618 * gdb.stabs/gdb11479.exp: Use runto_main.
1619
1620 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1621
1622 * gdb.base/break-entry.exp: Skip if using a stub.
1623
1624 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1625
1626 * gdb.python/py-inferior.exp: Pack values in target endianness.
1627
1628 2010-11-12 Tom Tromey <tromey@redhat.com>
1629
1630 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1631 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1632 MemoryError.
1633 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1634 type.
1635 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1636 MemoryError.
1637 (test_subscript_regression): Update exception type.
1638
1639 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1640
1641 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1642 breakpoint tests.
1643
1644 2010-11-09 Pedro Alves <pedro@codesourcery.com>
1645
1646 * gdb.base/watchpoint.exp: Test "watch -location" with an
1647 innacessible location.
1648
1649 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
1650 Luis Machado <luisgpm@br.ibm.com>
1651
1652 * gdb.base/maint.exp: Expect "." prefix.
1653 * gdb.base/nodebug.exp: Expect "." Likewise.
1654 * gdb.base/sepsymtab.exp: Expect "." Likewise.
1655 * gdb.base/watchpoint-cond-gone.exp: Likewise.
1656 * gdb.base/watchpoint.exp: Expect a software watch to be created for
1657 POWER server processors.
1658
1659 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
1660 Luis Machado <luisgpm@br.ibm.com>
1661
1662 * gdb.base/break-entry.exp: convert entry point for
1663 ppc64 and expect leading `.' on ppc64's symbols
1664
1665 2010-11-05 Doug Evans <dje@google.com>
1666
1667 * gdb.base/help.exp: Update expected output.
1668 * gdb.python/py-param.exp: Delete, contents moved to ...
1669 * gdb.python/py-parameter.exp: ... here. New file.
1670 Add test for gdb.parameter ("directories").
1671
1672 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1673
1674 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1675 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1676 * configure: Regenerate.
1677 * gdb.opencl/Makefile.in: New File.
1678 * gdb.opencl/datatypes.exp: Likewise.
1679 * gdb.opencl/datatypes.cl: Likewise.
1680 * gdb.opencl/operators.exp: Likewise.
1681 * gdb.opencl/operators.cl: Likewise.
1682 * gdb.opencl/vec_comps.exp: Likewise.
1683 * gdb.opencl/vec_comps.cl: Likewise.
1684 * gdb.opencl/convs_casts.exp: Likewise.
1685 * gdb.opencl/convs_casts.cl: Likewise.
1686 * lib/opencl.exp: Likewise.
1687 * lib/opencl_hostapp.c: Likewise.
1688 * lib/opencl_kernel.cl: Likewise.
1689 * lib/cl_util.c: Likewise.
1690 * lib/cl_util.c: Likewise.
1691 * gdb.base/default.exp (set language): Add "opencl" to the list of
1692 languages.
1693
1694 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
1695
1696 * gdb.cp/overload.exp: Added test for inheritance overload.
1697 * gdb.cp/overload.cc: Ditto.
1698 * gdb.cp/oranking.exp: Removed releveant kfails.
1699
1700 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1701 Joel Brobecker <brobecker@adacore.com>
1702
1703 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1704 check test_compiler_info.
1705
1706 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1707
1708 * gdb.base/gnu_vector.exp: Adjust expect messages.
1709
1710 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1711
1712 * gdb.base/gnu_vector.exp: Add unary operator tests.
1713
1714 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1715
1716 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1717
1718 2010-11-02 Doug Evans <dje@google.com>
1719
1720 * gdb.python/py-pp-maint.c: New file.
1721 * gdb.python/py-pp-maint.exp: New file.
1722 * gdb.python/py-pp-maint.py: New file.
1723
1724 2010-11-02 Tom Tromey <tromey@redhat.com>
1725
1726 * gdb.base/default.exp: Remove "scheme" from language list.
1727
1728 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1729
1730 Revert:
1731 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1732 * gdb.threads/sigstep-threads.exp: New file.
1733 * gdb.threads/sigstep-threads.c: New file.
1734
1735 2010-10-20 Michael Snyder <msnyder@vmware.com>
1736
1737 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1738
1739 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1740
1741 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1742 Skip test completely if gdb,no_hardware_watchpoints.
1743
1744 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1745
1746 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1747 strict, but do not check for any particular function name within libc.
1748
1749 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1750
1751 * gdb.cp/smartp.exp: New test.
1752 * gdb.cp/smartp.cc : New test.
1753
1754 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1755
1756 * gdb.cp/converts.exp: Test pointer to bool conversion.
1757 Test pointer to long conversion.
1758 * gdb.cp/oranking.exp: Removed relevant kfail.
1759
1760 2010-10-18 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1763 argument to lazy_string.
1764 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1765 (pp_ls.to_string): Use it.
1766 * gdb.python/py-prettyprint.c (main): Move declarations to top.
1767 Add "estring2" local.
1768
1769 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1770
1771 Fix s390x compatibility.
1772 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
1773 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1774
1775 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1776
1777 * gdb.threads/sigstep-threads.exp: New file.
1778 * gdb.threads/sigstep-threads.c: New file.
1779
1780 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1781
1782 * gdb.base/pie-execl.exp: New file.
1783 * gdb.base/pie-execl.c: New file.
1784
1785 2010-10-13 Doug Evans <dje@google.com>
1786 Jan Kratochvil <jan.kratochvil@redhat.com>
1787
1788 PR exp/12117
1789 * gdb.cp/ptype-cv-cp.cc: New file.
1790 * gdb.cp/ptype-cv-cp.exp: New file.
1791
1792 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1793
1794 * gdb.cp/converts.cc: New test program.
1795 * gdb.cp/converts.exp: New test.
1796 * gdb.cp/overload.exp: Added test for void* vs int*.
1797 * gdb.cp/overload.exp: Ditto.
1798 * gdb.cp/oranking.exp: Removed related kfail.
1799
1800 2010-10-13 Doug Evans <dje@google.com>
1801
1802 * lib/gdb-python.exp (gdb_check_python_config): New function.
1803 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1804 * gdb.python/lib-types.cc: New file.
1805 * gdb.python/lib-types.exp: New file.
1806
1807 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1808
1809 * gdb.python/py-error.exp: New file.
1810 * gdb.python/py-error.py: New file.
1811
1812 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1813
1814 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1815 gdb_test_multiple.
1816
1817 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1818
1819 * gdb.base/break-interp.exp: Use ldlags for linking flags.
1820 * gdb.base/prelink.exp: Likewise.
1821 * gdb.base/solib-nodir.exp: Likewise.
1822 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1823 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1824 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1825
1826 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1827
1828 * break-interp.exp (test_ld): Use two separate gdb_expect statements
1829 for the "info files" test to avoid timeouts on slow machines.
1830
1831 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1832
1833 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1834 (main): Make openlib dummy call.
1835
1836 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1837
1838 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1839 * break-interp.exp (reach): Move the core body ...
1840 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
1841 (test_ld): Provide always real argument, even to the linker. Replace
1842 dl_main by _dl_debug_state.
1843
1844 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1845
1846 Fix results of prelinked PIEs on ppc*.
1847 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1848 Accept also DISPLACEMENT "PRESENT".
1849 (main): Replace "ZERO" displacements by "PRESENT".
1850
1851 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
1852
1853 * gdb.cp/oranking.exp: New test.
1854 * gdb.cp/oranking.cc: New test program.
1855
1856 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1857
1858 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1859 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1860
1861 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1862
1863 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1864 lush, lynx) New constant.
1865 * gdb.base/constvars.exp: Test const array types.
1866 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1867
1868 2010-10-06 Doug Evans <dje@google.com>
1869
1870 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1871 of syscall staging area.
1872
1873 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1874
1875 * gdb.base/gnu_vector.c: Add variable c4.
1876 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1877 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1878
1879 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
1880
1881 * gdb.arch/altivec-abi.exp: Fix a typo.
1882
1883 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
1884
1885 * lib/mi-support.exp (thread_selected_re): Correct pattern used
1886 to match a thread ID.
1887
1888 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1889
1890 Fix s390x testcase compatibility.
1891 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1892
1893 2010-10-01 Doug Evans <dje@google.com>
1894
1895 * lib/gdb-python.exp: New file.
1896 * gdb.python/py-block.exp: Use it.
1897 * gdb.python/py-breakpoint.exp: Ditto.
1898 * gdb.python/py-frame.exp: Ditto.
1899 * gdb.python/py-inferior.exp: Ditto.
1900 * gdb.python/py-param.exp: Ditto.
1901 * gdb.python/py-prettyprint.exp: Ditto.
1902 * gdb.python/py-shared.exp: Ditto.
1903 * gdb.python/py-symbol.exp: Ditto.
1904 * gdb.python/py-symtab.exp: Ditto.
1905 * gdb.python/py-type.exp: Ditto.
1906 * gdb.python/py-value.exp: Ditto.
1907 * gdb.python/python.exp: Ditto.
1908
1909 2010-09-30 Tom Tromey <tromey@redhat.com>
1910
1911 * gdb.base/anon.exp: New file.
1912 * gdb.base/anon.c: New file.
1913
1914 2010-09-30 Tom Tromey <tromey@redhat.com>
1915
1916 * gdb.base/completion.exp: Test completion through anonymous
1917 union.
1918 * gdb.base/break1.c (struct some_struct): Add anonymous union.
1919
1920 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1921
1922 Fix printing parameters of inlined functions.
1923 * gdb.dwarf2/dw2-inline-param.exp: New file.
1924 * gdb.dwarf2/dw2-inline-param-main.c: New file.
1925 * gdb.dwarf2/dw2-inline-param.S: New file.
1926
1927 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 PR corefiles/12071.
1930 * gdb.base/corefile.exp (quit with a process, no question: load core)
1931 (quit with a core file): New tests.
1932
1933 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1934
1935 Fix GDB crash on inferior calls with self-referencing classes.
1936 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1937 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1938 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1939
1940 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1941
1942 Fix lost siginfo_t for inferior calls.
1943 * gdb.base/siginfo-infcall.exp: New file.
1944 * gdb.base/siginfo-infcall.c: New file.
1945
1946 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1947
1948 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1949
1950 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1953 New test.
1954 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1955
1956 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1957
1958 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1959 type of our const type.
1960
1961 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1962
1963 * gdb.cp/pr12028.cc: New.
1964 * gdb.cp/pr12028.exp: New.
1965
1966 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1967
1968 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1969
1970 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1971 Jan Kratochvil <jan.kratochvil@redhat.com>
1972
1973 PR mi/11407
1974 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1975 * gdb.mi/dw2-ref-missing-frame-main.c New File.
1976 * gdb.mi/dw2-ref-missing-frame.S New File.
1977 * gdb.mi/dw2-ref-missing-frame.exp New File.
1978
1979 2010-09-14 Tom Tromey <tromey@redhat.com>
1980
1981 PR symtab/8399:
1982 * gdb.threads/tls.exp: Remove kfail. Update expected output.
1983
1984 2010-09-14 Tom Tromey <tromey@redhat.com>
1985
1986 PR exp/11803:
1987 * gdb.threads/tls.exp: Use C++.
1988 (check_thread_local): Use K::another_thread_local.
1989 * gdb.threads/tls.c (class K): New.
1990 (another_thread_local): Now a member of K.
1991 (spin): Update. No longer K&R C.
1992
1993 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1994
1995 * gdb.cp/koenig.cc: created class for testing member lookup.
1996 * gdb.cp/koenig.exp: Added test for member lookup.
1997
1998 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1999
2000 Fix false FAILs on sourcetree topdir directory containing "kill".
2001 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
2002 source line matching regexp.
2003
2004 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2005
2006 * gdb.python/python.exp (set height 0, collect help from uiout)
2007 (verify help to uiout): New tests.
2008
2009 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2010
2011 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
2012 is_lp64_target to check 64bit target.
2013
2014 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
2017 (test_ld) <powerpc64-*>: New.
2018
2019 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2020
2021 * gdb.cp/templates.exp (test_template_args): Allow "struct".
2022
2023 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2024
2025 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
2026 (FunctionArg::method): New function.
2027 (empty, arg): New variables.
2028 (main): Call arg.method.
2029 * gdb.cp/templates.exp (test_template_args): New function.
2030 (do_tests): Call it.
2031
2032 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2033
2034 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
2035 of "next" to proceed over pthread_exit call.
2036
2037 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2038
2039 * gdb.base/maint.exp: Avoid wildcards against potentially very long
2040 "maint print statistics" output to prevent expect timeouts.
2041
2042 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2043
2044 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
2045 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2046 (test_float_rejected): ... here.
2047 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
2048 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2049 (test_float_rejected): ... here.
2050 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
2051 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2052 (test_float_rejected): ... here.
2053 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
2054 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2055 (test_float_rejected): ... here.
2056
2057 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2058
2059 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
2060 before disabling hardware watchpoints.
2061 (test_inaccessible_watchpoint): Check that hardware watchpoints
2062 are used. Test for watchpoints on a constant address.
2063
2064 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2065
2066 * gdb.base/ui-redirect.exp: New file.
2067
2068 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2069 Joel Brobecker <brobecker@adacore.com>
2070
2071 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
2072
2073 2010-08-31 Doug Evans <dje@google.com>
2074
2075 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
2076
2077 2010-08-30 Tom Tromey <tromey@redhat.com>
2078
2079 PR python/11792:
2080 * gdb.python/py-value.exp (test_subscript_regression): Add
2081 dynamic_type test.
2082
2083 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
2084
2085 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
2086 instead of running to main. Do not test the main function.
2087 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
2088 Add new main.
2089
2090 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2091
2092 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
2093 one test.
2094
2095 2010-08-24 Doug Evans <dje@google.com>
2096
2097 PR symtab/11942
2098 * gdb.dwarf2/dw4-sig-types.cc: New file.
2099 * gdb.dwarf2/dw4-sig-types.h: New file.
2100 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2101 * gdb.dwarf2/dw4-sig-types.exp: New file.
2102
2103 2010-08-23 Tom Tromey <tromey@redhat.com>
2104
2105 PR python/11145:
2106 * gdb.python/py-value.c (Base, Derived): New types.
2107 (base): New global.
2108 * gdb.python/py-value.exp (test_subscript_regression): Add
2109 dynamic_cast test.
2110
2111 2010-08-23 Tom Tromey <tromey@redhat.com>
2112
2113 PR python/10676:
2114 * gdb.python/py-type.exp (test_fields): Add tests for type
2115 equality.
2116
2117 2010-08-23 Tom Tromey <tromey@redhat.com>
2118
2119 PR python/11915:
2120 * gdb.python/py-type.exp (test_fields): Add tests for array.
2121
2122 2010-08-23 Keith Seitz <keiths@redhat.com>
2123
2124 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
2125 have any children. Create a new abbrev for it.
2126 Add missing terminal sequence to .debug_abbrev.
2127
2128 2010-08-20 Keith Seitz <keiths@redhat.com>
2129
2130 PR symtab/11465:
2131 * gdb.dwarf2/pr11465.exp: New test.
2132 * gdb.dwarf2/pr11465.S: New file.
2133 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
2134 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
2135
2136 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2137
2138 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
2139 registers. Update data sets with the new v2_double element in the
2140 VSX register union. Add vector_register3_vr data set for the AltiVec
2141 registers. Use gdb_test_no_output instead of send_gdb.
2142
2143 2010-08-19 Pedro Alves <pedro@codesourcery.com>
2144
2145 * gdb.python/py-shared.exp: New file, factored out from
2146 python.exp.
2147 * gdb.python/py-shared.c: New file.
2148 * gdb.python/py-shared-sl.c: New file.
2149 * gdb.python/python-1.c: New file.
2150 * gdb.python/python-sl.c: Delete.
2151 * gdb.python/python.c: Mention python-1.c.
2152 * gdb.python/python.exp: Move shared library tests to
2153 py-shared.exp.
2154 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
2155 (MISCELLANEOUS): New.
2156 (clean mostlyclean): Also remove $MISCELLANEOUS.
2157
2158 2010-08-19 Doug Evans <dje@google.com>
2159
2160 PR exp/11926
2161 * gdb.base/printcmds.exp (test_float_accepted): New function.
2162 Move existing float tests there. Add tests for floats with suffixes.
2163 (test_float_rejected): New function.
2164 * gdb.java/jv-print.exp (test_float_accepted): New function.
2165 (test_float_rejected): New function.
2166 * gdb.objc/print.exp: New file.
2167 * gdb.pascal/print.exp: New file.
2168 * lib/objc.exp: New file.
2169
2170 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2171
2172 * gdb.base/default.exp (info set): Avoid full buffer error and force
2173 reading up to final gdb prompt.
2174 (show): Likewise.
2175
2176 2010-08-18 Tom Tromey <tromey@redhat.com>
2177
2178 PR symtab/11919:
2179 * gdb.base/completion.exp: Add test.
2180
2181 2010-08-18 Doug Evans <dje@google.com>
2182
2183 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
2184 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
2185 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
2186 Simplify, early exit if runto_main fails.
2187 * gdb.fortran/exprs.exp: load_lib fortran.exp.
2188 (set_lang_fortran): Moved to lib/fortran.exp.
2189 * gdb.fortran/types.exp: load_lib fortran.exp.
2190 (set_lang_fortran): Moved to lib/fortran.exp.
2191 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
2192 * gdb.java/jprint.exp (set_lang_java): Ditto.
2193 * gdb.java/jv-exp.exp: load_lib java.exp.
2194 If set_lang_java fails, issue a warning instead of failure to be
2195 consistent with other set_lang_foo uses.
2196 (set_lang_java): Moved to lib/java.exp.
2197 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
2198 If set_lang_java fails, issue a warning instead of failure to be
2199 consistent with other set_lang_foo uses.
2200 * gdb.pascal/types.exp: load_lib pascal.exp.
2201 (set_lang_pascal): Moved to lib/pascal.exp.
2202 * lib/fortran.exp: New file.
2203 * lib/java.exp (set_lang_java): New function.
2204 * lib/pascal.exp (set_lang_pascal): New function.
2205
2206 2010-08-18 Yao Qi <yao@codesourcery.com
2207
2208 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2209 func_nofb_start and func_loopfb_start, so that address of functions
2210 is equal to these labels on Thumb.
2211
2212 2010-08-18 Yao Qi <yao@codesourcery.com>
2213
2214 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2215 to reflect latest c source file.
2216
2217 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2218
2219 * gdb.cp/infcall-dlopen.exp: New file.
2220 * gdb.cp/infcall-dlopen.cc: New file.
2221 * gdb.cp/infcall-dlopen-lib.cc: New file.
2222
2223 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2224 Pedro Alves <pedro@codesourcery.com>
2225
2226 PR breakpoints/11371
2227
2228 * gdb.base/watch-cond-infcall.exp: New file.
2229 * gdb.base/watch-cond-infcall.c: New file.
2230
2231 2010-08-16 Tom Tromey <tromey@redhat.com>
2232
2233 * gdb.base/help.exp: Update.
2234 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2235 watchpoint.
2236 (test_watch_location): New proc.
2237 (test_watchpoint_in_big_blob): Delete watchpoint.
2238 * gdb.base/watchpoint.c (func5): New function.
2239 (main): Call it.
2240
2241 2010-08-16 Doug Evans <dje@google.com>
2242
2243 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2244
2245 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2246
2247 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2248 tests.
2249
2250 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2251
2252 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2253 * gdb.base/gnu_vector.c: New File.
2254 * gdb.base/gnu_vector.exp: Likewise.
2255
2256 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2257
2258 * gdb.python/python.c: New File.
2259 * gdb.python/python-sl.c: New File.
2260 * gdb.python/python.exp: Test solib_address and decode_line
2261 * functions.
2262
2263 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdb.python/python.exp (show height, set height 10)
2266 (verify pagination beforehand, verify pagination beforehand: q)
2267 (gdb.execute does not page, verify pagination afterwards)
2268 (verify pagination afterwards: q): New.
2269
2270 2010-08-02 Doug Evans <dje@google.com>
2271
2272 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2273 because of an older gcc, change test2
2274 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2275 to unsupported.
2276
2277 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
2278
2279 * gdb.base/break-always.exp: Do not expect full paths to file
2280 names.
2281 * gdb.base/commands.exp: Likewise.
2282
2283 2010-07-30 Doug Evans <dje@google.com>
2284
2285 * gdb.cp/temargs.exp: For new tests that require newer gccs,
2286 xfail them when run with older gccs.
2287
2288 * lib/gdb.exp (build_executable): Forward "c++" option to
2289 get_compiler_info.
2290
2291 * gdb.python/py-type.exp (test_template): Mark as xfail tests
2292 "python print ttype.template_argument(1)" and
2293 "python print isinstance(ttype.template_argument(1), gdb.Value)"
2294 if using gcc 4.4 or earlier.
2295
2296 * gdb.base/valgrind-db-attach.exp: Use unique test name for
2297 attach-to-debugger handling.
2298
2299 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2300
2301 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2302 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2303 (main): Use copyreloc.
2304 * gdb.base/prelink.exp (split debug of executable)
2305 (.dynbss vs. .bss address shift): New tests.
2306
2307 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2308
2309 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2310 in gdb_test_multiple.
2311
2312 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2313
2314 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2315 environment.
2316
2317 2010-07-28 Tom Tromey <tromey@redhat.com>
2318
2319 PR python/11060:
2320 * gdb.python/py-type.c (Temargs): New template.
2321 (temvar): New variable.
2322 * gdb.python/py-type.exp (test_template): New proc.
2323
2324 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2325
2326 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2327 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2328
2329 2010-07-28 Tom Tromey <tromey@redhat.com>
2330
2331 PR c++/9946:
2332 * gdb.cp/temargs.exp: New file.
2333 * gdb.cp/temargs.cc: New file.
2334
2335 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2336
2337 * gdb.base/help.exp (help disassemble): Update the content.
2338
2339 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2340
2341 * gdb.threads/ia64-sigill.exp: New file.
2342 * gdb.threads/ia64-sigill.c: New file.
2343
2344 2010-07-27 Tom Tromey <tromey@redhat.com>
2345
2346 * gdb.opt/inline-cmds.c (ATTR): New define.
2347 (func1): Use it.
2348 (func2): Likewise.
2349 (func3): Likewise.
2350 (outer_inline1): Likewise.
2351 (outer_inline2): Likewise.
2352 * gdb.opt/inline-bt.c (ATTR): New define.
2353 (func1): Use it.
2354 (func2): Likewise.
2355 * gdb.opt/inline-locals.c (ATTR): New define.
2356 (func1): Use it.
2357 (func2): Likewise.
2358
2359 2010-07-27 Tom Tromey <tromey@redhat.com>
2360
2361 * gdb.stabs/gdb11479.c (hack): New function.
2362 (test): Use it.
2363 (test2): Use it.
2364 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
2365 (int32_search_buf, int64_search_buf): No longer static.
2366 (x): Remove.
2367 * gdb.base/relocate.c (hack): New function.
2368
2369 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2370
2371 * gdb.python/py-value.exp (test_inferior_function_call): New function.
2372 * gdb.python/py-value.c (func1): New function.
2373 (func2): Likewise.
2374
2375 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
2376
2377 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
2378 as not to clash with .data section.
2379
2380 2010-07-26 Jerome Guitton <guitton@adacore.com>
2381
2382 * gdb.base/code_elim.exp: New file.
2383 * gdb.base/code_elim1.c: New file.
2384 * gdb.base/code_elim2.c: New file.
2385
2386 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2387
2388 PR symtab/11827
2389
2390 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
2391 (some_volatile_enum): New variable.
2392 * gdb.base/printcmds.exp (test_print_enums): New.
2393 <top level>: Call it.
2394
2395 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2396
2397 * gdb.cp/fpointer.cc: New test.
2398 * gdb.cp/fpointer.exp: New test.
2399
2400 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2401
2402 * gdb.base/solib-nodir.exp: New file.
2403 * lib/gdb.exp (runto): New case for a GDB internal error.
2404
2405 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2406 Ulrich Weigand <uweigand@de.ibm.com>
2407 Tom Tromey <tromey@redhat.com>
2408
2409 * gdb.base/charset-malloc.c: New file.
2410 * gdb.base/charset.c (malloc_stub): New prototype.
2411 (main): Call it instead of malloc itself.
2412 * gdb.base/charset.exp: Use only prepare_for_testing.
2413 (binfile): Remove the variable.
2414
2415 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2416
2417 Make core files the process_stratum.
2418 * gdb.base/corefile.exp (run: load core again)
2419 (run: sanity check we see the core file, run: with core)
2420 (run: core file is cleared, attach: load core again)
2421 (attach: sanity check we see the core file, attach: with core)
2422 (attach: core file is cleared): New tests.
2423 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
2424
2425 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2426
2427 * gdb.arch/altivec-abi.exp: New tests.
2428
2429 2010-07-13 Tom Tromey <tromey@redhat.com>
2430
2431 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2432 (main): Use it.
2433 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2434
2435 2010-07-13 Tom Tromey <tromey@redhat.com>
2436
2437 * gdb.base/label.exp: New file.
2438 * gdb.base/label.c: New file.
2439
2440 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2441 H.J. Lu <hongjiu.lu@intel.com>
2442
2443 * lib/gdb.exp (is_ilp32_target): New.
2444 (is_lp64_target): Likewise.
2445
2446 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2447 target.
2448 * gdb.arch/amd64-disp-step.exp: Likewise.
2449 * gdb.arch/amd64-dword.exp: Likewise.
2450 * gdb.arch/amd64-i386-address.exp: Likewise.
2451 * gdb.arch/amd64-word.exp: Likewise.
2452
2453 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2454 target.
2455 * gdb.arch/i386-bp_permanent.exp: Likewise.
2456 * gdb.arch/i386-byte.exp: Likewise.
2457 * gdb.arch/i386-disp-step.exp: Likewise.
2458 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2459 * gdb.arch/i386-prologue.exp: Likewise.
2460 * gdb.arch/i386-size-overlap.exp: Likewise.
2461 * gdb.arch/i386-size.exp: Likewise.
2462 * gdb.arch/i386-sse.exp: Likewise.
2463 * gdb.arch/i386-unwind.exp: Likewise.
2464 * gdb.arch/i386-word.exp: Likewise.
2465
2466 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2467 test only when building 64-bit executables. Do not hard-code
2468 -m64 option.
2469
2470 2010-07-07 Doug Evans <dje@google.com>
2471
2472 * lib/gdb.exp (gdb_test_list_exact): New function.
2473 * gdb.base/default.exp (show convenience): Call it, add tests for
2474 $_sdata = void, $_thread = 0.
2475
2476 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2477 Joel Brobecker <brobecker@adacore.com>
2478
2479 Fix re-run of PIE executable, PR shlibs/11776.
2480 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2481 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2482 and re-"run" of the inferior.
2483
2484 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2485 Joel Brobecker <brobecker@adacore.com>
2486
2487 Cope with missing /usr/sbin/prelink.
2488 * lib/prelink-support.exp (prelink_no):
2489 <result == 1 && $output is "no such file or directory">: New.
2490 (prelink_yes): Likewise. Return on failed prelink_no.
2491
2492 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2493 Joel Brobecker <brobecker@adacore.com>
2494
2495 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2496 build_executable by build_executable_own_libs. Replace "prelink -R"
2497 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2498 change.
2499 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2500 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2501 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2502 Replace build_executable by build_executable_own_libs's function
2503 build_executable_own_libs.
2504 (prelinkNO): Create new stub to call prelink_no.
2505 (prelinkYES): Create new stub to call prelink_yes.
2506 (test_attach): Rename calls of copy to file_copy.
2507 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2508 (copy): Move to ...
2509 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2510 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2511 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2512 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2513 special flags by gdb_compile_shlib. Replace second gdb_compile by
2514 build_executable_own_libs. Replace "prelink -R" execution by a call of
2515 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2516 a second call of prelink_yes. Replace restart commands by
2517 clean_restart.
2518 (prelink): Rename to ...
2519 (seen displacement message): ... this test. Extend its expectation
2520 strictness.
2521
2522 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2523
2524 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2525 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2526 displacement message exactly once.
2527
2528 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2529 Joel Brobecker <brobecker@adacore.com>
2530
2531 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2532 its restore after the <$relink_args != ""> loop. new comment.
2533
2534 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2535 Joel Brobecker <brobecker@adacore.com>
2536
2537 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2538 code for it. New variable relink_args.
2539 (prelinkYES): Call prelinkNO.
2540 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2541 in such case. Move the core code to ...
2542 (test_attach_gdb): ... a new function. Send GDB command "file".
2543 Extend expected "Attaching to " string.
2544
2545 2010-07-02 Tom Tromey <tromey@redhat.com>
2546
2547 * gdb.base/bitops.exp: Remove extraneous "pass".
2548
2549 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2550
2551 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2552
2553 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2554
2555 * gdb.base/help.exp: Adjust expected output.
2556
2557 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2558
2559 * gdb.base/help.exp: Adjust expected output.
2560
2561 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2562
2563 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2564 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2565 c++/11702.
2566
2567 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2568 Doug Evans <dje@google.com>
2569
2570 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2571 add .dynamic entry'.
2572
2573 2010-06-29 Doug Evans <dje@google.com>
2574
2575 Test PR c++/11702.
2576 * gdb.cp/m-static.exp: Add testcase.
2577 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2578
2579 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2580 Tom Tromey <tromey@redhat.com>
2581 Thiago Jung Bauermann <bauerman@br.ibm.com>
2582
2583 * gdb.python/py-inferior.c: New File.
2584 * gdb.python/py-infthread.c: New File.
2585 * gdb.python/py-inferior.exp: New File.
2586 * gdb.python/py-infthread.exp: New File.
2587
2588 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2589
2590 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2591 (ptype ::C::OtherFileClass typedefs): New.
2592 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2593 (C::OtherFileClass::cOtherFileClassVar2): New.
2594 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2595 cOtherFileClassVar2.
2596 (C::cOtherFileType2, C::cOtherFileVar2): New.
2597 (C::cOtherFileVar_use): use also cOtherFileVar2.
2598 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2599
2600 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2601
2602 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2603 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2604 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2605 (print ::C::cOtherFileVar)
2606 (whatis C::OtherFileClass::cOtherFileClassType)
2607 (whatis ::C::OtherFileClass::cOtherFileClassType)
2608 (print C::OtherFileClass::cOtherFileClassVar)
2609 (print ::cOtherFileClassVar)
2610 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2611 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2612 trailing content.
2613 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2614 (C::OtherFileClass::cOtherFileClassVar)
2615 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2616 (C::cOtherFileVar, C::cOtherFileVar_use): New.
2617
2618 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2619
2620 Test PR c++/11703 and PR gdb/1448.
2621 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2622 gdb/1448.
2623
2624 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2627 (main) <rtti_data>: New.
2628 * gdb.cp/virtbase.exp (print rtti_data): New.
2629
2630 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2631 Joel Brobecker <brobecker@adacore.com>
2632
2633 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2634
2635 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2636
2637 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2638
2639 2010-06-28 Doug Evans <dje@google.com>
2640
2641 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2642
2643 2010-06-27 Doug Evans <dje@google.com>
2644
2645 * gdb.cp/m-static.exp: Update expected test output.
2646
2647 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2648
2649 * gdb.gdb/selftest.exp: Adjust expected message for
2650 capturing start-up runtime.
2651
2652 2010-06-25 Tom Tromey <tromey@redhat.com>
2653
2654 PR python/10808:
2655 * gdb.python/python.exp: Add new tests.
2656
2657 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
2658
2659 * gdb.cp/operator.cc: Created an import loop.
2660 * gdb.cp/operator.exp: Added testcase for import loop.
2661
2662 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2663
2664 Test PR python/11407.
2665 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2666 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2667 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2668 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2669 executable_nofb and executable_fb. New variables srcsfile, objsfile,
2670 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2671 binfile. Call gdb_compile with clean_restart twice.
2672 (func_nofb print, func_nofb backtrace, func_loopfb print)
2673 (func_loopfb backtrace): New.
2674
2675 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2678 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2679 by a hand made one.
2680 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
2681 i?86 requirement. Remove variables srcfile and binfile. New variable
2682 sources, executable_nofb and executable_fb. Call prepare_for_testing.
2683
2684 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2685
2686 * gdb.cell/dwarfaddr.exp: New file.
2687 * gdb.cell/dwarfaddr.S: New file.
2688
2689 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2690
2691 Test PR 9436.
2692 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2693
2694 2010-06-24 Hui Zhu <teawater@gmail.com>
2695
2696 * gdb.base/eval.exp: New file.
2697
2698 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2699
2700 * gdb.cell/fork.exp: New file.
2701 * gdb.cell/fork.c: Likewise.
2702 * gdb.cell/fork-spu.c: Likewise.
2703
2704 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
2705
2706 * lib/gdb.exp (banned_variables_traced): New global variable.
2707 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2708 (gdb_init): Use `trace add variable' instead of obsolete
2709 `trace variable'.
2710
2711 2010-06-21 Doug Evans <dje@google.com>
2712
2713 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2714
2715 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2716
2717 * gdb.arch/spu-ls.exp: New file.
2718 * gdb.arch/spu-ls.c: Likewise.
2719
2720 2010-06-18 Stan Shebs <stan@codesourcery.com>
2721
2722 * gdb.threads/thread-specific.exp: Add tests of $_thread.
2723
2724 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2725
2726 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2727 * gdb.base/watch-cond.exp: Likewise.
2728 * gdb.python/py-breakpoint.exp: Likewise.
2729
2730 2010-06-18 Pedro Alves <pedro@codesourcery.com>
2731
2732 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2733 clean_restart, make sure every test has a distinct message, and
2734 that messages don't include the executable' full path.
2735
2736 2010-06-17 Doug Evans <dje@google.com>
2737
2738 * gdb.arch/i386-size.exp: Updated expected output for
2739 DISASSEMBLY_OMIT_FNAME.
2740
2741 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2742 Sergio Durigan Junior <sergiodj@redhat.com>
2743
2744 * gdb.base/watch-notconst.c: New file.
2745 * gdb.base/watch-notconst.S: New file.
2746 * gdb.base/watch-notconst2.c: New file.
2747 * gdb.base/watch-notconst2.S: New file.
2748 * gdb.base/watch-notconst.exp: New file.
2749 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2750 (func4): Add operations on `global_ptr_ptr'.
2751 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2752 routine to test watchpoints created with a constant expression.
2753 (test_inaccessible_watchpoint): Include tests for watchpoints
2754 created with a constant expression.
2755
2756 2010-06-14 Kevin Buettner <kevinb@redhat.com>
2757
2758 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2759 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2760 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2761 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2762 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2763 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2764 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2765 of `_start'.
2766
2767 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2768
2769 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2770 not supported on the target.
2771 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2772 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2773 * gdb.mi/mi-nsintrall.exp: Likewise.
2774 * gdb.mi/mi-nsmoribund.exp: Likewise.
2775 * gdb.mi/mi-nsthrexec.exp: Likewise.
2776
2777 2010-06-11 Stan Shebs <stan@codesourcery.com>
2778
2779 * gdb.base/permissions.exp: New file.
2780
2781 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2782
2783 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2784 does not support ELF executable class.
2785
2786 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2787
2788 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2789
2790 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2791
2792 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2793 (runto): Catch "The target does not support running in non-stop mode.".
2794
2795 2010-06-11 Michael Snyder <msnyder@vmware.com>
2796
2797 * gdb.base/setshow.exp (set language asm): Don't use
2798 gdb_test_no_output, fails on some targets.
2799
2800 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2801
2802 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2803 * gdb.cp/pr9167.exp: Likewise.
2804
2805 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2806
2807 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2808
2809 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2810
2811 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2812
2813 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2814
2815 * gdb.base/charset.c (main): Make sure malloc gets linked in.
2816
2817 2010-06-11 Tom Tromey <tromey@redhat.com>
2818
2819 PR gdb/9977, PR exp/11636::
2820 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2821 (pieces_test_f6): Update expected output.
2822
2823 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2824
2825 * gdb.base/moribund-step.exp: New.
2826
2827 2010-06-08 Michael Snyder <msnyder@vmware.com>
2828
2829 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
2830 * gdb.ada/boolean_expr.exp:
2831 * gdb.ada/frame_args.exp: Ditto.
2832 * gdb.ada/lang_switch.exp: Ditto.
2833 * gdb.ada/ptype_arith_binop.exp: Ditto.
2834 * gdb.ada/ref_param.exp: Ditto.
2835 * gdb.ada/type_coercion.exp:Ditto.
2836
2837 * gdb.asm/asm-source.exp: Ditto.
2838
2839 * gdb.base/attach.exp: Ditto.
2840 * gdb.base/bitfields2.exp: Ditto.
2841 * gdb.base/call-signal-resume.exp: Ditto.
2842 * gdb.base/callfuncs.exp: Ditto.
2843 * gdb.base/commands.exp: Ditto.
2844 * gdb.base/dbx.exp: Ditto.
2845 * gdb.base/default.exp: Ditto.
2846 * gdb.base/dump.exp: Ditto.
2847 * gdb.base/exprs.exp: Ditto.
2848 * gdb.base/freebpcmd.exp: Ditto.
2849 * gdb.base/interrupt.exp: Ditto.
2850 * gdb.base/list.exp: Ditto.
2851 * gdb.base/long_long.exp: Ditto.
2852 * gdb.base/maint.exp: Ditto.
2853 * gdb.base/ptype.exp: Ditto.
2854 * gdb.base/return.exp: Ditto.
2855 * gdb.base/setshow.exp: Ditto.
2856 * gdb.base/sigbpt.exp: Ditto.
2857 * gdb.base/sigrepeat.exp: Ditto.
2858
2859 * gdb.cp/classes.exp: Ditto.
2860
2861 * gdb.dwarf2/dw2-restore.exp: Ditto.
2862
2863 * gdb.gdb/selftest.exp: Ditto.
2864
2865 * gdb.multi/base.exp: Ditto.
2866 * gdb.multi/bkpt-multi-exec.exp: Ditto.
2867
2868 * gdb.python/py-block.exp: Ditto.
2869 * gdb.python/py-prettyprint.exp: Ditto.
2870 * gdb.python/py-template.exp: Ditto.
2871
2872 * gdb.server/ext-attach.exp: Ditto.
2873 * gdb.server/ext-run.exp: Ditto.
2874 * gdb.server/server-mon.exp: Ditto.
2875
2876 * gdb.threads/fork-thread-pending.exp: Ditto.
2877 * gdb.threads/hand-call-in-threads.exp: Ditto.
2878 * gdb.threads/interrupted-hand-call.exp: Ditto.
2879 * gdb.threads/linux-dp.exp: Ditto.
2880 * gdb.threads/manythreads.exp: Ditto.
2881 * gdb.threads/print-threads.exp: Ditto.
2882 * gdb.threads/pthreads.exp: Ditto.
2883 * gdb.threads/schedlock.exp: Ditto.
2884 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2885 * gdb.threads/threadapply.exp: Ditto.
2886
2887 2010-06-08 Michael Snyder <msnyder@vmware.com>
2888
2889 * gdb.ada/exec_changed.exp:
2890 Use ".*" instead of "" as wildcard regexp.
2891
2892 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2893 * gdb.base/call-ar-st.exp: Ditto.
2894 * gdb.base/checkpoint.exp: Ditto.
2895 * gdb.base/default.exp: Ditto.
2896 * gdb.base/dump.exp: Ditto.
2897 * gdb.base/ending-run.exp: Ditto.
2898 * gdb.base/fileio.exp: Ditto.
2899 * gdb.base/miscexprs.exp: Ditto.
2900 * gdb.base/pointers.exp: Ditto.
2901 * gdb.base/readline.exp: Ditto.
2902 * gdb.base/reread.exp: Ditto.
2903 * gdb.base/restore.exp: Ditto.
2904 * gdb.base/shlib-call.exp: Ditto.
2905 * gdb.base/valgrind-db-attach.exp: Ditto.
2906 * gdb.base/volatile.exp: Ditto.
2907 * gdb.base/watchpoints.exp: Ditto.
2908
2909 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2910
2911 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2912 * gdb.python/py-value.exp: Ditto.
2913
2914 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2915 * gdb.trace/circ.exp: Ditto.
2916 * gdb.trace/collection.exp: Ditto.
2917 * gdb.trace/packetlen.exp: Ditto.
2918 * gdb.trace/passc-dyn.exp: Ditto.
2919 * gdb.trace/report.exp: Ditto.
2920 * gdb.trace/tfile.exp: Ditto.
2921 * gdb.trace/tfind.exp: Ditto.
2922 * gdb.trace/while-dyn.exp: Ditto.
2923
2924 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2925
2926 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2927
2928 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2929
2930 Test PR 10640.
2931 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2932
2933 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2934
2935 * gdb.cp/koenig.exp: Test for ADL operators.
2936 * gdb.cp/koenig.cc: Added ADL operators.
2937 * gdb.cp/operator.exp: New test.
2938 * gdb.cp/operator.cc: New test.
2939
2940 2010-06-04 Michael Snyder <msnyder@vmware.com>
2941
2942 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2943 * gdb.base/pending.exp: Ditto.
2944
2945 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2946
2947 2010-06-04 Doug Evans <dje@google.com>
2948
2949 * gdb.python/py-prettyprint.exp: Add new test for enabled and
2950 disabled printers.
2951 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2952 (enable_lookup_function): New function.
2953
2954 2010-06-04 Tom Tromey <tromey@redhat.com>
2955
2956 * gdb.python/py-value.exp (test_value_hash): Don't test equality
2957 of hash and id.
2958
2959 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2960
2961 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2962 newline.
2963 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2964 (empty verbose non-noisy clear, empty verbose noisy clear)
2965 (empty non-verbose noisy clear): Likewise.
2966
2967 2010-06-03 Michael Snyder <msnyder@vmware.com>
2968
2969 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2970 * gdb.base/display.exp: Ditto.
2971 * gdb.base/find.exp: Ditto.
2972 * gdb.base/ifelse.exp: Ditto.
2973 * gdb.base/multi-forks.exp: Ditto.
2974 * gdb.base/recurse.exp: Ditto.
2975 * gdb.base/setshow.exp: Ditto.
2976 * gdb.base/value-double-free.exp: Ditto.
2977 * gdb.base/watch-vfork.exp: Ditto.
2978 * gdb.base/watch_thread_num.exp: Ditto.
2979 * gdb.base/watchpoint-solib.exp: Ditto.
2980 * gdb.base/watchpoint.exp: Ditto.
2981 * gdb.base/watchpoints.exp: Ditto.
2982
2983 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2984 * gdb.cp/overload.exp: Ditto.
2985 * gdb.cp/virtfunc.exp: Ditto.
2986
2987 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2988
2989 * gdb.reverse/watch-precsave.exp:
2990 Replace gdb_test with gdb_test_no_output.
2991
2992 * gdb.threads/attach-into-signal.exp:
2993 Replace gdb_test with gdb_test_no_output.
2994 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2995 * gdb.threads/watchthreads.exp: Ditto.
2996 * gdb.threads/watchthreads2.exp: Ditto.
2997
2998 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
2999 * gdb.trace/tfind.exp: Ditto.
3000
3001 2010-06-03 Joel Brobecker <brobecker@adacore.com>
3002
3003 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
3004 successful test if message is the empty string.
3005
3006 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 * gdb.fortran/module.exp (stopped language detection): New test.
3009
3010 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3011
3012 Support DW_TAG_module as separate namespaces.
3013 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
3014 gdb.fortran/library-module-lib.f90: New.
3015 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
3016 (print i): Remove.
3017 (continue to breakpoint: i-is-1, print var_i value 1)
3018 (continue to breakpoint: i-is-2, print var_i value 2)
3019 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
3020 (print var_d, print var_i value 14, ptype modmany, complete `modm)
3021 (complete `modmany, complete `modmany`, complete `modmany`var)
3022 (show language, setting breakpoint at module): New tests.
3023 * gdb.fortran/module.f90 (module mod): Remove.
3024 (module mod1, module mod2, module modmany, subroutine sub1)
3025 (subroutine sub2, program module): New.
3026
3027 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3028
3029 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
3030 (print value of rUC, print value of rI, print value of UI): ... here.
3031 * gdb.cp/anon-union.exp (pass): Rename to ...
3032 (print z 2): ... here.
3033
3034 2010-06-02 Michael Snyder <msnyder@vmware.com>
3035
3036 * gdb.trace/actions.exp: Use gdb_test_no_output.
3037 * gdb.trace/circ.exp: Ditto.
3038 * gdb.trace/packetlen.exp: Ditto.
3039 * gdb.trace/save-trace.exp: Ditto.
3040 * gdb.trace/tracecmd.exp: Ditto.
3041 * gdb.trace/tsv.exp: Ditto.
3042
3043 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
3044 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
3045 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3046 * gdb.threads/manythreads.exp: Ditto.
3047 * gdb.threads/print-threads.exp: Ditto.
3048 * gdb.threads/pthreads.exp: Ditto.
3049 * gdb.threads/schedlock.exp: Ditto.
3050 * gdb.threads/staticthreads.exp: Ditto.
3051 * gdb.threads/thread-specific.exp: Ditto.
3052 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3053 * gdb.threads/threadapply.exp: Ditto.
3054 * gdb.threads/watchthreads.exp: Ditto.
3055 * gdb.threads/watchthreads2.exp: Ditto.
3056
3057 * gdb.python/py-block.exp: Use gdb_test_no_output.
3058 * gdb.python/py-prettyprint.exp: Ditto.
3059 * gdb.python/py-template.exp: Ditto.
3060 * gdb.python/py-value.exp: Ditto.
3061
3062 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
3063 * gdb.reverse/watch-reverse.exp: Ditto.
3064
3065 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
3066 * gdb.server/ext-run.exp: Ditto.
3067
3068 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
3069 * gdb.dwarf2/dw2-compressed.exp: Ditto.
3070 * gdb.dwarf2/dw2-intercu.exp: Ditto.
3071 * gdb.dwarf2/dw2-intermix.exp: Ditto.
3072 * gdb.dwarf2/dw2-producer.exp: Ditto.
3073 * gdb.dwarf2/mac-fileno.exp: Ditto.
3074
3075 * gdb.gdb/observer.exp: Use gdb_test_no_output.
3076 * gdb.gdb/selftest.exp: Ditto.
3077
3078 * gdb.multi/base.exp: Use gdb_test_no_output.
3079
3080 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
3081
3082 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
3085
3086 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3087
3088 * gdb.cp/class2.exp: Use gdb_test_no_output.
3089 * gdb.cp/classes.exp: Ditto.
3090 * gdb.cp/extern-c.exp: Ditto.
3091 * gdb.cp/inherit.exp: Ditto.
3092 * gdb.cp/maint.exp: Ditto.
3093 * gdb.cp/mb-inline.exp: Ditto.
3094 * gdb.cp/mb-templates.exp: Ditto.
3095 * gdb.cp/method2.exp: Ditto.
3096 * gdb.cp/misc.exp: Ditto.
3097 * gdb.cp/ovldbreak.exp: Ditto.
3098 * gdb.cp/punctuator.exp: Ditto.
3099 * gdb.cp/templates.exp: Ditto.
3100 * gdb.cp/virtbase.exp: Ditto.
3101
3102 * gdb.threads/attach-stopped.exp:
3103 Replace uses of send_gdb / gdb_expect.
3104 * gdb.threads/attachstop-mt.exp:
3105 Replace uses of send_gdb / gdb_expect.
3106 * gdb.threads/gcore-thread.exp:
3107 Replace uses of send_gdb / gdb_expect.
3108 * gdb.threads/hand-call-in-threads.exp:
3109 Replace uses of send_gdb / gdb_expect.
3110 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
3111 * gdb.threads/print-threads.exp:
3112 Replace uses of send_gdb / gdb_expect.
3113 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
3114 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
3115 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
3116
3117 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
3118 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
3119 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
3120 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
3121 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
3122 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
3123 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
3124 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
3125 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
3126 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
3127 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
3128
3129 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3130
3131 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
3132
3133 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3134
3135 * gdb.cp/koenig.exp: Added new test case.
3136 * gdb.cp/koenig.cc: Ditto.
3137
3138 2010-06-01 Michael Snyder <msnyder@vmware.com>
3139
3140 * gdb.base/arithmet.exp: Use gdb_test_no_output.
3141 * gdb.base/arrayidx.exp: Ditto.
3142 * gdb.base/attach.exp: Ditto.
3143 * gdb.base/auxv.exp: Ditto.
3144 * gdb.base/bigcre.exp: Ditto.
3145 * gdb.base/break-always.exp: Ditto.
3146 * gdb.base/break-interp.exp: Ditto.
3147 * gdb.base/break.exp: Ditto.
3148 * gdb.base/breakpoint-shadow.exp: Ditto.
3149 * gdb.base/call-ar-st.exp: Ditto.
3150 * gdb.base/call-sc.exp: Ditto.
3151 * gdb.base/call-signal-resume.exp: Ditto.
3152 * gdb.base/callfuncs.exp: Ditto.
3153 * gdb.base/catch-syscall.exp: Ditto.
3154 * gdb.base/charset.exp: Ditto.
3155 * gdb.base/code-expr.exp: Ditto.
3156 * gdb.base/commands.exp: Ditto.
3157 * gdb.base/cond-expr.exp: Ditto.
3158 * gdb.base/condbreak.exp: Ditto.
3159 * gdb.base/cursal.exp: Ditto.
3160 * gdb.base/cvexpr.exp: Ditto.
3161 * gdb.base/default.exp: Ditto.
3162 * gdb.base/del.exp: Ditto.
3163 * gdb.base/detach.exp: Ditto.
3164 * gdb.base/display.exp: Ditto.
3165 * gdb.base/ena-dis-br.exp: Ditto.
3166 * gdb.base/eval-skip.exp: Ditto.
3167 * gdb.base/foll-fork.exp: Ditto.
3168 * gdb.base/foll-vfork.exp: Ditto.
3169 * gdb.base/frame-args.exp: Ditto.
3170 * gdb.base/funcargs.exp: Ditto.
3171 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3172 * gdb.base/gdbvars.exp: Ditto.
3173 * gdb.base/help.exp: Ditto.
3174 * gdb.base/ifelse.exp: Ditto.
3175 * gdb.base/included.exp: Ditto.
3176 * gdb.base/list.exp: Ditto.
3177 * gdb.base/macscp.exp: Ditto.
3178 * gdb.base/maint.exp: Ditto.
3179 * gdb.base/multi-fork.exp: Ditto.
3180 * gdb.base/overlays.exp: Ditto.
3181 * gdb.base/page.exp: Ditto.
3182 * gdb.base/pending.exp: Ditto.
3183 * gdb.base/pointers.exp: Ditto.
3184 * gdb.base/pr11022.exp: Ditto.
3185 * gdb.base/prelink.exp: Ditto.
3186 * gdb.base/printcmds.exp: Ditto.
3187 * gdb.base/psymtab.exp: Ditto.
3188 * gdb.base/randomize.exp: Ditto.
3189 * gdb.base/relational.exp: Ditto.
3190 * gdb.base/relocate.exp: Ditto.
3191 * gdb.base/remote.exp: Ditto.
3192 * gdb.base/sepdebug.exp: Ditto.
3193 * gdb.base/set-lang-auto.exp: Ditto.
3194 * gdb.base/setshow.exp: Ditto.
3195 * gdb.base/setvar.exp: Ditto.
3196 * gdb.base/signals.exp: Ditto.
3197 * gdb.base/signull.exp: Ditto.
3198 * gdb.base/sigstep.exp: Ditto.
3199 * gdb.base/sizeof.exp: Ditto.
3200 * gdb.base/solib-disc.exp: Ditto.
3201 * gdb.base/store.exp: Ditto.
3202 * gdb.base/structs.exp: Ditto.
3203 * gdb.base/structs2.exp: Ditto.
3204 * gdb.base/subst.exp: Ditto.
3205 * gdb.base/term.exp: Ditto.
3206 * gdb.base/trace-commands.exp: Ditto.
3207 * gdb.base/unwindonsignal.exp: Ditto.
3208 * gdb.base/valgrind-db-attach.exp: Ditto.
3209 * gdb.base/varargs.exp: Ditto.
3210 * gdb.base/watch-cond.exp: Ditto.
3211 * gdb.base/watch_thread_num.exp: Ditto.
3212 * gdb.base/watchpoint-cond-gone.exp: Ditto.
3213 * gdb.base/watchpoint.exp: Ditto.
3214 * gdb.base/whatis-exp.exp: Ditto.
3215
3216 2010-06-01 Michael Snyder <msnyder@vmware.com>
3217
3218 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3219 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3220 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3221 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3222 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3223 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3224 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3225 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3226 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3227 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3228 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3229 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3230 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3231 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3232 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3233
3234 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3235
3236 * gdb.base/commands.exp (begin commands on watch): Remove excessive
3237 trailing newline.
3238 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3239 * gdb.java/jmisc.exp (p *args\n): Rename to ...
3240 (p *args): ... here and remove excessive trailing newline.
3241
3242 2010-05-31 Joel Brobecker <brobecker@adacore.com>
3243
3244 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3245
3246 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3247
3248 Accept the new Linux kernel "t (tracing stop)" string.
3249 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3250 Update comment.
3251 (state_wait) <T (tracing stop)>: New.
3252 (main): Update the state_wait expect string.
3253
3254 2010-05-28 Pedro Alves <pedro@codesourcery.com>
3255
3256 * limits.c, limits.exp: Delete files.
3257 * Makefile.in (clean mostlyclean): Adjust.
3258 * tracecmd.exp: Adjust.
3259
3260 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 * gdb.base/tui-layout.exp: New.
3263
3264 2010-05-28 Michael Snyder <msnyder@vmware.com>
3265
3266 * gdb.reverse/break-precsave.exp:
3267 Replace uses of send_gdb / gdb_expect.
3268 * gdb.reverse/break-reverse.exp:
3269 Replace uses of send_gdb / gdb_expect.
3270 * gdb.reverse/consecutive-precsave.exp:
3271 Replace uses of send_gdb / gdb_expect.
3272 * gdb.reverse/consecutive-reverse.exp:
3273 Replace uses of send_gdb / gdb_expect.
3274 * gdb.reverse/finish-precsave.exp:
3275 Replace uses of send_gdb / gdb_expect.
3276 * gdb.reverse/finish-reverse.exp:
3277 Replace uses of send_gdb / gdb_expect.
3278 * gdb.reverse/i386-precsave.exp:
3279 Replace uses of send_gdb / gdb_expect.
3280 * gdb.reverse/i386-reverse.exp:
3281 Replace uses of send_gdb / gdb_expect.
3282 * gdb.reverse/i386-sse-reverse.exp:
3283 Replace uses of send_gdb / gdb_expect.
3284 * gdb.reverse/i387-env-reverse.exp:
3285 Replace uses of send_gdb / gdb_expect.
3286 * gdb.reverse/i387-stack-reverse.exp:
3287 Replace uses of send_gdb / gdb_expect.
3288 * gdb.reverse/machinestate-precsave.exp:
3289 Replace uses of send_gdb / gdb_expect.
3290 * gdb.reverse/machinestate.exp:
3291 Replace uses of send_gdb / gdb_expect.
3292 * gdb.reverse/sigall-precsave.exp:
3293 Replace uses of send_gdb / gdb_expect.
3294 * gdb.reverse/sigall-reverse.exp:
3295 Replace uses of send_gdb / gdb_expect.
3296 * gdb.reverse/solib-precsave.exp:
3297 Replace uses of send_gdb / gdb_expect.
3298 * gdb.reverse/solib-reverse.exp:
3299 Replace uses of send_gdb / gdb_expect.
3300 * gdb.reverse/step-precsave.exp:
3301 Replace uses of send_gdb / gdb_expect.
3302 * gdb.reverse/step-reverse.exp:
3303 Replace uses of send_gdb / gdb_expect.
3304 * gdb.reverse/until-precsave.exp:
3305 Replace uses of send_gdb / gdb_expect.
3306 * gdb.reverse/until-reverse.exp:
3307 Replace uses of send_gdb / gdb_expect.
3308 * gdb.reverse/watch-precsave.exp:
3309 Replace uses of send_gdb / gdb_expect.
3310 * gdb.reverse/watch-reverse.exp:
3311 Replace uses of send_gdb / gdb_expect.
3312
3313 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3314
3315 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3316 excessive newline.
3317
3318 2010-05-27 Michael Snyder <msnyder@vmware.com>
3319
3320 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
3321 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3322 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3323 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3324 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3325 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3326 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3327 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3328 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3329 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3330 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3331 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3332 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3333 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3334 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3335 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3336 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3337 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3338 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
3339
3340 2010-05-26 Michael Snyder <msnyder@vmware.com>
3341
3342 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3343 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3344
3345 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3346 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3347 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3348
3349 * gdb.reverse/consecutive-reverse.exp:
3350 Replace uses of send_gdb / gdb_expect.
3351 * gdb.reverse/consecutive-precsave.exp:
3352 Replace uses of send_gdb / gdb_expect.
3353
3354 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3355 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
3356 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
3357 * gdb.mi/mi-ns-stale-regcache.exp:
3358 Replace uses of send_gdb / gdb_expect.
3359 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
3360 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
3361 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
3362 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
3363 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
3364 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
3365 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
3366 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
3367 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
3368
3369 2010-05-26 Michael Snyder <msnyder@vmware.com>
3370
3371 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
3372
3373 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
3374
3375 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
3376 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
3377 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
3378 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
3379 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
3380 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
3381 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
3382 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
3383 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
3384
3385 2010-05-25 Tom Tromey <tromey@redhat.com>
3386
3387 * gdb.base/macscp.exp: Add missing space after setup_kfail.
3388
3389 2010-05-25 Tom Tromey <tromey@redhat.com>
3390
3391 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
3392 argument order.
3393 * gdb.base/macscp.exp: Fix setup_kfail argument order.
3394 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
3395 order.
3396 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
3397 order.
3398 * gdb.base/call-sc.exp (setup_kfails): Remove.
3399 (setup_compiler_kfails): Remove.
3400 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
3401 argument order.
3402 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
3403 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
3404 (advancei): Fix setup_kfail argument order.
3405 * gdb.base/radix.exp: Fix setup_kfail argument order.
3406 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
3407 order.
3408 * gdb.base/structs.exp (setup_kfails): Remove.
3409 (setup_compiler_kfails): Fix setup_kfail argument order.
3410 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
3411 order.
3412 * gdb.java/jmain.exp: Fix setup_kfail argument order.
3413 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
3414 setup_kfail argument order.
3415 * gdb.cp/overload.exp: Fix setup_kfail argument order.
3416
3417 2010-05-25 Tom Tromey <tromey@redhat.com>
3418
3419 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3420
3421 2010-05-25 Michael Snyder <msnyder@vmware.com>
3422
3423 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3424 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3425 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3426 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3427 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3428 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3429 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3430 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3431 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
3432 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3433 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3434 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3435 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3436 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3437 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3438 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3439 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3440 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3441 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3442 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3443 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3444 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3445 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
3446 * gdb.base/default.exp: Replace send_gdb with gdb_test.
3447 * gdb.base/define.exp: Replace send_gdb with gdb_test.
3448 * gdb.base/display.exp: Replace send_gdb with gdb_test.
3449 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3450 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3451 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3452 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3453 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3454 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3455 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3456 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3457 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3458 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3459 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3460 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3461 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3462 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3463 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3464 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3465 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3466 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3467 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3468 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3469 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3470 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3471
3472 2010-05-25 Doug Evans <dje@google.com>
3473
3474 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3475 gdb.string_to_argv.
3476
3477 2010-05-21 Tom Tromey <tromey@redhat.com>
3478
3479 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3480 Call it.
3481 * gdb.dwarf2/pieces.S: Update.
3482 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3483
3484 2010-05-21 Tom Tromey <tromey@redhat.com>
3485
3486 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3487 Call it.
3488 * gdb.dwarf2/pieces.c (struct C): New.
3489 (f6): New function.
3490 * gdb.dwarf2/pieces.S: Replace.
3491
3492 2010-05-21 Tom Tromey <tromey@redhat.com>
3493
3494 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3495 Call it.
3496
3497 2010-05-21 Tom Tromey <tromey@redhat.com>
3498
3499 * gdb.dwarf2.pieces.exp: New file.
3500 * gdb.dwarf2.pieces.S: New file.
3501 * gdb.dwarf2.pieces.c: New file.
3502
3503 2010-05-20 Pedro Alves <pedro@codesourcery.com>
3504 Joel Brobecker <brobecker@adacore.com>
3505
3506 * lib/gdb.exp (gdb_test_no_output): New function.
3507 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3508 when testing commands that should produce no output.
3509
3510 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3511
3512 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3513 parameter that we want to watch being a constant.
3514
3515 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3516
3517 * gdb.ada/cond_lang: New testcase.
3518
3519 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3520
3521 * lib/gdb.exp (banned_variables): New variable/constant.
3522 (gdb_init): Add write trace on variables listed in banned_variables.
3523 (gdb_finish): Remove write traces on variables listed in
3524 banned_variables.
3525
3526 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3527
3528 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3529 * gdb.cp/koenig.exp: Likewise.
3530
3531 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3532
3533 PR python/11482
3534
3535 * gdb.python/py-value.exp (test_value_hash): New function.
3536
3537 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3538
3539 PR exp/11530.
3540 * gdb.base/gdb11530.c: New file.
3541 * gdb.base/gdb11530.exp: New file.
3542
3543 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3544
3545 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3546 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3547
3548 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3549
3550 * gdb.cp/koenig.exp: New test.
3551 * gdb.cp/koenig.cc: New test program.
3552
3553 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3554
3555 Remove the use of prms_id and bug_id throughout the testsuite.
3556
3557 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3558
3559 PR exp/11349.
3560 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3561 use a reference local variable.
3562
3563 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3564
3565 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3566 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3567 variable different_dir. Move debugfile into a full directory pathname
3568 under DIFFERENT_DIR.
3569 * lib/gdb.exp (separate_debug_filename): Remove.
3570 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3571 variable debug_dir and mkdir of it. Update function comments.
3572
3573 2010-04-29 Pedro Alves <pedro@codesourcery.com>
3574
3575 PR gdb/11557
3576
3577 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3578 files.
3579
3580 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3581
3582 * gdb.python/py-param.exp: New File.
3583
3584 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3585
3586 * gdb.base/default.exp: Fix "set language" test.
3587
3588 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3589
3590 PR breakpoints/11531.
3591 * gdb.base/gdb11531.c: New file.
3592 * gdb.base/gdb11531.exp: New file.
3593
3594 2010-04-26 Tom Tromey <tromey@redhat.com>
3595
3596 * gdb.base/completion.exp: Add tests for completion and deprecated
3597 commands.
3598
3599 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3600
3601 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3602 (print /x char_array): Escape curly brackets.
3603
3604 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3605
3606 Fix deadlock on looped list of loaded shared objects.
3607 * gdb.base/solib-corrupted.exp: New.
3608
3609 2010-04-23 Doug Evans <dje@google.com>
3610
3611 * gdb.python/py-section-script.c: New file.
3612 * gdb.python/py-section-script.exp: New file.
3613 * gdb.python/py-section-script.py: New file.
3614
3615 2010-04-20 Chris Moller <cmoller@redhat.com>
3616
3617 PR 10179
3618
3619 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3620 * gdb.base/pr10179-a.c:
3621 * gdb.base/pr10179-b.c:
3622 * gdb.base/pr10179.exp: New files.
3623
3624 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3625
3626 Fix crashes on dangling display expressions.
3627 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3628 is SEP.
3629 (lib_flags): Remove the "debug" keyword.
3630 (libsepdebug): New variable for iterating new loop.
3631 (save_pf_prefix): New variable wrapping the loop.
3632 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
3633 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3634
3635 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3636
3637 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3638
3639 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3640
3641 PR stabs/11479.
3642 * gdb.stabs/gdb11479.exp: New file.
3643 * gdb.stabs/gdb11479.c: New file.
3644
3645 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3646
3647 * gdb.base/charset.c (Strin16, String32): New variables.
3648 * gdb.base/charset.exp (gdb_test): Test correct display
3649 of 16 or 32 bit strings.
3650
3651 2010-04-21 Chris Moller <cmoller@redhat.com>
3652
3653 PR 9167
3654 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3655 * gdb.cp/pr9167.cc: New file.
3656 * gdb.cp/pr9167.exp: New file.
3657
3658
3659 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3660
3661 PR pascal/11492.
3662 * gdb.pascal/gdb11492.pas: New file.
3663 * gdb.pascal/gdb11492.exp: New file.
3664
3665 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3666
3667 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
3668
3669 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3670
3671 * gdb.ada/dyn_loc: New testcase.
3672
3673 2010-04-20 Chris Moller <cmoller@redhat.com>
3674
3675 PR 10867
3676
3677 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
3678 * gdb.cp/pr10687.cc: New file.
3679 * gdb.cp/pr10687.exp: New file.
3680
3681
3682 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3683 Sergio Durigan Junior <sergiodj@redhat.com>
3684
3685 * gdb.fortran/logical.exp: New testcase.
3686 * gdb.fortran/logical.f90: New file.
3687
3688 2010-04-19 Doug Evans <dje@google.com>
3689
3690 * gdb.base/help.exp (help source): Update expected output.
3691
3692 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3693
3694 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3695 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
3696 gdb_exit and return.
3697 (executable): New variable.
3698 (binfile): Use it.
3699
3700 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3701
3702 PR breakpoints/8554.
3703
3704 * gdb.trace/save-trace.exp: Adjust.
3705
3706 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3707
3708 PR corefiles/11511
3709 * gdb.arch/system-gcore.exp: New.
3710 * gdb.arch/gcore.c: Likewise.
3711
3712 2010-04-15 Doug Evans <dje@google.com>
3713
3714 * gdb.python/py-progspace.c: New file.
3715 * gdb.python/py-progspace.exp: New file.
3716
3717 * gdb.base/source.exp: Add tests for "source -s".
3718
3719 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3720
3721 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3722 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3723 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3724 * gdb.python/py-mi.exp: New test for to_string returning None.
3725
3726 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
3727
3728 * gdb.python/py-breakpoint.c: Make result global.
3729
3730 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3731
3732 Fix non-GNU make compatibility.
3733 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3734
3735 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3736
3737 * gdb.python/py-breakpoint.exp: New File.
3738 * gdb.python/py-breakpoint.C: Ditto.
3739
3740 2010-04-08 Stan Shebs <stan@codesourcery.com>
3741
3742 * gdb.trace/actions.exp: Clear default-collect.
3743 * gdb.trace/save-trace.exp: Clear default-collect.
3744
3745 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3746
3747 * gdb.python/py-value: Add null string variable.
3748 (test_lazy_string): Test zero length, NULL address lazy
3749 strings.
3750
3751 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3752
3753 * gdb.arch/i386-avx.c: New.
3754 * gdb.arch/i386-avx.exp: Likewise.
3755
3756 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3757
3758 2010-04-06 Doug Evans <dje@google.com>
3759
3760 * gdb.base/source-test.gdb: New file.
3761 * gdb.base/source.exp: Test source -v.
3762
3763 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3764
3765 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3766
3767 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3768
3769 * gdb.stabs/aout.sed: Convert all backslash to double backslash
3770 within one line, unless it is followed by a double quote.
3771 * gdb.stabs/hppa.sed: Idem.
3772 * gdb.stabs/weird.def: Add char and String constants
3773 * gdb.stabs/weird.exp: Check for correct parsing of
3774 char and string constants.
3775 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3776 in .stabs to .stabx substitution.
3777
3778 2010-04-05 Stan Shebs <stan@codesourcery.com>
3779
3780 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3781 constant global.
3782 * gdb.trace/tfile.exp: Try to print them.
3783
3784 2010-04-04 Stan Shebs <stan@codesourcery.com>
3785
3786 * gdb.base/completion.exp: Update for new "info watchpoints".
3787 * gdb.base/default.exp: Ditto.
3788 * gdb.base/help.exp: Ditto.
3789 * gdb.base/watchpoint.exp: Ditto.
3790 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
3791
3792 2010-04-04 Stan Shebs <stan@codesourcery.com>
3793
3794 * gdb.trace/tfile.exp: Sharpen tfind test.
3795
3796 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3797
3798 * gdb.base/break-entry.exp: New.
3799
3800 2010-04-02 Hui Zhu <teawater@gmail.com>
3801 Michael Snyder <msnyder@vmware.com>
3802
3803 * gdb.reverse/i386-sse-reverse.exp: New file.
3804 * gdb.reverse/i386-sse-reverse.c: New file.
3805
3806 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3807
3808 * gdb.trace/tfind.exp: Adjust expected disassembly output.
3809
3810 2010-04-01 Stan Shebs <stan@codesourcery.com>
3811
3812 * gdb.trace/actions.exp: Tweak expected output.
3813 * gdb.trace/while-stepping.exp: Tweak expected output.
3814
3815 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3816
3817 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3818
3819 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3820
3821 * gdb.base/commands.exp: Adjust.
3822 * gdb.cp/extern-c.exp: Adjust.
3823
3824 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3825
3826 * gdb.trace/collection.c (local_test_func): Define a local struct,
3827 and instanciate it.
3828
3829 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3830
3831 * gdb.trace/collection.exp (gdb_collect_args_test)
3832 (gdb_collect_argarray_test): XFAIL the tests that assume the
3833 argarray argument's elements are collected.
3834
3835 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 * gdb.dwarf2/dw2-bad-parameter-type.exp,
3838 gdb.dwarf2/dw2-bad-parameter-type.S: New.
3839
3840 2010-03-31 Stan Shebs <stan@codesourcery.com>
3841
3842 * gdb.trace/save-trace.exp: Test save/restore of default-collect
3843 and tracepoint conditionals.
3844 (gdb_verify_tracepoints): Delete unused return.
3845
3846 2010-03-26 Keith Seitz <keiths@redhat.com>
3847
3848 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3849 appear in the output before main.
3850 Remove KFAIL for gdb/2215 aka bz 9320.
3851
3852 2010-03-30 Doug Evans <dje@google.com>
3853
3854 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3855 by dejagnu.
3856 * gdb.arch/amd64-dword.exp: Ditto.
3857
3858 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3859 match.
3860 (break printf): Ditto.
3861
3862 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
3863
3864 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3865 gcc < 4.4.
3866 * gdb.cp/shadow.exp: Ditto.
3867
3868 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3869
3870 * gdb.trace/collection.exp (run_trace_experiment): Make sure
3871 "tstart" is silent.
3872
3873 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3874
3875 * gdb.trace/collection.exp (executable): New.
3876 (binfile): Use it.
3877 (fpreg, spreg, pcreg): New.
3878 (test_register): Use gdb_test_multiple. Pass /x to print.
3879 (prepare_for_trace_test): New.
3880 (run_trace_experiment): Use "continue", not gdb_run_cmd.
3881 (gdb_collect_args_test, gdb_collect_argstruct_test)
3882 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3883 prepare_for_trace_test.
3884 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
3885 fpreg, spreg and pcreg.
3886 (gdb_collect_expression_test, gdb_collect_globals_test): Use
3887 prepare_for_trace_test.
3888 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
3889 try to detect tracing support here. Don't set breakpoints at
3890 `begin' or `end' here.
3891 <global scope>: Use clean_restart. Run to main before checking
3892 for tracing support. Check for for tracing support here.
3893
3894 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3895
3896 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3897 " as $displacement" to "seen displacement message".
3898
3899 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3900
3901 * gdb.trace/while-dyn.exp (executable): New variable.
3902 (binfile): Use it.
3903 (test_while_stepping): New function. Move most tests here. Call
3904 it once for each of the while-stepping, stepping and ws aliases.
3905
3906 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3907
3908 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3909 that do not provide the tagless_struct type name at all.
3910 (test_print_anon_union): Do not check value of uninitialized
3911 union member. Do not use cp_test_ptype_class, so we can accept
3912 "long" as well as "long int".
3913
3914 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3915
3916 * gdb.trace/tfile.c (tohex, bin2hex): New.
3917 (write_error_trace_file): Hexify error description.
3918
3919 2010-03-25 Stan Shebs <stan@codesourcery.com>
3920
3921 * gdb.trace/tfile.c: Generate an additional trace file, improve
3922 portability.
3923 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3924 files in a better way.
3925
3926 2010-03-25 Keith Seitz <keiths@redhat.com>
3927
3928 * gdb.java/jprint.exp: XFAIL printing of static class members
3929 because of GCC debuginfo problem.
3930
3931 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3932
3933 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3934
3935 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3936
3937 * gdb.base/completion.exp: Allow long instead of long int.
3938 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3939 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
3940 variable p.
3941 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3942 * gdb.base/pointers.exp: Allow long instead of long int.
3943 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3944 * gdb.base/step-line.exp: Allow a directory before the source file name.
3945
3946 2010-03-24 Tom Tromey <tromey@redhat.com>
3947
3948 PR breakpoints/9352:
3949 * gdb.base/default.exp: Update.
3950 * gdb.base/commands.exp: Update.
3951 * gdb.cp/extern-c.exp: Test setting commands on multiple
3952 breakpoints at once.
3953
3954 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3955
3956 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3957 if gdb,nosignals.
3958 * gdb.base/watchpoints.c: Do not include unnecessary headers.
3959 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3960 exited".
3961
3962 2010-03-24 Stan Shebs <stan@codesourcery.com>
3963
3964 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3965
3966 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3967
3968 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3969 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3970 argument. Handle "short" and "long".
3971 (Top level): Pass overprototyped output for old_fptr and xptr.
3972
3973 2010-03-23 Pedro Alves <pedro@codesourcery.com>
3974
3975 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3976 format strings and add casts to avoid compiler warnings.
3977
3978 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
3979
3980 * lib/trace-support.exp (gdb_trace_setactions):
3981 Don't expect whitespace after ">" prompt.
3982 * gdb.trace/actions.exp: Adjust for output changes.
3983 * gdb.trace/while-stepping.exp: Likewise.
3984
3985 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3986
3987 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3988 and r157645).
3989
3990 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3991
3992 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
3993 New.
3994
3995 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
3996
3997 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
3998 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
3999
4000 2010-03-19 Stan Shebs <stan@codesourcery.com>
4001
4002 * gdb.trace/ax.exp: New file.
4003
4004 2010-03-19 Doug Evans <dje@google.com>
4005
4006 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
4007 output from gcc.
4008
4009 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
4010 named /usr/sbin/prelink<foo>.
4011
4012 2010-03-18 Stan Shebs <stan@codesourcery.com>
4013
4014 * gdb.trace/circ.exp: Test circular-trace-buffer.
4015 * gdb.trace/tfile.exp: Update tstatus test.
4016
4017 2010-03-18 Joel Brobecker <brobecker@adacore.com>
4018
4019 * gdb.dwarf2/dw2-anonymous-func.S: New file.
4020 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
4021
4022 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4023
4024 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
4025
4026 2010-03-18 Pedro Alves <pedro@codesourcery.com>
4027
4028 * gdb.base/default.exp: Adjust the expected output of the finish
4029 and until commands when the inferior is not being run.
4030
4031 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
4032
4033 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
4034 * gdb.cp/nsusing.exp: Ditto.
4035
4036 2010-03-15 Tom Tromey <tromey@redhat.com>
4037
4038 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
4039 * gdb.cp/userdef.cc (operator==): New function.
4040 (main): New locals mem1, mem2.
4041
4042 2010-03-15 Jie Zhang <jie@codesourcery.com>
4043
4044 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
4045 Declare and use new loadtimeout variable.
4046
4047 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4048
4049 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
4050 Use gdb_load later.
4051
4052 2010-03-14 Pedro Alves <pedro@codesourcery.com>
4053
4054 * gdb.base/solib-disc.c (main): Make format of fprintf a string
4055 literal. Add missing endlines to prints to stderr.
4056
4057 2010-03-12 Tom Tromey <tromey@redhat.com>
4058
4059 PR c++/9708:
4060 * gdb.cp/m-static.exp: Add regression test.
4061 * gdb.cp/m-static.cc (method): New method.
4062 (main): Call it.
4063
4064 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4065
4066 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
4067 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
4068
4069 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4070
4071 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
4072
4073 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4074
4075 * lib/gdb.exp (skip_stl_tests): New.
4076 (gdb_compile): Symbian needs -ldl.
4077 (shlib_target_file): New.
4078 (shlib_symbol_file): New.
4079 (gdb_load_shlibs): Use shlib_target_file.
4080 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
4081 * gdb.cp/exception.exp: Use skip_stl_tests.
4082 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
4083 * gdb.cp/try_catch.exp: Use skip_stl_tests.
4084 * gdb.cp/mb-templates.exp: Ditto.
4085 * gdb.base/commands.exp: Relax regexes.
4086 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
4087 shlib_target_file and shlib_symbol_file.
4088 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
4089 sections.
4090 * gdb.base/ending-run.exp: Accept E32Main for symbian.
4091 * gdb.base/solib-disc.exp: Use
4092 shlib_target_file and shlib_symbol_file.
4093 * gdb.base/unload.exp: Don't skip on symbian. Use
4094 shlib_target_file and shlib_symbol_file.
4095 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4096
4097 2010-03-12 Pedro Alves <pedro@codesourcery.com>
4098
4099 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4100 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4101 Issue a tfind end before looking for a tracepoint frame.
4102 * gdb.trace/tfind.exp: Adjust tstatus output.
4103 Adjust disassembly output.
4104 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4105
4106 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4107
4108 * gdb.base/break-interp.exp: Create new displacement parameter value
4109 for the test_ld calls.
4110 (reach): New parameter displacement, verify its content. New push of
4111 pf_prefix "reach-$func:". Import global expect_out.
4112 (test_core): New parameter displacement, verify its content. New push
4113 of pf_prefix "core:". New command "set verbose on". Import global
4114 expect_out.
4115 (test_attach): New parameter displacement, verify its content. New
4116 push of pf_prefix "attach:". New command "set verbose on". Import
4117 global expect_out.
4118 (test_ld): New parameter displacement, pass it to the reach, test_core
4119 and test_attach calls and verify its content in the "ld.so exit" test.
4120 * gdb.base/prelink.exp: Remove gdb_exit and final return.
4121 (prelink): Update expected text, use gdb_test.
4122
4123 2010-03-10 Doug Evans <dje@google.com>
4124
4125 * gdb.base/checkpoint.exp: Fix comment.
4126 Lengthen timeout while doing >600 checkpoints test.
4127 Rename duplicate "kill all one" test to keep test names unique.
4128
4129 2010-03-10 Pedro Alves <pedro@codesourcery.com>
4130
4131 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
4132
4133 2010-03-08 Keith Seitz <keiths@redhat.com>
4134
4135 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
4136 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
4137 (dm_type_long): New function.
4138 (dm_type_unsigned_short): New function.
4139 (dm_type_unsigned_long): New function.
4140 (myint): New typedef.
4141 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
4142 long, unsigned shor and long, operator char*, and typedef.
4143 (test_lookup_operator_functions): Add operator char* test.
4144 (test_paddr_operator_functions): Likewise.
4145 (test_paddr_overloaded_functions): Use probe values for
4146 short, long, and unsigned short and long.
4147 (test_paddr_hairy_functions): If the demangler probe detected
4148 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
4149 demangler.
4150 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
4151 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
4152 and "print null_pmf".
4153 Add test "ptype a.*pmf".
4154 * gdb.cp/overload.exp: Allow optional "int" to appear with
4155 "short" and "long".
4156 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
4157 long expect value for men_overload1arg.
4158 Allow "int" to appear with "short" and "long".
4159 When testing "info break", add argument for main (void).
4160 Also allow "int" to appear with "short" and "long".
4161 Ditto with "unsigned" and "long long".
4162 * gdb.java/jmain.exp: Do not enclose methods names in single
4163 quotes.
4164 * gdb.java/jmisc.exp: Likewise.
4165 * gdb.java/jprint.exp: Likewise.
4166 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
4167
4168 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4169 * gdb.cp/exception.exp (backtrace after first throw)
4170 (backtrace after second throw): Allow a namespace before __cxa_throw.
4171 (backtrace after first catch, backtrace after second catch): Allow
4172 a namespace before __cxa_begin_catch.
4173
4174 * gdb.cp/cpexprs.exp: New file.
4175 * gdb.cp/cpexprs.cc: New file.
4176
4177 From Daniel Jacobowitz <dan@codesourcery.com>
4178 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
4179 to use string_to_regexp.
4180 (ctor, dtor): New functions. Use them to match constructor
4181 and destructor function types.
4182 (Top level): Use runto_main.
4183
4184 2010-03-05 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
4187 gdb.target_charset.
4188 (pp_ns.to_string): Likewise.
4189
4190 2010-03-04 Keith Seitz <keiths@redhat.com>
4191
4192 * gdb.cp/overload.exp: Test that the filename portion of a linespec
4193 can be quoted. Test that both the filename and function/line
4194 portions can be quoted at the same time.
4195
4196 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4197
4198 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
4199
4200 2010-03-03 Doug Evans <dje@google.com>
4201
4202 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
4203 libc contains libpthread.
4204
4205 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
4206 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
4207 of gdb_compile. Add another pattern to match android backtrace.
4208
4209 2010-03-03 Tom Tromey <tromey@redhat.com>
4210
4211 PR gdb/11345:
4212 * gdb.base/printcmds.exp (test_printf): Add test.
4213
4214 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4215
4216 * gdb.arch/amd64-byte.exp: New.
4217 * gdb.arch/amd64-dword.exp: Likewise.
4218 * gdb.arch/amd64-pseudo.c: Likewise.
4219 * gdb.arch/amd64-word.exp: Likewise.
4220 * gdb.arch/i386-byte.exp: Likewise.
4221 * gdb.arch/i386-pseudo.c: Likewise.
4222 * gdb.arch/i386-word.exp: Likewise.
4223
4224 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4227 types. Add structreg, bitfields, and flags registers.
4228 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4229 registers.
4230
4231 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4232
4233 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
4234 (load_description): Set architecture if defined.
4235
4236 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4237
4238 * gdb.python/py-frame.exp: Add read_var block tests.
4239 * gdb.python/py-frame.c (block): New function.
4240
4241 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4242 Daniel Jacobowitz <dan@codesourcery.com>
4243
4244 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
4245
4246 2010-02-25 David S. Miller <davem@davemloft.net>
4247
4248 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4249 fix logic for setting all_syscalls_numbers.
4250
4251 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4252
4253 * Makefile.in: Add py-block and py-symbol.
4254 * gdb.python/py-symbol.exp: New File.
4255 * gdb.python/py-symtab.exp: New File.
4256 * gdb.python/py-block.exp: New File.
4257 * gdb.python/py-symbol.c: New File.
4258 * gdb.python/py-block.c: New File.
4259
4260 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4261
4262 PR python/11314
4263 * lib/gdb.exp (skip_python_tests): New function.
4264 * gdb.python/py-cmd.exp: Use skip_python_tests.
4265 * gdb.python/py-frame.exp: Likewise.
4266 * gdb.python/py-function.exp: Likewise.
4267 * gdb.python/py-prettyprint.exp: Likewise.
4268 * gdb.python/py-template.exp: Likewise.
4269 * gdb.python/py-type.exp: Likewise.
4270 * gdb.python/py-value.exp: Likewise.
4271
4272 2010-02-22 Pedro Alves <pedro@codesourcery.com>
4273
4274 PR9605
4275
4276 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4277
4278 2010-02-19 Tom Tromey <tromey@redhat.com>
4279
4280 PR c++/8693, PR c++/9496:
4281 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
4282 regression tests.
4283
4284 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4285
4286 Fix compatibility with m68k as.
4287 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
4288 Use only /* comments */.
4289
4290 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4291
4292 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4293 * configure: Regenerate.
4294
4295 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4296
4297 * gdb.python/py-type.exp: Check for Python support.
4298
4299 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4300
4301 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4302 `regsub' syntax available.
4303
4304 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4305
4306 * gdb.base/shmain.c (main): Remove printf call.
4307 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4308 * gdb.base/unload.c (main): Make format of fprintf a string
4309 literal. Add missing endlines to prints to stderr.
4310 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4311
4312 2010-02-17 Tom Tromey <tromey@redhat.com>
4313
4314 * gdb.java/jprint.java (jprint.props): New field.
4315 * gdb.java/jprint.exp (set_lang_java): Add regression test.
4316
4317 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4318
4319 * gdb.base/charset.exp: Don't assume new `regsub' syntax
4320 available.
4321
4322 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4323
4324 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4325 creation to support remote host testing.
4326
4327 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4328
4329 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4330 Recognize "command not found".
4331
4332 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4333
4334 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4335 single-stepping.
4336
4337 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4338
4339 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4340 if arguments are not supported.
4341
4342 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4343
4344 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4345 be const or non-const.
4346
4347 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4348
4349 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4350 mi_send_resuming_command to send -exec-continue.
4351
4352 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4353
4354 * gdb.base/list.exp (test_list_filename_and_function): Add test
4355 with single quotes.
4356 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
4357 matching.
4358 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
4359 Add KFAIL'd tests for PR gdb/11289.
4360
4361 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4362
4363 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
4364
4365 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 * gdb.base/comp-dir/subdir/dummy.txt: New file.
4368 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
4369 a temporary directory.
4370
4371 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4372
4373 * gdb.base/charset.exp: Use a single regular expression to match
4374 show host-charset and show target-charset output.
4375
4376 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4377
4378 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
4379 "Illegal process-id" expect string more exact.
4380 (attach to digits-starting nonsense is prohibited): New.
4381
4382 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4383
4384 * gdb.base/prelink.exp (set verbose on): New.
4385
4386 2010-02-12 Tomas Holmberg <th@virtutech.com>
4387
4388 * mi-reverse.exp: New file. Test for reverse option to the
4389 following MI commands: exec-continue, exec-finish, exec-next,
4390 exec-step, exec-next-instruction, exec-step-instruction.
4391
4392 2010-02-09 Joel Brobecker <brobecker@adacore.com>
4393
4394 * gdb.ada/ptype_tagged_param: New testcase.
4395
4396 2010-02-08 Tom Tromey <tromey@redhat.com>
4397
4398 PR c++/8017:
4399 * gdb.cp/overload.exp: Add tests.
4400 * gdb.cp/overload.cc (struct K): New.
4401 (namespace N): New.
4402 (main): Call new functions.
4403 (K::staticoverload): Define.
4404
4405 2010-02-08 Chris Moller <moller@mollerware.com>
4406
4407 PR gdb/10728
4408 * gdb.cp/pr10728-x.h: New file.
4409 * gdb.cp/pr10728-x.cc: New file.
4410 * gdb.cp/pr10728-y.cc: New file.
4411 * gdb.cp/pr10728.exp: New file.
4412 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
4413
4414 2010-02-08 Chris Moller <moller@mollerware.com>
4415
4416 PR gdb/9067
4417 * gdb.cp/pr9067.exp: New
4418 * gdb.cp/pr9067.cc: New
4419 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4420
4421 2010-02-08 Joel Brobecker <brobecker@adacore.com>
4422
4423 * lib/gdb.exp (gdb_test_timeout): New global variable.
4424 Set it to timeout if not already set.
4425 (gdb_init): Reset the value of timeout to gdb_test_timeout.
4426
4427 2010-02-05 Doug Evans <dje@google.com>
4428
4429 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4430 user.
4431
4432 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4433
4434 PR c++/7935:
4435 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4436
4437 2010-02-04 Tom Tromey <tromey@redhat.com>
4438
4439 * gdb.cp/virtbase.exp: Make test case names unique.
4440
4441 2010-02-02 Tom Tromey <tromey@redhat.com>
4442
4443 * gdb.cp/virtbase.exp: Add regression tests.
4444 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4445 (main): Instantiate RHC.
4446
4447 2010-02-02 Tom Tromey <tromey@redhat.com>
4448
4449 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4450 type-printing change.
4451
4452 2010-02-02 Tom Tromey <tromey@redhat.com>
4453
4454 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4455 * gdb.cp/virtbase.cc: New file.
4456 * gdb.cp/virtbase.exp: New file.
4457 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4458
4459 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4460
4461 PR libc/11214:
4462 * gdb.threads/current-lwp-dead.c: Include features.h.
4463 (HAS_NOMMU): New.
4464 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4465
4466 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4467
4468 * gdb.base/symbol-without-target_section.exp,
4469 gdb.base/symbol-without-target_section.c: New.
4470
4471 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4472
4473 * gdb.base/bigcore.exp: Reset increased timeout.
4474 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4475
4476 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4477
4478 * gdb.base/gcore.exp (capture_command_output): Use
4479 gdb_test_multiple.
4480
4481 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4482
4483 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4484 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4485 (Top level): Call it.
4486
4487 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4488
4489 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4490
4491 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4492
4493 * gdb.base/call-strs.exp, gdb.base/default.exp,
4494 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4495 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4496 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4497 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4498 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4499 * gdb.base/ending-run.exp: Correct restore of timeout.
4500 * gdb.base/page.exp: Remove unnecessary timeout setting.
4501
4502 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4503
4504 * gdb.ada/rec_return: New testcase.
4505
4506 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4507
4508 * gdb.ada/call_pn: New testcase.
4509
4510 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4511
4512 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4513 (Top level): Use it to resume.
4514 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4515 the Thumb mode displaced stepping error as unsupported.
4516
4517 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4518
4519 * gdb.cp/nsusing.exp: Added more tests.
4520 * gdb.cp/nsrecurs.exp: Ditto.
4521 * gdb.cp/nsusing.cc: Added test functions.
4522 * gdb.cp/nsrecurs.cc: Ditto.
4523
4524 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4525
4526 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4527 absolute directory pathnames in gdb.sum file.
4528
4529 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4530
4531 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4532 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4533
4534 2010-01-26 Tom Tromey <tromey@redhat.com>
4535
4536 PR exp/7643:
4537 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4538 setup_kfail.
4539
4540 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4541
4542 * gdb.cp/nsrecurs.exp: New test.
4543 * gdb.cp/nsrecurs.cc: New test program.
4544 * gdb.cp/nsstress.exp: New test.
4545 * gdb.cp/nsstress.cc: New test program.
4546 * gdb.cp/nsdecl.exp: New test.
4547 * gdb.cp/nsdecl.cc: New test program.
4548
4549 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4550
4551 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4552 imported into file scope.
4553 Marked test as xfail.
4554 * gdb.cp/namespace-using.cc (marker5): New function.
4555 * gdb.cp/shadow.exp: New test.
4556 * gdb.cp/shadow.cc: New test program.
4557 * gdb.cp/nsimport.exp: New test.
4558 * gdb.cp/nsimport.cc: New test program.
4559
4560 2010-01-25 Tom Tromey <tromey@redhat.com>
4561
4562 PR gdb/11049:
4563 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4564 with "set print null-stop on".
4565
4566 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4567
4568 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4569 Adjust it for DISASSEMBLY_OMIT_FNAME.
4570
4571 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4572
4573 PR symtab/11199:
4574 * gdb.dwarf2/member-ptr-forwardref.exp,
4575 gdb.dwarf2/member-ptr-forwardref.S: New.
4576
4577 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4578
4579 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4580 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4581 thread1_tid_mutex. Remove gdbstop_mutex handling.
4582 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4583 thread2_tid_mutex. Remove gdbstop_mutex handling.
4584 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4585 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4586 pthread_cond_wait conditionalizations by while loops.
4587
4588 2010-01-20 Tom Tromey <tromey@redhat.com>
4589
4590 PR backtrace/10770:
4591 * gdb.dwarf2/pr10770.exp: New file.
4592 * gdb.dwarf2/pr10770.c: New file.
4593 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4594
4595 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4596
4597 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4598 that target was removed, and the test always runs native anyway.
4599
4600 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4601
4602 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4603 gdb.base/watchpoint-cond-gone-stripped.c: New.
4604
4605 2010-01-19 Tom Tromey <tromey@redhat.com>
4606
4607 PR c++/8000:
4608 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4609 existing tests.
4610 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4611 (main): Use AAA::SomeEnum.
4612
4613 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4614
4615 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4616 (test_ignore_count): Declare line_callme_body global.
4617 (run to breakpoint with ignore count): Use line_callme_body.
4618 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4619 (set line_main_hello, set line_main_return): Reindent.
4620 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4621 New.
4622 (continue to callee4): Use line_callee4_body.
4623 (check *stopped from CLI command): Use line_callee4_next.
4624 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4625 (set line_main_hello, set line_main_return): Reindent.
4626 (set line_callee4_head, set line_callee4_body): New.
4627 (continue to callee4): Use line_callee4_body.
4628
4629 2010-01-18 Tom Tromey <tromey@redhat.com>
4630
4631 PR c++/9680:
4632 * gdb.cp/casts.cc: Add new classes and variables.
4633 * gdb.cp/casts.exp: Test new operators.
4634
4635 2010-01-18 Tom Tromey <tromey@redhat.com>
4636 Thiago Jung Bauermann <bauerman@br.ibm.com>
4637
4638 * gdb.python/source2.py: New file.
4639 * gdb.python/source1: New file.
4640 * gdb.python/python.exp: Test "source" command.
4641
4642 2010-01-15 Stan Shebs <stan@codesourcery.com>
4643
4644 * gdb.trace/tfile.c: New file.
4645 * gdb.trace/tfile.exp: New file.
4646
4647 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4648
4649 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4650
4651 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4652
4653 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4654
4655 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4656
4657 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4658 (libfunc): New parameter action. Implement also selectable "sleep".
4659 * gdb.base/break-interp-main.c: Include assert.h.
4660 (libfunc): New parameter action.
4661 (main): New parameters argc and argv. Assert argc. Pass argv.
4662 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4663 (test_attach): New proc.
4664 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
4665 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
4666
4667 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4668
4669 * gdb.base/break-interp.exp (test_core): New proc.
4670 (test_ld): Call it.
4671
4672 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4673
4674 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4675 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
4676 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
4677 and gdb_compile_shlib. Use new -Wl compiler options.
4678 (dl bt, main bt): New tests.
4679
4680 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4681
4682 Support PIEs with no symfile_objfile.
4683 * gdb.base/break-interp.exp: New argument at the test_ld calls.
4684 (test_ld): New parameter trynosym.
4685 (test_ld <$trynosym>): New block.
4686
4687 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4688
4689 * gdb.base/break-interp.exp: New file.
4690
4691 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4692
4693 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4694 * gdb.python/py-prettyprint.py (pp_ls): New printer.
4695 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4696 test.
4697 * gdb.python/py-prettyprint.c: Define lazystring test structure.
4698 * gdb.python/py-mi.exp: Add lazy string test.
4699
4700 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4701
4702 * lib/mi-support.exp (mi_check_thread_states): Handle
4703 core number in thread listing.
4704
4705 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4706
4707 * gdb.base/maint.exp: Adjust the expected output for the
4708 "maint print type" test. Use gdb_test_multiple instead of
4709 gdb_sent/gdb_expect.
4710
4711 2010-01-11 Doug Evans <dje@google.com>
4712
4713 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4714 from gdbserver_download. All callers updated.
4715
4716 * gdb.server/ext-run.exp: "info os processes" requires xml support.
4717
4718 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4719
4720 Implement binary numbers parsing.
4721 * gdb.base/printcmds.exp (test_integer_literals_accepted)
4722 (test_integer_literals_rejected): New binary tests.
4723
4724 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4725
4726 * gdb.cell/configure: Regenerate.
4727
4728 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4729
4730 * gdb.base/corefile.exp: Move the core finding block out and call it as
4731 core_find, new variable $corefile, replace corefile by $corefile and
4732 [file tail $corefile] for usage vs. test names resp.
4733 * lib/gdb.exp (core_find): Move it as a new function here. New
4734 parameter binfile and deletefiles. New variable $destcore. Pre-delete
4735 $destcore. Return "" on error.
4736
4737 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 Workaround PR binutils/10802.
4740 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4741 (twice).
4742
4743 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4744
4745 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4746
4747 2010-01-08 Joel Brobecker <brobecker@adacore.com>
4748
4749 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4750 call, to avoid interruption.
4751
4752 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4753
4754 * gdb.stabs/weird.def (args93): New.
4755
4756 2010-01-07 Doug Evans <dje@google.com>
4757
4758 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4759
4760 2010-01-07 Tom Tromey <tromey@redhat.com>
4761
4762 * gdb.base/source.exp: Use correct line number.
4763
4764 2010-01-05 Stan Shebs <stan@codesourcery.com>
4765
4766 * gdb.trace/tracecmd.exp: Test ftrace.
4767
4768 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4769
4770 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4771
4772 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4773
4774 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4775 "uint_for_mi_testing".
4776
4777 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4778
4779 Test indented comment in file being sourced.
4780 * gdb.base/commands.exp: Test indented comment in file being sourced.
4781
4782 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4783
4784 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4785 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4786 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4787 notice.
4788
4789 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4790
4791 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4792 notice.
4793
4794 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4795
4796 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4797 missing $after_stopped and comma (,) expectation.
4798
4799 2009-12-31 Stan Shebs <stan@codesourcery.com>
4800
4801 * gdb.trace/actions.exp: Test teval action.
4802
4803 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4804
4805 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4806 (top level): Call test_watchpoint_in_big_blob.
4807 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4808 watchpoints.
4809 (func3): Write to buf.
4810
4811 2009-12-29 Stan Shebs <stan@codesourcery.com>
4812
4813 * gdb.trace/actions.exp: Test default-collect.
4814
4815 2009-12-28 Stan Shebs <stan@codesourcery.com>
4816
4817 * gdb.trace/tsv.exp: New file.
4818 * gdb.base/completion.exp: Update ambiguous info output.
4819
4820 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4821
4822 * gdb.base/find.c (main): Reference search buffers.
4823 * gdb.base/included.c (main): Reference integer.
4824 * gdb.base/ptype.c (charfoo): Declare.
4825 (intfoo): Call charfoo.
4826 * gdb.base/scope0.c (useitp): New function.
4827 (usestatics): Use useitp.
4828 (useit): Add a type for val.
4829 * gdb.base/scope1.c (useit1): Take a pointer argument.
4830 (usestatics1): Update calls to useit1.
4831 * gdb.cp/call-c.cc: Declare foo.
4832 (main): Call foo.
4833 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4834 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4835 (main): Call C::ensureRefs and ensureOtherRefs.
4836 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4837 variables.
4838 (ensureOtherRefs): New function.
4839 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4840 * gdb.cp/templates.cc (main): Call t5i.value.
4841
4842 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4843
4844 Fix compatibility with G++-4.5.
4845 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4846 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4847 (uncaught return): Remove.
4848
4849 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4850 Phil Muldoon <pmuldoon@redhat.com>
4851
4852 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4853 (bp_location13, bp_location14, bp_location17, bp_location18)
4854 (marker3_proto, marker4_proto): New variables.
4855 (breakpoint info): Update output.
4856 (run until breakpoint at marker3, run until breakpoint at marker4): New
4857 tests.
4858
4859 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4860
4861 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4862 Replace the printf call of Y by provided "y-set-1" label. New block
4863 for the second shared library.
4864 * gdb.base/unload.exp: Compile also the second library, call
4865 gdb_load_shlibs also for it. Use now gdb_breakpoint.
4866 (single pending breakpoint info): Rename to ...
4867 (pending breakpoint info before run): ... this extended test.
4868 (libfile2, libname2, libsrcfile2, libsrc2)
4869 (lib_sl2): New variables.
4870 (exec_opts): Set also SHLIB_NAME2.
4871 (pending breakpoint info on first run at shrfunc1)
4872 (pending breakpoint info on second run at shrfunc1)
4873 (pending breakpoint info on second run at shrfunc2)
4874 (print y from libfile, print y from libfile2): New tests.
4875 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4876 * gdb.base/unloadshr2.c: New.
4877
4878 2009-12-22 Hui Zhu <teawater@gmail.com>
4879
4880 * gdb.reverse/sigall-reverse.exp: Adjust.
4881
4882 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4883
4884 PR gdb/10884
4885
4886 * gdb.mi/var-cmd.c (do_bitfield_tests): New
4887 (main): Call do_bitfield_tests.
4888 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
4889
4890 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4891
4892 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4893 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4894 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4895 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4896 gdb.modula2/unbounded1.c: Update copyright header.
4897
4898 2009-12-10 Chris Moller <moller@mollerware.com>
4899
4900 PR gdb/9399
4901 * gdb.cp/virtfunc2.exp: New tests
4902 * gdb.cp/virtfunc2.cc: New tests
4903 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4904
4905 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
4906
4907 * gdb.reverse/i387-env-reverse.c: New file.
4908 * gdb.reverse/i387-env-reverse.exp: New file.
4909 * gdb.reverse/i387-stack-reverse.c: New file.
4910 * gdb.reverse/i387-stack-reverse.exp: New file.
4911
4912 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4913
4914 * gdb.python/py-type.exp (test_range): New test.
4915
4916 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
4917
4918 PR python/10805
4919
4920 * gdb.python/py-type.exp: New file.
4921 * gdb.python/py-type.c: New file.
4922 * Makefile.in: Add py-type.
4923
4924 2009-12-03 Tom Tromey <tromey@redhat.com>
4925
4926 * gdb.python/py-value.exp (test_parse_and_eval): New
4927 function.
4928
4929 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4930
4931 PR gdb/11022
4932
4933 * gdb.base/pr11022.exp: New test.
4934 * gdb.base/pr11022.c: New test.
4935
4936 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4937
4938 Fix spurious false FAILs.
4939 * gdb.base/structs.c (chartest): New.
4940 (main): Fill-in chartest.
4941 * gdb.base/structs.exp (anychar_re, first): New.
4942 (start_structs_test): Import global anychar_re and first.
4943 New gdb_test call "set print elements 300; ${testfile}"
4944 (start_structs_test <$first>): New block.
4945 (any): Import global anychar_re. New variable ac. Use ${ac}.
4946
4947 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4948
4949 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4950
4951 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4952
4953 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4954 Force $srcfile file.
4955 * gdb.base/foll-fork.c (callee): Comment out the printf call.
4956
4957 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4958
4959 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4960 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4961 * gdb.threads/watchthreads-reorder.exp: Likewise.
4962
4963 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4964
4965 PR gdb/8704
4966
4967 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4968 "if", and "thread". Correct matching in the previous test.
4969
4970 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
4971
4972 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4973
4974 2009-11-23 Michael Snyder <msnyder@vmware.com>
4975
4976 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4977 * gdb.reverse-watch-precsave.exp: Ditto.
4978
4979 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4980
4981 * gdb.asm/asm-source.exp: Adjust.
4982 * gdb.base/help.exp: Adjust.
4983
4984 2009-11-22 Pedro Alves <pedro@codesourcery.com>
4985
4986 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4987 (do_syscall_tests_without_xml): Set data-directory to
4988 /the/path/to/nowhere.
4989
4990 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4991
4992 * gdb.threads/local-watch-wrong-thread.c,
4993 gdb.threads/local-watch-wrong-thread.exp: New files.
4994
4995 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4996
4997 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
4998 assume new `regsub' syntax available.
4999
5000 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5001
5002 * gdb.base/watchpoint-hw-hit-once.exp,
5003 gdb.base/watchpoint-hw-hit-once.c: New.
5004
5005 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5006
5007 * gdb.threads/watchthreads-reorder.exp,
5008 gdb.threads/watchthreads-reorder.c: New.
5009
5010 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
5011
5012 * gdb.xml/tdesc-regs.exp: Use for m68k.
5013
5014 2009-11-15 Pedro Alves <pedro@codesourcery.com>
5015
5016 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
5017
5018 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5019
5020 * lib/gdb.exp (current_target_name): New procedure.
5021 (gdb_wrapper_target): New variable.
5022 (gdb_wrapper_init): Set gdb_wrapper_target.
5023 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
5024 wrapper.
5025
5026 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5027
5028 * gdb.base/remote.exp: Delete the slowest load test.
5029 Do not load with fixed packet sizes.
5030
5031 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5032
5033 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
5034
5035 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5036
5037 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
5038 srcfile when setting a breakpoint.
5039
5040 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
5041
5042 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
5043 macros.
5044
5045 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5046
5047 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
5048 to be in memory.
5049 * gdb.base/display.c (force_mem): New.
5050 (do_loops): Use it. Add breakpoint comments.
5051 (do_vars): Add a breakpoint comment.
5052 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
5053 line numbers.
5054
5055 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
5056
5057 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
5058 instead of a bare "run".
5059
5060 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5061
5062 * gdb.python/py-prettyprint.exp: Adjust.
5063
5064 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5065
5066 * lib/cell.exp (skip_cell_tests): Clean up test files before
5067 returning.
5068
5069 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5070
5071 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
5072 and the breakpoint menu. Do not call perror if a prompt is seen.
5073 Consume the following GDB prompt.
5074 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
5075 * gdb.cp/namespace.exp: Use gdb_test.
5076 * gdb.cp/templates.exp: Use gdb_test.
5077 (test_template_breakpoints): Use gdb_test_multiple.
5078
5079 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5080
5081 * gdb.base/break1.c (struct some_struct, values): Move earlier.
5082 (marker4): Reference values.
5083
5084 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5085
5086 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
5087 is missing.
5088
5089 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5090
5091 * gdb.base/break.c (need_malloc): New.
5092 * gdb.base/constvars.c (main): Reference crass and crisp.
5093 * gdb.base/gdb1821.c (main): Reference bar.
5094 * gdb.cp/gdb1355.cc (main): Reference s1.
5095 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5096 (main): Call them.
5097 * gdb.cp/hang2.cc (dummy2): Define.
5098 * gdb.cp/hang3.cc (dummy3): Define.
5099 * gdb.cp/m-data.cc (main): Reference shadow.
5100
5101 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5102 Nathan Froyd <froydnj@codesourcery.com>
5103
5104 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5105 remote host.
5106
5107 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5108
5109 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5110 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5111 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5112 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5113 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5114 * gdb.dwarf2/dw2-producer.exp: Likewise.
5115 * gdb.dwarf2/mac-fileno.exp: Likewise.
5116 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
5117 py-prettyprint.py to the remote host.
5118 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
5119
5120 2009-11-11 Keith Seitz <keiths@redhat.com>
5121
5122 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
5123 use it instead of "Foo".
5124 * gdb.cp/classes.exp (do_tests): Add a test to access
5125 a method through a typedef'd class name.
5126
5127 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
5128
5129 * gdb.base/long_long.exp: Permit leading zeros on floating-point
5130 exponents.
5131 * gdb.base/pointers.exp: Likewise.
5132 * gdb.cp/ref-types.exp: Likewise.
5133
5134 2009-11-11 Keith Seitz <keiths@redhat.com>
5135
5136 * gdb.cp/cplusfuncs.cc (class foo): Add operators
5137 new[] and delete[].
5138 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
5139 "void".
5140 (probe_demangler): Remove all single-quoting of
5141 method and variable names.
5142 (info_func_regexp): Remove the word "void" from any
5143 occurrence of "(void)".
5144 (print_addr_2): Remove all single-quoting of
5145 method names.
5146 (print_addr_2_kfail): Likewise.
5147 (print_addr): Single-quote C function names before
5148 passing to print_addr_2.
5149 (test_paddr_operator_functions): Remove single-quoting
5150 for method names.
5151 Add tests for operator new[] and operator delete[].
5152
5153 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
5156
5157 2009-11-09 Keith Seitz <keiths@redhat.com>
5158
5159 * gdb.cp/overload.exp: Add tests for resolving overloaded
5160 methods in expression parsing/evaluation.
5161
5162 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5163
5164 * lib/gdb.exp (default_gdb_version): Use --version instead of
5165 --command.
5166
5167 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
5168
5169 * lib/gdb.exp (gdb_compile_test): New.
5170 (skip_ada_tests, skip_java_tests): New.
5171 (gdb_compile): Use gdb_compile_test for f77.
5172 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
5173 * lib/java.exp (compile_java_from_source): Remove runtests check,
5174 use gdb_compile_test to record result.
5175 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
5176 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
5177 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
5178 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
5179 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
5180 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
5181 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
5182 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
5183 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
5184 adjust gdb_compile invocations.
5185
5186 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5187
5188 * Makefile.in (abs_builddir): New.
5189 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
5190 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
5191 `$(abs_builddir)/site.exp'.
5192
5193 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5194
5195 * config/m68k-emc.exp, lib/emc-support.exp,
5196 gdb.trace/gdb_c_test.c: Delete.
5197 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
5198 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5199 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5200 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5201 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5202 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
5203 casing for m68k-*-elf.
5204
5205 2009-11-03 Pedro Alves <pedro@codesourcery.com>
5206
5207 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
5208 * gdb.arch/i386-prologue.exp: Likewise.
5209 * gdb.arch/i386-unwind.exp: Likewise.
5210
5211 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5212
5213 * lib/gdb.exp (gdb_expect): Fix timeout typo.
5214
5215 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5216
5217 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5218
5219 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5220
5221 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5222
5223 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5224
5225 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5226
5227 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5230 * gdb.base/sepdebug2.c: New file.
5231
5232 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5233
5234 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5235 the modified warnings for catch syscall. Verify if GDB was compiled
5236 with support for lib expat, and choose which tests to run depending
5237 on this.
5238
5239 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
5240
5241 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5242 that composite commands are parsed OK. And also test
5243 that breakpoint commands do work.
5244
5245 2009-10-23 Michael Snyder <msnyder@vmware.com>
5246
5247 gdb.reverse/consecutive-precsave.exp: Change expect pattern
5248 to allow for new disassembly style.
5249
5250 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5251
5252 * gdb.asm/asm-source.exp: Adjust.
5253
5254 2009-10-22 Michael Snyder <msnyder@vmware.com>
5255
5256 * gdb.reverse/break-precsave.exp: New test.
5257 * gdb.reverse/consecutive-precsave.exp: Ditto.
5258 * gdb.reverse/finish-precsave.exp: Ditto.
5259 * gdb.reverse/i386-precsave.exp: Ditto.
5260 * gdb.reverse/machinestate-precsave.exp: Ditto.
5261 * gdb.reverse/sigall-precsave.exp: Ditto.
5262 * gdb.reverse/solilb-precsave.exp: Ditto.
5263 * gdb.reverse/step-precsave.exp: Ditto.
5264 * gdb.reverse/until-precsave.exp: Ditto.
5265 * gdb.reverse/watch-precsave.exp: Ditto.
5266
5267 2009-10-22 Michael Snyder <msnyder@vmware.com>
5268
5269 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5270 for gdb_expect. Adjust one test's expect strings for the new
5271 format of disassemble.
5272 * gdb.reverse/finish-reverse.exp: Delete 'return'.
5273 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5274 gdb_test_multiple.
5275 * gdb.reverse/step-reverse.exp: Delete 'return'.
5276 * gdb.reverse/until-reverse.exp: Delete blank lines.
5277 * gdb.reverse/watch-reverse.exp: Delete blank lines.
5278
5279 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5280
5281 * gdb.base/consecutive.exp: Adjust.
5282 * gdb.base/display.exp: Likewise.
5283 * gdb.base/pc-fp.exp: Likewise.
5284 * gdb.base/sigbpt.exp: Likewise.
5285
5286 2009-10-19 Michael Snyder <msnyder@vmware.com>
5287
5288 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5289 * gdb.reverse/finish-reverse.c: Ditto.
5290 * gdb.reverse/sigall-reverse.c: Ditto.
5291 * gdb.reverse/solib-reverse.c: Ditto.
5292 * gdb.reverse/step-reverse.c: Ditto.
5293 * gdb.reverse/watch-reverse.c: Ditto.
5294
5295 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5296 Stan Shebs <stan@codesourcery.com>
5297
5298 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5299 * gdb.base/foll-exec.exp: Adjust to expect a process id before
5300 "Executing new program".
5301 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5302 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
5303 left listed after having been killed.
5304 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5305 * gdb.base/maint.exp: Adjust test.
5306
5307 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5308 * gdb.multi/Makefile.in: New.
5309 * gdb.multi/base.exp: New.
5310 * gdb.multi/goodbye.c: New.
5311 * gdb.multi/hangout.c: New.
5312 * gdb.multi/hello.c: New.
5313 * gdb.multi/bkpt-multi-exec.c: New.
5314 * gdb.multi/bkpt-multi-exec.exp: New.
5315 * gdb.multi/crashme.c: New.
5316
5317 2009-10-13 Tristan Gingold <gingold@adacore.com>
5318
5319 * gdb.base/sepdebug.exp: Check debug info are found.
5320
5321 2009-10-08 Pedro Alves <pedro@codesourcery.com>
5322
5323 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5324 bits.
5325
5326 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5327
5328 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5329
5330 2009-10-07 Joel Brobecker <brobecker@adacore.com>
5331
5332 * gdb.base/watchpoints.c: Add copyright header. Reformat one
5333 of the comments.
5334
5335 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
5336
5337 * gdb.base/annota1.exp: Remove obsolete match_max increase.
5338 * gdb.base/annota3.exp: Idem.
5339 * gdb.base/maint.exp: Idem.
5340
5341 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5342
5343 * lib/gdb.exp (default_gdb_init): Set current value of match_max
5344 to default.
5345
5346 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5347
5348 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
5349 mingw and cygwin targets.
5350
5351 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5352 Pedro Alves <pedro@codesourcery.com>
5353
5354 * lib/gdb.exp (gdb_compile): Avoid adding
5355 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
5356
5357 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5358
5359 * gdb.base/shr1.c: Use %p in format string.
5360 * gdb.base/unload.c: Avoid warning in fprintf.
5361 * gdb.base/watchpoint-solib.c: Idem.
5362
5363 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5364
5365 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
5366 long type.
5367 (test_unlink): Correct printf string.
5368 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
5369 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
5370
5371 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5372
5373 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
5374 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
5375 * gdb.arch/ia64-breakpoint-shadow.S: New file.
5376
5377 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5378
5379 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
5380 * gdb.objc/nondebug.exp: Likewise.
5381
5382 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5383
5384 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
5385 target_info setting.
5386
5387 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
5388 that detect new threads during "info threads".
5389
5390 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5391
5392 * gdb.threads/manythreads.c (main): Increase thread stack size
5393 to 2*PTHREAD_STACK_MIN.
5394 * gdb.threads/multi-create.c (main): Likewise.
5395 (create_function): Likewise.
5396
5397 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5398
5399 * gdb.base/dump.exp: Pass difference of pointer types instead
5400 of integer types as offset to restore in intarr3.srec case.
5401
5402 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5403
5404 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
5405
5406 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5407
5408 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
5409
5410 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5411
5412 New test for two watchpoints, with disabling of
5413 the first inserted.
5414 * testsuite/gdb.base/watchpoints.c: New file.
5415 * testsuite/gdb.base/watchpoints.exp: New file.
5416
5417 2009-09-25 Tom Tromey <tromey@redhat.com>
5418
5419 * gdb.base/charset.exp: Test utf-16 strings with Python.
5420
5421 2009-09-25 Tom Tromey <tromey@redhat.com>
5422
5423 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5424 UCS-4.
5425 * gdb.base/charset.c (utf_32_string): Rename.
5426 (init_utf32): Rename.
5427 (main): Update.
5428
5429 2009-09-22 Tom Tromey <tromey@redhat.com>
5430
5431 * gdb.python/py-function.exp: Add regression tests.
5432
5433 2009-09-21 Keith Seitz <keiths@redhat.com>
5434
5435 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5436 with invalid operator.
5437
5438 2009-09-21 Keith Seitz <keiths@redhat.com>
5439
5440 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5441 and destructor using typedef name of class.
5442 * gdb.cp/classes.cc (class Base1): Add a destructor.
5443 (base1): New typedef.
5444 (use_methods): Instanitate an object of type base1.
5445 * gdb.cp/templates.exp (test_template_typedef): New procedure.
5446 (do_tests): Call test_template_typedef.
5447 * gdb.cp/templates.cc (Baz::~Baz): New method.
5448 (intBazOne): New typedef.
5449 (main): Instantiate intBazOne.
5450
5451 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5452
5453 PR python/10633
5454
5455 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5456 Function.
5457 (run_lang_tests): Add print elements test.
5458
5459 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5460
5461 * gdb.python/py-value.exp (test_subscript_regression): New
5462 function. Test for invalid subscripts.
5463 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5464 (ptr_ref): New function.
5465
5466 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5467
5468 * gdb.base/default.exp: Fix "show convenience".
5469
5470 2009-09-15 Tom Tromey <tromey@redhat.com>
5471
5472 * lib/mi-support.exp (mi_create_varobj): Update.
5473 (mi_create_floating_varobj): Likewise.
5474 (mi_create_dynamic_varobj): New proc.
5475 (mi_varobj_update): Update.
5476 (mi_varobj_update_with_type_change): Likewise.
5477 (mi_varobj_update_kv_helper): New proc.
5478 (mi_varobj_update_dynamic_helper): Rewrite.
5479 (mi_varobj_update_dynamic): New proc.
5480 (mi_list_varobj_children): Update.
5481 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5482 * gdb.python/python-prettyprint.py (pp_outer): New class.
5483 (pp_nullstr): Likewise.
5484 (lookup_function): Register new printers.
5485 * gdb.python/python-prettyprint.c (struct substruct): New type.
5486 (struct outerstruct): Likewise.
5487 (substruct_test): New function.
5488 (struct nullstr): New type.
5489 (string_1, string_2): New globals.
5490 (main): Add new tests.
5491 * gdb.python/python-mi.exp: Added regression tests.
5492 * gdb.mi/mi2-var-display.exp: Update.
5493 * gdb.mi/mi2-var-cmd.exp: Update.
5494 * gdb.mi/mi2-var-child.exp: Update.
5495 * gdb.mi/mi2-var-block.exp: Update.
5496 * gdb.mi/mi-var-invalidate.exp: Update.
5497 * gdb.mi/mi-var-display.exp: Update.
5498 * gdb.mi/mi-var-cmd.exp: Update.
5499 * gdb.mi/mi-var-child.exp: Update.
5500 * gdb.mi/mi-var-block.exp: Update.
5501 * gdb.mi/mi-break.exp: Update.
5502 * gdb.mi/gdb701.exp: Update.
5503
5504 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5505
5506 * Makefile.in: Inclusion of catch-syscall object.
5507 * gdb.base/catch-syscall.c: New file.
5508 * gdb.base/catch-syscall.exp: New file.
5509
5510 2009-09-12 Michael Snyder <msnyder@vmware.com>
5511
5512 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5513 that can support reverse debuggnig.
5514
5515 2009-09-11 Tom Tromey <tromey@redhat.com>
5516
5517 * gdb.dwarf2/valop.S: New file.
5518 * gdb.dwarf2/valop.exp: New file.
5519
5520 2009-09-11 Mark Kettenis <kettenis@gnu.org>
5521
5522 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5523
5524 2009-09-10 Doug Evans <dje@google.com>
5525
5526 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5527 Add $gdb_prompt to second breakpoint regexp.
5528
5529 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5530
5531 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5532 names, add missing ones.
5533 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5534 * gdb.python/py-frame.c: Rename from python-frame.c.
5535 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5536 testfile name.
5537 * gdb.python/py-function.exp: Rename from python-function.exp.
5538 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5539 testfile name.
5540 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5541 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5542 Adjust testfile name.
5543 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5544 * gdb.python/py-template.cc: Rename from python-template.cc.
5545 * gdb.python/py-template.exp: Rename from python-template.exp.
5546 Adjust testfile name.
5547 * gdb.python/py-value.c: Rename from python-value.c.
5548 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5549 testfile name.
5550
5551 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5552
5553 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5554 $bpt2address.
5555 (Second breakpoint address is valid on ia64)
5556 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5557
5558 2009-09-03 Joseph Myers <joseph@codesourcery.com>
5559
5560 * gdb.base/ending-run.exp: Restrict regular expression matching
5561 line number to require closing brace following.
5562
5563 2009-09-03 Doug Evans <dje@google.com>
5564
5565 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5566
5567 2009-09-02 Tom Tromey <tromey@redhat.com>
5568
5569 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5570
5571 2009-09-02 Tom Tromey <tromey@redhat.com>
5572
5573 * gdb.dwarf2/callframecfa.exp: New file.
5574 * gdb.dwarf2/callframecfa.S: New file.
5575
5576 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5577
5578 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5579 gdb.base/solib-overlap-main.c: New.
5580
5581 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5582
5583 PR gdb/10565
5584
5585 * gdb.base/bitfields.c (struct container, container): New.
5586 (main): Initialize it and call break5.
5587 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5588
5589 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5590
5591 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5592 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5593
5594 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5597
5598 2009-08-26 Michael Snyder <msnyder@vmware.com>
5599
5600 * gdb.base/i386-reverse.c: New file.
5601 * gdb.base/i386-reverse.exp: New file.
5602 * gdb.base/Makefile.in: Add new files to be removed.
5603
5604 2009-08-26 Joseph Myers <joseph@codesourcery.com>
5605
5606 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5607 environment-pwd for remote host.
5608 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5609
5610 2009-08-24 Keith Seitz <keiths@redhat.com>
5611
5612 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5613 Add two new C++ completer tests which limit the output to a
5614 given class.
5615
5616 2009-08-24 Michael Snyder <msnyder@vmware.com>
5617
5618 * gdb.base/del.exp: Fix typo in comment.
5619 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5620
5621 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5622
5623 * configure: Regenerate.
5624 * gdb.hp/configure: Likewise.
5625 * gdb.hp/gdb.aCC/configure: Likewise.
5626 * gdb.hp/gdb.base-hp/configure: Likewise.
5627 * gdb.hp/gdb.compat/configure: Likewise.
5628 * gdb.hp/gdb.defects/configure: Likewise.
5629 * gdb.hp/gdb.objdbg/configure: Likewise.
5630 * gdb.stabs/configure: Likewise.
5631
5632 2009-08-19 Doug Evans <dje@google.com>
5633
5634 * gdb.base/gdbvars.c: New file.
5635 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5636
5637 2009-08-14 Pedro Alves <pedro@codesourcery.com>
5638
5639 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5640 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5641
5642 2009-08-13 Pedro Alves <pedro@codesourcery.com>
5643
5644 * gdb.base/default.exp: Adjust "set language test": it's now an
5645 enum command. Larger help string moved to "help set language".
5646 * gdb.base/help.exp: Adjust "help set language" expected output,
5647 now lists all known languages.
5648
5649 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
5650
5651 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5652 all frame arguments.
5653 * gdb.arch/altivec-regs.exp: Likewise.
5654
5655 2009-08-07 Tom Tromey <tromey@redhat.com>
5656
5657 * gdb.base/setshow.exp: Add tests for changes to set language, set
5658 check range, and set check type.
5659
5660 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5661
5662 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5663 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
5664 Call it.
5665
5666 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5667
5668 * configure.ac: Run gdb.cell tests when appropriate.
5669 * configure: Regenerate.
5670 * lib/cell.exp: New file.
5671 * gdb.cell: New directory.
5672 * gdb.cell/configure.ac: New file.
5673 * gdb.cell/configure: New file.
5674 * gdb.cell/Makefile.in: New file.
5675 * gdb.cell/arch.exp: New file.
5676 * gdb.cell/break.c: New file.
5677 * gdb.cell/break.exp: New file.
5678 * gdb.cell/break-spu.c: New file.
5679 * gdb.cell/bt.c: New file.
5680 * gdb.cell/bt2-spu.c: New file.
5681 * gdb.cell/bt-spu.c: New file.
5682 * gdb.cell/bt.exp: New file.
5683 * gdb.cell/coremaker.c: New file.
5684 * gdb.cell/coremaker-spu.c: New file.
5685 * gdb.cell/core.exp: New file.
5686 * gdb.cell/gcore.exp: New file.
5687 * gdb.cell/data.c: New file.
5688 * gdb.cell/data.exp: New file.
5689 * gdb.cell/data-spu.c: New file.
5690 * gdb.cell/ea-cache.exp: New file.
5691 * gdb.cell/ea-cache.c: New file.
5692 * gdb.cell/ea-cache-spu.c: New file.
5693 * gdb.cell/ea-standalone.c: New file.
5694 * gdb.cell/ea-standalone.exp: New file.
5695 * gdb.cell/ea-test.c: New file.
5696 * gdb.cell/ea-test.exp: New file.
5697 * gdb.cell/f-regs.exp: New file.
5698 * gdb.cell/mem-access.c: New file.
5699 * gdb.cell/mem-access.exp: New file.
5700 * gdb.cell/mem-access-spu.c: New file.
5701 * gdb.cell/ptype.exp: New file.
5702 * gdb.cell/registers.exp: New file.
5703 * gdb.cell/size.c: New file.
5704 * gdb.cell/sizeof.exp: New file.
5705 * gdb.cell/size-spu.c: New file.
5706 * gdb.cell/solib.exp: New file.
5707 * gdb.cell/solib-symbol.exp: New file.
5708
5709 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5710
5711 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5712
5713 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5714
5715 * gdb.base/float.exp: Handle VFP registers.
5716
5717 2009-07-14 Michael Snyder <msnyder@vmware.com>
5718
5719 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5720 to bring gdb to the beginning of the calling line.
5721
5722 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5723 confusing the i386 epilogue unwinder.
5724
5725 2009-07-14 Stan Shebs <stan@codesourcery.com>
5726
5727 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5728
5729 2009-07-14 Michael Snyder <msnyder@vmware.com>
5730
5731 * gdb.reverse/step-reverse.exp (stepi into function call):
5732 Call instruction may not be first instruction in the line.
5733 (reverse stepi from a function call): Used wrong line number.
5734
5735 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5738
5739 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 Fix gdb.base/macscp.exp when using custom inputrc.
5742 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5743 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
5744 env(TERM) set.
5745 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5746 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5747
5748 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5749
5750 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5751 * gdb.base/annota1.exp (thread_test): Import global $testfile.
5752 Change the compilation target to match the testcase name.
5753 * gdb.base/sect-cmd.exp: Change the compilation target to match the
5754 testcase name.
5755 * a2-run.exp: Use for setup prepare_for_testing. Change the
5756 compilation target to match the testcase name.
5757 * gdb.base/commands.exp: Likewise.
5758 * gdb.base/finish.exp: Likewise.
5759 * gdb.base/float.exp: Likewise.
5760 * gdb.base/info-target.exp: Likewise.
5761 * gdb.base/relational.exp: Likewise.
5762 * gdb.base/term.exp: Likewise.
5763 * gdb.base/until.exp: Likewise.
5764 * gdb.base/volatile.exp: Likewise.
5765 * gdb.base/whatis-exp.exp: Likewise.
5766
5767 2009-07-11 Hui Zhu <teawater@gmail.com>
5768
5769 * gdb.base/help.exp (disassemble): Update expected help text.
5770
5771 2009-07-09 Tom Tromey <tromey@redhat.com>
5772
5773 * lib/gdb.exp: Handle TRANSCRIPT.
5774 (remote_spawn, remote_close, send_gdb): New procs.
5775
5776 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5777
5778 * gdb.python/python-prettyprint.c: Add counted null string
5779 structure.
5780 * gdb.python/python-prettyprint.exp: Print null string. Test for
5781 embedded nulls.
5782 * gdb.python/python-prettyprint.py (pp_ns): New Function.
5783 * gdb.python/python-value.exp (test_value_in_inferior): Add
5784 variable length string fetch tests.
5785 * gdb.python/python-value.c (main): Add strings for string fetch tests.
5786
5787 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5788
5789 * gdb.base/dump.exp (inaccessible memory is reported): New test.
5790
5791 2009-07-07 Tom Tromey <tromey@redhat.com>
5792
5793 * gdb.base/call-rt-st.exp: Update for change to escape output.
5794 * gdb.base/callfuncs.exp: Likewise.
5795 * gdb.base/charset.exp: Likewise.
5796 * gdb.base/constvars.exp: Likewise.
5797 * gdb.base/long_long.exp: Likewise.
5798 * gdb.base/pointers.exp: Likewise.
5799 * gdb.base/printcmds.exp: Likewise.
5800 * gdb.base/setvar.exp: Likewise.
5801 * gdb.base/store.exp: Likewise.
5802 * gdb.cp/ref-types.exp: Likewise.
5803 * gdb.mi/mi-var-child.exp: Likewise.
5804 * gdb.mi/mi-var-display.exp: Likewise.
5805 * gdb.mi/mi2-var-display.exp: Likewise.
5806 * gdb.base/charset.exp: Test octal escape sequence length.
5807 Update for change to escape output.
5808
5809 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5810
5811 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5812
5813 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
5814
5815 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5816
5817 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5818
5819 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5820 gdbserver increasing $portnum if "Can't bind address" has been seen.
5821
5822 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5823
5824 * gdb.base/ending-run.exp: Add "step out of main" pattern for
5825 mingw32ce.
5826
5827 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5828
5829 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5830 VFP format.
5831
5832 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5833
5834 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5835 linux. Adjust to use "inferior", "info inferiors", "detach
5836 inferior" and "kill inferior" instead of "restart", "info fork",
5837 "detach fork" and "delete fork".
5838 * gdb.base/ending-run.exp: Spell out "info".
5839 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5840 the "kill" command.
5841
5842 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5843
5844 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5845 change to prefix TLS offset in hex with 0x.
5846
5847 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5848
5849 * gdb.base/default.exp: Update test case for "x" changes.
5850
5851 2009-07-01 Tristan Gingold <gingold@adacore.com>
5852
5853 * gdb.base/bigcore.exp: Make darwin untested.
5854
5855 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5856
5857 * gdb.base/completion.exp (directory completion): Create the directory.
5858 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5859 escapeuniquesub.
5860 (directory completion 2): Expect now ${escapeuniquesub}.
5861 (Glob remaining of directory test): Remove one excessive newline.
5862 Expect the real output.
5863
5864 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5865
5866 Fix `make check//%' target after `make check' has been ran.
5867 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
5868 a mkdir call.
5869 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5870 (%/.dir): Remove.
5871
5872 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5873
5874 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5875 the expected result record.
5876
5877 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5878
5879 Remove racy FAILs relying just on the timeouts.
5880 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5881 (annotation_level 2): Remove racy FAILs.
5882
5883 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5884
5885 gdb/10275
5886 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5887
5888 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5889
5890 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5891
5892 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5893
5894 * gdb.mi/mi-stack.exp: Testing symbolic options
5895 to -stack-list-locals and -stack-list-arguments.
5896
5897 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5898
5899 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5900
5901 2009-06-29 Tom Tromey <tromey@redhat.com>
5902
5903 * dg-extract-results.sh: New file.
5904 * Makefile.in (FORCE_PARALLEL): New variable.
5905 (CHECK_TARGET): New conditional variable.
5906 (check): Use CHECK_TARGET.
5907 (DO_RUNTEST): New variable.
5908 (check-single): New target.
5909 (TEST_DIRS): New variable.
5910 (TEST_TARGETS): Likewise.
5911 (check-parallel): New target.
5912 (check-gdb.%): New pattern.
5913 (BASE1_FILES): New variable.
5914 (BASE2_FILES): Likewise.
5915 (check-gdb.base%): New pattern.
5916 (%/.dir): New pattern.
5917 * configure: Rebuild.
5918 * aclocal.m4 (AM_CONDITIONAL): New defun.
5919 * configure.ac: Check whether user is using GNU make.
5920 (GMAKE): New conditional.
5921
5922 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5923
5924 * gdb.cp/namespace-nested-import.cc: New test.
5925 * gdb.cp/namespace-nested-import.exp: New test.
5926
5927 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5928
5929 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5930 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5931 * gdb.opt/Makefile.in (EXECUTABLES): Update.
5932 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5933 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5934 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5935 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5936 gdb.opt/inline-markers.c: New files.
5937 * lib/gdb.exp (skip_inline_frame_tests): New function.
5938 (skip_inline_var_tests): New function.
5939
5940 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5941
5942 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5943 backtrace.
5944
5945 2009-06-27 Michael Snyder <msnyder@vmware.com>
5946
5947 * gdb.reverse: New directory.
5948 * gdb.reverse/break-reverse.c: New test.
5949 * gdb.reverse/break-reverse.exp: New test.
5950 * gdb.reverse/consecutive-reverse.c: New test.
5951 * gdb.reverse/consecutive-reverse.exp: New test.
5952 * gdb.reverse/finish-reverse.c: New test.
5953 * gdb.reverse/finish-reverse.exp: New test.
5954 * gdb.reverse/machinestate.c: New test.
5955 * gdb.reverse/ms1.c: New test.
5956 * gdb.reverse/machinestate.exp: New test.
5957 * gdb.reverse/Makefile.in: New file.
5958 * gdb.reverse/shr2.c: New test.
5959 * gdb.reverse/solib-reverse.c: New test.
5960 * gdb.reverse/solib-reverse.exp: New test.
5961 * gdb.reverse/step-reverse.c: New test.
5962 * gdb.reverse/step-reverse.exp: New test.
5963 * gdb.reverse/until-reverse.c: New test.
5964 * gdb.reverse/ur1.c: New test.
5965 * gdb.reverse/until-reverse.exp: New test.
5966 * gdb.reverse/watch-reverse.c: New test.
5967 * gdb.reverse/watch-reverse.exp: New test.
5968 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5969 * configure: Regenerate.
5970
5971 2009-06-26 Doug Evans <dje@google.com>
5972
5973 * gdb.base/psymtab.exp: Turn off pending breakpoints.
5974
5975 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
5976
5977 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5978 windows problem for 'file delete $binfile'.
5979
5980 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5981
5982 * gdb.cp/namespace-using.exp: New test.
5983 * gdb.cp/namespace-using.cc: New test.
5984
5985 2009-05-20 Joel Brobecker <brobecker@adacore.com>
5986
5987 * gdb.ada/variant_record_packed_array: New testcase.
5988
5989 2009-06-23 Tom Tromey <tromey@redhat.com>
5990
5991 * gdb.base/charset.exp (test_combination): Regression test.
5992 * gdb.base/charset.c (my_wchar_t): New typedef.
5993 (myvar): New global.
5994 (main): Set myvar.
5995
5996 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
5997
5998 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
5999 target.
6000
6001 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6002
6003 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
6004
6005 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6006
6007 * gdb.mi/gdb680.exp: Update test for error message.
6008
6009 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6010
6011 * gdb.base/annota1.exp: Allow multiple occurrences of the
6012 frames-invalid annotation.
6013 * gdb.cp/annota2.exp: Likewise.
6014
6015 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6016
6017 * gdb.cp/gdb2495.cc: New file.
6018 * gdb.cp/gdb2495.exp: New file.
6019
6020 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6021
6022 Report error on GDB crash during runto.
6023 * lib/gdb.exp (runto <eof>): New.
6024
6025 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
6026
6027 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
6028 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
6029 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
6030 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
6031 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
6032 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
6033 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
6034 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
6035 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
6036 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
6037 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
6038 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
6039 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6040 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
6041 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
6042 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
6043 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
6044 gdb.server/server-mon.exp, gdb.server/server-run.exp,
6045 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6046 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6047 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
6048 gdb.trace/passcount.exp, gdb.trace/report.exp,
6049 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
6050 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
6051 gdb.trace/while-stepping.exp: Use a unique name for the compiled
6052 executable.
6053
6054 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6055
6056 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
6057 defined before referencing it.
6058
6059 2009-06-03 Doug Evans <dje@google.com>
6060
6061 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
6062 * gdb.arch/i386-see.c: Ditto.
6063
6064 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
6065
6066 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
6067 (check_macro): Return 1 if undefined.
6068 If first test fails, check if macro debug information is available,
6069 and report unsupported test if no macro information is found.
6070
6071 2009-05-29 Doug Evans <dje@google.com>
6072
6073 * gdb.threads/hand-call-in-threads.exp: New.
6074 * gdb.threads/hand-call-in-threads.c: New.
6075
6076 2009-05-29 Michael Snyder <msnyder@vmware.com>
6077
6078 * gdb.base/break-always.exp: Change "1" to "on".
6079 Add confirmation check.
6080
6081 2009-05-28 Pedro Alves <pedro@codesourcery.com>
6082
6083 * gdb.threads/threxit-hop-specific.c: New.
6084 * gdb.threads/threxit-hop-specific.exp: New.
6085 * gdb.threads/thread-execl.c: New.
6086 * gdb.threads/thread-execl.exp: New.
6087
6088 2009-05-27 Tom Tromey <tromey@redhat.com>
6089 Thiago Jung Bauermann <bauerman@br.ibm.com>
6090
6091 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
6092 (mi_child_regexp): Likewise.
6093 (mi_list_varobj_children_range): Likewise.
6094 (mi_get_features): Likewise.
6095 (mi_list_varobj_children): Rewrite.
6096 * gdb.python/python-mi.exp: New file.
6097
6098 2009-05-27 Tom Tromey <tromey@redhat.com>
6099 Thiago Jung Bauermann <bauerman@br.ibm.com>
6100 Phil Muldoon <pmuldoon@redhat.com>
6101 Paul Pluzhnikov <ppluzhnikov@google.com>
6102
6103 * gdb.python/python-prettyprint.exp: New file.
6104 * gdb.python/python-prettyprint.c: New file.
6105 * gdb.python/python-prettyprint.py: New file.
6106 * gdb.base/display.exp: print/r is now valid.
6107
6108 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6109 Tom Tromey <tromey@redhat.com>
6110 Pedro Alves <pedro@codesourcery.com>
6111 Paul Pluzhnikov <ppluzhnikov@google.com>
6112
6113 * gdb.python/python-template.exp: New file.
6114 * gdb.python/python-template.cc: New file.
6115 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6116 tests.
6117 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6118 Call it.
6119 (test_value_after_death): New proc.
6120 * gdb.python/python-value.c (PTR): New typedef.
6121 (main): New variable 'x'.
6122
6123 2009-05-27 Tom Tromey <tromey@redhat.com>
6124
6125 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6126 tests.
6127 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6128 Call it.
6129
6130 2009-05-27 Pedro Alves <pedro@codesourcery.com>
6131
6132 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
6133
6134 2009-05-24 Pedro Alves <pedro@codesourcery.com>
6135
6136 * gdb.threads/fork-thread-pending.c: New.
6137 * gdb.threads/fork-thread-pending.exp: New.
6138
6139 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6140
6141 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
6142 * gdb.dwarf2/dw2-strp.S (a_string2): New.
6143
6144 2009-05-18 Jon Beniston <jon@beniston.com>
6145
6146 * gdb.asm/asm-source.exp: Add lm32 target.
6147
6148 2009-05-17 Pedro Alves <pedro@codesourcery.com>
6149
6150 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
6151 `gdb_get_line_number'. Call `callee' in both parent and child.
6152 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
6153 `gdb_get_line_number' instead of hardcoding line numbers.
6154 (catch_fork_unpatch_child): New procedure to test detaching
6155 breakpoints from child fork.
6156 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
6157 hardcoding line numbers.
6158 (do_fork_tests): Run `catch_fork_unpatch_child'.
6159
6160 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
6161
6162 * gdb.mi/mi-cmd-var.exp: Check that when varobj
6163 of structure type enters or leaves the scope, it
6164 is reported by -var-update.
6165
6166 2009-05-11 Doug Evans <dje@sebabeach.org>
6167
6168 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
6169 * gdb.threads/pending-step.c (main): Fix off-by-one error.
6170 * gdb.threads/schedlock.c (main): Fix off-by-one error.
6171
6172 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6173
6174 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
6175
6176 2009-04-30 Doug Evans <dje@google.com>
6177
6178 * gdb.threads/watchthreads2.exp: New testcase.
6179 * gdb.threads/watchthreads2.c: New testcase.
6180
6181 2009-04-29 Doug Evans <dje@google.com>
6182
6183 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
6184 * gdb.cp/mb-ctor.cc: Ditto.
6185 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
6186 * gdb.cp/mb-inline.h (multi_line_foo): New function.
6187 * gdb.cp/mb-inline1.cc: Call it.
6188 * gdb.cp/mb-inline2.cc: Ditto.
6189 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
6190 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
6191
6192 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6193
6194 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
6195 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
6196 Replace all uses of `decimal' by `nonzero'.
6197 (info macro FROM_COMMANDLINE): New test.
6198
6199 2009-04-27 Tom Tromey <tromey@redhat.com>
6200
6201 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
6202
6203 2009-04-27 Doug Evans <dje@google.com>
6204
6205 * gdb.threads/watchthreads.c (main): Initialize args before starting
6206 the threads. Plus formatting cleanup.
6207 * gdb.threads/watchthreads.exp: Avoid errant failures due to
6208 biased scheduling of one thread.
6209
6210 2009-04-27 Jerome Guitton <guitton@adacore.com>
6211
6212 * gdb.cp/templates.cc (GetMax): New template.
6213 (main): Declare two instances of GetMax.
6214 * gdb.cp/templates.exp: Add new test.
6215
6216 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6217
6218 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6219
6220 2009-04-22 Joseph Myers <joseph@codesourcery.com>
6221
6222 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6223
6224 2009-04-15 Tom Tromey <tromey@redhat.com>
6225
6226 * gdb.base/charset.exp: Add regression test.
6227
6228 2009-04-14 Joel Brobecker <brobecker@adacore.com>
6229
6230 * gdb.base/exe-lock.exp: New testcase.
6231
6232 2009-04-13 Tom Tromey <tromey@redhat.com>
6233
6234 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6235 operator on Frame.
6236
6237 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6238
6239 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6240 * gdb.server/ext-attach.exp: Likewise.
6241
6242 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
6243
6244 Eliminate some sleep usage.
6245
6246 * gdb.mi/basics.c (do_nothing): New.
6247 (main): Use do_nothing instead of printf, so that
6248 not to introduce race condition between output of
6249 inferiour and output of gdb. Do not use sleep as it
6250 is not generally available on embedded targets.
6251
6252 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6253
6254 * gdb.server/ext-attach.exp: Expect an optional process id after
6255 "Detached from remote process".
6256
6257 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6258
6259 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6260 gdb.dwarf2/dw2-unresolved.exp: New.
6261
6262 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6263
6264 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6265 mi_run_to_main.
6266
6267 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6268
6269 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
6270 mi_run_to_main. Skip thread exit test on remote targets.
6271 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
6272 mi_run_to_main.
6273 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
6274 mi_run_to_main.
6275 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6276 when expecting ^connected. Detect when the target doesn't support
6277 non-stop mode.
6278 (mi_run_cmd): Detect if non-stop mode was requested by isn't
6279 supported. Return -1 on error, 0 on success.
6280 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6281 (mi_runto): Return mi_runto_helper's result explicitly.
6282
6283 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6284
6285 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6286
6287 2009-04-01 Tom Tromey <tromey@redhat.com>
6288
6289 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6290 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6291 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6292 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6293
6294 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
6295 Jan Kratochvil <jan.kratochvil@redhat.com>
6296
6297 PR gdb/931
6298 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6299 output.
6300 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
6301 for gdb/931.
6302 * dw2-strp.S (DW_AT_language): Change to C++.
6303 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6304
6305 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6306
6307 * gdb.ada/tasks: New testcase.
6308
6309 2009-03-30 Stan Shebs <stan@codesourcery.com>
6310
6311 * gdb.trace/actions.exp: Update to match new info trace format.
6312 * gdb.trace/deltrace.exp: Ditto.
6313 * gdb.trace/infotrace.exp: Ditto.
6314 * gdb.trace/passcount.exp: Ditto.
6315 * gdb.trace/save-trace.exp: Ditto.
6316 * gdb.trace/while-stepping.exp: Ditto.
6317 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6318
6319 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6320
6321 * gdb.python/python-frame.c: New file.
6322 * gdb.python/python-frame.exp: New file.
6323
6324 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6325
6326 * gdb.python/python-value.exp: Add tests for the address
6327 attribute.
6328
6329 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
6330
6331 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6332
6333 2009-03-26 Doug Evans <dje@google.com>
6334
6335 * gdb.mi/mi-nonstop-exit.exp: New file.
6336 * gdb.mi/non-stop-exit.c: New file.
6337
6338 2009-03-26 Tom Tromey <tromey@redhat.com>
6339
6340 Update for change to prologue skipping:
6341 * gdb.mi/mi2-simplerun.exp: Update.
6342 * gdb.mi/mi2-break.exp: Update.
6343 * gdb.mi/mi-simplerun.exp: Update.
6344 * gdb.mi/mi-break.exp: Update.
6345 * gdb.base/ending-run.exp: Update.
6346
6347 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6348
6349 * gdb.python/python-value.exp (test_value_in_inferior): Test
6350 gdb.Value.is_optimized_out attribute.
6351
6352 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6353
6354 * gdb.dwarf2/dw2-noloc-main.c: New file.
6355 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
6356 (.text): Remove.
6357 (.data): New.
6358 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
6359 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
6360 (DW_TAG_subprogram func_cu1, noloc): Remove.
6361 (main): New.
6362 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
6363 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
6364 (file_symbols): New procedure.
6365
6366 2009-03-25 Tom Tromey <tromey@redhat.com>
6367
6368 * gdb.base/charset.exp (valid_target_charset): New proc.
6369 Use it to skip tests on invalid charsets.
6370
6371 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
6372
6373 * gdb.base/completion.exp: Add a test for directory completion.
6374
6375 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6376
6377 Fix a racy FAIL.
6378 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
6379 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
6380
6381 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6382
6383 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
6384 * gdb.python/python-function.exp: Add test for function returning
6385 a GDB value.
6386
6387 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
6388
6389 * gdb.python/python-function.exp: New file.
6390
6391 2009-03-20 Tom Tromey <tromey@redhat.com>
6392
6393 * gdb.base/store.exp: Update for change to escape output.
6394 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
6395 to escape output.
6396 * gdb.base/pointers.exp: Update for change to escape output.
6397 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
6398 to escape output.
6399 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
6400 escape output.
6401 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
6402 to escape output.
6403 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
6404 escape output.
6405 * gdb.base/setvar.exp: Update for change to escape output.
6406 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
6407 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
6408 to escape output.
6409 (test_print_string_constants): Likewise.
6410 * gdb.base/charset.exp (valid_host_charset): Check size of
6411 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
6412 cases. Handle "auto"-related output.
6413 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
6414 (uvar, Uvar): New globals.
6415
6416 2009-03-19 Jerome Guitton <guitton@adacore.com>
6417
6418 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
6419 deltas.
6420 * gdb.ada/fixed_points.exp: Ditto.
6421
6422 2009-03-18 Pedro Alves <pedro@codesourcery.com>
6423
6424 * return-nodebug.c: Don't include stdio.h.
6425 (init): Delete.
6426 (func): Delete definition and provide extern declaration.
6427 (t): New.
6428 (main): Don't call printf. Call func and store its result in t.
6429 * return-nodebug1.c: New.
6430 * return-nodebug.exp: Don't expect stdio output. Instead, print
6431 the global variable t. Drop printf formatters and cast types from
6432 foreach loop. Don't use prepare_for_testing. Compile
6433 return-nodebug.c and return-nodebug1.c in separate steps. Don't
6434 define FORMAT or CAST.
6435
6436 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6437
6438 * gdb.base/solib-display.exp: Disable test for remote targers.
6439
6440 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6441
6442 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6443
6444 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6445
6446 Fix a racy FAIL.
6447 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6448 code from `follow parent, print pids'.
6449 (`follow child, print pids', `follow parent, print pids'): Call it.
6450 Replace `gdb_test "break..."' by gdb_breakpoint.
6451
6452 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6453
6454 * gdb.mi/mi-cli.exp: Adjust for output difference in
6455 sync and async modes.
6456
6457 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6458
6459 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6460 that was checked in by mistake. Remove loading of ada.exp, since
6461 this is not necessary in this case.
6462
6463 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6464
6465 * gdb.ada/ptype_arith_binop.exp: New testcase.
6466
6467 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6468
6469 * gdb.ada/mod_from_name: New testcase.
6470
6471 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6472
6473 * gdb.ada/tick_last_segv: New testcase.
6474
6475 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6476
6477 * gdb.mi/mi-cli.exp: Remove debug print.
6478
6479 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6480
6481 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6482 include the token in ^running and frame info in *stopped.
6483
6484 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6485
6486 * solib-display.exp: New file.
6487 * solib-display-main.c: New file.
6488 * solib-display-lib.c: New file.
6489
6490 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6491
6492 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6493
6494 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6495
6496 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6497 (list_and_check_macro): Use more specific test name.
6498 (next to definition): Make the test names unique.
6499
6500 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6501
6502 * gdb.pascal/floats.exp: Accept approximate results everywhere.
6503
6504 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6505
6506 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6507 notifications.
6508 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6509 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6510 * lib/mi-support.exp (library_loaded_re): New.
6511 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6512
6513 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6514
6515 * gdb.gdb/observer.exp: Use test_notification observer, not
6516 normal_stop, everywhere.
6517 (test_normal_stop_notifications): Rename to...
6518 (test_notifications): ...this.
6519 (test_observer_normal_stop): Rename to...
6520 (test_observer): ...this.
6521
6522 2009-02-16 Doug Evans <dje@google.com>
6523
6524 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6525 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6526 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6527 (test_prefixed_syscall,test_int3): New tests.
6528 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6529 (test_prefixed_syscall,test_int3): New tests.
6530
6531 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6532
6533 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6534 (mi_expect_interrupt): Likewise.
6535 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6536 response.
6537
6538 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6539
6540 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6541 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6542 Replace calls to get_valueofx by get_hexadecimal_valueof.
6543
6544 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6545
6546 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6547 (get_integer_valueof): New procedure.
6548 (get_sizeof): Use new get_integer_value_of.
6549 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6550 by get_integer_valueof.
6551
6552 2009-02-13 Tom Tromey <tromey@redhat.com>
6553
6554 * gdb.base/remote.exp (get_sizeof): Remove.
6555 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6556 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6557 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6558 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6559 (get_sizeof): Likewise.
6560
6561 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6562
6563 PR fortran/9806
6564 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6565
6566 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6567
6568 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6569
6570 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6571
6572 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6573
6574 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6575
6576 * gdb.python/python-cmd.exp: New file.
6577
6578 2009-02-06 Tristan Gingold <gingold@adacore.com>
6579
6580 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6581
6582 2009-02-05 Tristan Gingold <gingold@adacore.com>
6583
6584 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6585 pointer is dereferenced and use this signal name in regexp.
6586 * gdb.base/signull.exp: Ditto.
6587 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6588 * gdb.base/signull.c (main): Ditto.
6589
6590 2009-02-04 Tom Tromey <tromey@redhat.com>
6591 Thiago Jung Bauermann <bauerman@br.ibm.com>
6592
6593 * gdb.python/python-value.exp: Use `gdb.history' instead of
6594 `gdb.value_from_history'.
6595 (test_value_numeric_ops): Add test for conversion of enum constant.
6596 * gdb.python/python-value.c (enum e): New type.
6597 (evalue): New global.
6598 (main): Use argv.
6599
6600 2009-02-04 Jerome Guitton <guitton@adacore.com>
6601
6602 * gdb.ada/uninitialized_vars: New test program.
6603 * gdb.ada/uninitialized_vars.exp: New testcase.
6604
6605 2009-02-02 Tom Tromey <tromey@redhat.com>
6606
6607 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6608 * gdb.cp/pr2489.cc: Rename...
6609 * gdb.cp/pr9594.cc: ... to this.
6610
6611 2009-02-02 Tom Tromey <tromey@redhat.com>
6612
6613 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6614 * gdb.cp/pr2489.cc: New file.
6615 * gdb.cp/cpcompletion.exp: New file.
6616
6617 2009-02-02 Tom Tromey <tromey@redhat.com>
6618
6619 PR exp/9059:
6620 * gdb.cp/call-c.exp: Add regression test.
6621 * gdb.cp/call-c.cc (FooHandle): New typedef.
6622 (main): New variable 'handle'.
6623
6624 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6625
6626 * lib/mi-support.exp (et_mi_thread_list)
6627 (check_mi_and_console_threads): Adjust for current thread in
6628 -thread-list-ids output.
6629
6630 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6631
6632 * gdb.mi/mi-break.exp (test_disabled_creation): New.
6633 Call it.
6634
6635 2009-01-28 Doug Evans <dje@google.com>
6636
6637 * gdb.arch/amd64-disp-step.S: New file.
6638 * gdb.arch/amd64-disp-step.exp: New file.
6639 * gdb.arch/i386-disp-step.S: New file.
6640 * gdb.arch/i386-disp-step.exp: New file.
6641
6642 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
6643
6644 * gdb.base/find.exp: Set newline variable
6645 using quotes instead of braces to fix cygwin failures.
6646
6647 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6648
6649 * gdb.base/radix.exp: Add tests to ensure that that set
6650 input-radix 0 and set output-radix 0 are really rejected.
6651
6652 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6653
6654 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6655 copyright years.
6656
6657 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6658
6659 PR gdb/9664:
6660 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6661
6662 2009-01-22 Pedro Alves <pedro@codesourcery.com>
6663
6664 PR c++/9631:
6665 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6666
6667 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
6668
6669 * gdb.server/file-transfer.exp: Use EXEEXT variable for
6670 binfile definition to fix Windows OS failure.
6671
6672 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 PR gdb/9346
6675 * gdb.base/interrupt.c (sigint_handler): New.
6676 (main): Install a SIGINT handler if SIGNALS is defined. Exit
6677 on error.
6678 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6679 Test "signal SIGINT".
6680
6681 2009-01-19 Doug Evans <dje@google.com>
6682
6683 * gdb.base/break.exp: Update expected gdb output.
6684 * gdb.base/sepdebug.exp: Ditto.
6685 * gdb.mi/mi-syn-frame.exp: Ditto.
6686 * gdb.mi/mi2-syn-frame.exp: Ditto.
6687 * gdb.base/call-signal-resume.exp: New file.
6688 * gdb.base/call-signals.c: New file.
6689 * gdb.base/unwindonsignal.exp: New file.
6690 * gdb.base/unwindonsignal.c: New file.
6691 * gdb.threads/interrupted-hand-call.exp: New file.
6692 * gdb.threads/interrupted-hand-call.c: New file.
6693 * gdb.threads/thread-unwindonsignal.exp: New file.
6694
6695 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6696
6697 * gdb.base/define.exp: Test defining and hooking prefix commands.
6698 * gdb.python/python.exp: Update test for "show user" output.
6699
6700 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
6703 now the output exactly, using less wildcards. Expect also the output
6704 of gfortran-4.3. Update for the f-valprint.c modification from
6705 2008-04-22.
6706 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6707 Remove gdb_test test names where matching the command.
6708
6709 2009-01-01 Pedro Alves <pedro@codesourcery.com>
6710
6711 PR breakpoints/9681:
6712 * gdb.base/watchpoint.exp: Add regression test.
6713
6714 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6715
6716 * gdb.threads/attach-into-signal.exp: Don't use
6717 gdb_suppress_entire_file.
6718 * gdb.threads/attach-stopped.exp: Ditto.
6719 * gdb.threads/attachstop-mt.exp: Ditto.
6720
6721 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6722
6723 PR gdb/8812:
6724 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6725
6726 2008-12-29 Pedro Alves <pedro@codesourcery.com>
6727
6728 PR gdb/7536:
6729 * gdb.base/radix.exp: Add tests to ensure invalid input radices
6730 and unsupported output radices are really rejected.
6731
6732 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6733
6734 * gdb.cp/punctuator.exp: Backslash the '$' signs.
6735
6736 2008-12-22 Tom Tromey <tromey@redhat.com>
6737
6738 * gdb.cp/punctuator.exp: New file.
6739
6740 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6741
6742 * gdb.base/completion.exp (Completing non-existing component): New test.
6743
6744 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6745
6746 Fix for PR gdb/8648.
6747 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6748 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6749 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6750 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6751
6752 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6753
6754 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6755
6756 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
6757
6758 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6759 compiler actually generate code at the expected line number.
6760
6761 2008-12-15 Jie Zhang <jie.zhang@analog.com>
6762
6763 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6764
6765 2008-12-12 Tom Tromey <tromey@redhat.com>
6766
6767 * gdb.base/commands.exp (redefine_hook_test): New proc.
6768 Call it.
6769
6770 2008-12-11 Tom Tromey <tromey@redhat.com>
6771
6772 * gdb.base/macscp.exp: New regression test.
6773
6774 2008-12-11 Tom Tromey <tromey@redhat.com>
6775
6776 * gdb.base/macscp.exp: Print "address.addr".
6777 * gdb.base/macscp1.c (struct outer): New struct.
6778 (address): New global.
6779
6780 2008-12-09 Tom Tromey <tromey@redhat.com>
6781
6782 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6783 Call it.
6784
6785 2008-12-04 Doug Evans <dje@google.com>
6786
6787 * gdb.server/ext-run.exp: Relax regexp for init program.
6788
6789 2008-12-03 Tristan Gingold <gingold@adacore.com>
6790
6791 * gdb.base/macscp.exp: Generate an object file during compilation
6792 to work around Darwin dsymutil limitations.
6793
6794 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 Test resolving external references to TLS variables.
6797 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6798 FILE2_THREAD_LOCAL.
6799 (testfile2, srcfile2): New variables.
6800 * gdb.threads/tls.c (file2_thread_local)
6801 (function_referencing_file2_thread_local): New.
6802 * gdb.threads/tls2.c: New file.
6803
6804 2008-11-28 Joel Brobecker <brobecker@adacore.com>
6805
6806 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
6807 rather than integer, as integer might not be big enough when
6808 on 64bit targets.
6809
6810 2008-11-27 Jerome Guitton <guitton@adacore.com>
6811
6812 * gdb.cp/formatted-ref.exp: Add equality test.
6813 * gdb.ada/formatted_ref.exp: Ditto.
6814
6815 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6816
6817 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6818 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6819
6820 2008-11-20 Andreas Schwab <schwab@suse.de>
6821
6822 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6823 matching syscall entry point.
6824 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6825 (tcatch_vfork_then_child_follow): Likewise. Finish through
6826 vfork even if we stopped at the syscall trampoline.
6827
6828 2008-11-20 Doug Evans <dje@google.com>
6829
6830 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6831
6832 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6833
6834 * gdb.arch/ppc-dfp.exp: New file.
6835 * gdb.arch/ppc-dfp.c: New file.
6836
6837 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6838
6839 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
6840
6841 2008-11-17 Doug Evans <dje@google.com>
6842
6843 * gdb.mi/mi-syn-frame.exp: Update expected output.
6844 * gdb.mi/mi2-syn-frame.exp: Update expected output.
6845
6846 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6847
6848 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
6849 "thread N" results in =thread-selected.
6850 * lib/mi-support (mi_run_cmd, mi_expect_stop)
6851 (mi_send_resuming_command_raw): Be prepared for
6852 =thread-selected.
6853
6854 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6855
6856 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6857 * lib/mi-support.exp: Likewise.
6858
6859 2008-11-16 Joel Brobecker <brobecker@adacore.com>
6860
6861 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6862 commands from the expected output for "help catch".
6863
6864 2008-11-15 Joel Brobecker <brobecker@adacore.com>
6865
6866 * gdb.ada/int_deref.exp: New testcase.
6867
6868 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
6869
6870 * gdb.mi/gdb2549.exp: New file.
6871
6872 2008-11-11 Doug Evans <dje@google.com>
6873
6874 * gdb.base/callexit.exp: New file.
6875 * gdb.base/callexit.c: New file.
6876
6877 2008-11-10 Doug Evans <dje@google.com>
6878
6879 * lib/gdb.exp (GDBFLAGS): Move -nx ...
6880 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
6881 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6882 (default_gdb_start,default_gdb_exit): Ditto.
6883 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6884 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6885 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6886 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6887 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6888 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6889
6890 2008-11-03 Andreas Schwab <schwab@suse.de>
6891
6892 * gdb.base/hashline2.exp: Fix typo.
6893 * gdb.base/hashline3.exp: Likewise.
6894
6895 2008-10-30 Tom Tromey <tromey@redhat.com>
6896
6897 * gdb.base/pointers.exp: Add test.
6898 * gdb.base/pointers.c (k, S): New typedefs.
6899 (instance): New global.
6900
6901 2008-10-30 Andreas Schwab <schwab@suse.de>
6902
6903 * gdb.base/args.exp: Add tests for newlines.
6904
6905 2008-10-30 Joel Brobecker <brobecker@adacore.com>
6906
6907 gdb.base/foll-exec.exp: Update the expected output of a couple
6908 of "info breakpoints" tests.
6909
6910 2008-10-28 Tom Tromey <tromey@redhat.com>
6911
6912 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6913
6914 2008-10-24 Pedro Alves <pedro@codesourcery.com>
6915
6916 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6917 gdb_start_cmd.
6918 Use runto_main before any test that requires execution.
6919
6920 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6921
6922 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6923 instead of SIGINT.
6924
6925 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6926
6927 * gdb.base/completion.exp: Update expected output following
6928 the addition of the "info tasks" command.
6929
6930 2008-10-22 Tom Tromey <tromey@redhat.com>
6931
6932 * gdb.base/exprs.exp (test_expr): Add test for string
6933 concatenation.
6934
6935 2008-10-19 Pedro Alves <pedro@codesourcery.com>
6936
6937 * configure.ac: Output gdb.python/Makefile.
6938 * configure: Regenerate.
6939 * gdb.python/Makefile.in: New.
6940
6941 2008-10-16 Joel Brobecker <brobecker@adacore.com>
6942
6943 * gdb.base/foll-fork.exp: Adjust the expected output to match
6944 the new description for fork/vfork catchpoints in the "info
6945 breakpoints" output.
6946
6947 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6948
6949 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6950
6951 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6952
6953 * gdb.python/python-value.c: New file.
6954 * gdb.python/python-value.exp: New file.
6955
6956 2008-10-15 Pedro Alves <pedro@codesourcery.com>
6957
6958 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6959
6960 2008-10-15 Denis Pilat <denis.pilat@st.com>
6961
6962 * gdb.cp/mb-ctor.exp: Fix a typo.
6963
6964 2008-10-09 Tom Tromey <tromey@redhat.com>
6965
6966 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6967 'fprintf' and 'stderr'.
6968
6969 2008-10-07 Joel Brobecker <brobecker@adacore.com>
6970
6971 * gdb.ada/ref_tick_size.exp: New testcase.
6972
6973 2008-10-06 Doug Evans <dje@google.com>
6974
6975 * gdb.dwarf2/dw2-cu-size.exp: New file.
6976 * gdb.dwarf2/dw2-cu-size.S: New file.
6977
6978 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6979 .Ltype_int for clarity.
6980
6981 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6982
6983 PR gdb/2384:
6984 * gdb.cp/gdb2384.exp: Extended to test more cases.
6985 * gdb.cp/gdb2384.cc: Likewise.
6986 * gdb.cp/gdb2384-base.h: Likewise.
6987 * gdb.cp/gdb2384-base.cc: Likewise.
6988
6989 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6990
6991 * gdb.base/maint.exp (maint print type): Remove printing
6992 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
6993
6994 2008-09-30 Tom Tromey <tromey@redhat.com>
6995
6996 * gdb.base/macscp.exp: Add completion tests.
6997 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
6998 (TWENTY_THREE): Likewise.
6999 (FORTY_EIGHT): Likewise.
7000
7001 2008-09-30 Tom Tromey <tromey@redhat.com>
7002
7003 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
7004 everywhere.
7005 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
7006
7007 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7008
7009 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
7010 testcase is derived from. Fix racy dependency on an expected PID
7011 number. No longer support the testcase on Linux kernel 2.4.x.
7012
7013 2008-09-27 Tom Tromey <tromey@redhat.com>
7014
7015 * gdb.base/macscp.exp: Add tests for stringification, splicing,
7016 and varargs.
7017
7018 2008-09-22 Pedro Alves <pedro@codesourcery.com>
7019
7020 * lib/mi-support.exp (mi_expect_interrupt): New.
7021 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
7022 from gdb.mi/mi-nonstop.exp.
7023 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
7024 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
7025 lib/mi-support.exp.
7026 Use mi_check_thread_states throughout. Avoid ".*" and do not
7027 require an anchor after -exec-run.
7028
7029 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
7030
7031 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
7032 stop is pending. Avoid ".*" when two stops are pending.
7033 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
7034 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
7035 newlines in fullnames.
7036 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
7037 (mi_expect_stop): Update comments. Only anchor in sync mode.
7038 Do not match newlines.
7039 (mi_send_resuming_command_raw): Always return status.
7040 (mi_get_stop_line): Do not match more than one line by accident.
7041 Only anchor in sync mode.
7042 (mi_run_inline_test): If -exec-next fails, give up.
7043
7044 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7045
7046 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
7047 on SPU.
7048
7049 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7050
7051 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
7052
7053 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7054
7055 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
7056 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
7057 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
7058 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
7059 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
7060 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
7061 gdb.ada/interface.exp, gdb.ada/null_array.exp,
7062 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
7063 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
7064 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
7065 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
7066 Include the "= " sequence in the expected output of print tests.
7067
7068 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7069
7070 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
7071 description for boolean types.
7072
7073 2008-09-09 Pedro Alves <pedro@codesourcery.com>
7074
7075 * gdb.base/hook-stop-continue.c: New.
7076 * gdb.base/hook-stop-continue.exp: New.
7077
7078 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7079
7080 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
7081
7082 2008-09-08 Jerome Guitton <guitton@adacore.com>
7083
7084 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
7085 (stack_check_probe_2, stack_check_probe_loop_1)
7086 (stack_check_probe_loop_2): New functions.
7087 (main): Add call to these new functions.
7088 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
7089 functions, check that the breakpoint is inserted at the appropriate
7090 location.
7091 (insert_breakpoint): Slightly refine this procedure so that it can
7092 be called several times in the test.
7093
7094 2008-09-08 Jerome Guitton <guitton@adacore.com>
7095
7096 * gdb.base/stack-checking.c: New file.
7097 * gdb.base/stack-checking.exp: New file.
7098
7099 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7100
7101 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7102 * gdb.arch/altivec-regs.exp: Likewise.
7103 * gdb.arch/vsx-regs.exp: Likewise.
7104
7105 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7106
7107 * gdb.arch/ppc-fp.exp: New file.
7108 * gdb.arch/ppc-fp.c: New file.
7109
7110 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7111
7112 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7113 lest gcc-4.3.1 optimizes the whole thing away.
7114
7115 2008-09-04 Michael Snyder <msnyder@vmware.com>
7116
7117 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
7118 as "at" (for non-debug functions such as _start).
7119
7120 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7121
7122 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
7123 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
7124 software watchpoints.
7125 * gdb.base/watch_thread_num.exp: Likewise.
7126
7127 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
7128
7129 * gdb.arch/i386-bp_permanent.exp: New test.
7130
7131 2008-08-24 Tom Tromey <tromey@redhat.com>
7132
7133 * gdb.base/maint.exp: Update "maint print type".
7134
7135 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
7136
7137 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
7138 support. Adjust the order of "*running" notifications.
7139 * gdb.mi/non-stop.c: Don't cast from int to void* and
7140 back.
7141
7142 2008-08-20 Mark Kettenis <kettenis@gnu.org>
7143
7144 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
7145 expect to find it in the "info frame" output.
7146
7147 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
7148
7149 * gdb.base/interp.exp: Always consume both prompts.
7150
7151 2008-08-20 Pedro Alves <pedro@codesourcery.com>
7152
7153 * gdb.base/pending.exp: Test pending breakpoints without symbols
7154 loaded.
7155
7156 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7157
7158 * lib/mi-support.exp (mi_expect_stop): Produce
7159 more details on failures.
7160 * gdb.mi/mi-nonstop.exp: New.
7161 * gdb.mi/non-stop.c: New.
7162
7163 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7164
7165 * gdb.mi/mi-async.exp: Use 'set target-async'.
7166 * lib/mi-support.exp: Use 'set/show target-async'.
7167
7168 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
7169
7170 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
7171
7172 2008-08-17 Tom Tromey <tromey@redhat.com>
7173
7174 * gdb.base/help.exp (help catch): Rewrite.
7175
7176 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7177
7178 * gdb.base/define.exp: Test indented command documentation.
7179 * gdb.python/python.exp: Test indented multi-line command.
7180
7181 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
7182
7183 * testsuite/gdb.arch/vsx-regs.c: New source file.
7184 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
7185 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
7186
7187 2008-08-14 Tom Tromey <tromey@redhat.com>
7188
7189 * gdb.base/macscp.exp: Add regression test for "macro define" or
7190 "macro undef" with no arguments.
7191
7192 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7193
7194 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
7195
7196 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7197
7198 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
7199
7200 2008-08-06 Tom Tromey <tromey@redhat.com>
7201
7202 * gdb.python/python.exp: New file.
7203
7204 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7205
7206 Fix for PR gdb/1543.
7207 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
7208 $LOCATION.
7209 (location): New variable.
7210 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7211 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7212 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7213 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7214 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7215 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7216 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7217 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7218 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7219 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7220 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7221 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7222 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7223 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7224 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7225 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7226 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7227 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7228 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7229 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7230 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7231 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7232 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7233 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7234 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7235 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7236 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7237 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7238 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7239 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7240 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7241 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7242 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7243 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7244 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7245 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7246 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7247 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7248 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7249 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7250 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7251 gdb.base/type-opaque.exp, gdb.base/until.exp,
7252 gdb.base/value-double-free.c, gdb.base/varargs.exp,
7253 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7254 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7255 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7256 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7257 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7258 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7259 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7260 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7261 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7262 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7263 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7264 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7265 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7266 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7267 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7268 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7269 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7270 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7271 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7272 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7273 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7274 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7275 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7276 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7277 gdb.pascal/types.exp, gdb.stabs/weird.exp,
7278 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7279 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7280 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7281 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7282 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7283 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7284 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7285 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7286 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7287 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7288 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7289 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7290 lib/mi-support.exp, lib/trace-support.exp: Remove reference
7291 to bug-gdb@prep.ai.mit.edu .
7292
7293 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
7294
7295 * lib/mi-support.exp (mi_load_shlibs): New.
7296 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7297
7298 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
7299
7300 * lib/mi-support.exp (get_mi_thread_list)
7301 (check_mi_and_console_threads): New, moved from ...
7302 * gdb.mi/mi-pthread.exp: ...here.
7303 * gdb.mi/gdb669.exp (get_mi_thread_list)
7304 (check_mi_and_console_threads): Delete.
7305 * gdb.mi/mi2-pthread.exp: Likewise.
7306
7307 2008-07-28 Tom Tromey <tromey@redhat.com>
7308
7309 * Makefile.in (just-check): Remove. Move body to...
7310 (check): ... here.
7311
7312 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7313
7314 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7315 Add a test for duplicated SIGINTs.
7316
7317 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7318
7319 * gdb.threads/schedlock.exp (get_args): Update to work for any
7320 value of NUM.
7321 (Top level): Report the number of threads that did not resume.
7322
7323 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7324
7325 * gdb.dwarf2/dw2-compressed.S: Also define __start.
7326
7327 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7328
7329 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7330 non-MI prompt.
7331
7332 2008-07-26 Tom Tromey <tromey@redhat.com>
7333
7334 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7335 (function_struct, function_struct_ptr): New globals.
7336 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7337 function pointer in a struct.
7338
7339 2008-07-26 Tom Tromey <tromey@redhat.com>
7340
7341 * gdb.base/macscp.exp: Add test for macro lexing bug.
7342
7343 2008-07-18 Tom Tromey <tromey@redhat.com>
7344
7345 * gdb.base/macscp.exp: Add macro tests.
7346
7347 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7348
7349 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7350
7351 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7352
7353 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7354
7355 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7356
7357 * gdb.cp/class2.exp: fix for failure on spu-elf
7358
7359 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7360
7361 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
7362
7363 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7364
7365 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
7366
7367 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
7368
7369 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
7370
7371 2008-07-11 Kevin Buettner <kevinb@redhat.com>
7372
7373 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
7374 of regexp to account for changes made to GDB in the printing of
7375 byte vectors.
7376
7377 2008-07-11 Tom Tromey <tromey@redhat.com>
7378
7379 * gdb.base/completion.exp: Add 'help' completion test.
7380
7381 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7382
7383 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
7384
7385 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7386
7387 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
7388
7389 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7390
7391 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
7392
7393 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7394
7395 * gdb.base/fullname.exp: Restore pwd if compiling failed.
7396
7397 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7398
7399 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
7400
7401 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7402
7403 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
7404 previous commit. Add a comment.
7405
7406 2008-06-28 Pedro Alves <pedro@codesourcery.com>
7407
7408 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
7409
7410 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7411
7412 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
7413
7414 2008-06-27 Pedro Alves <pedro@codesourcery.com>
7415
7416 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
7417 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
7418 compiling an executable, link in an object that forces unbuffered
7419 output.
7420 * lib/set_unbuffered_mode.c: New file.
7421
7422 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7423
7424 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7425
7426 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
7427
7428 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7429 mi_expect_stop.
7430 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7431 Demand that *running is output.
7432 (detect_async): Perform checking every time.
7433 (mi_send_resuming_command): Extract everything into...
7434 (mi_send_resuming_command_raw): ...this.
7435 (mi_expect_stop): Don't accept any output before *stopped.
7436
7437 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
7438
7439 Robustify mi-simplerun.
7440 * gdb.mi/basics.c (main): Add a call to sleep.
7441 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7442 * gdb.mi/mi2-cli.exp: Likewise.
7443 * gdb.mi/mi-break.exp: Likewise.
7444
7445 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
7446
7447 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7448
7449 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7450
7451 * gdb.mi/mi-console.exp: Adjust.
7452 * gdb.mi/mi-syn-frame.exp: Adjust.
7453 * gdb.mi/mi2-console.exp: Adjust.
7454 * gdb.mi/mi2-syn-frame.exp: Adjust.
7455 * lib/mi-support.exp (mi_run_cmd): Adjust.
7456 (mi_send_resuming_command): Adjust.
7457
7458 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7459
7460 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7461 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7462 testing of stopped.
7463 * gdb.mi/mi2-syn-frame.exp: Likewise.
7464 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7465 (async, detect_async): New.
7466 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7467 depending on if we're running in sync or async mode.
7468
7469 2008-06-09 Tom Tromey <tromey@redhat.com>
7470
7471 * gdb.base/completion.exp: New tests for field name completion
7472 with spaces, and field name completion with '->'.
7473
7474 2008-06-06 Tom Tromey <tromey@redhat.com>
7475
7476 * gdb.base/break1.c (struct some_struct): New struct.
7477 (values): New global.
7478 * gdb.base/completion.exp: Add field name completion test.
7479
7480 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7481
7482 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7483 to pointer.
7484 * gdb.cp/call-c.cc: Likewise.
7485
7486 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
7487
7488 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7489 annotation.
7490
7491 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7492 Pedro Alves <pedro@codesourcery.com>
7493
7494 * gdb.threads/execl.c, gdb.threads/execl1.c,
7495 gdb.threads/execl.exp: New tests.
7496
7497 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7498 Daniel Jacobowitz <dan@codesourcery.com>
7499
7500 * gdb.cp/exception.exp: Activate test, make it work with pending
7501 catchpoints.
7502
7503 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7504
7505 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7506
7507 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7508
7509 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7510 now printed.
7511 * gdb.mi/mi2-var-cmd.exp: Likewise.
7512
7513 2008-05-27 Andreas Schwab <schwab@suse.de>
7514
7515 * gdb.base/frame-args.exp: Handle arguments that are optimized
7516 out.
7517
7518 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
7519
7520 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7521 quiet for ppc32 and group options into a single variable.
7522
7523 2008-05-23 Joel Brobecker <brobecker@adacore.com>
7524
7525 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7526 of zero-size elements.
7527 * gdb.ada/null_array.exp: Test printing this new array.
7528
7529 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7530
7531 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7532
7533 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7534
7535 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7536 of the "finish" command.
7537
7538 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7539
7540 * gdb.base/annota1.exp: Test for new annotation.
7541
7542 2008-05-16 Pedro Alves <pedro@codesourcery.com>
7543
7544 * gdb.base/fixsection.exp: New file.
7545 * gdb.base/fixsection0.c: New file.
7546 * gdb.base/fixsection1.c: New file.
7547
7548 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7549
7550 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7551 * gdb.base/annota3.exp: Likewise.
7552
7553 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7554
7555 * gdb.base/watch_thread_num.exp: Don't run tests that require
7556 watchpoints if the target doesn't support them.
7557
7558 2008-05-12 Doug Evans <dje@google.com>
7559
7560 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7561
7562 2008-05-09 Joel Brobecker <brobecker@adacore.com>
7563
7564 * gdb.ada/assign_1.exp: New testcase.
7565
7566 2008-05-09 Doug Evans <dje@google.com>
7567
7568 * gdb.base/find.exp: New file.
7569 * gdb.base/find.c: New file.
7570
7571 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7572
7573 * gdb.base/commands.exp (watchpoint_command_test): Handle
7574 gdb,no_hardware_watchpoints.
7575 * gdb.base/float.exp: Allow ARM targets without floating point.
7576 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7577
7578 2008-05-06 Jerome Guitton <guitton@adacore.com>
7579 Joel Brobecker <brobecker@adacore.com>
7580
7581 * gdb.ada/lang_switch: New test program.
7582 * gdb.ada/lang_switch.exp: New testcase.
7583
7584 2008-05-05 Doug Evans <dje@google.com>
7585
7586 * gdb.base/help.exp (disassemble): Update expected help text.
7587
7588 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7589
7590 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7591
7592 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7593
7594 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7595 different times.
7596
7597 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7600 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7601 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7602 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7603
7604 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7605
7606 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7607 notification to appear.
7608
7609 2008-05-04 Daniel Jacobowitz <dan@debian.org>
7610
7611 * gdb.base/fullname.c: New file.
7612 * gdb.base/fullname.exp: New file.
7613 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7614
7615 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7616
7617 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7618 expressions with macros.
7619
7620 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7621
7622 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7623
7624 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7625
7626 * gdb.base/completion.exp: Handle lack of other symbols beginning
7627 with "a".
7628
7629 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7630
7631 2008-05-02 Jim Blandy <jimb@codesourcery.com>
7632
7633 * gdb.asm/asmsrc1.s: Add scratch space.
7634
7635 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7636 Daniel Jacobowitz <dan@codesourcery.com>
7637
7638 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7639 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7640 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7641
7642 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7643
7644 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7645
7646 2008-05-01 Joel Brobecker <brobecker@adacore.com>
7647
7648 * gdb.base/info-target.exp: New testcase.
7649
7650 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7651
7652 * gdb.cp/hang.exp: Use .cc instead of .C.
7653 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7654 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7655
7656 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7657
7658 * gdb.base/gdb1250.exp: Remove perror.
7659 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7660
7661 2008-04-30 Pedro Alves <pedro@codesourcery.com>
7662
7663 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7664 .2byte.
7665
7666 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
7667
7668 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
7669 (maybe_kfail): New.
7670
7671 2008-04-25 Pedro Alves <pedro@codesourcery.com>
7672
7673 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7674
7675 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7676
7677 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7678 * gdb.mi/mi2-syn-frame.exp: Likewise.
7679 * lib/mi-support.exp: Likewise.
7680
7681 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7682
7683 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7684 to specify regexp for the location to stop at.
7685 * gdb.base/break-always.c: New.
7686 * gdb.base/break-always.exp: New.
7687
7688 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7689
7690 * lib/mi-support.exp (mi_runto_helper): Adjust
7691 for the original-location field.
7692 (mi_create_breakpoint, mi_list_breakpoints): New.
7693 * gdb.mi/mi-break.exp: Adjust.
7694 * gdb.mi/mi2-break.exp: Adjust.
7695 * gdb.mi/mi-pending.exp: Adjust.
7696 * gdb.mi/mi-simplerun.exp: Adjust.
7697 * gdb.mi/mi2-simplerun.exp: Adjust.
7698 * gdb.mi/mi-syn-frame.exp: Adjust.
7699 * gdb.mi/mi2-syn-frame.exp: Adjust.
7700 * gdb.mi/mi-until.exp: Adjust.
7701 * gdb.mi/mi2-until.exp: Adjust.
7702 * gdb.mi/mi-var-display.exp: Adjust.
7703 * gdb.mi/mi2-var-display.exp: Adjust.
7704 * gdb.mi/mi-watch.exp: Adjust.
7705 * gdb.mi/mi2-watch.exp: Adjust.
7706
7707 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7708
7709 * aclocal.m4: Add override.m4.
7710 * configure: Regenerate.
7711
7712 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7713
7714 * gdb.mi/var-cmd.c (do_at_tests): Verify that
7715 '-var-update --all-values' reports new value even the type
7716 of a variable object has changed.
7717
7718 2008-04-18 Craig Silverstein <csilvers@google.com>
7719
7720 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7721 files.
7722
7723 2008-04-18 Joel Brobecker <brobecker@adacore.com>
7724
7725 * gdb.ada/atomic_enum: New test program.
7726 * gdb.ada/atomic_enum.exp: New testcase.
7727
7728 2008-04-17 Doug Evans <dje@google.com>
7729
7730 * gdb.opt/Makefile.in: Fix whitespace.
7731
7732 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
7733
7734 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7735
7736 2008-04-17 Doug Evans <dje@google.com>
7737
7738 * gdb.base/hashline1.exp: New testcase.
7739 * gdb.base/hashline2.exp: New testcase.
7740 * gdb.base/hashline2.exp: New testcase.
7741
7742 2008-04-17 Pedro Alves <pedro@codesourcery.com>
7743
7744 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7745
7746 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
7747
7748 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7749 temporary breakpoint to match "Temporary breakpoint".
7750 * gdb.base/break.exp (delete_breakpoints): Likewise.
7751 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7752 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7753 * gdb.base/display.exp: Likewise.
7754 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7755 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7756 * gdb.base/restore.exp (restore_tests): Likewise.
7757 * gdb.base/sepdebug.exp: Likewise.
7758 * gdb.base/watchpoint.exp: Likewise.
7759 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7760 * gdb.mi/mi-pending.exp: Likewise.
7761 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7762 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7763 * gdb.mi/mi-var-cmd.exp: Likewise.
7764 * gdb.mi/mi-var-display.exp: Likewise.
7765 * gdb.mi/mi2-cli.exp: Likewise.
7766 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7767 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7768 * gdb.mi/mi2-var-display.exp: Likewise.
7769 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7770 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7771 new "disp" field.
7772 (mi_expect_stop): Move after_reason argument to be really after
7773 reason. This is to support fix for PR2424.
7774
7775 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7776
7777 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7778
7779 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
7780
7781 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
7782 field. Add more floating varobj tests.
7783 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
7784 field.
7785 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7786 (main): Call do_at_tests.
7787 * lib/mi-support.exp (mi_create_floating_varobj)
7788 (mi_varobj_update_with_type_change): New.
7789
7790 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7791
7792 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7793 option of -var-evaluate-expression.
7794 * gdb.mi/mi2-var-display.exp: Likewise.
7795
7796 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
7797
7798 Introduce test setup helpers.
7799 * lib/gdb.exp (build_executable, clean_restart)
7800 (prepare_for_testing): New.
7801 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7802 * gdb.base/return.exp: Likewise.
7803 * gdb.base/ending-run.exp: Likewise.
7804
7805 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
7806
7807 * gdb.mi/mi-async.exp: New test for asynchronous Machine
7808 Interface (MI) responses.
7809
7810 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
7811
7812 * gdb.cp/breakpoint.cc: New code to test conditions involving
7813 member variables.
7814 * gdb.cp/breakpoint.exp: Test condition involving member
7815 variables.
7816
7817 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
7818
7819 * lib/mi-support.exp (mi_expect_stop): New.
7820 (mi_run_cmd): Change the
7821 token. Use mi_send_resuming_command, use
7822 mi_expect_stop.
7823 (mi_execute_to_helper): Rename to mi_execute_to.
7824 (mi_send_resuming_command): Add more error patterns.
7825 (mi_wait_for_stop): Renamed to...
7826 (mi_get_stop_line): ...this.
7827 (mi_run_inline_test): Adjust.
7828
7829 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7830 * gdb.mi/mi-console.exp: Likewise.
7831 * gdb.mi/mi-pending.exp: Likewise.
7832 * gdb.mi/mi-simplerun.exp: Likewise.
7833 * gdb.mi/mi-stack.exp: Likewise.
7834 * gdb.mi/mi-stepi.exp: Likewise.
7835 * gdb.mi/mi-syn-frame.exp: Add comment.
7836 * gdb.mi/mi-until.exp: Likewise.
7837 * gdb.mi/mi-var-display.exp: Likewise.
7838 * gdb.mi/mi-watch.exp: Likewise.
7839 * gdb.mi/mi2-cli.exp: Likewise.
7840 * gdb.mi/mi2-console.exp: Likewise.
7841 * gdb.mi/mi2-simplerun.exp: Likewise.
7842 * gdb.mi/mi2-stack.exp: Likewise.
7843 * gdb.mi/mi2-stepi.exp: Likewise.
7844 * gdb.mi/mi2-until.exp: Likewise.
7845 * gdb.mi/mi2-var-display.exp: Likewise.
7846 * gdb.mi/mi2-watch.exp: Likewise.
7847
7848 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7849
7850 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7851
7852 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7853
7854 2008-04-04 Pedro Alves <pedro@codesourcery.com>
7855
7856 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7857 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7858 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7859 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7860 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7861 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7862 expect an mi error duplicated in stderr.
7863
7864 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7865
7866 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7867 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7868 Add a couple of tests that verify the behavior when the new setting
7869 is set to "cancel" and "all".
7870 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7871 "ask" before we start the testing.
7872
7873 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7874
7875 * gdb.cp/casts.cc: Add class reference variables.
7876 * gdb.cp/casts.exp: New test cases for up/down casting references.
7877
7878 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
7879
7880 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7881 instead of beginning to make an extra test pass.
7882 * gdb.mi/mi2-var-display.exp: Likewise.
7883
7884 2008-03-31 Maciej W. Rozycki <macro@mips.com>
7885
7886 * gdb.base/break.exp: Mark failures as such. Fix formatting.
7887
7888 2008-03-31 Markus Deuling <deuling@de.ibm.com>
7889 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7890
7891 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7892 value. Add xfail for older kernels.
7893
7894 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
7895
7896 Bring mi-support in line with gdb.exp.
7897 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7898 (mi_gdb_start): New function.
7899
7900 2008-03-28 Maciej W. Rozycki <macro@mips.com>
7901
7902 * gdb.mi/mi-var-cmd.exp: Fix a typo.
7903
7904 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7905
7906 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7907 * gdb.mi/mi2-var-display.exp: Likewise.
7908
7909 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7910
7911 * lib/mi-support.exp (mi_create_varobj_checked): New.
7912 (mi_list_varobj_children): Allow to check for a
7913 value.
7914 (mi_list_array_varobj_children): New.
7915
7916 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7917 and mi_list_varobj_children, as opposed to hardcoding
7918 expected strings.
7919 * gdb.mi/gdb701.exp: Likewise.
7920 * gdb.mi/gdb792.exp: Likewise.
7921 * gdb.mi/mi-var-block.exp: Likewise.
7922 * gdb.mi/mi-var-cmd.exp: Likewise.
7923 * gdb.mi/mi-var-invalidate.exp: Likewise.
7924 * gdb.mi/mi2-var-block.exp: Likewise.
7925 * gdb.mi/mi2-var-child.exp: Likewise.
7926 * gdb.mi/mi2-var-cmd.exp: Likewise.
7927 * gdb.mi/mi2-var-display.exp: Likewise.
7928
7929 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7930
7931 Fix random false FAILs on i386.
7932 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7933
7934 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7935
7936 PR gdb/544
7937 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7938
7939 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7940
7941 PR gdb/544
7942 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7943
7944 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7945
7946 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7947 fixed PR gdb/544.
7948
7949 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7950
7951 * gdb.threads/fork-child-threads.exp: Test next over fork.
7952
7953 2008-03-21 Chris Demetriou <cgd@google.com>
7954
7955 * gdb.base/break.exp (rbreak junk): New test for rbreak
7956 "Junk at end of arguments" issue.
7957
7958 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7959
7960 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7961 *& to work on created array elements.
7962 (Top level): Test print $pc with a file. Test string operations
7963 without a target.
7964 * gdb.base/ptype.exp: Do not expect *& to work on created array
7965 elements.
7966
7967 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7968
7969 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7970 gdb.threads/staticthreads.exp: Update exit query.
7971
7972 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
7973
7974 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7975
7976 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7977
7978 * gdb.base/watchpoint.c (global_ptr, func4): New.
7979 (main): Call func4.
7980 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7981 (test_inaccessible_watchpoint): New.
7982
7983 2008-02-29 Maciej W. Rozycki <macro@mips.com>
7984
7985 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7986 select the largest.
7987
7988 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7989
7990 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
7991 frames-invalid annotations.
7992
7993 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
7994
7995 * gdb.base/assign.exp: avoid same output for different tests.
7996
7997 2008-02-27 Doug Evans <dje@google.com>
7998
7999 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
8000 for bug 1738.
8001 (breakpoint_to_handler_entry): Ditto.
8002
8003 2008-02-27 Joel Brobecker <brobecker@adacore.com>
8004
8005 * gdb.base/ending-run.exp: Use the first line of code inside
8006 function body to test breakpoints.
8007 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
8008 location where the breakpoint is inserted when using the line
8009 where a function is declared. Fix typo in the description of
8010 one of the tests.
8011 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
8012
8013 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8014
8015 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
8016 tests.
8017
8018 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8019
8020 * gdb.base/args.exp: avoid same output for tests
8021 with single quotes.
8022
8023 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
8024
8025 * gdb.base/annota1.exp: Adjust for 'info break'
8026 format changes.
8027 * gdb.base/annota3.exp: Likewise.
8028 * gdb.base/break.exp: Likewise.
8029 * gdb.base/condbreak.exp: Likewise.
8030 * gdb.base/pending.exp: Likewise.
8031 * gdb.base/sepdebug.exp: Likewise.
8032 * gdb.base/unload.exp: Likewise.
8033 * gdb.cp/ovldbreak.exp: Likewise.
8034 * gdb.mi/mi-pending.exp: Likewise.
8035
8036 2008-02-07 Doug Evans <dje@google.com>
8037
8038 * gdb.cp/mb-inline.exp: New.
8039 * gdb.cp/mb-inline.h: New.
8040 * gdb.cp/mb-inline1.cc: New.
8041 * gdb.cp/mb-inline2.cc: New.
8042
8043 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8044
8045 * gdb.pascal/floats.pas: New test program.
8046 * gdb.pascal/floats.exp: New testcase.
8047
8048 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8049
8050 * gdb.base/callfuncs.c (t_float_many_args): New function.
8051 (t_double_many_args): New function.
8052 * gdb.base/callfuncs.exp: Add tests for exceeding float
8053 and double parameters passed through the stack.
8054
8055 2008-02-05 Joel Brobecker <brobecker@adacore.com>
8056
8057 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
8058 gdb.ada/complete/foo.adb: New files.
8059 * gdb.ada/complete.exp: New testcase.
8060
8061 2008-02-03 Doug Evans <dje@google.com>
8062
8063 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
8064
8065 * gdb.cp/gdb2384.exp: New file.
8066 * gdb.cp/gdb2384.cc: New file.
8067 * gdb.cp/gdb2384-base.h: New file.
8068 * gdb.cp/gdb2384-base.cc: New file.
8069
8070 2008-02-02 Doug Evans <dje@google.com>
8071
8072 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
8073
8074 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8075
8076 * gdb.ada/sym_print_name: New test program.
8077 * gdb.ada/sym_print_name.exp: New testcase.
8078
8079 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8080
8081 * gdb.ada/nested/hello.adb: New file.
8082 * gdb.ada/nested.exp: New testcase.
8083 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8084
8085 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8086
8087 * gdb.mi/basic.c (return_1): New function.
8088 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
8089 don't cause future evaluations of function to report
8090 creation of internal breakpoints.
8091
8092 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8093
8094 * gdb.mi/mi-break.exp (test_error): New.
8095 Call it.
8096
8097 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
8098
8099 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8100 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8101
8102 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8103
8104 * gdb.pascal/integers.pas: New test program.
8105 * gdb.pascal/integers.exp: New testcase.
8106
8107 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8108
8109 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8110
8111 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
8112
8113 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
8114 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
8115
8116 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
8117
8118 * gdb.ada/formatted_ref: New test program.
8119 * gdb.ada/formatted_ref.exp: New testcase.
8120
8121 * gdb.cp/formatted-ref.cc: New file.
8122 * gdb.cp/formatted-ref.exp: New testcase.
8123
8124 2008-01-30 Joel Brobecker <brobecker@adacore.com>
8125
8126 * gdb.base/ptype.exp: Add testing of "ptype $pc".
8127
8128 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8129
8130 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
8131 (test_file_list_exec_source_file): Update to new macro-info field.
8132
8133 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
8134
8135 * gdb.ada/exprs: New test program.
8136 * gdb.ada/exprs.exp: New testcase.
8137
8138 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8139
8140 * dfp-test.c (DELTA, DELTA_B): New definitions.
8141 (double_val1, double_val2, double_val3, double_val4, double_val5,
8142 double_val6, double_val7, double_val8, double_val9, double_val10,
8143 double_val11, double_val12, double_val13, double_val14, dec32_val1,
8144 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
8145 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
8146 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
8147 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
8148 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
8149 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
8150 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
8151 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
8152 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
8153 dec128_val16): New global variables.
8154 (decimal_dec128_align): New function.
8155 (decimal_mixed): Likewise.
8156 (decimal_many_args_dec32): Likewise.
8157 (decimal_many_args_dec64): Likewise.
8158 (decimal_many_args_dec128): Likewise.
8159 (decimal_many_args_mixed): Likewise.
8160 * dfp-test.exp: Add tests calling new inferior functions.
8161
8162 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8163
8164 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
8165 gdb.server/ext-run.exp: New files.
8166 * lib/gdbserver-support.exp (gdbserver_download): New.
8167 (gdbserver_start): New. Update gdbserver expected
8168 output.
8169 (gdbserver_spawn): Use them.
8170 (gdbserver_start_extended): New.
8171
8172 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8173
8174 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
8175 Run on GNU/Linux.
8176 (do_exec_tests): Check for systems which do not support catchpoints.
8177 Do not match START.
8178 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
8179 Run on GNU/Linux. Enable verbose output.
8180 (check_fork_catchpoints): New.
8181 (explicit_fork_child_follow, catch_fork_child_follow)
8182 (tcatch_fork_parent_follow): Update expected messages.
8183 (do_fork_tests): Use check_fork_catchpoints.
8184 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
8185 Run on GNU/Linux. Enable verbose output.
8186 (check_vfork_catchpoints): New.
8187 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
8188 expected messages.
8189 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
8190
8191 2008-01-29 Jim Blandy <jimb@red-bean.com>
8192
8193 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
8194 host' errors.
8195 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
8196
8197 2008-01-29 Jim Blandy <jimb@red-bean.com>
8198
8199 * gdb.threads/sigthread.c: Use barriers to ensure that
8200 child_thread and child_thread_two are always initialized before we
8201 start to use them.
8202
8203 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
8204
8205 * gdb.base/watchpoint-solib.exp: New.
8206 * gdb.base/watchpoint-solib.c: New.
8207 * gdb.base/watchpoint-solib-shr.c: New.
8208
8209 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
8210
8211 * gdb.base/gdb1056.exp: Add unsigned integer test.
8212
8213 2008-01-28 Doug Evans <dje@google.com>
8214
8215 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8216
8217 2008-01-27 Jim Blandy <jimb@codesourcery.com>
8218
8219 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8220
8221 * gdb.base/expand-psymtabs.exp: Doc fix.
8222
8223 2008-01-26 Mark Kettenis <kettenis@gnu.org>
8224
8225 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8226
8227 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
8228
8229 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
8230 -var-set-format.
8231
8232 2008-01-23 Chris Demetriou <cgd@google.com>
8233
8234 * gdb.threads/thread_events.c: New testcase source file.
8235 * gdb.threads/thread_events.exp: New testcase expect file.
8236
8237 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
8238
8239 * lib/gdb.exp: Add the variable octal.
8240
8241 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
8242 -var-set-format.
8243
8244 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8245 Vladimir Prus <vladimir@codesourcery.com>
8246
8247 * gdb.base/float.exp: Allow missing floating point for m68k and
8248 PowerPC.
8249
8250 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
8251
8252 * gdb.mi/basics.c: Setup for testing breakpoints
8253 ignore count.
8254 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8255 * gdb.mi/mi-cli.exp: Adjust.
8256 * gdb.mi/mi2-cli.exp: Adjust.
8257
8258 2008-01-17 Pedro Alves <pedro@codesourcery.com>
8259
8260 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8261 and 'dummy_ptr' integer pointer. Initialize struct_declarations
8262 with dummy_ptr's address.
8263 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8264 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8265 all targets.
8266 * gdb.mi/mi2-var-child.exp: Likewise.
8267
8268 2008-01-09 Joel Brobecker <brobecker@adacore.com>
8269
8270 * gdb.ada/null_array: New test program.
8271 * gdb.ada/null_array.exp: New testcase.
8272
8273 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8274
8275 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8276 with required float modifiers.
8277
8278 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8279
8280 * gdb.ada/funcall_param: New test program.
8281 * gdb.ada/funcall_param.exp: New testcase.
8282
8283 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8284
8285 * gdb.ada/arrayparam: New test program.
8286 * gdb.ada/arrayparam.exp: New testcase.
8287
8288 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8289
8290 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8291 landed. Should also fix random failures in the test following it.
8292
8293 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8294
8295 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8296 for expressions with decimal float values.
8297 (test_dfp_conversions): New function to test casts to and from
8298 decimal float types.
8299 Call test_dfp_conversions.
8300 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8301 elements.
8302 (main): Initialize ds.float4 and ds.double8 elements.
8303 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
8304 string to new error message.
8305 (d64_set_tests): Likewise.
8306 (d128_set_tests): Likewise.
8307 Add tests for expressions with decimal float variables. Add tests for
8308 conversions to and from decimal float types.
8309
8310 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8311
8312 * gdb.ada/packed_tagged/comp_bug.adb: New file.
8313 * gdb.ada/packed_tagged.exp: New testcase.
8314
8315 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8316
8317 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8318 gdb.ada/homonym/homonym_main.adb: New files.
8319 * gdb.ada/homonym.exp: New testcase.
8320
8321 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8322
8323 * gdb.ada/packed_array.exp: Add testing of references to
8324 a packed array.
8325
8326 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8327
8328 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8329 New files.
8330 * gdb.ada/type_coercion.exp: New testcase.
8331
8332 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8333
8334 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8335 gdb.ada/tagged/foo.adb: New file.
8336 * gdb.ada/tagged.exp: New testcase.
8337
8338 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8339
8340 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8341 gdb.ada/ptype_field/foo.adb: New files.
8342 * gdb.ada/ptype_field.exp: New testcase.
8343
8344 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8345
8346 * gdb.ada/print_pc.exp: New testcase.
8347
8348 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8349
8350 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8351 gdb.ada/taft_type/p.adb: New files.
8352 * gdb.ada/taft_type.exp: New testcase.
8353
8354 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8355
8356 * gdb.ada/array_bounds/bar.adb: New file.
8357 * gdb.ada/array_bounds.exp: New testcase.
8358
8359 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8360
8361 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
8362 gdb.ada/arrayptr/foo.adb: New files.
8363 * gdb.ada/arrayptr.exp: New testcase.
8364
8365 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8366
8367 * gdb.base/set-lang-auto.exp: New testcase.
8368
8369 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8370
8371 * gdb.ada/fun_addr/foo.adb: New file.
8372 * gdb.ada/fun_addr.exp: New testcase.
8373
8374 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8375
8376 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
8377 New files
8378
8379 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8380
8381 * array_subscript_addr/p.adb: New file.
8382 * array_subscript_addr.exp: New testcase.
8383
8384 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8385
8386 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
8387 New files.
8388 * gdb.ada/str_cmp_ref.exp: New testcase.
8389
8390 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8391
8392 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
8393 gdb.ada/fun_in_declare/foo.adb: New files.
8394 * gdb.ada/fun_in_declare.exp: New testcase.
8395
8396 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8397
8398 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
8399 gdb.ada/ref_param/pck.ads: New files.
8400 * gdb.ada/ref_param.exp: New testcase.
8401
8402 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8403
8404 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
8405 gdb.ada/interface/foo.adb: New files.
8406 * gdb.ada/interface.exp: New testcase.
8407
8408 2007-12-31 Jim Blandy <jimb@codesourcery.com>
8409
8410 * gdb.base/multi-forks.exp: Consume all output from child
8411 processes before proceeding to next test.
8412
8413 2007-12-29 Jim Blandy <jimb@codesourcery.com>
8414
8415 * configure: Regenerated.
8416
8417 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8418
8419 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8420 gdb.ada/fixed_cmp/fixed.adb: New files.
8421 * gdb.ada/fixed_cmp.exp: New testcase.
8422
8423 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8424
8425 * gdb.ada/boolean_expr.exp: New testcase.
8426
8427 2007-12-26 Jim Blandy <jimb@codesourcery.com>
8428
8429 * gdb.base/multi-forks.exp: Doc fix.
8430
8431 2007-12-26 Joel Brobecker <brobecker@adacore.com>
8432
8433 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8434 * gdb.ada/char_param.exp: Do not compile our test program with
8435 -gnata, this is unnecessary.
8436 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8437
8438 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8439
8440 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8441 gdb.ada/print_chars/foo.adb: New files.
8442 * gdb.ada/print_chars.exp: New testcase.
8443
8444 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8445
8446 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8447 gdb.ada/char_param/foo.adb: New files.
8448 * gdb.ada/char_param.exp: New testcase.
8449
8450 2007-12-22 Jim Blandy <jimb@codesourcery.com>
8451
8452 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8453 hard-coding source line numbers into the test.
8454 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8455 gdb_get_line_number to find.
8456
8457 2007-12-22 Joel Brobecker <brobecker@adacore.com>
8458
8459 * gdb.base/ptype.c (highest): New struct type.
8460 (the_highest): New variable of that type.
8461 (main): Add dummy assignment to a field of variable the_highest.
8462 * gdb.base/ptype.exp: Test type printing of our new variable.
8463
8464 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8465
8466 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8467 and record first explicitly generated thread number.
8468 Use that thread number for thread specific watchpoint test.
8469 Add iteration number to repetitive tests.
8470
8471 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8472 Jim Blandy <jimb@codesourcery.com>
8473
8474 * gdb.base/expand-psymtabs.c: New testcase
8475 source file.
8476 * gdb.base/expand-psymtabs.exp: New testcase
8477 expect file.
8478
8479 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8480
8481 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8482 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8483
8484 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8485
8486 * gdb.ada/frame_args/foo.adb: New file.
8487 * gdb.ada/frame_args/pck.ads: New file.
8488 * gdb.ada/frame_args/pck.adb: New file.
8489 * gdb.ada/frame_args.exp: New testcase.
8490
8491 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8492
8493 * gdb.base/frame-args.c: New file.
8494 * gdb.base/frame-args.exp: New testcase.
8495
8496 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8497 Joseph Myers <joseph@codesourcery.com>
8498
8499 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8500
8501 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8502
8503 * gdb.mi/mi-pending.exp: New.
8504 * gdb.mi/mi-pending.c: New.
8505 * gdb.mi/mi-pendshr.c: New.
8506
8507 2007-12-06 Jim Blandy <jimb@codesourcery.com>
8508
8509 * gdb.base/default.exp: Update expected output for 'info catch'.
8510
8511 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8512
8513 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8514 must be set to binary.
8515
8516 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8517
8518 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8519
8520 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8521
8522 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8523 gdb.mi/mi-file-transfer.exp: New.
8524
8525 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8526
8527 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8528
8529 2007-11-22 Maciej W. Rozycki <macro@mips.com>
8530
8531 * gdb.trace/backtrace.exp: Fix a typo.
8532 * gdb.trace/circ.exp: Likewise.
8533 * gdb.trace/collection.exp: Likewise.
8534 * gdb.trace/limits.exp: Likewise.
8535 * gdb.trace/report.exp: Likewise.
8536 * gdb.trace/tfind.exp: Likewise.
8537 * gdb.trace/while-dyn.exp: Likewise.
8538
8539 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
8540
8541 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8542 objects of pointers that can't be dereferenced are now
8543 "noneditable".
8544
8545 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8546
8547 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8548 (target_cpu): Remove.
8549
8550 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8551
8552 * gdb.base/ending-run.exp: Expect the list of cleared
8553 breakpoint to come in natural order, not the reversed one.
8554
8555 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8556
8557 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8558 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8559
8560 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8561
8562 * gdb.base/printcmds.exp: New function
8563 test_printf_with_dfp.
8564
8565 2007-11-02 Doug Evans <dje@google.com>
8566
8567 * gdb.disasm/t01_mov.s: Remove carriage returns.
8568 * gdb.disasm/t02_mova.s: Ditto.
8569 * gdb.disasm/t03_add.s: Ditto.
8570 * gdb.disasm/t04_sub.s: Ditto.
8571 * gdb.disasm/t05_cmp.s: Ditto.
8572 * gdb.disasm/t06_ari2.s: Ditto.
8573 * gdb.disasm/t07_ari3.s: Ditto.
8574 * gdb.disasm/t08_or.s: Ditto.
8575 * gdb.disasm/t09_xor.s: Ditto.
8576 * gdb.disasm/t10_and.s: Ditto.
8577 * gdb.disasm/t11_logs.s: Ditto.
8578 * gdb.disasm/t12_bit.s: Ditto.
8579 * gdb.disasm/t13_otr.s: Ditto.
8580
8581 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8582
8583 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8584
8585 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8586
8587 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8588 provide DFP support.
8589
8590 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8591
8592 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8593 Test "set powerpc vector-abi". Skip auto-detection tests for old
8594 toolchains.
8595
8596 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8597
8598 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8599 with [string compare].
8600
8601 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8602
8603 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8604 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8605
8606 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
8607
8608 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8609 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8610 * gdb.opt/Makefile.in: New makefile.
8611 * Makefile.in: Create new directory "gdb.opt".
8612 * configure.ac: Add "gdb.opt" directory.
8613 * configure: Regenerated.
8614
8615 2007-10-25 Doug Evans <dje@google.com>
8616
8617 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8618 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8619
8620 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
8621 Thiago Jung Bauermann <bauerman@br.ibm.com>
8622
8623 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8624 Floating Point expressions.
8625 * gdb.base/dfp-test.exp: new file adding tests for Decimal
8626 Floating Point variables.
8627 * gdb.base/dfp-test.c: new file containing program with Decimal
8628 Floating variables, used by gdb.base/dfp-test.exp.
8629
8630 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8631
8632 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8633
8634 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8635
8636 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8637 compiling test case with GCC.
8638 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8639
8640 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8641
8642 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8643 format changes.
8644
8645 2007-10-18 Michael Snyder <msnyder@specifix.com>
8646
8647 * gdb.base/dbx.exp: Add missing "-re " operator.
8648
8649 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8650
8651 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8652 * configure.ac: Removed trailing spaces after backslash.
8653 * gdb.modula2: New directory.
8654 * gdb.modula2/Makefile.in: New file.
8655 * gdb.modula2/unbounded-array.exp: New file.
8656 * gdb.modula2/unbounded1.c: New file.
8657
8658 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8659
8660 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8661
8662 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
8663
8664 * gdb.base/sigstep.c (main): Add checks for
8665 return values for setitimer call.
8666 Call setitimer again with itimer = ITIMER_REAL
8667 if first call to setitimer fails.
8668
8669 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8670
8671 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8672 of $timeout.
8673
8674 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8675
8676 * gdb.server/server-run.exp: Test for dynamic linker symbols.
8677
8678 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
8679
8680 * lib/gdb.exp (gdb_run_cmd): Move comment outside
8681 of gdb_expect call, to avoid interruption.
8682
8683 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
8684
8685 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8686 (v_unsigned_long_long, v_long_long_array)
8687 (v_signed_long_long_array, v_unsigned_long_long_array)
8688 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8689 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8690 [!NO_LONG_LONG]: New.
8691 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8692 v_long_long_member.
8693
8694 (v_long_long_func, v_signed_long_long_func)
8695 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8696 (main) [!NO_LONG_LONG]: Initialize long long variants.
8697
8698 * gdb.base/whatis.exp: If board file requests no_long_long, build
8699 test with NO_LONG_LONG defined. Test long long, signed long long,
8700 and unsigned long long variants but only if board file doesn't
8701 disable it.
8702
8703 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
8704 Daniel Jacobowitz <dan@codesourcery.com>
8705
8706 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8707 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8708 * configure: Regenerated.
8709 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8710 gdb.pascal/types.exp, lib/pascal.exp: New files.
8711
8712 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
8713
8714 * gdb.cp/classes.exp (do_tests): Always step to the line after the
8715 call.
8716 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8717 to return to the call.
8718 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8719 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8720 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8721 * gdb.mi/mi-until.exp (test_until): Likewise.
8722 * gdb.mi/mi2-until.exp (test_until): Likewise.
8723
8724 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
8725
8726 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8727 two-char array.
8728 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8729
8730 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8731
8732 * gdb.threads/watchthreads.c (thread_function): Sleep between
8733 iterations.
8734 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8735 at once for S/390. Generate matching fails and passes.
8736
8737 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
8738
8739 * gdb.mi/var-cmd.c (do_children_tests): Initialize
8740 the 'struct_declarations' variable to zeros.
8741
8742 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
8743
8744 * gdb.cp/mb-ctor.cc: New.
8745 * gdb.cp/mb-ctor.exp: New.
8746 * gdb.cp/mb-templates.cc: New.
8747 * gdb.cp/mb-templates.exp: New.
8748
8749 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
8750
8751 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8752
8753 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
8754
8755 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8756 targets.
8757 * configure: Regenerate.
8758
8759 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
8760
8761 * gdb.base/annota1.exp: Adjust for 'info break'
8762 format changes.
8763 * gdb.base/annota3.exp: Likewise.
8764 * gdb.base/break.exp: Likewise.
8765 * gdb.base/condbreak.exp: Likewise.
8766 * gdb.base/pending.exp: Likewise.
8767 * gdb.base/sepdebug.exp: Likewise.
8768 * gdb.base/unload.exp: Likewise.
8769 * gdb.base/ovldbreak.exp: Likewise.
8770
8771 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
8772
8773 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8774 messages.
8775 * gdb.base/chng-syms.exp: Likewise.
8776 * gdb.base/unload.exp: Likewise.
8777
8778 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
8779
8780 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8781
8782 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8783
8784 * schedlock.c (NUM): Change to 1.
8785 (main): Use args[0] for the main thread.
8786 * schedlock.exp: Only expect two threads. Only issue one pass or fail
8787 regardless of the number of threads.
8788
8789 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8790
8791 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8792 type down.
8793 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8794 test.
8795 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8796 watchpoint type down.
8797 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8798 test.
8799
8800 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8801
8802 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8803 Move all the tests here and run them twice, once using software
8804 watchpoints and once using hardware watchpoints.
8805 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8806
8807 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
8808
8809 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8810 test.
8811
8812 2007-09-10 Mark Kettenis <kettenis@gnu.org>
8813
8814 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8815 build-id.
8816
8817 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8818 know about $ORIGIN. Calculate output dir from $dest instead of
8819 using ${objdir}/{$subdir}.
8820
8821 2007-09-09 Mark Kettenis <kettenis@gnu.org>
8822
8823 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8824 gcore, before continuing with the test.
8825
8826 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
8827
8828 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8829 * gdb.mi/mi-watch.exp: Likewise.
8830
8831 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8832 Jim Blandy <jimb@codesourcery.com>
8833
8834 * gdb.arch/i386-sse.exp: Do not expect character constants.
8835 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8836 * gdb.base/display.exp: Allow print/s.
8837 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8838 and unsigned char array changes.
8839
8840 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8841
8842 * gdb.base/display.exp: Add tests for printf %p.
8843
8844 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8845
8846 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8847 the dll name to unicode.
8848
8849 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 * gdb.base/default.exp (show version): Update the version text.
8852 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8853
8854 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8857 New files.
8858
8859 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8860
8861 * lib/gdb.exp (build_id_debug_filename_get): New function.
8862 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8863 Remove the generate DEBUG file for the future testcase runs.
8864 New testcase for the NT_GNU_BUILD_ID retrieval.
8865 Move the final testing step to ...
8866 (test_different_dir): ... a new function.
8867 New parameter XFAIL to XFAIL all the tests performed.
8868 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8869 New parameter TYPE to PF_PREFIX all the tests performed.
8870
8871 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8872
8873 * gdb.mi/mi-var-cp.cc (path_expression): New
8874 function.
8875 * gdb.mi/mi-var-cp.exp: Run path exression tests.
8876
8877 2007-08-27 Markus Deuling <deuling@de.ibm.com>
8878
8879 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8880 to fit into SPU Local Store memory.
8881
8882 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8883
8884 * gdb.base/default.exp: Adjust the expected output of "info
8885 warranty" after the switch to GPLv3.
8886
8887 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8888
8889 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8890 to 30000 (from 20000).
8891
8892 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8893
8894 Switch the license of all .exp files to GPLv3.
8895 Switch the license of all .f and .f90 files to GPLv3.
8896 Switch the license of all .s and .S files to GPLv3.
8897
8898 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8899
8900 * configure.ac: Switch license to GPLv3.
8901
8902 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8903
8904 Switch the licensing to GPLv3 for all .ads and .adb files.
8905
8906 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
8907
8908 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8909 and t_int_double.
8910 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8911
8912 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8913
8914 * gdb.base/step-line.c: Switch license to GPL version 3, and
8915 update copyright year.
8916 * gdb.base/step-line.inp: Likewise.
8917
8918 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8919
8920 * gdb.base/gdb1555.exp: Make expected output immune to formatting
8921 changes inside gdb1555.c.
8922 * gdb.base/pending.exp: Likewise.
8923
8924 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
8925
8926 * config/default.exp: New file.
8927
8928 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8929
8930 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8931 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8932
8933 2007-07-30 Maciej W. Rozycki <macro@mips.com>
8934
8935 * gdb.base/dump.exp: Force the correct endianness for binary
8936 formats not carrying this information.
8937
8938 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8939
8940 * gdb.threads/staticthreads.exp: Match .*sem_post.
8941
8942 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8943
8944 * gdb.base/readline.exp (operate_and_get_next): Match the final
8945 prompt.
8946
8947 2007-07-23 Kevin Buettner <kevinb@redhat.com>
8948
8949 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8950 to restarting SID.
8951
8952 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8953
8954 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8955 prior to `gdb_start'.
8956
8957 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8958
8959 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
8960 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8961 Remove call to gdb_unload.
8962
8963 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8964 Daniel Jacobowitz <dan@codesourcery.com>
8965
8966 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8967 for __WIN32__.
8968 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
8969 * gdb.base/unload.exp: Use shared library test routines.
8970
8971 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8972
8973 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8974 * gdb.base/solib-symbol-lib.c: Likewise.
8975 * gdb.base/solib-symbol-main.c: Likewise.
8976
8977 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8978
8979 * config/gdbserver.exp (gdb_reconnect): New.
8980 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8981 gdb.base/solib-disc.exp: New files.
8982 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8983 remote debugging".
8984 (gdb_compile): Add shlib_load flag.
8985 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8986 port.
8987 (gdbserver_reconnect): New.
8988
8989 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
8990 Daniel Jacobowitz <dan@codesourcery.com>
8991
8992 * gdb.base/annota3.exp: Test for if construct.
8993
8994 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
8995
8996 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
8997
8998 2007-06-21 Chris Dearman <chris@mips.com>
8999 Maciej W. Rozycki <macro@mips.com>
9000
9001 * gdb.base/display.exp: Allow a newline after display/i.
9002 * gdb.base/pc-fp.exp: Likewise.
9003 * gdb.base/sigbpt.exp: Likewise.
9004
9005 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9006
9007 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
9008 required features to be included.
9009
9010 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9011
9012 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
9013 in info threads output.
9014
9015 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9016 Markus Deuling <deuling@de.ibm.com>
9017
9018 * gdb.arch/spu-info.exp: New testcase.
9019 * gdb.arch/spu-info.c: New file.
9020
9021 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
9022
9023 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
9024 tpcs_offset. Restore lr after the call.
9025 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
9026
9027 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
9028
9029 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
9030 (gdbserver_run): Kill any running gdbserver.
9031 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
9032
9033 2007-05-17 Maciej W. Rozycki <macro@mips.com>
9034
9035 * gdb.base/sigbpt.exp: Preset segv_addr.
9036
9037 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
9038
9039 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
9040 (gdb_compile_shlib): Likewise.
9041 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
9042 (default_gdb_init): Clear cleanfiles.
9043 (gdb_finish): Delete recorded cleanfiles.
9044 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
9045
9046 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
9047 Do not use isnative.
9048 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
9049 gdb.base/so-impl-ld.exp: Likewise.
9050 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
9051 * gdb.base/unload.exp: Likewise. Do not pass empty option to
9052 gdb_compile.
9053
9054 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
9055
9056 * config/unknown.exp: Remove.
9057
9058 2007-05-15 Markus Deuling <deuling@de.ibm.com>
9059
9060 * gdb.base/info-proc.exp: Check is_remote.
9061
9062 2007-05-14 Markus Deuling <deuling@de.ibm.com>
9063
9064 * gdb.base/gcore.exp: Initialize variable core_supported.
9065
9066 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9067
9068 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
9069
9070 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9071
9072 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
9073 * gdb.threads/print-threads.exp (test_all_threads): Allow
9074 negative and hexadecimal thread IDs.
9075
9076 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9077
9078 * gdb.java/jprint.java (public): Avoid invalid call to static
9079 method.
9080
9081 2007-05-14 Denis Pilat <denis.pilat@st.com>
9082
9083 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
9084 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
9085 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9086 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
9087 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
9088
9089 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9090
9091 * gdb.base/overlays.exp: Add support for targets with only code
9092 overlay support, not data overlay. Support spu-*-* target in
9093 this mode.
9094 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9095 * gdb.base/spu.ld: New file.
9096
9097 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9098
9099 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9100
9101 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9102
9103 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9104
9105 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9106
9107 * gdb.java/jmain.exp: Handle demangled names with and without method
9108 signatures.
9109
9110 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9111
9112 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9113 (have_a_very_merry_interrupt): Remove calls to puts.
9114 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
9115 inferior output.
9116 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
9117 test names.
9118
9119 2007-04-29 Markus Deuling <deuling@de.ibm.com>
9120 Daniel Jacobowitz <dan@codesourcery.com>
9121
9122 * gdb.base/auxv.exp (core_works): Also check is_remote.
9123 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
9124
9125 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
9126
9127 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
9128 message, not the undefined 'module' variable.
9129 * gdb.base/siginfo.exp: Likewise.
9130 * gdb.base/sigstep.exp: Likewise.
9131 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
9132 serialport.
9133 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
9134
9135 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
9136
9137 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
9138 target sim fails. Return 0 otherwise.
9139 (gdb_load): Return prematurely if gdb_target_sim fails.
9140
9141 2007-04-16 Denis Pilat <denis.pilat@st.com>
9142
9143 * gdb.base/setshow.exp: Reset height after having set it to 100.
9144
9145 2007-04-16 Denis Pilat <denis.pilat@st.com>
9146
9147 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
9148
9149 2007-04-16 Denis Pilat <denis.pilat@st.com>
9150
9151 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
9152
9153 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
9154
9155 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
9156 tests. Run the frozen varobjs test.
9157 * gdb.mi/var-cmd.c (do_frozen_tests): New.
9158 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
9159
9160 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9161
9162 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
9163 gdb.base/type-opaque.exp: New files.
9164
9165 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
9166
9167 * gdb.mi/mi-var-child.c
9168 (do_children_tests): User char[2] instead of
9169 char so that automatic printing of pointers to char
9170 don't give unpredicable result.
9171 * gdb.mi/var-cmd.c (do_locals_test): Initialize
9172 local variables.
9173 * gdb.mi/mi-var-child.exp: Step to right line
9174 of do_children_tests.
9175 * gdb.mi/mi2-var-child.exp: Likewise.
9176 * gdb.mi/mi-var-cmd.exp: Step to right line of
9177 do_locals_tests.
9178 (do_children_tests): User char[2] instead of
9179 char so that automatic printing of pointers to char
9180 don't give unpredicable result.
9181 * gdb.mi/mi2-var-cmd.exp: Likewise.
9182 * lib/mi-support.exp (mi_continue_to_line):
9183 Pass test name to mi_wait_for_stop.
9184
9185 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9186
9187 * gdb.asm/asm-source.exp: Remove d10v case.
9188 * lib/gdb.exp (skip_cplus_tests): Likewise.
9189 * gdb.asm/d10v.inc: Deleted.
9190
9191 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9192
9193 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
9194
9195 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9196
9197 * config/netware.exp: Delete file.
9198
9199 2007-03-29 Joel Brobecker <brobecker@adacore.com>
9200
9201 * gdb.dwarf2/dw2-noloc.S: New file.
9202 * gdb.dwarf2/dw2-noloc.exp: New file.
9203
9204 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9205
9206 * gdb.cp/method2.cc: New test.
9207 * gdb.cp/method2.exp: New test.
9208 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9209
9210 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9211
9212 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9213
9214 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9215
9216 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9217
9218 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9219
9220 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9221 (gdb_load): Delete, replace with...
9222 (gdb_reload): ...this.
9223 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9224 * gdb.server/server-mon.exp: Likewise.
9225 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9226 (gdb_start_cmd): New.
9227 (gdb_file_cmd): Save the last loaded file.
9228 (gdb_reload): New.
9229 (gdb_gnu_strip_debug): Use transform.
9230 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9231 support here. Use new $last_loaded_file. Check mtime.
9232 (gdb_target_cmd): Handle ObjC failure case.
9233 (infer_host_exec): Delete.
9234 (gdbserver_load): Rename to...
9235 (gdbserver_run): ...this. Simplify.
9236 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9237 (mi_gdb_load): Move most contents to a new function...
9238 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
9239 (mi_run_cmd): Use mi_gdb_target_load.
9240 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9241 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9242 Use gdb_run_cmd.
9243 * gdb.base/charsign.exp: Remove incorrect comment.
9244 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9245 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9246 gdb.base/start.exp: Use gdb_start_cmd.
9247
9248 2007-03-23 Nigel Stephens <nigel@mips.com>
9249 Maciej W. Rozycki <macro@mips.com>
9250
9251 * gdb.base/sigbpt.exp: Fix the message when skipping test.
9252 * gdb.base/signull.exp: Similarly.
9253
9254 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9255
9256 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9257 messages available to test cases (like chng-sym.exp).
9258
9259 2007-03-14 Andreas Schwab <schwab@suse.de>
9260
9261 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9262 format changes.
9263
9264 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9265
9266 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9267 (optimized_1): New.
9268 (main): Call optimized_1.
9269 (gdb2029): Correct typos. Call gdb2029_marker.
9270 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
9271 for gdb2029.
9272
9273 2007-03-12 Mark Kettenis <kettenis@gnu.org>
9274
9275 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9276 as tabs. Remove redundant test pattern.
9277
9278 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9279
9280 * gdb.base/long_long.exp: Accept optional symbol name in <...>
9281 for /a format output.
9282
9283 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
9284
9285 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9286 collect output incrementally.
9287
9288 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9289
9290 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9291 for -var-create lpcharacter test.
9292 * gdb.mi/mi2-var-cmd.exp: Likewise.
9293
9294 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9295
9296 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9297 pass on targets where address zero is readable.
9298
9299 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9300
9301 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9302 just a single architecture.
9303
9304 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9305
9306 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9307 (fetch_all_registers): New function, uses gdb_test_multiple and
9308 exp_continue to fetch inferior output line-by-line.
9309 Replace all uses of do_get_all_registers by fetch_all_registers.
9310
9311 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9312
9313 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9314 in target_info.
9315
9316 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9317
9318 * gdb.threads/manythreads.exp: Use $message string for
9319 consistancy; add a default (timeout) case.
9320
9321 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9322
9323 * gdb.base/watchpoint.exp: Fix truncated comment.
9324
9325 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9326
9327 * Makefile.in: Remove spurious single-quotes from sed command.
9328
9329 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9330
9331 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
9332 func.
9333 * gdb.mi/mi2-var-cmd.exp: Likewise.
9334
9335 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9336
9337 * gdb.dwarf2/dw2-producer.S: New file.
9338 * gdb.dwarf2/dw2-producer.exp: New testcase.
9339
9340 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
9341
9342 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9343 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9344 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9345 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9346 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9347 Revert tests to use mi_gdb_test and include value field in output
9348 of -var-create.
9349
9350 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9351
9352 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9353
9354 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9355
9356 * gdb.base/maint.exp: Remove full paths from test names.
9357 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
9358 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
9359
9360 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9361
9362 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
9363
9364 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9365
9366 * gdb.server/server-mon.exp: New test.
9367
9368 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9369
9370 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
9371
9372 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9373
9374 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
9375 register capitalization.
9376
9377 2007-02-13 Denis Pilat <denis.pilat@st.com>
9378
9379 * gdb.mi/mi-var-invalidate.exp: New file.
9380
9381 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9382
9383 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
9384
9385 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9386
9387 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
9388
9389 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9390
9391 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
9392 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
9393
9394 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
9395
9396 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9397 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9398 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9399 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9400 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9401 * gdb.mi/gdb792.exp, lib/mi-support.exp:
9402 Update tests to include value field in output of -var-create.
9403
9404 2007-02-08 Andreas Schwab <schwab@suse.de>
9405
9406 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
9407
9408 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9409
9410 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
9411 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9412
9413 2007-02-02 Denis Pilat <denis.pilat@st.com>
9414
9415 * gdb.threads/threadapply.exp: check that frame is not changed by
9416 the thread apply all command.
9417
9418 2007-01-31 Andreas Schwab <schwab@suse.de>
9419
9420 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9421
9422 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9423 in the dwarf sections.
9424 * gdb.dwarf2/mac-fileno.S: Likewise.
9425
9426 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9427 bspstore register on ia64.
9428
9429 2007-01-29 Andreas Schwab <schwab@suse.de>
9430
9431 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9432 "frame-begin" annotation.
9433
9434 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9435 number of "frames-invalid" annotations.
9436
9437 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9438
9439 * gdb.base/commands.exp: Call if_commands_test.
9440 (gdb_test_no_prompt, if_commands_test): New.
9441
9442 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9443
9444 * gdb.threads/sigthread.c (NSIGS): Make bigger.
9445
9446 2007-01-27 Andreas Schwab <schwab@suse.de>
9447
9448 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9449 .short/.int/.quad in the dwarf sections.
9450 * gdb.dwarf2/dw2-intercu.S: Likewise.
9451 * gdb.dwarf2/dw2-intermix.S: Likewise.
9452
9453 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9454
9455 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9456 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9457 array.
9458 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9459 * gdb.base/setvar.exp: Likewise.
9460
9461 2007-01-26 Andreas Schwab <schwab@suse.de>
9462
9463 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9464 test.
9465
9466 * gdb.base/multi-forks.exp ("restart $i"): Also match
9467 __kernel_syscall_via_break.
9468
9469 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9470
9471 * lib/mi-support.exp (mi_delete_varobj): New.
9472 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9473 testcase.
9474 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9475 (main): Call the above.
9476 (reference_update_test, base_in_reference_test)
9477 (reference_to_pointer): Delete the created varobjs.
9478
9479 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9480
9481 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9482 * configure: Regenerated.
9483 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9484 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9485 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9486 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9487 * lib/gdb.exp (gdb_skip_xml_test): New function.
9488
9489 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9490
9491 * gdb.base/sigrepeat.exp: Correct error message.
9492
9493 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9494 Daniel Jacobowitz <dan@codesourcery.com>
9495
9496 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9497 gdb.arch/i386-gnu-cfi-asm.S: New files.
9498
9499 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9500
9501 * lib/gdb.exp: Abort on missing `site.exp'.
9502
9503 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9504 Daniel Jacobowitz <dan@codesourcery.com>
9505
9506 * gdb.base/included.c, gdb.base/included.exp,
9507 gdb.base/included.h: New files.
9508
9509 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9510
9511 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9512 (maximize_rlimit): Reduce limits on 64-bit systems.
9513
9514 2007-01-19 Mark Kettenis <kettenis@gnu.org>
9515
9516 From Marcus Deuling <deuling@de.ibm.com>:
9517 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9518 every case.
9519
9520 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
9521
9522 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9523 (test_path_specification): Use objdir instead of srcdir to always
9524 get an absolute filename.
9525
9526 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9527
9528 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9529
9530 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9531
9532 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9533 Make sure the variable we're using is in scope.
9534 (reference_to_pointer): Likewise.
9535
9536 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9537
9538 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9539 has no debug information.
9540
9541 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9542
9543 * gdb.base/annota1.exp: Remove extra send_gdb.
9544
9545 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9546
9547 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9548
9549 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9550
9551 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9552
9553 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
9554 Daniel Jacobowitz <dan@codesourcery.com>
9555
9556 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9557 lcharacter or linteger change. Correct duplicated test name.
9558 * gdb.mi/mi2-var-cmd.exp: Likewise.
9559
9560 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9561
9562 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9563
9564 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9565
9566 * gdb.base/nofield.c: New file.
9567 * gdb.base/nofield.exp: New testcase.
9568
9569 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9570
9571 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9572
9573 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9574 test.
9575
9576 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9577
9578 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9579
9580 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9581
9582 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9583 when continuing.
9584
9585 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9586
9587 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9588 Expect ".exe" extension.
9589
9590 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9591
9592 * gdb.base/charset.exp: Add explicit filename to break.
9593 * gdb.base/dbx.exp: Add explicit filename to breaks.
9594
9595 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9596
9597 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9598 * gdb.mi/mi2-file.exp: Likewise.
9599
9600 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9601
9602 Implement specification of MI tests as comments
9603 in C and C++ sources.
9604 * lib/mi-support.exp (mi_autotest_data): New variable.
9605 (mi_autotest_source): New variable.
9606 (count_newlines, mi_prepare_inline_tests)
9607 (mi_get_inline_test, mi_continue_to_line)
9608 (mi_run_inline_test, mi_tbreak)
9609 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9610 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9611 Run inline tests.
9612 * gdb.mi/mi-var-cp.cc: Define tests here.
9613
9614 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9615
9616 Simplify usage of mi_continue_to.
9617 * lib/mi-support.exp (mi_runto_helper): Renamed
9618 from mi_runto, added new parameter 'run_or_continue'.
9619 (mi_runto): Use mi_runto_helper.
9620 (mi_continue_to): Accept just function name as parameter.
9621 Use mi_runto_helper.
9622 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9623 * gdb.mi/mi2-var-cmd.exp: Likewise.
9624
9625 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9626
9627 Make this testcase a bit more realistic. The current code
9628 is too simplistic, and allows the compiler to optimize out
9629 some of the entities we need for this testcase.
9630 * gdb.ada/null_record/bar.ads (Void_Star): New type.
9631 (Do_Nothing): Add extra parameter.
9632 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9633 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9634 by using a variable of type Void_Star.
9635
9636 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9637
9638 * gdb.ada/catch_ex/foo.adb: New file.
9639 * gdb.ada/catch_ex.exp: New testcase.
9640
9641 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9642
9643 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9644 pass --image-base to linker.
9645
9646 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9647 Daniel Jacobowitz <dan@codesourcery.com>
9648
9649 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
9650 secondary prompts.
9651
9652 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9653
9654 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9655 output. Test the types of members and member pointers.
9656 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9657 gdb/2092.
9658 * gdb.cp/member-ptr.exp: Search for a comment instead of a
9659 statement. Enable for GCC. Update expected output for some tests
9660 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
9661 layout.
9662 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9663 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9664 (Diamond::vget_base): New.
9665 (main): Add new tests.
9666 * gdb.cp/printmethod.exp: Update expected output for member functions.
9667 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9668 print pEe->D::vg().
9669
9670 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9671
9672 * gdb.threads/tls.exp: Allow stops in sem_post.
9673
9674 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
9675
9676 * gdb.base/annota1.exp: Allow .*printf in backtraces.
9677 * gdb.base/annota3.exp: Likewise.
9678 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9679 again (instead of timing out).
9680 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9681 GCC bug 26475.
9682 * gdb.java/jmisc.exp: Adjust to work with method signatures including
9683 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
9684 test from jmisc1.exp.
9685 * gdb.java/jmisc1.exp: Delete.
9686 * gdb.java/jprint.exp: Adjust to work with method signatures including
9687 return types.
9688 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9689 * gdb.threads/linux-dp.exp: Don't be confused by program output.
9690 * lib/java.exp (compile_java_from_source): Pass the correct type
9691 to target_compile.
9692
9693 2006-12-31 Joel Brobecker <brobecker@adacore.com>
9694
9695 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9696 (stack_align_edx): New function.
9697 (stack_align_eax): New function.
9698 (main): Add calls to stack_align_edx and stack_align_eax.
9699 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9700 Add testing for the cases where the register used during a stack
9701 realignment is edx. Same for eax.
9702
9703 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
9704
9705 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9706 and generic PE targets.
9707
9708 2006-12-29 Joel Brobecker <brobecker@adacore.com>
9709
9710 * gdb.ada/array_return.exp: Update copyright date list.
9711
9712 2006-12-27 Joel Brobecker <brobecker@adacore.com>
9713
9714 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9715 (Create_Small_Float_Vector): New function.
9716 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9717 function body.
9718 * gdb.ada/array_return/p.adb: Use new type and function from
9719 package Pck.
9720 * gdb.ada/array_return.exp: Add a test verifying that GDB is
9721 able to print the value returned by a function returning an
9722 array of float.
9723
9724 2006-12-20 Joel Brobecker <brobecker@adacore.com>
9725
9726 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9727 The associated tests should be PASSing.
9728
9729 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9730
9731 Test for base in references.
9732 * gdb.mi/mi-var-cp.cc: Add test code.
9733 * gdb.mi/mi-var-cp.exp: Test for bases in references.
9734 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9735 * gdb.mi/mi2-watch.exp: Likewise.
9736 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9737 (mi_list_varobj_children): New function.
9738
9739 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9740
9741 * lib/mi-support.exp
9742 (mi_runto): Accept "()" after function name.
9743 (mi_create_varobj): New function.
9744 (mi_varobj_update): New function.
9745 (mi_Check_varobj_value): New function.
9746 * gdb.mi/mi-var-cp.exp: New file.
9747 * gdb.mi/mi-var-cp.cc: New file.
9748
9749 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
9750
9751 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9752 gdb.base/weaklib2.c: New files.
9753
9754 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
9755
9756 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9757 info. Adjust test names.
9758
9759 * gdb.base/break.c (main): Move position of malloc.
9760 * gdb.base/break.exp: Revert mistaken checkin.
9761
9762 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
9763
9764 * gdb.mi/mi-var-cmd.exp: Check -var-update after
9765 assignement of arrays and function pointers.
9766 * gdb.mi/var-cmd.c: Add declaration necessary for above
9767 tests.
9768
9769 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9770
9771 * gdb.base/break.c (main): Call malloc.
9772
9773 * gdb.threads/linux-dp.exp: Read thread table before and after
9774 creating each philosopher and verify it.
9775
9776 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9777 Paul Brook <paul@codesourcery.com>
9778 Daniel Jacobowitz <dan@codesourcery.com>
9779
9780 * gdb.base/ending-run.exp: Flatten expect script stepping out of
9781 main to remove duplication. Add start function of the form
9782 '_*start[1-9]*'. Add RVDS start function.
9783
9784 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9785
9786 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9787
9788 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9789
9790 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9791 * gdb.asm/spu.inc: New file.
9792 * gdb.base/term.exp: Disable if [target_info exists noargs].
9793 * gdb.gdb/complaints.exp: Disable if ![isnative].
9794 * gdb.gdb/selftest.exp: Likewise.
9795 * gdb.gdb/observer.exp: Likewise.
9796 * gdb.gdb/xfullpath.exp: Likewise.
9797 * gdb.base/attach.exp: Disable on SPU target.
9798 * gdb.cp/bs145503.exp: Likewise.
9799 * gdb.cp/exception.exp: Likewise.
9800 * gdb.cp/userdef.exp: Likewise.
9801
9802 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9803
9804 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9805
9806 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
9807
9808 * gdb.base/completion.exp: Fix completion tests for
9809 'info' and 'info '.
9810 * gdb.base/help.exp (help_test_raw, test_class_help)
9811 (test_prefix_command_help): Move...
9812 * lib/gdb.exp: Here.
9813 * gdb.base/main.exp: Adjust.
9814 * gdb.cp/maint.exp: Adjust.
9815 * gdb.trace/tracecmd.exp: Use test_help_class.
9816
9817 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9818
9819 * gdb.stabs/weird.exp (print_weird_var): Use
9820 gdb_test_multiple instead of gdb_expect.
9821
9822 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9823
9824 * gdb.base/help.exp (help_test_raw): New.
9825 (test_class_help): New.
9826 (test_prefix_command_help): New.
9827 Adjust testcases.
9828
9829 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
9830
9831 * gdb.base/constvars.c (main): Write to crass and crips, so that
9832 they are allocated by the compiler.
9833
9834 2006-10-27 Andreas Schwab <schwab@suse.de>
9835
9836 * gdb.base/multi-forks.exp: Use "detach fork" instead of
9837 "detach-fork".
9838
9839 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
9840
9841 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9842 of patterns.
9843
9844 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9845
9846 * gdb.base/sepdebug.exp: Remove debug format test.
9847 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9848 Handle no-symtab.
9849 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9850
9851 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9852
9853 * gdb.threads/manythreads.c (thread_function, main): Don't cast
9854 int to pointer or pointer to int.
9855 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9856
9857 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
9858
9859 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9860
9861 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9862
9863 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9864
9865 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9866
9867 PR c++/2116
9868 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9869
9870 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9871
9872 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9873 the corresponding bug has been fixed in GDB (PR/2018).
9874
9875 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9876
9877 * gdb.base/subst.exp: New testcase.
9878
9879 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9880
9881 * gdb.ada/array_return/pck.ads: Add copyright notice.
9882 * gdb.ada/array_return/pck.adb: Likewise.
9883 * gdb.ada/array_return/p.adb: Likewise.
9884 * gdb.ada/exec_changed/first.adb: Likewise.
9885 * gdb.ada/exec_changed/second.adb: Likewise.
9886
9887 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9888
9889 * gdb.ada/watch_arg/watch.adb: New file.
9890 * gdb.ada/watch_arg.exp: New testcase.
9891
9892 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
9893
9894 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
9895 via string_to_regexp.
9896 * gdb.mi/mi2-basics.exp: Likewise.
9897
9898 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
9899
9900 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9901 Remove unused / obsolete files.
9902
9903 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
9904
9905 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9906
9907 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
9908
9909 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9910 HIGH_FRAME argument to -stack-list-arguments can be larger than
9911 the number of frames.
9912
9913 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
9914
9915 * gdb.base/args.c (main): Add breakpoint marker.
9916 * gdb.base/args.exp: Use args_test for tests. Add new tests which
9917 really test empty arguments.
9918 (args_load): Delete.
9919 (args_test): New.
9920
9921 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
9922
9923 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
9924 check for one file.
9925
9926 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
9927
9928 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9929 HIGH_FRAME argument to -stack-list-locals can be larger than
9930 the number of frames.
9931
9932 2006-08-18 Fred Fish <fnf@specifix.com>
9933
9934 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9935 '$' in front of skip_vmx_tests_saved when setting that.
9936
9937 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
9938
9939 * gdb.base/trace-commands.exp: New file.
9940
9941 2006-08-10 Joel Brobecker <brobecker@adacore.com>
9942 Daniel Jacobowitz <dan@codesourcery.com>
9943
9944 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9945 expected output of the backtrace commands.
9946
9947 2006-08-09 Joel Brobecker <brobecker@adacore.com>
9948
9949 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9950 untested followed by return combination.
9951 * gdb.arch/altivec-regs.exp: Likewise.
9952 * gdb.arch/e500-abi.exp: Likewise.
9953 * gdb.arch/e500-regs.exp: Likewise.
9954 * gdb.arch/gdb1291.exp: Likewise.
9955 * gdb.arch/gdb1431.exp: Likewise.
9956 * gdb.arch/gdb1558.exp: Likewise.
9957 * gdb.arch/i386-prologue.exp: Likewise.
9958 * gdb.arch/i386-unwind.exp: Likewise.
9959 * gdb.asm/asm-source.exp: Likewise.
9960 * gdb.base/a2-run.exp: Likewise.
9961 * gdb.base/advance.exp: Likewise.
9962 * gdb.base/all-bin.exp: Likewise.
9963 * gdb.base/annota1.exp: Likewise.
9964 * gdb.base/annota3.exp: Likewise.
9965 * gdb.base/args.exp: Likewise.
9966 * gdb.base/arithmet.exp: Likewise.
9967 * gdb.base/assign.exp: Likewise.
9968 * gdb.base/async.exp: Likewise.
9969 * gdb.base/attach.exp: Likewise.
9970 * gdb.base/bang.exp: Likewise.
9971 * gdb.base/bigcore.exp: Likewise.
9972 * gdb.base/bitfields.exp: Likewise.
9973 * gdb.base/bitfields2.exp: Likewise.
9974 * gdb.base/break.exp: Likewise.
9975 * gdb.base/call-sc.exp: Likewise.
9976 * gdb.base/call-strs.exp: Likewise.
9977 * gdb.base/callfuncs.exp: Likewise.
9978 * gdb.base/checkpoint.exp: Likewise.
9979 * gdb.base/chng-syms.exp: Likewise.
9980 * gdb.base/code-expr.exp: Likewise.
9981 * gdb.base/commands.exp: Likewise.
9982 * gdb.base/completion.exp: Likewise.
9983 * gdb.base/cond-expr.exp: Likewise.
9984 * gdb.base/condbreak.exp: Likewise.
9985 * gdb.base/consecutive.exp: Likewise.
9986 * gdb.base/constvars.exp: Likewise.
9987 * gdb.base/corefile.exp: Likewise.
9988 * gdb.base/cvexpr.exp: Likewise.
9989 * gdb.base/dbx.exp: Likewise.
9990 * gdb.base/define.exp: Likewise.
9991 * gdb.base/detach.exp: Likewise.
9992 * gdb.base/display.exp: Likewise.
9993 * gdb.base/dump.exp: Likewise.
9994 * gdb.base/ena-dis-br.exp: Likewise.
9995 * gdb.base/ending-run.exp: Likewise.
9996 * gdb.base/environ.exp: Likewise.
9997 * gdb.base/eval-skip.exp: Likewise.
9998 * gdb.base/exprs.exp: Likewise.
9999 * gdb.base/fileio.exp: Likewise.
10000 * gdb.base/finish.exp: Likewise.
10001 * gdb.base/float.exp: Likewise.
10002 * gdb.base/foll-exec.exp: Likewise.
10003 * gdb.base/foll-fork.exp: Likewise.
10004 * gdb.base/foll-vfork.exp: Likewise.
10005 * gdb.base/freebpcmd.exp: Likewise.
10006 * gdb.base/funcargs.exp: Likewise.
10007 * gdb.base/gcore.exp: Likewise.
10008 * gdb.base/gdb1090.exp: Likewise.
10009 * gdb.base/gdb1250.exp: Likewise.
10010 * gdb.base/huge.exp: Likewise.
10011 * gdb.base/info-proc.exp: Likewise.
10012 * gdb.base/interrupt.exp: Likewise.
10013 * gdb.base/jump.exp: Likewise.
10014 * gdb.base/langs.exp: Likewise.
10015 * gdb.base/lineinc.exp: Likewise.
10016 * gdb.base/list.exp: Likewise.
10017 * gdb.base/logical.exp: Likewise.
10018 * gdb.base/long_long.exp: Likewise.
10019 * gdb.base/macscp.exp: Likewise.
10020 * gdb.base/maint.exp: Likewise.
10021 * gdb.base/mips_pro.exp: Likewise.
10022 * gdb.base/miscexprs.exp: Likewise.
10023 * gdb.base/multi-forks.exp: Likewise.
10024 * gdb.base/opaque.exp: Likewise.
10025 * gdb.base/overlays.exp: Likewise.
10026 * gdb.base/pc-fp.exp: Likewise.
10027 * gdb.base/pointers.exp: Likewise.
10028 * gdb.base/printcmds.exp: Likewise.
10029 * gdb.base/psymtab.exp: Likewise.
10030 * gdb.base/ptype.exp: Likewise.
10031 * gdb.base/recurse.exp: Likewise.
10032 * gdb.base/relational.exp: Likewise.
10033 * gdb.base/relocate.exp: Likewise.
10034 * gdb.base/remote.exp: Likewise.
10035 * gdb.base/reread.exp: Likewise.
10036 * gdb.base/restore.exp: Likewise.
10037 * gdb.base/return.exp: Likewise.
10038 * gdb.base/return2.exp: Likewise.
10039 * gdb.base/scope.exp: Likewise.
10040 * gdb.base/sect-cmd.exp: Likewise.
10041 * gdb.base/sep.exp: Likewise.
10042 * gdb.base/sepdebug.exp: Likewise.
10043 * gdb.base/setshow.exp: Likewise.
10044 * gdb.base/setvar.exp: Likewise.
10045 * gdb.base/sigall.exp: Likewise.
10046 * gdb.base/sigbpt.exp: Likewise.
10047 * gdb.base/signals.exp: Likewise.
10048 * gdb.base/signull.exp: Likewise.
10049 * gdb.base/sizeof.exp: Likewise.
10050 * gdb.base/solib.exp: Likewise.
10051 * gdb.base/step-line.exp: Likewise.
10052 * gdb.base/step-test.exp: Likewise.
10053 * gdb.base/structs.exp: Likewise.
10054 * gdb.base/structs2.exp: Likewise.
10055 * gdb.base/term.exp: Likewise.
10056 * gdb.base/twice.exp: Likewise.
10057 * gdb.base/until.exp: Likewise.
10058 * gdb.base/varargs.exp: Likewise.
10059 * gdb.base/volatile.exp: Likewise.
10060 * gdb.base/watchpoint.exp: Likewise.
10061 * gdb.base/whatis-exp.exp: Likewise.
10062 * gdb.base/whatis.exp: Likewise.
10063 * gdb.cp/ambiguous.exp: Likewise.
10064 * gdb.cp/annota2.exp: Likewise.
10065 * gdb.cp/annota3.exp: Likewise.
10066 * gdb.cp/bool.exp: Likewise.
10067 * gdb.cp/breakpoint.exp: Likewise.
10068 * gdb.cp/casts.exp: Likewise.
10069 * gdb.cp/class2.exp: Likewise.
10070 * gdb.cp/classes.exp: Likewise.
10071 * gdb.cp/cplusfuncs.exp: Likewise.
10072 * gdb.cp/ctti.exp: Likewise.
10073 * gdb.cp/derivation.exp: Likewise.
10074 * gdb.cp/exception.exp: Likewise.
10075 * gdb.cp/gdb1355.exp: Likewise.
10076 * gdb.cp/hang.exp: Likewise.
10077 * gdb.cp/inherit.exp: Likewise.
10078 * gdb.cp/local.exp: Likewise.
10079 * gdb.cp/m-data.exp: Likewise.
10080 * gdb.cp/m-static.exp: Likewise.
10081 * gdb.cp/member-ptr.exp: Likewise.
10082 * gdb.cp/method.exp: Likewise.
10083 * gdb.cp/misc.exp: Likewise.
10084 * gdb.cp/namespace.exp: Likewise.
10085 * gdb.cp/overload.exp: Likewise.
10086 * gdb.cp/ovldbreak.exp: Likewise.
10087 * gdb.cp/pr-1023.exp: Likewise.
10088 * gdb.cp/pr-1210.exp: Likewise.
10089 * gdb.cp/pr-574.exp: Likewise.
10090 * gdb.cp/printmethod.exp: Likewise.
10091 * gdb.cp/psmang.exp: Likewise.
10092 * gdb.cp/ref-params.exp: Likewise.
10093 * gdb.cp/ref-types.exp: Likewise.
10094 * gdb.cp/rtti.exp: Likewise.
10095 * gdb.cp/templates.exp: Likewise.
10096 * gdb.cp/try_catch.exp: Likewise.
10097 * gdb.cp/userdef.exp: Likewise.
10098 * gdb.cp/virtfunc.exp: Likewise.
10099 * gdb.disasm/am33.exp: Likewise.
10100 * gdb.disasm/h8300s.exp: Likewise.
10101 * gdb.disasm/mn10300.exp: Likewise.
10102 * gdb.disasm/sh3.exp: Likewise.
10103 * gdb.disasm/t01_mov.exp: Likewise.
10104 * gdb.disasm/t02_mova.exp: Likewise.
10105 * gdb.disasm/t03_add.exp: Likewise.
10106 * gdb.disasm/t04_sub.exp: Likewise.
10107 * gdb.disasm/t05_cmp.exp: Likewise.
10108 * gdb.disasm/t06_ari2.exp: Likewise.
10109 * gdb.disasm/t07_ari3.exp: Likewise.
10110 * gdb.disasm/t08_or.exp: Likewise.
10111 * gdb.disasm/t09_xor.exp: Likewise.
10112 * gdb.disasm/t10_and.exp: Likewise.
10113 * gdb.disasm/t11_logs.exp: Likewise.
10114 * gdb.disasm/t12_bit.exp: Likewise.
10115 * gdb.disasm/t13_otr.exp: Likewise.
10116 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
10117 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
10118 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10119 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
10120 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
10121 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10122 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10123 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10124 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
10125 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
10126 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10127 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10128 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10129 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10130 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10131 * gdb.mi/gdb701.exp: Likewise.
10132 * gdb.mi/gdb792.exp: Likewise.
10133 * gdb.mi/mi-basics.exp: Likewise.
10134 * gdb.mi/mi-break.exp: Likewise.
10135 * gdb.mi/mi-cli.exp: Likewise.
10136 * gdb.mi/mi-console.exp: Likewise.
10137 * gdb.mi/mi-disassemble.exp: Likewise.
10138 * gdb.mi/mi-eval.exp: Likewise.
10139 * gdb.mi/mi-file.exp: Likewise.
10140 * gdb.mi/mi-read-memory.exp: Likewise.
10141 * gdb.mi/mi-regs.exp: Likewise.
10142 * gdb.mi/mi-return.exp: Likewise.
10143 * gdb.mi/mi-simplerun.exp: Likewise.
10144 * gdb.mi/mi-stack.exp: Likewise.
10145 * gdb.mi/mi-stepi.exp: Likewise.
10146 * gdb.mi/mi-syn-frame.exp: Likewise.
10147 * gdb.mi/mi-until.exp: Likewise.
10148 * gdb.mi/mi-var-block.exp: Likewise.
10149 * gdb.mi/mi-var-child.exp: Likewise.
10150 * gdb.mi/mi-var-cmd.exp: Likewise.
10151 * gdb.mi/mi-var-display.exp: Likewise.
10152 * gdb.mi/mi-watch.exp: Likewise.
10153 * gdb.mi/mi2-basics.exp: Likewise.
10154 * gdb.mi/mi2-break.exp: Likewise.
10155 * gdb.mi/mi2-cli.exp: Likewise.
10156 * gdb.mi/mi2-console.exp: Likewise.
10157 * gdb.mi/mi2-disassemble.exp: Likewise.
10158 * gdb.mi/mi2-eval.exp: Likewise.
10159 * gdb.mi/mi2-file.exp: Likewise.
10160 * gdb.mi/mi2-read-memory.exp: Likewise.
10161 * gdb.mi/mi2-regs.exp: Likewise.
10162 * gdb.mi/mi2-return.exp: Likewise.
10163 * gdb.mi/mi2-simplerun.exp: Likewise.
10164 * gdb.mi/mi2-stack.exp: Likewise.
10165 * gdb.mi/mi2-stepi.exp: Likewise.
10166 * gdb.mi/mi2-syn-frame.exp: Likewise.
10167 * gdb.mi/mi2-until.exp: Likewise.
10168 * gdb.mi/mi2-var-block.exp: Likewise.
10169 * gdb.mi/mi2-var-child.exp: Likewise.
10170 * gdb.mi/mi2-var-cmd.exp: Likewise.
10171 * gdb.mi/mi2-var-display.exp: Likewise.
10172 * gdb.mi/mi2-watch.exp: Likewise.
10173 * gdb.stabs/exclfwd.exp: Likewise.
10174 * gdb.stabs/weird.exp: Likewise.
10175 * gdb.threads/gcore-thread.exp: Likewise.
10176 * gdb.trace/actions.exp: Likewise.
10177 * gdb.trace/backtrace.exp: Likewise.
10178 * gdb.trace/circ.exp: Likewise.
10179 * gdb.trace/collection.exp: Likewise.
10180 * gdb.trace/deltrace.exp: Likewise.
10181 * gdb.trace/infotrace.exp: Likewise.
10182 * gdb.trace/limits.exp: Likewise.
10183 * gdb.trace/packetlen.exp: Likewise.
10184 * gdb.trace/passc-dyn.exp: Likewise.
10185 * gdb.trace/passcount.exp: Likewise.
10186 * gdb.trace/report.exp: Likewise.
10187 * gdb.trace/save-trace.exp: Likewise.
10188 * gdb.trace/tfind.exp: Likewise.
10189 * gdb.trace/tracecmd.exp: Likewise.
10190 * gdb.trace/while-dyn.exp: Likewise.
10191 * gdb.trace/while-stepping.exp: Likewise.
10192
10193 2006-08-08 Joel Brobecker <brobecker@adacore.com>
10194
10195 * gdb.base/step-bt.c: New file.
10196 * gdb.base/step-bt.exp: New testcase.
10197
10198 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
10199
10200 * config/monitor.exp (gdb_load): Remove support for obsolete
10201 download-write-size.
10202 * gdb.base/remote.exp: Likewise. Update all callers of
10203 gdb_timed_load.
10204
10205 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
10206
10207 * cursal.exp: Pass binfile to gdb_load.
10208
10209 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
10210
10211 * gdb.base/cursal.exp: Add "" to gdb_load call.
10212
10213 2006-07-29 Mark Kettenis <kettenis@gnu.org>
10214
10215 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10216 NetBSD/ELF targets.
10217
10218 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
10219
10220 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10221 operator*.
10222
10223 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
10224
10225 * gdb.base/completion.exp: Update for change in "file" behavior.
10226 * gdb.stabs/weird.exp: Likewise.
10227 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10228 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
10229
10230 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
10231
10232 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10233 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10234
10235 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
10236
10237 * gdb.base/default.exp: Update source command error message.
10238 * gdb.base/help.exp: Update 'help source' message.
10239
10240 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
10241
10242 * gdb.cp/bs15503.exp: Update comment for no longer crashing
10243 test.
10244
10245 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
10246
10247 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10248
10249 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10250
10251 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10252
10253 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10254
10255 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10256
10257 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10258
10259 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10260 *-*-openbsd* from targets for wich we expect ARM FPA floating
10261 point format.
10262
10263 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
10264
10265 * gdb.cp/annota3.exp: Expect frame-begin annotation.
10266
10267 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10268
10269 * gdb.base/annota3.exp: Expect frame-begin annotation.
10270
10271 2006-07-14 Joel Brobecker <brobecker@adacore.com>
10272
10273 * gdb.base/help.exp: Adjust "help unset" test to accept
10274 any list of unset commands.
10275
10276 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
10277 Daniel Jacobowitz <dan@codesourcery.com>
10278
10279 * gdb.cp/ref-params.exp: New test.
10280 * gdb.cp/ref-params.cc: New source file.
10281 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10282
10283 2006-07-08 Mark Kettenis <kettenis@gnu.org>
10284
10285 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10286 spaces/tabs in regular expressions since they might not be there.
10287
10288 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
10289
10290 * gdb.base/ifelse.exp: New file.
10291
10292 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
10293
10294 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10295 line.
10296 * gdb.base/huge.exp: Loop over compilation to find a size that
10297 is acceptable.
10298 * gdb.base/remote.exp: Correct expected strings.
10299 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10300
10301 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10302
10303 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10304
10305 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10306
10307 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
10308 native.
10309
10310 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10311
10312 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10313 enable stabs testing.
10314
10315 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10316
10317 * gdb.base/auxv.exp: Intercept undefined command messages before
10318 gdb_test_multiple does.
10319
10320 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10321
10322 * Makefile.in (host_alias): Remove.
10323 (target_alias): Use @target_noncanonical@.
10324 (site.exp): Don't set host_alias.
10325 * aclocal.m4: Remove contents. Include acx.m4.
10326 * configure: Regenerated.
10327 * configure.ac: Use ACX_NONCANONICAL_TARGET.
10328
10329 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
10330
10331 * lib/gdb.exp (gdb_load_cmd): New.
10332
10333 * gdb.base/fileio.c: Add system(NULL) test.
10334 * gdb.base/fileio.exp: Check it.
10335
10336 * gdb.base/break.c: Add 10a breakpoint at }
10337 * gdb.base/break.exp: Add test for breakpoint at }
10338 * gdb.cp/anon-union.cc: Add code at end of function.
10339 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10340 * gdb.mi/var-cmd.c: Add code at end of function.
10341 * gdb.mi/mi-var-display.exp: Adjust end of next.
10342 * gdb.mi/mi2-var-display.exp: Likewise.
10343 * gdb.base/fileio.c: Add stop function and insert calls at
10344 stopping places.
10345 * gdb.base/fileio.exp: Breakpoint stop function and remove
10346 explicit line number references.
10347
10348 2006-05-19 Joel Brobecker <brobecker@adacore.com>
10349
10350 * gdb.base/del.exp (test_delete_alias): New function.
10351 Now check that both "del" and "d" work as aliases for "delete".
10352
10353 2006-05-18 Fred Fish <fnf@specifix.com>
10354
10355 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
10356 required. Check for spurious output after program exits normally.
10357
10358 2006-05-17 Fred Fish <fnf@specifix.com>
10359
10360 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
10361 gdb_load, so it works in the simulator.
10362
10363 2006-05-11 Fred Fish <fnf@specifix.com>
10364
10365 * gdb.base/bang.exp: Ignore unexpected output between the
10366 "program exited normally" and the gdb prompt, as many other
10367 tests do.
10368
10369 2006-05-07 Mark Kettenis <kettenis@gnu.org>
10370
10371 * gdb.base/help.exp: Make "delete checkpoint" part option for
10372 "help d" and "help delete" tests.
10373
10374 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10375
10376 * gdb.mi/mi-basics.exp: Add missing serial number to
10377 expected output in some mi_gdb_test statements.
10378 * gdb.mi/mi2-basics.exp: Likewise.
10379
10380 2006-05-05 Joel Brobecker <brobecker@adacore.com>
10381
10382 * gdb.base/del.c: New file.
10383 * gdb.base/del.exp: New testcase.
10384
10385 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
10386
10387 * gdb.base/break.exp: Do not assume a breakpoint on
10388 main will actually be in $srcfile when optimizing.
10389 * gdb.base/savedregs.exp: Do not require that the dummy
10390 frame location match up to a symbol and source file location.
10391 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
10392 will get printed without a mi_cmd_data_list_register_values prefix.
10393 (*-data-list-register-*): Correct regular expressions to expect the new
10394 pseudo d? floating point registers.
10395 * gdb.mi/mi2-regs.exp: Likewise.
10396
10397 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
10398
10399 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
10400 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
10401 is allocated by the compiler.
10402 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
10403 anons, e, anone to force their allocation by the compiler.
10404
10405 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
10406
10407 * gdb.base/help.exp: Update expected text for help d and
10408 help delete.
10409
10410 2006-05-02 Mark Kettenis <kettenis@gnu.org>
10411
10412 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
10413 NetBSD/ELF targets.
10414
10415 2006-04-30 Mark Kettenis <kettenis@gnu.org>
10416
10417 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
10418 single-step breakpoint fails; make this a KFAIL on
10419 sparc*-*-openbsd*.
10420 * gdb.base/siginfo.exp: Likewise.
10421 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10422
10423 2006-04-26 Michael Snyder <msnyder@redhat.com>
10424
10425 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10426 which may have to consume output from other forks.
10427 Add tests to make sure that "delete fork" succeeded.
10428
10429 2006-04-20 Michael Snyder <msnyder@redhat.com>
10430
10431 * 2006-03-22 Jim Blandy <jimb@redhat.com>
10432 Add support for the Renesas M32C and M16C.
10433
10434 * gdb.asm/asm-source.exp: Add m32c target.
10435 * gdb.asm/m32c.inc: Support for m32c target.
10436
10437 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
10438
10439 * gdb.base/commands.exp (recursive_source_test): New test.
10440
10441 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
10442
10443 * gdb.base/float.exp: Add pattern for sparc targets.
10444
10445 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10446
10447 * gdb.base/commands.exp (stray_arg0_test): New test.
10448
10449 2006-03-30 Paul Brook <paul@codesourcery.com>
10450
10451 * gdb.mi/mi-until.exp: kfail broken until command.
10452 * gdb.mi/mi2-until.exp: Ditto.
10453
10454 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10455
10456 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10457
10458 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
10459
10460 * gdb.base/prelink.exp: Anchor tested-for regular expression
10461 on gdb prompt.
10462
10463 2006-03-07 Paul Brook <paul@codesourcery.com>
10464
10465 * gdb.base/assign.exp: Correct fail message.
10466
10467 2006-03-07 Paul Brook <paul@codesourcery.com>
10468
10469 * lib/compiler.c: Extract armcc version number.
10470 * lib/compiler.cc: Ditto.
10471
10472 2006-03-07 Paul Brook <paul@codesourcery.com>
10473
10474 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10475 additional_flags=-w.
10476 * gdb.arch/altivec-regs.exp: Ditto.
10477 * gdb.arch/e500-abi.exp: Ditto.
10478 * gdb.arch/e500-regs.exp: Ditto.
10479 * gdb.base/all-bin.exp: Ditto.
10480 * gdb.base/annota1.exp: Ditto.
10481 * gdb.base/annota3.exp: Ditto.
10482 * gdb.base/args.exp: Ditto.
10483 * gdb.base/arithmet.exp: Ditto.
10484 * gdb.base/assign.exp: Ditto.
10485 * gdb.base/async.exp: Ditto.
10486 * gdb.base/bang.exp: Ditto.
10487 * gdb.base/break.exp: Ditto.
10488 * gdb.base/call-rt-st.exp: Ditto.
10489 * gdb.base/completion.exp: Ditto.
10490 * gdb.base/cond-expr.exp: Ditto.
10491 * gdb.base/condbreak.exp: Ditto.
10492 * gdb.base/consecutive.exp: Ditto.
10493 * gdb.base/define.exp: Ditto.
10494 * gdb.base/display.exp: Ditto.
10495 * gdb.base/ena-dis-br.exp: Ditto.
10496 * gdb.base/environ.exp: Ditto.
10497 * gdb.base/eval-skip.exp: Ditto.
10498 * gdb.base/info-proc.exp: Ditto.
10499 * gdb.base/jump.exp: Ditto.
10500 * gdb.base/logical.exp: Ditto.
10501 * gdb.base/long_long.exp: Ditto.
10502 * gdb.base/maint.exp: Ditto.
10503 * gdb.base/miscexprs.exp: Ditto.
10504 * gdb.base/pc-fp.exp: Ditto.
10505 * gdb.base/pointers.exp: Ditto.
10506 * gdb.base/relational.exp: Ditto.
10507 * gdb.base/reread.exp: Ditto.
10508 * gdb.base/sect-cmd.exp: Ditto.
10509 * gdb.base/sep.exp: Ditto.
10510 * gdb.base/sepdebug.exp: Ditto.
10511 * gdb.base/until.exp: Ditto.
10512 * gdb.base/whatis-exp.exp: Ditto.
10513 * gdb.cp/annota2.exp: Ditto.
10514 * gdb.cp/annota3.exp: Ditto.
10515 * gdb.trace/actions.exp: Ditto.
10516 * gdb.trace/backtrace.exp: Ditto.
10517 * gdb.trace/circ.exp: Ditto.
10518 * gdb.trace/collection.exp: Ditto.
10519 * gdb.trace/deltrace.exp: Ditto.
10520 * gdb.trace/infotrace.exp: Ditto.
10521 * gdb.trace/limits.exp: Ditto.
10522 * gdb.trace/packetlen.exp: Ditto.
10523 * gdb.trace/passc-dyn.exp: Ditto.
10524 * gdb.trace/passcount.exp: Ditto.
10525 * gdb.trace/report.exp: Ditto.
10526 * gdb.trace/save-trace.exp: Ditto.
10527 * gdb.trace/tfind.exp: Ditto.
10528 * gdb.trace/tracecmd.exp: Ditto.
10529 * gdb.trace/while-dyn.exp: Ditto.
10530 * gdb.trace/while-stepping.exp: Ditto.
10531 * lib/gdb.exp: Ditto.
10532 (gdb_compile): Handle nowarning option.
10533
10534 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
10535
10536 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10537 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10538 Rename executable to prelinkt. Don't re-prelink if we didn't
10539 get a core file. Test prelink -u exit status to tell whether
10540 prelinking failed. Use gdb_test_multiple.
10541
10542 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10543
10544 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10545 (do_tests): Call it.
10546
10547 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
10548
10549 * gdb.base/prelink.exp: New test.
10550 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10551
10552 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10553
10554 * gdb.fortran/derived-type.f90: New file.
10555 * gdb.fortran/derived-type.exp: New testcase.
10556
10557 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10558
10559 * gdb.base/default.exp: Allow ';' as a directory separator.
10560
10561 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10562
10563 * gdb.base/help.exp (help add-symbol-file): Update.
10564
10565 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10566
10567 * gdb.base/help.exp (help load): Update expected results.
10568
10569 2006-02-19 Fred Fish <fnf@specifix.com>
10570
10571 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10572 specifix hex value as part of results.
10573 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10574
10575 2006-02-16 Fred Fish <fnf@specifix.com>
10576
10577 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10578 ushort_addr, and slong_addr, so the typedefs are not optimized
10579 away.
10580 * gdb.base/whatis.exp: Add tests using type name for struct type,
10581 union type, enum type, and typedef.
10582
10583 2006-02-13 Mark Kettenis <kettenis@gnu.org>
10584
10585 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10586
10587 2006-02-13 Jim Blandy <jimb@redhat.com>
10588
10589 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10590 case where it takes two "next" commands to skip past the init
10591 call.
10592
10593 2006-02-12 Fred Fish <fnf@specifix.com>
10594
10595 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10596 to handle cases where it takes two "next" commands to skip
10597 past the init call.
10598
10599 2006-02-07 Joel Brobecker <brobecker@adacore.com>
10600
10601 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10602 on hppa32 targets.
10603
10604 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
10605
10606 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10607 field.
10608
10609 2006-01-29 Mark Kettenis <kettenis@gnu.org>
10610
10611 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10612
10613 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10614
10615 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10616 files.
10617
10618 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10619
10620 * gdb.cp/maint.exp: Set complaints to a positive value.
10621
10622 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10623
10624 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
10625 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
10626 function name.
10627
10628 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10629
10630 * gdb.base/checkpoint.c: Update copyright notice. Include
10631 <stdlib.h>.
10632
10633 2006-01-04 Jim Blandy <jimb@redhat.com>
10634
10635 * gdb.asm/asm-source.exp: Independently provide default values for
10636 asm-flags and debug-flags. Use 'string equal' to do the
10637 comparison, not the implicit expr's '==' operator. Remove
10638 now-unneeded assignments to asm-flags. In h8300 case, place
10639 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10640
10641 2006-01-04 Michael Snyder <msnyder@redhat.com>
10642
10643 * gdb.base/checkpoint.c: New file.
10644 * gdb.base/checkpoint.exp: New file.
10645 * gdb.base/multi-fork.c: New file.
10646 * gdb.base/multi-fork.exp: New file.
10647 * gdb.base/pi.txt: New file (data for checkpoint.c test).
10648
10649 2006-01-04 Fred Fish <fnf@specifix.com>
10650
10651 * gdb.base/ptype.c (foo): Add typedef.
10652 (intfoo): Add function.
10653 * gdb.base/ptype1.c: New file.
10654 * gdb.base/ptype.exp: Handle compilation and linking with two
10655 source files. Test that proper type for "foo" is found based
10656 on source context rather than first match found in symtabs.
10657
10658 2005-12-28 Mark Kettenis <kettenis@gnu.org>
10659
10660 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10661 * gdb.asm/openbsd.inc: Indent commands.
10662
10663 2005-12-26 Mark Kettenis <kettenis@gnu.org>
10664
10665 * gdb.base/freebpcmd.exp: Increase timeout.
10666
10667 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10668
10669 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
10670
10671 * gdb.base/default.exp: Update check for "show version".
10672
10673 2005-12-09 Randolph Chung <tausq@debian.org>
10674
10675 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10676 * gdb.asm/pa64.inc: New file.
10677
10678 2005-12-09 Randolph Chung <tausq@debian.org>
10679
10680 * gdb.asm/common.inc: Indent commands.
10681 * gdb.asm/asmsrc1.s: Likewise.
10682 * gdb.asm/asmsrc2.s: Likewise.
10683
10684 2005-12-09 Randolph Chung <tausq@debian.org>
10685
10686 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10687 (get_addr_of_sym): Remove duplicate print.
10688 (gen_core): xfail hppa*-*-hpux*, update expected output.
10689 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10690 * gdb.arch/pa64-nullify.s: New file.
10691
10692 2005-12-09 Randolph Chung <tausq@debian.org>
10693
10694 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10695
10696 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
10697
10698 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10699 code generation for these functions.
10700 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10701 error message.
10702
10703 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
10704
10705 * gdb.base/help.exp (help b, help br, help bre, help brea)
10706 (help break): Update the expected message.
10707
10708 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
10709
10710 * gdb.asm/m68hc11.inc: Setup the data section.
10711 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10712 script for this test.
10713 (m6812-*-*): Likewise.
10714
10715 2005-11-09 Randolph Chung <tausq@debian.org>
10716
10717 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10718
10719 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
10720
10721 * gdb.base/break.exp: Fix a comment typo.
10722
10723 2005-11-03 Jim Blandy <jimb@redhat.com>
10724
10725 Checked in by Elena Zannoni <ezannoni@redhat.com>
10726
10727 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
10728
10729 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
10730
10731 * gdb.arch/gdb1558.c: Include stdio.h.
10732
10733 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10734
10735 * gdb.asm/asm-source.exp: Use -e instead of --entry.
10736
10737 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10738
10739 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10740
10741 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
10742
10743 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10744 vscr" tests to better match output.
10745
10746 2005-10-12 Jim Blandy <jimb@redhat.com>
10747
10748 * gdb.base/structs.exp (any): New function.
10749 (test_struct_returns): Don't make any assumptions at all about
10750 what value the function returns when GDB can't set the return
10751 value.
10752
10753 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10754
10755 * gdb.ada/arrayidx/p.adb: New file.
10756 * gdb.ada/arrayidx.exp: New testcase
10757
10758 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10759
10760 * gdb.ada/array_return/pck.ads: New file.
10761 * gdb.ada/array_return/pck.adb: New file.
10762 * gdb.ada/array_return/p.adb: New file.
10763 * gdb.ada/array_return.exp: New testcase.
10764
10765 2005-10-03 Joel Brobecker <brobecker@adacore.com>
10766
10767 * gdb.base/arrayidx.c: New file.
10768 * gdb.base/arrayidx.exp: New testcase.
10769
10770 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
10771
10772 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10773 frames-invalid and breakpoints-invalid are no longer generated
10774 with level 3 so don't expect them in the output.
10775
10776 2005-09-27 Bob Rossi <bob@brasko.net>
10777
10778 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
10779 from test. Escape the | in mi_gdb_test call.
10780 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10781 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10782 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10783 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10784 expected regex's in mi_gdb_test calls.
10785 * lib/mi-support.exp: Remove arbitrary .* from tests.
10786 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10787 Fully anchor GDB/MI expected results in mi_gdb_test.
10788 * lib/gdb.exp (string_to_regexp): Escape the ] character.
10789 * gdb.base/sizeof.exp: Remove escape character. Correct test.
10790
10791 2005-09-26 Paul Brook <paul@codesourcery.com>
10792
10793 * long_long.exp: Exclude eabi targets from arm FPA float format test.
10794
10795 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10796
10797 * bfp-test.c: New file.
10798 * bfp-test.exp: New testcase.
10799
10800 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10801
10802 * gdb.fortran/subarray.exp: New testcase to test the evaluation
10803 of subarray and substring variable.
10804 * gdb.fortran/subarray.f: New source file for the test of subarray
10805 and substring variable evaluation.
10806 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10807 of string constant.
10808
10809 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10810
10811 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10812 copyright dates.
10813
10814 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
10815
10816 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10817 powerpc altivec' test with an almost identical 'info vector' test.
10818
10819 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10820
10821 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10822 vscr" tests to match output.
10823
10824 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10825
10826 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10827 output.
10828
10829 2005-09-11 Bob Rossi <bob@brasko.net>
10830
10831 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10832 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10833 commands that return an MI output command and an asyncronous MI output
10834 command.
10835 * gdb.mi/mi-console.exp: Ditto.
10836
10837 2005-09-11 Bob Rossi <bob@brasko.net>
10838
10839 * gdb.mi/mi-var-child.c: Include <string.h>.
10840
10841 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
10842
10843 * killed.exp: Correct gdb_expect syntax.
10844
10845 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
10846
10847 * lib/mi-support.exp (mi_gdb_load): Fix typo.
10848
10849 2005-08-02 Bob Rossi <bob@brasko.net>
10850
10851 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10852 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10853 Change tests to inferior-tty-set/show.
10854 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10855 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10856 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10857 inferior. Use mi_gdb_test to get GDB and Inferior output.
10858 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10859 descriptor.
10860 (mi_inferior_tty_name): Add inferior PTY file name.
10861 (mi_gdb_start): Add INFERIOR_PTY parameter.
10862 (mi_gdb_test): Add IPATTERN parameter.
10863
10864 2005-08-02 Bob Rossi <bob@brasko.net>
10865
10866 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10867 parameter to mi_gdb_test.
10868 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10869
10870 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10871
10872 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10873 struct_declarations.
10874 * gdb.mi/mi-var-child.exp: Step over the initialization of
10875 struct_declarations.
10876
10877 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10878
10879 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10880 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10881 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10882 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10883 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10884 file.
10885
10886 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
10887
10888 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10889 (do_children_tests): Assign values to the extra elements.
10890
10891 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10892 them for tests for "-var-update --no-values" and
10893 "-var-update --all-values".
10894 Add test for "-var-list-children --simple-values".
10895
10896 * gdb.mi/basics.c (callee4): Add integer array D[3]...
10897
10898 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10899 "-stack-list-locals --simple-values" Improve doc strings and
10900 comments.
10901
10902 2005-07-18 Mark Kettenis <kettenis@gnu.org>
10903
10904 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10905 *-*-openbsd*.
10906 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10907
10908 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10909 sigaltsatck'.
10910
10911 2005-07-14 Bob Rossi <bob@brasko.net>
10912
10913 * gdb.base/default.exp (tty): Changed output of command.
10914 * gdb.base/help.exp (help tty): Ditto.
10915
10916 2005-07-12 Mark Kettenis <kettenis@gnu.org>
10917
10918 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10919
10920 2005-07-10 Mark Kettenis <kettenis@gnu.org>
10921
10922 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10923 -stack-select-frame without arguments.
10924 (test_stack_frame_listing): Add test for newly implemented command
10925 -stack-info-frame.
10926
10927 2005-07-06 Bob Rossi <bob@brasko.net>
10928
10929 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10930 command.
10931 (Copyright): Update copyright.
10932
10933 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
10934
10935 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10936 tests to evaluate exponentiation expression.
10937
10938 2005-06-29 Andreas Schwab <schwab@suse.de>
10939
10940 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10941 main to avoid warnings.
10942
10943 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10944
10945 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
10946
10947 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10948 -stack-select-frame without arguments.
10949 (test_stack_frame_listing): Add test for newly implemented command
10950 -stack-info-frame.
10951
10952 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
10953
10954 * gdb.fortran/array-element.f: New file.
10955 * gdb.fortran/array-element.exp: New testcase.
10956
10957 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10958
10959 * gdb.base/bigcore.exp: Correct checks for systems which can
10960 not dump a large core file.
10961
10962 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10963
10964 * gdb.base/relocate.c: Add a copyright notice.
10965 (dummy): Remove.
10966 * gdb.base/relocate.exp: Test printing the values of variables
10967 from a relocatable file.
10968
10969 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10970
10971 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10972 excess MI output after an error.
10973
10974 2005-05-29 Joel Brobecker <brobecker@adacore.com>
10975
10976 * gdb.arch/alpha-step.c: New file.
10977 * gdb.arch/alpha-step.exp: New testcase.
10978
10979 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
10980 Dennis Brueni <dennis@slickedit.com>
10981
10982 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10983 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10984 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10985 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10986 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10987 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10988 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10989
10990 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
10991 Wu Zhou <woodzltc@cn.ibm.com>
10992
10993 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
10994 IBM's xlc compiler.
10995 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
10996 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
10997
10998 2005-05-13 Jim Blandy <jimb@redhat.com>
10999
11000 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
11001 calling gdb_suppress_entire_file.
11002 * gdb.base/charset.exp: Same.
11003 * gdb.base/call-rt-st.exp: Same.
11004
11005 2005-05-05 Bob Rossi <bob_rossi@cox.net>
11006
11007 * lib/gdb.exp (fullname_syntax): Added global regex.
11008 (fullname_syntax_POSIX): Ditto.
11009 (fullname_syntax_UNC): Ditto.
11010 (fullname_syntax_DOS_CASE): Ditto.
11011 (fullname_syntax_DOS): Ditto.
11012 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
11013 fullname_syntax variable to scope and use it.
11014 (test_file_list_exec_source_files): Ditto.
11015 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
11016
11017 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11018
11019 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
11020
11021 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
11022
11023 * lib/gdb.exp (skip_altivec_tests): New function, based on
11024 check_vmx_hw_available from the GCC testsuite.
11025 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
11026 * lib/gdb.arch/altivec-regs.exp: Likewise.
11027
11028 2005-05-02 Jim Blandy <jimb@redhat.com>
11029
11030 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
11031 calling gdb_suppress_entire_file.
11032
11033 2005-04-30 Randolph Chung <tausq@debian.org>
11034
11035 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
11036 Slightly relax "sem_post" name checking.
11037
11038 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11039
11040 * gdb.base/unload.exp: Use new shared library infrastructure.
11041
11042 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11043
11044 * gdb.base/so-impl-ld.exp: Use new shared library
11045 infrastructure.
11046
11047 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
11048
11049 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
11050 * gdb.asm/h8300.inc: New file.
11051
11052 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11053
11054 * gdb.base/shlib-call.exp: Change to use new shared library
11055 infrastructure.
11056
11057 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11058
11059 * gdb.base/pending.exp: Change to use new shared library
11060 infrastructure.
11061
11062 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11063
11064 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
11065 use test_compiler_info instead of gcc_compiled, and update copyright.
11066
11067 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
11068
11069 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
11070 shared objects being adjusted and update copyright years.
11071
11072 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
11073
11074 * ChangeLog: Correct some 2003-01-13 dates.
11075 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
11076 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
11077 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
11078 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
11079 gdb.trace/tfind.exp: Update copyright years.
11080
11081 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
11082 Daniel Jacobowitz <dan@codesourcery.com>
11083
11084 * lib/gdb.exp (gdb_compile): Handle shlib=.
11085 (gdb_compile_shlib): New function.
11086
11087 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
11088
11089 * lib/gdb.exp (test_compiler_info): Give argument a default value.
11090
11091 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11092
11093 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11094 gdb.server.
11095 * configure.ac: Likewise.
11096 * configure: Regenerated.
11097 * gdb.gdbserver/Makefile.in: Moved to...
11098 * gdb.server/Makefile.in: ... here.
11099 * gdb.gdbserver/server.c: Moved to...
11100 * gdb.server/server.c: ... here.
11101 * gdb.gdbserver/server-run.exp: Moved to...
11102 * gdb.server/server-run.exp: ... here.
11103
11104 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11105
11106 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11107 * configure.ac: Create gdb.gdbserver/Makefile.
11108 * configure: Regenerated.
11109 * lib/gdbserver-support.exp: New file, derived from
11110 config/gdbserver.exp.
11111 * config/gdbserver.exp: Use gdbserver-support.exp.
11112 * gdb.gdbserver/Makefile.in: New file.
11113 * gdb.gdbserver/server.c: New file.
11114 * gdb.gdbserver/server-run.exp: New file.
11115
11116 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
11117
11118 * lib/gdb.exp (test_compiler_info): Return compiler_info
11119 if no arguments are given.
11120
11121 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
11122
11123 * gdb.arch/altivec-abi.exp: Check for compiler and set
11124 use altivec' flag accordingly.
11125 * gdb.arch/altivec-regs.exp: Likewise.
11126
11127 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
11128
11129 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
11130
11131 2005-03-27 Andreas Schwab <schwab@suse.de>
11132
11133 * gdb.base/bigcore.c (main): Add missing mode argument in open
11134 call.
11135
11136 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
11137
11138 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
11139 downloads.
11140 * config/gdbserver.exp (gdb_load): Likewise.
11141
11142 2005-03-14 Paul Brook <paul@codesourcery.com>
11143
11144 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
11145 targets.
11146
11147 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11148
11149 * gdb.dwarf2/dup-psym.S: New file.
11150 * gdb.dwarf2/dup-psym.exp: New testcase.
11151
11152 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11153
11154 * gdb.ada/exec_changed/first.adb: New file.
11155 * gdb.ada/exec_changed/second.adb: New file.
11156 * gdb.ada/exec_changed.exp: New testcase.
11157
11158 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
11159
11160 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
11161 (A2): New class.
11162 (main): Test operator+.
11163 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
11164 breakpoint test.
11165
11166 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
11167 * gdb.base/signull.exp: Disable if gdb,nosignals.
11168 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
11169 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
11170 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
11171 * gdb.mi/mi2-console.exp: Likewise.
11172 * gdb.trace/collection.exp (run_trace_experiment): Consume the
11173 continue output at start.
11174 (gdb_collect_locals_test): Robustify regexp.
11175 * gdb.trace/passc-dyn.exp: Fix comment typo.
11176 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
11177
11178 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
11179
11180 * gdb.asm/asm-source.exp: Add iq2000 case.
11181 * gdb.asm/iq2000.inc: New file.
11182
11183 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
11184
11185 * gdb.base/command.exp: Change hardcoded value to regular expression.
11186 * gdb.base/float.exp: Add powerpc to the list of targets checked.
11187
11188 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
11189
11190 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
11191 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
11192 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
11193 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
11194 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
11195
11196 2005-03-05 Mark Kettenis <kettenis@gnu.org>
11197
11198 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
11199 changes.
11200
11201 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
11202
11203 * lib/compiler.c: Add test for IBM's xlc compiler.
11204 * lib/compiler.cc: Likewise.
11205
11206 2004-02-24 Joel Brobecker <brobecker@adacore.com>
11207
11208 * gdb.ada/fixed_points.exp: Create compilation object directory
11209 before running the test.
11210 * gdb.ada/null_record.exp: Likewise.
11211 * gdb.ada/packed_array.exp: Likewise.
11212 * gdb.ada/start.exp: Likewise.
11213
11214 2005-02-15 Joel Brobecker <brobecker@adacore.com>
11215
11216 * gdb.ada/packed_array/pa.adb: New file.
11217 * gdb.ada/packed_array.exp: New testcase.
11218
11219 2005-02-10 Mark Kettenis <kettenis@gnu.org>
11220
11221 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11222 files.
11223
11224 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11225 on *-*-openbsd*. Correctly match whitespace in regukar
11226 expressions.
11227
11228 2005-02-10 Daniel Jacobowitz <dan@debian.org>
11229
11230 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11231 PR exp/1821
11232 * gdb.base/gdb1821.c: New test file.
11233 * gdb.base/gdb1821.exp: New test file.
11234
11235 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11236
11237 * gdb.base/start.c: New file.
11238 * gdb.base/start.exp: New testcase.
11239
11240 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11241
11242 * gdb.ada/start/dummy.adb: New file.
11243 * gdb.ada/start.exp: New testcase.
11244
11245 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
11246
11247 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11248 for printing symbols and statistics.
11249 Add test for using relative pathnames in "maint print msymbols" test.
11250 Mark "maint info sections DATA" XFAIL on Cygwin.
11251 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11252 tests.
11253
11254 2005-02-09 Andreas Schwab <schwab@suse.de>
11255
11256 Committed by Andrew Cagney <cagney@gnu.org>
11257 * gdb.base/remotetimeout.exp: New file.
11258
11259 2005-02-07 Mark Kettenis <kettenis@gnu.org>
11260
11261 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11262
11263 2005-02-03 Joel Brobecker <brobecker@adacore.com>
11264
11265 * gdb.ada/gnat_ada.gpr: New file.
11266 * gdb.ada/gnat_ada.gin: Delete, no longer used.
11267 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11268 * configure.ac: No longer generate gnat_ada.gpr.
11269 * configure: Regenerate.
11270 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11271 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11272 * gdb.ada/null_record/bar.ads: Likewise.
11273 * gdb.ada/null_record/bar.adb: Likewise.
11274 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11275 * gdb.ada/null_record.exp (testdir): New variable.
11276 (testfile): executable is now in testdir subdirectory.
11277 (srcfile): Use full path to the main compilation unit.
11278 * gdb.ada/fixed_points.exp: Same changes as above.
11279
11280 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
11281
11282 * gdb.base/interp.exp: New test.
11283
11284 2005-01-24 Andrew Cagney <cagney@gnu.org>
11285
11286 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11287
11288 2005-01-19 Andrew Cagney <cagney@gnu.org>
11289
11290 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11291 configure.ac not configure.in.
11292
11293 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11294 of powerpc*-*-*.
11295 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
11296 * gdb.base/list.exp (test_list_function)
11297 (test_list_filename_and_function): Ditto.
11298 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11299
11300 2005-01-16 Andrew Cagney <cagney@gnu.org>
11301
11302 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11303
11304 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11305
11306 2005-01-14 Andrew Cagney <cagney@gnu.org>
11307
11308 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11309 * gdb.mi/mi2-var-cmd.exp: Ditto.
11310
11311 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
11312
11313 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11314
11315 2005-01-07 Andrew Cagney <cagney@gnu.org>
11316
11317 * configure.ac: Rename configure.in, require autoconf 2.59.
11318 * configure: Re-generate.
11319 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11320 * gdb.stabs/configure: Re-generate.
11321 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11322 * gdb.hp/configure: Re-generate.
11323 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11324 autoconf 2.59.
11325 * gdb.hp/gdb.objdbg/configure: Re-generate.
11326 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11327 autoconf 2.59.
11328 * gdb.hp/gdb.defects/configure: Re-generate.
11329 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11330 autoconf 2.59.
11331 * gdb.hp/gdb.compat/configure: Re-generate.
11332 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11333 autoconf 2.59.
11334 * gdb.hp/gdb.base-hp/configure: Re-generate.
11335 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11336 autoconf 2.59.
11337 * gdb.hp/gdb.aCC/configure: Re-generate.
11338
11339 2004-12-15 Jim Blandy <jimb@redhat.com>
11340
11341 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11342 under NPTL when there is debugging info available for libpthread.
11343
11344 2004-12-13 Jerome Guitton <guitton@gnat.com>
11345
11346 * gdb.ada/fixed_points.c: New file.
11347 * gdb.ada/fixed_points.exp: New file.
11348
11349 2004-12-03 Randolph Chung <tausq@debian.org>
11350
11351 * gdb.arch/pa-nullify.exp: New file.
11352 * gdb.arch/pa-nullify.s: New file.
11353
11354 2004-11-30 Randolph Chung <tausq@debian.org>
11355
11356 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
11357 instead of "tbug". Fix regexp to work properly with gdb_test.
11358
11359 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
11360
11361 * gdb.base/bitfields2.exp: New test.
11362 * gdb.base/bitfields2.c: New file.
11363
11364 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
11365
11366 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
11367
11368 2004-11-16 Randolph Chung <tausq@debian.org>
11369
11370 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
11371
11372 2004-11-14 Daniel Jacobowitz <dan@debian.org>
11373
11374 * gdb.threads/threadapply.exp: Correct "macro details" test.
11375
11376 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
11377
11378 * gdb.threads/threadapply.exp: New test.
11379 * gdb.threads/threadapply.c: New file.
11380
11381 2004-11-07 Mark Kettenis <kettenis@gnu.org>
11382
11383 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
11384 frames.
11385
11386 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
11387
11388 * gdb.base/cursal.exp: New file.
11389 * gdb.base/cursal.c: New file.
11390
11391 2004-11-03 Andrew Cagney <cagney@gnu.org>
11392
11393 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
11394
11395 2004-10-30 Mark Kettenis <kettenis@gnu.org>
11396
11397 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
11398 NetBSD/ELF targets.
11399
11400 2004-10-29 Joel Brobecker <brobecker@gnat.com>
11401
11402 * gdb.threads/bp_in_thread.c: New file, copied from
11403 pthread_cond_wait.c.
11404 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
11405 file, rather than reusing the .c file from another testcase.
11406
11407 2004-10-20 Joel Brobecker <brobecker@gnat.com>
11408
11409 * gdb.ada/null_record.exp: Check where we stopped after
11410 sending the start command, instead of where the associated
11411 temporary breakpoint was inserted.
11412
11413 2004-10-14 Andrew Cagney <cagney@gnu.org>
11414
11415 * gdb.mi/gdb701.c (main): Return 0.
11416
11417 2004-10-13 Daniel Jacobowitz <dan@debian.org>
11418
11419 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11420
11421 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
11422
11423 * gdb.threads/schedlock.c: Add comment markers to use to find
11424 line numbers.
11425 * gdb.threads/schedlock.exp: Adjust regex to handle the new
11426 comments.
11427 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11428 breakpoint lines.
11429
11430 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11431
11432 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11433
11434 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11435
11436 * configure.in: Add gdb.dwarf2.
11437 * configure: Regenerated.
11438 * Makefile.in: Add gdb.dwarf2.
11439 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11440 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11441 gdb.dwarf2/file1.txt: New files.
11442
11443 2004-10-11 Orjan Friberg <orjanf@axis.com>
11444
11445 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
11446 of "run", since the latter doesn't work with remote targets. Adjust
11447 the breakpoint numbering accordingly.
11448 * gdb.threads/pthread_cond_wait.exp: Ditto.
11449
11450 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
11451
11452 * gdb.base/overlays.exp: Update copyright years.
11453
11454 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11455
11456 * gdb.base/overlays.exp: Disable if target is Linux.
11457
11458 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
11459
11460 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11461
11462 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11463
11464 * gdb.asm/asm-source.exp: Add m32r-linux target.
11465 * gdb.asm/m32r-linux.inc: New file.
11466
11467 2004-09-24 Andrew Cagney <cagney@redhat.com>
11468 David Anderson <anderson@redhat.com>
11469
11470 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11471 command fails, assume things will work.
11472 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11473 (_GNU_SOURCE): Define.
11474 (print_unsigned, print_hex): Change parameter to "long long".
11475 (print_byte_count): New function, use to print byte counts.
11476 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11477 O_LARGEFILE.
11478 (main): Compute an upper bound on a corefile in max_core_size.
11479 Limit memory chunk size to max_core_size. Limit total memory
11480 allocated to max_core_size.
11481
11482 2004-09-23 Andrew Cagney <cagney@gnu.org>
11483
11484 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11485 from a separate process with code that creates a corefile by
11486 making the inferior dump core.
11487
11488 2004-09-23 Mark Kettenis <kettenis@gnu.org>
11489
11490 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11491 block.
11492
11493 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11494
11495 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11496 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11497 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11498 Likewise.
11499
11500 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11501
11502 * gdb.java/jprint.exp: New test case for java inferior call.
11503 * gdb.java/jprint.java: Ditto.
11504
11505 2004-09-15 Joel Brobecker <brobecker@gnat.com>
11506
11507 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11508
11509 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11510
11511 * gdb.threads/killed.c: Include <stdlib.h>.
11512 * gdb.threads/pthreads.c: Likewise.
11513
11514 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11515
11516 * gdb.threads/killed.c: Add copyright notice.
11517
11518 2004-09-10 Jason Molenda (jmolenda@apple.com)
11519
11520 * gdb.base/define.exp: Two new tests to verify zero space chars
11521 after 'if' and 'while' commands in a user-defined command is correctly
11522 parsed.
11523
11524 2004-09-08 Andrew Cagney <cagney@gnu.org>
11525
11526 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11527 delivery test with duplicate at end of file.
11528
11529 2004-09-06 Mark Kettenis <kettenis@jive.nl>
11530
11531 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11532
11533 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11534
11535 * config/hppro.exp: Removed.
11536
11537 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11538
11539 * config/sparclet.exp: Removed.
11540
11541 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11542
11543 * config/udi.exp: Removed.
11544
11545 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11546
11547 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11548 of "exp_continue".
11549 (advancei): Likewise.
11550
11551 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11552
11553 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11554
11555 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11556
11557 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11558 to check for nodebug in executable.
11559 * gdb.gdb/observer.exp (setup_test): Likewise.
11560 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11561 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11562
11563 2004-09-01 Andrew Cagney <cagney@gnu.org>
11564
11565 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11566 files.
11567
11568 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11569
11570 * gdb.base/unload.exp: Fix expected warning message to match
11571 latest format.
11572
11573 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
11574
11575 * gdb.base/call-rt-st.exp: Fix typos.
11576
11577 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11578
11579 * gdb.threads/thread_check.exp: New testcase.
11580 * gdb.threads/thread_check.c: New testcase.
11581
11582 2004-08-31 Andrew Cagney <cagney@gnu.org>
11583
11584 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11585 (skip_to_handler_entry): New procedures. Test stepping into a
11586 handler when the breakpoint is at the handler's entry point.
11587
11588 2004-08-30 Andrew Cagney <cagney@gnu.org>
11589
11590 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11591 gdb/1757.
11592
11593 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11594
11595 With code from Manoj Iyer <manjo@austin.ibm.com>:
11596 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11597 return value. Add an arm for "no debugging symbols found".
11598 Change a stray "error" to "perror".
11599 (gdb_run_cmd): Adapt to new return value.
11600 * gdb.base/remote.exp: Adapt to new return value.
11601 * gdb.gdb/complaints.exp: Likewise.
11602 * gdb.gdb/observer.exp: Likewise.
11603 * gdb.gdb/selftest.exp: Likewise.
11604 * gdb.gdb/xfullpath.exp: Likewise.
11605
11606 2004-08-27 Joel Brobecker <brobecker@gnat.com>
11607
11608 * gdb.threads/bp_in_thread.exp: New testcase.
11609
11610 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11611
11612 Fix PR testsuite/1735.
11613 * gdb.threads/schedlock.c (thread_function): Add a cast
11614 to suppress a gcc warning.
11615 * gdb.threads/thread-specific.c (thread_function): Likewise.
11616
11617 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11618
11619 * gdb.base/unload.c: Include <stdlib.h>.
11620
11621 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11622
11623 From Paul Gilliam <pgilliam@us.ibm.com>:
11624 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11625 synchronized after the "return".
11626
11627 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11628
11629 * gdb.mi/basics.c: Include <stdio.h>.
11630 * gdb.mi/pthreads.c: Include <stdlib.h>.
11631 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11632
11633 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11634
11635 * gdb.threads/schedlock.c: Add copyright notice.
11636
11637 2004-08-25 Andrew Cagney <cagney@gnu.org>
11638
11639 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11640 (skip_over_handler, breakpoint_over_hander): New test procedures.
11641 (advance, advancei): Add a proper prefix, do not use
11642 rerun_to_main.
11643 * gdb.base/sigstep.c (main): Change to use an infinite loop.
11644
11645 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
11646
11647 * gdb.mi/basics.c: Add copyright notice.
11648 * gdb.mi/var-cmd.c: Add copyright notice.
11649
11650 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11651
11652 * lib/gdb.exp: Remove signed_keyword_not_used.
11653 * lib/compiler.c: Likewise.
11654 * lib/compiler.cc: Likewise.
11655
11656 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11657
11658 * gdb.base/whatis.c: Remove conditional disabling of "signed".
11659 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11660
11661 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11662
11663 * gdb.base/whatis.c: Add copyright notice.
11664
11665 2004-08-20 Mark Kettenis <kettenis@gnu.org>
11666
11667 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
11668 it to skip the breakpoints encoded in the inline assembly.
11669
11670 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11671
11672 * Makefile.in: Add gdb.fortran.
11673
11674 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11675
11676 * gdb.base/call-sc.exp (test_scalar_returns):
11677 Fix cut-and-paste glitch in "Make fun return now".
11678
11679 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11680
11681 * configure.in: Add gdb.fortran.
11682 * configure: Regenerate.
11683 * gdb.fortran/Makefile.in: New file.
11684 * lib/gdb.exp (skip_fortran_tests): New procedure.
11685
11686 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11687
11688 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
11689 reference to bug-gnu@prep.ai.mit.edu.
11690 * gdb.mi/mi-var-child.exp: Likewise.
11691 * gdb.mi/mi-var-cmd.exp: Likewise.
11692 * gdb.mi/mi-var-display.exp: Likewise.
11693 * gdb.mi/mi2-var-block.exp: Likewise.
11694 * gdb.mi/mi2-var-child.exp: Likewise.
11695 * gdb.mi/mi2-var-cmd.exp: Likewise.
11696 * gdb.mi/mi2-var-display.exp: Likewise.
11697
11698 2004-08-15 Mark Kettenis <kettenis@gnu.org>
11699
11700 * gdb.base/unload.c (main): Make local variable msg const.
11701
11702 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11703
11704 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
11705 to bug-gnu@prep.ai.mit.edu.
11706 * gdb.mi/mi-disassemble.exp: Likewise.
11707 * gdb.mi/mi-eval.exp: Likewise.
11708 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
11709 default line number.
11710 * gdb.mi/mi-return.exp: Likewise.
11711 * gdb.mi/mi-simplerun.exp: Likewise.
11712 * gdb.mi/mi-stack.exp: Likewise.
11713 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
11714 number with explicit range test.
11715 * gdb.mi/mi-watch.exp: Likewise.
11716 * gdb.mi/mi2-break.exp: Likewise.
11717 * gdb.mi/mi2-cli.exp: Likewise.
11718 * gdb.mi/mi2-disassemble.exp: Likewise.
11719 * gdb.mi/mi2-eval.exp: Likewise.
11720 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
11721 default line number.
11722 * gdb.mi/mi2-return.exp: Likewise.
11723 * gdb.mi/mi2-simplerun.exp: Likewise.
11724 * gdb.mi/mi2-stack.exp: Likewise.
11725 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
11726 number with explicit range test.
11727 * gdb.mi/mi2-watch.exp: Likewise.
11728
11729 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11730
11731 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11732 * gdb.cp/m-static.exp: Likewise.
11733 * gdb.cp/rtti.exp: Likewise.
11734
11735 2004-08-14 Mark Kettenis <kettenis@gnu.org>
11736
11737 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11738
11739 2004-08-14 Eli Zaretskii <eliz@gnu.org>
11740
11741 * ChangeLog: Prefix Local Variables with semi-colons and indent
11742 the reference to older ChangeLog files, to fix fontification in
11743 Emacs.
11744
11745 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11746
11747 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11748 * gdb.mi/mi2-break.exp: Likewise.
11749
11750 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11751
11752 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11753
11754 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11755
11756 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11757
11758 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11759
11760 * gdb.cp/classes.exp: Remove unused declarations. Just let
11761 test names default instead of providing special names. Remove
11762 extraneous demangler test.
11763
11764 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
11765
11766 * gdb.base/unload.exp: New test for breakpoints in dynamically
11767 loaded libraries.
11768 * gdb.base/unload.c: Ditto.
11769 * gdb.base/unloadshr.c: Ditto.
11770
11771 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
11772
11773 * gdb.cp/classes.exp (test_ptype_class_objects): Call
11774 cp_test_ptype_class.
11775 (test_enums): Likewise.
11776
11777 2004-08-10 Andrew Cagney <cagney@gnu.org>
11778
11779 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11780 files.
11781
11782 2004-08-10 Andrew Cagney <cagney@gnu.org>
11783
11784 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11785 init_malloc call.
11786
11787 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
11788
11789 * ChangeLog: Add copyright notice. The notice is copied
11790 from emacs 21.3 top level ChangeLog.
11791
11792 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11793
11794 * lib/cp-support.exp: New file.
11795 * lib/cp-support.exp (cp_test_type_class): New function.
11796 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11797 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11798 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11799 cp_test_ptype_class.
11800
11801 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11802
11803 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11804 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11805 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11806 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11807 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11808 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11809 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11810 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11811 gdb.mi/mi2-watch.exp: Update copyright years.
11812
11813 2004-08-09 Mark Kettenis <kettenis@gnu.org>
11814
11815 * gdb.base/sigaltstack.exp: Provide proper anchoring.
11816
11817 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11818
11819 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11820 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11821 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11822 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11823 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11824 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11825 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11826 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11827 gdb.mi/mi-watch.exp: Update copyright years.
11828
11829 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11830
11831 PR gdb/1738
11832 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11833 from a breakpoint with a pending signal.
11834
11835 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11836
11837 PR gdb/1736
11838 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11839 * gdb.base/sigaltstack.exp (finish_test): Consume output until
11840 the prompt.
11841 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11842
11843 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11844
11845 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11846
11847 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11848
11849 PR gdb/1736
11850 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
11851 for i?86-*-linux*.
11852
11853 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11854
11855 * gdb.arch/i386-prologue.exp: Compile without debug information.
11856
11857 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
11858
11859 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11860 rather than asking gdb to search.
11861
11862 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11863
11864 * gdb.base/gcore.c: Include <string.h>.
11865
11866 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11867
11868 * gdb.base/gcore.c: Add copyright notice.
11869
11870 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11871
11872 * gdb.base/freebpcmd.c: Include <stdio.h>.
11873 * gdb.base/long_long.c: Include <string.h>.
11874 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11875 * gdb.base/siginfo.c: Include <string.h>.
11876 * gdb.base/sigstep.c: Include <string.h>.
11877
11878 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11879
11880 * gdb.base/complex.c: Include <stdlib.h>.
11881
11882 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11883
11884 * gdb.base/complex.c: Add copyright notice.
11885
11886 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11887
11888 * gdb.base/charset.c: Include <stdlib.h>.
11889
11890 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11891
11892 * gdb.base/auxv.c: Include <stdlib.h>.
11893
11894 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11895
11896 * gdb.base/auxv.c: Add copyright notice.
11897
11898 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11899
11900 * gdb.base/coremaker.c: Add copyright notice.
11901 * gdb.base/coremaker2.c: Add copyright notice.
11902
11903 2004-08-04 Andrew Cagney <cagney@gnu.org>
11904
11905 * gdb.base/store.exp: Update copyright.
11906 (check_set, up_set, check_struct, up_struct): Add a prefix to test
11907 names, do not import gdb_prompt.
11908
11909 2004-08-01 Andrew Cagney <cagney@gnu.org>
11910
11911 Fix PR testsuite/1729.
11912 * gdb.base/dump.exp: Add test name to callers of capture_value, do
11913 not use capture_value with value 4.
11914 (capture_value): Add optional test name parameter.
11915 (test_reload_saved_value, test_restore_saved_value): Use $msg as
11916 the prefix, pass to capture_value.
11917
11918 2004-08-01 Mark Kettenis <kettenis@gnu.org>
11919
11920 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11921 * gdb.arch/i386-prologue.c (standard): New prototype and function.
11922 (main): Call new function.
11923
11924 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11925
11926 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11927
11928 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11929
11930 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11931
11932 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11933
11934 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
11935 Accept more values of vtbl pointer. Remove some messages
11936 about "obsolete gcc or gdb".
11937
11938 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11939
11940 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11941
11942 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11943
11944 * gdb.base/asm-source.exp: Properly convert target board
11945 debug flags from gcc format to binutils format.
11946
11947 2004-07-28 Mark Kettenis <kettenis@gnu.org>
11948
11949 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11950 gdb1718". PR backtrace/1718 partially fixed.
11951
11952 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
11953
11954 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11955
11956 2004-07-26 Nick Clifton <nickc@redhat.com>
11957
11958 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
11959 good default value for a specific architecture is available then
11960 set it to that value. Otherwise default to the -gstabs switch.
11961 Remove the -g... switches from the asm-flags variable. Allow the
11962 target board info to override the value if it wants to. Pass the
11963 switch on the assembler command line.
11964
11965 2004-07-23 Mark Kettenis <kettenis@gnu.org>
11966
11967 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11968 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11969 (main): Call new function.
11970
11971 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
11972
11973 Test for PR exp/1715.
11974 * gdb.base/radix.exp: Refactor common procedures. Make all
11975 test names unique. Change XFAIL to KFAIL.
11976
11977 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
11978
11979 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11980 * gdb.ada/gnat_ada.gin: ... to here.
11981 * configure.in: Use gnat_ada.gin.
11982 * configure: Regenerate.
11983
11984 2004-07-20 Andrew Cagney <cagney@gnu.org>
11985
11986 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11987 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
11988 XFAILs. Clean up test messages and comments. Check backtraces.
11989 Delete re-sync code.
11990
11991 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11992
11993 Fix PR cli/740.
11994 * gdb.base/annota1.exp: Honor gdb,nosignals.
11995 * gdb.base/annota3.exp: Likewise.
11996
11997 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11998
11999 * lib/java.exp: Update copyright notice.
12000
12001 2004-07-19 Andrew Cagney <cagney@gnu.org>
12002
12003 * gdb.base/selftest.exp: Copy file from here ...
12004 * gdb.gdb/selftest.exp: ... to here.
12005
12006 2004-07-16 Andrew Cagney <cagney@redhat.com>
12007
12008 * lib/insight-support.exp: Delete file.
12009 * lib/java.exp (java_init): Fix copyright.
12010
12011 2004-07-16 Andrew Cagney <cagney@gnu.org>
12012
12013 * gdb.base/restore.c: Append "prologue" to comments marking the a
12014 function's prologue.
12015 * gdb.base/restore.exp: Update copyright, re-indent.
12016 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
12017 callerN" prefix where needed. Update patterns that match a
12018 function's prologue.
12019
12020 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
12021
12022 * gdb.base/restore.c: Add copyright notice.
12023
12024 2004-07-16 Andrew Cagney <cagney@gnu.org>
12025
12026 * gdb.base/logical.exp: Update copyright.
12027 (evaluate): New procedure. Use to re-implement tests using
12028 several tables.
12029
12030 2004-07-14 Martin Hunt <hunt@redhat.com>
12031
12032 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
12033 which fixes some problems where init.tcl was not found.
12034
12035 2004-07-13 Andrew Cagney <cagney@gnu.org>
12036
12037 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
12038 (check_sizeof, check_valueof): Do not include the output in the
12039 test name. Use gdb_test.
12040 (get_valueof): Use gdb_test_multiple.
12041
12042 * gdb.base/step-test.exp: Update copyright. Use
12043 gdb_test_multiple. Ensure that test names do not include
12044 architecture dependent output.
12045
12046 * gdb.gdb/observer.exp: Update copyright.
12047 (setup_test): Use gdb_test_multiple.
12048 (attach_first_observer, attach_second_observer)
12049 (attach_third_observer, detach_first_observer)
12050 (detach_second_observer, detach_third_observer)
12051 (reset_counters, check_counters): Make $message a prefix.
12052 (test_normal_stop_notifications): Add "args" parameter - a list of
12053 init functions to be called. Make $message a prefix,
12054 (test_observer_normal_stop): Change the message prefixes so that
12055 they are unique, pass the attach / detach procedures to
12056 test_normal_stop_notifications.
12057
12058 * gdb.base/signull.exp (test_segv): Prefix all tests with
12059 "${name}". Clean up test messages.
12060
12061 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
12062
12063 * gdb.base/ena-dis-br.exp: Update copyright.
12064 (break_at): New function. Replace send_gdb with gdb_test,
12065 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
12066 ignore count, not stopped at bpt", with KFAIL.
12067
12068 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
12069
12070 * gdb.base/attach.exp: Remove cleanupfile handling.
12071
12072 2004-07-12 Andrew Cagney <cagney@gnu.org>
12073
12074 * gdb.base/annota1.exp: Cleanup corefile test name.
12075 * gdb.base/annota3.exp: Ditto.
12076
12077 2004-07-12 Andrew Cagney <cagney@gnu.org>
12078
12079 * gdb.base/signals.exp: Clean up copyright, re-indent.
12080
12081 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
12082 gdb_test and gdb_test_multiple.
12083
12084 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
12085
12086 * gdb.java/jmain.exp: Fix expected line number for main to
12087 break at. Set XFAIL for break at main test since gcj does not
12088 provide line number info for first statement in main.
12089
12090 2004-07-08 Andrew Cagney <cagney@gnu.org>
12091
12092 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
12093
12094 * gdb.base/sigbpt.exp: Make the common part of each test name a
12095 prefix instead of suffix.
12096
12097 2004-07-07 Bob Rossi <bob_rossi@cox.net>
12098
12099 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12100 test from test_tbreak_creation_and_listing to
12101 test_file_list_exec_source_file
12102 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12103 Changed name of test from test_tbreak_creation_and_listing to
12104 test_file_list_exec_source_file
12105
12106 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12107
12108 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12109 the jmisc() constructor instead of <init>.
12110 * gdb.java/jmisc1.exp: Ditto.
12111
12112 2004-07-07 Andrew Cagney <cagney@gnu.org>
12113
12114 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
12115 corrupting the PC.
12116
12117 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
12118
12119 * gdb.cp/templates.exp: Accept whitespace change in demangler
12120 output.
12121
12122 2004-07-06 Andrew Cagney <cagney@gnu.org>
12123
12124 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
12125
12126 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
12127
12128 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
12129 * lib/compiler.cc: Likewise.
12130
12131 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
12132
12133 * lib/compiler.cc: Work around string preprocessing problem
12134 with old hp c++ compiler.
12135 * lib/compiler.c: Likewise.
12136
12137 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12138
12139 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
12140 directives to conditionalize symbol prefixing.
12141 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
12142 additional_flags handling. Add underscore prefix for Cygwin.
12143 * gdb.arch/i386-unwind.c: Use preprocessor directives to
12144 conditionalize symbol prefixing.
12145 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
12146 additional_flags handling. Add underscore prefix for Cygwin.
12147
12148 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12149
12150 * gdb.base/bigcore.exp: Skip test on Cygwin.
12151
12152 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
12153
12154 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
12155 formats for "info register". Use gdb_test_multiple. Fix
12156 the "invalid register" test.
12157
12158 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
12159
12160 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
12161 PID for Cygwin. Add Cygwin specific strings to check for in some
12162 tests.
12163 (do_attach_tests): Add a test for user interaction when attaching
12164 to a process with no matching symbol table already loaded.
12165
12166 2004-06-26 Andrew Cagney <cagney@gnu.org>
12167
12168 Test PR java/1567 and PR java/1565.
12169 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
12170 * gdb.java/jmisc2.exp: Delete file.
12171
12172 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
12173
12174 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
12175
12176 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
12177
12178 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
12179 attach process.
12180
12181 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
12182
12183 * gdb.cp/pr-1553.exp: Remove.
12184
12185 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
12186
12187 * gdb.cp/pr-1553.cc: Remove.
12188 * gdb.cp/pr-1553.exp: Disable this test.
12189
12190 2004-06-20 Jim Blandy <jimb@redhat.com>
12191
12192 Fix PR testsuite/1680.
12193 * gdb.arch/i386-sse.exp: Properly quote curly braces in
12194 regular expressions.
12195
12196 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
12197
12198 Fix PR testsuite/1679.
12199 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
12200 Issue an UNSUPPORTED result instead.
12201
12202 2004-06-18 Jim Blandy <jimb@redhat.com>
12203
12204 * gdb.base/charset.exp: Only send a control-C if we see a new
12205 prompt and incomplete command.
12206
12207 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
12208
12209 * gdb.cp/pr-574.cc: Add copyright notice.
12210
12211 2004-06-17 Jim Blandy <jimb@redhat.com>
12212
12213 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12214 cases where the regexp has no groups; this grabs random text from
12215 the previous test suite, whatever that was.
12216
12217 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
12218
12219 * gdb.cp/printmethod.cc: Add copyright notice.
12220
12221 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
12222
12223 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12224
12225 2004-06-16 Andrew Cagney <cagney@gnu.org>
12226
12227 * gdb.base/signull.c: Update copyright. Include <string.h>.
12228 (bowler): Replace data_pointer with data_read
12229 and data_write cases. Add code_descriptor case.
12230 (zero, desc): New array and pointer.
12231 (data, code): Change to simple pointers.
12232 * gdb.base/signull.exp: Fix probe pattern matching a function
12233 descriptor SIGSEGV. Replace data_pointer with data_read and
12234 data_write tests.
12235
12236 2004-06-16 Andrew Cagney <cagney@gnu.org>
12237
12238 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12239
12240 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12241
12242 * gdb.base/long_long.c: Add copyright notice.
12243
12244 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12245
12246 * gdb.base/long_long.exp: Remove reference to
12247 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
12248 to gdb_breakpoint and gdb_continue_to_breakpoint.
12249
12250 2004-06-14 Jim Blandy <jimb@redhat.com>
12251
12252 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12253 endian case.
12254
12255 2004-06-14 Andrew Cagney <cagney@gnu.org>
12256
12257 * gdb.base/gcore.exp (capture_command_output): Delete the always
12258 passing tests containing inferior values.
12259 * gdb.base/ending-run.exp: Do not include the breakpoint address
12260 in the test message. Update copyright.
12261 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12262 size in the test name, use gdb_test_multiple. Update copyright.
12263
12264 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12265
12266 * gdb.cp/ref-types.cc: Add copyright notice.
12267
12268 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12269
12270 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12271 hp_aCC_compiler.
12272 * lib/compiler.cc: Likewise.
12273 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12274 'set' commands. Log diagnostics for other lines. Set
12275 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12276
12277 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
12278
12279 * gdb.cp/try_catch.cc: Add copyright notice.
12280
12281 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
12282
12283 * gdb.cp/userdef.cc: Add copyright notice.
12284
12285 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
12286
12287 * gdb.cp/virtfunc.cc: Add copyright notice.
12288
12289 2004-06-11 Randolph Chung <tausq@debian.org>
12290
12291 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12292 problem.
12293
12294 2004-06-10 Andrew Cagney <cagney@gnu.org>
12295
12296 * lib/compiler.cc, lib/compiler.c: Append either
12297 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12298 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12299 instead of gcc-3-3.
12300
12301 2004-06-09 Andrew Cagney <cagney@gnu.org>
12302
12303 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12304 gdb/1455, bug is specific to "long long" and "double".
12305
12306 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12307 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12308 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
12309 fixed.
12310
12311 2004-06-09 Andrew Cagney <cagney@gnu.org>
12312
12313 * gdb.base/structs.exp (test_struct_returns): Replace
12314 "return_value_unknown" and "finish_value_unknown" by
12315 "return_value_known" and "finish_value_known". Instead of
12316 "return_value_unknown" iff "finish_value_unknown", check
12317 "return_value_known" implies "finish_value_known".
12318
12319 2004-06-08 Martin Hunt <hunt@redhat.com>
12320
12321 * gdb.base/float.exp: Add pattern for mips targets.
12322
12323 2004-06-08 Randolph Chung <tausq@debian.org>
12324
12325 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12326 message for unknown architectures more clear.
12327
12328 2004-06-08 Joel Brobecker <brobecker@gnat.com>
12329
12330 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12331 start the execution of the program.
12332
12333 2004-06-07 Jim Blandy <jimb@redhat.com>
12334
12335 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12336 * gdb.arch/i386-cpuid.h: New helper file.
12337
12338 2004-06-07 Randolph Chung <tausq@debian.org>
12339
12340 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12341 has started.
12342
12343 2004-06-04 Roland McGrath <roland@redhat.com>
12344
12345 Fix PR gdb/1647.
12346 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12347 differently to be robust to output buffering differences.
12348
12349 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
12350
12351 * gdb.threads/pthreads.exp: Update copyright years.
12352 (check_control_c): Change asynchronous 'after' to synchronous.
12353
12354 2004-06-04 Roland McGrath <roland@redhat.com>
12355
12356 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
12357 next gdb prompt.
12358
12359 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
12360
12361 Fix PR gdb/1636.
12362 * gdb.threads/manythreads.exp: Change asynchronous 'after'
12363 calls to synchronous.
12364
12365 2004-05-26 Jim Blandy <jimb@redhat.com>
12366
12367 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
12368
12369 2004-05-24 Randolph Chung <tausq@debian.org>
12370
12371 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
12372 * gdb.asm/pa.inc: New file.
12373
12374 2004-05-22 Mark Kettenis <kettenis@gnu.org>
12375
12376 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
12377
12378 2004-05-21 Joel Brobecker <brobecker@gnat.com>
12379 Daniel Jacobowitz <drow@mvista.com>
12380
12381 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
12382 GDB prompt.
12383
12384 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12385
12386 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
12387 setjmp/longjmp. Use sigaction instead of signal.
12388
12389 2004-05-19 J. Brobecker <brobecker@gnat.com>
12390 Michael Snyder <msnyder@redhat.com>
12391
12392 * gdb.threads/pthread_cond_wait.c: New file.
12393 * gdb.threads/pthread_cond_wait.exp: New testcase.
12394
12395 2004-05-13 Andrew Cagney <cagney@redhat.com>
12396
12397 * gdb.base/signull.exp, gdb.base/signull.c: New files.
12398 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
12399
12400 2004-05-11 Andrew Cagney <cagney@redhat.com>
12401
12402 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
12403 fixed but revealed gdb/1639.
12404
12405 2004-05-10 Andrew Cagney <cagney@redhat.com>
12406
12407 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
12408 func1" and "next to 2nd alarm", kernel bug avoided.
12409
12410 2004-05-10 Daniel Jacobowitz <dan@debian.org>
12411
12412 PR external/1568
12413 * gdb.base/bigcore.exp: Check the size of the dumped core file.
12414 XFAIL if it is smaller than bytes_allocated.
12415 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
12416 (main): Make chunks_allocated unsigned. Correct comment.
12417
12418 2004-05-07 Joel Brobecker <brobecker@gnat.com>
12419
12420 * gdb.arch/powerpc-aix-prologue.c: New file.
12421 * gdb.arch/powerpc-aix-prologue.exp: New file.
12422
12423 2004-05-07 Jim Blandy <jimb@redhat.com>
12424
12425 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12426 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12427
12428 2004-05-06 Joel Brobecker <brobecker@gnat.com>
12429
12430 * gdb.base/sep.exp: No longer setup_kfail when the program was
12431 built with dwarf2.
12432
12433 2004-05-05 Jim Ingham <jingham@apple.com>
12434
12435 * gdb.base/pending.exp: Make sure pending breakpoints
12436 preserve the ignore count.
12437
12438 2004-04-27 Jerome Guitton <guitton@gnat.com>
12439
12440 * i386-prologue.exp: Add testcase for jump instruction as first
12441 instruction of the real code.
12442 * i386-prologue.c (jump_at_beginning): New function.
12443
12444 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12445
12446 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12447 x86_64-*-*.
12448
12449 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12450
12451 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12452 i*86-*-*.
12453
12454 2004-04-25 Mark Kettenis <kettenis@gnu.org>
12455
12456 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12457 expression that checks the return type.
12458
12459 2004-04-23 Andrew Cagney <cagney@redhat.com>
12460
12461 * gdb.base/call-sc.exp: New test of scalar call/return values.
12462 * gdb.base/call-sc.c: Ditto.
12463
12464 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12465
12466 * gdb.threads/manythreads.c: Reduce thread stack size.
12467
12468 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12469
12470 * gdb.threads/manythreads.c: Add copyright notice.
12471
12472 2004-04-23 Andrew Cagney <cagney@redhat.com>
12473
12474 * gdb.base/siginfo.exp: Better handle step out of signal.
12475 * gdb.base/sigstep.exp: Ditto.
12476
12477 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
12478 Daniel Jacobowitz <drow@mvista.com>
12479
12480 * gdb.threads/manythreads.c: New testcase.
12481 * gdb.threads/manythreads.exp: Ditto.
12482
12483 2004-04-22 Jim Blandy <jimb@redhat.com>
12484
12485 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12486 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12487
12488 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12489
12490 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12491
12492 2004-04-21 Andrew Cagney <cagney@redhat.com>
12493
12494 * gdb.base/sigstep.c: New file.
12495 * gdb.base/sigstep.exp: New file.
12496
12497 2004-04-16 Joel Brobecker <brobecker@gnat.com>
12498
12499 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12500 call to observer_notify_normal_stop.
12501
12502 2004-04-15 Andrew Cagney <cagney@redhat.com>
12503
12504 * gdb.base/siginfo.c: New file.
12505 * gdb.base/siginfo.exp: New file.
12506
12507 2004-04-12 J. Brobecker <brobecker@gnat.com>
12508
12509 * gdb.base/sep.exp: Fix typo in comment.
12510
12511 2004-04-12 J. Brobecker <brobecker@gnat.com>
12512
12513 * gdb.base/sep.c: New file.
12514 * gdb.base/sep-proc.c: New file.
12515 * gdb.base/sep.exp: New testcase.
12516
12517 2004-04-09 Mark Kettenis <kettenis@gnu.org>
12518
12519 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12520 support.
12521
12522 2004-04-05 Andrew Cagney <cagney@redhat.com>
12523
12524 * gdb.base/sigaltstack.c: New file.
12525 * gdb.base/sigaltstack.exp: New file.
12526
12527 2004-04-04 Joel Brobecker <brobecker@gnat.com>
12528
12529 * gdb.base/foll-fork.exp: Update the expected output for
12530 "help set follow-fork-mode", to match a change that was made
12531 to the help of this variable on 2004-01-13.
12532
12533 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12534
12535 * lib/ada.exp: Add copyright notice.
12536 * bar.ads: Likewise.
12537 * bar.adb: Likewise.
12538 * null_record.adb: Likewise.
12539 * null_record.exp: Likewise.
12540 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12541
12542 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12543
12544 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12545 * configure: Regenerate.
12546
12547 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12548
12549 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12550 to build the application. Remove the message printed when in
12551 verbose mode, redundant with the UNSUPPORTED message above.
12552
12553 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12554
12555 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12556 * gdb.ada (null_record.exp): New testcase.
12557
12558 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12559
12560 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12561
12562 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12563
12564 * gdb.ada: New subdirectory.
12565 * gdb.ada/Makefile.in: New file.
12566 * gdb.ada/gnat_ada.gpr.in: New file.
12567
12568 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12569
12570 * lib/ada.exp: New file.
12571
12572 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
12573
12574 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12575 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12576
12577 2004-03-22 Andrew Cagney <cagney@redhat.com>
12578
12579 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12580 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12581 Problem identified by Ulrich Weigand.
12582
12583 2004-03-17 David Carlton <carlton@kealia.com>
12584
12585 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12586 PR c++/826.
12587
12588 2004-03-16 Roland McGrath <roland@redhat.com>
12589
12590 * gdb.base/auxv.exp: New file.
12591 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12592
12593 2004-03-12 David Carlton <carlton@kealia.com>
12594
12595 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12596 * gdb.cp/pr-1553.cc: Ditto.
12597 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12598 pass branch.
12599
12600 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12601
12602 * gdb.cp/templates.exp: Accept more template types.
12603
12604 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12605
12606 From Corinna Vinschen with modifications.
12607 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12608 local variable obj_with_enum.
12609 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12610 results with obj_with_enum.
12611
12612 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12613
12614 * gdb.cp/classes.cc: New file, copied from misc.cc.
12615 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12616
12617 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12618
12619 * gdb.cp/misc.cc: Add copyright notice.
12620
12621 2004-03-05 David Carlton <carlton@kealia.com>
12622
12623 * gdb.cp/rtti.exp: Add 'print *obj3' test.
12624 * gdb.cp/rtti.h: Update copyright.
12625 (namespace n2::n3): New.
12626 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12627 (n2::n3::func3): New.
12628 (main): Call n2::n3::func3.
12629 * gdb.cp/rtti2.cc: Update copyright.
12630 (n2::create3): New.
12631
12632 2004-03-04 Mark Kettenis <kettenis@gnu.org>
12633
12634 * gdb.asm/openbsd.inc: Fix typo.
12635
12636 2004-03-03 Fred Fish <fnf@redhat.com>
12637
12638 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12639 "val" instead of unused "size". Update copyright year.
12640
12641 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12642
12643 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
12644 to use unsigned char.
12645 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12646 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12647
12648 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12649
12650 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12651 line of output.
12652
12653 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12654
12655 * gdb.base/relocate.c (dummy): Initialize.
12656
12657 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12658
12659 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
12660 a breakpoint at exit.
12661
12662 2004-02-27 Fred Fish <fnf@redhat.com>
12663
12664 * gdb.base/chng-syms.exp: Add expect condition to match failing
12665 case that isn't a timeout.
12666
12667 2004-02-27 Andrew Cagney <cagney@redhat.com>
12668
12669 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12670 support.
12671
12672 2004-02-26 Fred Fish <fnf@redhat.com>
12673
12674 * gdb.arch/gdb1431.c: Remove.
12675 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12676 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12677 of "until" incorrectly.
12678
12679 2004-02-26 J. Brobecker <brobecker@gnat.com>
12680
12681 * gdb.cp/class2.cc (empty): New class.
12682 (refer): New function.
12683 (main): Declare an object of type empty and use it.
12684 * gdb.cp/class2.exp: Print the value of an object of type empty.
12685
12686 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
12687
12688 * gdb.base/langs.exp: Update query string to match the
12689 new nquery format used for pending breakpoints.
12690
12691 2004-02-26 Andrew Cagney <cagney@redhat.com>
12692
12693 Fix PR i18n/1570.
12694 * gdb.base/charset.c: Update copyright notice.
12695 (main, init_string): Remove the escape character '\e' tests.
12696 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12697 * gdb.base/charset.exp (valid_host_charset): Ditto.
12698 * gdb.base/setvar.exp: Ditto.
12699
12700 2004-02-24 Andrew Cagney <cagney@redhat.com>
12701
12702 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12703 mmapped data in core file" PASS and FAIL messages consistent.
12704
12705 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12706 setting a breakpoint. Work around PR java/1565.
12707
12708 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
12709
12710 * lib/gdb.exp (gdb_breakpoint): Update query string to match
12711 new nquery format.
12712 * gdb.base/pending.exp: Ditto.
12713
12714 2004-02-22 Mark Kettenis <kettenis@gnu.org>
12715
12716 * configure.in: Run stabs tests on *BSD.
12717 * configure: Regenerated.
12718
12719 2004-02-21 Mark Kettenis <kettenis@gnu.org>
12720
12721 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12722
12723 2004-02-20 Fred Fish <fnf@redhat.com>
12724
12725 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12726 blank in test for "returns short", for consistency with other
12727 "returns xxx" tests. Update copyright year.
12728
12729 2004-02-19 Fred Fish <fnf@redhat.com>
12730
12731 New testcase for PR breakpoint/1558.
12732 * gdb.arch/gdb1558.exp: New file.
12733 * gdb.arch/gdb1558.c: New file.
12734
12735 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
12736
12737 * gdb.base/nodebug.exp: Fix typo.
12738
12739 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12740
12741 Committed by Jim Blandy <jimb@redhat.com>.
12742
12743 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12744
12745 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12746
12747 * gdb.base/float.exp: Support s390*-*-* targets.
12748
12749 2004-02-17 Adam Fedor <fedor@gnu.org>
12750
12751 * gdb.base/gdb1555.exp: New file.
12752 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12753
12754 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12755
12756 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12757
12758 2004-02-16 Fred Fish <fnf@redhat.com>
12759
12760 * gdb.arch/gdb1291.c: Remove
12761 * gdb.arch/gdb1291.s: New test input file.
12762 * gdb.arch/gdb1291.exp: Expand test to check case that should not
12763 fail. Test for correct result, known incorrect result, other
12764 failures and timeouts.
12765
12766 2004-02-16 Andrew Cagney <cagney@redhat.com>
12767
12768 * gdb.base/bigcore.exp: New file.
12769 * gdb.base/bigcore.c: New file.
12770
12771 2004-02-13 Andrew Cagney <cagney@redhat.com>
12772
12773 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12774 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12775 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12776 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12777 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12778 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12779 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12780 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12781 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12782 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12783
12784 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
12785
12786 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12787 executed is an alloc instruction.
12788
12789 2004-02-11 David Carlton <carlton@kealia.com>
12790
12791 * gdb.cp/breakpoint.exp: New.
12792 * gdb.cp/breakpoint.cc: New.
12793
12794 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
12795
12796 Partial fix for PR gdb/1543.
12797 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12798 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12799 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12800 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12801 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12802 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12803 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12804 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12805 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12806 to bug-gdb@prep.ai.mit.edu .
12807 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12808 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12809 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12810 Likewise.
12811
12812 2004-02-10 Andrew Cagney <cagney@redhat.com>
12813
12814 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12815 using gdb_internal_error_resync.
12816
12817 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12818
12819 * gdb.threads/thread-specific.exp: Stop early if no threads are
12820 found.
12821
12822 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
12823
12824 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12825
12826 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
12827
12828 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12829 breakpoints.
12830
12831 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
12832
12833 * config/sim.exp (gdb_load): Handle $arg == "".
12834 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12835 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12836
12837 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12838
12839 * gdb.base/maint.exp: Update test to reflect
12840 obstack changes.
12841
12842 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
12843
12844 * gdb.base/pendshr.c (pendfunc): New function that calls
12845 pendfunc1.
12846 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12847
12848 2004-02-04 Fred Fish <fnf@redhat.com>
12849
12850 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12851 function symbols and update copyright years.
12852 * gdb.arch/gdb1291.c: Ditto.
12853
12854 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12855
12856 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
12857
12858 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12859
12860 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
12861
12862 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12863
12864 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12865
12866 2004-02-02 Fred Fish <fnf@redhat.com>
12867
12868 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12869 remote targets. Update copyright years.
12870
12871 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12872
12873 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12874 support.
12875 * gdb.base/langs.exp: Fix test which attempts to create
12876 breakpoint on non-existent function to handle new pending
12877 support.
12878 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12879 a breakpoint.
12880 * gdb.base/pending.exp: New test.
12881 * gdb.base/pending.c: New file.
12882 * gdb.base/pendshr.c: Ditto.
12883
12884 2004-02-02 David Carlton <carlton@kealia.com>
12885
12886 * gdb.cp/overload.exp: Add overloadNamespace tests.
12887 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12888 (overloadNamespace, XXX): New.
12889 (main): Call XXX::marker2.
12890
12891 2004-02-01 Fred Fish <fnf@redhat.com>
12892
12893 * gdb.base/dump.exp: Use runto_main instead of "runto main".
12894 * gdb.base/finish.exp: Ditto.
12895 * gdb.base/gcore.exp: Ditto.
12896 * gdb.base/huge.exp: Ditto.
12897 * gdb.base/info-proc.exp: Ditto.
12898 * gdb.base/return2.exp: Ditto.
12899 * gdb.threads/gcore-thread.exp: Ditto.
12900
12901 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12902
12903 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12904
12905 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12906
12907 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12908 that opening the file succeeds on OpenBSD.
12909
12910 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12911
12912 * gdb.threads/thread-specific.c: New file.
12913 * gdb.threads/threads-specific.exp: New test script.
12914 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12915 to expect_out.
12916
12917 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12918
12919 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
12920 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12921 only on the "print_small_structs from print_long_arg_list" test.
12922
12923 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12924
12925 * gdb.base/completion.exp: Kill a stray backslash.
12926
12927 From Jim Ingham <jingham@apple.com>:
12928 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12929 agrees with the result from sending a tab.
12930
12931 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12932
12933 * gdb.base/chng-syms.exp: Remove stray newline.
12934
12935 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12936
12937 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12938 *-*-openbsd*.
12939 * gdb.asm/openbsd.inc: New file.
12940
12941 2004-01-30 Mark Kettenis <kettenis@gnu.org>
12942
12943 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12944 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12945 *-*solaris2*. Remove commented out default settings for
12946 asm-flags. Replace gdb_compile with target_link.
12947
12948 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12949
12950 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
12951 for all tests. Remove old hp-ux and cygnus xfail cases.
12952
12953 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
12954
12955 * gdb.base/chng-syms.exp: New file.
12956 * gdb.base/chng-syms.c: New file.
12957
12958 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12959
12960 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
12961 Provide arms for current output in all my configurations.
12962
12963 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12964
12965 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12966 * lib/compiler.cc: Likewise.
12967 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12968 get the right preprocessor. Eval the output directly. Remove
12969 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
12970 hp_f77_compiler and hp_f90_compiler completely.
12971 (gdb_preprocess): Delete.
12972 (get_compiler): Delete.
12973
12974 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12975
12976 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12977 <string.h>.
12978
12979 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12980
12981 * gdb.mi/mi-stack.exp: Update copyright.
12982
12983 2004-01-23 David Carlton <carlton@kealia.com>
12984
12985 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
12986 test for cp_lookup_transparent_type.
12987 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
12988 call them.
12989
12990 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
12991
12992 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
12993 after -var-update.
12994
12995 2004-01-23 David Carlton <carlton@kealia.com>
12996
12997 * gdb.cp/namespace.cc (C::ensureRefs): New.
12998 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
12999
13000 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13001
13002 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
13003 case "-stack-list-locals 2".
13004 * gdb.mi/mi-var-child.exp: Test for case
13005 "-var-list-children --all-values NAME".
13006
13007 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
13008
13009 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
13010
13011 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13012
13013 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
13014 used with gdb_test_multiple.
13015
13016 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
13017 read at address 0. This fixes PR testsuite/1504.
13018
13019 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
13020
13021 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
13022 Remove downloading, guessing the host executable, the calls to
13023 gdb_file_cmd and gdb_target_cmd, and "load" support.
13024 (infer_host_exec): New function broken out from gdb_load.
13025 (gdb_load): New wrapper for gdbserver_gdb_load.
13026 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
13027 gdb_target_cmd. Use -target-select.
13028 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
13029 Download binaries to the host. Clear last_mi_remote_file when
13030 we load a new binary.
13031 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
13032 call gdbserver_gdb_load and mi_gdb_target_cmd.
13033
13034 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13035
13036 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
13037 type patterns.
13038
13039 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13040
13041 * gdb.cp/templates.exp: Fix typo in test name of
13042 "print Foo<volatile char*>::foo".
13043
13044 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13045
13046 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
13047
13048 2004-01-16 Ben Elliston <bje@wasabisystems.com>
13049
13050 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
13051 (clean mostlyclean): Remove empty rm.
13052
13053 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13054
13055 * gdb.base/setvar.exp: Add copyright years.
13056
13057 2004-01-14 David Carlton <carlton@bactrian.org>
13058
13059 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
13060 PR c++/1511 and update coment.
13061 * gdb.cp/templates.exp: Update patterns to match current output.
13062 If changes involve something other than whitespace, KFAIL
13063 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
13064
13065 2004-01-14 David Carlton <carlton@kealia.com>
13066
13067 * gdb.cp/namespace.exp: Add tests involving classes defined within
13068 namespaces.
13069 * gdb.cp/namespace.cc (C::CClass): New.
13070 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
13071
13072 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13073
13074 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
13075 what debug info we have. Print a better message if something goes
13076 wrong while producing the separate debug info file.
13077
13078 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13079
13080 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
13081
13082 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13083
13084 * gdb.base/callfuncs.c: Add copyright notice.
13085
13086 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
13087
13088 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
13089 inheritance. PR gdb/1498, PR gcc/13539.
13090
13091 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
13092
13093 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13094 test specific name.
13095 * gdb.mi/gdb669.exp: Ditto.
13096 * gdb.mi/mi-pthreads.exp: Ditto.
13097 * gdb.mi/mi1-pthreads.exp: Ditto.
13098 * gdb.mi/mi2-pthreads.exp: Ditto.
13099
13100 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13101
13102 * gdb.cp/member-ptr.cc: Add copyright notice.
13103
13104 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13105
13106 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13107 some patterns for recent versions of gcc and hpacc. Delete
13108 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13109 Delete tests that access a NULL pointer-to-member-data. This
13110 script is still disabled for gcc.
13111
13112 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13113
13114 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
13115 escaped correctly.
13116
13117 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13118
13119 * gdb.base/sepdebug.exp: New file.
13120 * gdb.base/sepdebug.c: New file.
13121 * lib/gdb.exp (separate_debug_filename): New procedure.
13122 (gdb_gnu_strip_debug): New procedure.
13123
13124 2004-01-12 Andrew Cagney <cagney@redhat.com>
13125
13126 * gdb.mi/ChangeLog: Delete file. Renamed to ...
13127 * gdb.mi/ChangeLog-1999-2003: New file.
13128
13129 2004-01-12 Andrew Cagney <cagney@redhat.com>
13130
13131 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
13132 "Renaming a directory to a non-empty directory returns ENOTEMPTY
13133 or EEXIST", treat EBUSY as an XFAIL.
13134
13135 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
13136
13137 * gdb.base/scope.exp: Remove obsolete setup_xfail for
13138 hp_cc_compiler.
13139
13140 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13141
13142 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
13143 decorations.
13144
13145 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13146
13147 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
13148 and "(aCC)" decorations. Remove obsolete doco about old
13149 test results.
13150
13151 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13152
13153 * gdb.cp/exception.exp: Fix typo in doco.
13154
13155 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13156
13157 * gdb.base/gdb1476.exp: Fix typo.
13158
13159 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13160
13161 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
13162 file.
13163
13164 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13165
13166 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
13167 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
13168 Use gdb_compile. Remove restriction on gcc. Add some patterns
13169 for recent version of gdb. Delete second half, which was a copy
13170 of the first half with different build flags. This test is
13171 still disabled because it is still not ready for production.
13172
13173 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13174
13175 * gdb.cp/exception.cc: Add copyright notice.
13176 * gdb.cp/exception.exp: Add a notice that this file is broken
13177 because of line number changes caused by addition of copyright
13178 notice.
13179
13180 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13181
13182 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
13183 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
13184
13185 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13186
13187 * gdb.cp/classes.exp: Accept gnu abi 2.
13188 * gdb.cp/derivation.exp: Likewise.
13189 * gdb.cp/overload.exp: Likewise.
13190 * gdb.cp/virtfunc.exp: Likewise.
13191
13192 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13193
13194 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
13195 semicolon after end of function.
13196
13197 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13198
13199 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
13200 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
13201 boilerplate code for compiling and running the program under
13202 test. Add some string method tests.
13203
13204 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13205
13206 * gdb.cp/bs15503.cc: Add copyright notice.
13207 * gdb.cp/bs15503.exp: Adjust line number.
13208
13209 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13210
13211 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13212 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13213
13214 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13215
13216 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13217 hp_cc_compiler.
13218
13219 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13220
13221 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13222 * gdb.cp/ctti.exp: Use the marker instead of "next".
13223 With gcc, run further before bailing.
13224
13225 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13226
13227 * gdb.cp/cttiadd.cc: Add copyright notice.
13228 * gdb.cp/cttiadd1.cc: Likewise.
13229 * gdb.cp/cttiadd2.cc: Likewise.
13230 * gdb.cp/cttiadd3.cc: Likewise.
13231
13232 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13233
13234 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
13235 Use gdb_test, gdb_test_multiple. Use floating-point values that
13236 have exact representations in IEEE-ish formats.
13237
13238 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13239
13240 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13241 compilers. Delete duplicate call to get_compiler_info.
13242 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13243 * gdb.base/volatile.exp: Likewise.
13244
13245 2004-01-07 Mark Kettenis <kettenis@gnu.org>
13246
13247 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13248 memory at address 0.
13249
13250 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13251
13252 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13253 to test for hp-ux assembler. Fix copyright years.
13254
13255 2004-01-07 Andrew Cagney <cagney@redhat.com>
13256
13257 * gdb.base/fileio.c (strerrno): Add "EBUSY".
13258
13259 2004-01-07 Andrew Cagney <cagney@redhat.com>
13260
13261 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13262 when creating the read-only file. From analysis by Roland McGrath
13263 and Elena Zannoni.
13264
13265 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13266
13267 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13268
13269 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13270
13271 * gdb.base/cvexpr.c: Be type-safe with function pointers and
13272 data pointers.
13273
13274 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13275
13276 * gdb.cp/m-static.exp: Compile one source file at a time.
13277 Delete unused call to get_compiler_info.
13278
13279 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13280
13281 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13282 * gdb.base/call-rt-st.exp: Likewise.
13283 * gdb.base/nodebug.exp: Likewise.
13284 * gdb.base/volatile.exp: Likewise.
13285 * gdb.cp/ref-types.exp: Likewise.
13286 * gdb.cp/templates.exp: Likewise.
13287
13288 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13289
13290 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13291
13292 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
13293
13294 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13295 hppa*-hp-hpux*.
13296
13297 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13298
13299 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13300 x86_64-*-*.
13301
13302 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13303 sparc64-*-* and sparc*-solaris2*.
13304
13305 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13306
13307 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13308 return ${tests}" test. The ${tests} already mentions the
13309 filename.
13310
13311 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13312
13313 * gdb.cp/local.exp: Accept gcc abi 2.
13314
13315 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13316
13317 * gdb.cp/templates.exp: Accept gcc abi 2.
13318
13319 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13320
13321 * lib/compiler.cc: Remove supports_template_debugging.
13322 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13323
13324 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13325
13326 * gdb.cp/namespace.exp: Accept gcc abi 2.
13327
13328 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13329
13330 * gdb.cp/method.exp: Accept gcc abi 2.
13331
13332 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13333
13334 * gdb.cp/classes.exp: Generate identical results as old version.
13335 * gdb.cp/derivation.exp: Likewise.
13336 * gdb.cp/overload.exp: Likewise.
13337 * gdb.cp/virtfunc.exp: Likewise.
13338
13339 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13340
13341 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13342 mysterious bug with sourceware version of expect.
13343
13344 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13345
13346 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
13347 current versions of gcc, including gcc abi 2. Remove gratuitous
13348 restart of test program. Use gdb_test_multiple and gdb_test for
13349 all tests. Add patterns to xfail missing "const" in "const char *"
13350 and kfail PR gdb/1155.
13351
13352 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13353
13354 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
13355 current versions of gcc, including gcc abi 2. Remove gratuitous
13356 restart of test program. Use gdb_test_multiple and gdb_test for
13357 all tests. Add patterns to kfail PR gdb/1498.
13358
13359 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13360
13361 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
13362 current versions of gcc, including gcc abi 2. Use "breakpoint"
13363 and "continue" instead of restarting the target program. Use
13364 gdb_test_multiple and gdb_test for all tests.
13365
13366 2004-01-01 Mark Kettenis <kettenis@gnu.org>
13367
13368 * gdb.asm/asm-source.exp: Update copyright year. Link statically
13369 for *-*-solaris2*.
13370
13371 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13372
13373 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
13374 current versions of gcc, including gcc abi 2. Use "breakpoint"
13375 and "continue" instead of restarting the target program several
13376 times. Use gdb_test_multiple and gdb_test for all tests.
13377
13378 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
13379
13380 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
13381 source files.
13382
13383 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13384
13385 * gdb.base/environ.exp: Handle compiling test case from multiple
13386 source files.
13387
13388 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13389
13390 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
13391
13392 2003-12-17 Jim Blandy <jimb@redhat.com>
13393
13394 * gdb.base/freebpcmd.c: Add copyright notice.
13395
13396 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
13397
13398 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13399
13400 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
13401
13402 2003-12-13 Jim Blandy <jimb@redhat.com>
13403
13404 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
13405
13406 2003-12-12 Kevin Buettner <kevinb@redhat.com>
13407
13408 * gdb.asm/frv.inc: New file.
13409 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
13410
13411 2003-12-09 Fred Fish <fnf@redhat.com>
13412
13413 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13414 functions to break1.c and leave prototypes behind. Add more
13415 "set breakpoint NN here" comments.
13416 * gdb.base/break1.c: New file.
13417
13418 * gdb.base/break.exp: Handle compiling test case from multiple
13419 source files and change source file references as needed.
13420 * gdb.base/completion.exp: Ditto.
13421 * gdb.base/condbreak.exp: Ditto.
13422 * gdb.base/define.exp: Ditto.
13423 * gdb.base/ena-dis-br.exp: Ditto.
13424 * gdb.base/info-proc.exp: Ditto.
13425 * gdb.base/maint.exp: Ditto.
13426 * gdb.base/until.exp: Ditto.
13427
13428 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13429 hardcoded line numbers.
13430 * gdb.base/define.exp: Ditto.
13431 * gdb.base/ena-dis-br.exp: Ditto.
13432 * gdb.base/maint.exp: Ditto.
13433 * gdb.base/until.exp: Ditto.
13434
13435 * gdb.base/completion.exp: Use "break1" for completion tests since
13436 "break" is no longer a unique prefix.
13437
13438 2003-12-06 Andrew Cagney <cagney@redhat.com>
13439
13440 * gdb.base/structs.exp (test_struct_returns): When applicable, set
13441 "return_value_unimplemented". When an unimplemented struct return
13442 architecture, report incorrect values as a KFAIL
13443
13444 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13445
13446 * gdb.cp/rtti.exp: Accept new wording of warning from
13447 cp_lookup_rtti_type.
13448
13449 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13450
13451 Partial fix for PR testsuite/1456.
13452 * gdb.base/scope.exp (test_at_main): Replace references to
13453 gcc_compiled with calls to test_compiler_info.
13454 (test_at_foo): Likewise.
13455 (test_at_bar): Likewise.
13456
13457 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13458
13459 Partial fix for PR testsuite/1456.
13460 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13461 to test_compiler_info.
13462
13463 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13464
13465 * gdb.base/so-impl-ld.exp: Update copyright notice.
13466
13467 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13468
13469 Partial fix for PR testsuite/1456.
13470 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13471 to test_compiler_info.
13472
13473 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13474
13475 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13476 from current versions of gdb. Clean up regular expressions.
13477 Delete redundant timeout case.
13478
13479 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13480
13481 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13482 from current versions of gdb. Clean up regular expressions.
13483 Delete redundant timeout case.
13484
13485 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13486
13487 Partial fix for PR testsuite/1456.
13488 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13489 gcc_compiled with call to test_compiler_info.
13490
13491 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13492
13493 Partial fix for PR testsuite/1456.
13494 * gdb.base/list.exp (test_list_function): Delete unused declaration
13495 of gcc_compiled.
13496
13497 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13498
13499 Partial fix for PR testsuite/1456.
13500 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13501 call to test_compiler_info.
13502
13503 2003-11-29 Mark Kettenis <kettenis@gnu.org>
13504
13505 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13506 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13507 it to create the appropriate note.inc.
13508 * gdb.asm/asmsrc1.s: Include "note.inc".
13509 * gdb.asm/netbsd.inc: New file.
13510 * gdb.asm/empty.inc: New file.
13511
13512 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13513
13514 Partial fix for PR testsuite/1456.
13515 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13516 calls to test_compiler_info.
13517
13518 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13519
13520 Partial fix for PR testsuite/1456.
13521 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13522 calls to test_compiler_info.
13523
13524 2003-11-27 Mark Kettenis <kettenis@gnu.org>
13525
13526 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13527 pattern for the KFAILs.
13528
13529 2003-11-25 Adam Fedor <fedor@gnu.org>
13530
13531 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13532 * gdb.objc/objcdecode.m: New file.
13533
13534 2003-11-25 Adam Fedor <fedor@gnu.org>
13535
13536 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13537 * gdb.objc/nondebug.m: New file.
13538
13539 2003-11-26 Ben Elliston <bje@wasabisystems.com>
13540
13541 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13542 NetBSD as it does on FreeBSD. Modelled on a similar change by
13543 Mark Kettenis on 2003-05-30.
13544 (link-flags): Set to "--entry _start" regardless of target.
13545 Special linker flags are to be appended to $link-flags.
13546 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13547
13548 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13549
13550 * gdb.cp/method.exp: Accept output of new demangler.
13551
13552 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13553
13554 * gdb/class2.exp: New file.
13555 * gdb/class2.cc: New file.
13556
13557 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13558
13559 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13560 of new demangler.
13561
13562 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13563
13564 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13565 of gdb_test "run".
13566
13567 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13568
13569 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13570 "continue" into "run".
13571
13572 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13573
13574 Partial fix for PR testsuite/1456.
13575 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13576 call to test_compiler_info.
13577 * gdb.cp/ctti.exp: Likewise.
13578 * gdb.cp/derivation.exp: Likewise.
13579 * gdb.cp/member-ptr.exp: Likewise.
13580 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13581 reference to gcc_compiled.
13582
13583 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13584
13585 Fix PR testsuite/1463.
13586 * gdb.base/structs.exp (start_structs_test): Call
13587 get_debug_format before using the debug format.
13588
13589 2003-11-22 Andrew Cagney <cagney@redhat.com>
13590
13591 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13592 * gdb.base/structs.exp: Use gdb_test_multiple.
13593
13594 2003-11-20 Andrew Cagney <cagney@redhat.com>
13595
13596 * gdb.base/structs.exp: Handle and recover from internal errors.
13597 Replace "foo${n}" with "foo<n>" in test messages.
13598
13599 * gdb.base/structs.exp: Update copyright. Rewrite.
13600 * gdb.base/structs.c: Update copyright. Rewrite.
13601
13602 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13603 resync count exceeded.
13604
13605 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13606 from the internal error.
13607 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13608 Original from Jim Blandy.
13609 (gdb_test_multiple): Use gdb_internal_error_resync.
13610
13611 2003-11-19 Andrew Cagney <cagney@redhat.com>
13612
13613 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13614 KFAIL.
13615
13616 2003-11-17 Mark Kettenis <kettenis@gnu.org>
13617
13618 New testcase for PR backtrace/1435.
13619 * gdb.arch/i386-unwind.exp: New file.
13620 * gdb.arch/i386-unwind.c: New file.
13621
13622 2003-11-17 Andrew Cagney <cagney@redhat.com>
13623
13624 * lib/gdb.exp (compiler_info): New global.
13625 (test_compiler_info): New function.
13626 (get_compiler_info): Set compiler_info.
13627 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
13628 "compiler_info" to gcc-<major>-<minor>.
13629
13630 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
13631
13632 * gdb.trace/configure: Remove.
13633
13634 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
13635
13636 * gdb.base/break.c: Add comments to aid finding line numbers for
13637 breakpoints.
13638 * gdb.base/break.exp: Remove all references to explicit line
13639 numbers.
13640
13641 2003-11-11 Nick Clifton <nickc@redhat.com>
13642
13643 * gdb.base/shreloc.exp: Do not run for targets which do not
13644 support shared objects.
13645
13646 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
13647
13648 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13649 Don't run tests if nofileio flag is given.
13650
13651 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
13652
13653 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
13654 as well as 'Watchpoint'.
13655
13656 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13657
13658 Reported by Jim Ingham <jingham@apple.com>:
13659 * gdb.base/annota1.exp: Match at least one occurrence of the
13660 signal handler annotation.
13661
13662 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13663
13664 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13665 as well as 'Watchpoint'.
13666
13667 2003-11-05 Michael Chastain <mec@shout.net>
13668
13669 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13670
13671 2003-11-03 Kris Warkentin <kewarken@qnx.com>
13672
13673 * gdb.arch/gdb1291.c: New test file.
13674 * gdb.arch/gdb1291.exp: New test script.
13675 * gdb.arch/gdb1431.c: New test file.
13676 * gdb.arch/gdb1431.exp: New test script.
13677
13678 2003-10-22 Michael Chastain <mec@shout.net>
13679
13680 * gdb.mi/pthreads.c: Add copyright notice.
13681
13682 2003-10-22 Michael Chastain <mec@shout.net>
13683
13684 * gdb.threads/pthreads.c: Add copyright notice.
13685
13686 2003-10-20 Michael Chastain <mec@shout.net>
13687
13688 * gdb.base/gdb1056.exp: New test script.
13689
13690 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13691
13692 * gdb.threads/killed.exp: Use gdb_run_cmd.
13693
13694 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13695
13696 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13697 create a core file.
13698 * gdb.threads/gcore-thread.exp: Likewise.
13699
13700 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
13701
13702 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13703 type, based on char type.
13704 (struct bit_flags_short_t): New bitfield type, based on short type.
13705 (init_bit_flags_char): New fuction.
13706 (init_bit_flags_short): Ditto.
13707 (print_bit_flags_char): Ditto.
13708 (print_bit_flags_short): Ditto.
13709 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13710
13711 2003-10-11 Michael Chastain <mec@shout.net>
13712
13713 * gdb.base/call-rt-st.exp: Update copyright year.
13714
13715 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
13716
13717 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13718 * gdb.disasm/sh3.s: Ditto.
13719
13720 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
13721
13722 * gdb.threads/switch-threads.exp: New test.
13723 * gdb.threads/switch-threads.c: New source file.
13724
13725 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
13726
13727 * gdb.base/ending-run.exp: Add sh specific case.
13728
13729 2003-10-06 Andrew Cagney <cagney@redhat.com>
13730
13731 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13732 * gdb.disasm/mn10200.exp: Delete obsolete file.
13733
13734 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
13735
13736 * ChangeLog: Correct an entry command.exp -> commands.exp.
13737 * gdb.base/commands.exp (bp_deleted_in_command_test)
13738 (temporary_breakpoint_commands): Check noargs.
13739
13740 2003-09-25 David Carlton <carlton@kealia.com>
13741
13742 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
13743 of some print tests, where appropriate. Add tests for C::D::cd,
13744 E::ce, F::cXfX, G::XgX.
13745 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13746
13747 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
13748
13749 * lib/java.exp (java_init): Import target_alias before using it.
13750
13751 2003-09-25 David Carlton <carlton@kealia.com>
13752
13753 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13754
13755 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
13756
13757 * gdb.base/selftest.exp: Accomodate more instruction reordering
13758 weirdness.
13759
13760 2003-09-17 Michael Chastain <mec@shout.net>
13761
13762 * gdb.cp/gdb1355.exp: New file.
13763 * gdb.cp/gdb1355.c: New file.
13764
13765 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
13766
13767 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13768 * gdb.asm/sh.inc: New file.
13769
13770 2003-09-11 David Carlton <carlton@kealia.com>
13771
13772 * gdb.cp/namespace.exp: Add tests for namespace types.
13773 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
13774 (test_namespace): New.
13775
13776 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
13777
13778 * gdb.base/relocate.exp: Handle new gdb output at startup.
13779 * gdb.stabs/weird.exp: Ditto.
13780
13781 2003-09-08 Michael Chastain <mec@shout.net>
13782
13783 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13784
13785 2003-09-07 Michael Chastain <mec@shout.net>
13786
13787 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13788 'parse error'.
13789
13790 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
13791
13792 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13793
13794 2003-08-30 Michael Chastain <mec@shout.net>
13795
13796 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13797 * gdb.gdb/observer.exp: Ditto.
13798 * gdb.gdb/xfullpath.exp: Ditto.
13799
13800 2003-08-29 Mark Kettenis <kettenis@gnu.org>
13801
13802 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13803 *-*-*bsd*.
13804
13805 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
13806
13807 * gdb.base/dump.exp: Skip for ia64.
13808
13809 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
13810
13811 * gdb.asm/asm-source.exp: Add ia64 support.
13812 * gdb.asm/ia64.inc: New file.
13813
13814 2003-08-22 Michael Chastain <mec@shout.net>
13815
13816 * gdb.cp: New directory.
13817 * gdb.cp/*: Copy from gdb.c++/*.
13818 * gdb.c++/*: Remove.
13819 * Makefile.in: Change gdb.c++ to gdb.cp.
13820 * configure.in: Ditto.
13821 * configure: Regnerate.
13822
13823 2003-08-18 Mark Kettenis <kettenis@gnu.org>
13824
13825 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13826 * gdb.arch/i386-prologue.c (gdb1338): Add function.
13827
13828 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13829
13830 * mi-var-display.exp (-var-list-children weird): Accept function
13831 pointers with argument types.
13832 * mi1-var-display.exp (-var-list-children weird): Likewise.
13833 * mi2-var-display.exp (-var-list-children weird): Likewise.
13834
13835 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13836
13837 * gdb.base/annota3.exp: Add missing newline.
13838
13839 2003-08-06 Michael Chastain <mec@shout.net>
13840
13841 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13842
13843 2003-08-12 Michael Snyder <msnyder@redhat.com>
13844
13845 * gdb.base/float.exp: Add test for SH.
13846
13847 2003-08-10 Mark Kettenis <kettenis@gnu.org>
13848
13849 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13850
13851 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13852
13853 * gdb.base/completion.exp: Remove reduntant completion test
13854 on filename.
13855
13856 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13857
13858 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13859 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13860 gdb.trace/save-trace.exp: Make sure that full pathnames are
13861 escaped correctly.
13862
13863 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13864
13865 * configure.in: Don't generate config.h from config.hin.
13866 * configure: Regenerate.
13867 * config.hin: Remove file.
13868 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13869 * gdb.threads/pthreads.c: Ditto.
13870
13871 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
13872
13873 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13874 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13875 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13876 Replace ld24 with seth/add3.
13877
13878 2003-08-02 Andrew Cagney <cagney@redhat.com>
13879
13880 * gdb.base/annota3.exp: New file.
13881 * gdb.base/annota3.c: New file.
13882 * gdb.c++/annota3.exp: New file.
13883 * gdb.c++/annota3.cc: New file.
13884
13885 2003-07-29 Michael Chastain <mec@shout.net>
13886
13887 * gdb.threads/tls.c (spin): Check errno only if sem_wait
13888 actually failed.
13889 (do_pass): Likewise.
13890 * gdb.threads/tls.exp: Always initialize no_of_threads.
13891
13892 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
13893
13894 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13895 pattern.
13896 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13897 * gdb.threads/tls.exp: Recognize one case of the host library not
13898 supporting TLS.
13899
13900 2003-07-27 Andrew Cagney <cagney@redhat.com>
13901
13902 * gdb.base/fileio.exp: Use SH when running commands using
13903 remote_exec.
13904
13905 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
13906
13907 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13908 * gdb.base/relocate.c (dummy): New padding array.
13909
13910 2003-07-22 Michael Snyder <msnyder@redhat.com>
13911
13912 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
13913
13914 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13915 patterns to be more general, accepting old and new output.
13916 Some output chars (such as '+') also must be quoted.
13917 Some addresses are displayed numerically instead of
13918 symbolically.
13919
13920 2003-07-23 Michael Snyder <msnyder@redhat.com>
13921
13922 * gdb.base/return2.exp: Don't test long-long return.
13923
13924 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13925 * gdb.disasm/t01_mov.exp: Ditto.
13926 * gdb.disasm/t02_mova.s: Ditto.
13927 * gdb.disasm/t02_mova.exp: Ditto.
13928 * gdb.disasm/t03_add.s: Ditto.
13929 * gdb.disasm/t03_add.exp: Ditto.
13930 * gdb.disasm/t04_sub.s: Ditto.
13931 * gdb.disasm/t04_sub.exp: Ditto.
13932 * gdb.disasm/t05_cmp.s: Ditto.
13933 * gdb.disasm/t05_cmp.exp: Ditto.
13934 * gdb.disasm/t06_ari2.s: Ditto.
13935 * gdb.disasm/t06_ari2.exp: Ditto.
13936 * gdb.disasm/t07_ari3.s: Ditto.
13937 * gdb.disasm/t07_ari3.exp: Ditto.
13938 * gdb.disasm/t08_or.s: Ditto.
13939 * gdb.disasm/t08_or.exp: Ditto.
13940 * gdb.disasm/t09_xor.s: Ditto.
13941 * gdb.disasm/t09_xor.exp: Ditto.
13942 * gdb.disasm/t10_and.s: Ditto.
13943 * gdb.disasm/t10_and.exp: Ditto.
13944 * gdb.disasm/t11_logs.s: Ditto.
13945 * gdb.disasm/t11_logs.exp: Ditto.
13946 * gdb.disasm/t12_bit.s: Ditto.
13947 * gdb.disasm/t12_bit.exp: Ditto.
13948 * gdb.disasm/t13_otr.s: Ditto.
13949 * gdb.disasm/t13_otr.exp: Ditto.
13950
13951 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13952
13953 * gdb.threads/tls.exp :Add kfail for 'info address' case.
13954
13955 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13956
13957 * gdb.threads/tls.c : New file.
13958 * gdb.threads/tls.exp : New file.
13959 * gdb.threads/tls-main.c : New file.
13960 * gdb.threads/tls-shared.c : New file.
13961 * gdb.threads/tls-shared.exp : New file.
13962
13963 2003-07-22 Andreas Schwab <schwab@suse.de>
13964
13965 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13966
13967 2003-07-20 Andreas Schwab <schwab@suse.de>
13968
13969 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13970 due to insn reordering.
13971
13972 2003-07-15 Andrew Cagney <cagney@redhat.com>
13973
13974 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13975
13976 2003-07-15 Michael Chastain <mec@shout.net>
13977
13978 * gdb.base/gdb1250.exp: New file.
13979 * gdb.base/gdb1250.c: New file.
13980
13981 2003-07-09 Michal Ludvig <mludvig@suse.cz>
13982
13983 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13984 expansion of size_t to 'unsigned long', not only to 'unsigned'.
13985
13986 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13987
13988 * gdb.threads/tls.c: New file.
13989 * gdb.threads/tls.exp: New file.
13990 * gdb.threads/tls-main.c: New file.
13991 * gdb.threads/tls-shared.c: New file.
13992 * gdb.threads/tls-shared.exp: New file.
13993
13994 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13995
13996 * gdb.base/annota1.exp: Make sure that we properly escape the
13997 full path of the source file. Xfail more permissive patterns,
13998 due to a compiler debug info problem.
13999
14000 2003-07-07 Andreas Schwab <schwab@suse.de>
14001
14002 * gdb.asm/m68k.inc: New file.
14003 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
14004
14005 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
14006 arguments"): Also match negative number.
14007
14008 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
14009
14010 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
14011
14012 * gdb.base/store.c (charest): New typedef.
14013 (add_char): Rename to add_charest, update.
14014 (wack_char): Rename to wack_charest, update types. Return l + r
14015 to keep r live across the call.
14016 (wack_short, wack_int, wack_long, wack_longest, wack_float)
14017 (wack_double, wack_doublest): Return l + r to keep r live across
14018 the call.
14019 * gdb.base/store.exp: Accomodate store.c changes.
14020
14021 2003-06-30 David Carlton <carlton@kealia.com>
14022
14023 * gdb.c++/maint.exp (test_invalid_name): New.
14024 (test_first_component): Add tests for invalid names.
14025
14026 2003-06-29 Michael Chastain <mec@shout.net>
14027
14028 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
14029 output of '<VTT for class>' for virtual base classes.
14030
14031 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14032
14033 * gdb.base/completion.exp: Tab-complete "complet" instead of
14034 "compl".
14035 * gdb.base/complex.exp, gdb.base/complex.c: New files.
14036
14037 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14038
14039 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
14040 * gdb.base/volatile.exp: Likewise.
14041
14042 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14043
14044 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
14045 gdb/1265.
14046
14047 2003-06-28 Michael Chastain <mec@shout.net>
14048 Daniel Jacobowitz <drow@mvista.com>
14049
14050 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
14051 initial line count of 'captured_main' from 26 to 32.
14052 (test_with_self): Allow xmalloc call to be interleaved with the
14053 preceding two lines.
14054
14055 2003-06-24 Joel Brobecker <brobecker@gnat.com>
14056
14057 * gdb.base/bang.exp: New testcase.
14058
14059 2003-06-23 Joel Brobecker <brobecker@gnat.com>
14060
14061 * gdb.base/langs.exp: Add some tests for the "minimal" language
14062 support.
14063
14064 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
14065
14066 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
14067 the testcase.
14068
14069 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14070
14071 * gdb.base/relocate.exp: Test add-symbol-file with a variable
14072 offset.
14073
14074 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14075
14076 * gdb.c++/pr-1210.cc: New file.
14077 * gdb.c++/pr-1210.exp: New file.
14078
14079 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
14080
14081 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
14082 000-exec-continue.
14083
14084 2003-06-15 Mark Kettenis <kettenis@gnu.org>
14085
14086 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
14087 on *-*-*bsd* instead of *-*-freebsd*.
14088
14089 2003-06-14 Andrew Cagney <cagney@redhat.com>
14090
14091 * gdb.base/store.exp: Test longest and doublest. Test all
14092 parameters. Weaken return statement match.
14093 * gdb.base/store.c: Add longest and doublest - aka long long and
14094 long double functions. Put all parameters into local register
14095 variables. Use negative values.
14096
14097 2003-06-14 Andrew Cagney <cagney@redhat.com>
14098
14099 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14100 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14101 exit status.
14102 * gdb.base/fileio.exp: Disable target when nointerrupts and
14103 noinferiorio, instead of limiting it to remote. Use remote_exec
14104 instead of system.
14105
14106 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14107
14108 * gdb.base/float.exp: Add ia64 support.
14109
14110 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
14111
14112 * gdb.base/fileio.exp: Run only on remote targets.
14113
14114 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
14115
14116 * gdb.base/fileio.c: New file, testing File-I/O.
14117 * gdb.base/fileio.exp: Ditto.
14118
14119 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
14120
14121 * gdb.base/shreloc.exp: New file, check symbol values obtained from
14122 shared objects after relocation at load time (gdb PR/1132).
14123 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
14124 as above, part of the shared object relocation test.
14125
14126 2003-06-08 Mark Kettenis <kettenis@gnu.org>
14127
14128 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
14129 fully filled history list.
14130 * gdb.base/gdb_history: New file.
14131
14132 * gdb.base/signals.exp: XFAIL "continue to func1" on
14133 i*86-*-freebsd*.
14134
14135 * gdb.base/attach.exp: When trying to attach to a nonexistent
14136 process, make it possible to specify the PID based on the target,
14137 and do so for *-*-freebsd*.
14138
14139 2003-06-02 Richard Henderson <rth@redhat.com>
14140
14141 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
14142
14143 2003-06-02 Richard Henderson <rth@redhat.com>
14144
14145 * gdb.base/selftest.exp: Next over lim_at_start initialization.
14146
14147 2003-06-02 Richard Henderson <rth@redhat.com>
14148
14149 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
14150
14151 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
14152
14153 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
14154 of globalvar.
14155
14156 2003-06-01 Mark Kettenis <kettenis@gnu.org>
14157
14158 * gdb.asm/asm-source.exp: Check for memory read errors in
14159 disassembler test on *BSD too.
14160
14161 2003-06-01 Richard Henderson <rth@redhat.com>
14162
14163 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14164 for .frame.
14165 (gdbasm_call): Lose ldgp.
14166 (gdbasm_startup): Add frame information.
14167 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
14168
14169 2003-05-31 Mark Kettenis <kettenis@gnu.org>
14170
14171 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
14172 i?86-*-*.
14173
14174 2003-05-30 Mark Kettenis <kettenis@gnu.org>
14175
14176 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14177 FreeBSD.
14178
14179 2003-05-29 Richard Henderson <rth@redhat.com>
14180
14181 * gdb.asm/alpha.inc: New file.
14182 * gdb.asm/asm-source.exp: Use it.
14183
14184 2003-05-29 Jim Blandy <jimb@redhat.com>
14185
14186 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14187 'core.PID'.
14188
14189 2003-05-22 Jim Blandy <jimb@redhat.com>
14190
14191 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
14192 backtrace.
14193
14194 2003-05-20 David Carlton <carlton@math.stanford.edu>
14195
14196 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
14197 this time.
14198
14199 2003-05-19 David Carlton <carlton@bactrian.org>
14200
14201 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
14202 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
14203
14204 2003-05-19 David Carlton <carlton@bactrian.org>
14205
14206 * gdb.c++/namespace.exp: Add namespace scope and anonymous
14207 namespace tests.
14208 Bump copyright date.
14209 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14210 (main): Call C::D::marker2.
14211 * gdb.c++/namespace1.cc: New file.
14212
14213 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
14214
14215 Roland McGrath <roland@redhat.com>
14216 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
14217 there is no manager thread.
14218
14219 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
14220
14221 * gdb.threads/schedlock.exp: Remove assumption that all threads
14222 will run in a particular small time slice. Also ensure we break
14223 in one of the child threads rather than the main thread.
14224
14225 2003-05-07 Jim Blandy <jimb@redhat.com>
14226
14227 Add support for assembly source testing on the s390x.
14228 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14229 architecture.
14230 * gdb.asm/s390x.inc: New file.
14231
14232 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14233 succession of 'if' statements.
14234
14235 2003-05-05 Andrew Cagney <cagney@redhat.com>
14236
14237 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14238
14239 2003-05-05 Andrew Cagney <cagney@redhat.com>
14240
14241 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14242 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14243
14244 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
14245
14246 * gdb.base/charset.exp: Update based on new behavior of set/show
14247 charset commands.
14248
14249 2003-05-01 Andrew Cagney <cagney@redhat.com>
14250
14251 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14252 variable do not give memory errors.
14253
14254 2003-04-30 Adam Fedor <fedor@gnu.org>
14255
14256 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14257 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14258 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14259 gdb.objc/basicclass.m: : New files
14260
14261 * lib/gdb.exp (gdb_compile_objc): New procedure.
14262
14263 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
14264
14265 * gdb.base/signals.exp: Make backtrace tests more specific.
14266
14267 2003-04-23 David Carlton <carlton@bactrian.org>
14268
14269 * gdb.c++/maint.exp (test_first_component): Add tests for
14270 'operator' in more locations.
14271
14272 2003-04-16 Kevin Buettner <kevinb@redhat.com>
14273
14274 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14275
14276 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
14277
14278 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
14279 func marke' instead. Update test name.
14280
14281 2003-04-15 David Carlton <carlton@math.stanford.edu>
14282
14283 * gdb.c++/maint.exp: New file.
14284
14285 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14286
14287 * gdb.threads/schedlock.c: Change type of thread function argument
14288 to long, to avoid warnings on 64-bit platforms.
14289
14290 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14291
14292 * gdb.base/attach.exp: Add new message from ptrace in case of
14293 attaching to nonexistent process.
14294
14295 2003-04-11 Jim Blandy <jimb@redhat.com>
14296
14297 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14298 gdb.c++/userdef.cc: Place comments on the lines to which the
14299 marker function might return.
14300 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14301 gdb.c++/userdef.exp: Look for those comments to check that we've
14302 returned to the right place, instead of checking line numbers.
14303
14304 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
14305
14306 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14307 match on sourcefile name, instead of directory name.
14308
14309 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
14310
14311 * gdb.base/completion.exp: Use string_to_regexp to match the
14312 working directory name.
14313
14314 2003-04-09 Jim Blandy <jimb@redhat.com>
14315
14316 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14317 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14318 after an inferior function call, report the failure, but allow the
14319 test to continue.
14320
14321 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14322
14323 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14324 with -DPROTOTYPES.
14325
14326 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14327
14328 * gdb.base/break.exp: Revert last patch.
14329
14330 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
14331
14332 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14333 with -DPROTOTYPES.
14334
14335 2003-04-02 Andrew Cagney <cagney@redhat.com>
14336
14337 * gdb.base/callfuncs.exp: Make "print add" messages unique.
14338 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14339 matching directories by the name breakpoint.
14340 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14341 Make "continue to marker1" consistent.
14342 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14343 message consistent.
14344 * lib/gdb.exp: Put "the program is no longer running", and "the
14345 program exited" in parenthesis.
14346 * lib/mi-support.exp: Ditto.
14347
14348 2003-04-02 Bob Rossi <bob_rossi@cox.net>
14349
14350 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14351
14352 2003-03-29 Andrew Cagney <cagney@redhat.com>
14353
14354 * gdb.base/sizeof.c (main): Print the value of '\377'.
14355 * gdb.base/sizeof.exp: Check the sign of '\377'.
14356
14357 2003-03-27 Michael Chastain <mec@shout.net>
14358
14359 * gdb.base/gdb1090.exp: New file.
14360 * gdb.base/gdb1090.cc: New file.
14361
14362 2003-03-27 J. Brobecker <brobecker@gnat.com>
14363
14364 * gdb.gdb/observer.exp: New regression test.
14365
14366 2003-03-27 Michael Chastain <mec@shout.net>
14367
14368 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
14369 * gdb.base/ptype.exp: Likewise.
14370
14371 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
14372
14373 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
14374
14375 2003-03-26 Michael Chastain <mec@shout.net>
14376
14377 * gdb.base/ptype.exp: Actually use some typedef'd types.
14378
14379 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
14380
14381 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
14382 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
14383
14384 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14385
14386 * gdb.base/default.exp: Fix regular expression.
14387
14388 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14389
14390 * gdb.base/args.exp: Fix regular expression.
14391
14392 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14393
14394 * gdb.base/help.exp: Allow Win32 child process.
14395
14396 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14397
14398 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
14399 when stepping out of main().
14400
14401 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14402
14403 * gdb.base/default.exp: Check for win32 specific message when calling
14404 "run" without executable.
14405
14406 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14407
14408 * gdb.base/args.exp: Expect .exe in output.
14409
14410 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14411
14412 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
14413 Cygwin native.
14414
14415 2003-03-17 Andrew Cagney <cagney@redhat.com>
14416
14417 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
14418 vector registes.
14419 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14420 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14421
14422 2003-03-17 David Carlton <carlton@math.stanford.edu>
14423
14424 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14425 test, for PR breakpoints/38.
14426 Call test_watchpoint_and_breakpoint.
14427 * gdb.base/watchpoint.c (func3): New function.
14428 (main): Call func3.
14429
14430 2003-03-04 David Carlton <carlton@math.stanford.edu>
14431
14432 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14433 Garply<Garply<char> >:: garply".
14434 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14435 with respect to PR c++/1111; note also PR c++/1113.
14436 (test_template_breakpoints): KFAIL "constructor breakpoint" with
14437 respect to PR c++/1062.
14438 KFAIL "destructor breakpoint" with respect to PR c++/1112.
14439
14440 2003-03-03 David Carlton <carlton@math.stanford.edu>
14441
14442 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14443 with respect to PR c++/57.
14444 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14445 c++/826.
14446 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14447 respect to PR c++/57.
14448
14449 2003-03-03 David Carlton <carlton@math.stanford.edu>
14450
14451 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14452 respect to PR c++/33 into FAILs.
14453
14454 2003-03-03 Michael Chastain <mec@shout.net>
14455
14456 * configure.in: Update copyright years.
14457
14458 2003-03-03 Michael Chastain <mec@shout.net>
14459
14460 * Makefile.in: Update copyright years.
14461
14462 2003-02-28 David Carlton <carlton@math.stanford.edu>
14463
14464 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14465 print class instead of struct and/or superfluous protection
14466 specifiers, as long as the resulting output is equivalent to the
14467 source code.
14468 Delete FIXME from end of messages on tests that don't need
14469 fixing.
14470
14471 2003-02-28 David Carlton <carlton@math.stanford.edu>
14472
14473 * gdb.c++/templates.exp (do_tests): Allow const in the two
14474 Foo<volatile char *>::foo tests.
14475
14476 2003-02-27 Michael Snyder <msnyder@redhat.com>
14477
14478 * gdb.base/restore.c (main): Return zero, so exit code
14479 will be consistant.
14480
14481 2003-02-26 David Carlton <carlton@math.stanford.edu>
14482
14483 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14484 char *>::foo" test with respect to PR c++/33. Create a new test
14485 which is identical to that one except that it doesn't put the
14486 space between the "char" and the "*"; KFAIL it, too.
14487
14488 2003-02-26 David Carlton <carlton@math.stanford.edu>
14489
14490 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14491 template types into either PASSes or KFAILs (corresponding to PR
14492 c++/57). Tweak indentation. Update copyright.
14493
14494 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14495
14496 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14497
14498 2003-02-13 Michael Chastain <mec@shout.net>
14499
14500 * gdb.base/exprs.exp: Remove i960 remnants.
14501 * gdb.base/funcargs.exp: Likewise.
14502 * gdb.base/list.exp: Likewise.
14503 * gdb.base/ptype.exp: Likewise.
14504
14505 2003-02-14 David Carlton <carlton@math.stanford.edu>
14506
14507 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14508 pEe->D::vg()" from XFAIL to KFAIL.
14509
14510 2003-02-13 Jason Molenda (jmolenda@apple.com)
14511
14512 * gdb.base/maint.exp: Update maint print statistics regexp to include
14513 new entries.
14514
14515 2003-02-13 Michael Chastain <mec@shout.net>
14516
14517 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14518
14519 2003-02-12 Michael Chastain <mec@shout.net>
14520
14521 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14522 * gdb.c++/inherit.exp: Likewise.
14523 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14524 * gdb.c++/templates.exp: Likewise.
14525 * gdb.c++/virtfunc.exp: Likewise.
14526
14527 2003-02-06 Jason Molenda (jason-cl@molenda.com)
14528
14529 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14530 why the code is written that way.
14531
14532 2003-02-05 Michael Chastain <mec@shout.net>
14533
14534 * gdb.base/dump.exp: Add missing copyright line.
14535
14536 2003-02-05 Jason Molenda (jason-cl@molenda.com)
14537
14538 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14539 at the beginning so the breakpoint doesn't get set on the loop.
14540
14541 2003-02-05 Michael Chastain <mec@shout.net>
14542
14543 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14544 output for configurations with gcc 2.95.3.
14545
14546 2003-02-05 Keith Seitz <keiths@redhat.com>
14547 Andrew Cagney <ac131313@redhat.com>
14548
14549 * gdb.mi/mi-cli.exp: New file.
14550
14551 2003-02-04 Michael Chastain <mec@shout.net>
14552
14553 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14554 Call perror and then continue.
14555
14556 2003-02-03 Michael Chastain <mec@shout.net>
14557
14558 * gdb.c++/pr-1023.cc: New file.
14559 * gdb.c++/pr-1023.exp: New file.
14560
14561 2003-02-05 Jim Blandy <jimb@redhat.com>
14562
14563 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14564 it's local to foobar. Check for it there, and check that it's not
14565 present in main.
14566 * gdb.c++/local.cc (marker2): New function.
14567 (foobar): Call marker1.
14568 (main): Call marker2 instead of marker1.
14569
14570 2003-02-04 Andrew Cagney <ac131313@redhat.com>
14571
14572 * gdb.disasm/mn10200.exp: Obsolete file.
14573 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14574 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14575 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14576
14577 2003-02-04 David Carlton <carlton@math.stanford.edu>
14578
14579 * gdb.c++/overload.exp: Test intToChar(1).
14580 * gdb.c++/overload.cc (intToChar): New.
14581 (main): Call intToChar.
14582
14583 2003-02-03 David Carlton <carlton@math.stanford.edu>
14584
14585 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14586 'might_kfail' arg.
14587 KFAIL some of the continue_to_bp_overloaded calls, according to
14588 PR c++/1025.
14589
14590 2003-02-01 Michael Chastain <mec@shout.net>
14591
14592 * gdb.base/advance.c (marker1): New marker function.
14593 * gdb.base/advance.exp: When the 'advance' command lands on the
14594 return breakpoint, it can legitimately stop on either the
14595 current line or the next line. Accommodate both outcomes.
14596 * gdb.base/until.exp: Likewise.
14597
14598 2003-02-02 Andrew Cagney <ac131313@redhat.com>
14599
14600 2002-11-10 Jason Molenda (jason-cl@molenda.com):
14601 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14602 now a list, not a tuple.
14603 * gdb.mi/mi-var-display.exp: Ditto.
14604 * gdb.mi/gdb792.exp: Ditto.
14605
14606 2003-02-01 Andrew Cagney <ac131313@redhat.com>
14607
14608 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14609 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14610 stack backtraces.
14611 * gdb.mi/mi-syn-frame.c: Part of same.
14612
14613 2003-02-01 Mark Kettenis <kettenis@gnu.org>
14614
14615 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14616 gdb.mi/mi1-pthreads.exp: Return instead of calling
14617 gdb_suppress_entire_file.
14618
14619 2003-02-01 Mark Salter <msalter@redhat.com>
14620
14621 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14622
14623 2003-01-31 Mark Salter <msalter@redhat.com>
14624
14625 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14626 Support empty arg.
14627
14628 2003-01-30 Michael Chastain <mec@shout.net>
14629
14630 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14631 This was a workaround for a UTF-8 bug in readline 4.3. The bug
14632 has been fixed in gdb/readline on 2003-01-09.
14633
14634 2003-01-29 Michael Snyder <msnyder@redhat.com>
14635
14636 * gdb.base/maint.exp: Allow for leading underscore in symbol.
14637 * gdb.base/display.exp: Allow for leading underscore in symbol.
14638 * gdb.base/args.exp: Skip if target does not support args passing.
14639
14640 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14641
14642 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
14643 gdb_test. Accept a list of expect arguments as the third
14644 parameter.
14645 (gdb_test): Use it.
14646
14647 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
14648
14649 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14650 allow for different test tree configurations. Update some
14651 tescases accordingly.
14652 * gdb.arch/altivec-regs.exp: Ditto.
14653 * gdb.asm/asm-source.exp: Ditto.
14654 * gdb.base/advance.exp: Ditto.
14655 * gdb.base/display.exp: Ditto.
14656 * gdb.base/long_long.exp: Ditto.
14657 * gdb.base/mips_pro.exp: Ditto.
14658 * gdb.base/overlays.exp: Ditto.
14659 * gdb.base/relocate.exp: Ditto.
14660 * gdb.base/setshow.exp: Ditto.
14661 * gdb.base/step-line.exp: Ditto.
14662 * gdb.base/step-test.exp: Ditto.
14663 * gdb.base/until.exp: Ditto.
14664 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14665
14666 2003-01-17 David Carlton <carlton@math.stanford.edu>
14667
14668 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14669 corresponding to PR c++/945.
14670 Update copyright.
14671
14672 2003-01-17 David Carlton <carlton@math.stanford.edu>
14673
14674 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14675 corresponding to PR c++/68.
14676
14677 2003-01-17 David Carlton <carlton@math.stanford.edu>
14678
14679 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14680 (test_paddr_hairy_functions): Call print_addr_2_kfail for
14681 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
14682
14683 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14684
14685 * gdb.base/break.exp: Fix change of default location, because of
14686 removal of until tests.
14687 * gdb.base/help.exp: Update test for new 'until' help message.
14688 Add test for help on 'advance'.
14689 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
14690
14691 2003-01-15 Mark Kettenis <kettenis@gnu.org>
14692
14693 * gdb.base/default.exp: Adapt "info float" test for recent changes
14694 to that command. Add test for "info vector".
14695 * gdb.base/float.exp: New file. Add test for "info float" that
14696 resembles the old test in gdb.base/default.exp.
14697
14698 2003-01-15 David Carlton <carlton@math.stanford.edu>
14699
14700 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14701
14702 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14703
14704 * gdb.base/break.exp: Move the tests of until command from here...
14705 * gdb.base/until.exp: ... to here. New file. Add other tests.
14706 * gdb.base/advance.c: New file.
14707 * gdb.base/advance.exp: New file.
14708
14709 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14710
14711 * gdb.base/args.c: New file.
14712 * gdb.base/args.exp: New file.
14713
14714 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14715
14716 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14717
14718 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14719
14720 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14721
14722 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14723
14724 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
14725 dates.
14726
14727 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14728
14729 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14730
14731 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14732
14733 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14734 (ptype &*"foo").
14735 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14736
14737 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14738
14739 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14740 * gdb.mi/mi1-console.exp: Likewise.
14741
14742 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14743
14744 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14745 * gdb.mi/mi1-console.exp: Likewise.
14746
14747 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14748
14749 * gdb.c++/overload.exp: Remove some fixed XFAILs.
14750
14751 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14752
14753 * gdb.base/detach.exp: New test.
14754
14755 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14756
14757 * Makefile.in (ALL_SUBDIRS): New variable.
14758 (subdirs, clean, distclean): Use it.
14759 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
14760 regenerating Makefile, since it is generated from the top level.
14761 * gdb.asm/Makefile.in: Likewise.
14762 * gdb.base/Makefile.in: Likewise.
14763 * gdb.c++/Makefile.in: Likewise.
14764 * gdb.disasm/Makefile.in: Likewise.
14765 * gdb.java/Makefile.in: Likewise.
14766 * gdb.mi/Makefile.in: Likewise.
14767 * gdb.threads/Makefile.in: Likewise.
14768 * gdb.trace/Makefile.in: Likewise.
14769
14770 2003-01-09 David Carlton <carlton@math.stanford.edu>
14771
14772 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14773 Add copyright year 2003.
14774
14775 2003-01-06 Michael Chastain <mec@shout.net>
14776
14777 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14778 When selecting a thread, 'line' and 'file' are optional.
14779 * gdb.mi/mi1-pthreads.exp: Likewise.
14780
14781 2003-01-06 Andreas Schwab <schwab@suse.de>
14782
14783 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14784 failures.
14785
14786 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14787
14788 Fix PR gdb/844
14789 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14790 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14791
14792 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
14793 instead of calling gdb_suppress_entire_file.
14794 * gdb.threads/print-threads.exp: Likewise.
14795 * gdb.threads/schedlock.exp: Likewise.
14796
14797 * gdb.threads/killed.exp: Return instead of calling
14798 gdb_suppress_entire_file.
14799 * gdb.threads/linux-dp.exp: Likewise.
14800 * gdb.threads/pthreads.exp: Likewise.
14801
14802 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14803
14804 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14805 stabs.
14806 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14807 * gdb.base/whatis.exp: Always allow (void) after function names.
14808
14809 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14810
14811 * gdb.c++/casts.exp: Correct regexp.
14812
14813 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14814
14815 * configure.in: Call AC_CONFIG_HEADER. Don't call
14816 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14817 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
14818 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
14819 aforementioned directories in the AC_OUPUT call.
14820 * config.hin: New file.
14821 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14822 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14823 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14824 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14825 pass -I$objdir instead of -I$objdir/$subdir in compilation.
14826 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14827 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14828 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14829 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14830 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14831 gdb.threads/configure.in, gdb.threads/configure,
14832 gdb.threads/config.in, gdb.trace/configure.in,
14833 gdb.trace/configure: Removed.
14834
14835 2003-01-03 Michael Chastain <mec@shout.net>
14836
14837 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14838 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14839
14840 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
14841
14842 * gdb.base/store.exp: Fix regular expressions.
14843
14844 2002-12-28 Mark Kettenis <kettenis@gnu.org>
14845
14846 * configure.in: Rewrite.
14847 * configure: Regenerated.
14848
14849 2003-01-03 David Carlton <carlton@math.stanford.edu>
14850
14851 * gdb.base/psymtab.exp: New file.
14852 * gdb.base/psymtab1.c: Ditto.
14853 * gdb.base/psymtab2.c: Ditto.
14854
14855 2002-12-23 Adam Fedor <fedor@gnu.org>
14856
14857 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14858
14859 2002-12-23 David Carlton <carlton@math.stanford.edu>
14860
14861 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14862 and current_directory initialization.
14863
14864 2002-12-22 Jim Blandy <jimb@redhat.com>
14865
14866 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14867 rather than as part of the output file name.
14868
14869 * gdb.base/attach.exp: There's no need to copy the test program to
14870 /tmp; that was only ever necessary on HP/UX, and this test is
14871 entirely disabled there anyway.
14872
14873 2002-12-21 Jim Blandy <jimb@redhat.com>
14874
14875 * gdb.c++/psmang.exp: Doc fix.
14876
14877 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14878 test.
14879
14880 2002-12-20 David Carlton <carlton@math.stanford.edu>
14881
14882 * gdb.c++/annota2.exp: KFAIL annotate-quit.
14883
14884 2002-12-18 Michael Chastain <mec@shout.net>
14885
14886 * gdb.c++/annota2.exp: Add copyright year 2002.
14887
14888 2002-12-17 David Carlton <carlton@math.stanford.edu>
14889
14890 * gdb.c++/try_catch.cc: Add marker comments.
14891 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14892 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14893 * gdb.c++/m-static.cc: Ditto.
14894 * gdb.c++/m-static1.cc: Ditto.
14895 * gdb.c++/try_catch.cc: Ditto.
14896
14897 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
14898
14899 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14900 to see whether we are using the new -environment-directory
14901 command which resets via -r or the old version of the command
14902 which may prompt the user. Part of fix for gdb/741.
14903
14904 2002-12-13 Andrew Cagney <ac131313@redhat.com>
14905
14906 * gdb.fortran/types.exp: Update obsolete comment.
14907 * gdb.fortran/exprs.exp: Ditto.
14908 * lib/gdb.exp: Delete obsolete code.
14909 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14910 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14911 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14912 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14913 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14914 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14915 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14916 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14917 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14918 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14919 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14920 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14921 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14922 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14923 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14924 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14925 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14926 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14927 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14928 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14929 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14930 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14931 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14932 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14933 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14934 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14935 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14936 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14937 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14938 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14939 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14940 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14941 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14942 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14943 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14944 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14945 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14946
14947 2002-12-11 David Carlton <carlton@math.stanford.edu>
14948
14949 * gdb.c++/m-data.exp: Add test for members that shadow global
14950 variables: see PR gdb/804.
14951 * gdb.c++/m-data.cc: Ditto.
14952
14953 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
14954
14955 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14956
14957 2002-12-06 David Carlton <carlton@math.stanford.edu>
14958
14959 * gdb.base/store.c: Don't declare functions static.
14960
14961 2002-12-04 Andrew Cagney <ac131313@redhat.com>
14962
14963 * gdb.base/store.exp, gdb.base/store.c: New files.
14964
14965 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14966
14967 * gdb.base/selftest.exp: Update for current gdb.
14968
14969 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14970
14971 * gdb.base/maint.exp: Only dump symbols from one source file
14972 or objfile.
14973
14974 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14975
14976 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14977 function call.
14978
14979 2002-11-25 Jim Blandy <jimb@redhat.com>
14980
14981 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14982 function appearing in error message.
14983
14984 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
14985
14986 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14987
14988 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
14989
14990 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
14991 for mi1 and current mi is in correct format. New mi startup message
14992 should be in mi console format. This is part of fix for PR gdb/604.
14993
14994 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14995
14996 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
14997 which explicitly prints the zero offset as "+0".
14998
14999 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
15000
15001 * gdb.threads/schedlock.c (args): Make unsigned.
15002
15003 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
15004
15005 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
15006 numbers. Allow "foo2|selected stack frame".
15007 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
15008 * gdb.asm/asmsrc2.s: Likewise.
15009 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
15010 comments.
15011 * gdb.asm/mips.inc: New file.
15012
15013 2002-10-18 Adam Fedor <fedor@gnu.org>
15014
15015 * gdb.base/default.exp: Update expected output to include 'ObjC'.
15016 * gdb.base/help.exp: Likewise.
15017
15018 2002-10-17 Kevin Buettner <kevinb@redhat.com>
15019
15020 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
15021 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
15022
15023 2002-10-02 Jim Blandy <jimb@redhat.com>
15024
15025 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
15026
15027 2002-10-01 Andrew Cagney <ac131313@redhat.com>
15028
15029 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
15030 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
15031 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
15032 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
15033 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
15034 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
15035 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
15036
15037 2002-09-29 Andrew Cagney <ac131313@redhat.com>
15038
15039 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
15040 * mi0-disassemble.exp, mi0-eval.exp: Delete.
15041 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
15042 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
15043 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
15044 * mi0-var-block.exp, mi0-var-child.exp: Delete.
15045 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
15046
15047 2002-09-27 Kevin Buettner <kevinb@redhat.com>
15048
15049 * gdb.base/annota1.exp (info break): Make directory components of
15050 path optional since not all compilers emit this debug information.
15051
15052 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
15053 step ends up stepping out of the function instead of stopping on
15054 the epilogue.
15055
15056 2002-09-26 Keith Seitz <keiths@redhat.com>
15057
15058 * lib/insight-support.exp (gdbtk_start): Figure out where
15059 the insight executable is based on where gdb is. Use this
15060 executable to start insight instead of gdb.
15061
15062 2002-09-25 Andrew Cagney <cagney@redhat.com>
15063
15064 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
15065
15066 2002-09-24 Andrew Cagney <ac131313@redhat.com>
15067
15068 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
15069 test_isolated_complaints.
15070 (test_empty_complaint): New function.
15071 (test_empty_complaints): New function. Check no output when no
15072 complaints.
15073
15074 2002-09-19 Jim Blandy <jimb@redhat.com>
15075
15076 * gdb.base/charset.exp, gdb.base/charset.c: New files.
15077
15078 2002-09-19 Andrew Cagney <ac131313@redhat.com>
15079
15080 * gdb.gdb/complaints.exp: New file.
15081
15082 2002-09-18 Andrew Cagney <ac131313@redhat.com>
15083
15084 * gdb.base/maint.exp: Check `help maint internal-warning'.
15085
15086 2002-09-18 David Carlton <carlton@math.stanford.edu>
15087
15088 * gdb.c++/m-static.exp: Remove breakpoints depending on line
15089 numbers, and replace them by a single breakpoint after the
15090 constructors are all finished.
15091 Add test 4.
15092 * gdb.c++/m-static.cc: Add test 4.
15093 * gdb.c++/m-static.h: New file.
15094 * gdb.c++/m-static1.cc: New file.
15095
15096 * gdb.c++/printmethod.exp: New file.
15097 * gdb.c++/printmethod.cc: New file.
15098
15099 * gdb.c++/pr-574.exp: New file.
15100 * gdb.c++/pr-574.cc: New file.
15101
15102 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15103
15104 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15105 embedded targets which never actually exit.
15106
15107 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15108
15109 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15110 "don't step after run" as unresolved or unsupported, instead of xfail.
15111
15112 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15113
15114 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
15115 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
15116 Add newline to expected string in "step out of main (status wrapper)"
15117 case.
15118
15119 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15120
15121 * lib/gdb.exp (rerun_to_main): Allow restarting application.
15122 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
15123
15124 2002-09-17 Tom Tromey <tromey@redhat.com>
15125
15126 * gdb.base/printcmds.exp (test_print_string_constants): Expect
15127 \000, not \0, in double-quoted string.
15128
15129 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
15130
15131 * gdb.base/commands.exp: Don't expect a "Program exited normally"
15132 string after running the commands execution on breakpoint tests.
15133
15134 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
15135
15136 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
15137
15138 2002-09-12 Joel Brobecker <brobecker@gnat.com>
15139
15140 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
15141
15142 2002-09-10 Keith Seitz <keiths@redhat.com>
15143
15144 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
15145 runto proc.
15146 (mi_run_to_main): Use mi_runto.
15147 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
15148
15149 2002-09-10 Keith Seitz <keiths@redhat.com>
15150
15151 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
15152 regexp for stopping at main. Could have multiple event notifications.
15153 Don't assume that main was declared with no parameters.
15154 (mi_next): Use mi_step_to.
15155 (mi_step): Use mi_next_to.
15156
15157 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
15158
15159 * gdb.base/default.exp: Fix expected string in `info float' test.
15160
15161 2002-09-09 Ben Elliston <bje@redhat.com>
15162
15163 * config/mips.exp: Update comments.
15164 * config/mips-idt.exp: Likewise.
15165 * config/nind.exp: Likewise.
15166 * config/slite.exp: Likewise.
15167 * config/sparclet.exp: Likewise.
15168 * config/udi.exp: Likewise.
15169 * config/vx.exp: Likewise.
15170 * config/vxworks29k.exp: Likewise.
15171
15172 2002-09-05 Jim Blandy <jimb@redhat.com>
15173
15174 * gdb.threads/killed.exp: Fix test failure message.
15175
15176 2002-09-04 Keith Seitz <keiths@redhat.com>
15177
15178 * lib/mi-support.exp: Update copyright.
15179 (mi_gdb_test): Increase the priority of the expected pattern
15180 so that it matches gdb_test.
15181
15182 2002-09-03 Keith Seitz <keiths@redhat.com>
15183
15184 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
15185 Use integer comparison instead of string comparison for testing
15186 whether binary was built.
15187
15188 2002-09-03 Jim Blandy <jimb@redhat.com>
15189
15190 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
15191
15192 2002-08-29 Jim Blandy <jimb@redhat.com>
15193
15194 * gdb.threads/pthreads.exp: Move the portable thread compilation
15195 code into a function in lib/gdb.exp, and call that from here.
15196 * lib/gdb.exp (gdb_compile_pthreads): New function.
15197
15198 2002-08-29 Keith Seitz <keiths@redhat.com>
15199
15200 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
15201 expect_out so that callers can get at it.
15202
15203 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
15204
15205 * gdb.threads/print-threads.c: New file.
15206 * gdb.threads/print-threads.exp: New file.
15207 * gdb.threads/schedlock.c: New file.
15208 * gdb.threads/schedlock.exp: New file.
15209
15210 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
15211
15212 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15213 not altivec.c.
15214
15215 2002-08-17 Mark Kettenis <kettenis@gnu.org>
15216
15217 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15218 targets. The problem should be fixed now.
15219
15220 2002-08-15 Mark Kettenis <kettenis@gnu.org>
15221
15222 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15223 2002-07-24 change that removes final dots from error messages.
15224
15225 2002-08-13 Tom Tromey <tromey@redhat.com>
15226
15227 * gdb.base/readline.exp: New file.
15228
15229 2002-08-01 Andrew Cagney <ac131313@redhat.com>
15230
15231 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15232 supress message.
15233
15234 2002-08-01 Andrew Cagney <cagney@redhat.com>
15235
15236 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15237 CHILL_FOR_TARGET and CHILL_LIB.
15238 * configure.in (configdirs): Remove gdb.chill.
15239 * configure: Regenerate.
15240 * lib/gdb.exp: Obsolete references to chill.
15241 * gdb.fortran/types.exp: Ditto.
15242 * gdb.fortran/exprs.exp: Ditto.
15243
15244 2002-07-30 Kevin Buettner <kevinb@redhat.com>
15245
15246 * gdb.base/shlib-call.exp (additional_flags): Conditionally
15247 set Irix-specific compile and link flags.
15248
15249 2002-07-29 Kevin Buettner <kevinb@redhat.com>
15250
15251 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15252 source files. The ``-o'' option doesn't work with the ``-E'' option
15253 when using the Irix compiler.
15254
15255 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
15256
15257 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15258 Improve support for reusing an exec file. Copy exec file
15259 to target, and run gdbserver on the target instead of on the host.
15260
15261 2002-07-18 Jim Blandy <jimb@redhat.com>
15262
15263 * gdb.base/ending-run.exp: Don't expect to see the program end in
15264 some orderly fashion when we're running on a real stand-alone
15265 board.
15266
15267 * gdb.base/interrupt.exp: Correct logic for skipping tests on
15268 targets that don't support interrupts.
15269
15270 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
15271
15272 * gdb.base/attach.exp: Add patterns to match output from /proc-based
15273 systems.
15274 Move comments in expect statements to inside the actions, so that they
15275 don't get matched against.
15276
15277 2002-07-10 Mark Kettenis <kettenis@gnu.org>
15278
15279 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15280 function when asleep" test.
15281
15282 2002-07-10 Andrew Cagney <ac131313@redhat.com>
15283
15284 * gdb.base/page.exp: Rewrite to handle problems with very long
15285 `info set' output. Update copyright.
15286
15287 2002-06-26 Andrew Cagney <ac131313@redhat.com>
15288
15289 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15290 gdb.threads-hp.
15291 * gdb.hp/configure: Regenerate.
15292 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15293 * gdb.hp/gdb.threads-hp/configure: Delete file.
15294 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15295
15296 2002-06-22 Andrew Cagney <ac131313@redhat.com>
15297
15298 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15299 setlocale, bindtextdomain and textdomain.
15300
15301 2002-06-11 Jim Blandy <jimb@redhat.com>
15302
15303 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15304 preprocessor macro information is present.
15305
15306 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15307 tests.
15308
15309 2002-06-06 Michael Snyder <msnyder@redhat.com>
15310
15311 * gdb.base/overlays.exp: Record addresses of overlay
15312 functions in TCL variables rather than in GDB variables,
15313 to avoid having GDB convert them to pointers (with loss
15314 of information).
15315
15316 * gdb.base/d10v.ld: Merge in several years worth of
15317 default linker script changes.
15318 * gdb.base/long_long.exp: Add check for sizeof (long double).
15319
15320 2002-06-06 Michal Ludvig <mludvig@suse.cz>
15321
15322 * gdb.asm/asm-source.exp: Add x86-64 target.
15323 * gdb.asm/x86_64.inc: New.
15324
15325 2002-05-30 Michael Chastain <mec@shout.net>
15326
15327 From Benjamin Kosnik <bkoz@redhat.com>:
15328 * gdb.c++/m-static.cc: New file.
15329 * gdb.c++/m-static.exp: New file.
15330
15331 2002-05-28 Michael Snyder <msnyder@redhat.com>
15332
15333 * gdb.base/call-ar-st.exp: Allow for reduced floating point
15334 precision.
15335
15336 2002-05-27 Michael Chastain <mec@shout.net>
15337
15338 From Benjamin Kosnik <bkoz@redhat.com>:
15339 * gdb.c++/m-data.cc: New file.
15340 * gdb.c++/m-data.exp: New file.
15341
15342 2002-05-27 Michael Chastain <mec@shout.net>
15343
15344 From Benjamin Kosnik <bkoz@redhat.com>:
15345 * gdb.c++/try_catch.cc: New file.
15346 * gdb.c++/try_catch.exp: New file.
15347
15348 2002-05-27 Michael Chastain <mec@shout.net>
15349
15350 * gdb.c++/local.exp: Accept more nested types in output.
15351
15352 2002-05-26 Michael Chastain <mec@shout.net>
15353
15354 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15355
15356 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
15357
15358 * lib/gdb.exp (gdb_wrapper_init): Just because
15359 gdb_wrapper_file exists, this does not mean that the file
15360 should not be rebuilt. That is what gdb_wrapper_initialized
15361 is for.
15362 (default_gdb_init): Reset gdb_wrapper_initialized.
15363
15364 2002-05-23 Michael Snyder <msnyder@redhat.com>
15365
15366 * gdb.base/all-bin.exp: Revise previous patch by just reducing
15367 the precision of the floating point test results.
15368 * gdb.base/call-rt-st.exp: Ditto.
15369
15370 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
15371 * gdb.base/call-rt-st.exp: Ditto.
15372
15373 2002-05-19 Michael Chastain <mec@shout.net>
15374
15375 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
15376
15377 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
15378
15379 * configure.in (configdirs): Add gdb.arch.
15380 * configure: Regenerate.
15381
15382 2002-05-17 Jim Blandy <jimb@redhat.com>
15383
15384 * gdb.base/completion.exp: Recognize the more detailed error
15385 messages produced by the macro expander's lexical analyzer.
15386
15387 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15388
15389 * gdb.arch/altivec-abi.c: New file.
15390 * gdb.arch/altivec-abi.exp: New file.
15391 * gdb.arch/altivec-regs.c: New file.
15392 * gdb.arch/altivec-regs.exp: New file.
15393
15394 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
15395
15396 * gdb.base/maint.exp (maint print type): Update for new type
15397 structure.
15398
15399 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15400
15401 * gdb.arch: New directory.
15402 * gdb.arch/configure.in: New file.
15403 * gdb.arch/configure: New file.
15404 * gdb.arch/Makefile.in: New file.
15405
15406 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
15407
15408 * gdb.asm/asm-source.exp: Add v850 as supported target.
15409 * gdb.asm/v850.inc: New file.
15410
15411 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
15412
15413 * gdb.c++/annota2.exp (annotate-quit): Add comment.
15414
15415 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
15416
15417 * gdb.base/break.exp: Check 'break "marker2"'.
15418
15419 2002-05-10 Michael Snyder <msnyder@redhat.com>
15420
15421 * gdb.base/long_long.exp: Fix typo.
15422
15423 2002-05-10 Jim Blandy <jimb@redhat.com>
15424
15425 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
15426 a bug.
15427
15428 * gdb.base/printcmds.exp (test_integer_literals_rejected):
15429 Recognize more detailed error message produced by the macro
15430 expander's lexical analyzer.
15431 * lib/gdb.exp (test_print_reject): Same.
15432
15433 2002-05-09 Mark Kettenis <kettenis@gnu.org>
15434
15435 * gdb.c++/method.exp: Fix typo.
15436
15437 2002-05-08 Michael Snyder <msnyder@redhat.com>
15438
15439 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15440 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
15441 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
15442 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15443 Add iftarget clause for strongarm.
15444
15445 2002-05-06 Michael Snyder <msnyder@redhat.com>
15446
15447 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15448 (gdb_continue_to_end): Accept output from status wrapper.
15449 * gdb.base/ending-run.exp: Add case for output from status wrapper.
15450 Clean up fail messages to match pass messages.
15451
15452 Enable the "needs_status_wrapper" testsuite feature.
15453 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15454 (gdb_compile): Conditionally call gdb_wrapper_init.
15455 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15456 * gdb.c++/method.exp: Recognize output from status wrapper.
15457
15458 2002-05-06 Ben Elliston <bje@redhat.com>
15459 From Graydon Hoare <graydon@redhat.com>
15460
15461 * config/sid.exp: Include support for "rawsid" protocol.
15462
15463 2002-05-03 Jim Blandy <jimb@redhat.com>
15464
15465 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15466 * gdb.c++/hang3.C: New file.
15467
15468 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15469
15470 * gdb.base/default.exp: Remove obsolete code.
15471 * gdb.c++/misc.exp: Ditto. Update copyright.
15472 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15473 * gdb.base/whatis.exp: Ditto. Update copyright.
15474 * gdb.base/scope.exp: Ditto. Update copyright.
15475 * gdb.base/ptype.exp: Ditto. Update copyright.
15476 * gdb.base/printcmds.exp: Ditto. Update copyright.
15477 * gdb.base/opaque.exp: Ditto. Update copyright.
15478 * gdb.base/list.exp: Ditto.
15479 * gdb.base/funcargs.exp: Ditto. Update copyright.
15480 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15481 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15482 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15483 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15484 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15485 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15486
15487 2002-05-02 Michael Snyder <msnyder@redhat.com>
15488
15489 * gdb.base/watchpoint.exp: Add xscale target.
15490 * gdb.base/long_long.exp: Add xscale target.
15491 * gdb.base/default.exp: Add xscale target.
15492
15493 2002-05-01 Jim Blandy <jimb@redhat.com>
15494
15495 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15496 gdb.c++/hang.exp: New test.
15497
15498 2002-05-01 Fred Fish <fnf@redhat.com>
15499
15500 * gdb.base/completion.exp: Handle completions of "./Make" for
15501 more than one completion possibility, as is the case when we
15502 build and test in the source tree.
15503
15504 2002-04-29 Anthony Green <green@redhat.com>
15505
15506 * gdb.java/jmisc1.exp: New file.
15507 * gdb.java/jmisc2.exp: New file.
15508
15509 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
15510
15511 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15512
15513 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
15514
15515 * gdb.base/help.exp: Change 'help status' to allow for target
15516 dependent output differences.
15517
15518 2002-04-22 Michael Chastain <mec@shout.net>
15519
15520 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15521
15522 2002-04-22 Michael Chastain <mec@shout.net>
15523
15524 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15525
15526 2002-04-17 David S. Miller <davem@redhat.com>
15527
15528 * gdb.asm/sparc64.inc: New file.
15529 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15530
15531 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
15532
15533 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15534 instruction file directly into the build tree. Clean up at end of
15535 test.
15536
15537 2002-04-18 David S. Miller <davem@redhat.com>
15538
15539 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15540 handle 64-bit platforms correctly.
15541 * gdb.base/maint.exp: Likewise.
15542
15543 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15544
15545 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15546 ``-fpic'' when compiling files comprising a shared library, but
15547 it does need additional linker flags in order to find shared
15548 libraries at run time.
15549
15550 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15551
15552 * gdb.base/cvexpr.c (use): New function.
15553 (main): Invoke use() on all global variables to prevent
15554 some linkers from deleting these otherwise unused symbols.
15555
15556 2002-04-17 Michael Chastain <mec@shout.net>
15557 From David S. Miller <davem@redhat.com>
15558
15559 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15560 handle 64-bit platforms correctly.
15561
15562 2002-04-12 Michael Snyder <msnyder@redhat.com>
15563 From Jim Blandy <jimb@redhat.com>
15564 * gdb.base/foo.c (foox): Remove section attribute; the linker
15565 script can handle this instead.
15566 * gdb.base/bar.c (barx): Same.
15567 * gdb.base/baz.c (bazx): Same.
15568 * gdb.base/grbx.c (grbxx): Same.
15569
15570 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15571 manager doesn't automatically unmap overlays unnecessarily.
15572
15573 2002-04-10 Martin M. Hunt <hunt@redhat.com>
15574
15575 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15576 stepping out of main.
15577
15578 2002-04-09 Michael Chastain <mec@shout.net>
15579
15580 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15581 scope so that the nested scope tests will make sense.
15582 * gdb.c++/local.exp: Write patterns that actually work with gcc
15583 (the HP patterns "were never known to work with gcc").
15584 Keep the old aCC patterns too.
15585
15586 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15587
15588 * gdb.base/attach.exp: Correct target board test.
15589
15590 2002-04-08 Michael Chastain <mec@shout.net>
15591
15592 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15593 in a const method. Add some xfail and fail cases for configurations
15594 that do not emit the "const ...".
15595
15596 2002-04-07 Michael Chastain <mec@shout.net>
15597
15598 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15599 Accept "A * const" and "const A * const" as type of "this".
15600 Fix spelling of getFunky throughout. Make messages uniform.
15601
15602 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15603
15604 Work around for PR gdb/285:
15605 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15606
15607 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15608
15609 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15610 instructions file at run time instead of configure time.
15611 Sometimes we run the test in a directory that is not the one we
15612 configured in.
15613 * gdb.asm/configure.in: Delete creation of symlink.
15614 * gdb.asm/configure: Regenerate.
15615
15616 2002-04-05 J. Brobecker <brobecker@gnat.com>
15617
15618 * gdb.gdb/xfullpath.exp: New test, to exercise the new
15619 xfullpath () function.
15620
15621 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15622
15623 * gdb.asm/Makefile.in: Correct dependencies.
15624
15625 * gdb.asm/powerpc.inc: New file.
15626 * gdb.asm/asm-source.exp: Add PowerPC.
15627 * gdb.asm/configure.in: Likewise.
15628 * gdb.asm/configure: Regenerated.
15629
15630 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15631
15632 * gdb.base/relocate.exp: New file.
15633 * gdb.base/relocate.c: New file.
15634
15635 2002-04-04 Fred Fish <fnf@redhat.com>
15636
15637 * gdb.base/step-test.exp: Update comment regarding stopping in
15638 memcpy/bcopy calls inserted as part of the compiler runtime.
15639
15640 2002-04-04 Michael Snyder <msnyder@redhat.com>
15641
15642 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15643
15644 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
15645
15646 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15647 (gdb_expect): Remove $notransfer hack.
15648
15649 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
15650
15651 * gdb.c++/classes.exp ("calling method for small class"): Match
15652 updated register output.
15653
15654 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15655
15656 Fix PR gdb/452
15657 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15658 when finished. Make gdb_file_cmd send "exec-file" when
15659 appropriate.
15660
15661 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15662
15663 * gdb.base/attach.exp: Remove extra setup_xfail.
15664
15665 2002-03-26 Michael Snyder <msnyder@redhat.com>
15666
15667 * gdb.base/default.exp: Add tests for dump, append, and restore.
15668 * gdb.base/help.exp: Add tests for dump, append, and restore.
15669 * gdb.base/dump.exp: New file, test dump, append and restore.
15670 * gdb.base/dump.c: New file.
15671
15672 2002-03-27 Michael Snyder <msnyder@redhat.com>
15673
15674 * gdb.base/help.exp: Modify expect strings to reflect
15675 clean-ups in help messages.
15676
15677 2002-03-26 Fred Fish <fnf@redhat.com>
15678
15679 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15680 have debugging info for those functions and the compiler uses them
15681 internally to copy structs around.
15682
15683 2002-03-26 Fred Fish <fnf@redhat.com>
15684
15685 * gdb.base/list.exp: Revert the change made yesterday and add note
15686 about why we don't list the default lines for remote targets.
15687
15688 2002-03-25 Michael Snyder <msnyder@redhat.com>
15689
15690 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15691
15692 2002-03-25 Fred Fish <fnf@redhat.com>
15693
15694 * gdb.base/list.exp: This test works on remote targets so remove
15695 the short circuit for remote targets. Update copyright.
15696
15697 2002-03-25 Fred Fish <fnf@redhat.com>
15698
15699 * gdb.base/attach.exp: Fix logic error that was suppressing this
15700 test for all non hppa*-*-hpux* targets, instead of the hp target.
15701 Move comments closer to the suppression point. Also now need to
15702 check that we are running natively.
15703
15704 2002-03-22 Michael Snyder <msnyder@redhat.com>
15705
15706 * gdb.base/default.exp: Add test for gcore. Update copyright.
15707 * gdb.base/help.exp: Add test for gcore. Update copyright.
15708
15709 2002-03-06 Fred Fish <fnf@redhat.com>
15710
15711 * gdb.base/funcargs.c: Remove extraneous ';' character.
15712 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15713
15714 2002-03-04 Michael Chastain <mec@shout.net>
15715
15716 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15717 accommodate gcc v3 function signature.
15718 * gdb.mi/mi0-var-cmd-exp: Ditto.
15719
15720 2002-02-24 Andrew Cagney <ac131313@redhat.com>
15721
15722 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15723 ``GNU/Linux'' or ``Linux kernel''
15724 * testsuite/gdb.threads/pthreads.c: Ditto.
15725
15726 2002-02-24 Michael Chastain <mec@shout.net>
15727
15728 * gdb.threads/pthreads.c (thread1): Add a return statement.
15729 (thread2): Likewise.
15730 (foo): Likewise.
15731
15732 2002-02-23 Michael Chastain <mec@shout.net>
15733
15734 * gdb.threads/linux-dp.c (philosopher): Add a return statement
15735 to placate gcc.
15736
15737 2002-02-23 Michael Chastain <mec@shout.net>
15738
15739 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15740 test "ptype bint". The test passes on all my stabs configurations.
15741
15742 2002-02-21 Jim Blandy <jimb@redhat.com>
15743
15744 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15745 filename at a time, and watch for the ones we want to see.
15746
15747 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15748 types of pointers to prototyped functions.
15749
15750 2002-02-20 Andrew Cagney <ac131313@redhat.com>
15751
15752 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
15753 signed, unsigned and straight char.
15754 (padding_char, padding_short, padding_int, padding_long,
15755 padding_long_long, padding_float, padding_double,
15756 padding_long_double): New global variables.
15757 (fill, fill_structs): New functions.
15758
15759 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
15760 for correctly sized writes. Update copyright.
15761 (get_valueof): New procedure.
15762 (get_sizeof): Call get_valueof.
15763 (check_valueof): New procedure.
15764 (check_padding): New procedure.
15765
15766 2002-02-20 Michael Chastain <mec@shout.net>
15767
15768 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15769 to setup_xfail. Document some of the remaining calls.
15770
15771 2002-02-18 Michael Chastain <mec@shout.net>
15772
15773 * gdb.c++/userdef.exp: Update copyright year.
15774
15775 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
15776
15777 * gdb.c++/userdef.exp: Test overloaded operators properly.
15778 Remove xfails.
15779
15780 2002-02-14 Michael Snyder <msnyder@redhat.com>
15781
15782 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15783
15784 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
15785
15786 * gdb.base/a2-run.exp: Check for a remote target properly.
15787 * gdb.base/annota1.exp: Likewise.
15788 * gdb.base/list.exp: Likewise.
15789 * gdb.base/reread.exp: Likewise.
15790 * gdb.base/scope.exp: Likewise.
15791 * gdb.base/shlib-call.exp: Likewise.
15792 * gdb.base/term.exp: Likewise.
15793 * gdb.c++/annota2.exp: Likewise.
15794
15795 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
15796
15797 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15798
15799 2002-02-10 Michael Chastain <mec@shout.net>
15800
15801 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15802 (call_after_alloca): Ditto.
15803
15804 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
15805
15806 * gdb.base/ending-run.exp: Guard "cont" test with
15807 gdb_skip_stdio_test.
15808
15809 2002-02-06 Jim Blandy <jimb@redhat.com>
15810
15811 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15812 from here...
15813 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15814 To here. Disable this test on non-HP platforms. Add big comment.
15815
15816 2002-02-04 Michael Snyder <msnyder@redhat.com>
15817
15818 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
15819 other than d10v and m32r.
15820
15821 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
15822
15823 * gdb.base/default.exp: Rewrite test patterns to reduce time
15824 taken to match them.
15825
15826 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15827
15828 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15829 Allow a start function above main.
15830 * gdb.threads/linux-dp.exp: Fix copyright date.
15831
15832 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15833
15834 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15835 (check_philosopher_stack): Check for manager thread before checking
15836 for a just-starting thread.
15837
15838 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15839
15840 From Neil Booth <neil@daikokuya.demon.co.uk>:
15841 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15842 warnings.
15843
15844 2002-01-21 Fred Fish <fnf@redhat.com>
15845
15846 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15847 not caller.
15848
15849 2002-01-21 Jim Blandy <jimb@redhat.com>
15850
15851 * gdb.base/reread.exp: Check that GDB properly re-reads the
15852 executable file when it changes while no inferior is running.
15853
15854 2002-01-21 Fred Fish <fnf@redhat.com>
15855
15856 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15857 optionally accept the "shlib events" variation.
15858
15859 2002-01-21 Jim Blandy <jimb@redhat.com>
15860
15861 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15862 call `fflush' after every `printf', so that the output is produced
15863 at predictable points, regardless of whatever buffering does (or
15864 doesn't) take place.
15865 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15866 at different points.
15867
15868 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15869
15870 * gdb.c++/inherit.exp: Update copyright years.
15871 * gdb.c++/method.exp: Likewise.
15872
15873 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15874
15875 * gdb.c++/classes.exp: Update for improved v3 support and skipping
15876 artificial methods/arguments.
15877 * gdb.c++/derivation.exp: Likewise.
15878 * gdb.c++/inherit.exp: Likewise.
15879 * gdb.c++/method.exp: Likewise.
15880 * gdb.c++/virtfunc.exp: Likewise.
15881
15882 2002-01-18 Andrew Cagney <ac131313@redhat.com>
15883
15884 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15885 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15886 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15887 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15888 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15889 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15890
15891 2002-01-17 Jim Blandy <jimb@redhat.com>
15892
15893 * gdb.asm/asm-source.exp (info symbol): Take another shot at
15894 anchoring the pattern matching the entry point symbol's name.
15895
15896 2002-01-17 Andrew Cagney <ac131313@redhat.com>
15897
15898 * gdb.base/maint.exp: Update ``maint internal-error'' to match
15899 continue/quit query. Update copyright.
15900
15901 2002-01-14 Michael Snyder <msnyder@redhat.com>
15902
15903 * gdb.base/gcore.exp: Remove extra debugging output.
15904
15905 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15906
15907 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15908 for slightly dubious v2 mangled string.
15909
15910 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15911
15912 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15913
15914 2002-01-10 Jason Merrill <jason@redhat.com>
15915
15916 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
15917
15918 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15919 constructors.
15920 * gdb.c++/derivation.exp: Likewise.
15921 * gdb.c++/templates.exp: Likewise.
15922 * gdb.c++/virtfunc.exp: Likewise.
15923
15924 2002-01-10 Michael Snyder <msnyder@redhat.com>
15925
15926 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
15927
15928 2002-01-08 Michael Snyder <msnyder@redhat.com>
15929
15930 * gdb.base/gcore.exp: New test for generate-core-file command.
15931 * gdb.base/gcore.c: Testcase for above.
15932 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15933
15934 2002-01-08 Jason Merrill <jason@redhat.com>
15935
15936 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15937
15938 2002-01-07 Fred Fish <fnf@redhat.com>
15939
15940 * gdb.c++/overload.exp: Remove unconditional xfails for:
15941 print foo_instance1.overloadargs(1)
15942 print foo_instance1.overloadargs(1, 2)
15943 print foo_instance1.overloadargs(1, 2, 3)
15944 print foo_instance1.overloadargs(1, 2, 3, 4)
15945 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15946 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15947 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15948 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15949 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15950 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15951 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15952 print foo_instance1.overload1arg()
15953 print foo_instance1.overload1arg((char)arg2)
15954 print foo_instance1.overload1arg((signed char)arg3)
15955 print foo_instance1.overload1arg((unsigned char)arg4)
15956 print foo_instance1.overload1arg((int)arg7)
15957 print foo_instance1.overload1arg((unsigned int)arg8)
15958 print foo_instance1.overload1arg((float)arg11)
15959 print foo_instance1.overload1arg((double)arg12)
15960
15961 2002-01-07 Michael Snyder <msnyder@redhat.com>
15962
15963 * gdb.base/huge.exp: New test. Print a very large target data object.
15964 (skip_huge_test): New test variable. Define if you want to skip this
15965 test. The test reads an 8 megabyte data object from the target, so it
15966 might be very time consuming on remote targets with a slow connection.
15967 * gdb.base/huge.c: New file. Test case for above.
15968
15969 2002-01-07 Fred Fish <fnf@redhat.com>
15970
15971 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15972 g_instance.bfoo, and g_instance.cfoo.
15973
15974 2002-01-07 Jeffrey A Law <law@redhat.com>
15975
15976 * gdb.base/break.c (multi_line_if_conditional): New function.
15977 (multi_ilne_while_conditional): Likewise.
15978 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15979 IF or WHILE condition puts the breakpoint at the start of
15980 the condition.
15981
15982 * gdb.base/selftest.exp (backtrace through signal handler): Remove
15983 hppa*-*-hpux* expected failure.
15984 * gdb.base/structs.exp (do_function_calls): Similarly.
15985
15986 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15987 watchpoints.
15988
15989 2002-01-06 Andrew Cagney <ac131313@redhat.com>
15990
15991 Fix PR gdb/66.
15992 * gdb.base/structs.exp: Replace skip for a29k with skip for
15993 gdb,cannot_call_functions.
15994 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
15995 * gdb.base/callfuncs.exp: Ditto.
15996 * gdb.base/call-rt-st.exp: Ditto.
15997 * gdb.base/call-strs.exp: Ditto.
15998 * gdb.base/callfwmall.exp: Ditto.
15999 * gdb.base/scope.exp: Obsolete xfail a29k.
16000 * gdb.c++/misc.exp: Ditto.
16001 * gdb.c++/cplusfuncs.exp: Ditto.
16002 * gdb.base/ptype.exp: Ditto.
16003 * gdb.base/printcmds.exp: Ditto.
16004 * gdb.base/opaque.exp: Ditto.
16005 * gdb.base/list.exp: Ditto.
16006 * gdb.base/funcargs.exp: Ditto.
16007 * gdb.base/default.exp: Ditto.
16008
16009 2002-01-04 Michael Snyder <msnyder@redhat.com>
16010
16011 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
16012 * gdb.base/maint.exp: Add tests for maint info sections options.
16013
16014 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
16015
16016 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
16017
16018 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
16019
16020 * gdb.asm/arm.inc: New file.
16021 * gdb.asm/asm-source.exp: Add arm targets.
16022 * gdb.asm/configure.in: Ditto.
16023 * gdb.asm/configure: Recreated from configure.in.
16024
16025 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
16026
16027 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
16028 with HP's compiler.
16029 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16030 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16031 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16032 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16033
16034 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
16035 either HP's compilers or GCC.
16036
16037 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
16038 a SIGBUS or SIGSEGV.
16039
16040 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
16041
16042 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
16043 can be compiled with either HP's compiler or GCC.
16044
16045 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
16046 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
16047 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
16048
16049 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
16050 to match current gdb output. Update due to using auto-solib-limit
16051 for limiting instead of overloading auto-solib-add.
16052 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
16053 test program.
16054
16055 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
16056 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
16057 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16058 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16059 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16060 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16061 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
16062 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
16063 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
16064 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
16065 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
16066 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
16067 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
16068
16069 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
16070 a SIGTRAP to the inferior.
16071
16072 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
16073
16074 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
16075 Substitute call to target_link by call to gdb_compile.
16076
16077 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
16078
16079 * gdb.base/break.exp: Fix HP specific search string when testing
16080 backtracing in a called function.
16081
16082 * gdb.base/constvars.exp: Only set lang to C++ if we're
16083 compiling the test with HP's compilers.
16084 * gdb.base/volatile.exp: Similarly.
16085
16086 2001-12-19 Jim Blandy <jimb@redhat.com>
16087
16088 * gdb.base/printcmds.exp: Expect the null character to be printed
16089 as '\0', and the '\013' to be printed as '\v'.
16090 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
16091 * gdb.base/setvar.exp: Same.
16092
16093 2001-12-17 Jim Blandy <jimb@redhat.com>
16094
16095 * gdb.base/completion.exp: Rather than completing very long
16096 filenames, which can make the readline library produce output we
16097 don't recognize, cd to the directory first, and then complete
16098 using nice, short relative paths.
16099
16100 * gdb.base/completion.exp: On some systems, there is, in fact, a
16101 variable named `b' in scope, since GDB treats all static
16102 variables as being in scope. So use `no_var_named_this'
16103 instead of `b'.
16104
16105 * gdb.base/corefile.exp: Recognize the message saying that GDB
16106 can't find the core file's registers as a failure.
16107
16108 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16109
16110 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16111 test expect string more specific.
16112
16113 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
16114
16115 * gdb.asm/asm-source.exp: Add support for xstormy16.
16116 * gdb.asm/configure.in: Ditto.
16117 * gdb.asm/configure: Rebuild.
16118 * gdb.asm/xstormy16.inc: New file.
16119
16120 2001-12-10 Fred Fish <fnf@redhat.com>
16121
16122 * gdb.base/maint.exp: Update to match changes in type dumping code.
16123
16124 2001-12-10 Jim Blandy <jimb@redhat.com>
16125
16126 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
16127 matching the entry point symbol's name at the beginning of the
16128 line.
16129
16130 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16131
16132 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
16133 gdb.c++/inherit.exp, gdb.c++/method.exp,
16134 gdb.c++/namespace.exp, gdb.c++/templates.exp,
16135 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
16136 and class layout support.
16137
16138 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16139
16140 * gdb.c++/classes.exp: Add test for static member function.
16141 * gdb.c++/misc.cc: Add class with static member function.
16142
16143 2001-12-07 Jim Blandy <jimb@redhat.com>
16144
16145 If GDB says it can't find the struct the function returned, report
16146 those tests as `unsupported'.
16147 * gdb.base/call-rt-st.exp (print_struct_call): New function.
16148 Rewrite subsequent tests to use it.
16149
16150 If GDB says it can't find the struct the function returned, report
16151 those tests as `unsupported'.
16152 * gdb.base/structs.exp (call_struct_func): New function.
16153 (do_function_calls): Use call_struct_func to call the functions
16154 returning structs.
16155
16156 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
16157 whether functions are prototyped or not, so we can't possibly pass
16158 arguments to t_float_values2 properly.
16159
16160 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
16161 value of `timeout' for targets other than the mips*tx39-*.
16162
16163 2001-12-06 Michael Snyder <msnyder@redhat.com>
16164
16165 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
16166 and detect whether the start symbol has a leading underscore.
16167
16168 2001-12-04 Jim Blandy <jimb@redhat.com>
16169
16170 * gdb.base/completion.exp: Clarify indentation.
16171
16172 2001-12-03 Jim Blandy <jimb@redhat.com>
16173
16174 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
16175 variables on the S/390, not `.word'.
16176
16177 2001-11-30 Jim Blandy <jimb@redhat.com>
16178
16179 Add assembly-source tests for s390-ibm-linux.
16180 * gdb.asm/s390.inc: New file.
16181 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
16182 the S/390 architecture.
16183 * gdb.asm/configure: Regenerated.
16184
16185 2001-11-30 Michael Snyder <msnyder@redhat.com>
16186
16187 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
16188 next, info source, info sources, info line, global and static
16189 variables, and static functions.
16190 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
16191 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
16192 * gdb.asm/asmsrc1.s: Add a static function and some variables.
16193 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
16194 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
16195 (gdbasm_leave): Restore frame pointer.
16196 (gdbasm_startup): Copy stack set-up from crt0.S.
16197
16198 2001-11-26 Fernando Nasser <fnasser@redhat.com>
16199
16200 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
16201 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
16202 to a local (non-static) variable. Copy tstruct.a to a static buffer
16203 and return a pointer to that buffer.
16204 * gdb.base/callfwmall.c (t_structs_a): Ditto.
16205
16206 2001-11-24 Mark Kettenis <kettenis@gnu.org>
16207
16208 * gdb.asm/configure.in: Fix recognition of ix86 target.
16209 * gdb.asm/configure: Regenerate.
16210
16211 2001-11-21 Michael Snyder <msnyder@redhat.com>
16212
16213 * gdb.asm/sparc.inc: New file.
16214 * gdb.asm/asm-source.exp: Recognize sparc target.
16215 * gdb.asm/configure.in: Recognize sparc target.
16216 * gdb.asm/configure: Regenerate.
16217
16218 2001-11-21 Michael Snyder <msnyder@redhat.com>
16219
16220 * gdb.asm/m32r.inc: New file.
16221 * gdb.asm/asm-source.exp: Recognize m32r target.
16222 * gdb.asm/configure.in: Recognize m32r target.
16223 * gdb.asm/configure: Regenerate.
16224
16225 2001-11-20 Michael Snyder <msnyder@redhat.com>
16226
16227 * gdb.asm/i386.inc: New file.
16228 * gdb.asm/asm-source.exp: Recognize ix86 target.
16229 * gdb.asm/configure.in: Recognize ix86 target.
16230 * gdb.asm/configure: Regenerate.
16231
16232 * gdb.c++/namespace.exp: Fix quotes in output messages.
16233
16234 2001-11-14 Michael Snyder <msnyder@redhat.com>
16235
16236 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
16237 qualifier in a type cast expression, to designate an address
16238 in the instruction space (Harvard architecture).
16239
16240 2001-11-13 Michael Snyder <msnyder@redhat.com>
16241
16242 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16243 Tests for expressions using 'const' and 'volatile'.
16244
16245 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
16246
16247 * gdb.asm/asm-sources.exp: Allow defining linker flags.
16248
16249 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
16250
16251 * lib/mi-support.exp (mi_run_to_helper): Move comments
16252 outside of gdb_expect.
16253
16254 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
16255
16256 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16257 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16258 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16259 mi0_run_to): New functions.
16260 * gdb.mi/mi-simplerun.exp: Use them.
16261 * gdb.mi/mi0-simplerun.exp: Likewise.
16262 * gdb.mi/mi-var-cmd.exp: Likewise.
16263 * gdb.mi/mi0-var-cmd.exp: Likewise.
16264
16265 2001-11-10 Andrew Cagney <ac131313@redhat.com>
16266
16267 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16268 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16269
16270 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16271
16272 * gdb.base/restore.exp: Include $expected value in restored test
16273 message.
16274
16275 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16276
16277 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16278 implemented.
16279
16280 2001-11-08 Michael Snyder <msnyder@redhat.com>
16281
16282 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16283 Add pass/fail message for stop at breakpoint in call dummy function.
16284
16285 2001-11-07 Michael Snyder <msnyder@redhat.com>
16286
16287 * gdb.c++/templates.exp (test_template_breakpoints):
16288 If we get an overload menu, but it does not match what
16289 we expect, we still need to issue the "cancel" command.
16290 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16291 making the whitespace optional. Argument for "new" may be
16292 "unsigned" as well as "unsigned int/long".
16293 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
16294 making the whitespace optional. Also replace "(void) with
16295 "((void|)), making the keyword "void" optional.
16296 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
16297 making the whitespace optional. Also replace "(void) with
16298 "((void|)), making the keyword "void" optional.
16299 * gdb.base/callfuncs.c (t_float_values): This function must
16300 _not_ be prototyped, and the following function (t_float_values2)
16301 must be prototyped (if the compiler supports it), so that GDB
16302 can be tested against both cases. Usually one case involves
16303 promotion of float to double, while the other does not.
16304 * gdb.base/callfwmall.c: Ditto.
16305 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16306 includes a stack frame for "start".
16307
16308 2001-11-05 Jim Blandy <jimb@redhat.com>
16309
16310 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
16311 pointers are 32 bits long, and that offsets of relocs are always
16312 stored in the data (REL-style), and not in the reloc entry itself
16313 (RELA-style).
16314 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16315 stabs.
16316
16317 2001-11-01 Michael Snyder <msnyder@redhat.com>
16318
16319 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16320 and regular expression operators by using quoting.
16321
16322 2001-10-31 Michael Snyder <msnyder@redhat.com>
16323
16324 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16325 depending on what the symbol table contains.
16326 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16327 the output of the ptype command. Similarly, accept both "const &"
16328 and "const&".
16329
16330 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
16331
16332 * gdb.base/miscexprs.c (main): Add usage of preprocessor
16333 symbol `STORAGE' to allow to choose the storage class of
16334 the local datastructures.
16335 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16336 compiler directive.
16337
16338 2001-10-30 Michael Snyder <msnyder@redhat.com>
16339
16340 * gdb.base/jump.exp: Allow it to run for all targets.
16341
16342 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16343
16344 * gdb.base/call-ar-st.c (print_double_array): Match for loop
16345 with new double_array size.
16346 (main): Change storage class of all local variables to static.
16347 Reduce size of double_array to 9.
16348 * gdb.base/call-ar-st.exp: Increase timeout value.
16349 Change expected output for double array to match new size in
16350 call-ar-st.c.
16351
16352 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16353
16354 * gdb.base/ending-run.exp: Create identical output when passing
16355 `step to end of run' case. Add regular expression branch satisfying
16356 Stormy16 target.
16357
16358 2001-10-28 Mark Kettenis <kettenis@gnu.org>
16359
16360 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
16361 that we catch the expected failure under Linux/x86.
16362
16363 2001-10-29 Orjan Friberg <orjanf@axis.com>
16364
16365 * gdb.base/setvar.exp: Escape curly braces.
16366 * gdb.stabs/weird.exp: Ditto.
16367
16368 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
16369
16370 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
16371 * gdm.mi/mi0-hack-cli.exp: Likewise.
16372
16373 2001-10-25 Andrew Cagney <ac131313@redhat.com>
16374
16375 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
16376 messages.
16377
16378 2001-10-21 Andrew Cagney <ac131313@redhat.com>
16379
16380 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
16381 checking MI enabled.
16382
16383 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
16384
16385 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
16386
16387 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
16388
16389 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
16390 if gdb child process crashes, just signal an error.
16391
16392 2001-10-02 Jim Blandy <jimb@redhat.com>
16393
16394 * lib/gdb.exp (test_xfail_format): Simplify.
16395
16396 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
16397 front of the variable name `format'. Simplify `if'.
16398
16399 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16400
16401 * gdb.threads/pthreads.exp: Wait for output and delay
16402 before sending ^C.
16403
16404 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16405
16406 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
16407 some incorrect output instead of timing out.
16408 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
16409
16410 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
16411
16412 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
16413 check to allow additional `int'.
16414
16415 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
16416
16417 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
16418 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
16419
16420 2001-09-27 Michael Snyder <msnyder@redhat.com>
16421
16422 * lib/gdb.exp (test_debug_format): New proc.
16423 (setup_xfail_format): Use new proc test_debug_format.
16424 * gdb.base/constvars.exp (local_compiler_xfail_check): New
16425 proc; use new service proc test_debug_format.
16426 Replace all other "gcc_compiled" tests with this test.
16427 * gdb.base/volatile.exp (local_compiler_xfail_check): New
16428 proc; use new service proc test_debug_format.
16429 Replace all other "gcc_compiled" tests with this test.
16430
16431 2001-09-27 Michael Snyder <msnyder@redhat.com>
16432
16433 * gdb.base/cvexpr.exp: New file.
16434 * gdb.base/cvexpr.c: New file
16435 Test for expressions using const and volatile keywords.
16436
16437 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
16438
16439 * gdb.base/constvars.exp: Check for different orders of keywords
16440 and additional "int" strings in output.
16441
16442 2001-09-22 Andrew Cagney <ac131313@redhat.com>
16443
16444 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16445 responses from "help maint".
16446
16447 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
16448
16449 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16450 to localhost:NNN instead of :NNN, in case Xvfb is listening
16451 only on TCP.
16452
16453 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
16454
16455 * gdb.base/recurse.exp: When checking leaving the watchpoint
16456 scope, recognize when gdb is in function's epilogue and pass.
16457
16458 2001-09-18 Keith Seitz <keiths@redhat.com>
16459
16460 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16461 support for running tests against sid targets.
16462 (gdbtk_done): Ditto.
16463
16464 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
16465
16466 * gdb.base/ending-run.c (main): Set stdout buffersize
16467 to the same reasonable value for any target.
16468 * gdb.base/ending-run.exp: Add a regular expression
16469 to make testsuite happy on Sanyo Stormy16 target.
16470
16471 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
16472
16473 * gdb.base/display.c (do_loops): Add float variable `f'.
16474 Increment f in loop.
16475 * gdb.base/display.exp: Increment timeout by 60 seconds.
16476 Change float display test to use variable `f'.
16477
16478 2001-09-17 Jim Blandy <jimb@redhat.com>
16479
16480 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16481 overflowing the limited breakpoint tables on some ROM monitors
16482 (like the ROM68K).
16483
16484 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
16485
16486 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16487 the "-ac" (disable access control) flag.
16488
16489 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
16490
16491 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16492 ints.
16493
16494 2001-08-30 Keith Seitz <keiths@redhat.com>
16495
16496 * lib/gdb.exp: Move all insight-related functionality into
16497 separate file.
16498 * lib/insight-support.exp: New file.
16499
16500 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
16501
16502 * config/sid.exp (sid_start): Never set sid verbosity; disable
16503 expect_background {} that consumed its stdout; tolerate </dev/null.
16504 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16505
16506 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16507
16508 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16509 CLI jump command to start it.
16510 (mi_run_to_main): Fail immediatly when unexpected output.
16511
16512 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16513
16514 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16515 beginning of function. Fix PR gdb/191.
16516
16517 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
16518
16519 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16520 what to force sid endianness to.
16521
16522 2001-08-15 Keith Seitz <keiths@redhat.com>
16523
16524 * lib/gdb.exp (gdbtk_start): Don't set environment
16525 variables for TCL_LIBRARY and friends. Insight will
16526 now figure these out for itself.
16527
16528 2001-08-02 Michael Snyder <msnyder@redhat.com>
16529
16530 * gdb.base/completion.exp: Remove the symbol "a64l" from
16531 the expect string; this is target-specific, and not related
16532 to what is being tested.
16533
16534 2001-08-02 Dave Brolley <brolley@redhat.com>
16535
16536 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16537
16538 2001-07-25 Michael Snyder <msnyder@redhat.com>
16539
16540 * gdb.base/consecutive.exp: New file. Test stepping over
16541 breakpoints on consecutive instructions.
16542 * gdb.base/consecutive.c: New file.
16543
16544 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16545 curly braces in regular expressions.
16546
16547 2001-07-25 Michael Snyder <msnyder@redhat.com>
16548
16549 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16550 legitimate output from stepping out of main.
16551
16552 2001-07-22 Keith Seitz <keiths@redhat.com>
16553
16554 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16555 the empty string, do not run the tests.
16556
16557 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16558
16559 * gdb.base/long_long.exp: Detect size of pointer. Take into
16560 account 2-byte pointers when testing for p/a results.
16561
16562 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16563
16564 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16565 and defined to 1K for m68hc11.
16566 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16567 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16568 (sizeof_random_data): New variable to tell the size of the data table;
16569 don't test past this size; always run to main.
16570
16571 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16572
16573 * gdb.base/return2.exp: return of long long and double fails for
16574 68HC11; don't execute these tests on that platform.
16575 * gdb.base/return.exp: Return of a double fails for 68hc11.
16576
16577 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16578
16579 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16580 tests that print a float.
16581 * call-rt-st.exp: Likewise.
16582
16583 2001-07-12 Mark Kettenis <kettenis@gnu.org>
16584
16585 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16586 running this test on Linux.
16587
16588 2001-06-24 Michael Chastain <chastain@redhat.com>
16589
16590 * gdb.base/arithmet.exp: Remove some tests to make all test names
16591 unique.
16592
16593 2001-07-03 Michael Snyder <msnyder@redhat.com>
16594
16595 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16596 the output of the ptype command.
16597
16598 2001-07-02 Michael Snyder <msnyder@redhat.com>
16599
16600 * gdb.base/completion.exp: Don't assume that break.c is the only
16601 source file that may contain functions named "marker".
16602 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16603
16604 2001-06-28 Andrew Cagney <ac131313@redhat.com>
16605
16606 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16607 of files to delete.
16608
16609 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16610 * gdb.disasm/h8300s.exp: New file.
16611 gdb.disasm/h8300s.s: Likewise.
16612
16613 2001-06-27 Andrew Cagney <ac131313@redhat.com>
16614
16615 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16616 empty breakpoint tables.
16617
16618 2001-06-25 Andrew Cagney <ac131313@redhat.com>
16619
16620 * lib/mi-support.exp: Update args=... part of stop-reason
16621 patterns. Accept either a list or a tuple.
16622
16623 2001-06-23 Andrew Cagney <ac131313@redhat.com>
16624
16625 * lib/mi-support.exp: Remove local emacs variable defining
16626 change-log-default-name.
16627
16628 2001-06-22 Michael Chastain <chastain@redhat.com>
16629
16630 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16631 This is operationally compatible with the previous version.
16632
16633 2001-06-13 Jim Blandy <jimb@redhat.com>
16634
16635 * lib/gdb.exp (gdb_test): Doc fix.
16636
16637 2001-06-10 Michael Chastain <chastain@redhat.com>
16638
16639 * gdb.base/exprs.exp: Remove a duplicate test.
16640
16641 2001-06-06 Jim Blandy <jimb@redhat.com>
16642
16643 * gdb.base/return2.exp (main): Use values to test float and double
16644 returns that are not NaN's, to avoid being confused by IEEE
16645 comparison rules.
16646
16647 2001-06-04 Michael Snyder <msnyder@redhat.com>
16648
16649 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
16650 non-zero if control_c fails. Terminate the test on failure,
16651 rather than wait for 12 more tests to time out.
16652
16653 2001-06-06 Jim Blandy <jimb@redhat.com>
16654
16655 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
16656 Don't forget to match the GDB prompt.
16657
16658 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16659
16660 2001-06-04 Jim Blandy <jimb@redhat.com>
16661
16662 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16663 command.
16664
16665 2001-05-31 Kevin Buettner <kevinb@redhat.com>
16666
16667 * gdb.base/annota1.exp (info break): Match four or more spaces
16668 after "Address".
16669
16670 2001-05-31 Michael Chastain <chastain@redhat.com>
16671
16672 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16673 (dm_type_int_star): Likewise.
16674 (dm_type_long_star): Likewise.
16675 (dm_type_void_star): Likewise.
16676
16677 2001-05-29 Kevin Buettner <kevinb@redhat.com>
16678
16679 * gdb.base/completion.exp (INPUTRC): Set this environment variable
16680 to a known value in order to get consistent results regardless
16681 of the setting of INPUTRC or the presence or contents of .inputrc.
16682
16683 2001-05-24 Michael Snyder <msnyder@redhat.com>
16684
16685 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16686 Don't require that the main thread and the manager thread are the
16687 first in the list.
16688
16689 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16690 debugging. If test fails, issue an "unsupported" not a "fail".
16691
16692 2001-05-24 Jim Blandy <jimb@redhat.com>
16693
16694 Don't assume that short is shorter than int.
16695 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16696 assume that shorts are smaller than ints. On a 16-bit machine,
16697 this isn't true.
16698 ("print unsigned char == (~0)"): Add test that verifies that ~0,
16699 an int, is not equal to ~0 stored in an unsigned char. This tests
16700 the same thing that the previous test meant to, but works on
16701 16-bit machines, too.
16702 ("print unsigned char != (~0)"): Same test, complemented.
16703
16704 2001-05-24 Michael Snyder <msnyder@redhat.com>
16705
16706 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
16707 test for (full_coverage == 0). This makes the test run faster,
16708 and prevents dejagnu getting out of step.
16709
16710 2001-05-23 Kevin Buettner <kevinb@redhat.com>
16711
16712 * gdb.base/finish.exp (finish_void): Revise pattern for
16713 stopping on the call statement to not permit stopping at
16714 the start of the instructions comprising the call sequence.
16715
16716 2001-05-19 Michael Chastain <chastain@redhat.com>
16717
16718 * gdb.base/callfuncs.exp: Make all test names unique.
16719 * gdb.base/commands.exp: Make all test names unique.
16720 * gdb.base/condbreak.exp: Make all test names unique.
16721 * gdb.base/dbx.exp: Make all test names unique.
16722 * gdb.base/default.exp: Make all test names unique.
16723 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
16724 and TIMEOUT messages to their corresponding PASS message.
16725 * gdb.base/ending-run.exp: Make all test names unique.
16726 * gdb.base/long_long.exp: Remove duplicate test.
16727
16728 2001-05-21 Kevin Buettner <kevinb@redhat.com>
16729
16730 * gdb.base/finish.exp (finish_void): Allow "finish" command to
16731 stop on the call statement as well as the statement after the
16732 call.
16733
16734 2001-05-21 Michael Snyder <msnyder@redhat.com>
16735
16736 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16737
16738 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16739
16740 * gdb.base/completion.exp: Revamp test. Make it execute on all
16741 platforms.
16742
16743 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16744
16745 * config/gdbserver.exp (gdb_load): Handle the case
16746 in which the arguments to gdbserver are given in the
16747 baseboard configuration file.
16748 Also handle the case in which the server needs to do a
16749 load.
16750
16751 2001-05-07 Keith Seitz <keiths@cygnus.com>
16752
16753 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16754 set up the display for testing.
16755 (gdbtk_start): Convert all paths to paths that tcl will like.
16756 Export target information to environment.
16757 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16758 necessary.
16759 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16760 (to_tcl_path): New proc to convert a given pathname into
16761 a path acceptible as an argument to a tcl command.
16762 (_gdbtk_export_target_info): New proc to export target info
16763 into the environment for gdbtk testing.
16764 (gdbtk_done): New proc to signal end-of-test.
16765
16766 2001-05-06 Jim Blandy <jimb@redhat.com>
16767
16768 * restore.c: Make the code of caller0 correspond to its comment.
16769
16770 2001-05-03 Michael Snyder <msnyder@redhat.com>
16771
16772 * config/sid.exp (gdb_target_sid): Check for error messages.
16773 On error or timeout, don't make expect exit (which will terminate
16774 all subsequent tests); instead just make gdb exit.
16775 (gdb_load): Check for error messages. On error or timeout,
16776 return a negative value.
16777
16778 2001-04-24 Jim Blandy <jimb@redhat.com>
16779
16780 * gdb.c++/templates.exp: If we see the prompt for the overload
16781 list, but we haven't recognized any of the longer patterns,
16782 arrange for this test to fail, not hang.
16783
16784 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16785 variations.
16786
16787 2001-04-22 Michael Chastain <chastain@redhat.com>
16788
16789 * gdb.c++/local.exp: Use the 'runto' library function.
16790 * gdb.c++/namespace.exp: Likewise.
16791 * gdb.c++/overload.exp: Likewise.
16792
16793 2001-03-26 Kevin Buettner <kevinb@redhat.com>
16794
16795 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16796 * gdb.base/step-line.exp: New file. Test step/next in presence of
16797 #line directives.
16798 * gdb.base/step-line.c: New file. Test program for the above.
16799 * gdb.base/step-line.inp: New file. We pretend that this file has
16800 been transformed by some other tool into step-line.c.
16801
16802 2001-03-21 Jim Blandy <jimb@redhat.com>
16803
16804 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16805 unmangled operator names.
16806
16807 2001-03-20 Jim Blandy <jimb@redhat.com>
16808
16809 * gdb.threads/linux-dp.exp: Recognize an additional message
16810 generated by GDB when it doesn't understand how to debug threads
16811 on the target system.
16812
16813 2001-03-19 Andrew Cagney <ac131313@redhat.com>
16814
16815 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16816
16817 2001-03-12 Michael Chastain <chastain@redhat.com>
16818
16819 * gdb.c++/derivation.exp: Use the 'runto' library function.
16820
16821 2001-03-12 Michael Chastain <chastain@redhat.com>
16822
16823 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16824
16825 2001-02-24 Michael Chastain <chastain@redhat.com>
16826
16827 * gdb.c++/ref-types.exp: Change handwritten code to library
16828 function 'runto'.
16829
16830 2001-03-16 Orjan Friberg <orjanf@axis.com>
16831
16832 * gdb.base/signals.exp: Set count to 0 explicitly.
16833
16834 2001-03-15 Mark Salter <msalter@redhat.com>
16835
16836 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16837 (gdb_target_monitor): Add check of gdb_target_cmd return value.
16838 (gdb_load): Add support for additional target_info: gdb_download_size
16839 and gdb_load_timeout.
16840
16841 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
16842
16843 * gdb.base/annota1.exp: Move test of isnative to earlier in the
16844 file -- to prevent failing when the compile fails but we have no
16845 intention of running the tests anyway.
16846
16847 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16848 tests if set.
16849
16850 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
16851 integers.
16852
16853 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16854 * gdb.c++/namespace.exp: Ditto.
16855
16856 2001-03-07 Orjan Friberg <orjanf@axis.com>
16857
16858 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16859 * gdb.base/pointers.exp: Relax pattern match of decimals.
16860
16861 2001-03-06 Kevin Buettner <kevinb@redhat.com>
16862
16863 * Makefile.in, config/abug.exp, config/cfdbug.exp,
16864 config/cpu32bug.exp, config/dve.exp, config/est.exp,
16865 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16866 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16867 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16868 config/sh.exp, config/sid.exp, config/slite.exp,
16869 config/sparclet.exp, config/udi.exp, config/unknown.exp,
16870 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16871 config/vxworks.exp, config/vxworks29k.exp,
16872 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16873 gdb.base/all-bin.exp, gdb.base/annota1.exp,
16874 gdb.base/arithmet.exp, gdb.base/assign.exp,
16875 gdb.base/async.exp, gdb.base/attach.exp,
16876 gdb.base/bitfields.exp, gdb.base/bitops.exp,
16877 gdb.base/break.exp, gdb.base/call-ar-st.exp,
16878 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16879 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16880 gdb.base/commands.exp, gdb.base/completion.exp,
16881 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16882 gdb.base/constvars.exp, gdb.base/corefile.exp,
16883 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16884 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16885 gdb.base/ending-run.exp, gdb.base/environ.exp,
16886 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16887 gdb.base/finish.exp, gdb.base/foll-exec.exp,
16888 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16889 gdb.base/funcargs.exp, gdb.base/help.exp,
16890 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16891 gdb.base/logical.exp, gdb.base/long_long.exp,
16892 gdb.base/maint.exp, gdb.base/mips_pro.exp,
16893 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16894 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16895 gdb.base/pointers.exp, gdb.base/printcmds.exp,
16896 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16897 gdb.base/regs.exp, gdb.base/relational.exp,
16898 gdb.base/remote.exp, gdb.base/reread.exp,
16899 gdb.base/restore.exp, gdb.base/return2.exp,
16900 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16901 gdb.base/selftest.exp, gdb.base/setshow.exp,
16902 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16903 gdb.base/sigall.exp, gdb.base/signals.exp,
16904 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16905 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16906 gdb.base/step-test.exp, gdb.base/structs.c,
16907 gdb.base/structs.exp, gdb.base/structs2.exp,
16908 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16909 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16910 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16911 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16912 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16913 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16914 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16915 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16916 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16917 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16918 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16919 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16920 gdb.fortran/types.exp, gdb.java/jmisc.exp,
16921 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16922 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16923 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16924 gdb.trace/circ.exp, gdb.trace/collection.exp,
16925 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16926 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16927 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16928 gdb.trace/report.exp, gdb.trace/save-trace.exp,
16929 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16930 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16931 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16932 notices.
16933
16934 2001-02-27 Michael Snyder <msnyder@cygnus.com>
16935
16936 * gdb.base/varargs.c (find_max_double): Fix printf format string:
16937 first arg is int not float.
16938
16939 2001-02-22 Michael Snyder <msnyder@cygnus.com>
16940
16941 * gdb.base/reread.exp: Unsupported for non-native targets;
16942 doesn't work for remote debugging.
16943
16944 2001-02-19 Fernando Nasser <fnasser@redhat.com>
16945
16946 From Drew Moseley <dmoseley@redhat.com>
16947 * gdb.base/ending-run.exp: Properly handle the BSP state when
16948 stepping past the end of main.
16949
16950 2001-02-19 John Moore <jmoore@redhat.com>
16951
16952 * gdb.base/commands.exp (infrun_breakpoint_command_test):
16953 Converted HPUX fix for non-expected items following multiple
16954 step commands into general solution for all platforms.
16955
16956 2001-02-18 Michael Chastain <chastain@redhat.com>
16957
16958 * gdb.c++/classes.exp (do_tests): Change runto statements
16959 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16960 statements demangler agnostic.
16961 * gdb.c++/virtfunc.exp (do_tests): Likewise.
16962 (gdb_virtfunc_restart): Likewise.
16963
16964 2001-02-14 Michael Chastain <chastain@redhat.com>
16965
16966 * gdb.c++/inherit.exp (do_tests): Change runto statements
16967 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16968 statements demangler agnostic.
16969
16970 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
16971
16972 * gdb.threads/pthreads.exp: Unify pass/fail messages for
16973 ``continue to bkpt at common_routine in thread 2'' and ``stopped
16974 before calling common_routine 15 times'' tests.
16975
16976 2001-02-11 Michael Chastain <chastain@redhat.com>
16977
16978 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16979 Helps the test script figure out which demangler is in use.
16980 (dm_type_foo_ref): Ditto.
16981 (dm_type_int_star): Ditto.
16982 (dm_type_long_star): Ditto.
16983 (dm_type_unsigned_int): Ditto.
16984 (dm_type_void): Ditto.
16985 (dm_type_void_star): Ditto.
16986 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
16987 Probe the gdb demangler and set variables to accommodate
16988 formatting differences.
16989 (info_func_regexp): New function. Same as info_func, but
16990 matches against a regexp.
16991 (info_func): Match against a literal string.
16992 (print_addr_2): New function. Match against a literal string,
16993 which can be different from the input to gdb.
16994 (print_addr): Simply call print_addr_2 with the same argument twice.
16995 (test_lookup_operator_functions): Use demangler formatting variables.
16996 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
16997 the tests in the same order as the C++ class declaration.
16998 (test_paddr_operator_functions): Ditto.
16999 (test_paddr_overloaded_functions): Ditto.
17000 (test_paddr_hairy_functions): Use demangler formatting variables.
17001 Add reference to gdb/19 for related tests.
17002 (do_tests): Call probe_demangler.
17003
17004 2001-01-30 Kevin Buettner <kevinb@redhat.com>
17005
17006 * gdb.c++/templates.cc (printf): Remove unused function definition.
17007
17008 2001-01-26 Felix Lee <flee@redhat.com>
17009
17010 * sid.exp (sid_exit): Pass host, not target, to remote_close.
17011
17012 2001-01-25 matthew green <mrg@redhat.com>
17013
17014 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
17015 up sid.
17016 (sid_exit): Call `remote_pop_conn' after GDB is gone.
17017
17018 2001-01-25 matthew green <mrg@redhat.com>
17019
17020 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
17021 Deprecate $sid_spawn_id.
17022 (sid_exit): Remove code necessary only for `spawn.'
17023
17024 2001-01-25 matthew green <mrg@redhat.com>
17025
17026 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
17027
17028 2001-01-28 Michael Chastain <chastain@redhat.com>
17029
17030 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
17031 to call when tests fail. It takes gdb out of the overloaded
17032 function choice menu back to the main prompt, so that the test
17033 program stays synchronized.
17034 (set_bp_overloaded): New proc to collect all the common
17035 code for setting a breakpoint on an overloaded name. Calls
17036 take_gdb_out_of_choice_menu when needed.
17037 (menu_overload1arg): New variable to collect the repeated
17038 instances of the expected menu for an overloaded name. Change
17039 the regular expression to handle changes in g++ type encoding:
17040 "void" can be either "void" or "", and "unsigned int" can be
17041 either "unsigned int" or "unsigned".
17042 (continue_to_bp_overloaded): Change regular expressions to handle
17043 changes in g++ type encoding.
17044 (no proc): Call take_gdb_out_of_choice_menu when needed.
17045 Remove redundant calls to "info break". Accept either "canceled"
17046 or "cancelled". Change regular expressions in "info break"
17047 calls to handle changes in g++ type encoding. Give all tests
17048 unique strings.
17049
17050 2001-01-17 Ben Elliston <bje@redhat.com>
17051
17052 * config/sid.exp: New file.
17053
17054 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
17055
17056 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
17057
17058 2000-12-21 Michael Snyder <msnyder@cygnus.com>
17059
17060 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
17061 Add a RE to accept a non-ascii char if one is ever presented.
17062
17063 2000-12-20 Fernando Nasser <fnasser@redhat.com>
17064
17065 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
17066
17067 2000-12-18 Michael Snyder <msnyder@cygnus.com>
17068
17069 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
17070 in regexp. One '\' does not suffice on Linux.
17071
17072 2000-12-09 Michael Chastain <chastain@redhat.com>
17073
17074 * gdb.base/break.exp (test_clear_command): Use a marker function
17075 rather than 'main' for the test function. Also move this
17076 test to an execution point where the marker function names are
17077 guaranteed to be bound to functions. (Executing tests after a
17078 'finish' from main runs into name conflicts with local names
17079 in __libc_start_main).
17080
17081 2000-12-07 Michael Snyder <msnyder@cygnus.com>
17082
17083 * gdb.base/finish.exp: New test for gdb's "finish" command.
17084 * gdb.base/return2.exp: New test for gdb's "return" command.
17085 * gdb.base/return2.c: New source file for above.
17086
17087 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17088
17089 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
17090 * gdb.base/miscexprs.exp: Ditto.
17091 * gdb.base/pointers.exp: Ditto.
17092 * gdb.c++/derivation.exp: Ditto.
17093 * gdb.c++/local.exp: Ditto.
17094 * gdb.c++/namespace.exp: Ditto.
17095 * gdb.c++/overload.exp: Ditto.
17096 * gdb.c++/ref-types.exp: Ditto.
17097
17098 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17099
17100 * gdb.base/constvars.exp: Test result of "up" command.
17101 * gdb.base/miscexprs.exp: Ditto.
17102 * gdb.base/pointers.exp: Ditto.
17103 * gdb.base/scope.exp: Ditto.
17104 * gdb.c++/derivation.exp: Ditto.
17105 * gdb.c++/local.exp: Ditto.
17106 * gdb.c++/namespace.exp: Ditto.
17107 * gdb.c++/overload.exp: Ditto.
17108 * gdb.c++/ref-types.exp: Ditto.
17109
17110 2000-11-22 Michael Chastain <chastain@redhat.com>
17111
17112 * mips_pro.exp: Accept either "middle -> top -> main" or
17113 "middle -> main" in the backtrace, because gcc can optimize
17114 tail calls to jumps. Remove setup_xfail for the hppa case.
17115 Add a comment with the original warning messages from PR 3016,
17116 which was filed in 1993, to preserve them for posterity.
17117
17118 2000-11-17 Nick Duffek <nsd@redhat.com>
17119
17120 * lib/gdb.exp (gdb_test): Override timeout with board info.
17121
17122 2000-11-17 Nick Duffek <nsd@redhat.com>
17123
17124 * gdb.base/display.exp: Don't kill running stub. Add "again" to
17125 the second kill and detach messages.
17126
17127 2000-11-17 Nick Duffek <nsd@redhat.com>
17128
17129 * configure.in: Add AC_EXEEXT.
17130 * configure: Regenerate.
17131 * Makefile.in (just-check): Export EXEEXT.
17132 * lib/gdb.exp ($EXEEXT): Import from environment.
17133 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
17134 expect "maint dump-me" on Cygwin.
17135 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
17136 $EXEEXT.
17137
17138 2000-11-17 Nick Duffek <nsd@redhat.com>
17139
17140 * gdb.base/break.exp: Test backtrace and finish from called
17141 function on all platforms, not just HP-UX.
17142
17143 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17144
17145 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
17146 code from gdb_target_monitor, so it can be used independantly
17147 for gdbserver. Also comment out an unnecessary PUTS.
17148
17149 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17150
17151 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
17152 * gdb.base/corefile.exp: Expect the message "Program is being
17153 debugged already" when we send the "corefile" command, since
17154 the preceeding gdb_load may have connected gdb to a remote target.
17155 * gdb.base/display.exp: Disable hardware watchpoints if new
17156 board info variable "no_hardware_watchpoints" is true.
17157 Replace single-letter commands with more readable ones.
17158 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
17159 if new board info variable "no_hardware_watchpoints" is true.
17160 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
17161 to see if stdio (printf) testing is possible.
17162 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
17163 board info variable "no_hardware_watchpoints" is true. Use new
17164 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
17165
17166 2000-11-13 Fernando Nasser <fnasser@redhat.com>
17167
17168 From Orjan Friberg <orjanf@axis.com>:
17169 * gdb.base/printcmds.exp: Escape curly braces followed by a number
17170 in array print pattern match.
17171
17172 2000-11-09 Fernando Nasser <fnasser@redhat.com>
17173
17174 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
17175 spelling "cancelled" to U.S. spelling "canceled" to match changes
17176 made to gdb.
17177 * gdb.c++/ovldbreak.exp: Ditto.
17178
17179 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17180
17181 * gdb.base/callfuncs.c (main): Moved to end of file, call
17182 t_double_values to initialize the FPU before inferior calls are made.
17183 * gdb.base/callfuncs.exp: Test for register preservation after calling
17184 inferior functions. Add tests for continuining, finishing and
17185 returning from a stop in a call dummy.
17186
17187 2000-10-24 Michael Snyder <msnyder@cygnus.com>
17188
17189 * gdb.base/commands.exp: Break up long lines, and re-indent.
17190
17191 2000-10-19 Michael Snyder <msnyder@cygnus.com>
17192
17193 * config/gdbserver.exp: Rewritten from the ground up, to make it
17194 compatible with the current dejagnu tree, and to make it work with
17195 the new "gdbserver" in libremote.
17196
17197 2000-10-16 Michael Snyder <msnyder@cygnus.com>
17198
17199 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
17200 * gdb.base/varargs.exp: Skip entire test if no printf support.
17201 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
17202 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
17203
17204 2000-10-13 Michael Snyder <msnyder@cygnus.com>
17205
17206 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
17207 no floating point support.
17208 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
17209 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17210 * gdb.base/call-rt-st.exp: Ditto.
17211 * gdb.base/call-strs.exp: Ditto.
17212
17213 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
17214
17215 * gdb.base/sizeof.c: include <stdio.h>.
17216
17217 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
17218 'finish', otherwise uncaptured gdb_prompt would potentially
17219 throw remaining test points out of sync.
17220
17221 2000-07-26 Scott Bambrough <scottb@netwinder.org>
17222
17223 * gdb.base/recurse.exp: Run tests for all targets.
17224 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17225 gnu-oldld case on ARM.
17226 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17227 for ARM targets.
17228
17229 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
17230
17231 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17232 * gdb.java/configure: Rebuild.
17233
17234 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
17235
17236 * gdb.java/jv-exp.exp: New file.
17237
17238 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
17239
17240 * configure: Rebuilt.
17241 * configure.in (configdirs): Add gdb.java.
17242 * gdb.java/jmisc.java: New file.
17243 * gdb.java/jmisc.exp: New file.
17244 * gdb.java/Makefile.in: New file.
17245 * gdb.java/configure: Rebuilt.
17246 * gdb.java/configure.in: New file.
17247 * lib/java.exp: New file.
17248
17249 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
17250
17251 * gdb.base/exprs.exp: Test casts to a pointer including over and
17252 underflow.
17253
17254 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
17255
17256 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
17257 and the compilers sizes.
17258
17259 2000-07-09 Nick Duffek <nsd@redhat.com>
17260
17261 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17262 (use_methods): New function.
17263 (main): Call use_methods().
17264 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17265 (do_tests): Call test_method_param_class.
17266
17267 2000-07-09 Nick Duffek <nsd@redhat.com>
17268
17269 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17270 spelling.
17271 (test_enums): New procedure. Move enum tests from end of script
17272 to here. Set breakpoint on function name instead of line number.
17273 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17274 (enums2): New marker function.
17275 (enums1): New function.
17276 (main): Call enums1(). Move enum tests to enums1().
17277
17278 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
17279
17280 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
17281 compile/link program. Update line numbers.
17282 * gdb.asm/d10v.inc: Define ``startup''.
17283 * gdb.asm/asmsrc1.s: Add definition of _start.
17284
17285 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
17286
17287 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17288
17289 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17290
17291 * gdb.base/maint.exp: Add 'maint print architecture' item to output
17292 of 'help maint print' command.
17293
17294 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
17295
17296 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
17297 they use gdb_expect_list.
17298
17299 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
17300
17301 * gdb.base/commands.exp: Use ``set remote
17302 memory-read-packet-size'' instead of ``set endian big'' to test
17303 long commands.
17304
17305 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
17306
17307 * gdb.c++/templates.exp (do_tests): Make all of these work under
17308 g++, and stop skipping them.
17309
17310 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17311 work under g++.
17312
17313 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
17314 initialization.
17315
17316 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17317
17318 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17319 the regular expression: accept an (almost) arbitrary sequence of
17320 "frames-invalid" and "breakpoints-invalid" messages both before
17321 and after the "starting" message.
17322
17323 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17324
17325 * gdb.c++/local.exp: This test has never been known to work with g++.
17326
17327 2000-05-18 Michael Snyder <msnyder@cygnus.com>
17328
17329 * gdb.base/annota1.exp (annotate-signal-handler-caller):
17330 Relax the regular expression a little, make it pass on Solaris 8.
17331
17332 2000-05-12 Kevin Buettner <kevinb@redhat.com>
17333
17334 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
17335 a call, do not require that gdb stop on the line after the call.
17336 Instead, it is permissible for gdb to stop on the line of the
17337 call itself.
17338
17339 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
17340
17341 * gdb.base/break.exp (bp on small function, optimized file):
17342 Add a second pass pattern. The behavior differs here between stabs
17343 and dwarf for one-line functions. Stabs preserves two line symbols
17344 (one before the prologue and one after) with the same line number,
17345 but dwarf regards these as duplicates and discards one of them.
17346 Therefore the address after the prologue (where the breakpoint is)
17347 has no exactly matching line symbol, and GDB reports the breakpoint
17348 as if it were in the middle of a line rather than at the beginning.
17349
17350 2000-05-08 Michael Snyder <msnyder@cygnus.com>
17351
17352 * gdb.base/interrupt.exp: Make "pass" message say "send"
17353 rather than "send_gdb" (for consistancy).
17354
17355 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
17356
17357 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
17358 * gdb.c++/templates.cc: Properly check for GCC version number.
17359 * lib/compiler.cc: Likewise
17360
17361 2000-04-28 Michael Snyder <msnyder@cygnus.com>
17362
17363 * gdb.base/break.exp: When compiled with -O2 optimization,
17364 gdb may not stop at the first line of main, due to code motion.
17365
17366 2000-04-26 Michael Snyder <msnyder@cygnus.com>
17367
17368 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
17369 This test depends on parsing the printf output from the target.
17370 Since the sparclet stub doesn't do stdio, this will never work.
17371 * gdb.base/call-rt-st.exp: ditto.
17372 * gdb.base/call-strs: ditto.
17373
17374 2000-04-24 Michael Snyder <msnyder@cygnus.com>
17375
17376 * gdb.base/miscexprs.exp: make sizeof long array test portable.
17377
17378 * gdb.base/ending-run.exp: After connecting to a remote target,
17379 but before running, the target will appear to be in a random
17380 location. Specify both a file and a line for breakpoints.
17381 Also, the function that calls main may be called 'init'
17382 rather than 'start'.
17383
17384 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17385
17386 * gdb.base/help.exp: Update output for add-symbol-file command.
17387
17388 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
17389
17390 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17391 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
17392
17393 2000-04-07 J.T. Conklin <jtc@redback.com>
17394
17395 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
17396
17397 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
17398
17399 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
17400
17401 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
17402 values that can be represented exactly.
17403 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
17404 above change, and to not check against the directory part of the source
17405 file name.
17406 (step into print_long_arg_list): Likewise.
17407 (print print_small_structs from print_long_arg_list): Likewise.
17408 (print print_long_arg_list): Likewise.
17409
17410 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17411
17412 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
17413
17414 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
17415
17416 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
17417
17418 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
17419
17420 * gdb.base/commands.exp (deprecated_command_test): Add test for
17421 deprecate with no arguments.
17422
17423 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
17424
17425 * gdb.base/break.exp: Add new test for setting breakpoints on
17426 optimized code so we can test breakpoints work even when function
17427 prologues may be optimized away
17428
17429 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
17430
17431 From David Whedon <dwhedon@gordian.com>
17432 * gdb.base/commands.exp : Added command deprecator tests.
17433
17434 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
17435
17436 * gdb.base/help.exp: Added test for new apropos command.
17437
17438 2000-03-21 Kevin Buettner <kevinb@redhat.com>
17439
17440 * gdb.base/pointers.c (usevar): New function.
17441 (main): Make sure that global variables v_int_pointer2, rptr,
17442 and y are all referenced someplace in the program by calling
17443 usevar() on them. [Some linkers delete symbols which are
17444 never referenced. The space remains, but there's no way to
17445 get a (symbolic) handle on the variable from the debugger.]
17446
17447 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17448
17449 * gdb.base/printcmds.c: Add typedeffed arrays.
17450
17451 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17452 procedure to test arrays that are typedef'd.
17453
17454 2000-03-13 James Ingham <jingham@leda.cygnus.com>
17455
17456 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17457 the library directories.
17458
17459 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17460
17461 * configure.in (configdirs): Add sub directory gdb.mi.
17462 * configure: Re-generate.
17463
17464 * gdb.mi: New directory.
17465
17466 2000-02-25 Scott Bambrough <scottb@netwinder.org>
17467
17468 * gdb.base/long_long.exp: Correct test suite failure when printing
17469 a long long value as a double on ARM platforms.
17470
17471 2000-02-16 Jim Blandy <jimb@redhat.com>
17472
17473 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17474 default source file is set properly before running this test.
17475
17476 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17477
17478 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17479 gdbtk/library directory, not in gdbtcl2.
17480
17481 2000-02-04 Jim Blandy <jimb@redhat.com>
17482
17483 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17484 backslash from regexp pattern.
17485
17486 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17487 procedure. Use it to run all the "continue to bp overloaded"
17488 tests. Note that this changes the names of the tests slightly.
17489 If the breakpoint hit message includes a hex PC value, because
17490 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17491 from the real source code, still consider that a pass.
17492
17493 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17494 XFAIL here if the breakpoint message contains a hex address. Note
17495 similar change on 1999-11-02.
17496
17497 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17498
17499 * gdb.base/ptype.exp: Establish a default source file before
17500 calling get_debug_format.
17501
17502 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17503
17504 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17505
17506 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17507
17508 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17509 of successive stepi commands -- while in the prologue we should see
17510 the function entry bracket.
17511
17512 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17513
17514 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17515 reach __change_mode() when stepping through the end of main().
17516
17517 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17518
17519 * gdb.base/default.exp: Fix expected pattern.
17520 * gdb.base/help.exp: Same.
17521
17522 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17523
17524 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17525 Don't use xfail's because that affects only the following test.
17526
17527 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17528 solaris or linux.
17529
17530 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17531
17532 2000-01-07 Michael Snyder <msnyder@cygnus.com>
17533
17534 * gdb.base/display.exp: Some yacc parsers like to say
17535 "A syntax error" rather than "A parse error". Accept both.
17536
17537 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17538
17539 * gdb.base/default.exp: Remove OS dependent string from "target
17540 remote" test.
17541 * gdb.base/help.exp: Same for "help target remote" test.
17542
17543 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17544
17545 From Jim Kingdon <kingdon@redhat.com>:
17546
17547 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17548 prompt (cleanup rather than necessity, but still might keep output
17549 from spilling to next test).
17550
17551 2000-01-02 Fred Fish <fnf@cygnus.com>
17552
17553 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17554 AIX, which defines them in <sys/types.h>.
17555
17556 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
17557
17558 * gdb.base/default.exp: Match arm* etc instead of arm in "info
17559 float" test.
17560
17561 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
17562
17563 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17564
17565 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17566 outermost frame disallowed".
17567
17568 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17569
17570 * gdb.base/setvar.exp: New tests for setting the value of a struct
17571 with a constant list.
17572
17573 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17574
17575 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17576 require the user to type a cast before setting the value of a struct.
17577
17578 1999-12-06 Jim Blandy <jimb@cygnus.com>
17579
17580 * gdb.base/default.exp: Expect the new 'info float' command on
17581 all i386 platforms.
17582
17583 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17584 LinuxThreads libraries that don't support debugging.
17585
17586 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17587
17588 * gdb.base/remote.c: Fill the buffer with truely random data.
17589 Change the buffer type to ``unsigned char'' to simplify size
17590 arithmetic.
17591
17592 * gdb.base/remote.exp: Reduce download numbers by one. Typical
17593 stub only handles 400-1 byte packets. Verify that the download
17594 worked.
17595
17596 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17597
17598 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17599 tests, using UNRESOLVED for the untested cases. Also, does not wait
17600 for a timeout if the prompt was received before a recognizable pattern.
17601
17602 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17603
17604 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17605
17606 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17607
17608 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17609 watchpoints.
17610
17611 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
17612
17613 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17614
17615 * gdb.c++/local.exp: Be more flexible in recognizing local class
17616 name mangling. Don't allow horribly truncated method names.
17617 * gdb.c++/derivation.exp: Expect protected inheritance.
17618 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17619 * gdb.c++/virtfunc.exp: Likewise.
17620 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
17621 when printing a nested enum.
17622
17623 1999-11-22 Jim Blandy <jimb@cygnus.com>
17624
17625 * gdb.base/step-test.exp: Properly await GDB's response to setting
17626 a breakpoint on the call to large_struct_by_value.
17627
17628 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17629 just because we have debug info for the `start' function.
17630
17631 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
17632
17633 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17634 "Unknown signal" messages, which indicate (on LinuxThreads) that
17635 GDB doesn't know how to debug threads on this system. This is
17636 better than hanging while philosopher 0 dumps chatter into gdb.log.
17637
17638 1999-11-18 Tom Tromey <tromey@cygnus.com>
17639
17640 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17641
17642 1999-11-18 Fred Fish <fnf@cygnus.com>
17643
17644 * gdb.base/coremaker2.c: Add sample program for generating
17645 cores that is more self contained than coremaker.c. Eventually
17646 I'll add more code to this and tie it into the testsuite.
17647
17648 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
17649
17650 * gdb.base/dollar.exp: Remove, now in gdb.hp.
17651
17652 1999-11-10 Jimmy Guo <guo@cup.hp.com>
17653
17654 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
17655 from $srcdir/lib/.
17656 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
17657 and gdb.c++/.
17658
17659 * gdb.c++/derivation.exp: remove redundant get compiler info code.
17660
17661 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
17662 'continue with watch' test point.
17663
17664 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
17665
17666 Merged from p2linux-990323-branch:
17667
17668 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17669
17670 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
17671
17672 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
17673 {limit,fixed}''. Test ``set download-write-size''.
17674
17675 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
17676
17677 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
17678 gdb_expect_list.
17679
17680 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
17681
17682 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17683
17684 1999-11-03 Mark Salter <msalter@cygnus.com>
17685
17686 * gdb.base/break.exp: Fix "stub continue" pattern.
17687
17688 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
17689
17690 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17691
17692 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
17693
17694 * gdb.base/display.exp ("finish"): Add timeout clause.
17695
17696 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17697 plain prompt clause, so this doesn't have to time out in order to
17698 fail.
17699
17700 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
17701 breakpoint hit messages include an address.
17702
17703 * gdb.base/display.exp: Don't forget to escape parens in regular
17704 expressions. Unix regexp notatation sucks.
17705
17706 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17707
17708 * gdb.base/annota1.exp: Test for annotate-signalled: change output
17709 order for 'signalled' message.
17710
17711 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
17712
17713 From Jimmy Guo <guo@cup.hp.com>:
17714 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17715 * gdb.base/annota1.c: Add code for tests to work with.
17716
17717 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
17718
17719 * gdb.base/remote.exp: New test for remote downloading settings.
17720 * gdb.base/remote.c: New file with large .data.
17721
17722 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
17723
17724 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17725 for LinuxThreads support, merged from the Code Fusion branch.
17726
17727 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
17728
17729 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
17730 containing exp_continue into a while within an expect. Don't
17731 attempt a start more than three times. Check return value from
17732 gdb_load.
17733
17734 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
17735
17736 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
17737 a pass case.
17738
17739 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
17740
17741 * gdb.base/break.c (main): Added a statement that we can step
17742 off of.
17743 * gdb.base/break.exp: Added tests for setting a breakpoint
17744 at an offset and stepping onto a breakpoint.
17745
17746 1999-10-01 Fred Fish <fnf@cygnus.com>
17747
17748 * gdb.base/help.exp (help add-symbol-file): Update to match current
17749 gdb output.
17750
17751 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
17752
17753 * gdb.base/break.exp: Code locations are in hex, don't forget!
17754 (For HP-UX.)
17755
17756 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
17757
17758 * condbreak.exp: Use break.c as test program.
17759 * condbreak.c: Remove, redundant with break.c.
17760
17761 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
17762
17763 * config/monitor.exp (gdb_target_monitor): Disable X- and
17764 Z-packets if the target needs it.
17765
17766 1999-09-13 James Ingham <jingham@leda.cygnus.com>
17767
17768 * gdb.c++/overload.exp: Added tests for listing overloaded
17769 functions with function pointers in the arg, explicitly calling
17770 out the version you want.
17771
17772 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
17773
17774 * long_long.exp: Add variations of test cases that work for
17775 targets with 16-bit ints and 32-bit doubles.
17776
17777 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
17778
17779 * break.c (main): Compare a possibly-uninitialized argc with an
17780 unlikely value that fits in 16 bits.
17781
17782 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
17783
17784 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17785 0xfeeb, don't want negative numbers if ints are 16 bits.
17786
17787 * lib/gdb.exp (skip_cplus_tests): New proc.
17788 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17789 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17790 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17791 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17792 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17793 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17794 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17795 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
17796
17797 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17798
17799 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
17800
17801 * gdb.base/corefile.exp (up): Allow a parameter to appear
17802 in the frame that we're going up to.
17803
17804 From Jim Blandy <jimb@cygnus.com>:
17805
17806 * gdb.base/default.exp (info float): Expect some output now.
17807
17808 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17809 returning floating-point values to fail on the x86.
17810 * gdb.base/callfwmall.exp (do_function_calls): Same.
17811
17812 * gdb.base/list.exp (test_listsize): Correct expectations for
17813 listing line 1 with listsize 2. Also, listing a single line
17814 works now, as does listing three lines. [Kevin's note: There
17815 were a number of other cases fixed too where the expectations
17816 differed...]
17817
17818 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
17819
17820 * gdb.base/selftest.exp: Add case for when version prints as
17821 constant string instead of char pointer.
17822
17823 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
17824
17825 * gdb.base/ending-run.exp: Add Solaris case for what happens when
17826 stepping out of main.
17827
17828 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17829 G++ used.
17830
17831 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
17832 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
17833
17834 * gdb.c++/ovldbreak.exp: Update match string in test that
17835 includes a warning of multiple breakpoints.
17836
17837 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
17838
17839 * gdb.base/display.exp: Improve precision of step-after-finish
17840 added yesterday.
17841
17842 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
17843 test.
17844
17845 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17846 configs when using G++, not just hppa*.
17847
17848 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17849
17850 * gdb.base/async.c: New file.
17851 * gdb.base/async.exp: New file.
17852
17853 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
17854
17855 * gdb.base/break.exp: Tweak PA specific tests to properly handle
17856 PA64.
17857
17858 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
17859
17860 * gdb.base/display.exp: "finish" can leave us mid-line on many
17861 targets, deal with it. Add a small constant to main, instead of
17862 1000 since main+1000 may not be a valid address in the target.
17863
17864 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17865 on hpux11.
17866
17867 * gdb.base/attach.exp: Handle another hpux11 error message variant
17868 when attaching to a process that does not exist.
17869
17870 1999-08-19 J.T. Conklin <jtc@redback.com>
17871
17872 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
17873 characters in 'continue to 1241' test.
17874
17875 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
17876
17877 * gdb.base/call-ar-st.exp: Add a shorter match case for the
17878 stop in print_long_arg_list, define and use a whitespace
17879 variable in print_small_structs test, add an XFAIL for Solaris.
17880 * gdb.base/dbx.exp: XFAIL func commands until somebody is
17881 interested enough to fix.
17882
17883 1999-08-13 Keith Seitz <keiths@cygnus.com>
17884
17885 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17886 (dbx_gdb_load): Remove. Use gdb_load instead, since that
17887 proc knows about targets other than the natives.
17888 (test_assign): Use "gdb_run_cmd" to "run" the target.
17889 Check that we've actually hit the breakpoint at main.
17890 When we attempt to assign a value to a local variable, check
17891 that the variable is in the current scope, i.e., don't use
17892 a test with an empty result.
17893
17894 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
17895
17896 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
17897 command.
17898
17899 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
17900
17901 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17902 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17903 gdb.compat, gdb.threads-hp.
17904 gdb.hp/configure, gdb.hp/configure.in: New files.
17905 gdb.hp/Makefile.in: Recurse into new subdirs.
17906 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17907 gdb.hp/gdb.objdbg: New directory, tests for debugging info
17908 in object files.
17909 gdb.hp/tools: New directory, aux tools for HP-specific tests.
17910
17911 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
17912
17913 * gdb.base/display.exp: Help expect by putting a newline in the
17914 funky printf, remove a bogus p/a test.
17915
17916 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17917
17918 * gdb.base/display.exp: Make sure that when we say 'run', we are
17919 connected to the target. This is necessary when running not
17920 natively.
17921
17922 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
17923
17924 * gdb.base/step-test.exp: Removed some extraneous messages.
17925
17926 * gdb.base/long_long.exp: Don't run memory examination tests
17927 on little-endian targets (they will need a different set of
17928 results to match).
17929
17930 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
17931
17932 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17933 until somebody decides to fix GDB.
17934
17935 * gdb.base/long_long.c: Stop compiler complaint by specifying long
17936 constant as "ULL".
17937 * gdb.base/long_long.exp: Loosen x/c test, add partial result
17938 matches for a couple x/2 commands.
17939
17940 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17941
17942 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17943 by merging in ref-types2 tests.
17944 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17945
17946 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17947 * gdb.c++/Makefile.in: Add standard actions.
17948 (EXECUTABLES): Rename from PROGS, update list.
17949 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17950 from gdb.hp.
17951 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17952 foo and bar locals.
17953 * gdb.c++/anon-union.exp: Fix tests to match.
17954 * gdb.c++/classes.exp: Run if HP compiler used, add extra
17955 expect matches to handle output variations.
17956 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17957 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
17958 output, add HP alternatives for new and delete prints.
17959 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
17960 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
17961 * gdb.c++/demangle.exp: Use $style when reporting failure.
17962 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17963 * gdb.c++/inherit.exp: Run if HP compiler used, add some
17964 match alternatives.
17965 * gdb.c++/local.exp: Add match alternatives or xfails for HP
17966 compilers.
17967 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17968 * gdb.c++/method.exp: Add match alternatives.
17969 * gdb.c++/misc.cc: Add bool types.
17970 * gdb.c++/misc.exp: Add tests for bool types.
17971 * gdb.c++/overload.exp: Add xfails.
17972 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17973 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17974 add some more template parameter tests (only for HP currently).
17975 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17976 * gdb.c++/virtfunc.cc: Add return type and value for main.
17977 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17978 match alternatives.
17979
17980 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17981
17982 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17983
17984 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
17985
17986 * gdb.base/signals.exp: Don't expect getting a backtrace from
17987 within a signal handler to fail on Linux.
17988
17989 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
17990
17991 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17992 * lib/gdb.exp: Remove some gratuitious semicolons.
17993 (delete_breakpoints): Increase timeout.
17994 (gdb_expect): Add -notransfer option.
17995 (gdb_test): Use -notransfer option.
17996 (get_compiler_info): Add f77 case.
17997 (get_compiler): New proc, split out from gdb_preprocess, add f77
17998 case.
17999 (gdb_preprocess): Call get_compiler.
18000
18001 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
18002 * gdb.base/attach.exp, gdb.base/display.exp,
18003 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
18004 gdb.base/long_long.exp, gdb.base/printcmds.exp,
18005 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
18006 third arg to gdb_test.
18007 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
18008 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
18009 HP-UX xfails, add others.
18010 * gdb.base/completion.exp: Reflect name change of self-test.
18011 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
18012 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
18013 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
18014 HP failure number.
18015 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
18016 useless HP-UX 10.30 references.
18017 * gdb.base/maint.exp: Loosen matches.
18018 * gdb.base/pointers.c (main): Declare more_code.
18019 * gdb.base/pointers.exp: Match on output of a `next'.
18020 * gdb.base/structs.c: Add prototypes.
18021 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
18022 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
18023
18024 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18025
18026 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
18027 command.
18028
18029 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18030
18031 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
18032 Fix run to main failures. Watchpoint can be hardware watchpoint.
18033
18034 * gdb.base/annota1.exp: Clean up some more, in case printf has
18035 debug info. Deal with lack of signal hanlder info in stack.
18036
18037 From Jim Kingdon <kingdon@redhat.com>:
18038 * gdb.base/annota1.exp: If printf has debug info, deal with it.
18039
18040 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
18041
18042 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
18043 gdb.base/foll-vfork.exp: Don't run for crosses.
18044
18045 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18046
18047 * gdb.base/configure.in: Check for gdbvars.exp instead of
18048 a1-selftest.exp.
18049 * gdb.base/configure: Re-generate.
18050
18051 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
18052
18053 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
18054 in trying to run first and name is too long.
18055
18056 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
18057 pointers2.c and pointers2.exp, respectively.
18058 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
18059 doschk happier.
18060
18061 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
18062
18063 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
18064 callfuncs2.c and callfuncs2.exp.
18065
18066 * gdb.base/list.exp: Remove mistaken xfails.
18067 * gdb.base/list0.h: Add optional prototypes.
18068
18069 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
18070
18071 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
18072 calling malloc.
18073 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
18074 * ptype.exp: Move test for get_debug_format to before its first
18075 use.
18076
18077 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18078
18079 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
18080 * gdb.base/annota2.cc, annota2.exp: Move from here.
18081 * gdb.c++/annota2.cc, annota2.exp: To here.
18082 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
18083
18084 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
18085
18086 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
18087 a consistent format.
18088
18089 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
18090
18091 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18092 * lib/gdb.exp (get_compiler_info): Add detection for assorted
18093 HP compilers, also set the globals $true and $false.
18094
18095 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
18096 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18097 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18098 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18099 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18100 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18101 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18102 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18103 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18104 whatis.c} Add C++ compatible function definitions and return
18105 types, add includes for library functions.
18106 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18107 * gdb.base/step-test.c (myglob): Rename from glob.
18108 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
18109 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18110 files, move here from gdb.hp.
18111 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
18112 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18113 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
18114 Adjust line numbers in regexps.
18115
18116 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
18117 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
18118 instead of 0/1.
18119
18120 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
18121 foll-vfork.exp: New files, move here from gdb.hp.
18122 * gdb.base/page.exp: New file, test of pagination command.
18123
18124 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
18125 recursion test.
18126 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
18127
18128 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
18129 gdb.base/solib.exp: Fix compiler invocation process.
18130
18131 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
18132 HP-UX 11, turn off overload resolution explicitly.
18133 * gdb.base/commands.exp: Set argument list explicitly, add
18134 watchpoint test.
18135 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
18136 them work.
18137 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
18138 expressions properly.
18139 * gdb.base/corefile.exp: Loosen the match slightly.
18140 * gdb.base/default.exp: Allow "Error accessing memory" message
18141 also.
18142 * gdb.base/display.exp: Skip over x/0 j if PA64.
18143 * gdb.base/funcargs.exp: Add xfails for HP-UX.
18144 * gdb.base/interrupt.exp: Ditto.
18145 * gdb.base/langs.exp: Add symbolic matches governed by compiler
18146 in use.
18147 * gdb.base/list.exp: Add xfails for HP-UX.
18148 * gdb.base/long_long.exp: Refine some of the numeric matches.
18149 * gdb.base/mips_pro.exp: Xfail on HP-UX.
18150 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
18151 * gdb.base/nodebug.exp: Succeed on more varieties of output.
18152 * gdb.base/opaque.exp: Remove some HP-UX xfails.
18153 * gdb.base/ptype.exp: Succeed on more varieties of output.
18154 * gdb.base/scope.exp: Add xfails for HP-UX.
18155 * gdb.base/sect-cmd.exp: Add more cases.
18156 * gdb.base/setvar.exp: Add xfails for HP-UX.
18157 * gdb.base/shlib-call.exp: Loosen some matches slightly.
18158 * gdb.base/signals.exp: Match on void symbolically.
18159 * gdb.base/step-test.exp: Add case for PA64.
18160 * gdb.base/term.exp: Add exit and restart.
18161 * gdb.base/twice.exp: Clean up after self.
18162 * gdb.base/varargs.exp: Disable overload resolution explicitly.
18163 * gdb.base/whatis.exp: Allow more ways to pass tests.
18164
18165 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
18166 no longer useful.
18167
18168 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
18169
18170 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
18171 list of patterns.
18172 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
18173 print_double_array(double_array)", "continuing to breakpoint
18174 1018", "print print_double_array(array_d)" and "continuing to
18175 1034" tests.
18176
18177 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
18178
18179 * Makefile.in: Add empty html and install-html targets.
18180
18181 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
18182
18183 * config/mt-*: Remove, these haven't been used since 1996.
18184
18185 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
18186
18187 * gdb.base/call-strs.c, gdb.base/ending-run.c,
18188 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
18189 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
18190
18191 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
18192
18193 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
18194 simpler match case for the ptype of the big class.
18195
18196 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18197
18198 * gdb.exp: Fix test for gdb_prompt existence.
18199
18200 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18201
18202 * gdb.exp (gdb_test): Add fail after calls to perror.
18203
18204 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18205
18206 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
18207
18208 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18209
18210 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18211
18212 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
18213
18214 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
18215 malloc() is linked in.
18216
18217 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18218
18219 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18220 step at end.
18221
18222 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18223
18224 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
18225
18226 * gdb.java/jv-print.exp: New file. (Our first Java test!)
18227
18228 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
18229
18230 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18231 * gdb.base/mips_pro.exp: Likewise.
18232
18233 1999-06-02 Keith Seitz <keiths@cygnus.com>
18234
18235 * gdb.c++/templates.cc: Change all "new" operators to throw
18236 an exception.
18237 * gdb.c++/cplusfuncs.cc: Likewise.
18238
18239 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18240
18241 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
18242
18243 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
18244 * gdb.base/ending-run.exp: When stepping out of main, accept a
18245 step into an arbitrary assembler file.
18246
18247 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18248
18249 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
18250 "breakpoint-invalid" to be printed.
18251 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
18252 number of "frames-invalid" and "breakpoint-invalid" to be printed.
18253 * gdb.base/annota2.cc: Initialize a.x to 0.
18254
18255 1999-05-17 Keith Seitz <keiths@cygnus.com>
18256
18257 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18258 when "skip_float_tests" set.
18259 Ditto for "print print_double_array(array_d)", "print print_small_structs",
18260 "print print_ten_doubles", and "step into print_long_arg_list".
18261 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18262 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18263 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18264 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18265 "skip_float_tests" is set.
18266 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18267 when "skip_float_tests" set.
18268
18269 1999-05-06 Keith Seitz <keiths@cygnus.com>
18270
18271 * gdb.base/annota2.cc: Include stdio.h.
18272
18273 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
18274
18275 * gdb.base/crossload.exp: Remove, this has been disabled ever
18276 since BFD stopped including all targets, and cross-GDB gets
18277 plenty of testing anyway.
18278 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
18279 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18280 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
18281 * gdb.base/README: Remove, was doc for this.
18282 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
18283 needed.
18284
18285 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18286
18287 * gdb.base/call-ar-st.exp: Fix one regular expression in test
18288 output.
18289
18290 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18291 * gdb.base/annota2.exp: New file. More annotation tests.
18292 * gdb.base/annota1.c: New file. Source file for annota1.exp.
18293 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18294
18295 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
18296
18297 * config/cfdbug.exp: New file.
18298
18299 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
18300
18301 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18302 Marcus Daniel's and Dale Hawkins's demangler crashes.
18303
18304 * gdb.c++/demangle.exp (test_gnu_style_demangling,
18305 test_lucid_style_demangling, test_arm_style_demangling,
18306 test_hp_style_demangling): Try Tom Tromey's core-dumping
18307 identifier under each demangling style.
18308
18309 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
18310
18311 * gdb.c++/demangle.exp: Include the current demangling style
18312 in all test names.
18313 (current_demangling_style): New global variable.
18314 (set_demangling_style, test_demangling_core, test_demangling,
18315 test_demangling_exact): New functions.
18316 (test_gnu_style_demangling, test_lucid_style_demangling,
18317 test_arm_style_demangling, test_hp_style_demangling): Use those,
18318 instead of calling gdb_test and gdb_test_exact directly.
18319 (catch_demangling_errors): New function, which reports errors
18320 signalled by the demangling test functions in an orderly way.
18321 (do_tests): Use catch_demangling_errors.
18322
18323 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
18324
18325 * gdb.base/signals.exp (test_handle_all_print): Use () for
18326 grouping in expressions, not {}.
18327
18328 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
18329 initialized yet.
18330
18331 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
18332
18333 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18334 are listed.
18335
18336 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
18337
18338 * gdb.stabs/weird.exp: Test for CC being defined before
18339 looking at its value.
18340
18341 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
18342
18343 * gdb.base/call-ar-st.exp: Remove stray '#'.
18344 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18345 "short int" and "long int".
18346 * gdb.c++/overload.cc: Cast the string added in the previous
18347 change, to mollify finicky HP compiler.
18348 * gdb.hp/reg-test.exp (testfile): Fix file name.
18349 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
18350
18351 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18352 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18353 alternate form of enum ptype.
18354
18355 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
18356
18357 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
18358 * gdb.hp/*.exp: Change all to run compiler probe only after
18359 passing skip_hp_tests, so as not to waste time on guaranteed
18360 failure.
18361
18362 * gdb.c++/overload.cc: Pass string instead of char addr, always
18363 init ccpfoo.
18364 * gdb.c++/templates.cc: Fix syntax error.
18365
18366 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18367
18368 * gdb.base/commands.exp: Add test for correct position of '>'
18369 when issuing the 'commands' command after a 'while' or 'if'
18370 command.
18371
18372 1999-03-18 James Ingham <jingham@cygnus.com>
18373
18374 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
18375
18376 * gdb.c++/method.exp: It was testing an uninitialized int on the
18377 stack and assuming it was positive.
18378
18379 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
18380
18381 * gdb.base/step-test.exp: Catch a case where finish is broken and
18382 keep it from killing the rest of the tests.
18383 Use gdb_continue_to_end.
18384
18385 * gdb.base/sigall.exp: use gdb_continue_to_end.
18386
18387 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
18388
18389 * gdb.base/display.exp: use runto_main, not run.
18390
18391 * gdb.base/default.exp: Check for the current error message in the
18392 r abbreviation test.
18393 Add strongarm to the targets that know info float.
18394
18395 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
18396 run which doesn't work with monitors.
18397
18398 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
18399
18400 * gdb.base/break.exp: use the gdb_continue_to_end proc.
18401
18402 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
18403 program. Traps the case (in Cygmon) when the program never really
18404 exits. Same as Mark's continue_to_exit, but I had put it in a lot
18405 more places, so I used my name. Sorry Mark...
18406
18407 * config/monitor.exp (gdb_target_monitor): added another
18408 target_info parameter: remotebinarydownload. This will set the
18409 remotebinarydownload flag if this is causing some boards trouble.
18410
18411 1999-03-18 Mark Salter <msalter@cygnus.com>
18412
18413 * lib/gdb.exp (continue_to_exit): New function.
18414
18415 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
18416 * gdb.base/ending-run.exp: Ditto.
18417 * gdb.base/step-test.exp: Ditto.
18418
18419 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
18420
18421 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18422 (suggested by Art Haas <ahaas@neosoft.com>).
18423
18424 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
18425
18426 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
18427
18428 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
18429
18430 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
18431 descriptions of types (short unsigned int vs unsigned short, etc).
18432
18433 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
18434
18435 * gdb.base/call-strs.exp: Don't assume that `step' will step over
18436 a call to strlen; sometimes we do have sources.
18437
18438 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18439
18440 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
18441 character, so GDB won't print garbage after its end.
18442
18443 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18444 breakpoint there instead. Sometimes GCC emits memcpy to handle
18445 the large structures being passed by value, so we step into that
18446 instead of sum_array_print, which obscures what we're really testing.
18447 * gdb.base/step-test.exp: However, we do want a test that notices
18448 the bizarre steps into memcpy, so do that here. Add check for
18449 stepping into function calls that pass large structures by value.
18450 ("Is that a noun clause, or are you just happy to see me?")
18451 Remove all references to specific line numbers.
18452 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18453 New type and function.
18454 (main): Call large_struct_by_value, passing it a large struct by value.
18455 * lib/gdb.exp (gdb_get_line_number): New function.
18456
18457 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18458 more portable.
18459
18460 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18461
18462 * lib/gdb.exp: Doc fixes.
18463
18464 1999-03-05 Nick Clifton <nickc@cygnus.com>
18465
18466 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18467
18468 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18469
18470 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18471 commands. They're not germane to this test, and they don't work
18472 that way on remote targets.
18473
18474 1999-03-01 James Ingham <jingham@cygnus.com>
18475
18476 * Changelog entries merged over from gdb development branch.
18477
18478 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18479
18480 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18481 for outputting results of test run.
18482
18483 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
18484
18485 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18486
18487 1999-02-25 Felix Lee <flee@cygnus.com>
18488
18489 * lib/gdb.exp (debug_format): initialize
18490
18491 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18492
18493 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18494 * gdb.base/call-rt-st.c: Ditto.
18495
18496 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18497
18498 * gdb.threads/pthreads.exp (horiz): New variable.
18499 (test_startup): Fix regexps that capture thread numbers.
18500
18501 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18502
18503 * gdb.base/smoke.exp: Disambiguate two test case names (both
18504 called ``print'').
18505
18506 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18507
18508 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18509 compilation.
18510
18511 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18512
18513 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18514 actual output formatting.
18515 * gdb.base/smoke.exp: GDB removes leading 0's.
18516 * gdb.base/volatile.exp: Don't check type of remuneration;
18517 that variable is no longer defined in constvars.c.
18518 * gdb.base/step-test.c (main): Exit with explicit exit code.
18519 * gdb.base/step-test.exp: Remove two nexti checks--they are
18520 not portable.
18521
18522 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18523
18524 * gdb.base/help.exp ("help delete display"): Fix test to match
18525 gdb's output.
18526
18527 * gdb.base/long_long.c (known_types): Initialize values to zero.
18528 * gdb.base/long_long.exp: Step one more line
18529 so 'dec' is initialized in "get to known place". GDB removes
18530 leading zeros. Explicitly ask for hex formatting. Use
18531 unique test case names.
18532
18533 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18534
18535 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18536
18537 * gdb.c++/method.exp: Add missing close brace.
18538
18539 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18540
18541 * gdb.base/maint.exp: Use 'set height 0' to disable page
18542 prompting, not 'set height 400'.
18543
18544 Fix a bunch of timeouts.
18545 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18546 four separate tests, so expect doesn't take forever to match a ton
18547 of text against a regexp with lots of .* forms.
18548 ("maint print psymbols", "maint print symbols"): Make some of
18549 these greps more selective, so that expect doesn't try to wade
18550 through huge piles of output and time out.
18551
18552 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18553
18554 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18555 tests: one which doesn't expect shlib events to be reported, and
18556 another which does, but is XFAIL for all platforms other than
18557 HP/UX.
18558
18559 * gdb.base/break.exp: Teach the test suite that the `catch
18560 fork', `catch vfork', and `catch exec' commands produce error
18561 messages on platforms that don't provide these features.
18562
18563 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18564
18565 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18566 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18567 (shortening names from solib_threshold.exp etc), won't run on
18568 anything but HP-UX for the foreseeable future.
18569 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18570 reflect move.
18571
18572 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18573
18574 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18575 gdb.trace/Makefile.in (clean): Remove all test executables.
18576
18577 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18578
18579 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18580 successfully re-sets breakpoints in shared libraries.
18581 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18582
18583 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18584
18585 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18586 and compiled w/o GCC.
18587
18588 * gdb.hp/watch-cmd.exp: ditto.
18589
18590 * gdb.hp/watch-hp.exp: ditto.
18591
18592 * gdb.hp/xdb1.exp: ditto.
18593
18594 * gdb.hp/xdb2.exp: ditto.
18595
18596 * gdb.hp/dbx.exp: ditto.
18597
18598 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18599
18600 * constvars.c: Remove C++-isms.
18601 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18602 with GCC.
18603
18604 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18605
18606 The following changes are part of the HP merge.
18607
18608 * gdb.base/break.exp: new tests to verify that catchpoints for
18609 fork, vfork, and exec don't trigger inappropriately.
18610
18611 * gdb.base/opaque.exp: compile one file at a time, then link.
18612
18613 * gdb.base/signals.exp: be more restrictive about which hppa
18614 systems receive a setup_xfail. new tests.
18615
18616 * gdb.base/solib_threshold.build: new file.
18617 * gdb.base/solib_threshold.exp: new file.
18618 * gdb.base/solib_threshold.link_opts: new file.
18619 * gdb.base/solib_threshold.mk: new file.
18620 * gdb.base/gen_solib_threshold.c: new file.
18621
18622 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18623 tests. New tests for enums inside classes.
18624
18625 * gdb.c++/compiler.cc: indicate support of template debugging.
18626
18627 * gdb.c++/demangle.exp: run hp style demangling tests.
18628
18629 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18630 tests.
18631
18632 * gdb.c++/misc.cc: changes to support new tests.
18633
18634 * gdb.c++/templates.cc: changes to support HP's compiler; changes
18635 to support new tests.
18636
18637 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18638 gcc, then skip these tests.
18639
18640 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
18641
18642 The following files are part of the HP merge; some had longer
18643 names at HP, but have been renamed to be no more than 14
18644 characters in length.
18645
18646 * gdb.hp/ambiguous.cc: new file.
18647 * gdb.hp/ambiguous.exp: new file.
18648 * gdb.hp/attach.exp: new file.
18649 * gdb.hp/attach2.exp: new file.
18650 * gdb.hp/classes-hp.exp: new file.
18651 * gdb.hp/ctti.exp: new file.
18652 * gdb.hp/ctti-add.cc: new file.
18653 * gdb.hp/ctti-add1.cc: new file.
18654 * gdb.hp/ctti-add2.cc: new file.
18655 * gdb.hp/ctti-add3.cc: new file.
18656 * gdb.hp/dbx.exp: new file.
18657 * gdb.hp/exception.cc: new file.
18658 * gdb.hp/exception.exp: new file.
18659 * gdb.hp/foll-exec.c: new file.
18660 * gdb.hp/foll-exec.exp: new file.
18661 * gdb.hp/foll-fork.c: new file.
18662 * gdb.hp/foll-fork.exp: new file.
18663 * gdb.hp/foll-vfork.c: new file.
18664 * gdb.hp/foll-vfork.exp: new file.
18665 * gdb.hp/inherit-hp.exp: new file.
18666 * gdb.hp/more-steps.exp: new file.
18667 * gdb.hp/namespace.cc: new file.
18668 * gdb.hp/namespace.exp: new file.
18669 * gdb.hp/optimize.exp: new file.
18670 * gdb.hp/pxdb.c: new file.
18671 * gdb.hp/pxdb.exp: new file.
18672 * gdb.hp/quicksort.exp: new file.
18673 * gdb.hp/reg-test.exp: new file.
18674 * gdb.hp/reg-test.s: new file.
18675 * gdb.hp/sized-enum.c: new file.
18676 * gdb.hp/sized-enum.exp: new file.
18677 * gdb.hp/start-stop.exp: new file.
18678 * gdb.hp/templ-hp.cc: new file.
18679 * gdb.hp/templ-hp.exp: new file.
18680 * gdb.hp/thr-lib.c: new file.
18681 * gdb.hp/thr-lib.exp: new file.
18682 * gdb.hp/thr-lib.h: new file.
18683 * gdb.hp/thr-liblib.c: new file.
18684 * gdb.hp/virtfun-hp.c: new file.
18685 * gdb.hp/virtfun-hp.exp: new file.
18686 * gdb.hp/watch-cmd.exp: new file.
18687 * gdb.hp/watch-hp.exp: new file.
18688 * gdb.hp/xdb1.exp: new file.
18689 * gdb.hp/xdb2.exp: new file.
18690 * gdb.hp/xdb3.exp: new file.
18691
18692 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
18693
18694 The following files are part of the HP merge; some had longer
18695 names at HP, but have been renamed to be no more than 14
18696 characters in length.
18697
18698 * gdb.base/ss.h: new file.
18699 * gdb.base/call-ar-st.c: new file.
18700 * gdb.base/call-ar-st.exp: new file.
18701 * gdb.base/call-rt-st.c: new file.
18702 * gdb.base/call-rt-st-exp: new file.
18703 * gdb.base/call-strs.exp: new file.
18704 * gdb.base/ena-dis-br.exp: new file.
18705 * gdb.base/environ.exp: new file.
18706 * gdb.base/long_long.exp: new file.
18707 * gdb.base/sect-cmd.exp: new file.
18708 * gdb.base/shlib-cl2.exp: new file.
18709 * gdb.base/smoke.exp: new file.
18710 * gdb.base/so-impl-ld.c: new file.
18711 * gdb.base/so-impl-ld.exp: new file.
18712 * gdb.base/so-indr-cl.c: new file.
18713 * gdb.base/so-indr-cl.exp: new file.
18714 * gdb.base/varargs.exp: new file.
18715 * gdb.base/volatile.exp: new file.
18716 * gdb.base/whatis-exp.exp: new file.
18717 * gdb.base/display.exp: new file.
18718 * gdb.c++/derivation.exp: new file.
18719 * gdb.c++/local.exp: new file.
18720 * gdb.c++/member-ptr.exp: new file.
18721 * gdb.c++/overload.exp: new file.
18722 * gdb.c++/ovldbreak.exp: new file.
18723 * gdb.c++/ref-types.exp: new file.
18724 * gdb.c++/ref-types2.exp: new file.
18725 * gdb.c++/userdef.exp: new file.
18726
18727 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
18728
18729 * gdb.base/default.exp: Reflect wording change in remote.c.
18730
18731 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
18732
18733 * gdb.base/help.exp: Update to reflect current text.
18734
18735 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
18736
18737 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18738 they're stack variables and contain garbage.
18739 * gdb.c++/anon-union.exp: new file.
18740
18741 The following changes were made by David Taylor
18742 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18743 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18744 in changes by HP.
18745
18746 * gdb.base/bitops.exp: new file.
18747 * gdb.base/default.exp: change expected messages for catch and
18748 info catch tests to reflect HP merge changes.
18749 * gdb.base/enable-disable-break.exp
18750 * gdb.base/ending-run.c: new file.
18751 * gdb.base/long_long.c: new file.
18752 * gdb.base/maint.exp: new file.
18753 * gdb.base/pointers2.exp: new file.
18754 * gdb.base/shlib-call2.exp: new file.
18755 * gdb.base/solib.exp: new file.
18756 * gdb.base/step-test.c: new file.
18757 * gdb.c++/anon-union.cc: new file.
18758 * gdb.c++/local.cc: new file.
18759 * gdb.c++/member-pointer.cc: new file.
18760 * gdb.c++/method.cc: new file.
18761 * gdb.c++/ref-types.cc: new file.
18762 * gdb.c++/ref-types2.cc: new file.
18763 * gdb.c++/userdef.cc: new file.
18764
18765 * gdb.base/scope.exp: compile one file at a time, then link.
18766 * gdb.base/langs.exp: ditto.
18767 * gdb.base/list.exp: ditto.
18768
18769 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
18770
18771 The following changes were made by David Taylor
18772 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18773 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18774 in changes by HP.
18775
18776 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18777 skip tests. When compiling pass c++ flag to gdb_compile.
18778 * gdb.c++/
18779
18780 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18781 test for on hppa*-*-hpux*; use args to see if c++ was specified.
18782 (skip_hp_tests): new function.
18783 (gdb_preprocess): new function.
18784
18785 * configure.in (hpdir): decide whether to configure gdb.hp.
18786 * configure: regenerated.
18787
18788 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18789 to delete on clean.
18790 (EXECUTABLES): update to reflect new additions.
18791 * gdb.base/commands.exp: update message expected.
18792 * gdb.base/default.exp: add copyright notice.
18793 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18794 * gdb.base/help.exp: update messages to reflect current text.
18795 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18796 targets for recurse tests.
18797 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18798 skip this file.
18799
18800 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18801 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18802 compilation.
18803 * gdb.c++/misc.exp: ditto.
18804 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18805 run the tests. tell gdb_compile that it's a c++ compilation.
18806
18807 * gdb.threads/pthreads.exp: fix typo in message.
18808
18809 * gdb.base/all-bin.exp: new file.
18810 * gdb.base/arithmet.exp: new file.
18811 * gdb.base/assign.exp: new file.
18812 * gdb.base/completion.exp: new file.
18813 * gdb.base/cond-expr.exp: new file.
18814 * gdb.base/condbreak.exp: new file.
18815 * gdb.base/define.exp: new file.
18816 * gdb.base/dollar.exp: new file.
18817 * gdb.base/environment.exp: new file.
18818 * gdb.base/eval-skip.exp: new file.
18819 * gdb.base/jump.exp: new file.
18820 * gdb.base/logical.exp: new file.
18821 * gdb.base/pointers.exp: new file.
18822 * gdb.base/relational.exp: new file.
18823 * gdb.base/section_command.exp: new file.
18824 * gdb.base/whatis-expr.exp: new file.
18825
18826 * gdb.base/all-types.c: new file.
18827 * gdb.base/call-array-struct.c: new file.
18828 * gdb.base/call-return-struct.c: new file.
18829 * gdb.base/call-strings.c: new file.
18830 * gdb.base/callfuncs2.c: new file.
18831 * gdb.base/condbreak.c: new file.
18832 * gdb.base/constvars.c: new file.
18833 * gdb.base/display.c: new file.
18834 * gdb.base/int-type.c: new file.
18835 * gdb.base/jump.c: new file.
18836 * gdb.base/miscexprs.c: new file.
18837 * gdb.base/pointers.c: new file.
18838 * gdb.base/pointers2.c: new file.
18839 * gdb.base/shmain.c: new file.
18840 * gdb.base/shr1.c: new file.
18841 * gdb.base/shr2.c: new file.
18842 * gdb.base/solib.c: new file.
18843 * gdb.base/solib1.c: new file.
18844 * gdb.base/solib2.c: new file.
18845 * gdb.base/varargs.c: new file.
18846 * gdb.c++/derivation.cc: new file.
18847 * gdb.c++/overload.cc: new file.
18848 * gdb.c++/ovldbreak.cc: new file.
18849 * gdb.hp/attach.c: new file.
18850 * gdb.hp/attach2.c: new file.
18851 * gdb.hp/average.c: new file.
18852 * gdb.hp/compiler.c: new file.
18853 * gdb.hp/compiler.cc: new file.
18854 * gdb.hp/execd-program.c: new file.
18855 * gdb.hp/follow-exec.c: new file.
18856 * gdb.hp/follow-fork.c: new file.
18857 * gdb.hp/follow-vfork-and-exec.c: new file.
18858 * gdb.hp/misc-hp.cc: new file.
18859 * gdb.hp/more-steps.c: new file.
18860 * gdb.hp/optimize.c: new file.
18861 * gdb.hp/quicksort.c: new file.
18862 * gdb.hp/run-hp.c: new file.
18863 * gdb.hp/start-stop.c: new file.
18864 * gdb.hp/sum.c: new file.
18865 * gdb.hp/templates-hp.cc: new file.
18866 * gdb.hp/thread-local-in-lib.c: new file.
18867 * gdb.hp/thread-local-in-lib.h: new file.
18868 * gdb.hp/thread-local-in-lib.lib.c: new file.
18869 * gdb.hp/vforked-program.c: new file.
18870 * gdb.hp/virtfunc-hp.cc: new file.
18871 * gdb.hp/watchpoint-hp.c: new file.
18872 * gdb.hp/xdb.c: new file.
18873 * gdb.hp/xdb0.c: new file.
18874 * gdb.hp/xdb0.h: new file.
18875 * gdb.hp/xdb1.c: new file.
18876
18877 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
18878
18879 The following change was made by Edith Epstein
18880 <eepstein@cygnus.com> as part of a project to merge in changes
18881 originally made by HP; HP did not create ChangeLog entries.
18882
18883 * gdb.c++/demangle.exp: changed the expected output for some
18884 ARM-style mangling -- removed second reference to datatype.
18885 For example, maint demangle __dt__11T1__pt__2_cFv
18886 T1<char>::~T1<char>(void)
18887 becomes,
18888 maint demangle __dt__11T1__pt__2_cFv
18889 T1<char>::~T1(void)
18890
18891 (test_hp_style_demangling): new hp specific demangling test cases.
18892
18893 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
18894
18895 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18896 * gdb.trace/backtrace.exp: Likewise.
18897 * gdb.trace/circ.exp: Likewise.
18898 * gdb.trace/collection.exp: Likewise.
18899 * gdb.trace/deltrace.exp: Likewise.
18900 * gdb.trace/infotrace.exp: Likewise.
18901 * gdb.trace/limits.exp: Likewise.
18902 * gdb.trace/packetlen.exp: Likewise.
18903 * gdb.trace/passc-dyn.exp: Likewise.
18904 * gdb.trace/passcount.exp: Likewise.
18905 * gdb.trace/report.exp: Likewise.
18906 * gdb.trace/save-trace.exp: Likewise.
18907 * gdb.trace/tfind.exp: Likewise.
18908 * gdb.trace/tracecmd.exp: Likewise.
18909 * gdb.trace/while-dyn.exp: Likewise.
18910 * gdb.trace/while-stepping.exp: Likewise.
18911
18912 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
18913
18914 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18915
18916 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
18917
18918 From Brendan Kehoe:
18919 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18920 int return types.
18921
18922 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
18923
18924 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
18925 remote dos host testing right.
18926
18927 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
18928
18929 * gdb.base/corefile.exp: remove some xfails.
18930
18931 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
18932
18933 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
18934 have different timestamps.
18935
18936 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
18937
18938 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
18939 gdb.base/default.exp: Replace "exec" with "executable".
18940
18941 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18942
18943 * gdb.base/default.exp: Change else if to elseif from previous
18944 delta.
18945
18946 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18947
18948 * gdb.base/default.exp: Add brace missing from previous delta.
18949
18950 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
18951
18952 * gdb.base/default.exp: Support test for info float for all
18953 varieties of arm toolchain.
18954
18955 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
18956
18957 * gdb.trace/*.exp: remove "remote_download" command.
18958
18959 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
18960
18961 * gdb.trace/*.exp: remove -gdwarf from compile.
18962
18963 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
18964
18965 * gdb.trace/configure.in(AC_INIT): typo
18966 * gdb.trace/configure: regenerated
18967
18968 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
18969
18970 * config/m68k-emc.exp: New file.
18971 * lib/<emc-support.exp trace-support.exp}: New files.
18972 * configure.in: add new test directory gdb.trace.
18973 * gdb.trace/{configure configure.in Makefile.in}: New files.
18974 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18975 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18976 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18977 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18978 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18979 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18980 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
18981
18982 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
18983
18984 * gdb.c++/classes.exp: Change all regular expressions to match
18985 arbitrary combinations of newline/carriage-return, so that they
18986 will work equally well on Unix and Windows.
18987 * gdb.c++/inherit.exp: ditto.
18988 * gdb.c++/virtfunc.exp: ditto.
18989
18990 1998-08-11 Dawn Perchik <dawn@cygnus.com>
18991
18992 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
18993
18994 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
18995
18996 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
18997 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
18998 to use a0-a3/d0-d3 as needed.
18999
19000 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
19001
19002 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
19003 * gdb.disasm/am33.exp: Corresponding changes.
19004
19005 1998-07-11 Felix Lee <flee@cygnus.com>
19006
19007 * gdb.base/callfuncs.exp: add cmp10 test.
19008 * gdb.base/callfuncs.c (cmp10): new function.
19009
19010 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
19011
19012 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
19013 into two parts to get around a synchronization problem in expect.
19014
19015 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
19016
19017 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
19018
19019 * configure.in: Add options for gdbtk testsuite.
19020
19021 * configure: Regenerate.
19022
19023 * gdb.gdbtk: New directory to hold gdbtk tests.
19024
19025 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19026
19027 * gdb.fortran/types.exp: Escape brackets in expect patterns
19028 for test_float_literal_types_accepted tests.
19029 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
19030 before run test.
19031
19032 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
19033
19034 * am33.exp: Just compile, do not link the testcase.
19035 * am33.s: Add ".am33" pseudoop to force am33 mode.
19036
19037 1998-06-25 Felix Lee <flee@cygnus.com>
19038
19039 * gdb.base/setshow.exp: make sure $pc is sane.
19040
19041 * gdb.stabs/weird.exp: split expect patterns properly.
19042
19043 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
19044
19045 * gdb.disasm/am33.s: New disassembler testfile for the am33.
19046 * gdb.disasm/am33.exp: Run it.
19047
19048 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
19049
19050 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
19051 match processing (and eliminate spurious timeouts when running).
19052
19053 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
19054
19055 * gdb.base/signals.exp (test_handle_all_print): put back Mach
19056 exception test, but conditionalize it on target [mach | gnu].
19057
19058 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
19059
19060 * gdb.base/overlays.exp: fixup compile line for linker script.
19061
19062 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
19063
19064 * gdb.fortran/types.exp: don't guess at float size.
19065
19066 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
19067
19068 * gdb.base/exprs.exp: delete test that depends on int size.
19069
19070 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
19071
19072 * config/sim.exp: Removed checks for target triplets.
19073 (gdb_target_sim): Use gdb,target_sim_options.
19074
19075 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
19076
19077 * gdb.base/reread.exp: New file.
19078 * gdb.base/reread1.c: New file.
19079 * gdb.base/reread2.c: New file.
19080
19081 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
19082
19083 * config/sim.exp: Use 'target sim -sparclite' when running
19084 SPARClite programs.
19085
19086 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
19087
19088 * gdb.base/structs2.exp: New file.
19089 * gdb.base/structs2.c: New file.
19090
19091 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
19092
19093 * gdb.asm/common.inc: New file.
19094 * gdb.asm/d10v.inc: New file.
19095 * asm-source.exp: Pass -I's to gas to find .inc files.
19096 Update line numbers in expected output.
19097 * asmsrc1.s: Rewrite.
19098 * asmsrc2.s: Rewrite.
19099 * configure.in: Create arch.inc symlink.
19100 * configure: Regenerate.
19101 * Makefile.in (distclean): Delete arch.inc.
19102
19103 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19104
19105 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
19106 (t_enum_value2): ditto
19107 (t_enum_value3): ditto
19108 (main): ditto
19109 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19110
19111 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19112 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19113 change.
19114 Use gdb_test instead of send_gdb/gdb_expect sequences.
19115
19116 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
19117
19118 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
19119 not void.
19120
19121 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
19122
19123 * gdb.base/branches.c: Code with lots of loops and
19124 subroutines. Used to test gdbs ability to single step through PC
19125 changes, especially to test mips-tdep.c:mips_next_pc
19126
19127 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
19128
19129 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
19130 more rigorous EGCS C++ error checking.
19131
19132 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19133
19134 * gdb.base/help.exp: Clean up `help set args' and `help show args'
19135 tests.
19136 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
19137 function when asleep.
19138 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
19139 for i*86 Linux and SVR4 signal handling problems.
19140 Remove linux xfail for `next to handler in signals_tests_1', fixed
19141 by recent infrun.c change.
19142 Limit backtrace to 10 frames to avoid timeout problems with infinite
19143 stack backtraces.
19144 Adjust expect pattern in `handle all print' test to match Apr 28 1997
19145 target.[ch] change.
19146
19147 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
19148
19149 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
19150 for a newline from gdb before continuing.
19151 (default_gdb_exit): Just look for y or n.
19152 (gdb_test): Detect abnormal exit from GDB running on DOS; if
19153 it does, fail the rests of the tests in the file.
19154
19155 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
19156
19157 * config/cygmon.exp: New file.
19158
19159 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
19160
19161 * gdb.base/list.exp: Fix problem with "list default lines around
19162 main" test on remote targets.
19163
19164 * gdb.base/scope.exp: Fix problem with filelocal_bss before
19165 run test on remote targets.
19166
19167 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
19168
19169 * gdb.asm: New directory.
19170 * configure.in: Configure it.
19171 * configure: Regenerate.
19172 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
19173 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
19174
19175 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
19176
19177 * config/mn10300-eval.exp: New file to support MN10300 eval board.
19178
19179 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
19180
19181 * gdb.base/overlays (several files): Merge the two overlay
19182 managers into one. Change variables (foox, barx, bazx, grbxx)
19183 back into ints but force them to load in their proper sections.
19184
19185 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
19186
19187 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
19188 on-chip insn memory and IMAP1 to upper 128k.
19189 (D10VCopy): Handle memory regions crossing 16k boundaries.
19190 (D10VCopy): Transfer data in 32 bit chunks.
19191
19192 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
19193
19194 * gdb.base/overlays.c (main): Exit normally when result is
19195 correct.
19196
19197 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
19198 map. Include space for printf in .text segment.
19199
19200 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
19201 updated d10v memory VMA/LMA map.
19202 (D10VCopy): Call D10VTranslate.
19203
19204 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
19205
19206 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
19207
19208 * gdb.base/bar.c (barx, bar): Change variable to small array so
19209 that it won't be put into the .sdata - small data -
19210 section. Update reference.
19211 * gdb.base/baz.c (bazx, baz): Ditto.
19212 * gdb.base/foo.c (foox, foo): Ditto.
19213 * gdb.base/grbx.c (grbxx, grbx): Ditto.
19214
19215 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
19216 to be arrays.
19217
19218 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
19219
19220 * gdb.base/overlays.exp: fix up and get working again.
19221 Add tests for backtraces from an overlay function.
19222
19223 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
19224
19225 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19226 "calling function with watchpoint enabled".
19227
19228 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
19229
19230 * gdb.base/break.exp (test_next_with_recursion): Remove
19231 gdb_suppress_tests for d10v-*-*.
19232 * lib/gdb.exp (gdb_suppress_tests): Disable this function
19233 pending review of whether it is useful or not.
19234
19235 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
19236
19237 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19238
19239 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
19240
19241 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19242 * config/dve.exp: New file to support Densan boards.
19243
19244 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
19245
19246 * gdb.base/interrupt.exp: Document problem of simulators, signals,
19247 reads and BSD.
19248
19249 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
19250
19251 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19252 response.
19253
19254 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19255
19256 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
19257
19258 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
19259 test.
19260
19261 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
19262 target_sizeof_long and target_bigendian_p.
19263 (structs_by_value, structs_by_reference): Check values according
19264 to targets word size and endianess.
19265
19266 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
19267
19268 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
19269 output.
19270
19271 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
19272
19273 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
19274 Update test of set args help to match source change.
19275
19276 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
19277
19278 * gdb.base/default.exp: Expect help system output to be in
19279 alphabetical order.
19280 * gdb.base/help.exp: Ditto.
19281
19282 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
19283
19284 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19285 "i*86-pc-linux-gnu*".
19286 * gdb.base/interrupt.exp: Ditto.
19287 * gdb.base/corefile.exp: Ditto.
19288
19289 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
19290 define vxworks when building the testcase.
19291
19292 * gdb.base/ptype.exp: Fix testnames to be unique.
19293 * gdb.base/radix.exp: Ditto.
19294 * gdb.base/term.exp: Ditto.
19295 * gdb.base/whatis.exp: Ditto.
19296 * gdb.c++/classes.exp: Ditto.
19297
19298 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
19299
19300 * gdb.base/callfuncs.exp: Fix indentation.
19301
19302 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19303 suppress_flag has been set.
19304 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19305 target feature.
19306
19307 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
19308
19309 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19310 the testcase.
19311
19312 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
19313 set_debug_traps() and breakpoint().
19314 * gdb.c++/misc.cc (main): Ditto.
19315 * gdb.c++/templates.cc (main): Ditto.
19316 * gdb.c++/virtfunc.cc (main): Ditto.
19317
19318 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
19319
19320 * lib/gdb.exp(gdb_step_for_stub): New function.
19321 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19322 exists, reload the executable and do a "continue" instead of
19323 doing a jump.
19324 (runto_main): Use gdb_step_for_stub.
19325
19326 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
19327 tests to have unique names.
19328 * gdb.base/callfuncs.exp: Ditto.
19329 * gdb.base/commands.exp: Ditto.
19330 * gdb.base/default.exp: Ditto.
19331 * gdb.base/help.exp: Ditto.
19332 * gdb.base/list.exp: Ditto.
19333 * gdb.base/opaque.exp: Ditto.
19334 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19335 similar tests.
19336
19337 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19338 * gdb.c++/cplusfuncs.cc: Ditto.
19339 * gdb.c++/virtfunc.cc: Ditto.
19340
19341 * config/monitor.exp: Keep track of the last file we saw, rather
19342 than trying to get the info from gdb.
19343
19344 * gdb.fortran/types.exp: Move comment to previous line.
19345
19346 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
19347
19348 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
19349 target mode.
19350
19351 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
19352
19353 From Bob Manson:
19354 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
19355 string from GDB when it connects.
19356
19357 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
19358
19359 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
19360
19361 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
19362 if we can't get a debug format from GDB (we may be testing an
19363 older GDB). Use a 10 second timeout when checking for the format.
19364
19365 * gdb.stabs/weird.exp: Fix quoting.
19366
19367 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
19368
19369 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
19370
19371 * config/arm-ice.exp: New file.
19372
19373 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
19374
19375 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
19376 until it has been modified to work with the new testsuite.
19377
19378 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
19379 testcase won't compile, cause all of the testcases in the file to
19380 fail instead.
19381
19382 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
19383 (gdb_clear_suppressed): New procedure.
19384 (gdb_stop_suppressing_tests): Only clear suppress_flag if
19385 it contains a positive value.
19386
19387 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
19388
19389 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
19390
19391 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
19392
19393 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
19394
19395 * lib/gdb.exp (setup_xfail_format): New function.
19396 (get_debug_format): New function to get debug format.
19397 (debug_format): New global variable to hold last value set
19398 by get_debug_format.
19399 * gdb.base/list.exp: Call get_debug_format and expect some
19400 tests to fail for DWARF 1 and COFF formats.
19401 * gdb.c++/ptype.exp: Ditto.
19402 * gdb.c++/classes.exp: Ditto.
19403 * gdb.c++/cplusfuncs.exp: Ditto.
19404 * gdb.c++/inherit.exp: Ditto.
19405 * gdb.c++/templates.exp: Ditto.
19406 * gdb.c++/virtfunc.exp: Ditto.
19407
19408 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
19409
19410 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
19411 host doesn't have a currently-open connection.
19412
19413 * config/sparclet.exp: Cleanups and fixes to make it generic for
19414 any gdb stub target. Handle cases where gdb doesn't respond when
19415 interrupted in a sane fashion.
19416
19417 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
19418 same thing in a totally different way.
19419
19420 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
19421 setting "timeout".
19422 (gdb_start): We set the global gdb_prompt variable in
19423 default_gdb_init now.
19424
19425 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
19426
19427 * gdb.base/printcmds.exp: Fix "check for floating addition"
19428 regexp to accept results within approx +/- .01 of exact value.
19429 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19430
19431 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
19432
19433 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
19434 properly.
19435 (gdb_expect): Add optional timeout parameter, and add timeout
19436 value to various calls.
19437 (gdb_suppress_tests): Only give one warning message per group.
19438
19439 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
19440
19441 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
19442 global variables. Handle getting a value for $timeout more
19443 gracefully.
19444
19445 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19446
19447 * lib/gdb.exp: Close connection to remote host if gdb doesn't
19448 initialize.
19449 (default_gdb_init): New procedure; allow gdb_init to be overridden
19450 by a target configuration file.
19451 (gdb_expect): Pass the timeout to remote_expect.
19452
19453 * config/monitor.exp(gdb_load): Fix typo in regexp.
19454
19455 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19456
19457 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19458
19459 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19460
19461 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19462 here. Call gdb_target_exec before rebooting the target, to make
19463 sure the connection to the target is closed.
19464 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19465 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19466 Also detect "Timeout reading from remote" error.
19467
19468 * config/gdbserver.exp: Pass the executable being loaded to
19469 gdb_target_monitor. Don't call gdb_file_cmd here; let
19470 gdb_target_monitor do it.
19471
19472 * gdb.disasm/hppa.exp: Don't use exec_output.
19473
19474 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19475
19476 * gdb.base/list.exp: If we're debugging a non-native target,
19477 try to set the pc register to point to the start of the
19478 program before doing the first list command.
19479
19480 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19481 test_calls after restarting.
19482
19483 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19484 reloading.
19485
19486 * gdb.base/watchpoint.exp: Fix typo.
19487
19488 * gdb.base/setshow.exp: Check for use_gdb_stub.
19489
19490 * gdb.base/break.exp: Fix continue until exit test for the gdb
19491 stub case.
19492 * gdb.base/langs.exp: Ditto.
19493
19494 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19495 gdb_load_offset. If we weren't given a file to load, figure out
19496 what the current file is and use it.
19497
19498 * config/i386-bozo.exp: New file.
19499
19500 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19501
19502 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19503 feature.
19504
19505 * config/proelf.exp: New entry.
19506
19507 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19508
19509 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19510 of regexps.
19511
19512 * gdb.base/watchpoint.exp: Don't run the test_stepping
19513 tests if gdb can't call functions on the target.
19514
19515 * gdb.base/setshow.exp: Don't run the set prompt tests if
19516 the board has gdb_prompt set.
19517
19518 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19519
19520 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19521 * gdb.base/commands.exp: Likewise.
19522 * gdb.base/setshow.exp: Likewise.
19523
19524 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19525
19526 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19527 feature.
19528
19529 * config/i960.exp: New file.
19530
19531 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19532
19533 * gdb.base/funcargs.exp: Check for gdb,short_int target
19534 feature instead of looking for explicit target triplets.
19535
19536 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
19537
19538 * gdb.base/printcmds.exp: add a couple more tests a la
19539 "p 123DEADBEEF", to check parse_number.
19540 * top.c: change "to enable to enable" to "to enable" in a couple
19541 of help strings.
19542
19543 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19544
19545 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19546 on the mn10300.
19547
19548 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19549
19550 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19551 where the test executable is run with explicit args.
19552 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19553
19554 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19555
19556 * gdb.base/run.c: Use FAKEARGV to build test executable that
19557 does not require a command line arg, since most simulators
19558 don't currently support passing such an arg into the simulated
19559 program.
19560 * gdb.base/commands.exp: Change tests to insert the proper
19561 value as the arg to the first recursive factorial call. Change
19562 compilation line to define FAKEARGV at compile time.
19563
19564 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19565
19566 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19567 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19568 function with watchpoint enabled" test.
19569
19570 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19571
19572 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19573 Don't call gdb_test when the command doesn't return to a gdb prompt.
19574
19575 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19576 "Tests restarted" messages.
19577
19578 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19579
19580 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19581
19582 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
19583
19584 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19585 for INFO SYMBOL; add help tests for OVERLAY commands.
19586 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19587 add tests for OVERLAY commands
19588 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19589 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19590 * gdb.base/sigall.c: add usestubs code frag
19591 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19592
19593 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19594
19595 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19596 failures.
19597 (gdb_stop_suppressing_tests): Note that tests have restarted.
19598
19599 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19600
19601 * config/h8300.exp: New file.
19602
19603 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19604
19605 * gdb.base/setshow.exp: Check for the existence of a
19606 feature, not its value.
19607
19608 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19609
19610 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19611
19612 * gdb.base/scope.exp: It's now init0(), not init().
19613
19614 * gdb.base/scope0.c: For now, change init() to be init0().
19615
19616 * config/monitor.exp: Use gdb_serial in preference to serial
19617 or netport.
19618
19619 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
19620 and it's not already set.
19621
19622 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
19623
19624 * gdb.base/setshow.exp: Only test the run command if the target
19625 isn't using a stub and if it supports argument passing.
19626
19627 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
19628
19629 * config/udi.exp(gdb_start): Make sure UDICONF is set
19630 properly before starting gdb.
19631
19632 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
19633
19634 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19635 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19636 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19637
19638 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
19639
19640 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
19641 specialized code to reboot the board, use remote_reboot instead.
19642
19643 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19644
19645 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19646
19647 * config/monitor.exp: Make sure we disconnect from the target.
19648 Also, try a reboot/reload cycle instead of failing if the
19649 load fails.
19650
19651 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
19652
19653 * gdb.base/default.exp: Don't set match_max.
19654 * gdb.base/help.exp: Ditto.
19655 * gdb.base/list.exp: Ditto.
19656 * gdb.base/signals.exp: Ditto.
19657
19658 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19659 set, use remote_ld to download the testcase instead of
19660 the GDB loader.
19661
19662 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
19663
19664 * config/vr5000.exp: New file.
19665
19666 * config/monitor.exp(gdb_target_monitor): Add pattern for
19667 "Ending remote" to detect errors in connecting.
19668
19669 * gdb.base/setshow.exp: Add .* within auto language test.
19670
19671 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19672 target feature.
19673
19674 * config/monitor.exp(gdb_load): Check for a failure when loading,
19675 and reboot the board if necessary.
19676
19677 * gdb.base/setvar.exp(test_set): Handle multiple prints within
19678 a set of tests. Remove print.* from the patterns being checked.
19679
19680 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
19681
19682 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19683 refer to gdb_spawn_id.
19684
19685 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19686 longer used.
19687 * config/sparclet.exp: Ditto.
19688 * config/sparclet-old.exp: Ditto.
19689 * config/slite.exp: Ditto.
19690 * config/sim.exp: Ditto.
19691 * gdb.base/funcargs.exp: Ditto.
19692
19693 * lib/gdb.exp:Remove references to gdb_spawn_id.
19694 (gdb_expect): Move to remote.exp.
19695
19696 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
19697
19698 * config/monitor.exp: Detect the "Couldn't establish connection"
19699 message from GDB.
19700
19701 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
19702
19703 * gdb.base/bitfields.exp: Use runto instead of explicit
19704 gdb_run_cmd/gdb_expect sequences.
19705
19706 * gdb.base/break.exp(text_next_with_recursion): Add match for
19707 gdb_expect call.
19708
19709 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19710 We also need to handle the "A program is being debugged already"
19711 prompt from gdb. Use gdb_test to set the baud rate.
19712
19713 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19714 to 20000. Really. I mean it.
19715
19716 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19717
19718 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
19719 fails. If suppress_flag is set, skip perror message about not
19720 being able to send to GDB.
19721 (send_gdb): If suppress_flag is set, don't try to send commands to
19722 GDB.
19723 (gdb_expect): If suppress_flag is set, always fail immediately.
19724 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19725 (gdb_init): Call gdb_stop_suppressing_tests.
19726 (default_gdb_exit): Ditto.
19727 (default_gdb_start): Ditto.
19728
19729 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
19730 gdb_stop_suppressing_tests as appropriate.
19731 * gdb.base/break.exp: Ditto.
19732 * gdb.base/callfuncs.exp: Ditto.
19733 * gdb.base/commands.exp: Ditto.
19734 * gdb.base/exprs.exp: Ditto.
19735 * gdb.base/funcargs.exp: Ditto.
19736 * gdb.base/list.exp: Ditto.
19737 * gdb.base/recurse.exp: Ditto.
19738 * gdb.base/scope.exp: Ditto.
19739 * gdb.base/structs.exp: Ditto.
19740 * gdb.c++/inherit.exp: Ditto.
19741
19742 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
19743
19744 * config/vr4300.exp: New file.
19745
19746 * gdb.*/*.exp: Call gdb_expect instead of expect.
19747
19748 * lib/gdb.exp(gdb_expect): New function.
19749
19750 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
19751
19752 * lib/gdb.exp(gdb_init): New function.
19753
19754 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
19755 for each individual variable set.
19756
19757 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19758 name.
19759
19760 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19761
19762 * gdb.base/scope.exp: Use gdb_test.
19763
19764 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19765 aborting; the testsuite driver will do that for us (see
19766 gdb_finish). Also, use gdb_test in a few more places.
19767
19768 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
19769
19770 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19771
19772 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
19773
19774 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19775 and "add_tests" are not at the same address.
19776
19777 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
19778
19779 * gdb.base/ptype.exp: Use gdb_test.
19780
19781 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
19782
19783 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19784 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19785 left in. No longer expect them to fail.
19786
19787 * gdb.stabs/*.mt; Deleted, no longer used.
19788 * gdb.stabs/configure.in: Remove references to target makefile
19789 frags.
19790 * gdb.stabs/configure: Rebuilt.
19791
19792 * gdb.disasm/*.mt: Deleted, no longer used.
19793 * gdb.disasm/configure.in: Remove references to target makefile
19794 frags. Use "sh3.s" as the unique filename for this directory.
19795 * gdb.disasm/configure: Rebuilt.
19796
19797 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19798 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19799 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19800
19801 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
19802
19803 * config/udi.exp: Use mondfe,name instead of remote_host.
19804
19805 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
19806
19807 * gdb.base/watchpoint.exp: Don't expect a failure when calling
19808 a function with a watchpoint enabled on the mn10200.
19809
19810 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19811 before trying to create it!
19812
19813 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
19814
19815 * config/vx.exp: Use hostname instead of netport.
19816
19817 * config/vxworks.exp: New file.
19818
19819 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19820
19821 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
19822 gdb before assuming everything worked. Send a ^C if a timeout
19823 occurs.
19824
19825 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19826 $gdb_spawn_id directly.
19827 (gdb_run_cmd): Try _start as well as start. Use the target feature
19828 gdb,start_symbol as the symbol to start from when jumping.
19829
19830 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
19831
19832 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19833 redundant) test.
19834
19835 * gdb.base/recurse.exp: Relax final value test for 'b' so that
19836 it doesn't lose for 16bit integer systems.
19837
19838 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
19839
19840 * gdb.fortran/types.exp: If the target doesn't support "double"
19841 data types, then expect "real" types to only be 4 bytes.
19842
19843 * gdb.c++/virtfunc.exp: Expect failure for virtual function
19844 call tests if the target doesn't support inferior function calls.
19845
19846 * gdb.base/printcmds.exp: Allow minor deviation in FP values
19847 in printf tests.
19848
19849 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
19850
19851 * gdb.base/help.exp: Disable "help set", "help show", and
19852 "help support". Simplify regexp for "help stack".
19853
19854 * gdb.base/default.exp: Set match_max to 5000 and the timeout
19855 to 60 seconds. Temporarily set match_max to 15000 around the
19856 "info copying" test.
19857
19858 * gdb.base/nodebug.exp: Don't try to do an inferior function
19859 call if the target doesn't support them.
19860 * gdb.base/printcmds.exp: Likewise.
19861 * gdb.base/setvar.exp: Likewise.
19862 * gdb.base/structs.exp: Likewise.
19863 * gdb.c++/templates.exp: Likewise.
19864 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
19865
19866 * gdb.base/recurse.exp: Enable for the mn10200.
19867
19868 * configure.in: Do configure gdb.stabs directory for *-*-elf
19869 targets.
19870 * configure: Rebuilt.
19871
19872 * gdb.base/break.exp: Check for gdb,noresults before testing
19873 exit status and/or results from the target.
19874 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19875 * lib/gdb.exp: Remove old (now bogus) initialization of
19876 noinferior, noargs, noresults and nosignals.
19877
19878 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
19879
19880 * config/sh.exp: New file.
19881
19882 * config/slite.exp: Try to connect multiple times to the board
19883 before rebooting. Only send a "monitor run" if need_monitor_run
19884 is set.
19885
19886 * gdb.base/break.exp: Don't do the "stub continue" test if
19887 the target has gdb_stub set.
19888
19889 * gdb.base/callfuncs.exp: Increase the timeout.
19890
19891 * gdb.base/interrupt.exp: Don't even try to compile the testcase
19892 if the target has gdb,noinferiorio set.
19893
19894 * gdb.base/list.exp: Increase match_max to 10000 characters.
19895
19896 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19897
19898 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19899 target.
19900
19901 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19902
19903 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
19904
19905 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
19906 trying to delete the copy of gdb. Catch the file delete so we
19907 don't die if the delete fails; also, the file should be copied to
19908 the host, not to the build.
19909
19910 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
19911
19912 * lib/gdb.exp(gdb_test): Surround the result pattern with
19913 parenthesis in case it contains multiple regexps separated
19914 with |.
19915
19916 * gdb.base/watchpoint.exp: Use gdb_test.
19917 * gdb.base/default.exp: Ditto.
19918
19919 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
19920
19921 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
19922
19923 * gdb.base/scope.exp: Use gdb_test.
19924 * gdb.c++/classes.exp: Ditto.
19925 * gdb.c++/inherit.exp: Ditto.
19926
19927 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
19928
19929 * gdb.base/crossload.exp: Don't use execute_anywhere, use
19930 remote_exec instead.
19931 * gdb.base/corefile.exp: Don't be ridiculous.
19932 * gdb.base/*.c: Add missing stub invocations.
19933
19934 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
19935
19936 * config/slite.exp: Miscellaneous fixes.
19937
19938 * lib/gdb.exp: Fix runto.
19939
19940 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19941 the target.
19942
19943 * gdb.base/watchpoint.exp: Fix regexp.
19944
19945 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19946 close and wait commands, as the descriptor may now be
19947 invalid. Always call "remote_close host".
19948
19949 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
19950
19951 Major rewrite for testsuite revision.
19952
19953 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19954 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19955 instead of relying on spawn_id to always contain a valid
19956 spawn id.
19957 (get_compiler_info): New procedure to build the ${binfile}.ci
19958 file, instead of replicating this in N different places.
19959 (gdb_compile): New procedure.
19960
19961 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
19962 appropriate arguments) instead of compile. Use gdb_test in a lot
19963 more places. Use send_gdb instead of send. Always run gdb_start
19964 at the start of a testcase, as this is no longer done magically.
19965
19966 config/*-gdb.exp: Rename without the -gdb suffix.
19967
19968 config/mips.exp: Use remote_close instead of exit_remote_shell.
19969 config/monitor.exp: Use target_info instead of looking at
19970 baud, timeout, etc.
19971 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19972
19973 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19974
19975 * gdb.c++/templates.exp (test_ptype_of_templates),
19976 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19977 Update expect patterns for destructors and assignment operators
19978 to match corresponding c-typeprint.c changes.
19979 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
19980 to destructor breakpoint test, GDB should be able to set the
19981 destructor breakpoint without specifying arguments.
19982
19983 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
19984
19985 * gdb.threads/pthreads.exp: Change result for failure to compile due
19986 to lack of pthreads runtime support from an error to simply an
19987 unsupported test, per dejagnu standards.
19988
19989 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19990
19991 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
19992 where GDB exits to reduce pattern match time.
19993 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
19994
19995 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
19996
19997 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
19998
19999 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
20000 * gdb.base/default.exp: ditto.
20001 * gdb.base/nodebug.exp: ditto.
20002 * gdb.base/printcmds.exp: ditto.
20003 * gdb.base/ptype.exp: ditto.
20004 * gdb.base/setvar.exp: ditto.
20005 * gdb.base/structs.exp: ditto.
20006 * gdb.base/setshow.c: Guard against uninitialized values of argc.
20007
20008 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
20009
20010 * configure, */configure: Rebuild with autoconf 2.12.
20011
20012 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
20013
20014 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
20015 use new i*86-pc-linux*-gnu quads.
20016 * gdb.base/corefile.exp: Ditto.
20017 * gdb.base/signals.exp: Ditto.
20018 * gdb.base/sigall.exp: Ditto.
20019 * gdb.base/interrupt.exp: Ditto.
20020
20021 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
20022 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
20023 RedHat 4.0.
20024
20025 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
20026 linux. This allows the test case to at least compile on latest
20027 linux, but still not run due to missing the threads runtime library.
20028
20029 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20030
20031 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
20032 directory to search gdb directory. Accept and step over conditional
20033 stack alignment code. Consume $prompt in failure cases.
20034 Reset timeout to $oldtimeout instead of some arbitrary value.
20035 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
20036 timeout problems with infinite stack backtraces.
20037 * gdb.base/ptype.exp (ptype struct link, union tu_link):
20038 Accept function parameters for linkfunc member.
20039
20040 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
20041
20042 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
20043 (CXXFLAGS): Remove, unreferenced.
20044 (B_OPTIONS): Add for -B options and add code to initialize with
20045 previous -B options and also add -B option to pick up cross compiled
20046 runtime.
20047 (TARGET_INCLUDES): Add for -I options and add code to initialize when
20048 doing cross compiles.
20049 (target_alias): Declare global.
20050 (xgcc): Set variable to full path of gcc in build tree. Use findfile
20051 to verify that gcc exists in build tree, and if so set CC to that
20052 gcc and to use B_OPTIONS and TARGET_INCLUDES.
20053
20054 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
20055
20056 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
20057 ptype test for anonymous union. Fixup testcase to match
20058 current gcc debug output.
20059
20060 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
20061
20062 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
20063 force argument to an unsigned long type.
20064
20065 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
20066
20067 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
20068 tests and anonymous union print/ptype tests.
20069 * gdb.base/list.exp (test_forward-search): Increase timeout by
20070 5 minutes for the "search extremely long line" case.
20071 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
20072 completely optional and that the pass/fail messages use the command as
20073 the message if that third arg is a null string.
20074 (gdb_test_exact): Arrange that a null string pattern means match a
20075 null string output rather than any output, which might include random
20076 errors.
20077 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
20078 backtrace test.
20079 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
20080 always failing and failure is now exposed by gdb.exp changes.
20081
20082 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
20083
20084 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
20085 weren't being noted.
20086
20087 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20088
20089 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
20090 * gdb.stabs/weird.exp: Remove v_comb xfails.
20091
20092 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
20093
20094 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
20095 list.exp scope.exp watchpoint.exp]
20096 Make all timeout error msgs explicitly say "(timeout)".
20097
20098 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
20099
20100 * config/monitor.exp: Increase download timeout to 1000 seconds.
20101
20102 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
20103
20104 * config/m32r.exp: Increase timeout to 120 seconds.
20105
20106 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20107
20108 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20109 and accept older ordering as obsolescent gcc or gdb.
20110 * gdb.c++/templates.exp: Ditto.
20111 * gdb.c++/virtfunc.exp: Ditto.
20112
20113 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
20114
20115 * gdb.base/coremaker.c: Add code to mmap some data so we
20116 can check that it ends up in the core file.
20117 * gdb.base/corefile.exp: Add test to read mmapped data
20118 from core file.
20119
20120 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
20121
20122 * config/m32r.exp: New file.
20123
20124 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
20125
20126 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
20127 that cflags can contains -gstabs, and work correctly for other tests.
20128
20129 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
20130
20131 * gdb.base/setshow.exp: New file, tests show and set.
20132 * gdb.base/setshow.c: New file, tests show and set.
20133 * gdb.base/help.exp: Add test for help set|show annotate.
20134 * gdb.base/default.exp: Add test for set|show annotate.
20135
20136 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
20137
20138 * testsuite/gdb.base/break.exp: Make backtrace from factorial
20139 errors unique.
20140 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
20141 explicitly.
20142
20143 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
20144
20145 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
20146 and width commands. This is done elsewhere.
20147 * (gdb_start): Don't call gdb_start_sim here. That's already
20148 done in gdb_load. This fixes lots of failures in default.exp.
20149
20150 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
20151
20152 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
20153 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
20154 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
20155 in the same we we treat other failures (since it may be an expected
20156 condition), rather than as an error.
20157 * gdb.base/signals.exp (test_handle_all_print): Revert back to
20158 old test format.
20159
20160 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
20161
20162 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
20163 (distclean maintainer-clean realclean): No need to remove files
20164 twice. Nuke the duplicates.
20165 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
20166 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
20167 Remove config.h along with other config files.
20168
20169 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
20170
20171 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
20172 "p func1 ()" and note that rests of tests are skipped.
20173 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
20174 setup_xfails for "print func2::coremaker_local".
20175 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
20176 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
20177 affected by the previous run test.
20178 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
20179 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
20180 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
20181 "pass int powerset tuple" and "pass modeless int powerset tuple".
20182 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
20183 "real write 4" and "real write 8".
20184 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
20185 setup_xfails for "print vs1 after tuple assign 2",
20186 "print \$i after tuple assign 2", and
20187 "print vs2 after tuple assign 2".
20188 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
20189 meaningful error message and return -1 so the caller can
20190 suppress further tests and avoid a cascade of errors.
20191
20192 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
20193
20194 * gdb.base/a1-selftest.exp: Tweak tests to account for new
20195 format for printing version.
20196 * gdb.base/default.exp: Ditto.
20197 * gdb.base/interrupt.exp: Fix problem with cascade of
20198 errors if child process dies while calling a function.
20199
20200 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
20201
20202 * Makefile.in (VPATH): Add
20203 * Makefile.in (Makefile, config.status): Fix rules so things get
20204 remade when necessary.
20205
20206 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
20207
20208 * Makefile.in (just-check): Add path to sibling expect dir
20209 to environment variable specified by RPATH_ENVVAR.
20210
20211 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
20212
20213 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20214 (just-check): Add shared library paths for libstdc++, tk,
20215 tcl, bfd, and opcodes to the environment variable specified
20216 in RPATH_ENVVAR.
20217 * configure.in: Add support to recognize --enable-shared flag
20218 and generate correct value for RPATH_ENVVAR.
20219 * configure: Regenerated with autoconf.
20220
20221 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
20222
20223 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
20224 include all osf versions.
20225 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20226 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
20227 when target is linux. When failing to build pthreads test
20228 executable, give more meaningful message.
20229 * gdb.threads/pthreads.c: Hpux also uses old definition of second
20230 arg for pthread_create.
20231
20232 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
20233
20234 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
20235 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
20236 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
20237 and -lpthreads (everybody else).
20238 (test_startup): Fail gracefully if threads are not supported.
20239 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20240 "p/c array_index("abcdef",2)" when not gcc compiled.
20241 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20242 "print func2::coremaker_local" when not gcc compiled.
20243 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20244 "ptype on opaque struct tagname (statically)",
20245 "ptype on opaque struct tagname (dynamically) 1", and
20246 "ptype on opaque struct tagname (dynamically) 2"
20247 for not compiled with gcc.
20248 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20249 backtrace when compiled with gcc.
20250 * lib/gdb.exp (runto_main): Return result of "runto main" rather
20251 than always return success.
20252
20253 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
20254
20255 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20256
20257 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
20258
20259 * gdb.base/structs.exp: Undo last change.
20260
20261 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
20262
20263 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20264 encapsulate all the steps/nexts done during self test, starting
20265 at main, and makes them less sensitive to optimization issues.
20266 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20267 signal handler" test.
20268 * gdb.threads/pthreads.exp: Only run this for native configs.
20269 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20270 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20271 tests.
20272 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20273 for "runto test_calls(void)" test.
20274
20275 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
20276
20277 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20278 and don't expect address info in breakpoint confirmations.
20279
20280 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
20281
20282 * gdb.base/list.exp (test_forward_search): Increase timeout
20283 temporarily by 60 seconds for searching extremely long line,
20284 and then reset to old value when done. Increase expect input
20285 buffer to 10000.
20286
20287 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
20288
20289 * gdb.base/list.exp (test_forward_search): Fix to handle very
20290 long source line without overflowing expect's input buffer.
20291
20292 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
20293
20294 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20295 "buffer_full".
20296
20297 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20298 "buffer_full".
20299
20300 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20301 "buffer_full".
20302
20303 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20304 "buffer_full".
20305
20306 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
20307
20308 * configure.in (configdirs): Add gdb.threads.
20309 * configure: Regenerated with autoconf.
20310 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20311 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20312 * gdb.threads/configure: New, generated with autoconf.
20313
20314 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
20315
20316 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20317
20318 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
20319
20320 * gdb.base/signals.exp (test_handle_all_print): Test separately for
20321 each signal's status in the output of "handle all print".
20322 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20323 the \r\n sequence that immediately precedes the gdb prompt.
20324 * gdb.base/a1-selftest.exp: Save original timeout and restore
20325 after test.
20326
20327 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
20328
20329 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20330 symbol.
20331
20332 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
20333
20334 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20335
20336 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
20337
20338 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20339 timeout by 60 seconds.
20340
20341 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
20342
20343 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20344 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20345 error return.
20346
20347 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
20348
20349 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20350 gdb initialization, also report how long dejagnu waited. Restore
20351 old timeout before doing error return. Temporarily increase timeout
20352 by 3 minutes to allow for slow startups over heavy NFS use.
20353
20354 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
20355
20356 * lib/gdb.exp: Report timeout value for verbosity level 2.
20357 * config/gdbserver.exp: Ditto.
20358 * config/hppro.exp: Ditto.
20359 * config/mips-gdb.exp: Ditto.
20360 * config/monitor.exp: Ditto.
20361 * config/netware.exp: Ditto.
20362 * config/sim-gdb.exp: Ditto.
20363 * config/slite-gdb.exp: Ditto.
20364 * config/udi-gdb.exp: Ditto.
20365 * config/unix-gdb.exp: Ditto.
20366 * config/vx-gdb.exp: Ditto.
20367 * gdb.base/a1-selftest.exp: Ditto.
20368 * gdb.base/a2-run.exp: Ditto.
20369 * gdb.base/break.exp: Ditto.
20370 * gdb.base/corefile.exp: Ditto.
20371 * gdb.base/list.exp: Ditto.
20372 * gdb.base/recurse.exp: Ditto.
20373 * gdb.base/scope.exp: Ditto.
20374 * gdb.base/signals.exp: Ditto.
20375
20376 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20377
20378 * gdb.threads/Makefile.in (docdir): Removed.
20379
20380 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20381
20382 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
20383 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
20384 @srcdir@.
20385 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
20386 autoconf 2.5 or higher.
20387 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
20388
20389 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
20390
20391 * configure: Regenerated.
20392 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
20393 avoid name clashes with SunOS headers.
20394
20395 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
20396
20397 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
20398
20399 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
20400
20401 * gdb.base/callfuncs.exp: Finish last change -- make sure the
20402 prototype information ends up in the compiler info file.
20403
20404 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
20405
20406 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
20407 attempting to regenerate it. Eliminate use of a temporary file
20408 and just generate the info file directly. Source it immediately,
20409 for consistency of use.
20410 * gdb.base/corefile.exp: Ditto
20411 * gdb.base/exprs.exp: Ditto.
20412 * gdb.base/funcargs.exp: Ditto.
20413 * gdb.base/langs.exp: Ditto.
20414 * gdb.base/list.exp: Ditto.
20415 * gdb.base/mips_pro.exp: Ditto.
20416 * gdb.base/nodebug.exp: Ditto.
20417 * gdb.base/opaque.exp: Ditto.
20418 * gdb.base/ptype.exp: Ditto.
20419 * gdb.base/scope.exp: Ditto.
20420 * gdb.base/setvar.exp: Ditto.
20421 * gdb.base/signals.exp: Ditto.
20422 * gdb.base/whatis.exp: Ditto.
20423 * gdb.c++/templates.exp: Ditto.
20424 * gdb.c++/virtfunc.exp: Ditto.
20425 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
20426 whether or not to add -lstdc++ to the compile command line args.
20427
20428 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20429
20430 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
20431 it got fixed by the recent lookup_minimal_symbol_by_pc change.
20432 Increase timeout, a lot of single stepping might be needed if the
20433 target has no hardware watchpoints.
20434
20435 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
20436
20437 * gdb.base/break.exp: Ignore compiler warnings when compiling
20438 break.c.
20439 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20440 * gdb.base/default.exp: Add h8300 xfails. Handle messages
20441 from remote-sim.
20442 * gdb.base/exprs.exp: Add h8300 xfails.
20443 * gdb.base/funcargs.exp: Likewise.
20444 * gdb.base/nodebug.exp: Likewise.
20445 * gdb.base/printcmds.exp: Likewise.
20446 * gdb.base/ptype.exp: Likewise.
20447 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
20448 h8300 xfails.
20449 * gdb.base/return.exp: Handle float/double precision problems
20450 on the h8300.
20451 * gdb.base/funcargs.c: Explicitly make last constant argument to
20452 call_after_alloca_subr an unsigned long type.
20453 * gdb.base/return.c: Include stdio.h.
20454
20455 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20456
20457 * config/abug.exp: New file for the older Motorola Bug monitor
20458 that runs on the mvme13x series VME boards.
20459 * config/monitor.exp: Use the new config array for target settings
20460 if they exist.
20461
20462 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20463
20464 * sim-gdb.exp: Make the SH simulator allocate less space when
20465 it is targeted.
20466
20467 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20468
20469 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20470 test.
20471
20472 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20473
20474 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20475 "rs6000-*-*" for "list function in include file" when gcc compiled.
20476 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20477 for "p ctable1[120]".
20478 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20479 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20480 Remove setup_xfail for "rs6000-*-*" for
20481 "print 'scope0.c'::filelocal before run".
20482 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20483 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20484 since some compilers don't allow both options to be given
20485 on the same command line. Create object file and move it.
20486
20487 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20488
20489 * gdb.base/corefile.exp: Always regenerate the core file, since
20490 we always regenerate the coremaker program. Detect special case
20491 where registers cannot be read from core file.
20492
20493 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20494
20495 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20496 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20497 * gdb.c++/templates.exp: Only match on basename of file since
20498 some formats like xcoff don't encode directory information.
20499 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20500 and rs6000 AIX xcoff targets.
20501 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20502 * configure: Regenerate.
20503 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20504 here, rather than in distclean.
20505
20506 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20507
20508 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20509 defined, and use it to compile the test case with -O2. The
20510 native compilation still uses no optimization.
20511 * gdb.base/mips_pro.c: Remove inline assembly code since
20512 it is compiled PIC by default, which results in assembler
20513 warnings that make the testsuite think the compilation
20514 was unsuccessful.
20515
20516 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20517
20518 * gdb.c++/misc.exp: Add note to message for
20519 "print s.a for foo struct" that this is a known gcc 2.7.2
20520 and earlier bug.
20521
20522 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20523
20524 * gdb.base/break.exp: Fix pattern for matching "Delete all
20525 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20526 setup_xfail for deleting all breakpoints test. Fix various
20527 timeout messages to include "(timeout)".
20528 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20529 for "p t_float_values2(3.14159,float_val2)".
20530 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20531 for "continue to call2g" when gcc compiled.
20532 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20533 "up to foo in langs.exp", "show language at foo in langs.exp",
20534 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20535 and "show language at fsub in langs.exp".
20536 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20537 "list line 1 in include file", "list message for lines past EOF",
20538 "list function in include file", "list list0.h:foo", and
20539 "list filename:function; nonexistant function".
20540 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20541 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20542 and "ptype t_char_array" to be for native cc only.
20543
20544 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20545
20546 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20547 setup_xfail for "print coremaker_bss", "print coremaker_ro",
20548 "print func2::coremaker_local", and "backtrace in corefile.exp".
20549
20550 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20551
20552 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20553 "bt in signals.exp". This problem only appears when running
20554 the testsuite, and then only intermittently.
20555
20556 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20557
20558 * gdb.base/return.exp (return_tests): Differentiate between
20559 two tests of continuing.
20560
20561 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20562
20563 * */Makefile.in (maintainer-clean): Remove config.log.
20564 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20565 * gdb.c++/Makefile.in (PROGS): Add inherit.
20566 (clean): Remove *.ci.
20567
20568 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20569
20570 * gdb.c++/misc.cc: Add test code from Mike Stump.
20571 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20572
20573 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20574
20575 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20576 to "alpha-*-osf2*" and add comment.
20577 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20578 setup_xfail for "step over execarg initialization" and
20579 "step over corearg initialization".
20580 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20581 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20582 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20583 gcc compiled for "print coremaker_bss", "print coremaker_ro",
20584 "print func2::coremaker_local", and "backtrace in corefile.exp".
20585 * gdb.base/signals.exp: Build and source signals.ci.
20586 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20587 to be for gcc only.
20588 * lib/gdb.exp: Move verbose statements outside conditionals.
20589
20590 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20591
20592 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20593 Feb 3 procfs.c change.
20594
20595 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20596
20597 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20598
20599 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20600
20601 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20602 from dejagnu's apparent default of 10 seconds, which gives random
20603 results when running the tests over NFS on moderately loaded systems.
20604 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20605
20606 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20607
20608 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20609 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20610 result reports.
20611
20612 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
20613
20614 * configure.in (CY_AC_PATH_TCLH): Remove.
20615 * configure: Regenerate.
20616
20617 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
20618
20619 * gdb.c++/Makefile.in (clean): Add missing '{'.
20620
20621 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
20622
20623 * lib/gdb.exp: Provide a default value for noinferior.
20624
20625 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20626 Load libgloss.exp.
20627
20628 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
20629
20630 * gdb.disasm/hppa.exp: Compile directly into an executable, use
20631 the executable, not the .o to run the tests from.
20632
20633 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
20634
20635 * gdb.base/break.exp: Don't test for program exit or exit status
20636 if $noresults if nonzero.
20637 * gdb.base/langs.exp: Likewise.
20638 * gdb.base/watchpoint.exp: Likewise.
20639
20640 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20641 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20642 trying to compile the testcase.
20643
20644 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
20645
20646 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20647 * gdb.base/signals.exp (continue to handler): Likewise.
20648
20649 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
20650
20651 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
20652
20653 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
20654
20655 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
20656
20657 * gdb.base/corefile.exp: Recognize "not found" as failure
20658 when trying to determine if a core file was generated.
20659 If no core file was generate the first time, try again without
20660 the ulimit -c to work around braindamaged shells.
20661
20662 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
20663
20664 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20665 [] tests with "test" and enclose string in quotes.
20666 * gdb.stabs/configure: Rebuild
20667
20668 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
20669
20670 Changes in sync with expect:
20671 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20672 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20673 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20674 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
20675 argument to AC_REQUIRE.
20676 * configure: Regenerated.
20677
20678 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
20679
20680 * gdb.base/corefile.exp: When generating a core, discard any
20681 error messages about ulimit not found and the "core dumped"
20682 message from the shell that runs the coredumper.
20683
20684 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
20685
20686 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20687
20688 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20689 which sed script to run. Expect failure for v_comb test
20690 on PA targets too.
20691
20692 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
20693
20694 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
20695 "print func2::coremaker_local" and for "backtrace in corefile.exp"
20696
20697 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
20698
20699 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20700 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
20701 "sparc-sun-solaris*" xfails for "p v_comb".
20702 * lib/gdb.exp (default_gdb_start): Fix typo.
20703 * gdb.base/corefile.exp: Allow "Core was generated by ..."
20704 messages to not include the full program name that caused
20705 the core dump since some systems (such as solaris) apparently
20706 truncate this path to about 80 characters.
20707 When generating a core file first try increasing the core file
20708 size limit to unlimited since some systems may default it to
20709 zero, and it is harmless to try it. Move the test for failing
20710 to generate a core file to where it will actually get executed.
20711 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20712 new gdb result from g++ debug info improvements and make old
20713 pattern obsolescent. Also account for size_t differences
20714 (may be int or long).
20715 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20716 initialization before function call is placed in the delay slot
20717 and thus appears to be skipped over by commands such as "next".
20718
20719 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
20720
20721 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20722
20723 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
20724
20725 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20726 input source file; fix code to compile test to deal with this
20727 convention.
20728 * gdb.c++/*.exp: Likewise.
20729
20730 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
20731
20732 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20733 "bt in signals.exp".
20734
20735 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
20736
20737 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20738 "step over execarg initialization" and
20739 "step over corearg initialization".
20740
20741 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
20742
20743 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20744 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
20745
20746 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
20747
20748 From Rob Savoye (rob@poseidon.cygnus.com)
20749 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20750 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
20751 configure.in}, gdb.disasm/{Makefile.in, configure.in},
20752 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20753 configure.in}: Major reworking for autoconfig.
20754 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20755 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
20756 New files.
20757 * config/unix-gdb.exp: Make GDB global.
20758 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
20759 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20760 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20761 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20762 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20763 term.exp, twice.exp, watchpoint.exp, whatis.exp},
20764 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
20765 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20766 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20767 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20768 pr-8136.exp, result.exp, string.exp, tuples.exp},
20769 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
20770 to returns as necessary, arrange for test to compile own testcase
20771 executable.
20772 * lib/gdb.exp: Changes for testsuite to compile own test cases.
20773
20774 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
20775
20776 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
20777 clear_xfail at end of test which might not call either pass or fail.
20778 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20779 "backtrace through signal handler".
20780
20781 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20782
20783 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
20784 continuing from a job control stop signal.
20785 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
20786
20787 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
20788
20789 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20790 * gdb.base/corefile.exp: Likewise.
20791 * gdb.base/funcargs.exp: Likewise.
20792
20793 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
20794
20795 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
20796 * config/monitor.exp: Add support for setting baud rate.
20797
20798 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
20799
20800 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20801 i*86-*-linux* xfails for "backtrace through signal handler".
20802 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20803 "print func2::coremaker_local".
20804 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
20805 alpha-dec-osf2* xfail for
20806 "delete all breakpoints when none".
20807
20808 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
20809
20810 * gdb.base/break.exp: Change test that deletes all breakpoints
20811 when no user breakpoints are installed. A post 4.15 change
20812 causes gdb to no longer prompt in this case.
20813
20814 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
20815
20816 * gdb.base/return.exp (return_tests): Change xfail for test
20817 "correct value returned double test" to stop xfailing at
20818 Solaris 2.5. Apparently the bug has been fixed.
20819
20820 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
20821
20822 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20823 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20824
20825 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
20826
20827 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20828 * gdb.disasm/hppa.s: Corresponding changes.
20829
20830 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
20831
20832 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20833 makefile fragment.
20834 * config/mt-hpux: Deleted.
20835
20836 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
20837
20838 * Many files: When warning about suppressed tests due to a
20839 nonexistant test binary, avoid incrementing the warning count.
20840
20841 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
20842
20843 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
20844
20845 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20846
20847 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
20848 "sparc-*-solaris2*".
20849
20850 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20851
20852 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
20853 Add global and local variables and initialize them.
20854 * gdb.base/corefile.exp: Test correct mapping of corefile sections
20855 by printing variables. Remove rs6000 and powerpc xfails, BFD now
20856 extracts the file name and terminating signal from the core file.
20857 * TODO: Remove note about tests for correct mapping of corefile.
20858 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
20859 from optimizing it away.
20860 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
20861 handles common blocks.
20862
20863 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
20864
20865 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20866 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20867
20868 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
20869
20870 * Makefile.in (maintainer-clean): New target, synonym for
20871 realclean.
20872 * gdb.base/Makefile.in (maintainer-clean): Likewise.
20873 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20874 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20875 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20876 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20877 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20878
20879 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
20880
20881 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
20882 xfails when not gcc compiled for "print foo::funclocal".
20883 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20884 "print foo::funclocal at foo",
20885 "print 'scope1.c'::foo::funclocal at foo",
20886 "print foo::funclocal_bss at foo",
20887 "print 'scope1.c'::foo::funclocal_bss at foo",
20888 "print foo::funclocal_ro at foo",
20889 "print 'scope1.c'::foo::funclocal_ro at foo",
20890 "print bar::funclocal at foo" and
20891 "print 'scope1.c'::bar::funclocal at foo".
20892 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
20893 gcc compiled for "print foo::funclocal at bar".
20894 Expand all messages to ensure that they identify that
20895 the test is at bar().
20896 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20897 gcc compiled for:
20898 "ptype on opaque struct pointer (statically)",
20899 "ptype on opaque struct tagname (statically)",
20900 "ptype on opaque struct pointer (dynamically) 1",
20901 "ptype on opaque struct tagname (dynamically) 1",
20902 "ptype on opaque struct pointer (dynamically) 2" and
20903 "ptype on opaque struct tagname (dynamically) 2
20904 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20905 gcc compiled for:
20906 "p datalocal"
20907 "whatis datalocal",
20908 "ptype datalocal",
20909 "p bsslocal",
20910 "whatis bsslocal", and
20911 "ptype bsslocal".
20912 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20913 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20914 when not gcc compiled.
20915 * gdb.base/funcargs.exp (float_and_integral_args): Add
20916 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20917 compiled.
20918 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
20919 "backtrace from call6a" when not gcc compiled.
20920 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20921 "backtrace from call7a" when not gcc compiled.
20922 * gdb.base/callfuncs.exp (do_function_calls):
20923 Add "hppa*-*-hpux*" xfail when not gcc compiled for
20924 "p t_char_array_values(char_array_val2,char_array_val1)",
20925 "p t_char_array_values(char_array_val1,char_array_val2)",
20926 "p t_char_array_values("carray 1","carray 2")",
20927 "p t_char_array_values("carray 1",char_array_val2)",
20928 "p t_char_array_values(char_array_val1,"carray 2")",
20929 "p sum_args(1,{2})",
20930 "p sum_args(2,{2,3})",
20931 "p sum_args(3,{2,3,4})",
20932 "p sum_args(4,{2,3,4,5})"
20933 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20934 "backtrace in corefile.exp" when not gcc compiled.
20935
20936 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20937
20938 * gdb.base/signals.exp: Rewrite `handle all print' test as
20939 a procedure. Accept blanks or TABs as whitespace, increase
20940 timeout and expect input buffer size for the large output
20941 from the command. Remove "i*86-*-bsdi2.0" xfail.
20942
20943 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20944
20945 * gdb.base/setvar.exp: Add new testcases for truncation when
20946 assigning invalid values to bitfields.
20947
20948 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20949
20950 * gdb.base/callfuncs.exp (do_function_calls): Remove
20951 mips-sgi-irix* xfail for
20952 "call inferior func with struct - returns char *"
20953 and fix test so that an optional (unsigned char *) cast is
20954 accepted in the result.
20955
20956 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
20957
20958 * gdb.base/funcargs.exp (float_and_integral_args): Remove
20959 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20960 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20961 * gdb.base/signals.exp: Remove duplicate "handle all print" test
20962 that accidentally got checked in.
20963
20964 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
20965
20966 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
20967 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20968 compiled test.
20969 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20970 Add mips-sgi-irix5* xfail for not gcc compiled.
20971 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
20972 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20973 "p top", "whatis top", "p middle", and "whatis middle".
20974 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20975 "whatis signed char" for not gcc compiled.
20976 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20977 "set variable signed char=-1 (-1)" and
20978 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20979 * gdb.base/funcargs.exp (float_and_integral_args):
20980 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20981 Add mips-sgi-irix* xfail when not gcc compiled for
20982 "continue to call2b".
20983 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20984 "continue to call2g".
20985 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20986 "backtrace from call6a"
20987 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20988 "backtrace from call7k".
20989 Add mips-sgi-irix5* xfail when not gcc compiled for
20990 "backtrace from call7a".
20991 (localvars_after_alloca): Fix gdb_test cmds for
20992 "print * after runto ...".
20993 Remove rs6000-*-* xfails for
20994 "print i after runto localvars_after_alloca" and
20995 "print l after runto localvars_after_alloca"
20996 for all compilers.
20997 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
20998 when not compiled with gcc, for:
20999 "print signed char == (minus)",
21000 "print signed char != (minus)",
21001 "print signed char < (minus)",
21002 "print signed char > (minus)".
21003 * gdb.base/callfuncs.exp (do_function_calls):
21004 Add mips-sgi-irix* xfail, when compiled with native compiler, for
21005 "call inferior func with struct - returns char *".
21006 * gdb.base/return.exp (return_tests): Change xfail for
21007 "correct value returned double test" to include Solaris 2.4.
21008 * gdb.base/funcargs.exp (float_and_integral_args):
21009 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21010
21011 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21012
21013 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
21014 enumeration bitfields if compiling with GNU C.
21015 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
21016 to empty' prompt.
21017
21018 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
21019
21020 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
21021 test for PRO targets.
21022
21023 * gdb.base/funcargs.exp: Avoid ever setting more than 8
21024 breakpoints in the inferior at any given time by making
21025 two groups of breakpoints for call2*, call6* and call7*
21026 tests.
21027
21028 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21029
21030 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
21031 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
21032 from optimizing it away.
21033 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
21034 "call inferior func with struct".
21035
21036 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
21037
21038 * configure.in: Only configure gdb.chill for particular targets.
21039
21040 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
21041
21042 * gdb.base/Makefile.in: Add action to .c.o transformation
21043 rule that generates a .ci file for each .o file and remove
21044 explicit .c.o rules except for callfuncs.o.
21045 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
21046 generates a .ci file for each .o file and remove explicit
21047 .cc.o rules.
21048 (clean): Remove *.tmp *.ci files.
21049 (EXECUTABLES): Remove templ-info.exp.
21050 * gdb.base/compiler.c: New file.
21051 * gdb.c++/compiler.cc: New file
21052 * gdb.base/scope.exp: Source gdb.base/scope.ci.
21053 Change rs6000-*-* xfail for
21054 "print 'scope0.c'::filelocal_ro" and
21055 "print 'scope1.c'::filelocal" and
21056 "print 'scope1.c'::filelocal_bss" and
21057 "print 'scope1.c'::filelocal_ro" and
21058 "print 'scope1.c'::foo::funclocal" and
21059 "print 'scope1.c'::foo::funclocal_ro" and
21060 "print 'scope1.c'::bar::funclocal" and
21061 "print 'scope0.c'::filelocal_ro" and
21062 "print 'scope1.c'::filelocal at foo" and
21063 "print 'scope1.c'::filelocal_bss at foo" and
21064 "print 'scope1.c'::filelocal_ro at foo" and
21065 "print 'scope1.c'::foo::funclocal at foo" and
21066 "print 'scope1.c'::foo::funclocal_bss at foo" and
21067 "print 'scope1.c'::foo::funclocal_ro at foo" and
21068 "print 'scope1.c'::bar::funclocal at foo" and
21069 "print 'scope0.c'::filelocal_ro" and
21070 "print 'scope1.c'::filelocal" and
21071 "print 'scope1.c'::filelocal_bss" and
21072 "print 'scope1.c'::filelocal_ro" and
21073 "print 'scope1.c'::foo::funclocal" and
21074 "print 'scope1.c'::foo::funclocal_bss" and
21075 "print 'scope1.c'::foo::funclocal_ro" and
21076 "print 'scope1.c'::bar::funclocal" and
21077 "print 'scope1.c'::bar::funclocal_bss"
21078 to only be xfail'd when not compiled with gcc.
21079 Add rs6000-*-* xfail for
21080 "print 'scope0.c'::filelocal_bss before run"
21081 when compiled with gcc.
21082 (test_at_main): Add rs6000-*-* xfail for
21083 "print filelocal_ro in test_at_main"
21084 when compiled with gcc.
21085 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
21086 Add rs6000-*-aix* xfail for
21087 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
21088 "ptype t_char_array", not compiled with gcc.
21089 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
21090 xfail for "list foo (in include file)" when gcc compiled.
21091 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
21092 (integral_args): Add rs6000-*-* xfail for
21093 "run to call0a" if not compiled with gcc.
21094 (unsigned_integral_args): Add rs6000-*-* xfail for
21095 "run to call1a" if not compiled with gcc.
21096 (float_and_integral_args): Add rs6000-*-* xfail for
21097 "run to call2a" if not compiled with gcc and for
21098 "continue to call2b" for any compiler.
21099 Add rs6000-*-* xfail to
21100 "print f1 after run to call2a" for gcc compiled.
21101 (discard_and_shuffle): Add rs6000-*-* xfail for
21102 "run to call6a".
21103 (shuffle_round_robin): Add rs6000-*-* xfail for
21104 "backtrace from call7a" if not compiled with gcc.
21105 Add rs6000-*-* xfail for
21106 "backtrace from call7b" if compiled with gcc.
21107 (call_after_alloca): Add rs6000-*-* xfail for
21108 "print c in call_after_alloca" and
21109 "print s in call_after_alloca" and
21110 "backtrace from call_after_alloca_subr"
21111 if not compiled with gcc.
21112 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21113 "print c in localvars_in_indirect_call" and
21114 "print c in localvars_in_indirect_call" and
21115 "backtrace in indirectly called function" and
21116 "stepping into indirectly called function"
21117 if not compiled with gcc.
21118 (localvars_after_alloca): Add rs6000-*-* xfail for
21119 "print c after runto localvars_after_alloca" and
21120 "print s after runto localvars_after_alloca" and
21121 "print i after runto localvars_after_alloca" and
21122 "print l after runto localvars_after_alloca"
21123 for all compilers.
21124 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
21125 than whatis-info.exp.
21126 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
21127 than opaque-info.exp.
21128 Setup rs6000-*-* xfail for
21129 "ptype on opaque struct pointer (statically)" and
21130 "ptype on opaque struct pointer (dynamically)" when
21131 not compiled with gcc.
21132 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
21133 rather than callf-info.exp.
21134 (do_function_calls): Add clear_xfail for rs6000-*-* for
21135 "p t_float_values2(3.14159,float_val2)". Seems to work
21136 fine there, both with xlc and gcc. Need to find out what
21137 it is doing right and fix other platforms.
21138 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
21139 "call inferior func with struct - returns int",
21140 "call inferior func with struct - returns long",
21141 "call inferior func with struct - returns float",
21142 "call inferior func with struct - returns double",
21143 "call inferior func with struct - returns char *",
21144 but only if not gcc compiled (presumes xlc compiled).
21145 Change rs6000-*-* xfails for
21146 "call inferior func with struct - returns char" and
21147 " call inferior func with struct - returns short" to only
21148 xfail if not using gcc.
21149 (clean mostlyclean): Remove *.ci and *.tmp files.
21150 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
21151 than templ-info.exp.
21152 * gdb.base/langs.exp: Source gdb.base/langs.ci.
21153 Add rs6000-*-* xfail for "up to foo in langs.exp"
21154 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
21155 when not gcc compiled.
21156
21157 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21158
21159 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
21160 * gdb.base/corefile.exp: Likewise.
21161 * gdb.base/list.exp: Likewise.
21162 * gdb.base/scope.exp: Likewise.
21163 * gdb.base/siganls.exp: Likewise.
21164
21165 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
21166 compiler output.
21167 * gdb.base/whatis.exp: Likewise.
21168
21169 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
21170
21171 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
21172 failure (opcode table has been fixed to match reality).
21173
21174 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
21175
21176 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
21177 "call inferior func with struct - returns char",
21178 "call inferior func with struct - returns short"
21179
21180 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
21181 "print 'scope0.c'::filelocal at main",
21182 "print 'scope0.c'::filelocal_bss in test_at_main",
21183 "print 'scope0.c'::filelocal at foo",
21184 "print 'scope0.c'::filelocal_bss in test_at_foo",
21185 "print 'scope0.c'::filelocal at bar",
21186 "print 'scope0.c'::filelocal_bss in test_at_bar"
21187
21188 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
21189 in source file 1". This bug seems to have been fixed with both
21190 gcc and native cc (was native assembler bug?).
21191
21192 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
21193
21194 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
21195 "backtrace through signal handler" to "i*86-*-sysv4*".
21196 * gdb.base/signals.exp: Add xfail for "'next' behaved as
21197 continue" case. Add "known SVR4 bug" to fail message.
21198 Add "i*86-*-bsdi2.0" xfail for "handle all print".
21199 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
21200 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
21201 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
21202 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
21203 "up to foo in langs.exp", "show language at foo in
21204 langs.exp", "up to cppsub_ in langs.exp", "show
21205 language at cppsub_ in langs.exp", "up to fsub in
21206 langs.exp", and "show language at fsub in langs.exp".
21207 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
21208 "bactrace in corefile.exp".
21209 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21210 "call inferior function with struct - returns float" and
21211 "call inferior function with struct - returns double".
21212
21213 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
21214
21215 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21216 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21217 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21218 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21219
21220 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
21221
21222 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21223 (or overriden) "CHILL" macro rather then bare "gcc".
21224 Also look for ../../gcc/xgcc since that is what we will
21225 actually need, not "Makefile". Remove following assignment
21226 of CHILL to CHILL_FOR_TARGET because that results in
21227 recursive definition.
21228
21229 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
21230
21231 * gdb.base/corefile.exp: Change xfail for backtrace in
21232 corefile.exp from linuxaout to all linux.
21233 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
21234 cases where we miss the breakpoint at the signal handler
21235 for some reason. Setup xfail for linuxoldld/linuxaout and
21236 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
21237 hitting SIGURG breakpoint.
21238 * gdb.base/signals.exp: Setup xfail for "next" acting like
21239 continue to add linuxoldld. Setup xfail for all linux for
21240 "next to handler in signals_tests_1", "backtrace in
21241 signals_tests_1", "continue to func1", "pass SIGUSR1",
21242 and continue to handler".
21243
21244 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
21245
21246 * Update all FSF addresses except those in COPYING* files.
21247
21248 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
21249
21250 * gdb.base/a2-run.exp: Change messages to be more explicit about
21251 the status of args, and quote binfile in results.
21252
21253 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
21254
21255 * gdb.base/callfuncs.exp: Add tests for passing structs to
21256 inferior functions and return various types.
21257 * gdb.base/callfuncs.c: Add functions to receive a struct
21258 and return a member of the struct, in various types.
21259
21260 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21261
21262 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21263
21264 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21265
21266 * config/vxworks29k.exp: New file, sources vxworks.exp.
21267
21268 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21269
21270 * config/gdbremote.exp: New file. Testing framework using
21271 gdbserver.
21272
21273 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
21274
21275 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21276 "call function when asleep" and "send end of file".
21277 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21278 for "backtrace in corefile.exp".
21279 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21280 for "backtrace through signal handler".
21281 * gdb.base/corefile.exp: Make sure we actually generate a core file
21282 before trying the core tests. Some systems allow the user to suppress
21283 generation of core files and default to that (linux for example).
21284 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21285 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
21286
21287 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21288
21289 * gdb.threads: New directory with some crude multi-threaded
21290 gdb tests (step.exp and step2.exp).
21291 * config/mt-lynx (STEP_EXECUTABLE): Define.
21292 (THREADFLAGS): Define.
21293
21294 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
21295
21296 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21297
21298 * gdb.base/signals.exp: Disable whole file for lynx until
21299 further notice.
21300
21301 * gdb.base/signals.exp: xfail test where "next" acts like
21302 "continue" for lynx.
21303
21304 * gdb.base/interrupt.exp: xfail test for calling function while
21305 inferior is asleep for lynx.
21306
21307 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21308 than one cr-lf after each command.
21309
21310 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21311
21312 * configure.in: Reinstate setting of stabsdirs variable, fix
21313 typo in setting up configdirs for native builds.
21314
21315 * gdb.base/return.exp: Fix typo in return double test.
21316 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
21317 compiler from optimizing them away.
21318
21319 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
21320
21321 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21322 sequences to be echo'd by gdb when using gdb_test.
21323 * gdb.chill/chexp.exp: Likewise.
21324 * gdb.fortran/exprs.exp: Likewise
21325
21326 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21327
21328 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21329 after the inferior gdb has started.
21330
21331 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21332 after each command.
21333 * gdb.base/funcargs.exp: Likewise.
21334 * gdb.base/gdbvars.exp: Likewise.
21335 * gdb.base/interrupt.exp: Likewise.
21336 * gdb.base/list.exp: Likewise.
21337 * gdb.base/watchpoint.exp: Likewise.
21338 * gdb.c++/demangle.exp: Likewise.
21339 * gdb.c++/inherit.exp: Likewise.
21340 * gdb.chill/chexp.exp: Likewise.
21341 * gdb.fortran/exprs.exp: Likewise.
21342
21343 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21344 test if we can't handle IO to/from the inferior.
21345
21346 * gdb.c++/misc.exp: Always check for a program already being
21347 started after sending a "run" command to gdb.
21348
21349 * gdb.base/twice.exp: Start with a fresh gdb.
21350
21351 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21352 only depend on gdb's expression code, not the chill runtime.
21353
21354 * gdb.base/return.c: Put return values into variables so we
21355 can have gdb print them rather than depending on the program
21356 to print them.
21357 * gdb.base/return.exp: Corresponding changes.
21358
21359 * lib/gdb.exp: Provide default value for noinferiorio.
21360 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
21361 the inferior.
21362
21363 * gdb.base/break.exp: Always check for a program already being
21364 started after sending a "run" command to gdb.
21365 (text_next_with_recursion): Don't check the output from the
21366 program's printf statement. Instead just make sure the program
21367 exited.
21368
21369 * gdb.base/commands.exp: Protect tests which need arguments with
21370 $noargs conditionals.
21371
21372 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21373
21374 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
21375 of structure member arrays to match gdb/valops.c:value_addr change.
21376
21377 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
21378
21379 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
21380 cases.
21381
21382 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
21383
21384 * configure.in (configdirs): Remove gdb.chill from default list
21385 of subdirs and then add it back in only if doing a native build.
21386 The current chill compiler does not yet work in any cross build.
21387 * Revert all signal changes from Jul 6.
21388 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
21389 for sh-hms targets, allowing these tests to link, with no other
21390 changes. Testing is suppressed by setting "nosignals" in site.exp.
21391
21392 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
21393
21394 * configure.in (signaldirs): Define and add to configdirs for all
21395 targets except some specific ones that are known to not support signals.
21396 Also clean up formatting.
21397 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
21398 (signals, sigall): Remove rules to build.
21399 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
21400 Moved to new gdb.signals directory.
21401 * gdb.signals: New test directory.
21402 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
21403 signals.c signals.exp}: New or moved files.
21404
21405 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
21406
21407 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
21408
21409 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
21410
21411 * gdb.base/return.exp: Xfail `return double' test failure
21412 on at least Solaris 2.3 and handle future/past versions on
21413 a case by case basis as appropriate. Also update message
21414 to include i*86 failures.
21415
21416 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21417
21418 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
21419
21420 * lib/gdb.exp: Fix comment which erroneously identified
21421 gdb_file_cmd as gdb_load (the 19 May change was in fact to
21422 gdb_file_cmd not gdb_load).
21423 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21424
21425 * gdb.base/setvar.exp: Make test names consistent between pass and
21426 fail cases. Use gdb_test more.
21427
21428 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21429
21430 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21431
21432 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21433
21434 * gdb.base/help.exp: Fix expected help string for `show commands'.
21435
21436 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
21437
21438 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21439
21440 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21441 of a text section.
21442
21443 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
21444
21445 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
21446 that loop eventually terminates. Fix Connection refused logic so
21447 that testsuite will expire nicely.
21448
21449 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
21450
21451 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21452 config/rom68k.exp: New tcl glue for the appropriate monitors.
21453 These all just end up calling monitor.exp.
21454 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21455 refused' by retrying. Cleanup some timeout issues.
21456 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21457 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21458 callers don't have to set/restore global timeout variable.
21459
21460 * The following set of changes centralizes management of the global
21461 timeout variable. This way, it can be set in one target dependent
21462 place instead of dozens of places scattered throughout the test suite.
21463 If you need to lengthen a timeout, then you should either set timeout
21464 in one of the config/{target}.exp files, or multiply it by a factor.
21465 Setting it to an absolute value is always going to lose for some
21466 targets.
21467 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21468 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21469 * gdb.base/funcargs.exp: Don't set timeout.
21470 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21471 * gdb.base/printcmds.exp (test_print_string_constants
21472 test_print_array_constants): Don't set timeout.
21473 * gdb.base/ptype.exp: Don't set timeout.
21474 * gdb.base/recurse.exp: Don't set timeout.
21475 * gdb.base/return.exp: Don't set timeout.
21476 * gdb.base/watchpoint.exp: Don't set timeout.
21477 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21478 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21479
21480 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21481
21482 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21483
21484 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21485
21486 * lib/gdb.exp: Disable chill tests for irix5.
21487
21488 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21489
21490 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21491 each test pass or fail.
21492
21493 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21494
21495 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21496 xlc not gcc.
21497
21498 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21499
21500 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21501
21502 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21503
21504 * config/est.exp: Fix copyright and comments. Remove dead code.
21505 Use targetname, serialport and baud variables instead of fixed
21506 constants.
21507 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21508 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21509
21510 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21511
21512 * gdb.base/watchpoint.exp: Don't run
21513 test_watchpoint_triggered_in_syscall for sunos.
21514
21515 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21516
21517 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21518 they don't seem to exist. Do include stdio.h.
21519
21520 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21521
21522 * gdb.base/a1-selftest.exp: Add alpha xfail.
21523
21524 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21525
21526 * gdb.base/watchpoint.c (main): Prompt before calling read().
21527 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21528 Revise accordingly. Remove cruft about sending "123" several
21529 times, until it gets noticed. Clean up the "print buf[0]" stuff
21530 so that it passes or fails, and waits for prompts in the usual way.
21531
21532 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21533
21534 * gdb.base/recurse.exp: Fix comment.
21535
21536 * TODO: Remove item about printing variables in nodebug.exp. Add
21537 item about enabling tests which are only run on some targets.
21538
21539 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21540 fail, make test names unique, use new gdb_test convention
21541 regarding pattern, use gdb_test more, etc.).
21542
21543 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21544 fail, make test names unique, etc.).
21545
21546 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21547
21548 * gdb.base/nodebug.c: Change return type of top and middle to
21549 short.
21550 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21551 are fixed by the recent mdebugread.c changes. Allow `short ()'
21552 as type for top and middle.
21553
21554 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21555
21556 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21557 nearly as I can tell, the whole thing was an accident in Stu's
21558 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21559 to replace a send/expect pair with gdb_test, but ended up only
21560 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21561 of 30 Mar 1995 took care of it, but left this vestigial comment
21562 which I am now nuking.
21563
21564 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21565
21566 * gdb.base/break.exp: Look for different line number for
21567 breakpoint at main depending on usestubs.
21568
21569 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21570
21571 * gdb.base/list.exp: Adjust some alternate expect patterns to
21572 match recent list0.c change. Add alternate expect pattern for
21573 output from `list default lines around main' for optimizing
21574 compilers.
21575
21576 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21577
21578 * lib/gdb.exp: If nosignals is not set, set it to 0.
21579
21580 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21581
21582 * config/slite-gdb.exp: Responds to load symbol table prompt.
21583 * gdb.base/break.exp: Adjust line number, fix rerun.
21584 * gdb.base/langs0.c: Add #ifdef usestubs.
21585
21586 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21587
21588 * gdb.base/list.exp: Adjust line contents after adding new lines in
21589 list0.c. Also fix a syntax error.
21590
21591 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21592 * gdb.base/break.exp: ditto.
21593 * gdb.base/list.exp: ditto.
21594 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21595 * gdb.base/run.c: ditto.
21596 * gdb.base/list0.c: ditto.
21597 * gdb.base/funcargs.c: ditto.
21598
21599 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21600
21601 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21602 $targetname, $serialport and $baud instead of hardwired variables.
21603 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21604 target doesn't support signals.
21605
21606 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21607
21608 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21609
21610 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21611
21612 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
21613 Don't rely on the value of an auto variable before it has been
21614 initialized. Use gdb_test more.
21615
21616 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21617
21618 * lib/gdb.exp (default_gdb_version): A version number must start
21619 with a digit, but other than that contains all characters up to
21620 the first whitespace character.
21621
21622 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21623
21624 * gdb.base/commands.exp (breakpoint_command_test): New tests.
21625
21626 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21627
21628 * gdb.c++/*.exp: Warn if executable does not exist. The original
21629 reason for skipping the warning was that configure.in sometimes
21630 intentionally skipped building the executables but the tcl code
21631 had no way of knowing. That (a) was always bogus with respect to
21632 error handling, (b) is no longer true (right now there is no way
21633 to skip C++ tests).
21634
21635 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21636
21637 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21638
21639 * gdb.base/list.exp: Add expect patterns for output from
21640 SunPRO compiled executables.
21641 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
21642 types.
21643
21644 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21645
21646 * gdb.base/break.exp (test_next_with_recursion): Accept any line
21647 number (we are already testing that the correct source line text
21648 gets printed).
21649
21650 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
21651 that is what is intended, but something needed to be done to get
21652 sunos4 native working again.
21653
21654 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21655
21656 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21657 apparently went with a (very) old xfail.
21658
21659 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
21660
21661 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21662 runto_main is a proc in gdb.exp that will do 'step' for target use
21663 stubs.
21664 * gdb.base/exprs.exp: ditto.
21665 * gdb.base/interrupt.exp: ditto.
21666 * gdb.base/opaque.exp: ditto.
21667 * gdb.base/printcmds.exp: ditto.
21668 * gdb.base/ptype.exp: ditto.
21669 * gdb.base/scope.exp: ditto.
21670 * gdb.base/setvar.exp: ditto.
21671 * gdb.base/signals.exp: ditto.
21672 * gdb.base/twice.exp: ditto.
21673 * gdb.c++/classes.exp: ditto.
21674 * gdb.c++/inherit.exp: ditto.
21675 * gdb.c++/templates.exp: ditto.
21676 * gdb.base/break.exp: no run and hit main for stubs. Change line
21677 numbers for breakpoints and info breakpoint.
21678 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21679 breakpoint().
21680 * gdb.base/callfuncs.c: ditto.
21681 * gdb.base/exprs: ditto.
21682 * gdb.base/interrupt.c: ditto.
21683 * gdb.base/opaque0.c: ditto.
21684 * gdb.base/printcmds.c: ditto.
21685 * gdb.base/ptype.c: ditto.
21686 * gdb.base/scope0.c: ditto.
21687 * gdb.base/setvar.c: ditto.
21688 * gdb.base/signals.c: ditto.
21689 * gdb.base/twice.c: ditto.
21690 * gdb.c++/misc.cc: ditto.
21691 * gdb.c++/templates.cc: ditto.
21692
21693 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21694
21695 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21696
21697 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21698 somewhere between `read' and `main.c'. I'm pretty sure the
21699 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21700 and it isn't particularly useful.
21701
21702 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
21703
21704 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21705
21706 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21707
21708 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
21709
21710 * config/mt-slite: add LIBS and -nostdlib.
21711 * config/slite-gdb.exp: add this new file to support sparclite target.
21712
21713 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
21714
21715 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21716
21717 * gdb.base/a2-run.exp: Change argument to istarget from
21718 "*-*-vxworks" to "*-*-vxworks*".
21719 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21720
21721 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
21722
21723 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21724 will not runto main but do a 'step' to step out of breakpoint().
21725 * config/mt-slite: add -Dusestubs.
21726
21727 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21728
21729 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21730 instead of just @.
21731
21732 * gdb.base/signals.exp: Add test for "handle all print".
21733 * TODO: Remove "handle all print". Also remove item about
21734 checking copyright date (I don't like the idea of a spurious FAIL
21735 based on when we run the tests).
21736
21737 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
21738 for SunOS4 (reason for failure not investigated). Remove
21739 redundant test for $binfile.
21740
21741 * gdb.base/nodebug.c (array_index): Call malloc.
21742
21743 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21744
21745 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
21746
21747 * gdb.base/recurse.exp: Update gdb_test invocation to use new
21748 conventions and slightly simplify the matching regexp.
21749
21750 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21751
21752 * gdb.base/break.exp: Update gdb_test invocation to use new
21753 convention.
21754
21755 * lib/gdb.exp: If noargs is not set, set it to 0.
21756
21757 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
21758 tests unique.
21759
21760 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21761
21762 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21763
21764 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21765 one argument of type "<non-float parameter>".
21766
21767 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
21768
21769 * config/rom68k.exp: New file to support Motorola IDP board.
21770 * gdb.base/a2-run.exp: Skip this file if noargs is set.
21771 * gdb.base/break.c: Change things around so that this program
21772 doesn't depend upon args. This is necessary to make remote
21773 targets work (in general, they can't take args).
21774 * gdb.base/break.exp: Don't try to send args to program. Don't
21775 expect output. Also, replace lots of code with gdb_test.
21776
21777 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21778
21779 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21780 printing of '\'' (which is what the comment says we are testing,
21781 even though we were not), not '''.
21782 (test_integer_literals_rejected): Test that printing ''' is an error.
21783
21784 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21785 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21786 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21787 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21788 Use gdb_test not test_print_accept.
21789 * lib/gdb.exp: Remove test_print_accept.
21790
21791 * gdb.base/signals.exp (signal_tests_1): Make pass message
21792 consistent with fail message.
21793
21794 * gdb.base/whatis.exp: Remove xfails for printing char vs.
21795 unsigned char; the bug (PR 1821) is fixed.
21796
21797 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21798
21799 * gdb.base/scope.exp (test_at_localscopes): Call pass for
21800 successful tests--makes xfailing them work right.
21801
21802 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21803
21804 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21805 only \r\n, not .*. The test can pass .* as the last thing in
21806 $pattern if that is what it wants. In addition to providing this
21807 flexibility, this change should speed up pattern matching in cases
21808 where the pattern already ended with .* (there were a number of
21809 them). This change also helps catch bad patterns--in the old
21810 scheme the typo "char \*" instead of "char \\*" would pass. Now
21811 it is caught.
21812 * Many .exp files: Update callers.
21813
21814 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
21815 clearer and does not spuriously match multiple ('s. Likewise for
21816 ) and *.
21817
21818 * gdb.base/nodebug.exp: Test ability to call a function and pass
21819 it a string (even with no debugging info).
21820
21821 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21822 "p '\'", which is the same as "p ''" once tcl gets done with
21823 quoting, to "p '\\'", which I suspect is what is intended (one
21824 backslash gets sent to GDB).
21825
21826 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21827
21828 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21829
21830 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
21831 1817) was fixed literally years ago.
21832
21833 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21834
21835 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
21836 test, it causes stepping out of call_after_alloca_subr with
21837 optimizing compilers.
21838 (localvars_in_indirect_call): Consume GDB prompt if `finish'
21839 fails.
21840
21841 * gdb.c++/templates.exp: Source templ-info.exp only if
21842 the templates executable exists.
21843
21844 * gdb.c++/misc.cc (class Contains_static_instance,
21845 class Contains_nested_static_instance),
21846 gdb.c++/classes.exp (test_static_members): Test printing of
21847 a class that contains a static instance of the class.
21848
21849 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21850
21851 * gdb.base/langs2.c (cppsub_): Don't prototype.
21852 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21853 only, I believe).
21854
21855 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21856
21857 * lib/gdb.exp (skip_chill_tests): New procedure.
21858
21859 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21860
21861 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
21862
21863 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21864 each expect pattern. Cuts runtime from 12 to about 4 seconds.
21865
21866 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21867
21868 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21869
21870 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21871 disassemble 8, not 16, instructions for part 4.
21872
21873 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
21874 support the latter anymore.
21875
21876 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21877 -DNO_PROTOTYPES.
21878 * gdb.base/callfuncs.c: Control use of prototypes based on
21879 NO_PROTOTYPES, not __STDC__.
21880 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21881 t_float_values2 tests if prototypes in use.
21882
21883 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21884 t_double_values): When checking differences against DELTA, check
21885 that difference is within the range (-DELTA,DELTA), not just
21886 (-infinity,DELTA).
21887
21888 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
21889
21890 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21891 'file' command firts, then 'target', then 'load', this is due to gdb
21892 target set up.
21893 * config/mips-gdb.exp: Fix a couple regular exp bugs.
21894
21895 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
21896
21897 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21898 FP load/store variants.
21899 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21900
21901 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21902
21903 * gdb.base/term.exp: Do not give a warning if not native, it is
21904 not an abnormal condition.
21905
21906 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
21907
21908 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21909 t_char_array".
21910
21911 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21912
21913 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21914 are getting the version number.
21915
21916 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21917 if not native, it is not an abnormal condition.
21918
21919 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21920
21921 * lib/gdb.exp: Just use "file exists", rather than undocumented
21922 dejagnu procedure "findfile".
21923
21924 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21925
21926 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21927 (LDFLAGS): Set to -Xlinker -Ur.
21928
21929 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21930 Removed, these values are set by lib/gdb.exp.
21931
21932 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21933
21934 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21935
21936 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21937 of replicating gdb startup code.
21938
21939 * config/mt-vxworks (LDFLAGS): Set to -r.
21940 (CFLAGS_FOR_TARGET): Removed.
21941
21942 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21943 (gdb) and gdb for vxworks uses (vxgdb).
21944
21945 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21946 executable is not in the tree and host != target, use sed and
21947 program_transform_name to determine the gdb name used by the
21948 target.
21949
21950 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21951 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21952
21953 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21954
21955 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21956 floats, chars, and shorts where there are ANSI-style function
21957 definitions.
21958
21959 * gdb.base/langs.exp, gdb.base/langs*: New test.
21960 * gdb.base/Makefile.in: Build it.
21961 * TODO: Remove item about checking that C names don't get C++
21962 demangling applied; this test tests it.
21963
21964 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21965
21966 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21967 went with the const70 xfail. The xfail went away a year ago.
21968
21969 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21970
21971 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
21972 for hp300.
21973
21974 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21975
21976 * gdb.base/a1-selftest.exp: Don't run on hp300.
21977
21978 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21979
21980 * Makefile.in (site.exp): Set host_alias and target_alias as well
21981 as host_triplet and target_triplet.
21982
21983 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21984
21985 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21986
21987 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21988 places as other ecoff systems).
21989
21990 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
21991 ultrix.
21992
21993 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21994
21995 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
21996 remove them.
21997 * gdb.base/nodebug.exp: Accept "function" in addition to "text
21998 variable and "variable" in addition to "data variable".
21999 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
22000
22001 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
22002 2.
22003 * gdb.base/list1.c (long_line): Add additional statement at start
22004 of function.
22005 * gdb.base/list.exp (test_forward_search): Update line number to
22006 reflect new statement.
22007
22008 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22009
22010 * gdb.base/signals.exp: Reinitialize searched source directories
22011 after gdb_start call.
22012
22013 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
22014
22015 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
22016 * gdb.stabs/Makefile.in: Likewise.
22017
22018 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
22019 change. Instead split the tests into smaller pieces.
22020 * gdb.disasm/hppa.s: Corresponding changes.
22021
22022 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22023
22024 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22025 Quote ^C when passing it to stty. For some shells ^ is a pipe.
22026
22027 * gdb.base/funcargs.exp: Modify many tests so that every test
22028 either passes or fails. Make some test names unique.
22029
22030 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22031
22032 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22033 Call stty to set interrupt character.
22034
22035 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
22036 for HP assembler versus GNU assembler based on actual behavior of
22037 $(CC), rather than assuming that $(AS) is always the GNU assembler.
22038
22039 * TODO: Suggest a few more stepping tests.
22040
22041 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
22042
22043 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
22044 restart GDB for h8300 after a continue.
22045 (return): Add pattern to match a29k-udi behavior.
22046 * gdb.base/nodebug.exp: Remove obsolete comment.
22047 * gdb.base/regs.exp: New file, testing of register displays.
22048 * gdb.base/return.exp: Fix typo in reference to $objdir.
22049 * gdb.base/whatis.exp: Always start with a fresh GDB.
22050
22051 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22052
22053 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
22054 higher, these tests generate a lot of output.
22055
22056 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22057
22058 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
22059 code following the catch silently ignored some errors; without the
22060 catch they should be thrown like any other tcl error. Also, the
22061 catch used "" instead of {} which meant all the callers who wanted
22062 to include one of the characters "[]$ had to quote it an extra time.
22063 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
22064 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
22065 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
22066 Remove extra quoting.
22067
22068 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
22069
22070 * gdb.base/commands.exp: Make test names unique; every test either
22071 passes or fails. Update some comments.
22072
22073 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
22074
22075 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22076
22077 The following fixes a FAIL caused by the fact that the alpha stabs
22078 configuration didn't use the ".if alpha" code in weird.def.
22079 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
22080 bit pointer, so the 32 bit version works even on the alpha.
22081 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
22082 Remove the stuff which allowed us to have separate versions for
22083 alpha and everything else.
22084
22085 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
22086 regexp which "info func operator\[\](" is supposed to match. Fix
22087 string to send to GDB. Note that GDB still doesn't work right. Add a
22088 new test for "info func .perator\[\](" which GDB does handle correctly.
22089
22090 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
22091
22092 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22093
22094 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22095 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22096 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22097 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22098 it makes the tests harder to understand and confuses test-o-matic.
22099 The preferred style is that each test provides a PASS or a FAIL,
22100 and has a unique message (e.g. "continue #54" not just "continue")
22101 which is the same for the pass and the fail.
22102 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22103 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22104 to lib/gdb.exp.
22105 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22106 prt_accept which was basically the same thing. Likewise for
22107 test_print_reject and prt_reject.
22108 * lib/gdb.exp (test_print_reject): Add some more error message
22109 patterns to match from the former printcmds.exp (prt_reject).
22110 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22111 One defect of the passcount stuff is that some of it failed to
22112 report XPASS where appropriate.
22113 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
22114 stuff before and after arg in expected pattern.
22115 (test_paddr_operator_functions): Re-do test without print_addr_of;
22116 this is the only test which seems to want extra stuff there.
22117
22118 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22119
22120 * gdb.base/nodebug.exp: Update new tests to reflect improved
22121 wording of gdb output.
22122
22123 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
22124 and "ptype" work on variables in files compiled without -g.
22125 Replaces commented out "maint print msymbol" tests.
22126
22127 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22128
22129 * gdb.base/setvar.c (dummy): Call malloc.
22130
22131 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
22132 losing with the irix4 sed.
22133
22134 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
22135 ALRM" on irix4.
22136
22137 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22138
22139 * TODO: Remove items about corefile.exp testing new exec-file and
22140 backtrace; both are now done. Add items about printing enums.
22141
22142 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22143
22144 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
22145 "get signal $thissig" test fails.
22146
22147 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
22148
22149 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22150
22151 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
22152 compiler warning with dec alpha compiler.
22153
22154 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
22155 extra \n from gdb_test call (this explains why the prompt test
22156 that I removed yesterday was there).
22157 (user_defined_command_test): Remove extra \n and prompt test.
22158
22159 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
22160 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
22161 doesn't exist.
22162 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
22163 Also remove alpha workaround, which turns out to be because
22164 SIGABRT == SIGLOST.
22165
22166 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
22167
22168 * gdb.base/help.exp: Don't test "help show".
22169
22170 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22171
22172 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
22173 "set print address" is on.
22174 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
22175 pass prompt to gdb_test; gdb_test already looks for the prompt.
22176
22177 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
22178
22179 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
22180 was a vestige of the manual TESTSTRATEGY, and the purpose of it
22181 was to make sure that gdb can read a core file. But (a) the "read
22182 the corefile" part didn't make it to a1-selftest.exp, we just
22183 delete the corefile after creating it, and (b) we test reading
22184 corefiles in corefile.exp anyway. Also, this test left around a
22185 xgdb process on Solaris.
22186
22187 * gdb.base/corefile.exp: Also test backtrace.
22188
22189 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
22190
22191 * gdb.base/commands.exp: Test a simple user defined command with
22192 arguments and if/while statements; verify the full user command is
22193 printed by "show user".
22194
22195 * gdb.base/commands.exp: Test if/while commands as part of a
22196 breakpoint command list; verify they appear in breakpoint
22197 information.
22198
22199 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22200
22201 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
22202 than by dividing by zero.
22203
22204 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
22205
22206 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
22207 performing an inferior call with watchpoints enabled.
22208 * gdb.base/watchpoint.c (main): Delete second unnecessary read
22209 call.
22210
22211 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22212
22213 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22214 of "file" command.
22215
22216 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22217 Add additional pattern for when "int operator int(void);" appears
22218 in a different order.
22219
22220 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22221
22222 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22223
22224 * gdb.base/help.exp: Replace most of docstrings for "info signals"
22225 and "signal" with ".*".
22226
22227 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22228
22229 * TODO: Add note about "handle all nostop".
22230
22231 * gdb.base/{sigall.c, sigall.exp}: New test.
22232 * gdb.base/Makefile.in: Add it.
22233
22234 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
22235
22236 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22237 when invoking GDB, suppresses any windowing interface.
22238
22239 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
22240
22241 * config/sim-gdb: New file, simulator testing support.
22242
22243 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
22244
22245 * gdb.base/interrupt.exp: Test calling func1 twice.
22246
22247 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
22248
22249 * gdb.base/list.exp (test_forward_search): Set timeout higher
22250 when we'll be getting lots of output from gdb.
22251
22252 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22253 "init_malloc" to after the expect statement. Run it if that
22254 regexp is taken, but also for two others which happen if source
22255 cannot be found.
22256
22257 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22258
22259 * gdb.base/printcmds.exp: New test, for printing register before
22260 program is running.
22261
22262 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22263
22264 * gdb.base/list.exp: Correct some alternate expect patterns
22265 to reflect changes in list1.c.
22266
22267 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22268
22269 * TODO: Add item regarding large frames.
22270
22271 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22272
22273 * TODO: Remove item about enabling return.exp; it
22274 is enabled. Suggest a few more "return" tests.
22275
22276 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22277
22278 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
22279 anonymous unions.
22280
22281 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22282
22283 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22284 and pr-5646.o, so "make" is the same as "make all", not "make
22285 pr-4975.o".
22286
22287 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
22288
22289 * gdb.base/list.exp: Adjust expectations to reflect changes in
22290 list1.c.
22291 (test_forward_search): New test proc.
22292 * gdb.base/list1.c (long_line): New function, has long source line.
22293
22294 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
22295
22296 * gdb.base/a1-selftest.exp: Change initial stepping to know about
22297 additional line of code that was added.
22298
22299 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
22300
22301 * gdb.disasm/hppa.s: Break the large branching tests into smaller
22302 tests so as not to overflow expect's input buffers.
22303 * gdb.disasm/hppa.exp: Corresponding changes.
22304
22305 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22306
22307 Beginnings of template debugging tests.
22308 * gdb.c++/templ-info.cc: New file to test for template
22309 debugging capability of the compiler.
22310 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
22311 templ-info.cc.
22312 * gdb.c++/templates.cc: Add explicit template instantiations
22313 to enable compiling with -fno-implicit-templates. Add destructor
22314 and 'value' method to T5 class for template tests.
22315 * gdb.c++/templates.exp: Add testcases for printing of template
22316 types, setting breakpoints on template methods and calling a
22317 template method.
22318
22319 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
22320
22321 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22322 branch target since some assemblers (gas-2.5) may emit a
22323 relocation for the branch instead of resolving it in the
22324 assembler.
22325
22326 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22327
22328 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
22329 through signal handler.
22330
22331 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22332
22333 * configure.in (*-*-netware): Use config/mt-netware.
22334
22335 * config/mt-netware: New file.
22336 * config/mt-i386-netware: Removed, separate configs for different
22337 netware architectures are no longer needed now that we have
22338 --with-headers.
22339
22340 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22341
22342 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
22343 by the recent changes to use ANSI C arithmetic conversions.
22344
22345 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22346
22347 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22348 bug involving using inferior_pid to figure out whether to select a
22349 frame.
22350
22351 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
22352
22353 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22354 match the current disassembler output.
22355
22356 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
22357
22358 * gdb.fortran/exprs.exp: Expect VOID instead of void.
22359 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
22360 types, expect "int" as type of integer values (for now).
22361
22362 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
22363
22364 * gdb.base/commands.exp: New tests for if/while commands.
22365
22366 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
22367
22368 * lib/gdb.exp (runto): Replace sub-pattern for hex value
22369 by .*, since hex values have different syntax in Chill mode.
22370
22371 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22372
22373 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
22374 linefeed from expect pattern for repeated types with indices > 9.
22375
22376 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
22377
22378 First part of Fortran test suite.
22379 * gdb.fortran: New directory.
22380 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
22381
22382 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22383
22384 * gdb.base/default.exp: Update expect pattern for load command
22385 without arguments.
22386
22387 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
22388
22389 * configure.in: Change i386 to i[345]86.
22390 * gdb.base/configure.in: Likewise.
22391 * gdb.c++/configure.in: Likewise.
22392 * gdb.chill/configure.in: Likewise.
22393
22394 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
22395
22396 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
22397 patterns, since that is not a valid context for comments.
22398
22399 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
22400
22401 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
22402 repeated types and repeated types with indices > 9.
22403
22404 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
22405
22406 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
22407 2417; old bug has been fixed.
22408
22409 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
22410
22411 * gdb.base/interrupt.exp: When trying to wake up the inferior,
22412 send the newline ourselves instead of assuming gdb_test will do
22413 so when passed an empty input string.
22414
22415 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
22416 stabs testcode.
22417
22418 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22419
22420 * lib/gdb.exp (gdb_test): Don't send anything if the first
22421 argument is an empty string. This makes cases where we want to
22422 match output that is already in expect's buffers (for example,
22423 matching a breakpoint after gdb_run_cmd has been called) work
22424 reliably.
22425
22426 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22427
22428 * config/netware.exp: New file.
22429
22430 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22431
22432 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22433 the -B and -L prefixes so we can find the debugging stub.
22434
22435 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22436 there and we are using the gcc from the tree.
22437
22438 * gdb.base/types.c: Removed.
22439
22440 * gdb.base/configure.in: Look for makefile fragments in ../config.
22441 Recognize i386-*-netware.
22442 * gdb.c++/configure.in: Likewise.
22443
22444 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22445
22446 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
22447 the correct TCL syntax.
22448
22449 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22450
22451 * gdb.base/opaque.exp: use runto instead of messing around with
22452 breakpoints. Simplify by using gdb_test.
22453
22454 * gdb.base/bitfields.exp: restart between tests on netware targets
22455 because breakpoints aren't relocated after target death. Run
22456 processes to completion.
22457
22458 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22459
22460 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22461
22462 * Makefile.in: Remove extra tabs that confuse some versions
22463 of "make". Use the newly built gdb to test with by default,
22464 rather than the first one in the tester's search path.
22465
22466 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22467
22468 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22469
22470 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22471 condition help.
22472
22473 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22474
22475 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22476
22477 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22478 running.
22479 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22480 * gdb.base/funcargs.exp: Likewise.
22481
22482 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22483 * gdb.base/funcargs.exp: Likewise.
22484
22485 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22486 message is "".
22487
22488 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22489
22490 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22491 return,signals,twice}.exp: Handle non-existant binaries
22492 consistantly.
22493
22494 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22495 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22496 might testing a cross development system.
22497
22498 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22499
22500 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22501 runtest script is relative to ${srcdir}, not ${rootdir}.
22502
22503 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22504
22505 * gdb.base/signals.exp: Allow for optionality of breakpoint
22506 address.
22507
22508 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22509
22510 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22511
22512 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22513
22514 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22515 for size_t definition.
22516 * gdb.c++/templates.cc: Likewise
22517
22518 * config/mt-i386-netware: New file.
22519
22520 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22521 defined.
22522
22523 * gdb.base/Makefile.in: Added support for systems that name core
22524 files by appending "core" to the program name.
22525 * gdb.base/a1-selftest.exp: Likewise.
22526
22527 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22528
22529 * gdb.base/return.exp: Add comment and message for `return double'
22530 test failure on Sparc Solaris.
22531
22532 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22533
22534 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22535
22536 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22537
22538 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22539 from optimizing them away.
22540 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22541 patterns to include default constructors and assignment operators,
22542 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22543 character in the output of the virtual base pointer.
22544
22545 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22546
22547 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22548 expression match in print_addr_of to avoid unintented matches.
22549 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22550 versions up to 2.5.8.
22551
22552 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22553
22554 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22555 included file to run under newer versions of expect.
22556 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22557 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22558 Remove xfail for the virtual table of BDDHookV.
22559
22560 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22561
22562 * lib/gdb.exp (string_to_regexp): Set a default result.
22563 (default_gdb_start): Fix misleading message.
22564
22565 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22566
22567 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22568 Remove all CC, etc definitions.
22569 * config/mt-hpux: New file.
22570 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22571 (CFLAGS, LDFLAGS): Define.
22572 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22573
22574 * Makefile.in (site.exp): Don't insert host_os, etc.
22575 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22576 (distclean): Check existence of subdir.
22577 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22578 * gdb.base/Makefile.in: General cleanup and simplification.
22579 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22580 to build executables. Use default rule to build .o files.
22581 (EXPECT, RUNTEST, CC): Fix relative pathname.
22582 (site.exp): Don't insert host_os, etc.
22583 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22584 and/or SIGUSR1 defined.
22585 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22586 * gdb.c++/Makefile.in: General cleanup and simplification.
22587 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22588 (CFLAGS): Remove.
22589 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22590
22591 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22592
22593 * gdb.base/recurse.exp: Misc changes to get tests running again
22594 after Kung's changes to the watchpoint code.
22595 * gdb.base/watchpoint.exp: Likewise.
22596
22597 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22598
22599 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22600
22601 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22602
22603 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22604 * lib/gdb.exp (default_gdb_start): Define.
22605 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22606 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22607 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22608 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22609 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22610 Don't call gdb_target_udi in between tests.
22611
22612 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22613
22614 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22615 (which was basically just a local version of the same thing). In
22616 addition to avoiding duplication, gdb_test_exact is faster.
22617 * lib/gdb.exp (gdb_test_exact): Fix typo.
22618
22619 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22620 don't give an error.
22621
22622 * gdb.base/term.exp: Call delete_breakpoints before starting.
22623
22624 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22625 (t10): Add comment.
22626
22627 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22628
22629 Reorganization of the GDB Test Suite.
22630
22631 * gdb.base: New directory, contains all the basic tests.
22632 * gdb.c++: New directory, tests specific to C++.
22633 * gdb.chill: New directory, tests specific to Chill.
22634 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22635 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22636 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22637 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22638 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22639 t30-31 to chill).
22640 * */gdbme.*: Rename to match appropriate expect scripts.
22641 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22642 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22643 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22644 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22645 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22646 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22647 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22648 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22649 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22650 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22651 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22652 gdb.c++/virtfunc.cc: New names of C++ files.
22653 * gdb.chill/chillvars.ch: New name of Chill file.
22654 * gdb.base/configure.in, gdb.c++/configure.in,
22655 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22656 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22657 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22658 * configure.in (configdirs): Update to reflect directory changes.
22659 (target_abbrev): No longer define for any configuration.
22660 * Makefile.in: Cosmetic improvements to header comments.
22661
22662 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
22663
22664 Various changes to gdb.t31:
22665
22666 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
22667 * gdbme.ch: Make all key-words and predefineds be upper-case.
22668 * chillvars.exp: Expect key-words and predefinds in upper-case.
22669
22670 * chillvars.exp: Use gdb_test_exact many places.
22671 Change expected output for arrays (which now includes index labels).
22672
22673 * pr-5020.exp, gdme.ch (module PR_5020):
22674 New test, for PR-5020.
22675
22676 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
22677
22678 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
22679 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
22680
22681 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
22682
22683 * Makefile.in: Fix bit-rot in definitions of CHILL,
22684 CHILL_FOR_TARGET and Chill_LIB.
22685 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
22686 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
22687 CHILL, and CHILL_LIB.
22688
22689 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
22690
22691 * Revert the previous changes. Please see Rob's directory
22692 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22693
22694 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
22695
22696 * Makefile.in, configure.in, config/mips-gdb.exp,
22697 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22698 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22699 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
22700 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22701 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22702 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22703 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22704 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22705 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22706 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22707 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22708 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22709 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22710 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22711 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
22712 changes from 94Q1.
22713
22714 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
22715
22716 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22717 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22718 Rob's new testing fragments.
22719
22720 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
22721
22722 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
22723 lib/gdb.exp: Replace error proc calls with perror.
22724
22725 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22726
22727 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22728 version also, match on casted version strings, and match on
22729 gdb startup case where the line numbers might be messed up.
22730
22731 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
22732
22733 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
22734 (CFLAGS): Delete it from here.
22735
22736 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
22737
22738 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22739
22740 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
22741
22742 * Makefile.in (RUNTEST): Default to just "runtest".
22743
22744 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22745
22746 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22747 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22748 the code has been restructured.
22749
22750 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22751
22752 * gdb.t00/default.exp (set write): Allow any number of \r and/or
22753 \n, not just one of each.
22754
22755 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22756 /bin/cc gives a warning if you do.
22757
22758 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
22759
22760 * gdb.t24/demangle.exp: change expect pattern of
22761 __t10ListS_link1ZUiRCUiPT0
22762
22763 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22764
22765 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22766 on local variables in recursive functions.
22767
22768 * gdb.t07/Makefile.in: Build the new test.
22769
22770 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22771
22772 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22773 directly. Instead compare the return values from actual calls.
22774
22775 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
22776
22777 * Makefile.in (check): Set TCL_LIBRARY for runtest.
22778
22779 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22780
22781 * From Peter Schauer with minor modifications.
22782 * gdb.t15/return.exp (return_tests): Handle targets where "return"
22783 stops in mid-line in the caller. Add xfail for returning a float
22784 value on X86 targets.
22785
22786 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22787
22788 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22789 to avoid expect lossage.
22790 (fmem_LRbug_tests): Likewise.
22791 * gdb.disasm/hppa.s: Corresponding changes.
22792
22793 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22794 conditions to work with latest dejagnu/expect.
22795
22796 * gdb.t15/funcargs.exp (finish from indirect call): No longer
22797 expected to fail on the PA.
22798 (backtrace in call with trampolines): Explicitly require main
22799 to be frame #1 (no trampolines should show up in backtrace).
22800
22801 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22802 "continue -expect".
22803 * gdb.t06/break.exp: Likewise.
22804 * gdb.t07/watchpoint.exp: Likewise.
22805 * gdb.t13/bitfields.exp: Likewise.
22806 * gdb.t15/{funcargs,return}.exp: Likewise.
22807 * gdb.stabs/weird.exp: Likewise.
22808 * config/{mips,udi}-gdb.exp: Likewise.
22809
22810 * hppa.sed: Enclose comments within a sed command to avoid
22811 losing with the old OSF1 sed.
22812
22813 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22814
22815 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
22816 sequent dynix.
22817 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
22818 * gdb.t15/funcargs.exp: Conditionally step again to really
22819 finish from marker_call_with_trampolines. Handle the case where
22820 the first step from within call_with_trampolines already steps
22821 us back to main.
22822 * gdb.t15/gdbme.c: Add comment to closing brace of
22823 call_with_trampolines for funcargs.exp.
22824
22825 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22826
22827 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22828 Fix typo(s).
22829
22830 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22831
22832 * gdb.t07/gdbme.c: More code for watchpoint testing.
22833
22834 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22835 "Hardware watchpoint" throughout file.
22836 (test_watchpoint_triggered_in_syscall): New test.
22837 (test_complex_watchpoint): New test.
22838
22839 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22840
22841 * gdbme.c (call_with_trampolines): New function to try and step
22842 into. Tests trampoline problems on the PA.
22843
22844 * funcargs.exp (localvars_in_indirect_call): No longer expect
22845 stepping into indirect call to fail on PAs.
22846 (test_stepping_over_trampolines): New test.
22847
22848 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22849
22850 * TODO: Add suggestions for static member function tests, and
22851 completion tests.
22852
22853 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22854
22855 * TODO: Add suggestions for "p/a" tests.
22856
22857 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22858 (default_gdb_exit): Replace all the hair with sending "quit" to
22859 the process with a simple close.
22860
22861 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22862
22863 * TODO: Add suggestions for shared library tests.
22864
22865 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22866
22867 * TODO: Add suggestions for x/s tests.
22868
22869 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22870
22871 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22872 "enable once", and "enable breakpoints once" with ".*".
22873
22874 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22875
22876 * TODO: Add suggestions about structure passing tests.
22877
22878 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22879
22880 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
22881 the primary1 test, use work around if __GNUC__ < 2.
22882 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
22883 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
22884 Test for bad output rather than waiting for timeout. Issue
22885 second continue only if first continue failed.
22886
22887 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22888
22889 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22890 operator[] test with gdb_test because the old code didn't seem to
22891 be getting the quoting right with the new dejagnu.
22892
22893 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
22894
22895 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22896 one from the path.
22897 * Makefile.in: Use a fresh expect if there is one, use runtest
22898 from the src tree if there is one.
22899
22900 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22901
22902 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22903 next over recursive call. Revise the tests from that point on
22904 (which had been skipped) to match GDB's actual (correct) output.
22905
22906 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22907 with next over a breakpoint whose condition is false.
22908
22909 * gdb.t00/help.exp: Comment out "help set print" tests just like
22910 (and for same reason as) "help set" test.
22911
22912 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22913
22914 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22915 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22916
22917 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22918
22919 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22920 necessary gdb_target_udi.
22921
22922 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22923
22924 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22925 1838 and 2417; they are fixed.
22926
22927 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22928 gdb.t03/ptype.exp (ptype structure, ptype union):
22929 Remove xfails; the test is looser than when the xfails were added.
22930
22931 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22932 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22933
22934 * gdb.t01/run.exp: Only run shell test if isnative.
22935
22936 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22937 since "run" automatically loads if necessary. Call gdb_target_udi
22938 after the "file" since "file" kills any execution target.
22939
22940 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22941 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22942 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22943 argument for UDI.
22944
22945 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22946
22947 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22948
22949 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22950
22951 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22952
22953 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22954 properly quoting regexps. This makes the second argument to
22955 demangle a fixed string, which matches the callers, instead of a
22956 shell-style pattern which is what the previous implementation
22957 used. Update some of the callers.
22958
22959 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22960
22961 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22962 (comib_nullified_tests): Fix typo.
22963 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22964 strings. No longer expected to fail.
22965
22966 * gdb.disasm/hppa.s (addib_tests): Fix typo.
22967 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22968 strings. No longer expected to fail.
22969
22970 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22971 string. No longer expected to fail.
22972
22973 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22974
22975 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22976 No longer expected to fail.
22977
22978 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22979 string. No longer expected to fail.
22980
22981 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22982
22983 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22984 only in the names (I probably got most of them). I was even
22985 generous with some which differed in underscores in names, and
22986 probably missed a few, and I *still* was able to remove almost a
22987 third of the file with almost no impact on testsuite coverage.
22988
22989 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22990
22991 * gdb.t00/default.exp: Match udi_attach error message as well as
22992 the one from child_attach.
22993
22994 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
22995
22996 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
22997
22998 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
22999 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
23000
23001 * Move test with enums and partial symbols back to
23002 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
23003 Reverts the change of 26 May 93. Per today's change to
23004 stabs.texinfo, the behavior that weird.exp was expecting was
23005 unreasonable; what is important is that the compiler+gdb get
23006 things right, which happens with a recent gcc. Also fix the test
23007 to deal with native compilers which put out the stab gdb can't
23008 deal with.
23009
23010 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23011
23012 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
23013 in the names. The main thing these accomplish is to slow things down.
23014 Many more such duplicates surely remain.
23015
23016 * gdb.t00/help.exp: Comment out "help support" test just like
23017 (and for same reason as) "help set" test.
23018
23019 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
23020
23021 * gdb.t06/break.exp: Remove setup_xfails for
23022 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
23023 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
23024 about known bug in gcc to include up through 2.5.8.
23025 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
23026 well as "_vb$".
23027 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
23028 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
23029 with latest gcc and gdb.
23030 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
23031 well as "_vb$".
23032
23033 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23034
23035 * configure.in (hppa*-*-*): Also configure and build stabs-only
23036 tests.
23037
23038 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23039
23040 * gdb.t10/hppa.mt: A makefile fragment for the PA.
23041 * gdb.t10/configure.in (hppa*-*-*): Use it.
23042
23043 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23044
23045 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
23046
23047 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23048
23049 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
23050 versions prior to 1.13.5.
23051
23052 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23053
23054 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
23055 the prompt is at the start of a line.
23056
23057 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23058
23059 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
23060 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
23061 in the copr tests now.
23062 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
23063 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
23064 expected to fail.
23065
23066 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
23067
23068 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
23069 gdb.t31/chillvars.exp, lib/gdb.exp:
23070 Tweak to run under either version of expect.
23071 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
23072 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
23073 * gdb.t11/list.exp: Remove extraneous whitespace.
23074
23075 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23076
23077 * gdb.t16/printcmds.exp (test_print_strings): Accept
23078 "(unsigned char *) " before the string.
23079
23080 * TODO: Add notes about printing of fancy types and GDB expressions.
23081
23082 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
23083
23084 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
23085 * gdb.t06/configure.in: Don't try to compile signals test program
23086 if doing mips-idt-ecoff.
23087
23088 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
23089
23090 * Most .exp files: Tweak to run under either version of expect.
23091
23092 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23093
23094 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23095 xfails; I'm not sure why they are failing, but not because of PR 1806.
23096
23097 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23098
23099 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23100 defined in lib/gdb.exp.
23101
23102 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23103
23104 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23105 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23106 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23107 have to be typeless.
23108
23109 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23110
23111 * TODO: Add suggestion for copyright year test.
23112
23113 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
23114
23115 * configure.in (*-*-lynxos*): Add stabs tests.
23116
23117 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23118
23119 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
23120 so insert a tab before any assembler directive in column zero.
23121
23122 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
23123 stores.
23124 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
23125 stores.
23126 (fpu_short_memory_tests): Likewise.
23127
23128 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23129
23130 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
23131 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
23132 .stabs directives in comments.
23133
23134 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23135
23136 * TODO: New file, describing tests we could write.
23137 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
23138
23139 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23140
23141 * gdb.t06/signals.exp: Add kludge to force re-sync.
23142
23143 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
23144 to xgdb instead of gdb, get out of gdb.
23145
23146 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
23147
23148 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
23149 for info.
23150
23151 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23152
23153 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
23154 * gdb.stabs/configure.in (hppa*-*-*): Use it.
23155 * gdb.stabs/hppa.sed: New sed script for the PA.
23156
23157 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23158
23159 * gdb.stabs: Re-write weird.def and configuration to use sed
23160 instead of cpp. sed is portable and POSIX; cpp is neither.
23161
23162 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23163
23164 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
23165
23166 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23167
23168 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
23169
23170 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23171
23172 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
23173 "_vb$".
23174 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
23175 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
23176
23177 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23178
23179 * lib/gdb.exp: Comment out code which depends on non-existent
23180 `transform' procedure.
23181
23182 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
23183
23184 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
23185 * lib/gdb.exp: Transform tool name.
23186 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
23187 1.1's new error handling system.
23188
23189 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23190
23191 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
23192
23193 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23194
23195 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
23196 They made pattern matching so slow that timeouts happened on
23197 heavily loaded systems. Now any output from "show print" which
23198 gets us back to the GDB prompt is a PASS.
23199
23200 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
23201
23202 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
23203
23204 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23205
23206 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
23207
23208 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23209 It is not from PR 3220.
23210
23211 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23212
23213 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23214 just started failing because they depended on the order the
23215 subcommands are presented, or exact docstring text. This kind of
23216 test is a pain and has minimal benefit.
23217
23218 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23219
23220 * gdb.t09/corefile.exp: At end of test, use "core" command with
23221 no arguments.
23222
23223 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
23224
23225 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23226 17}/Makefile.in: Make it possible to run the testsuite with Sun
23227 make and CC = cross gcc by adding explicit build rules for .o
23228 files.
23229
23230 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23231
23232 * gdb.t15/funcargs.exp: Don't put comments on same line as
23233 setup_xfail (@#$*%& tcl braindamage!).
23234
23235 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23236
23237 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23238
23239 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
23240
23241 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23242 * gdb.t20/inherit.exp: remove three dumplicate entries.
23243
23244 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23245
23246 * gdb.t06/break.exp: For "next over recursive call", fail on any
23247 incorrect output, not just on "factorial (value=2)".
23248
23249 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23250
23251 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
23252 working now. Add an xfail if accesing a bss variable causes
23253 a memory error if the target is not yet run.
23254
23255 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23256
23257 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23258 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23259 name of __st* demangling (2 strings). Did Kung really get the
23260 more than 95 others right without testing them?
23261
23262 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23263
23264 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23265
23266 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
23267
23268 * configure.in (configdirs): Add gdb.disasm
23269 * gdb.disasm: New directory for GDB disassembler tests.
23270 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23271
23272 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23273
23274 * gdb.t00/help.exp: Don't test "help set".
23275
23276 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23277 from within expect statements. None of these happen anymore and
23278 they cause regressions to be silently unnoticed.
23279
23280 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23281 messages) about known failures with gcc cygnus-2.4.5-930417.
23282
23283 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23284 comp-info.exp so it gets built if it doesn't exist.
23285
23286 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23287 it is no longer used.
23288 * gdb.t13/comp-info.c: Removed.
23289
23290 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23291
23292 * gdb.t06/signals.exp: Add xfail for sun3.
23293
23294 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23295
23296 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23297 relevant because ^C doesn't get sent but failure can be reproduced
23298 interactively).
23299
23300 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23301
23302 * gdb.stabs/alpha.mt: New configuration file for alpha.
23303 * gdb.stabs/configure.in: Use it.
23304 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
23305 sharing with alpha.mt, redefine long to word via preprocessor.
23306 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
23307 for alpha.
23308 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
23309 native cc.
23310 * gdb.t00/teststrategy.exp: Change expect string so that we
23311 consume the `(xgdb)' from the command echo and from the gdb prompt.
23312 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
23313 gdb currently compares all values as long, so this failure probably
23314 applies to any configuration where LONGEST is bigger than a target int.
23315 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
23316 with gcc.
23317 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
23318 to handle opaque pointers, gcc is.
23319 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
23320 as first argument. Include <sys/types.h> and change all operator
23321 new definitions to use size_t.
23322 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
23323 now that we use size_t.
23324
23325 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23326
23327 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
23328 a long or float array cast all array members to the same type.
23329 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
23330 with 64 bit longs.
23331 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
23332 on alpha.
23333 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
23334
23335 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23336
23337 * gdb.t24 (demangle.exp): Constructors of templates have names like
23338 vector<int>::vector(int) not vector<int>::vector<int>(int). See
23339 section 14.6 of the ARM.
23340
23341 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23342 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23343 accomplish little and slow down the testsuite.
23344
23345 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23346 Accept spaces various places.
23347
23348 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23349
23350 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23351 with watchpoint enabled.
23352
23353 * Makefile.in: Remove definition of CC and remove the second
23354 definition of CXX (the "CXX = gcc" one remains). These definitions
23355 were causing backquotes to be expanded within backquotes, which
23356 doesn't work.
23357
23358 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
23359
23360 * gdb.t17/callfuncs.exp: Add "return 0" to end.
23361
23362 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23363
23364 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
23365 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
23366 by mips cc and contains no stabs entries.
23367
23368 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
23369
23370 * config/vx-gdb.exp: Use fake device to load files rather than
23371 NFS.
23372 * lib/gdb.exp: New proc to do "file" command.
23373 * config/unix-gdb.exp: Use new "file" proc.
23374
23375 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
23376
23377 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
23378 Rework board rebooting slightly.
23379 (gdb_exit): Don't exit from the remote shell; there isn't one.
23380 * gdb.stabs/weird.exp: If a program is being debugged already,
23381 kill it.
23382 * gdb.t04/setvar.exp: Stop and restart gdb.
23383 * gdb.t05/expr.exp: Likewise.
23384 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
23385 restart gdb and reload the program.
23386 * gdb.t08/opaque.exp: Likewise.
23387 * gdb.t12/scope.exp: Likewise.
23388 * gdb.t13/bitfields.exp: Likewise.
23389 * gdb.t15/funcargs.exp: Likewise.
23390 * gdb.t20/classes.exp: Likewise.
23391 * gdb.t03/ptype.exp: Increase timeout.
23392 * gdb.t16/printcmds.exp (test_print_string_constants,
23393 test_print_array_constants): Likewise.
23394 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
23395 * gdb.t20/classes.exp (do_tests): Likewise.
23396 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
23397
23398 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
23399
23400 * gdb.stabs: Renamed *wierd* to *weird*.
23401
23402 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23403
23404 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
23405 for timeout. Add "known gcc 2.4.5 bug" to failure message.
23406
23407 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23408
23409 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
23410 (do_tests): Remove xfail for whatis on one_var and two_var.
23411
23412 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
23413
23414 * Makefile.in: Made cross building work better by adding
23415 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
23416
23417 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23418
23419 * gdb.t15/{return.c,return.exp,Makefile.in}:
23420 New test, currently commented out.
23421
23422 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
23423
23424 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23425 still running and removes the leftover named socket so GDb can do
23426 clean restarts.
23427
23428 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
23429
23430 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23431 console, not GDB.
23432 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23433 cross testing works better with "make check"
23434 * config/unix-gdb: Use default procedures for exit and version.
23435 * config/vx-gdb.exp: Cleaned up and massaged back to working order
23436 with the newest VxWorks.
23437
23438 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23439
23440 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23441 old form.
23442
23443 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23444 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23445
23446 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23447
23448 * config/unix-gdb.exp: Remove this version of gdb_exit
23449 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23450 Rob says he'll look at it when he gets back to testing boards.
23451
23452 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23453
23454 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23455 an expected fail for certain ptype commands.
23456
23457 * gdb.t20/classes.exp: Update expected results of "ptype class
23458 Base1" to account for the constructor that now appears in the type.
23459
23460 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23461
23462 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23463 disappeared from list.
23464 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23465 "alldone" proc with call to cleanup and exit.
23466 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23467 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23468 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23469 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23470 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23471 "alldone" proc with simple returns that suppress remaining
23472 tests. The alldone proc went away many months ago.
23473
23474 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23475
23476 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23477
23478 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23479
23480 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23481
23482 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23483 as vax gdb will display them.
23484
23485 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23486
23487 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23488 optimizers.
23489
23490 * scope.exp: Change "bad value for localval" messages so each one
23491 is unique.
23492
23493 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23494 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23495
23496 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23497
23498 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23499
23500 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23501 doesn't exist (due to optimization).
23502
23503 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23504
23505 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23506 contains \r because the filename is long.
23507
23508 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23509 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23510
23511 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23512
23513 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23514 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23515 Ultrix.
23516 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23517 int tests.
23518 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23519
23520 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23521
23522 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23523
23524 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
23525 to match does not match the passing case but still matches the
23526 failing case.
23527
23528 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23529
23530 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23531
23532 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23533
23534 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23535 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23536 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23537 Remove various versions of gdb_exit.
23538 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23539 gdb_exit.
23540 * config/unix-gdb.exp: gdb_exit remains here, and should override
23541 the generic version, since it's doing a lot of wierd stuff that
23542 the other versions aren't. FIXME, fold it in, or abandon this
23543 version.
23544
23545 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23546
23547 * gdb.t24/demangle.exp: Add tests for PR 3220.
23548
23549 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23550
23551 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23552
23553 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23554
23555 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23556 "i386-*-*". Works for i486 as well.
23557
23558 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23559 bug, and expand domain of xfail to all SVR4 systems, since the
23560 actual problem is likely to be in generic SVR4 /proc support.
23561
23562 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23563
23564 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23565
23566 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23567
23568 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23569 xfails for other systems. Match a missing 'Continuing.' as an
23570 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23571
23572 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23573 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23574 Only issue warning for missing executables if -all option is used.
23575
23576 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23577 file if -all option is used. It's like an unpredictable XFAIL.
23578
23579 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23580
23581 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23582 for dynamically linked binaries.
23583
23584 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23585
23586 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23587
23588 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23589 to state that this is a known bug in old versions of g++.
23590
23591 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23592
23593 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23594 while waiting for `Continuing'.
23595
23596 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23597
23598 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23599 in text, data, and bss.
23600 * gdb.t10/nodebug.c: Add local and global test variables for
23601 initialized and uninitialized data.
23602
23603 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23604
23605 * config/unix-gdb.exp (gdb_exit): Add "wait".
23606
23607 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23608
23609 * gdb.t06/signals.exp: xfail the continue from the handler for all
23610 targets.
23611
23612 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
23613 function with watchpoints enabled, the i386 call dummy starts with
23614 a call.
23615
23616 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
23617 386 bsd names its corefiles.
23618
23619 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
23620
23621 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
23622 compilers don't grok it.
23623 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
23624 with small octal ints rather than character constants, which
23625 are signed and might not fit if first promoted to int.
23626
23627 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
23628
23629 * gdb.t09/Makefile.in (clean): Remove corefile.
23630
23631 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23632
23633 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23634
23635 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23636 and Jim Kingdon (kingdon@cygnus.com)
23637
23638 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23639 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
23640 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23641
23642 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23643
23644 * gdb.t17/interrupt.exp: Add xfail for hppa.
23645
23646 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23647
23648 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23649 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
23650 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
23651 to determine signed-ness of bitfields and use the result to setup
23652 the xfail.
23653 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
23654 * gdb.t15/funcargs.exp: Use them to step until the second indirect
23655 call line is reached if necessary.
23656
23657 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23658
23659 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23660
23661 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23662
23663 * gdb.t06/break.exp: Also test `clear' command.
23664
23665 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23666
23667 * gdb.t00/teststrategy.exp: Remove extra quote.
23668
23669 * gdb.t07/watchpoint.exp: Change xfail for calling function with
23670 watchpoint enabled to be for all non-68k machines.
23671
23672 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23673
23674 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23675
23676 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23677 targets use aout.mt instead of ecoff.mt as gas understands
23678 standard aout format.
23679
23680 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23681
23682 * lib/gdb.exp (runto): Don't insist that function we are running to
23683 was compiled with -g.
23684
23685 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23686
23687 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23688 to get back into the read system call.
23689 Accept leading newline in case where we woke it up.
23690
23691 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23692
23693 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
23694 to make the stabs test work on ecoff systems using gcc and -with-stabs.
23695 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
23696 enable ecoff configuration.
23697
23698 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23699
23700 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23701
23702 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23703
23704 * gdb.t16/printcmds.exp: Add another printf test.
23705
23706 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
23707
23708 * configure.in: If configured -with-stabs on any target, add
23709 stabsdirs to configdirs.
23710
23711 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23712
23713 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23714 fun" so pattern does not match the command itself.
23715
23716 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23717
23718 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23719
23720 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23721
23722 * gdb.t17/interrupt.exp: Test for more things.
23723
23724 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23725
23726 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23727 compiler arranges the code and line numbers.
23728
23729 * gdb.t17/interrupt.exp: Don't send \n after ^C.
23730
23731 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23732
23733 * gdb.t00/help.exp: Increase expect input buffer size.
23734
23735 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23736
23737 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23738
23739 * gdb.t07/watchpoint.exp: Add xfail for hppa.
23740
23741 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23742
23743 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23744 [0-9]*, not just [0-9].
23745
23746 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23747
23748 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23749
23750 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23751
23752 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23753
23754 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23755
23756 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23757
23758 * gdb.t06/signals.c: Add xfails for sun3.
23759
23760 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23761
23762 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
23763 test_stepping tests.
23764
23765 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23766
23767 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23768
23769 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23770
23771 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23772 rather than actually putting it through cpp twice.
23773
23774 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23775
23776 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
23777
23778 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23779 no longer needed.
23780
23781 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23782
23783 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23784
23785 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23786 C++ features prints as "struct", make it a pass, not an xfail.
23787
23788 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23789
23790 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23791 Don't require VA to print as "class" rather than "struct".
23792
23793 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
23794
23795 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23796
23797 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23798
23799 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23800
23801 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23802
23803 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
23804 order.
23805
23806 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23807
23808 * gdb.t16/printcmds.exp: Add printf tests.
23809
23810 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23811
23812 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23813
23814 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
23815
23816 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
23817 pass counts, to counteract any existing or future setup_xfails.
23818
23819 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23820
23821 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23822 {BEGIN,END}_COMMON for common block instead of STAB.
23823 * gdb.stabs/wierd.exp: Add xfail for rs6000.
23824
23825 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23826 intp_var should be N_GSYM not N_LSYM.
23827 wierd-aout.S: Use a label for the value of the N_SO.
23828 wierd.def: Remove all backslashes.
23829 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23830
23831 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23832
23833 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23834 get the expected next to inheritance3.
23835
23836 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23837
23838 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23839 now that gcc-2.4 gets it right.
23840
23841 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23842
23843 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23844
23845 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23846 generating comp-info.exp which works for cross-compilation.
23847
23848 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
23849
23850 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
23851 "*-*-sysv4.*".
23852
23853 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
23854
23855 * gdb.t01/run.exp: Start with a fresh gdb.
23856 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
23857 SVR4.x.
23858
23859 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
23860
23861 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23862 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23863 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23864 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23865 things to remove.
23866
23867 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
23868
23869 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
23870 test cases from bug reports.
23871
23872 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
23873
23874 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
23875 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
23876 avoid spurious xfails.
23877 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
23878 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
23879 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
23880
23881 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
23882
23883 * gdb.t00/teststrategy.exp: Rework to provide more useful
23884 description of each test, fix problem with systems that define
23885 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23886 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
23887 results for "next over recursive call" so timeouts aren't taken
23888 by error.
23889
23890 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
23891
23892 * gdb.t12/scope.exp: Test printing of variables before run.
23893
23894 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23895 printed in wrong order due to sorting.
23896
23897 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
23898
23899 * gdb.t00/teststrategy.exp: Fix expected results for printing
23900 user entered string constant. Is array of char, prints with no
23901 address.
23902
23903 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
23904 commands.
23905 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
23906 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
23907 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
23908 of struct of char arrays.
23909 * gdb.t00/radix.exp: New tests for radix commands.
23910
23911 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
23912
23913 * gdb.t16/printcmd.exp: Print a variable before running program
23914 (with xfail for AIX).
23915
23916 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
23917
23918 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23919
23920 * gdb.t16/printcmd.exp: Don't print variables before running program.
23921
23922 * gdb.t06/break.exp: Don't require envp argument to main.
23923
23924 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23925
23926 * gdb.t02/whatis.exp, gdb.t11/list.exp:
23927 Add xfails for rs6000.
23928
23929 * gdb.t02/whatis.exp: Change other tests not to re-test something
23930 we already tested.
23931
23932 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23933 each type used has a variable of that type.
23934
23935 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23936
23937 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23938
23939 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
23940
23941 * configure.in: change srctrigger to be a file, not a directory
23942
23943 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23944
23945 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23946
23947 * gdb.t11/list.exp: Fixed a couple of typos.
23948
23949 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
23950
23951 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
23952 is fixed and PR is closed.
23953 * gdb.t16 (gdbme.c): Add simple test string variable.
23954 * gdb.t16 (printcmds.exp): Add tests with simple test string
23955 variable, primarily for boundaries on "set print elements".
23956
23957 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
23958
23959 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23960 Make leading 0's optional and don't expect a tab in the middle
23961 of the number.
23962
23963 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23964
23965 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23966 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
23967 don't end command passed to gdb_test with newline.
23968
23969 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23970 signed keyword away, don't expect signed bitfields to be signed.
23971
23972 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23973 printing with only as many 1's as are in the field as well as printing
23974 with 32 1's (see comment).
23975
23976 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
23977
23978 * gdb.t00/default.exp: Start with a fresh gdb.
23979 * configure.in (configdirs): Remove gdb.t31 until the chill
23980 compiler works again. It no longer is able to find chillrt0
23981 since it isn't in libchill.a anymore.
23982 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
23983 wierd.o, make more modular.
23984 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
23985 spurious newlines that caused problems.
23986
23987 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23988
23989 * Move test with enums and partial symbols from gdb.t03/ptype.exp
23990 to gdb.stabs/wierd.exp since GCC has worked around the bug.
23991 gdb.stabs/wierd.{exp,def}: Many new tests.
23992
23993 * gdb.t00/default.exp: update info line for new message.
23994
23995 * gdb.t02/{whatis.exp,gdbme.c}:
23996 Test that "char *" doesn't print as "caddr_t".
23997
23998 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23999
24000 * gdb.t00/help.exp: Use .* in place of some help messages which
24001 just changed.
24002 gdb.t00/default.exp: Update "info frame" test for new message.
24003 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
24004 Remove some xfails
24005
24006 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24007
24008 * gdb.t03/{gdbme.c,ptype.exp}:
24009 Add tests for typedef'd struct and union without tags.
24010 Also check "whatis" on a variable of a typedef'd enum without a tag.
24011
24012 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
24013 PRMS 1823; the bug still exists but isn't reproduced by this test
24014 anymore), and remove rs6000 XFAIL (the bug is fixed).
24015
24016 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
24017 duplicated from whatis.exp. For those that are left, accept
24018 "long", "long int", or "int" for long variables (whatis.exp already
24019 has an XFAIL for "int", so no need to fail it here).
24020
24021 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
24022 Deal with GCC's names for types now that GDB uses the compiler's names.
24023
24024 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
24025 setup_xfail's for sunos4. If we #defined the signed keyword away,
24026 don't expect GDB to know that char it is signed.
24027
24028 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
24029
24030 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
24031
24032 * configure.in (configdirs): Add gdb.t24 for C++ tests that
24033 should work on any system, regardless of debugging format.
24034 * gdb.t21/demangle.exp: Move to gdb.t24.
24035 * gdb.t24/demangle.exp: Move from gdb.t21.
24036 * gdb.t24/{Makefile.in, configure.in}: New files.
24037
24038 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24039
24040 * configure.in: Do gdb.stabs and C++ tests only for stabs.
24041 * gdb.stabs: New directory.
24042
24043 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24044
24045 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
24046 not just "Quit anyway?".
24047
24048 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
24049
24050 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
24051 that all setup_xfails are immediately followed by clear_xfails.
24052
24053 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
24054
24055 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
24056 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
24057 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
24058 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
24059 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
24060 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24061 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24062 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
24063 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
24064 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
24065 gdb.t31/chillvars.exp, lib/gdb.exp:
24066 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
24067 bug-gdb@prep.ai.mit.edu.
24068
24069 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
24070
24071 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
24072 with 0.0, not integer 0.
24073
24074 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
24075
24076 * gdb.t06/break.exp: Update for "Kill the program" message change.
24077
24078 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
24079
24080 * Makefile.in (GDBFLAGS): Set to -nx.
24081 * Makefile.in (site.exp): Use GDBFLAGS.
24082
24083 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24084
24085 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
24086 Makefiles.
24087 (check): depend on just-check.
24088 (just-check): added so that tests can be run without a noop
24089 build pass.
24090
24091 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24092
24093 Switch to using configure's configdirs.
24094 * Makefile.in (Makefile): add configure.in dependency.
24095 (SUBDIRS): removed redundant assignment.
24096 * configure.in: switch subdirs assignment to configdirs.
24097 * gdb.t*/configure.in: new files.
24098
24099 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24100
24101 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24102 works.
24103
24104 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24105
24106 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24107 in explicit rules. Apparently this is not supported by some makes.
24108
24109 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24110
24111 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24112
24113 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24114
24115 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
24116 disappeared.
24117
24118 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
24119
24120 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
24121
24122 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
24123
24124 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
24125 watchpoint problem that is now fixed.
24126 * gdb.t30/chexp.exp: Remove setup_xfail for printing
24127 uninitialized convenience variables.
24128 * gdb.t31/chillvars.exp: Fix expected patterns for printing
24129 structures.
24130
24131 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24132
24133 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
24134 which causes expect to get out of sync with gdb on long output
24135 from help set.
24136 * gdb.t09/corefile.exp: Make expected pattern for core file
24137 failing signal and frame output format less sun specific.
24138
24139 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
24140
24141 * gdb.t31/chillvars.exp: Add and remove initial dummy
24142 breakpoint, so that symbol table is forced in.
24143 (Needed at least on Sunos4, though it seems not SVR4.)
24144 * gdb.t31/chillvars.exp: Update for changed output format.
24145
24146 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
24147
24148 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
24149
24150 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
24151
24152 * Makefile.in: Added --srcdir when invoking runtest, removed the
24153 need for a local config file. (optional now)
24154
24155 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
24156
24157 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
24158 failure count used to force early termination. Add some more
24159 expected failures for gnu style demangling.
24160
24161 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24162
24163 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
24164 pmi variable from gdb.t20/gdbme to get optimized away.
24165 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
24166 Check for written corefile upon timeout _and_ eof.
24167
24168 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24169
24170 * config/unix-gdb.exp: Add missing return 0.
24171
24172 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24173
24174 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
24175 test termination.
24176
24177 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24178
24179 * configure.in (subdirs): Put back gdb.t17 which mysteriously
24180 disappeared.
24181
24182 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
24183
24184 * gdb.t10/crossload.exp: Disable the i860-elf test until such
24185 time as i860 support works.
24186
24187 * gdb.t15/funcargs.exp: Fix expected outputs to include
24188 "backtrace 100\r" rather than just "backtrace\r", to match last
24189 change.
24190
24191 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
24192
24193 * config/udi-gdb.exp (gdb_exit): Remove close command.
24194 (gdb_target_udi): New procedure to set the UDI target.
24195 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
24196 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
24197 Added waits for prompts after several question responses. Added
24198 some more responses used by a29k-amd-udi-gdb.
24199 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
24200 pass different arguments, restart UDI connection after program
24201 completion.
24202 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
24203 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24204 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
24205 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
24206 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
24207 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
24208 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24209 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24210 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24211 after program completion.
24212 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24213 compiled with a SELECT_VECS setting.
24214 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24215 infinite recursion.
24216
24217 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24218 Added checks for COFF results, and made them expected failures for
24219 all targets. It would be better to make them expected failures
24220 for COFF targets only.
24221
24222 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
24223
24224 * Makefile.in: add null dvi target, don't bother to recurse
24225 through test directories for info and install-info; rename
24226 $(datadir) to be dejagnu instead of deja-gnu
24227
24228 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
24229
24230 * gdb.t31/gdbme.ch: Re-enable code that previously caused
24231 compiler to coredump.
24232 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
24233 code.
24234
24235 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
24236
24237 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
24238 coredump.
24239 * gdb.t31/chillvars.exp: Comment out tests that depend on that
24240 code.
24241
24242 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
24243
24244 * gdb.t03/ptype.exp: tests for return code from gdb_test.
24245 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24246 which in a shell. Deletes xgdb when done.
24247 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24248 Tests the return from the "set height" or "set width" commands.
24249 Added a few return codes where needed.
24250
24251 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
24252
24253 * Makefile.in (SUBDIRS): Add gdb.t17.
24254 * configure.in (subdirs): Add gdb.t17.
24255 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
24256 files to test gdb's calling of functions in the inferior with
24257 the correct arguments and gdb's ability to retrieve any
24258 result returned.
24259
24260 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
24261
24262 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24263 may be called after gdb goes away. Previous versions of expect
24264 needed these to avoid file descriptor leaks, but they cause
24265 errors with the current revision of expect.
24266 * gdb.t00/gdbvars.exp: Use -re on expected output after
24267 setting sevenbit-strings.
24268 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
24269 to set sevenbit-strings consistent across tests.
24270 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
24271 set sevenbit-strings consistent across tests.
24272
24273 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24274
24275 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
24276 expected output to match current "expect" expectations.
24277
24278 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
24279
24280 * gdb.t00/default.exp: Change expected output for default "source"
24281 command, to match new gdb behavior which requires a filename to
24282 source.
24283
24284 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
24285
24286 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
24287 expected fail for i486-*-* that misses the marker2 function.
24288 * gdb.t10/crossload.exp (bfddefault): Allow successful
24289 recognition of a format to pass even if no symbols are found.
24290 Explicitly catch failures where the format is not recognized
24291 or is ambiguous, and add the reason to the fail message.
24292 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
24293 the cause is and invalid target and add reason to failure message.
24294 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
24295 elf32-i386, elf32-sparc, and elf32-i860.
24296 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24297 Set up expected failure for 'filename'::variable scope resolution,
24298 which is now apparently broken on all targets.
24299 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24300 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24301 gdb.t23/templates.exp: Change failure for missing binfile into
24302 just a warning.
24303 gdb.t21/demangle.exp: Change all cfront references to 'arm'
24304 references.
24305
24306 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
24307
24308 * gdb.t00/default.exp: Add expected output for default "source"
24309 command, to match new gdb behavior.
24310 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
24311
24312 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
24313
24314 * config/*-gdb.exp: returns an error, rather than exiting on
24315 internal errors.
24316
24317 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
24318
24319 * gdb.t03/gdbme.c: Add pointer to struct variable.
24320 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
24321 referencing struct members.
24322
24323 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
24324
24325 * configure.in (mips-idt-ecoff): New target.
24326 * config/mips-gdb.exp: New file for remote board using MIPS remote
24327 debugging protocol.
24328
24329 * Redid configuration scheme. Removed gdb.t*/configure.in.
24330 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
24331 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
24332 distclean targets. Built executables via .o files. Adjusted
24333 tests to account for source files in $(srcdir) rather than
24334 $(objdir).
24335 * lib/gdb.exp (runto): Don't expect () after the function name,
24336 because it may have arguments.
24337
24338 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
24339
24340 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24341 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24342 expected failures for mips-idt-* and mips-sgi-*.
24343 * gdb.t00/default.exp (attach): Kill process if requested.
24344 * gdb.t00/help.exp (help target core, help target): Accept a gdb
24345 that does not read core files.
24346 * gdb.t01/run.exp: Removed checks for exit status code.
24347 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24348 it is linked in.
24349 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24350 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24351 appropriate, rather than doing it by hand.
24352 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24353 execution.
24354 * gdb.t10/crossload.exp: Kill existing program if needed.
24355 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
24356 appropriate, rather than doing it by hand. Always increase
24357 timeout for this test, not just for VxWorks.
24358
24359 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
24360
24361 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
24362 of Chill STRUCT types and STRUCT values.
24363 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
24364 than "char".
24365 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
24366 struct2): New struct definitions and initializations to test
24367 simple Chill STRUCT types.
24368
24369 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
24370
24371 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
24372 the null byte at the end of strings.
24373 * gdb.t00/default.exp: Make show version insensitive to copyright
24374 date.
24375 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
24376 to avoid dependencies on target char signedness.
24377 * gdb.t16/printcmds.exp: Update expected results for explicitly
24378 unsigned char.
24379 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
24380 now work.
24381 * gdb.t21/demangle.exp: Add many more patterns for template
24382 demangling, most of them being expected failures.
24383 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
24384 string we are matching for, to match on the whole string.
24385 * gdb.t21/demangle.exp: Add many new test strings to demangle,
24386 and fix a whole bunch that had incorrect expected output but were
24387 passing anyway because of the bug in "proc demangle".
24388 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
24389 type.
24390 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
24391
24392 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
24393
24394 * gdb/testsuite: made modifications to testcases, etc., to allow
24395 them to work properly given the reorganization of deja-gnu and the
24396 relocation of the testcases from deja-gnu to a "tool" subdirectory.
24397
24398 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
24399
24400 * gdb/testsuite: Initial creation of gdb/testsuite.
24401 Migrated dejagnu testcases and support files for testing nm to
24402 gdb/testsuite from deja-gnu. These files were moved "as is"
24403 with no modifications. This migration is part of a major overhaul
24404 of dejagnu. The modifications to these testcases, etc., which
24405 will allow them to work with the new version of dejagnu will be
24406 made in a future update.
24407
24408 For additional changes see gdb.mi/ChangeLog-1999-2003.
24409 \f
24410 ;; Local Variables:
24411 ;; mode: change-log
24412 ;; left-margin: 8
24413 ;; fill-column: 74
24414 ;; version-control: never
24415 ;; End:
24416
24417 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
24418 2003, 2004, 2005 Free Software Foundation, Inc.
24419 Copying and distribution of this file, with or without modification,
24420 are permitted provided the copyright notice and this notice are preserved.