359452d0a547bf919baa8b941f9383b77d8d0b57
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-06-06 Pedro Alves <pedro@codesourcery.com>
2
3 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
4
5 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
6
7 From Stephen Kitt <steve@sk2.org>
8 * gdb.base/help.exp: Adjust following some spelling corrections
9 in GDB.
10
11 2011-06-01 Yao Qi <yao@codesourcery.com>
12
13 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
14
15 2010-05-31 Keith Seitz <keiths@redhat.com>
16
17 PR c++/12750
18 * gdb.cp/static-method.cc: New file.
19 * gdb.cp/static-method.exp: New file.
20
21 2010-05-31 Keith Seitz <keiths@redhat.com>
22
23 PR symtab/12704
24 * gdb.cp/anon-ns.cc: New file.
25 * gdb.cp/anon-ns.exp: New file.
26
27 2011-05-31 Pedro Alves <pedro@codesourcery.com>
28
29 * gdb.arch/i386-dr3-watch.c: New file.
30 * gdb.arch/i386-dr3-watch.exp: New file.
31
32 2011-05-30 Yao Qi <yao@codesourcery.com>
33
34 * gdb.base/callfuncs.c (t_structs_fc): New.
35 (t_structs_dc, t_structs_ldc): New.
36 (t_double_many_args):
37 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
38 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
39 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
40 * gdb.base/callfuncs.exp: Call new functions.
41
42 2011-05-30 Yao Qi <yao@codesourcery.com>
43
44 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
45 Call rerun_and_prepare for each test to isolate effects.
46
47 2011-05-30 Yao Qi <yao@codesourcery.com>
48
49 * gdb.base/varargs.c (find_max_float_real): New.
50 (find_max_double_real, find_max_long_double_real): New.
51 * gdb.base/varargs.exp: Call these new added functions.
52 * lib/gdb.exp (setup_kfail_for_target): New.
53
54 2011-05-30 Yao Qi <yao@codesourcery.com>
55
56 * gdb.base/funcargs.c (callca, callcb, callcc): New.
57 (callcd, callce, callcf, callc1a, callc1b): New.
58 (callc2a, callc2b): New.
59 * gdb.base/funcargs.exp (complex_args): New.
60 (complex_integral_args, complex_float_integral_args): New.
61 * lib/gdb.exp (support_complex_tests): New. Determine
62 whether to run test cases on _Complex types.
63
64 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
65
66 * gdb.threads/leader-exit.c: New file.
67 * gdb.threads/leader-exit.exp: New file.
68
69 2011-05-27 Marek Polacek <mpolacek@redhat.com>
70
71 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
72
73 2011-05-27 Marek Polacek <mpolacek@redhat.com>
74
75 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
76 remove the `supported' variable.
77 * gdb.mi/mi-nonstop.exp: Likewise.
78 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
79 * gdb.mi/mi-nsintrall.exp: Likewise.
80 * gdb.mi/mi-nsmoribund.exp: Likewise.
81 * gdb.mi/mi-nsthrexec.exp: Likewise.
82
83 2011-05-26 Pedro Alves <pedro@codesourcery.com>
84
85 * gdb.reverse/finish-reverse-bkpt.exp: New test.
86
87 2011-05-26 Pedro Alves <pedro@codesourcery.com>
88
89 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
90
91 2011-05-24 Keith Seitz <keiths@redhat.com>
92
93 PR breakpoint/12803
94 * gdb.cp/cmpd-minsyms.cc (a): New method.
95 (b): New method.
96 (c): New method.
97 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
98
99 2011-05-24 Pedro Alves <pedro@codesourcery.com>
100
101 * gdb.base/commands.exp (watchpoint_command_test): Check that the
102 watchpoint's command list didn't execute when the watchpoint went
103 out of scope.
104
105 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
106
107 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
108 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
109 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
110 * gdb.arch/i386-gnu-cfi.exp: Likewise.
111 * gdb.arch/i386-permbkpt.exp: Likewise.
112 * gdb.arch/i386-prologue.exp: Likewise.
113 * gdb.arch/i386-size-overlap.exp: Likewise.
114 * gdb.arch/i386-size.exp: Likewise.
115 * gdb.arch/i386-unwind.exp: Likewise.
116 * gdb.reverse/i386-precsave.exp: Likewise.
117 * gdb.reverse/i386-reverse.exp: Likewise.
118 * gdb.reverse/i386-sse-reverse.exp: Likewise.
119 * gdb.reverse/i387-env-reverse.exp: Likewise.
120 * gdb.reverse/i387-stack-reverse.exp: Likewise.
121
122 2011-05-24 Pedro Alves <pedro@codesourcery.com>
123
124 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
125 file doesn't error, using MI.
126
127 2011-05-23 Tom Tromey <tromey@redhat.com>
128
129 * gdb.base/charset.exp (string_display): Add tests to assign to
130 arrays.
131 * gdb.base/charset.c (short_array, int_array, long_array): New.
132
133 2011-05-20 Pedro Alves <pedro@codesourcery.com>
134
135 Cope with async mode.
136
137 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
138 into gdb_test + mi_expect_stop.
139
140 2011-05-20 Pedro Alves <pedro@codesourcery.com>
141
142 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
143 (callme): Remove printf call.
144
145 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
146
147 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
148 quote pattern to avoid problems with Cygwin/mingw expect versions.
149 * gdb.base/default.exp (show convenience): Use double
150 quote pattern for regular expressions.
151
152 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
153
154 Fix -readnow for -gdwarf-4 unused type units.
155 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
156 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
157
158 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
159
160 * gdb.base/kill-after-signal.c: New file.
161 * gdb.base/kill-after-signal.exp: New file.
162
163 2011-05-16 Pedro Alves <pedro@codesourcery.com>
164
165 * gdb.ada/start.exp: Call untested with the correct test filename.
166 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
167 test filename. Make the test's binary unique.
168 * gdb.arch/i386-signal.exp: Call untested with the correct test
169 filename.
170 * gdb.arch/i386-size-overlap.exp: Ditto.
171 * gdb.arch/Makefile.in (EXECUTABLES): Update.
172 * gdb.base/gcore-buffer-overflow.exp: Ditto.
173 * gdb.cp/call-c.exp: Ditto.
174 * gdb.mi/mi-reverse.exp: Call untested with the correct test
175 filename. Make the test's binary unique.
176 * gdb.mi/Makefile.in (EXECUTABLES): Update.
177 * gdb.python/py-mi.exp: Ditto.
178 * gdb.python/Makefile.in (EXECUTABLES): Update.
179 * gdb.reverse/i386-precsave.exp: Ditto.
180 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
181 test filename.
182 * gdb.reverse/i387-stack-reverse.exp: Ditto.
183 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
184 unique.
185 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
186 test filename.
187 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
188 * gdb.trace/tfile.exp: Ditto.
189
190 2011-05-14 Yao Qi <yao@codesourcery.com>
191
192 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
193 type.
194
195 2011-05-13 Doug Evans <dje@google.com>
196
197 * gdb.python/py-objfile-script.exp: New file.
198 * gdb.python/py-objfile-script.c: New file.
199 * gdb.python/py-objfile-script-gdb.py: New file.
200 * testsuite/gdb.python/py-section-script.exp: Test
201 "info auto-load-scripts".
202
203 2011-05-13 Tom Tromey <tromey@redhat.com>
204
205 * gdb.dwarf2/clztest.exp: New file.
206 * gdb.dwarf2/clztest.c: New file.
207 * gdb.dwarf2/clztest.S: New file.
208
209 2011-05-13 Doug Evans <dje@google.com>
210
211 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
212 String16 tests.
213
214 2011-05-13 Tom Tromey <tromey@redhat.com>
215
216 * lib/gdb.exp (is_x86_like_target): New proc.
217 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
218 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
219 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
220 -nostdlib to compiler.
221 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
222 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
223 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
224 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
225 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
226
227 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
228
229 * gdb.python/py-function.exp: Test setting a value from a function
230 which executes a command.
231
232 2011-05-12 Tom Tromey <tromey@redhat.com>
233
234 * gdb.dwarf2/typeddwarf.S: New file.
235 * gdb.dwarf2/typeddwarf.c: New file.
236 * gdb.dwarf2/typeddwarf.exp: New file.
237
238 2011-05-12 Marek Polacek <mpolacek@redhat.com>
239
240 * gdb.mi/mi-basics.exp: Fix races. Honour the
241 `test_exec_and_symbol_mi_operatons' return value.
242 (test_mi_interpreter_selection): Use mi_gdb_test instead of
243 gdb_test_multiple.
244 (test_exec_and_symbol_mi_operatons): Likewise.
245 (test_path_specification): Likewise.
246
247 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
248
249 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
250 (gdb_touch_execfile): Remove catch wrappers. New variable time.
251 Replace `file copy' and `file rename' by `file mtime'. Twice.
252
253 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
254
255 * gdb.base/readline-ask.c: New file.
256 * gdb.base/readline-ask.exp: New file.
257 * gdb.base/readline-ask.inputrc: New file.
258
259 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
260
261 * gdb.cell/bt.exp: Delete breakpoints before running to signal
262 to avoid race condition.
263 * gdb.cell/coremaker.c: Use small stack size.
264 * gdb.cell/ea-standalone.exp: Use file name without path as
265 argument to c_to.
266 * gdb.cell/fork.exp: Allow other output when continuing to end.
267
268 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
269
270 * gdb.threads/corethreads.c: New file.
271 * gdb.threads/corethreads.exp: New file.
272
273 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
274
275 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
276 Try to compile the test using -Wl,-z,norelro first.
277 (load_core): New variable libthread_db_seen, initialize it.
278 (zeroed-threads cannot be listed): Protect it by XFAIL on
279 !$libthread_db_seen.
280
281 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
282
283 PR 12573
284 * gdb.dwarf2/dw2-skip-prologue.S: New file.
285 * gdb.dwarf2/dw2-skip-prologue.c: New file.
286 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
287
288 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
289
290 * gdb.cp/psymtab-parameter.cc: New file.
291 * gdb.cp/psymtab-parameter.exp: New file.
292
293 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
294
295 Fix a race.
296 * gdb.cp/static-print-quit.exp (print c): Split to ...
297 (print c - <return>, print c - q <return>, print c - to quit):
298 ... these. Make the testfile untested on gdb-7.1.
299
300 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
301
302 * lib/gdb.exp (exec_target_file, exec_symbol_file,
303 gdb_rename_execfile, gdb_touch_execfile): New.
304 * gdb.base/reread.exp: Use new procs to handle multiple
305 exec files.
306
307 2011-05-05 Yao Qi <yao@codesourcery.com>
308
309 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
310 (test_adr_32bit, test_pop_pc): New.
311 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
312 (test_adr_32bit, test_pop_pc): New.
313
314 2011-05-04 Joseph Myers <joseph@codesourcery.com>
315
316 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
317 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
318 targets.
319 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
320 handle targets.
321
322 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
323
324 * gdb.base/completion.exp (complete help info wat): Rename to ...
325 (complete 'help info wat'): ... here.
326 Remove all `-re ".*' and `-re "^.*' redundant regexes.
327 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
328
329 2011-05-04 Pedro Alves <pedro@codesourcery.com>
330
331 * gdb.base/completion.exp: Use gdb_test_multiple instead of
332 gdb_test and explicit $gdb_prompt/timeout matches.
333
334 2011-05-04 Yao Qi <yao@codesourcery.com>
335
336 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
337 and __thumb2__.
338
339 2011-05-03 Marek Polacek <mpolacek@redhat.com>
340
341 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
342 in place of `gdb_test "delete breakpoints"'. This eliminates two
343 testcases.
344
345 2011-05-02 Pedro Alves <pedro@codesourcery.com>
346
347 PR testsuite/12649
348 Fix races.
349
350 * gdb.base/completion.exp: Remove all sleep calls. Remove
351 unnecessary regexs. Don't explicitly expect anything after the
352 prompt. Eat the prompt if necessary.
353
354 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
355
356 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
357 accept to show the caller line again as well as the line after.
358
359 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
360
361 PR mi/12531
362
363 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
364 compile target.
365 * gdb.python/py-prettyprint.exp: Add C++ object for
366 CPLUS_FAKE_CHILD test.
367
368 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
369
370 * gdb.base/signest.exp: New file.
371 * gdb.base/signest.c: Likewise.
372
373 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
374
375 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
376 thread and breakpoint notifications.
377
378 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
379
380 * gdb.base/fortran-sym-case.c: New file.
381 * gdb.base/fortran-sym-case.exp: New file.
382 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
383 * gdb.dwarf2/dw2-case-insensitive.c: New file.
384 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
385
386 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
387
388 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
389 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
390 false #1', `if true else false #2' and `if true else false #3'.
391
392 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
393
394 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
395 while delivering signal.
396
397 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
398
399 MI breakpoint notifications.
400
401 * testsuite/gdb.mi/mi-cli.exp: Adust.
402 * testsuite/gdb.mi/mi2-cli.exp: Adust.
403 * testsuite/gdb.mi/mi-watch.exp: Adust.
404 * testsuite/gdb.mi/mi2-watch.exp: Adust.
405 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
406 notifications.
407
408 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
409
410 * gdb.base/gdbindex-stabs-dwarf.c: New file.
411 * gdb.base/gdbindex-stabs.c: New file.
412 * gdb.base/gdbindex-stabs.exp: New file.
413
414 2011-04-25 Yao Qi <yao@codesourcery.com>
415
416 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
417 with /*...*/.
418 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
419
420 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
421
422 * gdb.python/py-value.exp (test_objfiles): Name the first test
423 `py-value in file.filename'.
424
425 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
428 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
429 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
430 !gdbserver_reconnect_p..
431 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
432
433 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
434
435 * gdb.cp/cpcompletion.exp (complete class methods)
436 (complete class methods beginning with F): Move them above runto. New
437 comment about the runto delimiter.
438
439 2011-04-20 Pedro Alves <pedro@codesourcery.com>
440
441 * gdb.base/maint.exp: Test that "maint print registers" works
442 without a running program.
443
444 2011-04-20 Marek Polacek <mpolacek@redhat.com>
445
446 * gdb.base/setshow.exp: Fix racy tests.
447 ($old_gdb_prompt): New variable.
448
449 2011-04-19 Tom Tromey <tromey@redhat.com>
450
451 * gdb.mi/mi-nsmoribund.exp:
452 * gdb.hp/gdb.objdbg/objdbg01.exp:
453 * gdb.base/structs.exp (test_struct_returns):
454 * gdb.base/call-sc.exp (test_scalar_returns):
455 * gdb.base/bigcore.exp: Remove duplicate words.
456
457 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 * gdb.base/break-interp-lib.c (v, vptr): New variables.
460 * gdb.base/break-interp.exp (test_attach): New comment.
461
462 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
463
464 * gdb.threads/gcore-thread.exp ($core0file): New variable.
465 (clear __stack_user.next, clear stack_used.next)
466 (save a zeroed-threads corefile): New test.
467 Call core_load for $core0file.
468 (zeroed-threads cannot be listed): New test.
469
470 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
471
472 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
473 filename.
474 ($srcfile): Preserve the original value.
475 ($testfile): Match it the .exp filename.
476 ($corefile): New variable. Substitute it around.
477 Use clean_restart.
478 ($prev_timeout): Remove.
479 (load_core): Move core loading into this proc.
480 Fix restore of $timeout if load_core fails.
481
482 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
483
484 * gdb.base/eu-strip-infcall.c: New file.
485 * gdb.base/eu-strip-infcall.exp: New file.
486
487 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
488
489 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
490 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
491
492 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
493
494 Fix Python access to inlined frames.
495 * gdb.python/py-frame-inline.c: New file.
496 * gdb.python/py-frame-inline.exp: New file.
497
498 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
499
500 * gdb.base/gdb1090.exp: Change breakpoint location to read the
501 content of 's24' correctly (avoiding "optimized out").
502 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
503
504 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
505
506 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
507
508 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
509
510 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
511 expect a colon in watch -location output.
512
513 2011-04-13 Marek Polacek <mpolacek@redhat.com>
514
515 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
516 New testcase `expect response to define backtrace'. Also remove
517 redundant `default' block.
518
519 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
520
521 * gdb.python/py-prettyprint.c (struct hint_error): New.
522 (main): New variable hint_error.
523 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
524 "print hint_error".
525 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
526 (register_pretty_printers): Register it.
527
528 2011-04-04 Tom Tromey <tromey@redhat.com>
529
530 * gdb.cp/maint.exp (test_help): Update.
531 (test_namespace): Likewise.
532
533 2011-04-01 Joel Brobecker <brobecker@adacore.com>
534
535 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
536 * gdb.ada/arrayptr.exp: Add new tests.
537
538 2011-04-01 Joel Brobecker <brobecker@adacore.com>
539
540 * gdb.ada/mi_catch_ex: New testcase.
541
542 2011-04-01 Pedro Alves <pedro@codesourcery.com>
543
544 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
545 base::overload(void) method without specifying "const".
546
547 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
548
549 * gdb.arch/thumb-singlestep.S: New file.
550 * gdb.arch/thumb-singlestep.exp: Likewise.
551
552 2011-03-31 Tom Tromey <tromey@redhat.com>
553
554 * gdb.python/py-prettyprint.py (exception_flag): New global.
555 (NoStringContainerPrinter._iterator.next): Check it.
556 * gdb.python/py-prettyprint.c (main): New variable nstype2.
557 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
558
559 2011-03-29 Tom Tromey <tromey@redhat.com>
560
561 * gdb.cp/anon-struct.cc: New file.
562 * gdb.cp/anon-struct.exp: New file.
563
564 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
565
566 Test STT_GNU_IFUNC support.
567 * gdb.base/gnu-ifunc-lib.c: New file.
568 * gdb.base/gnu-ifunc.c: New file.
569 * gdb.base/gnu-ifunc.exp: New file.
570
571 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
572
573 Support a ring of related breakpoints.
574 * gdb.base/watchpoint-delete.c: New file.
575 * gdb.base/watchpoint-delete.exp: New file.
576
577 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
578
579 * gdb.ada/arrayparam.exp (print first after function call): Use
580 explicit package name. Add a comment
581 (print lasta after function call): Rename ...
582 (print last after function call): ... it and use explicit package
583 name.
584 (print length after function call): Use explicit package name.
585 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
586 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
587 (multiple matches for symbol i): Rename ...
588 (multiple matches for symbol integervar): ... it.
589 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
590 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
591
592 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
593
594 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
595 environment variable to make grep output more predictable. Move
596 all the environment setup into gdb_init so it's done once per test
597 case rather than each time we start gdb.
598
599 2011-03-24 Tom Tromey <tromey@redhat.com>
600
601 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
602 test.
603
604 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
605
606 * gdb.dwarf2/dw2-entry-value-main.c: New file.
607 * gdb.dwarf2/dw2-entry-value.S: New file.
608 * gdb.dwarf2/dw2-entry-value.exp: New file.
609
610 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
611
612 PR python/12183
613
614 * gdb.python/py-function.exp: Add GdbError tests.
615
616 2011-03-18 Pedro Alves <pedro@codesourcery.com>
617
618 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
619 (reglocal_test_func, statlocal_test_func): New functions.
620 (globals_test_func): Call new functions.
621 * gdb.trace/unavailable.exp (gdb_collect_args_test)
622 (gdb_collect_locals_test): New procedure.
623 (gdb_trace_collection_test): Call new procedures.
624
625 2011-03-18 Pedro Alves <pedro@codesourcery.com>
626
627 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
628 (test_register, test_register_unavailable): New procedures.
629 (gdb_unavailable_registers_test): New procedure.
630 (gdb_trace_collection_test): Call it.
631
632 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
633
634 PR python/12149
635
636 * gdb.python/python.exp: Add gdb.write tests.
637
638 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
639
640 * gdb.python/Makefile.in: Add py-objfile.
641 * gdb.python/py-objfile.exp: New file.
642 * gdb.python/py-objfile.c: New file.
643 * gdb.python/py-block.exp: Add is_valid tests.
644 * gdb.python/py-inferior.exp: Ditto.
645 * gdb.python/py-infthread.exp: Ditto.
646 * gdb.python/py-symbol.exp: Ditto.
647 * gdb.python/py-symtab.exp: Ditto.
648
649 2011-03-16 Keith Seitz <keiths@redhat.com>
650
651 PR c++/12273
652 * gdb.cp/cmpd-minsyms.exp: New test.
653 * gdb.cp/cmpd-minsyms.cc: New file.
654
655 PR c++/11734
656 * gdb.cp/ovsrch.exp: New test.
657 * gdb.cp/ovsrch.h: New file.
658 * gdb.cp/ovsrch1.cc: New file.
659 * gdb.cp/ovsrch2.cc: New file.
660 * gdb.cp/ovsrch3.cc: New file.
661 * gdb.cp/ovsrch4.cc: New file.
662
663 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
664
665 PR gdb/12528
666 * gdb.base/Makefile.in: Adjust EXECUTABLES.
667 * gdb.base/break-on-linker-gcd-function.exp: New test.
668 * gdb.base/break-on-linker-gcd-function.cc: New file.
669
670 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
671
672 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
673
674 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
675
676 * lib/gdb.exp (gdb_unload): Add another termination case.
677
678 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
681 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
682 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
683 Provide a stub byte there.
684 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
685 DW_AT_entry_pc.
686 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
687
688 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
689
690 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
691 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
692 "generic ABI, auto".
693 (altivec_abi_tests): Accept vectors returned by reference.
694
695 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
696
697 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
698
699 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
700
701 * gdb.python/py-section-script.exp: Skip test if no Python support.
702
703 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
704
705 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
706
707 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
708
709 * gdb.python/py-parameter.exp: Update tests to the new Python
710 parameter API. Add "no documentation" test. Add deprecated API
711 backward compatibility test.
712
713 2011-03-09 Tom Tromey <tromey@redhat.com>
714
715 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
716 gdb_continue_to_end.
717
718 2011-03-09 Mark Kettenis <kettenis@gnu.org>
719
720 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
721 tabs.
722
723 2011-03-09 Tom Tromey <tromey@redhat.com>
724
725 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
726 parentheses.
727 (gdb_continue_to_end): Add "allow_extra" parameter. Use
728 $command.
729 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
730 argument to gdb_continue_to_end.
731 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
732 argument to gdb_continue_to_end.
733 * gdb.cp/annota3.exp: Fix regex.
734 * gdb.cp/annota2.exp: Fix regex.
735 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
736 gdb_continue_to_end.
737 * gdb.base/call-signal-resume.exp: Revert earlier patch.
738 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
739 gdb_continue_to_end.
740
741 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
742
743 * gdb.server/ext-run.exp
744 (load new file without any gdbserver inferior): New test.
745
746 2011-03-07 Tom Tromey <tromey@redhat.com>
747
748 * Makefile.in (TAGS): Rewrite.
749
750 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
751
752 * gdb.trace/report.exp (12.1: trace report #1): New match for the
753 initial commands echo. New match for `Found trace'. Anchor all the
754 other matches. Anchor and match for `No trace frame found' the final
755 match.
756
757 2011-03-07 Tom Tromey <tromey@redhat.com>
758
759 * Makefile.in (TAGS): New target.
760
761 2011-03-07 Tom Tromey <tromey@redhat.com>
762
763 * lib/opencl.exp (skip_opencl_tests): Update for exit message
764 change.
765 * lib/mi-support.exp (mi_gdb_test): Update for exit message
766 change.
767 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
768 exit message change.
769 (skip_altivec_tests): Update for exit message change.
770 (skip_vsx_tests): Likewise.
771 (gdb_continue_to_end): Likewise. Add 'command' argument.
772 * lib/cell.exp (skip_cell_tests): Update for exit message change.
773 * gdb.threads/tls.exp: Update for exit message change.
774 * gdb.threads/thread-unwindonsignal.exp: Use
775 gdb_continue_to_end.
776 * gdb.threads/step.exp (step_it): Update for exit message change.
777 (continue_all): Likewise.
778 * gdb.threads/print-threads.exp (test_all_threads): Update for
779 exit message change.
780 * gdb.threads/interrupted-hand-call.exp: Use
781 gdb_continue_to_end.
782 * gdb.threads/execl.exp: Use gdb_continue_to_end.
783 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
784 gdb_continue_to_end.
785 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
786 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
787 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
788 * gdb.cp/method.exp: Update for exit message change.
789 * gdb.cp/mb-templates.exp: Update for exit message change.
790 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
791 * gdb.cp/annota3.exp: Update for exit message change.
792 * gdb.cp/annota2.exp: Update for exit message change.
793 * gdb.cell/fork.exp: Use gdb_continue_to_end.
794 * gdb.base/term.exp: Update for exit message change.
795 * gdb.base/step-test.exp (test_i): Update for exit message change.
796 * gdb.base/sigstep.exp (advance): Update for exit message change.
797 (advancei): Likewise.
798 * gdb.base/siginfo.exp: Update for exit message change.
799 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
800 * gdb.base/reread.exp: Use gdb_continue_to_end.
801 * gdb.base/langs.exp: Use gdb_continue_to_end.
802 * gdb.base/interrupt.exp: Update for exit message change.
803 * gdb.base/gdb1555.exp: Update for exit message change.
804 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
805 * gdb.base/ending-run.exp: Update for exit message change.
806 * gdb.base/chng-syms.exp: Update for exit message change.
807 * gdb.base/checkpoint.exp: Update for exit message change.
808 * gdb.base/catch-syscall.exp (check_for_program_end): Use
809 gdb_continue_to_end.
810 (test_catch_syscall_with_wrong_args): Likewise.
811 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
812 * gdb.base/break-interp.exp (test_ld): Update for exit message
813 change.
814 * gdb.base/bang.exp: Update for exit message change.
815 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
816 (do_call_attach_tests): Likewise.
817 * gdb.base/a2-run.exp: Update for exit message change.
818 * gdb.arch/ppc-dfp.exp: Update for exit message change.
819 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
820 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
821
822 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
823
824 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
825
826 2011-03-03 Tom Tromey <tromey@redhat.com>
827
828 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
829 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
830 * gdb.hp/gdb.aCC/configure.ac: Remove.
831 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
832 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
833 * gdb.hp/gdb.base-hp/configure.ac: Remove.
834 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
835 * gdb.hp/gdb.compat/configure (Makefile): Remove.
836 * gdb.hp/gdb.compat/configure.ac: Remove.
837 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
838 * gdb.hp/gdb.defects/configure (Makefile): Remove.
839 * gdb.hp/gdb.defects/configure.ac: Remove.
840 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
841 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
842 * gdb.hp/gdb.objdbg/configure.ac: Remove.
843 * gdb.hp/configure.ac: Remove.
844 * gdb.hp/configure: Remove.
845 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
846 substitution.
847 (Makefile): Remove rule.
848 * gdb.cell/configure.ac: Remove.
849 * gdb.cell/configure: Remove.
850 * gdb.stabs/Makefile.in (Makefile): Remove.
851 (distclean): Don't remove config.status or config.log.
852 * gdb.stabs/configure (Makefile): Remove.
853 * gdb.stabs/configure.ac: Remove.
854 * configure: Rebuild.
855 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
856 Remove stabs- and cell-specific logic. Test for existence of
857 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
858 subdirectories, gdb.cell, and and gdb.stabs.
859 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
860
861 2011-03-03 Joel Brobecker <brobecker@adacore.com>
862
863 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
864 end of buffer.
865
866 2011-03-02 Joel Brobecker <brobecker@adacore.com>
867
868 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
869 gdb_test when running a test where we expected no output back.
870
871 2011-02-28 Michael Snyder <msnyder@vmware.com>
872
873 * gdb.cp/overload.cc: Change initializer value to integer.
874
875 2011-02-27 Michael Snyder <msnyder@vmware.com>
876
877 * gdb.multi/base.exp: Add test for remove-inferiors.
878
879 2011-02-26 Joel Brobecker <brobecker@adacore.com>
880
881 * gdb.python/py-frame.exp: Simplify the initialization phase
882 using prepare_for_testing.
883
884 2011-02-25 Michael Snyder <msnyder@vmware.com>
885
886 * gdb.multi/base.exp: Add tests for info inferiors with args.
887
888 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
889
890 * gdb.dwarf2/dw2-ranges.S: Rename to ...
891 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
892 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
893 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
894 asmfile3. Comment the STABS (#3) file compilation. Compile
895 everything through assembler. Provide KFAIL for symtab/12497.
896 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
897 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
898 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
899 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
900
901 2011-02-24 Michael Snyder <msnyder@vmware.com>
902
903 * gdb.base/break.exp: Add tests for delete breakpoints using
904 convenience variables and value history references.
905
906 2011-02-24 Michael Snyder <msnyder@vmware.com>
907
908 * gdb.base/break.exp: Remove debugging 'printf' accidentally
909 left behind in previous check-in.
910
911 2011-02-23 Michael Snyder <msnyder@vmware.com>
912
913 * gdb.base/break.exp: Add tests for "info break" with arguments.
914 * gdb.trace/infotrace.exp: Update patterns for error and help.
915 * gdb.base/completion.exp: Update pattern.
916 * gdb.base/ena-dis-br.exp: Update pattern.
917 * gdb.base/help.exp: Update patterns.
918
919 2011-02-23 Michael Snyder <msnyder@vmware.com>
920
921 * gdb.base/memattr.exp: New test.
922 * gdb.base/memattr.c: Test load for memattr.exp.
923
924 2011-02-22 Doug Evans <dje@google.com>
925
926 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
927
928 2011-02-22 Michael Snyder <msnyder@vmware.com>
929
930 * Makefile.in: Make more clean.
931 * gdb.ada/Makefile.in: Ditto.
932 * gdb.arch/Makefile.in: Ditto.
933 * gdb.asm/Makefile.in: Ditto.
934 * gdb.base/Makefile.in: Ditto.
935 * gdb.cp/Makefile.in: Ditto.
936 * gdb.dwarf2/Makefile.in: Ditto.
937 * gdb.java/Makefile.in: Ditto.
938 * gdb.mi/Makefile.in: Ditto.
939 * gdb.modula2/Makefile.in: Ditto.
940 * gdb.python/Makefile.in: Ditto.
941 * gdb.server/Makefile.in: Ditto.
942 * gdb.stabs/Makefile.in: Ditto.
943 * gdb.threads/Makefile.in: Ditto.
944 * gdb.trace/Makefile.in: Ditto.
945
946 2011-02-22 Michael Snyder <msnyder@vmware.com>
947
948 * gdb.threads/thread-find.exp: Add tests for bad input to
949 info threads.
950
951 2011-02-22 Joel Brobecker <brobecker@adacore.com>
952
953 * gdb.python/py-breakpoint.exp: Fix the expected output of
954 one of the "maint info breakpoints" tests to accept the output
955 generated on platforms that do not have hardware watchpoints.
956
957 2011-02-22 Joel Brobecker <brobecker@adacore.com>
958
959 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
960 clean_restart. Be a little stricter in the expected output
961 for one of the tests. Fix a typo in one of the comments.
962
963 2011-02-22 Joel Brobecker <brobecker@adacore.com>
964
965 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
966 Delete variable binfile, no longer use. Add or modify test
967 comments to make them unique.
968
969 2011-02-21 Michael Snyder <msnyder@vmware.com>
970
971 * Makefile.in: Update for make clean.
972 * gdb.ada/Makefile.in: Ditto.
973 * gdb.arch/Makefile.in: Ditto.
974 * gdb.asm/Makefile.in: Ditto.
975 * gdb.base/Makefile.in: Ditto.
976 * gdb.cp/Makefile.in: Ditto.
977 * gdb.dwarf2/Makefile.in: Ditto.
978 * gdb.java/Makefile.in: Ditto.
979 * gdb.mi/Makefile.in: Ditto.
980 * gdb.modula2/Makefile.in: Ditto.
981 * gdb.python/Makefile.in: Ditto.
982 * gdb.server/Makefile.in: Ditto.
983 * gdb.stabs/Makefile.in: Ditto.
984 * gdb.threads/Makefile.in: Ditto.
985 * gdb.trace/Makefile.in: Ditto.
986
987 2011-02-21 Michael Snyder <msnyder@vmware.com>
988
989 * gdb.threads/thread-find.exp: Update patterns for changes in
990 output of "info threads" command.
991
992 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
993 Ulrich Weigand <uweigand@de.ibm.com>
994
995 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
996 (skip_hw_watchpoint_tests): Likewise.
997 (skip_hw_watchpoint_multi_tests): Likewise.
998
999 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1000
1001 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
1002 (skip_hw_watchpoint_tests): Likewise.
1003 (skip_hw_watchpoint_multi_tests): Likewise.
1004 (skip_hw_watchpoint_access_tests): Likewise.
1005
1006 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
1007 * gdb.base/pr11022.exp: Likewise.
1008 * gdb.base/watch-read.exp: Likewise.
1009 * gdb.base/watch_thread_num.exp: Likewise.
1010 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
1011 * gdb.base/watchpoint-hw.exp: Likewise.
1012 * gdb.base/watchpoint.exp: Likewise.
1013 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
1014 * gdb.threads/watchthreads-reorder.exp: Likewise.
1015 * gdb.threads/watchthreads.exp: Likewise.
1016 * gdb.threads/watchthreads2.exp: Likewise.
1017
1018 2011-02-21 Joel Brobecker <brobecker@adacore.com>
1019
1020 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
1021 the debugger is unable to find the array bounds.
1022
1023 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1024
1025 * gdb.cp/typedef-operator.exp: New file.
1026 * gdb.cp/typedef-operator.cc: New file.
1027
1028 2011-02-17 Michael Snyder <msnyder@vmware.com>
1029
1030 * gdb.threads/thread-find.exp: Fix regular expressions.
1031
1032 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1033
1034 * gdb.ada/packed_array: Expand testcase to test printing of
1035 unconstrained packed array.
1036
1037 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
1040
1041 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1042
1043 * gdb.trace/collection.c (globalarr3): New global.
1044 (main): Initialize it before collecting, and and clear it
1045 afterwards.
1046 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1047 collecting with '{type} addr', where the addr expression is not an
1048 rvalue.
1049
1050 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
1051
1052 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
1053 a bool variable. Expect correct OpenCL names for vector types. Use the
1054 uc3 variable name instead of referring to the uchar3 built-in type.
1055 Escape the asterisk at the half pointer test.
1056
1057 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1058
1059 * gdb.trace/collection.c (globalarr2): New global.
1060 (main): Initialize it before collecting, and and clear it
1061 afterwards.
1062 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1063 collecting overlapping memory ranges.
1064
1065 2011-02-15 Michael Snyder <msnyder@vmware.com>
1066
1067 * gdb.base/default.exp: Add tests for thread commands.
1068 * gdb.base/help.exp: Add tests for thread commands.
1069 * gdb.threads/thread-find.exp: New test for thread find command.
1070
1071 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
1072
1073 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
1074
1075 2011-02-15 Yao Qi <yao@codesourcery.com>
1076
1077 PR tdep/12352
1078 * gdb.arch/arm-disp-step.S : New test for str instruction.
1079 * gdb.arch/arm-disp-step.exp : Likewise.
1080
1081 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1082
1083 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
1084 "vector_register2_vr" test strings. Test the extended floating
1085 point registers (F32~F63).
1086 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
1087 IBM XL C compiler. Make the test program use a register provided
1088 by the compiler for the lxvd2x instruction.
1089
1090 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1091
1092 * gdb.trace/unavailable.cc (class Base, class Middle, class
1093 Derived): New types.
1094 (derived_unavail, derived_partial, derived_whole): New globals.
1095 (virtual_partial): New global.
1096 (virtualp): Point at virtual_partial.
1097 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1098 related to unavailable vptr.
1099
1100 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1101
1102 * gdb.trace/unavailable.cc (a, b, c): New globals.
1103 (main): Set and clear them.
1104 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1105 `a' and `c', and check that `b' isn't collected, although `a' and
1106 `c' are.
1107
1108 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1109
1110 * gdb.trace/unavailable.cc (struct Virtual): New.
1111 (virtualp): New global pointer.
1112 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1113 printing a pointer to an object whose type has a vtable, with
1114 print object on.
1115
1116 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1117
1118 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
1119 value repeat handles unavailableness.
1120
1121 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1122
1123 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
1124 tests for building arrays from unavailable values, subscripting
1125 non-memory rvalue unvailable arrays, and accessing fields or
1126 baseclasses of non-lazy unavailable values,
1127 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
1128 struct types.
1129 (g_smallstruct, g_smallstruct_b): New globals.
1130
1131 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1132
1133 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
1134
1135 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1136
1137 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1138 * gdb.cp/overload-const.exp: New file.
1139 * gdb.cp/overload-const.cc: New file.
1140
1141 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1142
1143 * gdb.opencl/callfuncs.cl: New file.
1144 * gdb.opencl/callfuncs.exp: New test.
1145 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
1146
1147 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1148
1149 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
1150 when computing result.
1151 * gdb.arch/altivec-abi.exp: Update expected results.
1152
1153 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1154
1155 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
1156 * gdb.base/jit.exp: Likewise.
1157 * gdb.base/pie-execl.exp: Likewise.
1158 * gdb.base/solib-nodir.exp: Likewise.
1159 * gdb.base/solib-overlap.exp: Likewise.
1160
1161 2011-02-07 Pedro Alves <pedro@codesourcery.com>
1162
1163 * gdb.trace/collection.c (global_pieces): New.
1164 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
1165 New procedure.
1166 (gdb_trace_collection_test): Call it.
1167
1168 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1169
1170 * gdb.python/py-evthreads.c: New file.
1171 * gdb.python/py-evthreads.exp: New file.
1172 * gdb.python/py-events.py: New file.
1173 * gdb.python/py-events.exp: New file.
1174 * gdb.python/py-events.c: New file.
1175
1176 2011-02-04 David Daney <ddaney@caviumnetworks.com>
1177
1178 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
1179
1180 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
1181
1182 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
1183 gdb.base/disasm-end-cu.exp: New test for disassembling over the
1184 boundary between two compilation units.
1185
1186 2011-02-02 Pedro Alves <pedro@codesourcery.com>
1187
1188 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
1189 (Virtual): New structs.
1190 (virtual_o, virtual_middle_b): New globals.
1191 * gdb.cp/virtbase.exp: New tests.
1192
1193 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1194
1195 * gdb.base/jit.exp: New file.
1196 * gdb.base/jit-main.c: New file.
1197 * gdb.base/jit-solib.c: New file.
1198
1199 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
1200
1201 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
1202 proceed to initial kernel entry point.
1203 * gdb.opencl/datatypes.exp: Likewise.
1204 * gdb.opencl/operators.exp: Likewise.
1205 * gdb.opencl/vec_comps.exp: Likewise.
1206
1207 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
1208
1209 * gdb.cp/nsnested.cc: New.
1210 * gdb.cp/nsnested.exp: New.
1211 * gdb.cp/nsnoimports.exp: New.
1212 * gdb.cp/nsnoimports.cc: New.
1213
1214 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1215
1216 * gdb.base/interact.exp: Add extra tests that verify that
1217 the value of the interactive-mode setting does not change
1218 after the script is sourced.
1219
1220 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 * gdb.cp/noparam.exp: New file.
1223 * gdb.cp/noparam.cc: New file.
1224
1225 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1226
1227 * gdb.trace/tfile.exp: Test that with no traceframe selected,
1228 there's no stack or registers.
1229
1230 2011-01-26 Tom Tromey <tromey@redhat.com>
1231
1232 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1233 space before string output. Add test for "set print pretty off"
1234 case.
1235
1236 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1237
1238 * gdb.base/frame-args.exp: Adjust.
1239 * gdb.dwarf2/dw2-noloc.exp: Adjust.
1240 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1241 * gdb.dwarf2/pieces.exp: Adjust.
1242 * gdb.opt/clobbered-registers-O2.exp: Adjust.
1243 * gdb.opt/inline-locals.exp: Adjust.
1244 * gdb.threads/fork-child-threads.exp: Adjust.
1245
1246 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
1247
1248 * gdb.opencl/convs_casts.cl: Move program scope variables into the
1249 OpenCL kernel function. Add a comment as marker. Add address space
1250 qualifiers for the remaining program scope variables.
1251 * gdb.opencl/datatypes.cl: Likewise.
1252 * gdb.opencl/operators.cl: Likewise.
1253 * gdb.opencl/vec_comps.cl: Likewise.
1254 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1255 Add breakpoint at the marker comment.
1256 * gdb.opencl/datatypes.exp: Likewise.
1257 * gdb.opencl/operators.exp: Likewise.
1258 * gdb.opencl/vec_comps.exp: Likewise.
1259
1260 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1261
1262 * gdb.base/printcmds.c (some_struct): New struct and instance.
1263 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1264 procedure.
1265 <global scope>: Call it.
1266
1267 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
1268
1269 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1270 argument to the gdb_compile_opencl_hostapp call.
1271
1272 2011-01-19 Yao Qi <yao@codesourcery.com>
1273
1274 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1275 positve list.
1276
1277 2011-01-19 Yao Qi <yao@codesourcery.com>
1278
1279 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1280 canonical form.
1281 Remove "xscale-*-*"
1282 * gdb.xml/tdesc-regs.exp: Likewise.
1283 * gdb.python/py-section-script.exp: Replace ARM target triplet
1284 with canonical form.
1285 Match arm*-*-symbianelf*.
1286 * gdb.base/dup-sect.exp: Likewise.
1287 * lib/dwarf.exp: New.
1288 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1289 dwarf2_support.
1290 * gdb.dwarf2/dup-psym.exp: Likewise.
1291 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1292 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1293 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1294 * gdb.dwarf2/dw2-basic.exp: Likewise.
1295 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1296 * gdb.dwarf2/dw2-const.exp: Likewise.
1297 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1298 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1299 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1300 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1301 * gdb.dwarf2/dw2-filename.exp: Likewise.
1302 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1303 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1304 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1305 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1306 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1307 * gdb.dwarf2/dw2-noloc.exp: Likewise.
1308 * gdb.dwarf2/dw2-op-call.exp: Likewise.
1309 * gdb.dwarf2/dw2-producer.exp: Likewise.
1310 * gdb.dwarf2/dw2-ranges.exp: Likewise.
1311 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1312 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1313 * gdb.dwarf2/dw2-strp.exp: Likewise.
1314 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1315 * gdb.dwarf2/implptr.exp: Likewise.
1316 * gdb.dwarf2/mac-fileno.exp: Likewise.
1317 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1318 * gdb.dwarf2/pieces.exp: Likewise.
1319 * gdb.dwarf2/pr11465.exp: Likewise.
1320 * gdb.dwarf2/valop.exp: Likewise.
1321 * gdb.dwarf2/watch-notconst.exp: Likewise.
1322 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1323
1324 2011-01-19 Tom Tromey <tromey@redhat.com>
1325
1326 * gdb.python/py-infthread.exp: Add thread tests.
1327
1328 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1329
1330 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1331
1332 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1333
1334 * gdb.ada/widewide: New testcase.
1335
1336 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1337
1338 * gdb.base/interact.exp: New testcase.
1339
1340 2011-01-12 Tom Tromey <tromey@redhat.com>
1341
1342 * gdb.mi/gdb2549.exp: Update for error message changes.
1343 * gdb.mi/mi-cli.exp: Likewise.
1344 * gdb.mi/mi-disassemble.exp: Likewise.
1345 * gdb.mi/mi-pthreads.exp: Likewise.
1346 * gdb.mi/mi-regs.exp: Likewise.
1347 * gdb.mi/mi-stack.exp: Likewise.
1348 * gdb.mi/mi-var-block.exp: Likewise.
1349 * gdb.mi/mi-var-cmd.exp: Likewise.
1350 * gdb.mi/mi2-cli.exp: Likewise.
1351 * gdb.mi/mi2-disassemble.exp: Likewise.
1352 * gdb.mi/mi2-pthreads.exp: Likewise.
1353 * gdb.mi/mi2-regs.exp: Likewise.
1354 * gdb.mi/mi2-stack.exp: Likewise.
1355 * gdb.mi/mi2-var-block.exp: Likewise.
1356 * gdb.mi/mi2-var-cmd.exp: Likewise.
1357
1358 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1359 Jan Kratochvil <jan.kratochvil@redhat.com>
1360
1361 PR fortran/11104 and DWARF unbound arrays detection.
1362 * gdb.fortran/multi-dim.exp: New file.
1363 * gdb.fortran/multi-dim.f90: New file.
1364
1365 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1366
1367 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
1368 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
1369 add new tests for opcode dumping.
1370
1371 2011-01-11 Tom Tromey <tromey@redhat.com>
1372
1373 * gdb.python/py-infthread.exp: Load gdb-python.exp.
1374
1375 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1376
1377 Convert hardware watchpoints to use breakpoint_ops.
1378 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
1379 type is not supported.
1380 * gdb.base/foll-fork.exp: Likewise.
1381 * gdb.base/foll-vfork.exp: Likewise.
1382
1383 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
1384
1385 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
1386 Use load_lib gdb-python.exp.
1387 * gdb.python/python.exp: Ditto.
1388 * gdb.python/py-function.exp: Ditto.
1389
1390 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1391
1392 * gdb.threads/tls.exp ("info address me"): Fix expected output.
1393
1394 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1395
1396 * configure: Regenerate.
1397
1398 2011-01-06 Tom Tromey <tromey@redhat.com>
1399
1400 * gdb.python/py-frame.exp: Test gdb.newest_frame.
1401
1402 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1403
1404 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
1405 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
1406 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1407 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
1408 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
1409 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1410 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
1411 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
1412 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
1413 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
1414 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
1415 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
1416 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
1417 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1418 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1419 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
1420 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
1421 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
1422 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1423 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1424 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1425 gdb.ada/uninitialized_vars.exp,
1426 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1427 Simplify by using clean_restart.
1428
1429 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1430
1431 Add marker to be used as anchor for inserting breakpoints.
1432 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1433 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1434 Likewise.
1435
1436 Remove uses of gdb_start_cmd.
1437 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1438 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1439
1440 Do not run testcase if testing with GDBserver.
1441 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1442 if testing with GDBserver.
1443
1444 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1445
1446 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1447 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1448 copyright header.
1449
1450 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1451
1452 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1453 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1454 testsuite/gdb.fortran/complex.f,
1455 testsuite/gdb.fortran/derived-type.f90,
1456 testsuite/gdb.fortran/library-module-lib.f90,
1457 testsuite/gdb.fortran/library-module-main.f90,
1458 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1459 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1460 Copyright year update.
1461
1462 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1463
1464 * gdb.base/langs1.f: Add copyright header.
1465
1466 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1467
1468 * gdb.base/morestack.exp: New file.
1469 * gdb.base/morestack.c: New file.
1470
1471 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1472
1473 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1474
1475 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1476
1477 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1478 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1479
1480 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1481
1482 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1483
1484 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1485
1486 * gdb.threads/tls.exp: Fix typo.
1487
1488 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1489 * gdb.threads/execl.exp: Update.
1490
1491 2010-12-23 Yao Qi <yao@codesourcery.com>
1492
1493 * gdb.arch/arm-disp-step.exp: New.
1494 * gdb.arch/arm-disp-step.S: New.
1495
1496 2010-12-21 Tom Tromey <tromey@redhat.com>
1497
1498 * gdb.threads/execl.exp: Update.
1499 * gdb.threads/linux-dp.exp: Update.
1500 * gdb.threads/manythreads.exp: Update.
1501 * gdb.threads/tls.exp: Update.
1502
1503 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1504
1505 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1506 (NextOverThrowDerivates) <resumebpt>: New.
1507 (resumebpt_test): New.
1508 (main): Call resumebpt_test.
1509 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1510
1511 2010-12-12 Stan Shebs <stan@codesourcery.com>
1512
1513 * gdb.trace/tsv.exp: Test print command on trace state variables.
1514
1515 2010-12-09 Tom Tromey <tromey@redhat.com>
1516
1517 * gdb.base/interp.exp: Add regression test.
1518
1519 2010-12-09 Tom Tromey <tromey@redhat.com>
1520
1521 * gdb.java/jnpe.java: New file.
1522 * gdb.java/jnpe.exp: New file.
1523 * gdb.cp/nextoverthrow.exp: New file.
1524 * gdb.cp/nextoverthrow.cc: New file.
1525
1526 2010-12-07 Doug Evans <dje@google.com>
1527
1528 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1529 of data-directory.
1530 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1531 updated.
1532 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1533
1534 2010-11-29 Michael Snyder <msnyder@vmware.com>
1535
1536 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1537 * gdb.base/call-sc.exp: Ditto.
1538 * gdb.base/finish.exp: Ditto.
1539 * gdb.base/return.exp: Ditto.
1540 * gdb.base/return2.exp: Ditto.
1541
1542 2010-11-30 Doug Evans <dje@google.com>
1543
1544 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1545 (gdb_expect_list): Fix spelling errors in comments.
1546 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1547 send_gdb/gdb_expect_list where applicable.
1548 * gdb.base/call-ar-st.exp: Ditto.
1549 * gdb.base/funcargs.exp: Ditto.
1550 * gdb.base/gcore.exp: Ditto.
1551 * gdb.base/page.exp: Ditto.
1552 * gdb.base/sigaltstack.exp: Ditto.
1553 * gdb.base/siginfo.exp: Ditto.
1554 * gdb.base/sigstep.exp: Ditto.
1555 * gdb.base/trace-commands.exp: Ditto.
1556
1557 2010-11-29 Doug Evans <dje@google.com>
1558
1559 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1560 printer-name;subprinter-name.
1561
1562 2010-11-29 Tom Tromey <tromey@redhat.com>
1563
1564 * gdb.dwarf2/implptr.exp: New file.
1565 * gdb.dwarf2/implptr.c: New file.
1566 * gdb.dwarf2/implptr.S: New file.
1567
1568 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1569
1570 PR python/12199
1571
1572 * gdb.python/py-breakpoint.exp: Test the delete method.
1573
1574 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 Fix step_resume_breakpoint unsaved during an infcall.
1577 * gdb.base/step-resume-infcall.exp: New file.
1578 * gdb.base/step-resume-infcall.c: New file.
1579
1580 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1581
1582 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1583
1584 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1585
1586 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1587 on ppc64's symbols; "finish" and "return" commands must accept to
1588 show the caller line again as well as the line after.
1589 * gdb.asm/powerpc64.inc: New file.
1590
1591 2010-11-23 Doug Evans <dje@google.com>
1592
1593 * lib/gdb.exp (gdb_test_sequence): New function.
1594 (gdb_expect_list): Add verbose -log call for each pattern.
1595 * gdb.base/signals.exp (test_handle_all_print): Call it.
1596 Reduce timeout increment from 6 minutes to 1 minute.
1597 * gdb.server/ext-run.exp: Call it.
1598
1599 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1600
1601 PR python/12212
1602
1603 * gdb.python/python.exp: Check that selected_thread raises an
1604 error when no inferior is loaded.
1605
1606 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1607
1608 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1609 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1610
1611 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1612
1613 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1614 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1615
1616 2010-11-18 Doug Evans <dje@google.com>
1617
1618 * gdb.server/ext-run.exp: Fix intermittent failures.
1619
1620 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1621
1622 * gdb.stabs/gdb11479.exp: Use runto_main.
1623
1624 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1625
1626 * gdb.base/break-entry.exp: Skip if using a stub.
1627
1628 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1629
1630 * gdb.python/py-inferior.exp: Pack values in target endianness.
1631
1632 2010-11-12 Tom Tromey <tromey@redhat.com>
1633
1634 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1635 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1636 MemoryError.
1637 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1638 type.
1639 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1640 MemoryError.
1641 (test_subscript_regression): Update exception type.
1642
1643 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1644
1645 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1646 breakpoint tests.
1647
1648 2010-11-09 Pedro Alves <pedro@codesourcery.com>
1649
1650 * gdb.base/watchpoint.exp: Test "watch -location" with an
1651 innacessible location.
1652
1653 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
1654 Luis Machado <luisgpm@br.ibm.com>
1655
1656 * gdb.base/maint.exp: Expect "." prefix.
1657 * gdb.base/nodebug.exp: Expect "." Likewise.
1658 * gdb.base/sepsymtab.exp: Expect "." Likewise.
1659 * gdb.base/watchpoint-cond-gone.exp: Likewise.
1660 * gdb.base/watchpoint.exp: Expect a software watch to be created for
1661 POWER server processors.
1662
1663 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
1664 Luis Machado <luisgpm@br.ibm.com>
1665
1666 * gdb.base/break-entry.exp: convert entry point for
1667 ppc64 and expect leading `.' on ppc64's symbols
1668
1669 2010-11-05 Doug Evans <dje@google.com>
1670
1671 * gdb.base/help.exp: Update expected output.
1672 * gdb.python/py-param.exp: Delete, contents moved to ...
1673 * gdb.python/py-parameter.exp: ... here. New file.
1674 Add test for gdb.parameter ("directories").
1675
1676 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1677
1678 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1679 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1680 * configure: Regenerate.
1681 * gdb.opencl/Makefile.in: New File.
1682 * gdb.opencl/datatypes.exp: Likewise.
1683 * gdb.opencl/datatypes.cl: Likewise.
1684 * gdb.opencl/operators.exp: Likewise.
1685 * gdb.opencl/operators.cl: Likewise.
1686 * gdb.opencl/vec_comps.exp: Likewise.
1687 * gdb.opencl/vec_comps.cl: Likewise.
1688 * gdb.opencl/convs_casts.exp: Likewise.
1689 * gdb.opencl/convs_casts.cl: Likewise.
1690 * lib/opencl.exp: Likewise.
1691 * lib/opencl_hostapp.c: Likewise.
1692 * lib/opencl_kernel.cl: Likewise.
1693 * lib/cl_util.c: Likewise.
1694 * lib/cl_util.c: Likewise.
1695 * gdb.base/default.exp (set language): Add "opencl" to the list of
1696 languages.
1697
1698 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
1699
1700 * gdb.cp/overload.exp: Added test for inheritance overload.
1701 * gdb.cp/overload.cc: Ditto.
1702 * gdb.cp/oranking.exp: Removed releveant kfails.
1703
1704 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1705 Joel Brobecker <brobecker@adacore.com>
1706
1707 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1708 check test_compiler_info.
1709
1710 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1711
1712 * gdb.base/gnu_vector.exp: Adjust expect messages.
1713
1714 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1715
1716 * gdb.base/gnu_vector.exp: Add unary operator tests.
1717
1718 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1719
1720 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1721
1722 2010-11-02 Doug Evans <dje@google.com>
1723
1724 * gdb.python/py-pp-maint.c: New file.
1725 * gdb.python/py-pp-maint.exp: New file.
1726 * gdb.python/py-pp-maint.py: New file.
1727
1728 2010-11-02 Tom Tromey <tromey@redhat.com>
1729
1730 * gdb.base/default.exp: Remove "scheme" from language list.
1731
1732 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1733
1734 Revert:
1735 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1736 * gdb.threads/sigstep-threads.exp: New file.
1737 * gdb.threads/sigstep-threads.c: New file.
1738
1739 2010-10-20 Michael Snyder <msnyder@vmware.com>
1740
1741 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1742
1743 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1744
1745 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1746 Skip test completely if gdb,no_hardware_watchpoints.
1747
1748 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1749
1750 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1751 strict, but do not check for any particular function name within libc.
1752
1753 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1754
1755 * gdb.cp/smartp.exp: New test.
1756 * gdb.cp/smartp.cc : New test.
1757
1758 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1759
1760 * gdb.cp/converts.exp: Test pointer to bool conversion.
1761 Test pointer to long conversion.
1762 * gdb.cp/oranking.exp: Removed relevant kfail.
1763
1764 2010-10-18 Tom Tromey <tromey@redhat.com>
1765
1766 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1767 argument to lazy_string.
1768 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1769 (pp_ls.to_string): Use it.
1770 * gdb.python/py-prettyprint.c (main): Move declarations to top.
1771 Add "estring2" local.
1772
1773 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1774
1775 Fix s390x compatibility.
1776 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
1777 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1778
1779 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1780
1781 * gdb.threads/sigstep-threads.exp: New file.
1782 * gdb.threads/sigstep-threads.c: New file.
1783
1784 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1785
1786 * gdb.base/pie-execl.exp: New file.
1787 * gdb.base/pie-execl.c: New file.
1788
1789 2010-10-13 Doug Evans <dje@google.com>
1790 Jan Kratochvil <jan.kratochvil@redhat.com>
1791
1792 PR exp/12117
1793 * gdb.cp/ptype-cv-cp.cc: New file.
1794 * gdb.cp/ptype-cv-cp.exp: New file.
1795
1796 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1797
1798 * gdb.cp/converts.cc: New test program.
1799 * gdb.cp/converts.exp: New test.
1800 * gdb.cp/overload.exp: Added test for void* vs int*.
1801 * gdb.cp/overload.exp: Ditto.
1802 * gdb.cp/oranking.exp: Removed related kfail.
1803
1804 2010-10-13 Doug Evans <dje@google.com>
1805
1806 * lib/gdb-python.exp (gdb_check_python_config): New function.
1807 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1808 * gdb.python/lib-types.cc: New file.
1809 * gdb.python/lib-types.exp: New file.
1810
1811 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * gdb.python/py-error.exp: New file.
1814 * gdb.python/py-error.py: New file.
1815
1816 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1817
1818 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1819 gdb_test_multiple.
1820
1821 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1822
1823 * gdb.base/break-interp.exp: Use ldlags for linking flags.
1824 * gdb.base/prelink.exp: Likewise.
1825 * gdb.base/solib-nodir.exp: Likewise.
1826 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1827 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1828 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1829
1830 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1831
1832 * break-interp.exp (test_ld): Use two separate gdb_expect statements
1833 for the "info files" test to avoid timeouts on slow machines.
1834
1835 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1836
1837 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1838 (main): Make openlib dummy call.
1839
1840 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1841
1842 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1843 * break-interp.exp (reach): Move the core body ...
1844 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
1845 (test_ld): Provide always real argument, even to the linker. Replace
1846 dl_main by _dl_debug_state.
1847
1848 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1849
1850 Fix results of prelinked PIEs on ppc*.
1851 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1852 Accept also DISPLACEMENT "PRESENT".
1853 (main): Replace "ZERO" displacements by "PRESENT".
1854
1855 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
1856
1857 * gdb.cp/oranking.exp: New test.
1858 * gdb.cp/oranking.cc: New test program.
1859
1860 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1861
1862 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1863 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1864
1865 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1866
1867 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1868 lush, lynx) New constant.
1869 * gdb.base/constvars.exp: Test const array types.
1870 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1871
1872 2010-10-06 Doug Evans <dje@google.com>
1873
1874 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1875 of syscall staging area.
1876
1877 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1878
1879 * gdb.base/gnu_vector.c: Add variable c4.
1880 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1881 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1882
1883 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
1884
1885 * gdb.arch/altivec-abi.exp: Fix a typo.
1886
1887 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
1888
1889 * lib/mi-support.exp (thread_selected_re): Correct pattern used
1890 to match a thread ID.
1891
1892 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1893
1894 Fix s390x testcase compatibility.
1895 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1896
1897 2010-10-01 Doug Evans <dje@google.com>
1898
1899 * lib/gdb-python.exp: New file.
1900 * gdb.python/py-block.exp: Use it.
1901 * gdb.python/py-breakpoint.exp: Ditto.
1902 * gdb.python/py-frame.exp: Ditto.
1903 * gdb.python/py-inferior.exp: Ditto.
1904 * gdb.python/py-param.exp: Ditto.
1905 * gdb.python/py-prettyprint.exp: Ditto.
1906 * gdb.python/py-shared.exp: Ditto.
1907 * gdb.python/py-symbol.exp: Ditto.
1908 * gdb.python/py-symtab.exp: Ditto.
1909 * gdb.python/py-type.exp: Ditto.
1910 * gdb.python/py-value.exp: Ditto.
1911 * gdb.python/python.exp: Ditto.
1912
1913 2010-09-30 Tom Tromey <tromey@redhat.com>
1914
1915 * gdb.base/anon.exp: New file.
1916 * gdb.base/anon.c: New file.
1917
1918 2010-09-30 Tom Tromey <tromey@redhat.com>
1919
1920 * gdb.base/completion.exp: Test completion through anonymous
1921 union.
1922 * gdb.base/break1.c (struct some_struct): Add anonymous union.
1923
1924 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1925
1926 Fix printing parameters of inlined functions.
1927 * gdb.dwarf2/dw2-inline-param.exp: New file.
1928 * gdb.dwarf2/dw2-inline-param-main.c: New file.
1929 * gdb.dwarf2/dw2-inline-param.S: New file.
1930
1931 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1932
1933 PR corefiles/12071.
1934 * gdb.base/corefile.exp (quit with a process, no question: load core)
1935 (quit with a core file): New tests.
1936
1937 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 Fix GDB crash on inferior calls with self-referencing classes.
1940 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1941 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1942 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1943
1944 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 Fix lost siginfo_t for inferior calls.
1947 * gdb.base/siginfo-infcall.exp: New file.
1948 * gdb.base/siginfo-infcall.c: New file.
1949
1950 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1951
1952 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1953
1954 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1955
1956 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1957 New test.
1958 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1959
1960 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1961
1962 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1963 type of our const type.
1964
1965 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1966
1967 * gdb.cp/pr12028.cc: New.
1968 * gdb.cp/pr12028.exp: New.
1969
1970 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1971
1972 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1973
1974 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1975 Jan Kratochvil <jan.kratochvil@redhat.com>
1976
1977 PR mi/11407
1978 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1979 * gdb.mi/dw2-ref-missing-frame-main.c New File.
1980 * gdb.mi/dw2-ref-missing-frame.S New File.
1981 * gdb.mi/dw2-ref-missing-frame.exp New File.
1982
1983 2010-09-14 Tom Tromey <tromey@redhat.com>
1984
1985 PR symtab/8399:
1986 * gdb.threads/tls.exp: Remove kfail. Update expected output.
1987
1988 2010-09-14 Tom Tromey <tromey@redhat.com>
1989
1990 PR exp/11803:
1991 * gdb.threads/tls.exp: Use C++.
1992 (check_thread_local): Use K::another_thread_local.
1993 * gdb.threads/tls.c (class K): New.
1994 (another_thread_local): Now a member of K.
1995 (spin): Update. No longer K&R C.
1996
1997 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1998
1999 * gdb.cp/koenig.cc: created class for testing member lookup.
2000 * gdb.cp/koenig.exp: Added test for member lookup.
2001
2002 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2003
2004 Fix false FAILs on sourcetree topdir directory containing "kill".
2005 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
2006 source line matching regexp.
2007
2008 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2009
2010 * gdb.python/python.exp (set height 0, collect help from uiout)
2011 (verify help to uiout): New tests.
2012
2013 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2014
2015 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
2016 is_lp64_target to check 64bit target.
2017
2018 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
2021 (test_ld) <powerpc64-*>: New.
2022
2023 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2024
2025 * gdb.cp/templates.exp (test_template_args): Allow "struct".
2026
2027 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2028
2029 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
2030 (FunctionArg::method): New function.
2031 (empty, arg): New variables.
2032 (main): Call arg.method.
2033 * gdb.cp/templates.exp (test_template_args): New function.
2034 (do_tests): Call it.
2035
2036 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2037
2038 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
2039 of "next" to proceed over pthread_exit call.
2040
2041 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2042
2043 * gdb.base/maint.exp: Avoid wildcards against potentially very long
2044 "maint print statistics" output to prevent expect timeouts.
2045
2046 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2047
2048 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
2049 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2050 (test_float_rejected): ... here.
2051 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
2052 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2053 (test_float_rejected): ... here.
2054 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
2055 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2056 (test_float_rejected): ... here.
2057 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
2058 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2059 (test_float_rejected): ... here.
2060
2061 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2062
2063 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
2064 before disabling hardware watchpoints.
2065 (test_inaccessible_watchpoint): Check that hardware watchpoints
2066 are used. Test for watchpoints on a constant address.
2067
2068 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2069
2070 * gdb.base/ui-redirect.exp: New file.
2071
2072 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2073 Joel Brobecker <brobecker@adacore.com>
2074
2075 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
2076
2077 2010-08-31 Doug Evans <dje@google.com>
2078
2079 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
2080
2081 2010-08-30 Tom Tromey <tromey@redhat.com>
2082
2083 PR python/11792:
2084 * gdb.python/py-value.exp (test_subscript_regression): Add
2085 dynamic_type test.
2086
2087 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
2088
2089 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
2090 instead of running to main. Do not test the main function.
2091 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
2092 Add new main.
2093
2094 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2095
2096 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
2097 one test.
2098
2099 2010-08-24 Doug Evans <dje@google.com>
2100
2101 PR symtab/11942
2102 * gdb.dwarf2/dw4-sig-types.cc: New file.
2103 * gdb.dwarf2/dw4-sig-types.h: New file.
2104 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2105 * gdb.dwarf2/dw4-sig-types.exp: New file.
2106
2107 2010-08-23 Tom Tromey <tromey@redhat.com>
2108
2109 PR python/11145:
2110 * gdb.python/py-value.c (Base, Derived): New types.
2111 (base): New global.
2112 * gdb.python/py-value.exp (test_subscript_regression): Add
2113 dynamic_cast test.
2114
2115 2010-08-23 Tom Tromey <tromey@redhat.com>
2116
2117 PR python/10676:
2118 * gdb.python/py-type.exp (test_fields): Add tests for type
2119 equality.
2120
2121 2010-08-23 Tom Tromey <tromey@redhat.com>
2122
2123 PR python/11915:
2124 * gdb.python/py-type.exp (test_fields): Add tests for array.
2125
2126 2010-08-23 Keith Seitz <keiths@redhat.com>
2127
2128 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
2129 have any children. Create a new abbrev for it.
2130 Add missing terminal sequence to .debug_abbrev.
2131
2132 2010-08-20 Keith Seitz <keiths@redhat.com>
2133
2134 PR symtab/11465:
2135 * gdb.dwarf2/pr11465.exp: New test.
2136 * gdb.dwarf2/pr11465.S: New file.
2137 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
2138 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
2139
2140 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2141
2142 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
2143 registers. Update data sets with the new v2_double element in the
2144 VSX register union. Add vector_register3_vr data set for the AltiVec
2145 registers. Use gdb_test_no_output instead of send_gdb.
2146
2147 2010-08-19 Pedro Alves <pedro@codesourcery.com>
2148
2149 * gdb.python/py-shared.exp: New file, factored out from
2150 python.exp.
2151 * gdb.python/py-shared.c: New file.
2152 * gdb.python/py-shared-sl.c: New file.
2153 * gdb.python/python-1.c: New file.
2154 * gdb.python/python-sl.c: Delete.
2155 * gdb.python/python.c: Mention python-1.c.
2156 * gdb.python/python.exp: Move shared library tests to
2157 py-shared.exp.
2158 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
2159 (MISCELLANEOUS): New.
2160 (clean mostlyclean): Also remove $MISCELLANEOUS.
2161
2162 2010-08-19 Doug Evans <dje@google.com>
2163
2164 PR exp/11926
2165 * gdb.base/printcmds.exp (test_float_accepted): New function.
2166 Move existing float tests there. Add tests for floats with suffixes.
2167 (test_float_rejected): New function.
2168 * gdb.java/jv-print.exp (test_float_accepted): New function.
2169 (test_float_rejected): New function.
2170 * gdb.objc/print.exp: New file.
2171 * gdb.pascal/print.exp: New file.
2172 * lib/objc.exp: New file.
2173
2174 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2175
2176 * gdb.base/default.exp (info set): Avoid full buffer error and force
2177 reading up to final gdb prompt.
2178 (show): Likewise.
2179
2180 2010-08-18 Tom Tromey <tromey@redhat.com>
2181
2182 PR symtab/11919:
2183 * gdb.base/completion.exp: Add test.
2184
2185 2010-08-18 Doug Evans <dje@google.com>
2186
2187 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
2188 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
2189 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
2190 Simplify, early exit if runto_main fails.
2191 * gdb.fortran/exprs.exp: load_lib fortran.exp.
2192 (set_lang_fortran): Moved to lib/fortran.exp.
2193 * gdb.fortran/types.exp: load_lib fortran.exp.
2194 (set_lang_fortran): Moved to lib/fortran.exp.
2195 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
2196 * gdb.java/jprint.exp (set_lang_java): Ditto.
2197 * gdb.java/jv-exp.exp: load_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 (set_lang_java): Moved to lib/java.exp.
2201 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
2202 If set_lang_java fails, issue a warning instead of failure to be
2203 consistent with other set_lang_foo uses.
2204 * gdb.pascal/types.exp: load_lib pascal.exp.
2205 (set_lang_pascal): Moved to lib/pascal.exp.
2206 * lib/fortran.exp: New file.
2207 * lib/java.exp (set_lang_java): New function.
2208 * lib/pascal.exp (set_lang_pascal): New function.
2209
2210 2010-08-18 Yao Qi <yao@codesourcery.com
2211
2212 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2213 func_nofb_start and func_loopfb_start, so that address of functions
2214 is equal to these labels on Thumb.
2215
2216 2010-08-18 Yao Qi <yao@codesourcery.com>
2217
2218 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2219 to reflect latest c source file.
2220
2221 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2222
2223 * gdb.cp/infcall-dlopen.exp: New file.
2224 * gdb.cp/infcall-dlopen.cc: New file.
2225 * gdb.cp/infcall-dlopen-lib.cc: New file.
2226
2227 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2228 Pedro Alves <pedro@codesourcery.com>
2229
2230 PR breakpoints/11371
2231
2232 * gdb.base/watch-cond-infcall.exp: New file.
2233 * gdb.base/watch-cond-infcall.c: New file.
2234
2235 2010-08-16 Tom Tromey <tromey@redhat.com>
2236
2237 * gdb.base/help.exp: Update.
2238 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2239 watchpoint.
2240 (test_watch_location): New proc.
2241 (test_watchpoint_in_big_blob): Delete watchpoint.
2242 * gdb.base/watchpoint.c (func5): New function.
2243 (main): Call it.
2244
2245 2010-08-16 Doug Evans <dje@google.com>
2246
2247 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2248
2249 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2250
2251 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2252 tests.
2253
2254 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2255
2256 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2257 * gdb.base/gnu_vector.c: New File.
2258 * gdb.base/gnu_vector.exp: Likewise.
2259
2260 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2261
2262 * gdb.python/python.c: New File.
2263 * gdb.python/python-sl.c: New File.
2264 * gdb.python/python.exp: Test solib_address and decode_line
2265 * functions.
2266
2267 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 * gdb.python/python.exp (show height, set height 10)
2270 (verify pagination beforehand, verify pagination beforehand: q)
2271 (gdb.execute does not page, verify pagination afterwards)
2272 (verify pagination afterwards: q): New.
2273
2274 2010-08-02 Doug Evans <dje@google.com>
2275
2276 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2277 because of an older gcc, change test2
2278 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2279 to unsupported.
2280
2281 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
2282
2283 * gdb.base/break-always.exp: Do not expect full paths to file
2284 names.
2285 * gdb.base/commands.exp: Likewise.
2286
2287 2010-07-30 Doug Evans <dje@google.com>
2288
2289 * gdb.cp/temargs.exp: For new tests that require newer gccs,
2290 xfail them when run with older gccs.
2291
2292 * lib/gdb.exp (build_executable): Forward "c++" option to
2293 get_compiler_info.
2294
2295 * gdb.python/py-type.exp (test_template): Mark as xfail tests
2296 "python print ttype.template_argument(1)" and
2297 "python print isinstance(ttype.template_argument(1), gdb.Value)"
2298 if using gcc 4.4 or earlier.
2299
2300 * gdb.base/valgrind-db-attach.exp: Use unique test name for
2301 attach-to-debugger handling.
2302
2303 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2304
2305 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2306 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2307 (main): Use copyreloc.
2308 * gdb.base/prelink.exp (split debug of executable)
2309 (.dynbss vs. .bss address shift): New tests.
2310
2311 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2312
2313 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2314 in gdb_test_multiple.
2315
2316 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2317
2318 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2319 environment.
2320
2321 2010-07-28 Tom Tromey <tromey@redhat.com>
2322
2323 PR python/11060:
2324 * gdb.python/py-type.c (Temargs): New template.
2325 (temvar): New variable.
2326 * gdb.python/py-type.exp (test_template): New proc.
2327
2328 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2329
2330 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2331 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2332
2333 2010-07-28 Tom Tromey <tromey@redhat.com>
2334
2335 PR c++/9946:
2336 * gdb.cp/temargs.exp: New file.
2337 * gdb.cp/temargs.cc: New file.
2338
2339 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2340
2341 * gdb.base/help.exp (help disassemble): Update the content.
2342
2343 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 * gdb.threads/ia64-sigill.exp: New file.
2346 * gdb.threads/ia64-sigill.c: New file.
2347
2348 2010-07-27 Tom Tromey <tromey@redhat.com>
2349
2350 * gdb.opt/inline-cmds.c (ATTR): New define.
2351 (func1): Use it.
2352 (func2): Likewise.
2353 (func3): Likewise.
2354 (outer_inline1): Likewise.
2355 (outer_inline2): Likewise.
2356 * gdb.opt/inline-bt.c (ATTR): New define.
2357 (func1): Use it.
2358 (func2): Likewise.
2359 * gdb.opt/inline-locals.c (ATTR): New define.
2360 (func1): Use it.
2361 (func2): Likewise.
2362
2363 2010-07-27 Tom Tromey <tromey@redhat.com>
2364
2365 * gdb.stabs/gdb11479.c (hack): New function.
2366 (test): Use it.
2367 (test2): Use it.
2368 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
2369 (int32_search_buf, int64_search_buf): No longer static.
2370 (x): Remove.
2371 * gdb.base/relocate.c (hack): New function.
2372
2373 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2374
2375 * gdb.python/py-value.exp (test_inferior_function_call): New function.
2376 * gdb.python/py-value.c (func1): New function.
2377 (func2): Likewise.
2378
2379 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
2380
2381 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
2382 as not to clash with .data section.
2383
2384 2010-07-26 Jerome Guitton <guitton@adacore.com>
2385
2386 * gdb.base/code_elim.exp: New file.
2387 * gdb.base/code_elim1.c: New file.
2388 * gdb.base/code_elim2.c: New file.
2389
2390 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2391
2392 PR symtab/11827
2393
2394 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
2395 (some_volatile_enum): New variable.
2396 * gdb.base/printcmds.exp (test_print_enums): New.
2397 <top level>: Call it.
2398
2399 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2400
2401 * gdb.cp/fpointer.cc: New test.
2402 * gdb.cp/fpointer.exp: New test.
2403
2404 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.base/solib-nodir.exp: New file.
2407 * lib/gdb.exp (runto): New case for a GDB internal error.
2408
2409 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2410 Ulrich Weigand <uweigand@de.ibm.com>
2411 Tom Tromey <tromey@redhat.com>
2412
2413 * gdb.base/charset-malloc.c: New file.
2414 * gdb.base/charset.c (malloc_stub): New prototype.
2415 (main): Call it instead of malloc itself.
2416 * gdb.base/charset.exp: Use only prepare_for_testing.
2417 (binfile): Remove the variable.
2418
2419 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2420
2421 Make core files the process_stratum.
2422 * gdb.base/corefile.exp (run: load core again)
2423 (run: sanity check we see the core file, run: with core)
2424 (run: core file is cleared, attach: load core again)
2425 (attach: sanity check we see the core file, attach: with core)
2426 (attach: core file is cleared): New tests.
2427 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
2428
2429 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2430
2431 * gdb.arch/altivec-abi.exp: New tests.
2432
2433 2010-07-13 Tom Tromey <tromey@redhat.com>
2434
2435 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2436 (main): Use it.
2437 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2438
2439 2010-07-13 Tom Tromey <tromey@redhat.com>
2440
2441 * gdb.base/label.exp: New file.
2442 * gdb.base/label.c: New file.
2443
2444 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2445 H.J. Lu <hongjiu.lu@intel.com>
2446
2447 * lib/gdb.exp (is_ilp32_target): New.
2448 (is_lp64_target): Likewise.
2449
2450 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2451 target.
2452 * gdb.arch/amd64-disp-step.exp: Likewise.
2453 * gdb.arch/amd64-dword.exp: Likewise.
2454 * gdb.arch/amd64-i386-address.exp: Likewise.
2455 * gdb.arch/amd64-word.exp: Likewise.
2456
2457 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2458 target.
2459 * gdb.arch/i386-bp_permanent.exp: Likewise.
2460 * gdb.arch/i386-byte.exp: Likewise.
2461 * gdb.arch/i386-disp-step.exp: Likewise.
2462 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2463 * gdb.arch/i386-prologue.exp: Likewise.
2464 * gdb.arch/i386-size-overlap.exp: Likewise.
2465 * gdb.arch/i386-size.exp: Likewise.
2466 * gdb.arch/i386-sse.exp: Likewise.
2467 * gdb.arch/i386-unwind.exp: Likewise.
2468 * gdb.arch/i386-word.exp: Likewise.
2469
2470 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2471 test only when building 64-bit executables. Do not hard-code
2472 -m64 option.
2473
2474 2010-07-07 Doug Evans <dje@google.com>
2475
2476 * lib/gdb.exp (gdb_test_list_exact): New function.
2477 * gdb.base/default.exp (show convenience): Call it, add tests for
2478 $_sdata = void, $_thread = 0.
2479
2480 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2481 Joel Brobecker <brobecker@adacore.com>
2482
2483 Fix re-run of PIE executable, PR shlibs/11776.
2484 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2485 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2486 and re-"run" of the inferior.
2487
2488 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2489 Joel Brobecker <brobecker@adacore.com>
2490
2491 Cope with missing /usr/sbin/prelink.
2492 * lib/prelink-support.exp (prelink_no):
2493 <result == 1 && $output is "no such file or directory">: New.
2494 (prelink_yes): Likewise. Return on failed prelink_no.
2495
2496 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2497 Joel Brobecker <brobecker@adacore.com>
2498
2499 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2500 build_executable by build_executable_own_libs. Replace "prelink -R"
2501 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2502 change.
2503 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2504 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2505 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2506 Replace build_executable by build_executable_own_libs's function
2507 build_executable_own_libs.
2508 (prelinkNO): Create new stub to call prelink_no.
2509 (prelinkYES): Create new stub to call prelink_yes.
2510 (test_attach): Rename calls of copy to file_copy.
2511 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2512 (copy): Move to ...
2513 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2514 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2515 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2516 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2517 special flags by gdb_compile_shlib. Replace second gdb_compile by
2518 build_executable_own_libs. Replace "prelink -R" execution by a call of
2519 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2520 a second call of prelink_yes. Replace restart commands by
2521 clean_restart.
2522 (prelink): Rename to ...
2523 (seen displacement message): ... this test. Extend its expectation
2524 strictness.
2525
2526 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2527
2528 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2529 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2530 displacement message exactly once.
2531
2532 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2533 Joel Brobecker <brobecker@adacore.com>
2534
2535 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2536 its restore after the <$relink_args != ""> loop. new comment.
2537
2538 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2539 Joel Brobecker <brobecker@adacore.com>
2540
2541 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2542 code for it. New variable relink_args.
2543 (prelinkYES): Call prelinkNO.
2544 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2545 in such case. Move the core code to ...
2546 (test_attach_gdb): ... a new function. Send GDB command "file".
2547 Extend expected "Attaching to " string.
2548
2549 2010-07-02 Tom Tromey <tromey@redhat.com>
2550
2551 * gdb.base/bitops.exp: Remove extraneous "pass".
2552
2553 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2554
2555 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2556
2557 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2558
2559 * gdb.base/help.exp: Adjust expected output.
2560
2561 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2562
2563 * gdb.base/help.exp: Adjust expected output.
2564
2565 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2566
2567 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2568 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2569 c++/11702.
2570
2571 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2572 Doug Evans <dje@google.com>
2573
2574 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2575 add .dynamic entry'.
2576
2577 2010-06-29 Doug Evans <dje@google.com>
2578
2579 Test PR c++/11702.
2580 * gdb.cp/m-static.exp: Add testcase.
2581 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2582
2583 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2584 Tom Tromey <tromey@redhat.com>
2585 Thiago Jung Bauermann <bauerman@br.ibm.com>
2586
2587 * gdb.python/py-inferior.c: New File.
2588 * gdb.python/py-infthread.c: New File.
2589 * gdb.python/py-inferior.exp: New File.
2590 * gdb.python/py-infthread.exp: New File.
2591
2592 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2593
2594 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2595 (ptype ::C::OtherFileClass typedefs): New.
2596 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2597 (C::OtherFileClass::cOtherFileClassVar2): New.
2598 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2599 cOtherFileClassVar2.
2600 (C::cOtherFileType2, C::cOtherFileVar2): New.
2601 (C::cOtherFileVar_use): use also cOtherFileVar2.
2602 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2603
2604 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2605
2606 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2607 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2608 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2609 (print ::C::cOtherFileVar)
2610 (whatis C::OtherFileClass::cOtherFileClassType)
2611 (whatis ::C::OtherFileClass::cOtherFileClassType)
2612 (print C::OtherFileClass::cOtherFileClassVar)
2613 (print ::cOtherFileClassVar)
2614 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2615 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2616 trailing content.
2617 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2618 (C::OtherFileClass::cOtherFileClassVar)
2619 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2620 (C::cOtherFileVar, C::cOtherFileVar_use): New.
2621
2622 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 Test PR c++/11703 and PR gdb/1448.
2625 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2626 gdb/1448.
2627
2628 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2629
2630 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2631 (main) <rtti_data>: New.
2632 * gdb.cp/virtbase.exp (print rtti_data): New.
2633
2634 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2635 Joel Brobecker <brobecker@adacore.com>
2636
2637 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2638
2639 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2640
2641 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2642
2643 2010-06-28 Doug Evans <dje@google.com>
2644
2645 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2646
2647 2010-06-27 Doug Evans <dje@google.com>
2648
2649 * gdb.cp/m-static.exp: Update expected test output.
2650
2651 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2652
2653 * gdb.gdb/selftest.exp: Adjust expected message for
2654 capturing start-up runtime.
2655
2656 2010-06-25 Tom Tromey <tromey@redhat.com>
2657
2658 PR python/10808:
2659 * gdb.python/python.exp: Add new tests.
2660
2661 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
2662
2663 * gdb.cp/operator.cc: Created an import loop.
2664 * gdb.cp/operator.exp: Added testcase for import loop.
2665
2666 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2667
2668 Test PR python/11407.
2669 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2670 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2671 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2672 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2673 executable_nofb and executable_fb. New variables srcsfile, objsfile,
2674 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2675 binfile. Call gdb_compile with clean_restart twice.
2676 (func_nofb print, func_nofb backtrace, func_loopfb print)
2677 (func_loopfb backtrace): New.
2678
2679 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2680
2681 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2682 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2683 by a hand made one.
2684 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
2685 i?86 requirement. Remove variables srcfile and binfile. New variable
2686 sources, executable_nofb and executable_fb. Call prepare_for_testing.
2687
2688 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2689
2690 * gdb.cell/dwarfaddr.exp: New file.
2691 * gdb.cell/dwarfaddr.S: New file.
2692
2693 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2694
2695 Test PR 9436.
2696 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2697
2698 2010-06-24 Hui Zhu <teawater@gmail.com>
2699
2700 * gdb.base/eval.exp: New file.
2701
2702 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2703
2704 * gdb.cell/fork.exp: New file.
2705 * gdb.cell/fork.c: Likewise.
2706 * gdb.cell/fork-spu.c: Likewise.
2707
2708 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
2709
2710 * lib/gdb.exp (banned_variables_traced): New global variable.
2711 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2712 (gdb_init): Use `trace add variable' instead of obsolete
2713 `trace variable'.
2714
2715 2010-06-21 Doug Evans <dje@google.com>
2716
2717 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2718
2719 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2720
2721 * gdb.arch/spu-ls.exp: New file.
2722 * gdb.arch/spu-ls.c: Likewise.
2723
2724 2010-06-18 Stan Shebs <stan@codesourcery.com>
2725
2726 * gdb.threads/thread-specific.exp: Add tests of $_thread.
2727
2728 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2729
2730 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2731 * gdb.base/watch-cond.exp: Likewise.
2732 * gdb.python/py-breakpoint.exp: Likewise.
2733
2734 2010-06-18 Pedro Alves <pedro@codesourcery.com>
2735
2736 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2737 clean_restart, make sure every test has a distinct message, and
2738 that messages don't include the executable' full path.
2739
2740 2010-06-17 Doug Evans <dje@google.com>
2741
2742 * gdb.arch/i386-size.exp: Updated expected output for
2743 DISASSEMBLY_OMIT_FNAME.
2744
2745 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2746 Sergio Durigan Junior <sergiodj@redhat.com>
2747
2748 * gdb.base/watch-notconst.c: New file.
2749 * gdb.base/watch-notconst.S: New file.
2750 * gdb.base/watch-notconst2.c: New file.
2751 * gdb.base/watch-notconst2.S: New file.
2752 * gdb.base/watch-notconst.exp: New file.
2753 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2754 (func4): Add operations on `global_ptr_ptr'.
2755 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2756 routine to test watchpoints created with a constant expression.
2757 (test_inaccessible_watchpoint): Include tests for watchpoints
2758 created with a constant expression.
2759
2760 2010-06-14 Kevin Buettner <kevinb@redhat.com>
2761
2762 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2763 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2764 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2765 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2766 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2767 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2768 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2769 of `_start'.
2770
2771 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2772
2773 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2774 not supported on the target.
2775 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2776 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2777 * gdb.mi/mi-nsintrall.exp: Likewise.
2778 * gdb.mi/mi-nsmoribund.exp: Likewise.
2779 * gdb.mi/mi-nsthrexec.exp: Likewise.
2780
2781 2010-06-11 Stan Shebs <stan@codesourcery.com>
2782
2783 * gdb.base/permissions.exp: New file.
2784
2785 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2786
2787 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2788 does not support ELF executable class.
2789
2790 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2791
2792 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2793
2794 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2795
2796 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2797 (runto): Catch "The target does not support running in non-stop mode.".
2798
2799 2010-06-11 Michael Snyder <msnyder@vmware.com>
2800
2801 * gdb.base/setshow.exp (set language asm): Don't use
2802 gdb_test_no_output, fails on some targets.
2803
2804 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2805
2806 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2807 * gdb.cp/pr9167.exp: Likewise.
2808
2809 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2810
2811 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2812
2813 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2814
2815 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2816
2817 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2818
2819 * gdb.base/charset.c (main): Make sure malloc gets linked in.
2820
2821 2010-06-11 Tom Tromey <tromey@redhat.com>
2822
2823 PR gdb/9977, PR exp/11636::
2824 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2825 (pieces_test_f6): Update expected output.
2826
2827 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2828
2829 * gdb.base/moribund-step.exp: New.
2830
2831 2010-06-08 Michael Snyder <msnyder@vmware.com>
2832
2833 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
2834 * gdb.ada/boolean_expr.exp:
2835 * gdb.ada/frame_args.exp: Ditto.
2836 * gdb.ada/lang_switch.exp: Ditto.
2837 * gdb.ada/ptype_arith_binop.exp: Ditto.
2838 * gdb.ada/ref_param.exp: Ditto.
2839 * gdb.ada/type_coercion.exp:Ditto.
2840
2841 * gdb.asm/asm-source.exp: Ditto.
2842
2843 * gdb.base/attach.exp: Ditto.
2844 * gdb.base/bitfields2.exp: Ditto.
2845 * gdb.base/call-signal-resume.exp: Ditto.
2846 * gdb.base/callfuncs.exp: Ditto.
2847 * gdb.base/commands.exp: Ditto.
2848 * gdb.base/dbx.exp: Ditto.
2849 * gdb.base/default.exp: Ditto.
2850 * gdb.base/dump.exp: Ditto.
2851 * gdb.base/exprs.exp: Ditto.
2852 * gdb.base/freebpcmd.exp: Ditto.
2853 * gdb.base/interrupt.exp: Ditto.
2854 * gdb.base/list.exp: Ditto.
2855 * gdb.base/long_long.exp: Ditto.
2856 * gdb.base/maint.exp: Ditto.
2857 * gdb.base/ptype.exp: Ditto.
2858 * gdb.base/return.exp: Ditto.
2859 * gdb.base/setshow.exp: Ditto.
2860 * gdb.base/sigbpt.exp: Ditto.
2861 * gdb.base/sigrepeat.exp: Ditto.
2862
2863 * gdb.cp/classes.exp: Ditto.
2864
2865 * gdb.dwarf2/dw2-restore.exp: Ditto.
2866
2867 * gdb.gdb/selftest.exp: Ditto.
2868
2869 * gdb.multi/base.exp: Ditto.
2870 * gdb.multi/bkpt-multi-exec.exp: Ditto.
2871
2872 * gdb.python/py-block.exp: Ditto.
2873 * gdb.python/py-prettyprint.exp: Ditto.
2874 * gdb.python/py-template.exp: Ditto.
2875
2876 * gdb.server/ext-attach.exp: Ditto.
2877 * gdb.server/ext-run.exp: Ditto.
2878 * gdb.server/server-mon.exp: Ditto.
2879
2880 * gdb.threads/fork-thread-pending.exp: Ditto.
2881 * gdb.threads/hand-call-in-threads.exp: Ditto.
2882 * gdb.threads/interrupted-hand-call.exp: Ditto.
2883 * gdb.threads/linux-dp.exp: Ditto.
2884 * gdb.threads/manythreads.exp: Ditto.
2885 * gdb.threads/print-threads.exp: Ditto.
2886 * gdb.threads/pthreads.exp: Ditto.
2887 * gdb.threads/schedlock.exp: Ditto.
2888 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2889 * gdb.threads/threadapply.exp: Ditto.
2890
2891 2010-06-08 Michael Snyder <msnyder@vmware.com>
2892
2893 * gdb.ada/exec_changed.exp:
2894 Use ".*" instead of "" as wildcard regexp.
2895
2896 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2897 * gdb.base/call-ar-st.exp: Ditto.
2898 * gdb.base/checkpoint.exp: Ditto.
2899 * gdb.base/default.exp: Ditto.
2900 * gdb.base/dump.exp: Ditto.
2901 * gdb.base/ending-run.exp: Ditto.
2902 * gdb.base/fileio.exp: Ditto.
2903 * gdb.base/miscexprs.exp: Ditto.
2904 * gdb.base/pointers.exp: Ditto.
2905 * gdb.base/readline.exp: Ditto.
2906 * gdb.base/reread.exp: Ditto.
2907 * gdb.base/restore.exp: Ditto.
2908 * gdb.base/shlib-call.exp: Ditto.
2909 * gdb.base/valgrind-db-attach.exp: Ditto.
2910 * gdb.base/volatile.exp: Ditto.
2911 * gdb.base/watchpoints.exp: Ditto.
2912
2913 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2914
2915 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2916 * gdb.python/py-value.exp: Ditto.
2917
2918 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2919 * gdb.trace/circ.exp: Ditto.
2920 * gdb.trace/collection.exp: Ditto.
2921 * gdb.trace/packetlen.exp: Ditto.
2922 * gdb.trace/passc-dyn.exp: Ditto.
2923 * gdb.trace/report.exp: Ditto.
2924 * gdb.trace/tfile.exp: Ditto.
2925 * gdb.trace/tfind.exp: Ditto.
2926 * gdb.trace/while-dyn.exp: Ditto.
2927
2928 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2929
2930 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2931
2932 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2933
2934 Test PR 10640.
2935 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2936
2937 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2938
2939 * gdb.cp/koenig.exp: Test for ADL operators.
2940 * gdb.cp/koenig.cc: Added ADL operators.
2941 * gdb.cp/operator.exp: New test.
2942 * gdb.cp/operator.cc: New test.
2943
2944 2010-06-04 Michael Snyder <msnyder@vmware.com>
2945
2946 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2947 * gdb.base/pending.exp: Ditto.
2948
2949 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2950
2951 2010-06-04 Doug Evans <dje@google.com>
2952
2953 * gdb.python/py-prettyprint.exp: Add new test for enabled and
2954 disabled printers.
2955 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2956 (enable_lookup_function): New function.
2957
2958 2010-06-04 Tom Tromey <tromey@redhat.com>
2959
2960 * gdb.python/py-value.exp (test_value_hash): Don't test equality
2961 of hash and id.
2962
2963 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2964
2965 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2966 newline.
2967 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2968 (empty verbose non-noisy clear, empty verbose noisy clear)
2969 (empty non-verbose noisy clear): Likewise.
2970
2971 2010-06-03 Michael Snyder <msnyder@vmware.com>
2972
2973 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2974 * gdb.base/display.exp: Ditto.
2975 * gdb.base/find.exp: Ditto.
2976 * gdb.base/ifelse.exp: Ditto.
2977 * gdb.base/multi-forks.exp: Ditto.
2978 * gdb.base/recurse.exp: Ditto.
2979 * gdb.base/setshow.exp: Ditto.
2980 * gdb.base/value-double-free.exp: Ditto.
2981 * gdb.base/watch-vfork.exp: Ditto.
2982 * gdb.base/watch_thread_num.exp: Ditto.
2983 * gdb.base/watchpoint-solib.exp: Ditto.
2984 * gdb.base/watchpoint.exp: Ditto.
2985 * gdb.base/watchpoints.exp: Ditto.
2986
2987 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2988 * gdb.cp/overload.exp: Ditto.
2989 * gdb.cp/virtfunc.exp: Ditto.
2990
2991 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2992
2993 * gdb.reverse/watch-precsave.exp:
2994 Replace gdb_test with gdb_test_no_output.
2995
2996 * gdb.threads/attach-into-signal.exp:
2997 Replace gdb_test with gdb_test_no_output.
2998 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
2999 * gdb.threads/watchthreads.exp: Ditto.
3000 * gdb.threads/watchthreads2.exp: Ditto.
3001
3002 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
3003 * gdb.trace/tfind.exp: Ditto.
3004
3005 2010-06-03 Joel Brobecker <brobecker@adacore.com>
3006
3007 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
3008 successful test if message is the empty string.
3009
3010 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3011
3012 * gdb.fortran/module.exp (stopped language detection): New test.
3013
3014 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3015
3016 Support DW_TAG_module as separate namespaces.
3017 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
3018 gdb.fortran/library-module-lib.f90: New.
3019 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
3020 (print i): Remove.
3021 (continue to breakpoint: i-is-1, print var_i value 1)
3022 (continue to breakpoint: i-is-2, print var_i value 2)
3023 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
3024 (print var_d, print var_i value 14, ptype modmany, complete `modm)
3025 (complete `modmany, complete `modmany`, complete `modmany`var)
3026 (show language, setting breakpoint at module): New tests.
3027 * gdb.fortran/module.f90 (module mod): Remove.
3028 (module mod1, module mod2, module modmany, subroutine sub1)
3029 (subroutine sub2, program module): New.
3030
3031 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
3034 (print value of rUC, print value of rI, print value of UI): ... here.
3035 * gdb.cp/anon-union.exp (pass): Rename to ...
3036 (print z 2): ... here.
3037
3038 2010-06-02 Michael Snyder <msnyder@vmware.com>
3039
3040 * gdb.trace/actions.exp: Use gdb_test_no_output.
3041 * gdb.trace/circ.exp: Ditto.
3042 * gdb.trace/packetlen.exp: Ditto.
3043 * gdb.trace/save-trace.exp: Ditto.
3044 * gdb.trace/tracecmd.exp: Ditto.
3045 * gdb.trace/tsv.exp: Ditto.
3046
3047 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
3048 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
3049 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3050 * gdb.threads/manythreads.exp: Ditto.
3051 * gdb.threads/print-threads.exp: Ditto.
3052 * gdb.threads/pthreads.exp: Ditto.
3053 * gdb.threads/schedlock.exp: Ditto.
3054 * gdb.threads/staticthreads.exp: Ditto.
3055 * gdb.threads/thread-specific.exp: Ditto.
3056 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3057 * gdb.threads/threadapply.exp: Ditto.
3058 * gdb.threads/watchthreads.exp: Ditto.
3059 * gdb.threads/watchthreads2.exp: Ditto.
3060
3061 * gdb.python/py-block.exp: Use gdb_test_no_output.
3062 * gdb.python/py-prettyprint.exp: Ditto.
3063 * gdb.python/py-template.exp: Ditto.
3064 * gdb.python/py-value.exp: Ditto.
3065
3066 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
3067 * gdb.reverse/watch-reverse.exp: Ditto.
3068
3069 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
3070 * gdb.server/ext-run.exp: Ditto.
3071
3072 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
3073 * gdb.dwarf2/dw2-compressed.exp: Ditto.
3074 * gdb.dwarf2/dw2-intercu.exp: Ditto.
3075 * gdb.dwarf2/dw2-intermix.exp: Ditto.
3076 * gdb.dwarf2/dw2-producer.exp: Ditto.
3077 * gdb.dwarf2/mac-fileno.exp: Ditto.
3078
3079 * gdb.gdb/observer.exp: Use gdb_test_no_output.
3080 * gdb.gdb/selftest.exp: Ditto.
3081
3082 * gdb.multi/base.exp: Use gdb_test_no_output.
3083
3084 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
3085
3086 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3087
3088 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
3089
3090 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3091
3092 * gdb.cp/class2.exp: Use gdb_test_no_output.
3093 * gdb.cp/classes.exp: Ditto.
3094 * gdb.cp/extern-c.exp: Ditto.
3095 * gdb.cp/inherit.exp: Ditto.
3096 * gdb.cp/maint.exp: Ditto.
3097 * gdb.cp/mb-inline.exp: Ditto.
3098 * gdb.cp/mb-templates.exp: Ditto.
3099 * gdb.cp/method2.exp: Ditto.
3100 * gdb.cp/misc.exp: Ditto.
3101 * gdb.cp/ovldbreak.exp: Ditto.
3102 * gdb.cp/punctuator.exp: Ditto.
3103 * gdb.cp/templates.exp: Ditto.
3104 * gdb.cp/virtbase.exp: Ditto.
3105
3106 * gdb.threads/attach-stopped.exp:
3107 Replace uses of send_gdb / gdb_expect.
3108 * gdb.threads/attachstop-mt.exp:
3109 Replace uses of send_gdb / gdb_expect.
3110 * gdb.threads/gcore-thread.exp:
3111 Replace uses of send_gdb / gdb_expect.
3112 * gdb.threads/hand-call-in-threads.exp:
3113 Replace uses of send_gdb / gdb_expect.
3114 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
3115 * gdb.threads/print-threads.exp:
3116 Replace uses of send_gdb / gdb_expect.
3117 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
3118 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
3119 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
3120
3121 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
3122 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
3123 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
3124 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
3125 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
3126 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
3127 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
3128 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
3129 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
3130 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
3131 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
3132
3133 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3134
3135 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
3136
3137 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3138
3139 * gdb.cp/koenig.exp: Added new test case.
3140 * gdb.cp/koenig.cc: Ditto.
3141
3142 2010-06-01 Michael Snyder <msnyder@vmware.com>
3143
3144 * gdb.base/arithmet.exp: Use gdb_test_no_output.
3145 * gdb.base/arrayidx.exp: Ditto.
3146 * gdb.base/attach.exp: Ditto.
3147 * gdb.base/auxv.exp: Ditto.
3148 * gdb.base/bigcre.exp: Ditto.
3149 * gdb.base/break-always.exp: Ditto.
3150 * gdb.base/break-interp.exp: Ditto.
3151 * gdb.base/break.exp: Ditto.
3152 * gdb.base/breakpoint-shadow.exp: Ditto.
3153 * gdb.base/call-ar-st.exp: Ditto.
3154 * gdb.base/call-sc.exp: Ditto.
3155 * gdb.base/call-signal-resume.exp: Ditto.
3156 * gdb.base/callfuncs.exp: Ditto.
3157 * gdb.base/catch-syscall.exp: Ditto.
3158 * gdb.base/charset.exp: Ditto.
3159 * gdb.base/code-expr.exp: Ditto.
3160 * gdb.base/commands.exp: Ditto.
3161 * gdb.base/cond-expr.exp: Ditto.
3162 * gdb.base/condbreak.exp: Ditto.
3163 * gdb.base/cursal.exp: Ditto.
3164 * gdb.base/cvexpr.exp: Ditto.
3165 * gdb.base/default.exp: Ditto.
3166 * gdb.base/del.exp: Ditto.
3167 * gdb.base/detach.exp: Ditto.
3168 * gdb.base/display.exp: Ditto.
3169 * gdb.base/ena-dis-br.exp: Ditto.
3170 * gdb.base/eval-skip.exp: Ditto.
3171 * gdb.base/foll-fork.exp: Ditto.
3172 * gdb.base/foll-vfork.exp: Ditto.
3173 * gdb.base/frame-args.exp: Ditto.
3174 * gdb.base/funcargs.exp: Ditto.
3175 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3176 * gdb.base/gdbvars.exp: Ditto.
3177 * gdb.base/help.exp: Ditto.
3178 * gdb.base/ifelse.exp: Ditto.
3179 * gdb.base/included.exp: Ditto.
3180 * gdb.base/list.exp: Ditto.
3181 * gdb.base/macscp.exp: Ditto.
3182 * gdb.base/maint.exp: Ditto.
3183 * gdb.base/multi-fork.exp: Ditto.
3184 * gdb.base/overlays.exp: Ditto.
3185 * gdb.base/page.exp: Ditto.
3186 * gdb.base/pending.exp: Ditto.
3187 * gdb.base/pointers.exp: Ditto.
3188 * gdb.base/pr11022.exp: Ditto.
3189 * gdb.base/prelink.exp: Ditto.
3190 * gdb.base/printcmds.exp: Ditto.
3191 * gdb.base/psymtab.exp: Ditto.
3192 * gdb.base/randomize.exp: Ditto.
3193 * gdb.base/relational.exp: Ditto.
3194 * gdb.base/relocate.exp: Ditto.
3195 * gdb.base/remote.exp: Ditto.
3196 * gdb.base/sepdebug.exp: Ditto.
3197 * gdb.base/set-lang-auto.exp: Ditto.
3198 * gdb.base/setshow.exp: Ditto.
3199 * gdb.base/setvar.exp: Ditto.
3200 * gdb.base/signals.exp: Ditto.
3201 * gdb.base/signull.exp: Ditto.
3202 * gdb.base/sigstep.exp: Ditto.
3203 * gdb.base/sizeof.exp: Ditto.
3204 * gdb.base/solib-disc.exp: Ditto.
3205 * gdb.base/store.exp: Ditto.
3206 * gdb.base/structs.exp: Ditto.
3207 * gdb.base/structs2.exp: Ditto.
3208 * gdb.base/subst.exp: Ditto.
3209 * gdb.base/term.exp: Ditto.
3210 * gdb.base/trace-commands.exp: Ditto.
3211 * gdb.base/unwindonsignal.exp: Ditto.
3212 * gdb.base/valgrind-db-attach.exp: Ditto.
3213 * gdb.base/varargs.exp: Ditto.
3214 * gdb.base/watch-cond.exp: Ditto.
3215 * gdb.base/watch_thread_num.exp: Ditto.
3216 * gdb.base/watchpoint-cond-gone.exp: Ditto.
3217 * gdb.base/watchpoint.exp: Ditto.
3218 * gdb.base/whatis-exp.exp: Ditto.
3219
3220 2010-06-01 Michael Snyder <msnyder@vmware.com>
3221
3222 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3223 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3224 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3225 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3226 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3227 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3228 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3229 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3230 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3231 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3232 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3233 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3234 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3235 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3236 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3237
3238 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3239
3240 * gdb.base/commands.exp (begin commands on watch): Remove excessive
3241 trailing newline.
3242 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3243 * gdb.java/jmisc.exp (p *args\n): Rename to ...
3244 (p *args): ... here and remove excessive trailing newline.
3245
3246 2010-05-31 Joel Brobecker <brobecker@adacore.com>
3247
3248 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3249
3250 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3251
3252 Accept the new Linux kernel "t (tracing stop)" string.
3253 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3254 Update comment.
3255 (state_wait) <T (tracing stop)>: New.
3256 (main): Update the state_wait expect string.
3257
3258 2010-05-28 Pedro Alves <pedro@codesourcery.com>
3259
3260 * limits.c, limits.exp: Delete files.
3261 * Makefile.in (clean mostlyclean): Adjust.
3262 * tracecmd.exp: Adjust.
3263
3264 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3265
3266 * gdb.base/tui-layout.exp: New.
3267
3268 2010-05-28 Michael Snyder <msnyder@vmware.com>
3269
3270 * gdb.reverse/break-precsave.exp:
3271 Replace uses of send_gdb / gdb_expect.
3272 * gdb.reverse/break-reverse.exp:
3273 Replace uses of send_gdb / gdb_expect.
3274 * gdb.reverse/consecutive-precsave.exp:
3275 Replace uses of send_gdb / gdb_expect.
3276 * gdb.reverse/consecutive-reverse.exp:
3277 Replace uses of send_gdb / gdb_expect.
3278 * gdb.reverse/finish-precsave.exp:
3279 Replace uses of send_gdb / gdb_expect.
3280 * gdb.reverse/finish-reverse.exp:
3281 Replace uses of send_gdb / gdb_expect.
3282 * gdb.reverse/i386-precsave.exp:
3283 Replace uses of send_gdb / gdb_expect.
3284 * gdb.reverse/i386-reverse.exp:
3285 Replace uses of send_gdb / gdb_expect.
3286 * gdb.reverse/i386-sse-reverse.exp:
3287 Replace uses of send_gdb / gdb_expect.
3288 * gdb.reverse/i387-env-reverse.exp:
3289 Replace uses of send_gdb / gdb_expect.
3290 * gdb.reverse/i387-stack-reverse.exp:
3291 Replace uses of send_gdb / gdb_expect.
3292 * gdb.reverse/machinestate-precsave.exp:
3293 Replace uses of send_gdb / gdb_expect.
3294 * gdb.reverse/machinestate.exp:
3295 Replace uses of send_gdb / gdb_expect.
3296 * gdb.reverse/sigall-precsave.exp:
3297 Replace uses of send_gdb / gdb_expect.
3298 * gdb.reverse/sigall-reverse.exp:
3299 Replace uses of send_gdb / gdb_expect.
3300 * gdb.reverse/solib-precsave.exp:
3301 Replace uses of send_gdb / gdb_expect.
3302 * gdb.reverse/solib-reverse.exp:
3303 Replace uses of send_gdb / gdb_expect.
3304 * gdb.reverse/step-precsave.exp:
3305 Replace uses of send_gdb / gdb_expect.
3306 * gdb.reverse/step-reverse.exp:
3307 Replace uses of send_gdb / gdb_expect.
3308 * gdb.reverse/until-precsave.exp:
3309 Replace uses of send_gdb / gdb_expect.
3310 * gdb.reverse/until-reverse.exp:
3311 Replace uses of send_gdb / gdb_expect.
3312 * gdb.reverse/watch-precsave.exp:
3313 Replace uses of send_gdb / gdb_expect.
3314 * gdb.reverse/watch-reverse.exp:
3315 Replace uses of send_gdb / gdb_expect.
3316
3317 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3318
3319 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3320 excessive newline.
3321
3322 2010-05-27 Michael Snyder <msnyder@vmware.com>
3323
3324 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
3325 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3326 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3327 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3328 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3329 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3330 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3331 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3332 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3333 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3334 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3335 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3336 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3337 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3338 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3339 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3340 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3341 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3342 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
3343
3344 2010-05-26 Michael Snyder <msnyder@vmware.com>
3345
3346 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3347 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3348
3349 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3350 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3351 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3352
3353 * gdb.reverse/consecutive-reverse.exp:
3354 Replace uses of send_gdb / gdb_expect.
3355 * gdb.reverse/consecutive-precsave.exp:
3356 Replace uses of send_gdb / gdb_expect.
3357
3358 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3359 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
3360 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
3361 * gdb.mi/mi-ns-stale-regcache.exp:
3362 Replace uses of send_gdb / gdb_expect.
3363 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
3364 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
3365 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
3366 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
3367 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
3368 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
3369 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
3370 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
3371 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
3372
3373 2010-05-26 Michael Snyder <msnyder@vmware.com>
3374
3375 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
3376
3377 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
3378
3379 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
3380 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
3381 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
3382 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
3383 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
3384 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
3385 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
3386 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
3387 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
3388
3389 2010-05-25 Tom Tromey <tromey@redhat.com>
3390
3391 * gdb.base/macscp.exp: Add missing space after setup_kfail.
3392
3393 2010-05-25 Tom Tromey <tromey@redhat.com>
3394
3395 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
3396 argument order.
3397 * gdb.base/macscp.exp: Fix setup_kfail argument order.
3398 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
3399 order.
3400 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
3401 order.
3402 * gdb.base/call-sc.exp (setup_kfails): Remove.
3403 (setup_compiler_kfails): Remove.
3404 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
3405 argument order.
3406 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
3407 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
3408 (advancei): Fix setup_kfail argument order.
3409 * gdb.base/radix.exp: Fix setup_kfail argument order.
3410 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
3411 order.
3412 * gdb.base/structs.exp (setup_kfails): Remove.
3413 (setup_compiler_kfails): Fix setup_kfail argument order.
3414 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
3415 order.
3416 * gdb.java/jmain.exp: Fix setup_kfail argument order.
3417 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
3418 setup_kfail argument order.
3419 * gdb.cp/overload.exp: Fix setup_kfail argument order.
3420
3421 2010-05-25 Tom Tromey <tromey@redhat.com>
3422
3423 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3424
3425 2010-05-25 Michael Snyder <msnyder@vmware.com>
3426
3427 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3428 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3429 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3430 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3431 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3432 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3433 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3434 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3435 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
3436 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3437 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3438 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3439 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3440 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3441 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3442 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3443 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3444 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3445 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3446 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3447 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3448 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3449 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
3450 * gdb.base/default.exp: Replace send_gdb with gdb_test.
3451 * gdb.base/define.exp: Replace send_gdb with gdb_test.
3452 * gdb.base/display.exp: Replace send_gdb with gdb_test.
3453 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3454 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3455 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3456 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3457 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3458 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3459 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3460 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3461 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3462 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3463 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3464 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3465 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3466 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3467 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3468 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3469 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3470 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3471 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3472 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3473 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3474 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3475
3476 2010-05-25 Doug Evans <dje@google.com>
3477
3478 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3479 gdb.string_to_argv.
3480
3481 2010-05-21 Tom Tromey <tromey@redhat.com>
3482
3483 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3484 Call it.
3485 * gdb.dwarf2/pieces.S: Update.
3486 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3487
3488 2010-05-21 Tom Tromey <tromey@redhat.com>
3489
3490 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3491 Call it.
3492 * gdb.dwarf2/pieces.c (struct C): New.
3493 (f6): New function.
3494 * gdb.dwarf2/pieces.S: Replace.
3495
3496 2010-05-21 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3499 Call it.
3500
3501 2010-05-21 Tom Tromey <tromey@redhat.com>
3502
3503 * gdb.dwarf2.pieces.exp: New file.
3504 * gdb.dwarf2.pieces.S: New file.
3505 * gdb.dwarf2.pieces.c: New file.
3506
3507 2010-05-20 Pedro Alves <pedro@codesourcery.com>
3508 Joel Brobecker <brobecker@adacore.com>
3509
3510 * lib/gdb.exp (gdb_test_no_output): New function.
3511 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3512 when testing commands that should produce no output.
3513
3514 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3515
3516 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3517 parameter that we want to watch being a constant.
3518
3519 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3520
3521 * gdb.ada/cond_lang: New testcase.
3522
3523 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3524
3525 * lib/gdb.exp (banned_variables): New variable/constant.
3526 (gdb_init): Add write trace on variables listed in banned_variables.
3527 (gdb_finish): Remove write traces on variables listed in
3528 banned_variables.
3529
3530 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3531
3532 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3533 * gdb.cp/koenig.exp: Likewise.
3534
3535 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3536
3537 PR python/11482
3538
3539 * gdb.python/py-value.exp (test_value_hash): New function.
3540
3541 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3542
3543 PR exp/11530.
3544 * gdb.base/gdb11530.c: New file.
3545 * gdb.base/gdb11530.exp: New file.
3546
3547 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3548
3549 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3550 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3551
3552 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3553
3554 * gdb.cp/koenig.exp: New test.
3555 * gdb.cp/koenig.cc: New test program.
3556
3557 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3558
3559 Remove the use of prms_id and bug_id throughout the testsuite.
3560
3561 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3562
3563 PR exp/11349.
3564 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3565 use a reference local variable.
3566
3567 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3568
3569 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3570 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3571 variable different_dir. Move debugfile into a full directory pathname
3572 under DIFFERENT_DIR.
3573 * lib/gdb.exp (separate_debug_filename): Remove.
3574 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3575 variable debug_dir and mkdir of it. Update function comments.
3576
3577 2010-04-29 Pedro Alves <pedro@codesourcery.com>
3578
3579 PR gdb/11557
3580
3581 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3582 files.
3583
3584 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3585
3586 * gdb.python/py-param.exp: New File.
3587
3588 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3589
3590 * gdb.base/default.exp: Fix "set language" test.
3591
3592 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3593
3594 PR breakpoints/11531.
3595 * gdb.base/gdb11531.c: New file.
3596 * gdb.base/gdb11531.exp: New file.
3597
3598 2010-04-26 Tom Tromey <tromey@redhat.com>
3599
3600 * gdb.base/completion.exp: Add tests for completion and deprecated
3601 commands.
3602
3603 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3604
3605 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3606 (print /x char_array): Escape curly brackets.
3607
3608 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 Fix deadlock on looped list of loaded shared objects.
3611 * gdb.base/solib-corrupted.exp: New.
3612
3613 2010-04-23 Doug Evans <dje@google.com>
3614
3615 * gdb.python/py-section-script.c: New file.
3616 * gdb.python/py-section-script.exp: New file.
3617 * gdb.python/py-section-script.py: New file.
3618
3619 2010-04-20 Chris Moller <cmoller@redhat.com>
3620
3621 PR 10179
3622
3623 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3624 * gdb.base/pr10179-a.c:
3625 * gdb.base/pr10179-b.c:
3626 * gdb.base/pr10179.exp: New files.
3627
3628 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3629
3630 Fix crashes on dangling display expressions.
3631 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3632 is SEP.
3633 (lib_flags): Remove the "debug" keyword.
3634 (libsepdebug): New variable for iterating new loop.
3635 (save_pf_prefix): New variable wrapping the loop.
3636 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
3637 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3638
3639 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3640
3641 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3642
3643 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3644
3645 PR stabs/11479.
3646 * gdb.stabs/gdb11479.exp: New file.
3647 * gdb.stabs/gdb11479.c: New file.
3648
3649 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3650
3651 * gdb.base/charset.c (Strin16, String32): New variables.
3652 * gdb.base/charset.exp (gdb_test): Test correct display
3653 of 16 or 32 bit strings.
3654
3655 2010-04-21 Chris Moller <cmoller@redhat.com>
3656
3657 PR 9167
3658 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3659 * gdb.cp/pr9167.cc: New file.
3660 * gdb.cp/pr9167.exp: New file.
3661
3662
3663 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3664
3665 PR pascal/11492.
3666 * gdb.pascal/gdb11492.pas: New file.
3667 * gdb.pascal/gdb11492.exp: New file.
3668
3669 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3670
3671 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
3672
3673 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3674
3675 * gdb.ada/dyn_loc: New testcase.
3676
3677 2010-04-20 Chris Moller <cmoller@redhat.com>
3678
3679 PR 10867
3680
3681 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
3682 * gdb.cp/pr10687.cc: New file.
3683 * gdb.cp/pr10687.exp: New file.
3684
3685
3686 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3687 Sergio Durigan Junior <sergiodj@redhat.com>
3688
3689 * gdb.fortran/logical.exp: New testcase.
3690 * gdb.fortran/logical.f90: New file.
3691
3692 2010-04-19 Doug Evans <dje@google.com>
3693
3694 * gdb.base/help.exp (help source): Update expected output.
3695
3696 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3697
3698 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3699 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
3700 gdb_exit and return.
3701 (executable): New variable.
3702 (binfile): Use it.
3703
3704 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3705
3706 PR breakpoints/8554.
3707
3708 * gdb.trace/save-trace.exp: Adjust.
3709
3710 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3711
3712 PR corefiles/11511
3713 * gdb.arch/system-gcore.exp: New.
3714 * gdb.arch/gcore.c: Likewise.
3715
3716 2010-04-15 Doug Evans <dje@google.com>
3717
3718 * gdb.python/py-progspace.c: New file.
3719 * gdb.python/py-progspace.exp: New file.
3720
3721 * gdb.base/source.exp: Add tests for "source -s".
3722
3723 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3724
3725 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3726 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3727 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3728 * gdb.python/py-mi.exp: New test for to_string returning None.
3729
3730 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
3731
3732 * gdb.python/py-breakpoint.c: Make result global.
3733
3734 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3735
3736 Fix non-GNU make compatibility.
3737 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3738
3739 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3740
3741 * gdb.python/py-breakpoint.exp: New File.
3742 * gdb.python/py-breakpoint.C: Ditto.
3743
3744 2010-04-08 Stan Shebs <stan@codesourcery.com>
3745
3746 * gdb.trace/actions.exp: Clear default-collect.
3747 * gdb.trace/save-trace.exp: Clear default-collect.
3748
3749 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3750
3751 * gdb.python/py-value: Add null string variable.
3752 (test_lazy_string): Test zero length, NULL address lazy
3753 strings.
3754
3755 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3756
3757 * gdb.arch/i386-avx.c: New.
3758 * gdb.arch/i386-avx.exp: Likewise.
3759
3760 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3761
3762 2010-04-06 Doug Evans <dje@google.com>
3763
3764 * gdb.base/source-test.gdb: New file.
3765 * gdb.base/source.exp: Test source -v.
3766
3767 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3768
3769 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3770
3771 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3772
3773 * gdb.stabs/aout.sed: Convert all backslash to double backslash
3774 within one line, unless it is followed by a double quote.
3775 * gdb.stabs/hppa.sed: Idem.
3776 * gdb.stabs/weird.def: Add char and String constants
3777 * gdb.stabs/weird.exp: Check for correct parsing of
3778 char and string constants.
3779 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3780 in .stabs to .stabx substitution.
3781
3782 2010-04-05 Stan Shebs <stan@codesourcery.com>
3783
3784 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3785 constant global.
3786 * gdb.trace/tfile.exp: Try to print them.
3787
3788 2010-04-04 Stan Shebs <stan@codesourcery.com>
3789
3790 * gdb.base/completion.exp: Update for new "info watchpoints".
3791 * gdb.base/default.exp: Ditto.
3792 * gdb.base/help.exp: Ditto.
3793 * gdb.base/watchpoint.exp: Ditto.
3794 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
3795
3796 2010-04-04 Stan Shebs <stan@codesourcery.com>
3797
3798 * gdb.trace/tfile.exp: Sharpen tfind test.
3799
3800 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3801
3802 * gdb.base/break-entry.exp: New.
3803
3804 2010-04-02 Hui Zhu <teawater@gmail.com>
3805 Michael Snyder <msnyder@vmware.com>
3806
3807 * gdb.reverse/i386-sse-reverse.exp: New file.
3808 * gdb.reverse/i386-sse-reverse.c: New file.
3809
3810 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3811
3812 * gdb.trace/tfind.exp: Adjust expected disassembly output.
3813
3814 2010-04-01 Stan Shebs <stan@codesourcery.com>
3815
3816 * gdb.trace/actions.exp: Tweak expected output.
3817 * gdb.trace/while-stepping.exp: Tweak expected output.
3818
3819 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3820
3821 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3822
3823 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3824
3825 * gdb.base/commands.exp: Adjust.
3826 * gdb.cp/extern-c.exp: Adjust.
3827
3828 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3829
3830 * gdb.trace/collection.c (local_test_func): Define a local struct,
3831 and instanciate it.
3832
3833 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3834
3835 * gdb.trace/collection.exp (gdb_collect_args_test)
3836 (gdb_collect_argarray_test): XFAIL the tests that assume the
3837 argarray argument's elements are collected.
3838
3839 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3840
3841 * gdb.dwarf2/dw2-bad-parameter-type.exp,
3842 gdb.dwarf2/dw2-bad-parameter-type.S: New.
3843
3844 2010-03-31 Stan Shebs <stan@codesourcery.com>
3845
3846 * gdb.trace/save-trace.exp: Test save/restore of default-collect
3847 and tracepoint conditionals.
3848 (gdb_verify_tracepoints): Delete unused return.
3849
3850 2010-03-26 Keith Seitz <keiths@redhat.com>
3851
3852 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3853 appear in the output before main.
3854 Remove KFAIL for gdb/2215 aka bz 9320.
3855
3856 2010-03-30 Doug Evans <dje@google.com>
3857
3858 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3859 by dejagnu.
3860 * gdb.arch/amd64-dword.exp: Ditto.
3861
3862 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3863 match.
3864 (break printf): Ditto.
3865
3866 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
3867
3868 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3869 gcc < 4.4.
3870 * gdb.cp/shadow.exp: Ditto.
3871
3872 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3873
3874 * gdb.trace/collection.exp (run_trace_experiment): Make sure
3875 "tstart" is silent.
3876
3877 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3878
3879 * gdb.trace/collection.exp (executable): New.
3880 (binfile): Use it.
3881 (fpreg, spreg, pcreg): New.
3882 (test_register): Use gdb_test_multiple. Pass /x to print.
3883 (prepare_for_trace_test): New.
3884 (run_trace_experiment): Use "continue", not gdb_run_cmd.
3885 (gdb_collect_args_test, gdb_collect_argstruct_test)
3886 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3887 prepare_for_trace_test.
3888 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
3889 fpreg, spreg and pcreg.
3890 (gdb_collect_expression_test, gdb_collect_globals_test): Use
3891 prepare_for_trace_test.
3892 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
3893 try to detect tracing support here. Don't set breakpoints at
3894 `begin' or `end' here.
3895 <global scope>: Use clean_restart. Run to main before checking
3896 for tracing support. Check for for tracing support here.
3897
3898 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3899
3900 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3901 " as $displacement" to "seen displacement message".
3902
3903 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3904
3905 * gdb.trace/while-dyn.exp (executable): New variable.
3906 (binfile): Use it.
3907 (test_while_stepping): New function. Move most tests here. Call
3908 it once for each of the while-stepping, stepping and ws aliases.
3909
3910 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3911
3912 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3913 that do not provide the tagless_struct type name at all.
3914 (test_print_anon_union): Do not check value of uninitialized
3915 union member. Do not use cp_test_ptype_class, so we can accept
3916 "long" as well as "long int".
3917
3918 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3919
3920 * gdb.trace/tfile.c (tohex, bin2hex): New.
3921 (write_error_trace_file): Hexify error description.
3922
3923 2010-03-25 Stan Shebs <stan@codesourcery.com>
3924
3925 * gdb.trace/tfile.c: Generate an additional trace file, improve
3926 portability.
3927 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3928 files in a better way.
3929
3930 2010-03-25 Keith Seitz <keiths@redhat.com>
3931
3932 * gdb.java/jprint.exp: XFAIL printing of static class members
3933 because of GCC debuginfo problem.
3934
3935 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3938
3939 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3940
3941 * gdb.base/completion.exp: Allow long instead of long int.
3942 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3943 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
3944 variable p.
3945 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3946 * gdb.base/pointers.exp: Allow long instead of long int.
3947 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3948 * gdb.base/step-line.exp: Allow a directory before the source file name.
3949
3950 2010-03-24 Tom Tromey <tromey@redhat.com>
3951
3952 PR breakpoints/9352:
3953 * gdb.base/default.exp: Update.
3954 * gdb.base/commands.exp: Update.
3955 * gdb.cp/extern-c.exp: Test setting commands on multiple
3956 breakpoints at once.
3957
3958 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3959
3960 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3961 if gdb,nosignals.
3962 * gdb.base/watchpoints.c: Do not include unnecessary headers.
3963 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3964 exited".
3965
3966 2010-03-24 Stan Shebs <stan@codesourcery.com>
3967
3968 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3969
3970 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3971
3972 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3973 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3974 argument. Handle "short" and "long".
3975 (Top level): Pass overprototyped output for old_fptr and xptr.
3976
3977 2010-03-23 Pedro Alves <pedro@codesourcery.com>
3978
3979 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3980 format strings and add casts to avoid compiler warnings.
3981
3982 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
3983
3984 * lib/trace-support.exp (gdb_trace_setactions):
3985 Don't expect whitespace after ">" prompt.
3986 * gdb.trace/actions.exp: Adjust for output changes.
3987 * gdb.trace/while-stepping.exp: Likewise.
3988
3989 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3990
3991 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3992 and r157645).
3993
3994 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3995
3996 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
3997 New.
3998
3999 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
4000
4001 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
4002 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
4003
4004 2010-03-19 Stan Shebs <stan@codesourcery.com>
4005
4006 * gdb.trace/ax.exp: New file.
4007
4008 2010-03-19 Doug Evans <dje@google.com>
4009
4010 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
4011 output from gcc.
4012
4013 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
4014 named /usr/sbin/prelink<foo>.
4015
4016 2010-03-18 Stan Shebs <stan@codesourcery.com>
4017
4018 * gdb.trace/circ.exp: Test circular-trace-buffer.
4019 * gdb.trace/tfile.exp: Update tstatus test.
4020
4021 2010-03-18 Joel Brobecker <brobecker@adacore.com>
4022
4023 * gdb.dwarf2/dw2-anonymous-func.S: New file.
4024 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
4025
4026 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4027
4028 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
4029
4030 2010-03-18 Pedro Alves <pedro@codesourcery.com>
4031
4032 * gdb.base/default.exp: Adjust the expected output of the finish
4033 and until commands when the inferior is not being run.
4034
4035 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
4036
4037 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
4038 * gdb.cp/nsusing.exp: Ditto.
4039
4040 2010-03-15 Tom Tromey <tromey@redhat.com>
4041
4042 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
4043 * gdb.cp/userdef.cc (operator==): New function.
4044 (main): New locals mem1, mem2.
4045
4046 2010-03-15 Jie Zhang <jie@codesourcery.com>
4047
4048 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
4049 Declare and use new loadtimeout variable.
4050
4051 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4052
4053 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
4054 Use gdb_load later.
4055
4056 2010-03-14 Pedro Alves <pedro@codesourcery.com>
4057
4058 * gdb.base/solib-disc.c (main): Make format of fprintf a string
4059 literal. Add missing endlines to prints to stderr.
4060
4061 2010-03-12 Tom Tromey <tromey@redhat.com>
4062
4063 PR c++/9708:
4064 * gdb.cp/m-static.exp: Add regression test.
4065 * gdb.cp/m-static.cc (method): New method.
4066 (main): Call it.
4067
4068 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4069
4070 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
4071 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
4072
4073 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4074
4075 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
4076
4077 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4078
4079 * lib/gdb.exp (skip_stl_tests): New.
4080 (gdb_compile): Symbian needs -ldl.
4081 (shlib_target_file): New.
4082 (shlib_symbol_file): New.
4083 (gdb_load_shlibs): Use shlib_target_file.
4084 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
4085 * gdb.cp/exception.exp: Use skip_stl_tests.
4086 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
4087 * gdb.cp/try_catch.exp: Use skip_stl_tests.
4088 * gdb.cp/mb-templates.exp: Ditto.
4089 * gdb.base/commands.exp: Relax regexes.
4090 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
4091 shlib_target_file and shlib_symbol_file.
4092 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
4093 sections.
4094 * gdb.base/ending-run.exp: Accept E32Main for symbian.
4095 * gdb.base/solib-disc.exp: Use
4096 shlib_target_file and shlib_symbol_file.
4097 * gdb.base/unload.exp: Don't skip on symbian. Use
4098 shlib_target_file and shlib_symbol_file.
4099 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4100
4101 2010-03-12 Pedro Alves <pedro@codesourcery.com>
4102
4103 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4104 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4105 Issue a tfind end before looking for a tracepoint frame.
4106 * gdb.trace/tfind.exp: Adjust tstatus output.
4107 Adjust disassembly output.
4108 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4109
4110 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4111
4112 * gdb.base/break-interp.exp: Create new displacement parameter value
4113 for the test_ld calls.
4114 (reach): New parameter displacement, verify its content. New push of
4115 pf_prefix "reach-$func:". Import global expect_out.
4116 (test_core): New parameter displacement, verify its content. New push
4117 of pf_prefix "core:". New command "set verbose on". Import global
4118 expect_out.
4119 (test_attach): New parameter displacement, verify its content. New
4120 push of pf_prefix "attach:". New command "set verbose on". Import
4121 global expect_out.
4122 (test_ld): New parameter displacement, pass it to the reach, test_core
4123 and test_attach calls and verify its content in the "ld.so exit" test.
4124 * gdb.base/prelink.exp: Remove gdb_exit and final return.
4125 (prelink): Update expected text, use gdb_test.
4126
4127 2010-03-10 Doug Evans <dje@google.com>
4128
4129 * gdb.base/checkpoint.exp: Fix comment.
4130 Lengthen timeout while doing >600 checkpoints test.
4131 Rename duplicate "kill all one" test to keep test names unique.
4132
4133 2010-03-10 Pedro Alves <pedro@codesourcery.com>
4134
4135 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
4136
4137 2010-03-08 Keith Seitz <keiths@redhat.com>
4138
4139 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
4140 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
4141 (dm_type_long): New function.
4142 (dm_type_unsigned_short): New function.
4143 (dm_type_unsigned_long): New function.
4144 (myint): New typedef.
4145 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
4146 long, unsigned shor and long, operator char*, and typedef.
4147 (test_lookup_operator_functions): Add operator char* test.
4148 (test_paddr_operator_functions): Likewise.
4149 (test_paddr_overloaded_functions): Use probe values for
4150 short, long, and unsigned short and long.
4151 (test_paddr_hairy_functions): If the demangler probe detected
4152 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
4153 demangler.
4154 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
4155 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
4156 and "print null_pmf".
4157 Add test "ptype a.*pmf".
4158 * gdb.cp/overload.exp: Allow optional "int" to appear with
4159 "short" and "long".
4160 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
4161 long expect value for men_overload1arg.
4162 Allow "int" to appear with "short" and "long".
4163 When testing "info break", add argument for main (void).
4164 Also allow "int" to appear with "short" and "long".
4165 Ditto with "unsigned" and "long long".
4166 * gdb.java/jmain.exp: Do not enclose methods names in single
4167 quotes.
4168 * gdb.java/jmisc.exp: Likewise.
4169 * gdb.java/jprint.exp: Likewise.
4170 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
4171
4172 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4173 * gdb.cp/exception.exp (backtrace after first throw)
4174 (backtrace after second throw): Allow a namespace before __cxa_throw.
4175 (backtrace after first catch, backtrace after second catch): Allow
4176 a namespace before __cxa_begin_catch.
4177
4178 * gdb.cp/cpexprs.exp: New file.
4179 * gdb.cp/cpexprs.cc: New file.
4180
4181 From Daniel Jacobowitz <dan@codesourcery.com>
4182 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
4183 to use string_to_regexp.
4184 (ctor, dtor): New functions. Use them to match constructor
4185 and destructor function types.
4186 (Top level): Use runto_main.
4187
4188 2010-03-05 Tom Tromey <tromey@redhat.com>
4189
4190 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
4191 gdb.target_charset.
4192 (pp_ns.to_string): Likewise.
4193
4194 2010-03-04 Keith Seitz <keiths@redhat.com>
4195
4196 * gdb.cp/overload.exp: Test that the filename portion of a linespec
4197 can be quoted. Test that both the filename and function/line
4198 portions can be quoted at the same time.
4199
4200 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4201
4202 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
4203
4204 2010-03-03 Doug Evans <dje@google.com>
4205
4206 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
4207 libc contains libpthread.
4208
4209 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
4210 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
4211 of gdb_compile. Add another pattern to match android backtrace.
4212
4213 2010-03-03 Tom Tromey <tromey@redhat.com>
4214
4215 PR gdb/11345:
4216 * gdb.base/printcmds.exp (test_printf): Add test.
4217
4218 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4219
4220 * gdb.arch/amd64-byte.exp: New.
4221 * gdb.arch/amd64-dword.exp: Likewise.
4222 * gdb.arch/amd64-pseudo.c: Likewise.
4223 * gdb.arch/amd64-word.exp: Likewise.
4224 * gdb.arch/i386-byte.exp: Likewise.
4225 * gdb.arch/i386-pseudo.c: Likewise.
4226 * gdb.arch/i386-word.exp: Likewise.
4227
4228 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4229
4230 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4231 types. Add structreg, bitfields, and flags registers.
4232 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4233 registers.
4234
4235 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4236
4237 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
4238 (load_description): Set architecture if defined.
4239
4240 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4241
4242 * gdb.python/py-frame.exp: Add read_var block tests.
4243 * gdb.python/py-frame.c (block): New function.
4244
4245 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4246 Daniel Jacobowitz <dan@codesourcery.com>
4247
4248 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
4249
4250 2010-02-25 David S. Miller <davem@davemloft.net>
4251
4252 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4253 fix logic for setting all_syscalls_numbers.
4254
4255 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4256
4257 * Makefile.in: Add py-block and py-symbol.
4258 * gdb.python/py-symbol.exp: New File.
4259 * gdb.python/py-symtab.exp: New File.
4260 * gdb.python/py-block.exp: New File.
4261 * gdb.python/py-symbol.c: New File.
4262 * gdb.python/py-block.c: New File.
4263
4264 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4265
4266 PR python/11314
4267 * lib/gdb.exp (skip_python_tests): New function.
4268 * gdb.python/py-cmd.exp: Use skip_python_tests.
4269 * gdb.python/py-frame.exp: Likewise.
4270 * gdb.python/py-function.exp: Likewise.
4271 * gdb.python/py-prettyprint.exp: Likewise.
4272 * gdb.python/py-template.exp: Likewise.
4273 * gdb.python/py-type.exp: Likewise.
4274 * gdb.python/py-value.exp: Likewise.
4275
4276 2010-02-22 Pedro Alves <pedro@codesourcery.com>
4277
4278 PR9605
4279
4280 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4281
4282 2010-02-19 Tom Tromey <tromey@redhat.com>
4283
4284 PR c++/8693, PR c++/9496:
4285 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
4286 regression tests.
4287
4288 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 Fix compatibility with m68k as.
4291 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
4292 Use only /* comments */.
4293
4294 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4295
4296 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4297 * configure: Regenerate.
4298
4299 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4300
4301 * gdb.python/py-type.exp: Check for Python support.
4302
4303 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4304
4305 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4306 `regsub' syntax available.
4307
4308 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4309
4310 * gdb.base/shmain.c (main): Remove printf call.
4311 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4312 * gdb.base/unload.c (main): Make format of fprintf a string
4313 literal. Add missing endlines to prints to stderr.
4314 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4315
4316 2010-02-17 Tom Tromey <tromey@redhat.com>
4317
4318 * gdb.java/jprint.java (jprint.props): New field.
4319 * gdb.java/jprint.exp (set_lang_java): Add regression test.
4320
4321 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4322
4323 * gdb.base/charset.exp: Don't assume new `regsub' syntax
4324 available.
4325
4326 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4327
4328 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4329 creation to support remote host testing.
4330
4331 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4332
4333 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4334 Recognize "command not found".
4335
4336 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4337
4338 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4339 single-stepping.
4340
4341 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4342
4343 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4344 if arguments are not supported.
4345
4346 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4347
4348 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4349 be const or non-const.
4350
4351 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4352
4353 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4354 mi_send_resuming_command to send -exec-continue.
4355
4356 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4357
4358 * gdb.base/list.exp (test_list_filename_and_function): Add test
4359 with single quotes.
4360 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
4361 matching.
4362 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
4363 Add KFAIL'd tests for PR gdb/11289.
4364
4365 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
4368
4369 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4370
4371 * gdb.base/comp-dir/subdir/dummy.txt: New file.
4372 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
4373 a temporary directory.
4374
4375 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4376
4377 * gdb.base/charset.exp: Use a single regular expression to match
4378 show host-charset and show target-charset output.
4379
4380 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4381
4382 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
4383 "Illegal process-id" expect string more exact.
4384 (attach to digits-starting nonsense is prohibited): New.
4385
4386 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4387
4388 * gdb.base/prelink.exp (set verbose on): New.
4389
4390 2010-02-12 Tomas Holmberg <th@virtutech.com>
4391
4392 * mi-reverse.exp: New file. Test for reverse option to the
4393 following MI commands: exec-continue, exec-finish, exec-next,
4394 exec-step, exec-next-instruction, exec-step-instruction.
4395
4396 2010-02-09 Joel Brobecker <brobecker@adacore.com>
4397
4398 * gdb.ada/ptype_tagged_param: New testcase.
4399
4400 2010-02-08 Tom Tromey <tromey@redhat.com>
4401
4402 PR c++/8017:
4403 * gdb.cp/overload.exp: Add tests.
4404 * gdb.cp/overload.cc (struct K): New.
4405 (namespace N): New.
4406 (main): Call new functions.
4407 (K::staticoverload): Define.
4408
4409 2010-02-08 Chris Moller <moller@mollerware.com>
4410
4411 PR gdb/10728
4412 * gdb.cp/pr10728-x.h: New file.
4413 * gdb.cp/pr10728-x.cc: New file.
4414 * gdb.cp/pr10728-y.cc: New file.
4415 * gdb.cp/pr10728.exp: New file.
4416 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
4417
4418 2010-02-08 Chris Moller <moller@mollerware.com>
4419
4420 PR gdb/9067
4421 * gdb.cp/pr9067.exp: New
4422 * gdb.cp/pr9067.cc: New
4423 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4424
4425 2010-02-08 Joel Brobecker <brobecker@adacore.com>
4426
4427 * lib/gdb.exp (gdb_test_timeout): New global variable.
4428 Set it to timeout if not already set.
4429 (gdb_init): Reset the value of timeout to gdb_test_timeout.
4430
4431 2010-02-05 Doug Evans <dje@google.com>
4432
4433 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4434 user.
4435
4436 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4437
4438 PR c++/7935:
4439 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4440
4441 2010-02-04 Tom Tromey <tromey@redhat.com>
4442
4443 * gdb.cp/virtbase.exp: Make test case names unique.
4444
4445 2010-02-02 Tom Tromey <tromey@redhat.com>
4446
4447 * gdb.cp/virtbase.exp: Add regression tests.
4448 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4449 (main): Instantiate RHC.
4450
4451 2010-02-02 Tom Tromey <tromey@redhat.com>
4452
4453 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4454 type-printing change.
4455
4456 2010-02-02 Tom Tromey <tromey@redhat.com>
4457
4458 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4459 * gdb.cp/virtbase.cc: New file.
4460 * gdb.cp/virtbase.exp: New file.
4461 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4462
4463 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4464
4465 PR libc/11214:
4466 * gdb.threads/current-lwp-dead.c: Include features.h.
4467 (HAS_NOMMU): New.
4468 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4469
4470 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4471
4472 * gdb.base/symbol-without-target_section.exp,
4473 gdb.base/symbol-without-target_section.c: New.
4474
4475 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4476
4477 * gdb.base/bigcore.exp: Reset increased timeout.
4478 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4479
4480 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4481
4482 * gdb.base/gcore.exp (capture_command_output): Use
4483 gdb_test_multiple.
4484
4485 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4486
4487 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4488 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4489 (Top level): Call it.
4490
4491 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4492
4493 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4494
4495 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4496
4497 * gdb.base/call-strs.exp, gdb.base/default.exp,
4498 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4499 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4500 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4501 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4502 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4503 * gdb.base/ending-run.exp: Correct restore of timeout.
4504 * gdb.base/page.exp: Remove unnecessary timeout setting.
4505
4506 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4507
4508 * gdb.ada/rec_return: New testcase.
4509
4510 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4511
4512 * gdb.ada/call_pn: New testcase.
4513
4514 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4515
4516 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4517 (Top level): Use it to resume.
4518 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4519 the Thumb mode displaced stepping error as unsupported.
4520
4521 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4522
4523 * gdb.cp/nsusing.exp: Added more tests.
4524 * gdb.cp/nsrecurs.exp: Ditto.
4525 * gdb.cp/nsusing.cc: Added test functions.
4526 * gdb.cp/nsrecurs.cc: Ditto.
4527
4528 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4529
4530 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4531 absolute directory pathnames in gdb.sum file.
4532
4533 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4534
4535 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4536 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4537
4538 2010-01-26 Tom Tromey <tromey@redhat.com>
4539
4540 PR exp/7643:
4541 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4542 setup_kfail.
4543
4544 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4545
4546 * gdb.cp/nsrecurs.exp: New test.
4547 * gdb.cp/nsrecurs.cc: New test program.
4548 * gdb.cp/nsstress.exp: New test.
4549 * gdb.cp/nsstress.cc: New test program.
4550 * gdb.cp/nsdecl.exp: New test.
4551 * gdb.cp/nsdecl.cc: New test program.
4552
4553 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4554
4555 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4556 imported into file scope.
4557 Marked test as xfail.
4558 * gdb.cp/namespace-using.cc (marker5): New function.
4559 * gdb.cp/shadow.exp: New test.
4560 * gdb.cp/shadow.cc: New test program.
4561 * gdb.cp/nsimport.exp: New test.
4562 * gdb.cp/nsimport.cc: New test program.
4563
4564 2010-01-25 Tom Tromey <tromey@redhat.com>
4565
4566 PR gdb/11049:
4567 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4568 with "set print null-stop on".
4569
4570 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4573 Adjust it for DISASSEMBLY_OMIT_FNAME.
4574
4575 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4576
4577 PR symtab/11199:
4578 * gdb.dwarf2/member-ptr-forwardref.exp,
4579 gdb.dwarf2/member-ptr-forwardref.S: New.
4580
4581 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4582
4583 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4584 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4585 thread1_tid_mutex. Remove gdbstop_mutex handling.
4586 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4587 thread2_tid_mutex. Remove gdbstop_mutex handling.
4588 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4589 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4590 pthread_cond_wait conditionalizations by while loops.
4591
4592 2010-01-20 Tom Tromey <tromey@redhat.com>
4593
4594 PR backtrace/10770:
4595 * gdb.dwarf2/pr10770.exp: New file.
4596 * gdb.dwarf2/pr10770.c: New file.
4597 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4598
4599 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4600
4601 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4602 that target was removed, and the test always runs native anyway.
4603
4604 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4605
4606 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4607 gdb.base/watchpoint-cond-gone-stripped.c: New.
4608
4609 2010-01-19 Tom Tromey <tromey@redhat.com>
4610
4611 PR c++/8000:
4612 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4613 existing tests.
4614 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4615 (main): Use AAA::SomeEnum.
4616
4617 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4618
4619 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4620 (test_ignore_count): Declare line_callme_body global.
4621 (run to breakpoint with ignore count): Use line_callme_body.
4622 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4623 (set line_main_hello, set line_main_return): Reindent.
4624 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4625 New.
4626 (continue to callee4): Use line_callee4_body.
4627 (check *stopped from CLI command): Use line_callee4_next.
4628 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4629 (set line_main_hello, set line_main_return): Reindent.
4630 (set line_callee4_head, set line_callee4_body): New.
4631 (continue to callee4): Use line_callee4_body.
4632
4633 2010-01-18 Tom Tromey <tromey@redhat.com>
4634
4635 PR c++/9680:
4636 * gdb.cp/casts.cc: Add new classes and variables.
4637 * gdb.cp/casts.exp: Test new operators.
4638
4639 2010-01-18 Tom Tromey <tromey@redhat.com>
4640 Thiago Jung Bauermann <bauerman@br.ibm.com>
4641
4642 * gdb.python/source2.py: New file.
4643 * gdb.python/source1: New file.
4644 * gdb.python/python.exp: Test "source" command.
4645
4646 2010-01-15 Stan Shebs <stan@codesourcery.com>
4647
4648 * gdb.trace/tfile.c: New file.
4649 * gdb.trace/tfile.exp: New file.
4650
4651 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4652
4653 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4654
4655 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4656
4657 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4658
4659 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4660
4661 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4662 (libfunc): New parameter action. Implement also selectable "sleep".
4663 * gdb.base/break-interp-main.c: Include assert.h.
4664 (libfunc): New parameter action.
4665 (main): New parameters argc and argv. Assert argc. Pass argv.
4666 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4667 (test_attach): New proc.
4668 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
4669 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
4670
4671 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4672
4673 * gdb.base/break-interp.exp (test_core): New proc.
4674 (test_ld): Call it.
4675
4676 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4677
4678 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4679 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
4680 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
4681 and gdb_compile_shlib. Use new -Wl compiler options.
4682 (dl bt, main bt): New tests.
4683
4684 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4685
4686 Support PIEs with no symfile_objfile.
4687 * gdb.base/break-interp.exp: New argument at the test_ld calls.
4688 (test_ld): New parameter trynosym.
4689 (test_ld <$trynosym>): New block.
4690
4691 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4692
4693 * gdb.base/break-interp.exp: New file.
4694
4695 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4696
4697 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4698 * gdb.python/py-prettyprint.py (pp_ls): New printer.
4699 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4700 test.
4701 * gdb.python/py-prettyprint.c: Define lazystring test structure.
4702 * gdb.python/py-mi.exp: Add lazy string test.
4703
4704 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4705
4706 * lib/mi-support.exp (mi_check_thread_states): Handle
4707 core number in thread listing.
4708
4709 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4710
4711 * gdb.base/maint.exp: Adjust the expected output for the
4712 "maint print type" test. Use gdb_test_multiple instead of
4713 gdb_sent/gdb_expect.
4714
4715 2010-01-11 Doug Evans <dje@google.com>
4716
4717 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4718 from gdbserver_download. All callers updated.
4719
4720 * gdb.server/ext-run.exp: "info os processes" requires xml support.
4721
4722 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4723
4724 Implement binary numbers parsing.
4725 * gdb.base/printcmds.exp (test_integer_literals_accepted)
4726 (test_integer_literals_rejected): New binary tests.
4727
4728 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4729
4730 * gdb.cell/configure: Regenerate.
4731
4732 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4733
4734 * gdb.base/corefile.exp: Move the core finding block out and call it as
4735 core_find, new variable $corefile, replace corefile by $corefile and
4736 [file tail $corefile] for usage vs. test names resp.
4737 * lib/gdb.exp (core_find): Move it as a new function here. New
4738 parameter binfile and deletefiles. New variable $destcore. Pre-delete
4739 $destcore. Return "" on error.
4740
4741 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4742
4743 Workaround PR binutils/10802.
4744 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4745 (twice).
4746
4747 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4748
4749 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4750
4751 2010-01-08 Joel Brobecker <brobecker@adacore.com>
4752
4753 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4754 call, to avoid interruption.
4755
4756 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4757
4758 * gdb.stabs/weird.def (args93): New.
4759
4760 2010-01-07 Doug Evans <dje@google.com>
4761
4762 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4763
4764 2010-01-07 Tom Tromey <tromey@redhat.com>
4765
4766 * gdb.base/source.exp: Use correct line number.
4767
4768 2010-01-05 Stan Shebs <stan@codesourcery.com>
4769
4770 * gdb.trace/tracecmd.exp: Test ftrace.
4771
4772 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4773
4774 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4775
4776 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4777
4778 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4779 "uint_for_mi_testing".
4780
4781 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4782
4783 Test indented comment in file being sourced.
4784 * gdb.base/commands.exp: Test indented comment in file being sourced.
4785
4786 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4787
4788 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4789 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4790 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4791 notice.
4792
4793 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4794
4795 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4796 notice.
4797
4798 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4799
4800 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4801 missing $after_stopped and comma (,) expectation.
4802
4803 2009-12-31 Stan Shebs <stan@codesourcery.com>
4804
4805 * gdb.trace/actions.exp: Test teval action.
4806
4807 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4808
4809 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4810 (top level): Call test_watchpoint_in_big_blob.
4811 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4812 watchpoints.
4813 (func3): Write to buf.
4814
4815 2009-12-29 Stan Shebs <stan@codesourcery.com>
4816
4817 * gdb.trace/actions.exp: Test default-collect.
4818
4819 2009-12-28 Stan Shebs <stan@codesourcery.com>
4820
4821 * gdb.trace/tsv.exp: New file.
4822 * gdb.base/completion.exp: Update ambiguous info output.
4823
4824 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4825
4826 * gdb.base/find.c (main): Reference search buffers.
4827 * gdb.base/included.c (main): Reference integer.
4828 * gdb.base/ptype.c (charfoo): Declare.
4829 (intfoo): Call charfoo.
4830 * gdb.base/scope0.c (useitp): New function.
4831 (usestatics): Use useitp.
4832 (useit): Add a type for val.
4833 * gdb.base/scope1.c (useit1): Take a pointer argument.
4834 (usestatics1): Update calls to useit1.
4835 * gdb.cp/call-c.cc: Declare foo.
4836 (main): Call foo.
4837 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4838 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4839 (main): Call C::ensureRefs and ensureOtherRefs.
4840 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4841 variables.
4842 (ensureOtherRefs): New function.
4843 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4844 * gdb.cp/templates.cc (main): Call t5i.value.
4845
4846 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4847
4848 Fix compatibility with G++-4.5.
4849 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4850 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4851 (uncaught return): Remove.
4852
4853 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4854 Phil Muldoon <pmuldoon@redhat.com>
4855
4856 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4857 (bp_location13, bp_location14, bp_location17, bp_location18)
4858 (marker3_proto, marker4_proto): New variables.
4859 (breakpoint info): Update output.
4860 (run until breakpoint at marker3, run until breakpoint at marker4): New
4861 tests.
4862
4863 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4864
4865 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4866 Replace the printf call of Y by provided "y-set-1" label. New block
4867 for the second shared library.
4868 * gdb.base/unload.exp: Compile also the second library, call
4869 gdb_load_shlibs also for it. Use now gdb_breakpoint.
4870 (single pending breakpoint info): Rename to ...
4871 (pending breakpoint info before run): ... this extended test.
4872 (libfile2, libname2, libsrcfile2, libsrc2)
4873 (lib_sl2): New variables.
4874 (exec_opts): Set also SHLIB_NAME2.
4875 (pending breakpoint info on first run at shrfunc1)
4876 (pending breakpoint info on second run at shrfunc1)
4877 (pending breakpoint info on second run at shrfunc2)
4878 (print y from libfile, print y from libfile2): New tests.
4879 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4880 * gdb.base/unloadshr2.c: New.
4881
4882 2009-12-22 Hui Zhu <teawater@gmail.com>
4883
4884 * gdb.reverse/sigall-reverse.exp: Adjust.
4885
4886 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4887
4888 PR gdb/10884
4889
4890 * gdb.mi/var-cmd.c (do_bitfield_tests): New
4891 (main): Call do_bitfield_tests.
4892 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
4893
4894 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4895
4896 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4897 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4898 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4899 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4900 gdb.modula2/unbounded1.c: Update copyright header.
4901
4902 2009-12-10 Chris Moller <moller@mollerware.com>
4903
4904 PR gdb/9399
4905 * gdb.cp/virtfunc2.exp: New tests
4906 * gdb.cp/virtfunc2.cc: New tests
4907 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4908
4909 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
4910
4911 * gdb.reverse/i387-env-reverse.c: New file.
4912 * gdb.reverse/i387-env-reverse.exp: New file.
4913 * gdb.reverse/i387-stack-reverse.c: New file.
4914 * gdb.reverse/i387-stack-reverse.exp: New file.
4915
4916 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4917
4918 * gdb.python/py-type.exp (test_range): New test.
4919
4920 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
4921
4922 PR python/10805
4923
4924 * gdb.python/py-type.exp: New file.
4925 * gdb.python/py-type.c: New file.
4926 * Makefile.in: Add py-type.
4927
4928 2009-12-03 Tom Tromey <tromey@redhat.com>
4929
4930 * gdb.python/py-value.exp (test_parse_and_eval): New
4931 function.
4932
4933 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4934
4935 PR gdb/11022
4936
4937 * gdb.base/pr11022.exp: New test.
4938 * gdb.base/pr11022.c: New test.
4939
4940 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4941
4942 Fix spurious false FAILs.
4943 * gdb.base/structs.c (chartest): New.
4944 (main): Fill-in chartest.
4945 * gdb.base/structs.exp (anychar_re, first): New.
4946 (start_structs_test): Import global anychar_re and first.
4947 New gdb_test call "set print elements 300; ${testfile}"
4948 (start_structs_test <$first>): New block.
4949 (any): Import global anychar_re. New variable ac. Use ${ac}.
4950
4951 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4952
4953 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4954
4955 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4956
4957 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4958 Force $srcfile file.
4959 * gdb.base/foll-fork.c (callee): Comment out the printf call.
4960
4961 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4962
4963 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4964 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4965 * gdb.threads/watchthreads-reorder.exp: Likewise.
4966
4967 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4968
4969 PR gdb/8704
4970
4971 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4972 "if", and "thread". Correct matching in the previous test.
4973
4974 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
4975
4976 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4977
4978 2009-11-23 Michael Snyder <msnyder@vmware.com>
4979
4980 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4981 * gdb.reverse-watch-precsave.exp: Ditto.
4982
4983 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4984
4985 * gdb.asm/asm-source.exp: Adjust.
4986 * gdb.base/help.exp: Adjust.
4987
4988 2009-11-22 Pedro Alves <pedro@codesourcery.com>
4989
4990 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4991 (do_syscall_tests_without_xml): Set data-directory to
4992 /the/path/to/nowhere.
4993
4994 2009-11-21 Pedro Alves <pedro@codesourcery.com>
4995
4996 * gdb.threads/local-watch-wrong-thread.c,
4997 gdb.threads/local-watch-wrong-thread.exp: New files.
4998
4999 2009-11-21 Pedro Alves <pedro@codesourcery.com>
5000
5001 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
5002 assume new `regsub' syntax available.
5003
5004 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5005
5006 * gdb.base/watchpoint-hw-hit-once.exp,
5007 gdb.base/watchpoint-hw-hit-once.c: New.
5008
5009 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5010
5011 * gdb.threads/watchthreads-reorder.exp,
5012 gdb.threads/watchthreads-reorder.c: New.
5013
5014 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
5015
5016 * gdb.xml/tdesc-regs.exp: Use for m68k.
5017
5018 2009-11-15 Pedro Alves <pedro@codesourcery.com>
5019
5020 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
5021
5022 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5023
5024 * lib/gdb.exp (current_target_name): New procedure.
5025 (gdb_wrapper_target): New variable.
5026 (gdb_wrapper_init): Set gdb_wrapper_target.
5027 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
5028 wrapper.
5029
5030 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5031
5032 * gdb.base/remote.exp: Delete the slowest load test.
5033 Do not load with fixed packet sizes.
5034
5035 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5036
5037 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
5038
5039 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5040
5041 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
5042 srcfile when setting a breakpoint.
5043
5044 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
5045
5046 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
5047 macros.
5048
5049 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5050
5051 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
5052 to be in memory.
5053 * gdb.base/display.c (force_mem): New.
5054 (do_loops): Use it. Add breakpoint comments.
5055 (do_vars): Add a breakpoint comment.
5056 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
5057 line numbers.
5058
5059 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
5060
5061 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
5062 instead of a bare "run".
5063
5064 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5065
5066 * gdb.python/py-prettyprint.exp: Adjust.
5067
5068 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5069
5070 * lib/cell.exp (skip_cell_tests): Clean up test files before
5071 returning.
5072
5073 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5074
5075 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
5076 and the breakpoint menu. Do not call perror if a prompt is seen.
5077 Consume the following GDB prompt.
5078 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
5079 * gdb.cp/namespace.exp: Use gdb_test.
5080 * gdb.cp/templates.exp: Use gdb_test.
5081 (test_template_breakpoints): Use gdb_test_multiple.
5082
5083 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5084
5085 * gdb.base/break1.c (struct some_struct, values): Move earlier.
5086 (marker4): Reference values.
5087
5088 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5089
5090 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
5091 is missing.
5092
5093 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5094
5095 * gdb.base/break.c (need_malloc): New.
5096 * gdb.base/constvars.c (main): Reference crass and crisp.
5097 * gdb.base/gdb1821.c (main): Reference bar.
5098 * gdb.cp/gdb1355.cc (main): Reference s1.
5099 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5100 (main): Call them.
5101 * gdb.cp/hang2.cc (dummy2): Define.
5102 * gdb.cp/hang3.cc (dummy3): Define.
5103 * gdb.cp/m-data.cc (main): Reference shadow.
5104
5105 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5106 Nathan Froyd <froydnj@codesourcery.com>
5107
5108 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5109 remote host.
5110
5111 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5112
5113 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5114 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5115 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5116 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5117 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5118 * gdb.dwarf2/dw2-producer.exp: Likewise.
5119 * gdb.dwarf2/mac-fileno.exp: Likewise.
5120 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
5121 py-prettyprint.py to the remote host.
5122 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
5123
5124 2009-11-11 Keith Seitz <keiths@redhat.com>
5125
5126 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
5127 use it instead of "Foo".
5128 * gdb.cp/classes.exp (do_tests): Add a test to access
5129 a method through a typedef'd class name.
5130
5131 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
5132
5133 * gdb.base/long_long.exp: Permit leading zeros on floating-point
5134 exponents.
5135 * gdb.base/pointers.exp: Likewise.
5136 * gdb.cp/ref-types.exp: Likewise.
5137
5138 2009-11-11 Keith Seitz <keiths@redhat.com>
5139
5140 * gdb.cp/cplusfuncs.cc (class foo): Add operators
5141 new[] and delete[].
5142 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
5143 "void".
5144 (probe_demangler): Remove all single-quoting of
5145 method and variable names.
5146 (info_func_regexp): Remove the word "void" from any
5147 occurrence of "(void)".
5148 (print_addr_2): Remove all single-quoting of
5149 method names.
5150 (print_addr_2_kfail): Likewise.
5151 (print_addr): Single-quote C function names before
5152 passing to print_addr_2.
5153 (test_paddr_operator_functions): Remove single-quoting
5154 for method names.
5155 Add tests for operator new[] and operator delete[].
5156
5157 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5158
5159 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
5160
5161 2009-11-09 Keith Seitz <keiths@redhat.com>
5162
5163 * gdb.cp/overload.exp: Add tests for resolving overloaded
5164 methods in expression parsing/evaluation.
5165
5166 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5167
5168 * lib/gdb.exp (default_gdb_version): Use --version instead of
5169 --command.
5170
5171 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
5172
5173 * lib/gdb.exp (gdb_compile_test): New.
5174 (skip_ada_tests, skip_java_tests): New.
5175 (gdb_compile): Use gdb_compile_test for f77.
5176 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
5177 * lib/java.exp (compile_java_from_source): Remove runtests check,
5178 use gdb_compile_test to record result.
5179 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
5180 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
5181 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
5182 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
5183 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
5184 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
5185 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
5186 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
5187 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
5188 adjust gdb_compile invocations.
5189
5190 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5191
5192 * Makefile.in (abs_builddir): New.
5193 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
5194 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
5195 `$(abs_builddir)/site.exp'.
5196
5197 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5198
5199 * config/m68k-emc.exp, lib/emc-support.exp,
5200 gdb.trace/gdb_c_test.c: Delete.
5201 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
5202 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5203 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5204 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5205 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5206 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
5207 casing for m68k-*-elf.
5208
5209 2009-11-03 Pedro Alves <pedro@codesourcery.com>
5210
5211 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
5212 * gdb.arch/i386-prologue.exp: Likewise.
5213 * gdb.arch/i386-unwind.exp: Likewise.
5214
5215 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5216
5217 * lib/gdb.exp (gdb_expect): Fix timeout typo.
5218
5219 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5220
5221 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5222
5223 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5224
5225 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5226
5227 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5230
5231 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5232
5233 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5234 * gdb.base/sepdebug2.c: New file.
5235
5236 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5237
5238 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5239 the modified warnings for catch syscall. Verify if GDB was compiled
5240 with support for lib expat, and choose which tests to run depending
5241 on this.
5242
5243 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
5244
5245 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5246 that composite commands are parsed OK. And also test
5247 that breakpoint commands do work.
5248
5249 2009-10-23 Michael Snyder <msnyder@vmware.com>
5250
5251 gdb.reverse/consecutive-precsave.exp: Change expect pattern
5252 to allow for new disassembly style.
5253
5254 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5255
5256 * gdb.asm/asm-source.exp: Adjust.
5257
5258 2009-10-22 Michael Snyder <msnyder@vmware.com>
5259
5260 * gdb.reverse/break-precsave.exp: New test.
5261 * gdb.reverse/consecutive-precsave.exp: Ditto.
5262 * gdb.reverse/finish-precsave.exp: Ditto.
5263 * gdb.reverse/i386-precsave.exp: Ditto.
5264 * gdb.reverse/machinestate-precsave.exp: Ditto.
5265 * gdb.reverse/sigall-precsave.exp: Ditto.
5266 * gdb.reverse/solilb-precsave.exp: Ditto.
5267 * gdb.reverse/step-precsave.exp: Ditto.
5268 * gdb.reverse/until-precsave.exp: Ditto.
5269 * gdb.reverse/watch-precsave.exp: Ditto.
5270
5271 2009-10-22 Michael Snyder <msnyder@vmware.com>
5272
5273 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5274 for gdb_expect. Adjust one test's expect strings for the new
5275 format of disassemble.
5276 * gdb.reverse/finish-reverse.exp: Delete 'return'.
5277 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5278 gdb_test_multiple.
5279 * gdb.reverse/step-reverse.exp: Delete 'return'.
5280 * gdb.reverse/until-reverse.exp: Delete blank lines.
5281 * gdb.reverse/watch-reverse.exp: Delete blank lines.
5282
5283 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5284
5285 * gdb.base/consecutive.exp: Adjust.
5286 * gdb.base/display.exp: Likewise.
5287 * gdb.base/pc-fp.exp: Likewise.
5288 * gdb.base/sigbpt.exp: Likewise.
5289
5290 2009-10-19 Michael Snyder <msnyder@vmware.com>
5291
5292 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5293 * gdb.reverse/finish-reverse.c: Ditto.
5294 * gdb.reverse/sigall-reverse.c: Ditto.
5295 * gdb.reverse/solib-reverse.c: Ditto.
5296 * gdb.reverse/step-reverse.c: Ditto.
5297 * gdb.reverse/watch-reverse.c: Ditto.
5298
5299 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5300 Stan Shebs <stan@codesourcery.com>
5301
5302 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5303 * gdb.base/foll-exec.exp: Adjust to expect a process id before
5304 "Executing new program".
5305 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5306 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
5307 left listed after having been killed.
5308 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5309 * gdb.base/maint.exp: Adjust test.
5310
5311 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5312 * gdb.multi/Makefile.in: New.
5313 * gdb.multi/base.exp: New.
5314 * gdb.multi/goodbye.c: New.
5315 * gdb.multi/hangout.c: New.
5316 * gdb.multi/hello.c: New.
5317 * gdb.multi/bkpt-multi-exec.c: New.
5318 * gdb.multi/bkpt-multi-exec.exp: New.
5319 * gdb.multi/crashme.c: New.
5320
5321 2009-10-13 Tristan Gingold <gingold@adacore.com>
5322
5323 * gdb.base/sepdebug.exp: Check debug info are found.
5324
5325 2009-10-08 Pedro Alves <pedro@codesourcery.com>
5326
5327 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5328 bits.
5329
5330 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5331
5332 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5333
5334 2009-10-07 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.base/watchpoints.c: Add copyright header. Reformat one
5337 of the comments.
5338
5339 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
5340
5341 * gdb.base/annota1.exp: Remove obsolete match_max increase.
5342 * gdb.base/annota3.exp: Idem.
5343 * gdb.base/maint.exp: Idem.
5344
5345 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5346
5347 * lib/gdb.exp (default_gdb_init): Set current value of match_max
5348 to default.
5349
5350 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5351
5352 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
5353 mingw and cygwin targets.
5354
5355 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5356 Pedro Alves <pedro@codesourcery.com>
5357
5358 * lib/gdb.exp (gdb_compile): Avoid adding
5359 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
5360
5361 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5362
5363 * gdb.base/shr1.c: Use %p in format string.
5364 * gdb.base/unload.c: Avoid warning in fprintf.
5365 * gdb.base/watchpoint-solib.c: Idem.
5366
5367 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5368
5369 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
5370 long type.
5371 (test_unlink): Correct printf string.
5372 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
5373 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
5374
5375 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5376
5377 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
5378 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
5379 * gdb.arch/ia64-breakpoint-shadow.S: New file.
5380
5381 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5382
5383 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
5384 * gdb.objc/nondebug.exp: Likewise.
5385
5386 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5387
5388 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
5389 target_info setting.
5390
5391 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
5392 that detect new threads during "info threads".
5393
5394 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5395
5396 * gdb.threads/manythreads.c (main): Increase thread stack size
5397 to 2*PTHREAD_STACK_MIN.
5398 * gdb.threads/multi-create.c (main): Likewise.
5399 (create_function): Likewise.
5400
5401 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5402
5403 * gdb.base/dump.exp: Pass difference of pointer types instead
5404 of integer types as offset to restore in intarr3.srec case.
5405
5406 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5407
5408 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
5409
5410 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5411
5412 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
5413
5414 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5415
5416 New test for two watchpoints, with disabling of
5417 the first inserted.
5418 * testsuite/gdb.base/watchpoints.c: New file.
5419 * testsuite/gdb.base/watchpoints.exp: New file.
5420
5421 2009-09-25 Tom Tromey <tromey@redhat.com>
5422
5423 * gdb.base/charset.exp: Test utf-16 strings with Python.
5424
5425 2009-09-25 Tom Tromey <tromey@redhat.com>
5426
5427 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5428 UCS-4.
5429 * gdb.base/charset.c (utf_32_string): Rename.
5430 (init_utf32): Rename.
5431 (main): Update.
5432
5433 2009-09-22 Tom Tromey <tromey@redhat.com>
5434
5435 * gdb.python/py-function.exp: Add regression tests.
5436
5437 2009-09-21 Keith Seitz <keiths@redhat.com>
5438
5439 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5440 with invalid operator.
5441
5442 2009-09-21 Keith Seitz <keiths@redhat.com>
5443
5444 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5445 and destructor using typedef name of class.
5446 * gdb.cp/classes.cc (class Base1): Add a destructor.
5447 (base1): New typedef.
5448 (use_methods): Instanitate an object of type base1.
5449 * gdb.cp/templates.exp (test_template_typedef): New procedure.
5450 (do_tests): Call test_template_typedef.
5451 * gdb.cp/templates.cc (Baz::~Baz): New method.
5452 (intBazOne): New typedef.
5453 (main): Instantiate intBazOne.
5454
5455 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5456
5457 PR python/10633
5458
5459 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5460 Function.
5461 (run_lang_tests): Add print elements test.
5462
5463 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5464
5465 * gdb.python/py-value.exp (test_subscript_regression): New
5466 function. Test for invalid subscripts.
5467 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5468 (ptr_ref): New function.
5469
5470 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5471
5472 * gdb.base/default.exp: Fix "show convenience".
5473
5474 2009-09-15 Tom Tromey <tromey@redhat.com>
5475
5476 * lib/mi-support.exp (mi_create_varobj): Update.
5477 (mi_create_floating_varobj): Likewise.
5478 (mi_create_dynamic_varobj): New proc.
5479 (mi_varobj_update): Update.
5480 (mi_varobj_update_with_type_change): Likewise.
5481 (mi_varobj_update_kv_helper): New proc.
5482 (mi_varobj_update_dynamic_helper): Rewrite.
5483 (mi_varobj_update_dynamic): New proc.
5484 (mi_list_varobj_children): Update.
5485 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5486 * gdb.python/python-prettyprint.py (pp_outer): New class.
5487 (pp_nullstr): Likewise.
5488 (lookup_function): Register new printers.
5489 * gdb.python/python-prettyprint.c (struct substruct): New type.
5490 (struct outerstruct): Likewise.
5491 (substruct_test): New function.
5492 (struct nullstr): New type.
5493 (string_1, string_2): New globals.
5494 (main): Add new tests.
5495 * gdb.python/python-mi.exp: Added regression tests.
5496 * gdb.mi/mi2-var-display.exp: Update.
5497 * gdb.mi/mi2-var-cmd.exp: Update.
5498 * gdb.mi/mi2-var-child.exp: Update.
5499 * gdb.mi/mi2-var-block.exp: Update.
5500 * gdb.mi/mi-var-invalidate.exp: Update.
5501 * gdb.mi/mi-var-display.exp: Update.
5502 * gdb.mi/mi-var-cmd.exp: Update.
5503 * gdb.mi/mi-var-child.exp: Update.
5504 * gdb.mi/mi-var-block.exp: Update.
5505 * gdb.mi/mi-break.exp: Update.
5506 * gdb.mi/gdb701.exp: Update.
5507
5508 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5509
5510 * Makefile.in: Inclusion of catch-syscall object.
5511 * gdb.base/catch-syscall.c: New file.
5512 * gdb.base/catch-syscall.exp: New file.
5513
5514 2009-09-12 Michael Snyder <msnyder@vmware.com>
5515
5516 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5517 that can support reverse debuggnig.
5518
5519 2009-09-11 Tom Tromey <tromey@redhat.com>
5520
5521 * gdb.dwarf2/valop.S: New file.
5522 * gdb.dwarf2/valop.exp: New file.
5523
5524 2009-09-11 Mark Kettenis <kettenis@gnu.org>
5525
5526 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5527
5528 2009-09-10 Doug Evans <dje@google.com>
5529
5530 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5531 Add $gdb_prompt to second breakpoint regexp.
5532
5533 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5534
5535 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5536 names, add missing ones.
5537 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5538 * gdb.python/py-frame.c: Rename from python-frame.c.
5539 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5540 testfile name.
5541 * gdb.python/py-function.exp: Rename from python-function.exp.
5542 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5543 testfile name.
5544 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5545 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5546 Adjust testfile name.
5547 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5548 * gdb.python/py-template.cc: Rename from python-template.cc.
5549 * gdb.python/py-template.exp: Rename from python-template.exp.
5550 Adjust testfile name.
5551 * gdb.python/py-value.c: Rename from python-value.c.
5552 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5553 testfile name.
5554
5555 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5556
5557 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5558 $bpt2address.
5559 (Second breakpoint address is valid on ia64)
5560 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5561
5562 2009-09-03 Joseph Myers <joseph@codesourcery.com>
5563
5564 * gdb.base/ending-run.exp: Restrict regular expression matching
5565 line number to require closing brace following.
5566
5567 2009-09-03 Doug Evans <dje@google.com>
5568
5569 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5570
5571 2009-09-02 Tom Tromey <tromey@redhat.com>
5572
5573 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5574
5575 2009-09-02 Tom Tromey <tromey@redhat.com>
5576
5577 * gdb.dwarf2/callframecfa.exp: New file.
5578 * gdb.dwarf2/callframecfa.S: New file.
5579
5580 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5581
5582 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5583 gdb.base/solib-overlap-main.c: New.
5584
5585 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5586
5587 PR gdb/10565
5588
5589 * gdb.base/bitfields.c (struct container, container): New.
5590 (main): Initialize it and call break5.
5591 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5592
5593 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5594
5595 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5596 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5597
5598 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5599
5600 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5601
5602 2009-08-26 Michael Snyder <msnyder@vmware.com>
5603
5604 * gdb.base/i386-reverse.c: New file.
5605 * gdb.base/i386-reverse.exp: New file.
5606 * gdb.base/Makefile.in: Add new files to be removed.
5607
5608 2009-08-26 Joseph Myers <joseph@codesourcery.com>
5609
5610 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5611 environment-pwd for remote host.
5612 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5613
5614 2009-08-24 Keith Seitz <keiths@redhat.com>
5615
5616 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5617 Add two new C++ completer tests which limit the output to a
5618 given class.
5619
5620 2009-08-24 Michael Snyder <msnyder@vmware.com>
5621
5622 * gdb.base/del.exp: Fix typo in comment.
5623 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5624
5625 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5626
5627 * configure: Regenerate.
5628 * gdb.hp/configure: Likewise.
5629 * gdb.hp/gdb.aCC/configure: Likewise.
5630 * gdb.hp/gdb.base-hp/configure: Likewise.
5631 * gdb.hp/gdb.compat/configure: Likewise.
5632 * gdb.hp/gdb.defects/configure: Likewise.
5633 * gdb.hp/gdb.objdbg/configure: Likewise.
5634 * gdb.stabs/configure: Likewise.
5635
5636 2009-08-19 Doug Evans <dje@google.com>
5637
5638 * gdb.base/gdbvars.c: New file.
5639 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5640
5641 2009-08-14 Pedro Alves <pedro@codesourcery.com>
5642
5643 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5644 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5645
5646 2009-08-13 Pedro Alves <pedro@codesourcery.com>
5647
5648 * gdb.base/default.exp: Adjust "set language test": it's now an
5649 enum command. Larger help string moved to "help set language".
5650 * gdb.base/help.exp: Adjust "help set language" expected output,
5651 now lists all known languages.
5652
5653 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
5654
5655 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5656 all frame arguments.
5657 * gdb.arch/altivec-regs.exp: Likewise.
5658
5659 2009-08-07 Tom Tromey <tromey@redhat.com>
5660
5661 * gdb.base/setshow.exp: Add tests for changes to set language, set
5662 check range, and set check type.
5663
5664 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5665
5666 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5667 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
5668 Call it.
5669
5670 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5671
5672 * configure.ac: Run gdb.cell tests when appropriate.
5673 * configure: Regenerate.
5674 * lib/cell.exp: New file.
5675 * gdb.cell: New directory.
5676 * gdb.cell/configure.ac: New file.
5677 * gdb.cell/configure: New file.
5678 * gdb.cell/Makefile.in: New file.
5679 * gdb.cell/arch.exp: New file.
5680 * gdb.cell/break.c: New file.
5681 * gdb.cell/break.exp: New file.
5682 * gdb.cell/break-spu.c: New file.
5683 * gdb.cell/bt.c: New file.
5684 * gdb.cell/bt2-spu.c: New file.
5685 * gdb.cell/bt-spu.c: New file.
5686 * gdb.cell/bt.exp: New file.
5687 * gdb.cell/coremaker.c: New file.
5688 * gdb.cell/coremaker-spu.c: New file.
5689 * gdb.cell/core.exp: New file.
5690 * gdb.cell/gcore.exp: New file.
5691 * gdb.cell/data.c: New file.
5692 * gdb.cell/data.exp: New file.
5693 * gdb.cell/data-spu.c: New file.
5694 * gdb.cell/ea-cache.exp: New file.
5695 * gdb.cell/ea-cache.c: New file.
5696 * gdb.cell/ea-cache-spu.c: New file.
5697 * gdb.cell/ea-standalone.c: New file.
5698 * gdb.cell/ea-standalone.exp: New file.
5699 * gdb.cell/ea-test.c: New file.
5700 * gdb.cell/ea-test.exp: New file.
5701 * gdb.cell/f-regs.exp: New file.
5702 * gdb.cell/mem-access.c: New file.
5703 * gdb.cell/mem-access.exp: New file.
5704 * gdb.cell/mem-access-spu.c: New file.
5705 * gdb.cell/ptype.exp: New file.
5706 * gdb.cell/registers.exp: New file.
5707 * gdb.cell/size.c: New file.
5708 * gdb.cell/sizeof.exp: New file.
5709 * gdb.cell/size-spu.c: New file.
5710 * gdb.cell/solib.exp: New file.
5711 * gdb.cell/solib-symbol.exp: New file.
5712
5713 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5714
5715 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5716
5717 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5718
5719 * gdb.base/float.exp: Handle VFP registers.
5720
5721 2009-07-14 Michael Snyder <msnyder@vmware.com>
5722
5723 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5724 to bring gdb to the beginning of the calling line.
5725
5726 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5727 confusing the i386 epilogue unwinder.
5728
5729 2009-07-14 Stan Shebs <stan@codesourcery.com>
5730
5731 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5732
5733 2009-07-14 Michael Snyder <msnyder@vmware.com>
5734
5735 * gdb.reverse/step-reverse.exp (stepi into function call):
5736 Call instruction may not be first instruction in the line.
5737 (reverse stepi from a function call): Used wrong line number.
5738
5739 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5742
5743 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5744
5745 Fix gdb.base/macscp.exp when using custom inputrc.
5746 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5747 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
5748 env(TERM) set.
5749 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5750 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5751
5752 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5753
5754 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5755 * gdb.base/annota1.exp (thread_test): Import global $testfile.
5756 Change the compilation target to match the testcase name.
5757 * gdb.base/sect-cmd.exp: Change the compilation target to match the
5758 testcase name.
5759 * a2-run.exp: Use for setup prepare_for_testing. Change the
5760 compilation target to match the testcase name.
5761 * gdb.base/commands.exp: Likewise.
5762 * gdb.base/finish.exp: Likewise.
5763 * gdb.base/float.exp: Likewise.
5764 * gdb.base/info-target.exp: Likewise.
5765 * gdb.base/relational.exp: Likewise.
5766 * gdb.base/term.exp: Likewise.
5767 * gdb.base/until.exp: Likewise.
5768 * gdb.base/volatile.exp: Likewise.
5769 * gdb.base/whatis-exp.exp: Likewise.
5770
5771 2009-07-11 Hui Zhu <teawater@gmail.com>
5772
5773 * gdb.base/help.exp (disassemble): Update expected help text.
5774
5775 2009-07-09 Tom Tromey <tromey@redhat.com>
5776
5777 * lib/gdb.exp: Handle TRANSCRIPT.
5778 (remote_spawn, remote_close, send_gdb): New procs.
5779
5780 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5781
5782 * gdb.python/python-prettyprint.c: Add counted null string
5783 structure.
5784 * gdb.python/python-prettyprint.exp: Print null string. Test for
5785 embedded nulls.
5786 * gdb.python/python-prettyprint.py (pp_ns): New Function.
5787 * gdb.python/python-value.exp (test_value_in_inferior): Add
5788 variable length string fetch tests.
5789 * gdb.python/python-value.c (main): Add strings for string fetch tests.
5790
5791 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5792
5793 * gdb.base/dump.exp (inaccessible memory is reported): New test.
5794
5795 2009-07-07 Tom Tromey <tromey@redhat.com>
5796
5797 * gdb.base/call-rt-st.exp: Update for change to escape output.
5798 * gdb.base/callfuncs.exp: Likewise.
5799 * gdb.base/charset.exp: Likewise.
5800 * gdb.base/constvars.exp: Likewise.
5801 * gdb.base/long_long.exp: Likewise.
5802 * gdb.base/pointers.exp: Likewise.
5803 * gdb.base/printcmds.exp: Likewise.
5804 * gdb.base/setvar.exp: Likewise.
5805 * gdb.base/store.exp: Likewise.
5806 * gdb.cp/ref-types.exp: Likewise.
5807 * gdb.mi/mi-var-child.exp: Likewise.
5808 * gdb.mi/mi-var-display.exp: Likewise.
5809 * gdb.mi/mi2-var-display.exp: Likewise.
5810 * gdb.base/charset.exp: Test octal escape sequence length.
5811 Update for change to escape output.
5812
5813 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5814
5815 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5816
5817 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
5818
5819 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5820
5821 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5822
5823 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5824 gdbserver increasing $portnum if "Can't bind address" has been seen.
5825
5826 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5827
5828 * gdb.base/ending-run.exp: Add "step out of main" pattern for
5829 mingw32ce.
5830
5831 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5832
5833 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5834 VFP format.
5835
5836 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5837
5838 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5839 linux. Adjust to use "inferior", "info inferiors", "detach
5840 inferior" and "kill inferior" instead of "restart", "info fork",
5841 "detach fork" and "delete fork".
5842 * gdb.base/ending-run.exp: Spell out "info".
5843 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5844 the "kill" command.
5845
5846 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5847
5848 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5849 change to prefix TLS offset in hex with 0x.
5850
5851 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5852
5853 * gdb.base/default.exp: Update test case for "x" changes.
5854
5855 2009-07-01 Tristan Gingold <gingold@adacore.com>
5856
5857 * gdb.base/bigcore.exp: Make darwin untested.
5858
5859 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5860
5861 * gdb.base/completion.exp (directory completion): Create the directory.
5862 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5863 escapeuniquesub.
5864 (directory completion 2): Expect now ${escapeuniquesub}.
5865 (Glob remaining of directory test): Remove one excessive newline.
5866 Expect the real output.
5867
5868 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5869
5870 Fix `make check//%' target after `make check' has been ran.
5871 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
5872 a mkdir call.
5873 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5874 (%/.dir): Remove.
5875
5876 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5877
5878 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5879 the expected result record.
5880
5881 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5882
5883 Remove racy FAILs relying just on the timeouts.
5884 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5885 (annotation_level 2): Remove racy FAILs.
5886
5887 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5888
5889 gdb/10275
5890 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5891
5892 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5893
5894 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5895
5896 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5897
5898 * gdb.mi/mi-stack.exp: Testing symbolic options
5899 to -stack-list-locals and -stack-list-arguments.
5900
5901 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5902
5903 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5904
5905 2009-06-29 Tom Tromey <tromey@redhat.com>
5906
5907 * dg-extract-results.sh: New file.
5908 * Makefile.in (FORCE_PARALLEL): New variable.
5909 (CHECK_TARGET): New conditional variable.
5910 (check): Use CHECK_TARGET.
5911 (DO_RUNTEST): New variable.
5912 (check-single): New target.
5913 (TEST_DIRS): New variable.
5914 (TEST_TARGETS): Likewise.
5915 (check-parallel): New target.
5916 (check-gdb.%): New pattern.
5917 (BASE1_FILES): New variable.
5918 (BASE2_FILES): Likewise.
5919 (check-gdb.base%): New pattern.
5920 (%/.dir): New pattern.
5921 * configure: Rebuild.
5922 * aclocal.m4 (AM_CONDITIONAL): New defun.
5923 * configure.ac: Check whether user is using GNU make.
5924 (GMAKE): New conditional.
5925
5926 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5927
5928 * gdb.cp/namespace-nested-import.cc: New test.
5929 * gdb.cp/namespace-nested-import.exp: New test.
5930
5931 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5932
5933 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5934 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5935 * gdb.opt/Makefile.in (EXECUTABLES): Update.
5936 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5937 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5938 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5939 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5940 gdb.opt/inline-markers.c: New files.
5941 * lib/gdb.exp (skip_inline_frame_tests): New function.
5942 (skip_inline_var_tests): New function.
5943
5944 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5945
5946 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5947 backtrace.
5948
5949 2009-06-27 Michael Snyder <msnyder@vmware.com>
5950
5951 * gdb.reverse: New directory.
5952 * gdb.reverse/break-reverse.c: New test.
5953 * gdb.reverse/break-reverse.exp: New test.
5954 * gdb.reverse/consecutive-reverse.c: New test.
5955 * gdb.reverse/consecutive-reverse.exp: New test.
5956 * gdb.reverse/finish-reverse.c: New test.
5957 * gdb.reverse/finish-reverse.exp: New test.
5958 * gdb.reverse/machinestate.c: New test.
5959 * gdb.reverse/ms1.c: New test.
5960 * gdb.reverse/machinestate.exp: New test.
5961 * gdb.reverse/Makefile.in: New file.
5962 * gdb.reverse/shr2.c: New test.
5963 * gdb.reverse/solib-reverse.c: New test.
5964 * gdb.reverse/solib-reverse.exp: New test.
5965 * gdb.reverse/step-reverse.c: New test.
5966 * gdb.reverse/step-reverse.exp: New test.
5967 * gdb.reverse/until-reverse.c: New test.
5968 * gdb.reverse/ur1.c: New test.
5969 * gdb.reverse/until-reverse.exp: New test.
5970 * gdb.reverse/watch-reverse.c: New test.
5971 * gdb.reverse/watch-reverse.exp: New test.
5972 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5973 * configure: Regenerate.
5974
5975 2009-06-26 Doug Evans <dje@google.com>
5976
5977 * gdb.base/psymtab.exp: Turn off pending breakpoints.
5978
5979 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
5980
5981 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5982 windows problem for 'file delete $binfile'.
5983
5984 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5985
5986 * gdb.cp/namespace-using.exp: New test.
5987 * gdb.cp/namespace-using.cc: New test.
5988
5989 2009-05-20 Joel Brobecker <brobecker@adacore.com>
5990
5991 * gdb.ada/variant_record_packed_array: New testcase.
5992
5993 2009-06-23 Tom Tromey <tromey@redhat.com>
5994
5995 * gdb.base/charset.exp (test_combination): Regression test.
5996 * gdb.base/charset.c (my_wchar_t): New typedef.
5997 (myvar): New global.
5998 (main): Set myvar.
5999
6000 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
6001
6002 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
6003 target.
6004
6005 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6006
6007 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
6008
6009 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6010
6011 * gdb.mi/gdb680.exp: Update test for error message.
6012
6013 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6014
6015 * gdb.base/annota1.exp: Allow multiple occurrences of the
6016 frames-invalid annotation.
6017 * gdb.cp/annota2.exp: Likewise.
6018
6019 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6020
6021 * gdb.cp/gdb2495.cc: New file.
6022 * gdb.cp/gdb2495.exp: New file.
6023
6024 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 Report error on GDB crash during runto.
6027 * lib/gdb.exp (runto <eof>): New.
6028
6029 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
6030
6031 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
6032 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
6033 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
6034 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
6035 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
6036 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
6037 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
6038 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
6039 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
6040 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
6041 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
6042 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
6043 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6044 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
6045 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
6046 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
6047 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
6048 gdb.server/server-mon.exp, gdb.server/server-run.exp,
6049 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6050 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6051 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
6052 gdb.trace/passcount.exp, gdb.trace/report.exp,
6053 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
6054 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
6055 gdb.trace/while-stepping.exp: Use a unique name for the compiled
6056 executable.
6057
6058 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6059
6060 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
6061 defined before referencing it.
6062
6063 2009-06-03 Doug Evans <dje@google.com>
6064
6065 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
6066 * gdb.arch/i386-see.c: Ditto.
6067
6068 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
6069
6070 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
6071 (check_macro): Return 1 if undefined.
6072 If first test fails, check if macro debug information is available,
6073 and report unsupported test if no macro information is found.
6074
6075 2009-05-29 Doug Evans <dje@google.com>
6076
6077 * gdb.threads/hand-call-in-threads.exp: New.
6078 * gdb.threads/hand-call-in-threads.c: New.
6079
6080 2009-05-29 Michael Snyder <msnyder@vmware.com>
6081
6082 * gdb.base/break-always.exp: Change "1" to "on".
6083 Add confirmation check.
6084
6085 2009-05-28 Pedro Alves <pedro@codesourcery.com>
6086
6087 * gdb.threads/threxit-hop-specific.c: New.
6088 * gdb.threads/threxit-hop-specific.exp: New.
6089 * gdb.threads/thread-execl.c: New.
6090 * gdb.threads/thread-execl.exp: New.
6091
6092 2009-05-27 Tom Tromey <tromey@redhat.com>
6093 Thiago Jung Bauermann <bauerman@br.ibm.com>
6094
6095 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
6096 (mi_child_regexp): Likewise.
6097 (mi_list_varobj_children_range): Likewise.
6098 (mi_get_features): Likewise.
6099 (mi_list_varobj_children): Rewrite.
6100 * gdb.python/python-mi.exp: New file.
6101
6102 2009-05-27 Tom Tromey <tromey@redhat.com>
6103 Thiago Jung Bauermann <bauerman@br.ibm.com>
6104 Phil Muldoon <pmuldoon@redhat.com>
6105 Paul Pluzhnikov <ppluzhnikov@google.com>
6106
6107 * gdb.python/python-prettyprint.exp: New file.
6108 * gdb.python/python-prettyprint.c: New file.
6109 * gdb.python/python-prettyprint.py: New file.
6110 * gdb.base/display.exp: print/r is now valid.
6111
6112 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6113 Tom Tromey <tromey@redhat.com>
6114 Pedro Alves <pedro@codesourcery.com>
6115 Paul Pluzhnikov <ppluzhnikov@google.com>
6116
6117 * gdb.python/python-template.exp: New file.
6118 * gdb.python/python-template.cc: New file.
6119 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6120 tests.
6121 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6122 Call it.
6123 (test_value_after_death): New proc.
6124 * gdb.python/python-value.c (PTR): New typedef.
6125 (main): New variable 'x'.
6126
6127 2009-05-27 Tom Tromey <tromey@redhat.com>
6128
6129 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6130 tests.
6131 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6132 Call it.
6133
6134 2009-05-27 Pedro Alves <pedro@codesourcery.com>
6135
6136 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
6137
6138 2009-05-24 Pedro Alves <pedro@codesourcery.com>
6139
6140 * gdb.threads/fork-thread-pending.c: New.
6141 * gdb.threads/fork-thread-pending.exp: New.
6142
6143 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6144
6145 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
6146 * gdb.dwarf2/dw2-strp.S (a_string2): New.
6147
6148 2009-05-18 Jon Beniston <jon@beniston.com>
6149
6150 * gdb.asm/asm-source.exp: Add lm32 target.
6151
6152 2009-05-17 Pedro Alves <pedro@codesourcery.com>
6153
6154 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
6155 `gdb_get_line_number'. Call `callee' in both parent and child.
6156 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
6157 `gdb_get_line_number' instead of hardcoding line numbers.
6158 (catch_fork_unpatch_child): New procedure to test detaching
6159 breakpoints from child fork.
6160 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
6161 hardcoding line numbers.
6162 (do_fork_tests): Run `catch_fork_unpatch_child'.
6163
6164 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
6165
6166 * gdb.mi/mi-cmd-var.exp: Check that when varobj
6167 of structure type enters or leaves the scope, it
6168 is reported by -var-update.
6169
6170 2009-05-11 Doug Evans <dje@sebabeach.org>
6171
6172 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
6173 * gdb.threads/pending-step.c (main): Fix off-by-one error.
6174 * gdb.threads/schedlock.c (main): Fix off-by-one error.
6175
6176 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6177
6178 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
6179
6180 2009-04-30 Doug Evans <dje@google.com>
6181
6182 * gdb.threads/watchthreads2.exp: New testcase.
6183 * gdb.threads/watchthreads2.c: New testcase.
6184
6185 2009-04-29 Doug Evans <dje@google.com>
6186
6187 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
6188 * gdb.cp/mb-ctor.cc: Ditto.
6189 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
6190 * gdb.cp/mb-inline.h (multi_line_foo): New function.
6191 * gdb.cp/mb-inline1.cc: Call it.
6192 * gdb.cp/mb-inline2.cc: Ditto.
6193 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
6194 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
6195
6196 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
6199 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
6200 Replace all uses of `decimal' by `nonzero'.
6201 (info macro FROM_COMMANDLINE): New test.
6202
6203 2009-04-27 Tom Tromey <tromey@redhat.com>
6204
6205 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
6206
6207 2009-04-27 Doug Evans <dje@google.com>
6208
6209 * gdb.threads/watchthreads.c (main): Initialize args before starting
6210 the threads. Plus formatting cleanup.
6211 * gdb.threads/watchthreads.exp: Avoid errant failures due to
6212 biased scheduling of one thread.
6213
6214 2009-04-27 Jerome Guitton <guitton@adacore.com>
6215
6216 * gdb.cp/templates.cc (GetMax): New template.
6217 (main): Declare two instances of GetMax.
6218 * gdb.cp/templates.exp: Add new test.
6219
6220 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6221
6222 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6223
6224 2009-04-22 Joseph Myers <joseph@codesourcery.com>
6225
6226 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6227
6228 2009-04-15 Tom Tromey <tromey@redhat.com>
6229
6230 * gdb.base/charset.exp: Add regression test.
6231
6232 2009-04-14 Joel Brobecker <brobecker@adacore.com>
6233
6234 * gdb.base/exe-lock.exp: New testcase.
6235
6236 2009-04-13 Tom Tromey <tromey@redhat.com>
6237
6238 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6239 operator on Frame.
6240
6241 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6242
6243 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6244 * gdb.server/ext-attach.exp: Likewise.
6245
6246 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
6247
6248 Eliminate some sleep usage.
6249
6250 * gdb.mi/basics.c (do_nothing): New.
6251 (main): Use do_nothing instead of printf, so that
6252 not to introduce race condition between output of
6253 inferiour and output of gdb. Do not use sleep as it
6254 is not generally available on embedded targets.
6255
6256 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6257
6258 * gdb.server/ext-attach.exp: Expect an optional process id after
6259 "Detached from remote process".
6260
6261 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6262
6263 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6264 gdb.dwarf2/dw2-unresolved.exp: New.
6265
6266 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6267
6268 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6269 mi_run_to_main.
6270
6271 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6272
6273 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
6274 mi_run_to_main. Skip thread exit test on remote targets.
6275 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
6276 mi_run_to_main.
6277 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
6278 mi_run_to_main.
6279 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6280 when expecting ^connected. Detect when the target doesn't support
6281 non-stop mode.
6282 (mi_run_cmd): Detect if non-stop mode was requested by isn't
6283 supported. Return -1 on error, 0 on success.
6284 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6285 (mi_runto): Return mi_runto_helper's result explicitly.
6286
6287 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6288
6289 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6290
6291 2009-04-01 Tom Tromey <tromey@redhat.com>
6292
6293 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6294 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6295 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6296 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6297
6298 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
6299 Jan Kratochvil <jan.kratochvil@redhat.com>
6300
6301 PR gdb/931
6302 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6303 output.
6304 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
6305 for gdb/931.
6306 * dw2-strp.S (DW_AT_language): Change to C++.
6307 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6308
6309 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6310
6311 * gdb.ada/tasks: New testcase.
6312
6313 2009-03-30 Stan Shebs <stan@codesourcery.com>
6314
6315 * gdb.trace/actions.exp: Update to match new info trace format.
6316 * gdb.trace/deltrace.exp: Ditto.
6317 * gdb.trace/infotrace.exp: Ditto.
6318 * gdb.trace/passcount.exp: Ditto.
6319 * gdb.trace/save-trace.exp: Ditto.
6320 * gdb.trace/while-stepping.exp: Ditto.
6321 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6322
6323 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6324
6325 * gdb.python/python-frame.c: New file.
6326 * gdb.python/python-frame.exp: New file.
6327
6328 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6329
6330 * gdb.python/python-value.exp: Add tests for the address
6331 attribute.
6332
6333 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
6334
6335 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6336
6337 2009-03-26 Doug Evans <dje@google.com>
6338
6339 * gdb.mi/mi-nonstop-exit.exp: New file.
6340 * gdb.mi/non-stop-exit.c: New file.
6341
6342 2009-03-26 Tom Tromey <tromey@redhat.com>
6343
6344 Update for change to prologue skipping:
6345 * gdb.mi/mi2-simplerun.exp: Update.
6346 * gdb.mi/mi2-break.exp: Update.
6347 * gdb.mi/mi-simplerun.exp: Update.
6348 * gdb.mi/mi-break.exp: Update.
6349 * gdb.base/ending-run.exp: Update.
6350
6351 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6352
6353 * gdb.python/python-value.exp (test_value_in_inferior): Test
6354 gdb.Value.is_optimized_out attribute.
6355
6356 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6357
6358 * gdb.dwarf2/dw2-noloc-main.c: New file.
6359 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
6360 (.text): Remove.
6361 (.data): New.
6362 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
6363 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
6364 (DW_TAG_subprogram func_cu1, noloc): Remove.
6365 (main): New.
6366 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
6367 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
6368 (file_symbols): New procedure.
6369
6370 2009-03-25 Tom Tromey <tromey@redhat.com>
6371
6372 * gdb.base/charset.exp (valid_target_charset): New proc.
6373 Use it to skip tests on invalid charsets.
6374
6375 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
6376
6377 * gdb.base/completion.exp: Add a test for directory completion.
6378
6379 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6380
6381 Fix a racy FAIL.
6382 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
6383 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
6384
6385 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6386
6387 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
6388 * gdb.python/python-function.exp: Add test for function returning
6389 a GDB value.
6390
6391 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
6392
6393 * gdb.python/python-function.exp: New file.
6394
6395 2009-03-20 Tom Tromey <tromey@redhat.com>
6396
6397 * gdb.base/store.exp: Update for change to escape output.
6398 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
6399 to escape output.
6400 * gdb.base/pointers.exp: Update for change to escape output.
6401 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
6402 to escape output.
6403 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
6404 escape output.
6405 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
6406 to escape output.
6407 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
6408 escape output.
6409 * gdb.base/setvar.exp: Update for change to escape output.
6410 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
6411 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
6412 to escape output.
6413 (test_print_string_constants): Likewise.
6414 * gdb.base/charset.exp (valid_host_charset): Check size of
6415 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
6416 cases. Handle "auto"-related output.
6417 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
6418 (uvar, Uvar): New globals.
6419
6420 2009-03-19 Jerome Guitton <guitton@adacore.com>
6421
6422 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
6423 deltas.
6424 * gdb.ada/fixed_points.exp: Ditto.
6425
6426 2009-03-18 Pedro Alves <pedro@codesourcery.com>
6427
6428 * return-nodebug.c: Don't include stdio.h.
6429 (init): Delete.
6430 (func): Delete definition and provide extern declaration.
6431 (t): New.
6432 (main): Don't call printf. Call func and store its result in t.
6433 * return-nodebug1.c: New.
6434 * return-nodebug.exp: Don't expect stdio output. Instead, print
6435 the global variable t. Drop printf formatters and cast types from
6436 foreach loop. Don't use prepare_for_testing. Compile
6437 return-nodebug.c and return-nodebug1.c in separate steps. Don't
6438 define FORMAT or CAST.
6439
6440 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6441
6442 * gdb.base/solib-display.exp: Disable test for remote targers.
6443
6444 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6445
6446 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6447
6448 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6449
6450 Fix a racy FAIL.
6451 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6452 code from `follow parent, print pids'.
6453 (`follow child, print pids', `follow parent, print pids'): Call it.
6454 Replace `gdb_test "break..."' by gdb_breakpoint.
6455
6456 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6457
6458 * gdb.mi/mi-cli.exp: Adjust for output difference in
6459 sync and async modes.
6460
6461 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6462
6463 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6464 that was checked in by mistake. Remove loading of ada.exp, since
6465 this is not necessary in this case.
6466
6467 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6468
6469 * gdb.ada/ptype_arith_binop.exp: New testcase.
6470
6471 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6472
6473 * gdb.ada/mod_from_name: New testcase.
6474
6475 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6476
6477 * gdb.ada/tick_last_segv: New testcase.
6478
6479 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6480
6481 * gdb.mi/mi-cli.exp: Remove debug print.
6482
6483 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6484
6485 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6486 include the token in ^running and frame info in *stopped.
6487
6488 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6489
6490 * solib-display.exp: New file.
6491 * solib-display-main.c: New file.
6492 * solib-display-lib.c: New file.
6493
6494 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6495
6496 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6497
6498 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6501 (list_and_check_macro): Use more specific test name.
6502 (next to definition): Make the test names unique.
6503
6504 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6505
6506 * gdb.pascal/floats.exp: Accept approximate results everywhere.
6507
6508 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6509
6510 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6511 notifications.
6512 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6513 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6514 * lib/mi-support.exp (library_loaded_re): New.
6515 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6516
6517 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6518
6519 * gdb.gdb/observer.exp: Use test_notification observer, not
6520 normal_stop, everywhere.
6521 (test_normal_stop_notifications): Rename to...
6522 (test_notifications): ...this.
6523 (test_observer_normal_stop): Rename to...
6524 (test_observer): ...this.
6525
6526 2009-02-16 Doug Evans <dje@google.com>
6527
6528 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6529 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6530 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6531 (test_prefixed_syscall,test_int3): New tests.
6532 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6533 (test_prefixed_syscall,test_int3): New tests.
6534
6535 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6536
6537 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6538 (mi_expect_interrupt): Likewise.
6539 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6540 response.
6541
6542 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6543
6544 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6545 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6546 Replace calls to get_valueofx by get_hexadecimal_valueof.
6547
6548 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6549
6550 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6551 (get_integer_valueof): New procedure.
6552 (get_sizeof): Use new get_integer_value_of.
6553 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6554 by get_integer_valueof.
6555
6556 2009-02-13 Tom Tromey <tromey@redhat.com>
6557
6558 * gdb.base/remote.exp (get_sizeof): Remove.
6559 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6560 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6561 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6562 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6563 (get_sizeof): Likewise.
6564
6565 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6566
6567 PR fortran/9806
6568 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6569
6570 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6571
6572 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6573
6574 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6575
6576 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6577
6578 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6579
6580 * gdb.python/python-cmd.exp: New file.
6581
6582 2009-02-06 Tristan Gingold <gingold@adacore.com>
6583
6584 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6585
6586 2009-02-05 Tristan Gingold <gingold@adacore.com>
6587
6588 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6589 pointer is dereferenced and use this signal name in regexp.
6590 * gdb.base/signull.exp: Ditto.
6591 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6592 * gdb.base/signull.c (main): Ditto.
6593
6594 2009-02-04 Tom Tromey <tromey@redhat.com>
6595 Thiago Jung Bauermann <bauerman@br.ibm.com>
6596
6597 * gdb.python/python-value.exp: Use `gdb.history' instead of
6598 `gdb.value_from_history'.
6599 (test_value_numeric_ops): Add test for conversion of enum constant.
6600 * gdb.python/python-value.c (enum e): New type.
6601 (evalue): New global.
6602 (main): Use argv.
6603
6604 2009-02-04 Jerome Guitton <guitton@adacore.com>
6605
6606 * gdb.ada/uninitialized_vars: New test program.
6607 * gdb.ada/uninitialized_vars.exp: New testcase.
6608
6609 2009-02-02 Tom Tromey <tromey@redhat.com>
6610
6611 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6612 * gdb.cp/pr2489.cc: Rename...
6613 * gdb.cp/pr9594.cc: ... to this.
6614
6615 2009-02-02 Tom Tromey <tromey@redhat.com>
6616
6617 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6618 * gdb.cp/pr2489.cc: New file.
6619 * gdb.cp/cpcompletion.exp: New file.
6620
6621 2009-02-02 Tom Tromey <tromey@redhat.com>
6622
6623 PR exp/9059:
6624 * gdb.cp/call-c.exp: Add regression test.
6625 * gdb.cp/call-c.cc (FooHandle): New typedef.
6626 (main): New variable 'handle'.
6627
6628 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6629
6630 * lib/mi-support.exp (et_mi_thread_list)
6631 (check_mi_and_console_threads): Adjust for current thread in
6632 -thread-list-ids output.
6633
6634 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6635
6636 * gdb.mi/mi-break.exp (test_disabled_creation): New.
6637 Call it.
6638
6639 2009-01-28 Doug Evans <dje@google.com>
6640
6641 * gdb.arch/amd64-disp-step.S: New file.
6642 * gdb.arch/amd64-disp-step.exp: New file.
6643 * gdb.arch/i386-disp-step.S: New file.
6644 * gdb.arch/i386-disp-step.exp: New file.
6645
6646 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
6647
6648 * gdb.base/find.exp: Set newline variable
6649 using quotes instead of braces to fix cygwin failures.
6650
6651 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6652
6653 * gdb.base/radix.exp: Add tests to ensure that that set
6654 input-radix 0 and set output-radix 0 are really rejected.
6655
6656 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6657
6658 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6659 copyright years.
6660
6661 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6662
6663 PR gdb/9664:
6664 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6665
6666 2009-01-22 Pedro Alves <pedro@codesourcery.com>
6667
6668 PR c++/9631:
6669 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6670
6671 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
6672
6673 * gdb.server/file-transfer.exp: Use EXEEXT variable for
6674 binfile definition to fix Windows OS failure.
6675
6676 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6677
6678 PR gdb/9346
6679 * gdb.base/interrupt.c (sigint_handler): New.
6680 (main): Install a SIGINT handler if SIGNALS is defined. Exit
6681 on error.
6682 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6683 Test "signal SIGINT".
6684
6685 2009-01-19 Doug Evans <dje@google.com>
6686
6687 * gdb.base/break.exp: Update expected gdb output.
6688 * gdb.base/sepdebug.exp: Ditto.
6689 * gdb.mi/mi-syn-frame.exp: Ditto.
6690 * gdb.mi/mi2-syn-frame.exp: Ditto.
6691 * gdb.base/call-signal-resume.exp: New file.
6692 * gdb.base/call-signals.c: New file.
6693 * gdb.base/unwindonsignal.exp: New file.
6694 * gdb.base/unwindonsignal.c: New file.
6695 * gdb.threads/interrupted-hand-call.exp: New file.
6696 * gdb.threads/interrupted-hand-call.c: New file.
6697 * gdb.threads/thread-unwindonsignal.exp: New file.
6698
6699 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6700
6701 * gdb.base/define.exp: Test defining and hooking prefix commands.
6702 * gdb.python/python.exp: Update test for "show user" output.
6703
6704 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6705
6706 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
6707 now the output exactly, using less wildcards. Expect also the output
6708 of gfortran-4.3. Update for the f-valprint.c modification from
6709 2008-04-22.
6710 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6711 Remove gdb_test test names where matching the command.
6712
6713 2009-01-01 Pedro Alves <pedro@codesourcery.com>
6714
6715 PR breakpoints/9681:
6716 * gdb.base/watchpoint.exp: Add regression test.
6717
6718 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6719
6720 * gdb.threads/attach-into-signal.exp: Don't use
6721 gdb_suppress_entire_file.
6722 * gdb.threads/attach-stopped.exp: Ditto.
6723 * gdb.threads/attachstop-mt.exp: Ditto.
6724
6725 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6726
6727 PR gdb/8812:
6728 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6729
6730 2008-12-29 Pedro Alves <pedro@codesourcery.com>
6731
6732 PR gdb/7536:
6733 * gdb.base/radix.exp: Add tests to ensure invalid input radices
6734 and unsupported output radices are really rejected.
6735
6736 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6737
6738 * gdb.cp/punctuator.exp: Backslash the '$' signs.
6739
6740 2008-12-22 Tom Tromey <tromey@redhat.com>
6741
6742 * gdb.cp/punctuator.exp: New file.
6743
6744 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6745
6746 * gdb.base/completion.exp (Completing non-existing component): New test.
6747
6748 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6749
6750 Fix for PR gdb/8648.
6751 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6752 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6753 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6754 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6755
6756 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6757
6758 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6759
6760 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
6761
6762 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6763 compiler actually generate code at the expected line number.
6764
6765 2008-12-15 Jie Zhang <jie.zhang@analog.com>
6766
6767 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6768
6769 2008-12-12 Tom Tromey <tromey@redhat.com>
6770
6771 * gdb.base/commands.exp (redefine_hook_test): New proc.
6772 Call it.
6773
6774 2008-12-11 Tom Tromey <tromey@redhat.com>
6775
6776 * gdb.base/macscp.exp: New regression test.
6777
6778 2008-12-11 Tom Tromey <tromey@redhat.com>
6779
6780 * gdb.base/macscp.exp: Print "address.addr".
6781 * gdb.base/macscp1.c (struct outer): New struct.
6782 (address): New global.
6783
6784 2008-12-09 Tom Tromey <tromey@redhat.com>
6785
6786 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6787 Call it.
6788
6789 2008-12-04 Doug Evans <dje@google.com>
6790
6791 * gdb.server/ext-run.exp: Relax regexp for init program.
6792
6793 2008-12-03 Tristan Gingold <gingold@adacore.com>
6794
6795 * gdb.base/macscp.exp: Generate an object file during compilation
6796 to work around Darwin dsymutil limitations.
6797
6798 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6799
6800 Test resolving external references to TLS variables.
6801 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6802 FILE2_THREAD_LOCAL.
6803 (testfile2, srcfile2): New variables.
6804 * gdb.threads/tls.c (file2_thread_local)
6805 (function_referencing_file2_thread_local): New.
6806 * gdb.threads/tls2.c: New file.
6807
6808 2008-11-28 Joel Brobecker <brobecker@adacore.com>
6809
6810 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
6811 rather than integer, as integer might not be big enough when
6812 on 64bit targets.
6813
6814 2008-11-27 Jerome Guitton <guitton@adacore.com>
6815
6816 * gdb.cp/formatted-ref.exp: Add equality test.
6817 * gdb.ada/formatted_ref.exp: Ditto.
6818
6819 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6820
6821 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6822 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6823
6824 2008-11-20 Andreas Schwab <schwab@suse.de>
6825
6826 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6827 matching syscall entry point.
6828 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6829 (tcatch_vfork_then_child_follow): Likewise. Finish through
6830 vfork even if we stopped at the syscall trampoline.
6831
6832 2008-11-20 Doug Evans <dje@google.com>
6833
6834 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6835
6836 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6837
6838 * gdb.arch/ppc-dfp.exp: New file.
6839 * gdb.arch/ppc-dfp.c: New file.
6840
6841 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6842
6843 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
6844
6845 2008-11-17 Doug Evans <dje@google.com>
6846
6847 * gdb.mi/mi-syn-frame.exp: Update expected output.
6848 * gdb.mi/mi2-syn-frame.exp: Update expected output.
6849
6850 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6851
6852 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
6853 "thread N" results in =thread-selected.
6854 * lib/mi-support (mi_run_cmd, mi_expect_stop)
6855 (mi_send_resuming_command_raw): Be prepared for
6856 =thread-selected.
6857
6858 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6859
6860 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6861 * lib/mi-support.exp: Likewise.
6862
6863 2008-11-16 Joel Brobecker <brobecker@adacore.com>
6864
6865 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6866 commands from the expected output for "help catch".
6867
6868 2008-11-15 Joel Brobecker <brobecker@adacore.com>
6869
6870 * gdb.ada/int_deref.exp: New testcase.
6871
6872 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
6873
6874 * gdb.mi/gdb2549.exp: New file.
6875
6876 2008-11-11 Doug Evans <dje@google.com>
6877
6878 * gdb.base/callexit.exp: New file.
6879 * gdb.base/callexit.c: New file.
6880
6881 2008-11-10 Doug Evans <dje@google.com>
6882
6883 * lib/gdb.exp (GDBFLAGS): Move -nx ...
6884 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
6885 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6886 (default_gdb_start,default_gdb_exit): Ditto.
6887 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6888 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6889 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6890 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6891 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6892 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6893
6894 2008-11-03 Andreas Schwab <schwab@suse.de>
6895
6896 * gdb.base/hashline2.exp: Fix typo.
6897 * gdb.base/hashline3.exp: Likewise.
6898
6899 2008-10-30 Tom Tromey <tromey@redhat.com>
6900
6901 * gdb.base/pointers.exp: Add test.
6902 * gdb.base/pointers.c (k, S): New typedefs.
6903 (instance): New global.
6904
6905 2008-10-30 Andreas Schwab <schwab@suse.de>
6906
6907 * gdb.base/args.exp: Add tests for newlines.
6908
6909 2008-10-30 Joel Brobecker <brobecker@adacore.com>
6910
6911 gdb.base/foll-exec.exp: Update the expected output of a couple
6912 of "info breakpoints" tests.
6913
6914 2008-10-28 Tom Tromey <tromey@redhat.com>
6915
6916 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6917
6918 2008-10-24 Pedro Alves <pedro@codesourcery.com>
6919
6920 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6921 gdb_start_cmd.
6922 Use runto_main before any test that requires execution.
6923
6924 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6925
6926 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6927 instead of SIGINT.
6928
6929 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6930
6931 * gdb.base/completion.exp: Update expected output following
6932 the addition of the "info tasks" command.
6933
6934 2008-10-22 Tom Tromey <tromey@redhat.com>
6935
6936 * gdb.base/exprs.exp (test_expr): Add test for string
6937 concatenation.
6938
6939 2008-10-19 Pedro Alves <pedro@codesourcery.com>
6940
6941 * configure.ac: Output gdb.python/Makefile.
6942 * configure: Regenerate.
6943 * gdb.python/Makefile.in: New.
6944
6945 2008-10-16 Joel Brobecker <brobecker@adacore.com>
6946
6947 * gdb.base/foll-fork.exp: Adjust the expected output to match
6948 the new description for fork/vfork catchpoints in the "info
6949 breakpoints" output.
6950
6951 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6952
6953 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6954
6955 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6956
6957 * gdb.python/python-value.c: New file.
6958 * gdb.python/python-value.exp: New file.
6959
6960 2008-10-15 Pedro Alves <pedro@codesourcery.com>
6961
6962 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6963
6964 2008-10-15 Denis Pilat <denis.pilat@st.com>
6965
6966 * gdb.cp/mb-ctor.exp: Fix a typo.
6967
6968 2008-10-09 Tom Tromey <tromey@redhat.com>
6969
6970 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6971 'fprintf' and 'stderr'.
6972
6973 2008-10-07 Joel Brobecker <brobecker@adacore.com>
6974
6975 * gdb.ada/ref_tick_size.exp: New testcase.
6976
6977 2008-10-06 Doug Evans <dje@google.com>
6978
6979 * gdb.dwarf2/dw2-cu-size.exp: New file.
6980 * gdb.dwarf2/dw2-cu-size.S: New file.
6981
6982 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6983 .Ltype_int for clarity.
6984
6985 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6986
6987 PR gdb/2384:
6988 * gdb.cp/gdb2384.exp: Extended to test more cases.
6989 * gdb.cp/gdb2384.cc: Likewise.
6990 * gdb.cp/gdb2384-base.h: Likewise.
6991 * gdb.cp/gdb2384-base.cc: Likewise.
6992
6993 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6994
6995 * gdb.base/maint.exp (maint print type): Remove printing
6996 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
6997
6998 2008-09-30 Tom Tromey <tromey@redhat.com>
6999
7000 * gdb.base/macscp.exp: Add completion tests.
7001 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
7002 (TWENTY_THREE): Likewise.
7003 (FORTY_EIGHT): Likewise.
7004
7005 2008-09-30 Tom Tromey <tromey@redhat.com>
7006
7007 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
7008 everywhere.
7009 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
7010
7011 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7012
7013 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
7014 testcase is derived from. Fix racy dependency on an expected PID
7015 number. No longer support the testcase on Linux kernel 2.4.x.
7016
7017 2008-09-27 Tom Tromey <tromey@redhat.com>
7018
7019 * gdb.base/macscp.exp: Add tests for stringification, splicing,
7020 and varargs.
7021
7022 2008-09-22 Pedro Alves <pedro@codesourcery.com>
7023
7024 * lib/mi-support.exp (mi_expect_interrupt): New.
7025 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
7026 from gdb.mi/mi-nonstop.exp.
7027 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
7028 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
7029 lib/mi-support.exp.
7030 Use mi_check_thread_states throughout. Avoid ".*" and do not
7031 require an anchor after -exec-run.
7032
7033 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
7034
7035 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
7036 stop is pending. Avoid ".*" when two stops are pending.
7037 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
7038 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
7039 newlines in fullnames.
7040 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
7041 (mi_expect_stop): Update comments. Only anchor in sync mode.
7042 Do not match newlines.
7043 (mi_send_resuming_command_raw): Always return status.
7044 (mi_get_stop_line): Do not match more than one line by accident.
7045 Only anchor in sync mode.
7046 (mi_run_inline_test): If -exec-next fails, give up.
7047
7048 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7049
7050 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
7051 on SPU.
7052
7053 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7054
7055 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
7056
7057 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7058
7059 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
7060 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
7061 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
7062 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
7063 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
7064 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
7065 gdb.ada/interface.exp, gdb.ada/null_array.exp,
7066 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
7067 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
7068 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
7069 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
7070 Include the "= " sequence in the expected output of print tests.
7071
7072 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7073
7074 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
7075 description for boolean types.
7076
7077 2008-09-09 Pedro Alves <pedro@codesourcery.com>
7078
7079 * gdb.base/hook-stop-continue.c: New.
7080 * gdb.base/hook-stop-continue.exp: New.
7081
7082 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7083
7084 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
7085
7086 2008-09-08 Jerome Guitton <guitton@adacore.com>
7087
7088 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
7089 (stack_check_probe_2, stack_check_probe_loop_1)
7090 (stack_check_probe_loop_2): New functions.
7091 (main): Add call to these new functions.
7092 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
7093 functions, check that the breakpoint is inserted at the appropriate
7094 location.
7095 (insert_breakpoint): Slightly refine this procedure so that it can
7096 be called several times in the test.
7097
7098 2008-09-08 Jerome Guitton <guitton@adacore.com>
7099
7100 * gdb.base/stack-checking.c: New file.
7101 * gdb.base/stack-checking.exp: New file.
7102
7103 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7104
7105 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7106 * gdb.arch/altivec-regs.exp: Likewise.
7107 * gdb.arch/vsx-regs.exp: Likewise.
7108
7109 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7110
7111 * gdb.arch/ppc-fp.exp: New file.
7112 * gdb.arch/ppc-fp.c: New file.
7113
7114 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7115
7116 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7117 lest gcc-4.3.1 optimizes the whole thing away.
7118
7119 2008-09-04 Michael Snyder <msnyder@vmware.com>
7120
7121 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
7122 as "at" (for non-debug functions such as _start).
7123
7124 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7125
7126 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
7127 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
7128 software watchpoints.
7129 * gdb.base/watch_thread_num.exp: Likewise.
7130
7131 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
7132
7133 * gdb.arch/i386-bp_permanent.exp: New test.
7134
7135 2008-08-24 Tom Tromey <tromey@redhat.com>
7136
7137 * gdb.base/maint.exp: Update "maint print type".
7138
7139 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
7140
7141 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
7142 support. Adjust the order of "*running" notifications.
7143 * gdb.mi/non-stop.c: Don't cast from int to void* and
7144 back.
7145
7146 2008-08-20 Mark Kettenis <kettenis@gnu.org>
7147
7148 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
7149 expect to find it in the "info frame" output.
7150
7151 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
7152
7153 * gdb.base/interp.exp: Always consume both prompts.
7154
7155 2008-08-20 Pedro Alves <pedro@codesourcery.com>
7156
7157 * gdb.base/pending.exp: Test pending breakpoints without symbols
7158 loaded.
7159
7160 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7161
7162 * lib/mi-support.exp (mi_expect_stop): Produce
7163 more details on failures.
7164 * gdb.mi/mi-nonstop.exp: New.
7165 * gdb.mi/non-stop.c: New.
7166
7167 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7168
7169 * gdb.mi/mi-async.exp: Use 'set target-async'.
7170 * lib/mi-support.exp: Use 'set/show target-async'.
7171
7172 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
7173
7174 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
7175
7176 2008-08-17 Tom Tromey <tromey@redhat.com>
7177
7178 * gdb.base/help.exp (help catch): Rewrite.
7179
7180 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7181
7182 * gdb.base/define.exp: Test indented command documentation.
7183 * gdb.python/python.exp: Test indented multi-line command.
7184
7185 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
7186
7187 * testsuite/gdb.arch/vsx-regs.c: New source file.
7188 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
7189 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
7190
7191 2008-08-14 Tom Tromey <tromey@redhat.com>
7192
7193 * gdb.base/macscp.exp: Add regression test for "macro define" or
7194 "macro undef" with no arguments.
7195
7196 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7197
7198 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
7199
7200 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7201
7202 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
7203
7204 2008-08-06 Tom Tromey <tromey@redhat.com>
7205
7206 * gdb.python/python.exp: New file.
7207
7208 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7209
7210 Fix for PR gdb/1543.
7211 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
7212 $LOCATION.
7213 (location): New variable.
7214 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7215 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7216 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7217 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7218 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7219 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7220 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7221 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7222 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7223 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7224 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7225 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7226 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7227 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7228 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7229 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7230 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7231 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7232 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7233 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7234 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7235 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7236 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7237 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7238 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7239 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7240 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7241 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7242 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7243 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7244 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7245 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7246 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7247 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7248 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7249 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7250 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7251 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7252 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7253 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7254 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7255 gdb.base/type-opaque.exp, gdb.base/until.exp,
7256 gdb.base/value-double-free.c, gdb.base/varargs.exp,
7257 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7258 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7259 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7260 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7261 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7262 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7263 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7264 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7265 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7266 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7267 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7268 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7269 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7270 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7271 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7272 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7273 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7274 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7275 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7276 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7277 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7278 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7279 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7280 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7281 gdb.pascal/types.exp, gdb.stabs/weird.exp,
7282 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7283 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7284 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7285 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7286 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7287 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7288 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7289 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7290 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7291 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7292 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7293 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7294 lib/mi-support.exp, lib/trace-support.exp: Remove reference
7295 to bug-gdb@prep.ai.mit.edu .
7296
7297 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
7298
7299 * lib/mi-support.exp (mi_load_shlibs): New.
7300 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7301
7302 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
7303
7304 * lib/mi-support.exp (get_mi_thread_list)
7305 (check_mi_and_console_threads): New, moved from ...
7306 * gdb.mi/mi-pthread.exp: ...here.
7307 * gdb.mi/gdb669.exp (get_mi_thread_list)
7308 (check_mi_and_console_threads): Delete.
7309 * gdb.mi/mi2-pthread.exp: Likewise.
7310
7311 2008-07-28 Tom Tromey <tromey@redhat.com>
7312
7313 * Makefile.in (just-check): Remove. Move body to...
7314 (check): ... here.
7315
7316 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7317
7318 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7319 Add a test for duplicated SIGINTs.
7320
7321 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7322
7323 * gdb.threads/schedlock.exp (get_args): Update to work for any
7324 value of NUM.
7325 (Top level): Report the number of threads that did not resume.
7326
7327 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7328
7329 * gdb.dwarf2/dw2-compressed.S: Also define __start.
7330
7331 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7332
7333 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7334 non-MI prompt.
7335
7336 2008-07-26 Tom Tromey <tromey@redhat.com>
7337
7338 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7339 (function_struct, function_struct_ptr): New globals.
7340 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7341 function pointer in a struct.
7342
7343 2008-07-26 Tom Tromey <tromey@redhat.com>
7344
7345 * gdb.base/macscp.exp: Add test for macro lexing bug.
7346
7347 2008-07-18 Tom Tromey <tromey@redhat.com>
7348
7349 * gdb.base/macscp.exp: Add macro tests.
7350
7351 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7352
7353 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7354
7355 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7356
7357 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7358
7359 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7360
7361 * gdb.cp/class2.exp: fix for failure on spu-elf
7362
7363 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7364
7365 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
7366
7367 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7368
7369 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
7370
7371 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
7372
7373 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
7374
7375 2008-07-11 Kevin Buettner <kevinb@redhat.com>
7376
7377 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
7378 of regexp to account for changes made to GDB in the printing of
7379 byte vectors.
7380
7381 2008-07-11 Tom Tromey <tromey@redhat.com>
7382
7383 * gdb.base/completion.exp: Add 'help' completion test.
7384
7385 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7386
7387 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
7388
7389 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7390
7391 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
7392
7393 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7394
7395 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
7396
7397 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7398
7399 * gdb.base/fullname.exp: Restore pwd if compiling failed.
7400
7401 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7402
7403 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
7404
7405 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7406
7407 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
7408 previous commit. Add a comment.
7409
7410 2008-06-28 Pedro Alves <pedro@codesourcery.com>
7411
7412 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
7413
7414 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7415
7416 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
7417
7418 2008-06-27 Pedro Alves <pedro@codesourcery.com>
7419
7420 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
7421 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
7422 compiling an executable, link in an object that forces unbuffered
7423 output.
7424 * lib/set_unbuffered_mode.c: New file.
7425
7426 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7429
7430 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
7431
7432 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7433 mi_expect_stop.
7434 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7435 Demand that *running is output.
7436 (detect_async): Perform checking every time.
7437 (mi_send_resuming_command): Extract everything into...
7438 (mi_send_resuming_command_raw): ...this.
7439 (mi_expect_stop): Don't accept any output before *stopped.
7440
7441 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
7442
7443 Robustify mi-simplerun.
7444 * gdb.mi/basics.c (main): Add a call to sleep.
7445 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7446 * gdb.mi/mi2-cli.exp: Likewise.
7447 * gdb.mi/mi-break.exp: Likewise.
7448
7449 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
7450
7451 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7452
7453 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7454
7455 * gdb.mi/mi-console.exp: Adjust.
7456 * gdb.mi/mi-syn-frame.exp: Adjust.
7457 * gdb.mi/mi2-console.exp: Adjust.
7458 * gdb.mi/mi2-syn-frame.exp: Adjust.
7459 * lib/mi-support.exp (mi_run_cmd): Adjust.
7460 (mi_send_resuming_command): Adjust.
7461
7462 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7463
7464 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7465 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7466 testing of stopped.
7467 * gdb.mi/mi2-syn-frame.exp: Likewise.
7468 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7469 (async, detect_async): New.
7470 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7471 depending on if we're running in sync or async mode.
7472
7473 2008-06-09 Tom Tromey <tromey@redhat.com>
7474
7475 * gdb.base/completion.exp: New tests for field name completion
7476 with spaces, and field name completion with '->'.
7477
7478 2008-06-06 Tom Tromey <tromey@redhat.com>
7479
7480 * gdb.base/break1.c (struct some_struct): New struct.
7481 (values): New global.
7482 * gdb.base/completion.exp: Add field name completion test.
7483
7484 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7485
7486 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7487 to pointer.
7488 * gdb.cp/call-c.cc: Likewise.
7489
7490 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
7491
7492 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7493 annotation.
7494
7495 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7496 Pedro Alves <pedro@codesourcery.com>
7497
7498 * gdb.threads/execl.c, gdb.threads/execl1.c,
7499 gdb.threads/execl.exp: New tests.
7500
7501 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7502 Daniel Jacobowitz <dan@codesourcery.com>
7503
7504 * gdb.cp/exception.exp: Activate test, make it work with pending
7505 catchpoints.
7506
7507 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7508
7509 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7510
7511 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7512
7513 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7514 now printed.
7515 * gdb.mi/mi2-var-cmd.exp: Likewise.
7516
7517 2008-05-27 Andreas Schwab <schwab@suse.de>
7518
7519 * gdb.base/frame-args.exp: Handle arguments that are optimized
7520 out.
7521
7522 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
7523
7524 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7525 quiet for ppc32 and group options into a single variable.
7526
7527 2008-05-23 Joel Brobecker <brobecker@adacore.com>
7528
7529 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7530 of zero-size elements.
7531 * gdb.ada/null_array.exp: Test printing this new array.
7532
7533 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7534
7535 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7536
7537 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7538
7539 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7540 of the "finish" command.
7541
7542 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7543
7544 * gdb.base/annota1.exp: Test for new annotation.
7545
7546 2008-05-16 Pedro Alves <pedro@codesourcery.com>
7547
7548 * gdb.base/fixsection.exp: New file.
7549 * gdb.base/fixsection0.c: New file.
7550 * gdb.base/fixsection1.c: New file.
7551
7552 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7553
7554 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7555 * gdb.base/annota3.exp: Likewise.
7556
7557 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7558
7559 * gdb.base/watch_thread_num.exp: Don't run tests that require
7560 watchpoints if the target doesn't support them.
7561
7562 2008-05-12 Doug Evans <dje@google.com>
7563
7564 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7565
7566 2008-05-09 Joel Brobecker <brobecker@adacore.com>
7567
7568 * gdb.ada/assign_1.exp: New testcase.
7569
7570 2008-05-09 Doug Evans <dje@google.com>
7571
7572 * gdb.base/find.exp: New file.
7573 * gdb.base/find.c: New file.
7574
7575 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7576
7577 * gdb.base/commands.exp (watchpoint_command_test): Handle
7578 gdb,no_hardware_watchpoints.
7579 * gdb.base/float.exp: Allow ARM targets without floating point.
7580 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7581
7582 2008-05-06 Jerome Guitton <guitton@adacore.com>
7583 Joel Brobecker <brobecker@adacore.com>
7584
7585 * gdb.ada/lang_switch: New test program.
7586 * gdb.ada/lang_switch.exp: New testcase.
7587
7588 2008-05-05 Doug Evans <dje@google.com>
7589
7590 * gdb.base/help.exp (disassemble): Update expected help text.
7591
7592 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7593
7594 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7595
7596 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7597
7598 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7599 different times.
7600
7601 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7602
7603 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7604 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7605 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7606 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7607
7608 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7609
7610 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7611 notification to appear.
7612
7613 2008-05-04 Daniel Jacobowitz <dan@debian.org>
7614
7615 * gdb.base/fullname.c: New file.
7616 * gdb.base/fullname.exp: New file.
7617 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7618
7619 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7620
7621 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7622 expressions with macros.
7623
7624 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7627
7628 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7629
7630 * gdb.base/completion.exp: Handle lack of other symbols beginning
7631 with "a".
7632
7633 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7634
7635 2008-05-02 Jim Blandy <jimb@codesourcery.com>
7636
7637 * gdb.asm/asmsrc1.s: Add scratch space.
7638
7639 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7640 Daniel Jacobowitz <dan@codesourcery.com>
7641
7642 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7643 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7644 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7645
7646 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7647
7648 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7649
7650 2008-05-01 Joel Brobecker <brobecker@adacore.com>
7651
7652 * gdb.base/info-target.exp: New testcase.
7653
7654 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7655
7656 * gdb.cp/hang.exp: Use .cc instead of .C.
7657 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7658 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7659
7660 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7661
7662 * gdb.base/gdb1250.exp: Remove perror.
7663 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7664
7665 2008-04-30 Pedro Alves <pedro@codesourcery.com>
7666
7667 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7668 .2byte.
7669
7670 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
7671
7672 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
7673 (maybe_kfail): New.
7674
7675 2008-04-25 Pedro Alves <pedro@codesourcery.com>
7676
7677 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7678
7679 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7680
7681 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7682 * gdb.mi/mi2-syn-frame.exp: Likewise.
7683 * lib/mi-support.exp: Likewise.
7684
7685 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7686
7687 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7688 to specify regexp for the location to stop at.
7689 * gdb.base/break-always.c: New.
7690 * gdb.base/break-always.exp: New.
7691
7692 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7693
7694 * lib/mi-support.exp (mi_runto_helper): Adjust
7695 for the original-location field.
7696 (mi_create_breakpoint, mi_list_breakpoints): New.
7697 * gdb.mi/mi-break.exp: Adjust.
7698 * gdb.mi/mi2-break.exp: Adjust.
7699 * gdb.mi/mi-pending.exp: Adjust.
7700 * gdb.mi/mi-simplerun.exp: Adjust.
7701 * gdb.mi/mi2-simplerun.exp: Adjust.
7702 * gdb.mi/mi-syn-frame.exp: Adjust.
7703 * gdb.mi/mi2-syn-frame.exp: Adjust.
7704 * gdb.mi/mi-until.exp: Adjust.
7705 * gdb.mi/mi2-until.exp: Adjust.
7706 * gdb.mi/mi-var-display.exp: Adjust.
7707 * gdb.mi/mi2-var-display.exp: Adjust.
7708 * gdb.mi/mi-watch.exp: Adjust.
7709 * gdb.mi/mi2-watch.exp: Adjust.
7710
7711 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7712
7713 * aclocal.m4: Add override.m4.
7714 * configure: Regenerate.
7715
7716 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7717
7718 * gdb.mi/var-cmd.c (do_at_tests): Verify that
7719 '-var-update --all-values' reports new value even the type
7720 of a variable object has changed.
7721
7722 2008-04-18 Craig Silverstein <csilvers@google.com>
7723
7724 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7725 files.
7726
7727 2008-04-18 Joel Brobecker <brobecker@adacore.com>
7728
7729 * gdb.ada/atomic_enum: New test program.
7730 * gdb.ada/atomic_enum.exp: New testcase.
7731
7732 2008-04-17 Doug Evans <dje@google.com>
7733
7734 * gdb.opt/Makefile.in: Fix whitespace.
7735
7736 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
7737
7738 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7739
7740 2008-04-17 Doug Evans <dje@google.com>
7741
7742 * gdb.base/hashline1.exp: New testcase.
7743 * gdb.base/hashline2.exp: New testcase.
7744 * gdb.base/hashline2.exp: New testcase.
7745
7746 2008-04-17 Pedro Alves <pedro@codesourcery.com>
7747
7748 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7749
7750 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
7751
7752 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7753 temporary breakpoint to match "Temporary breakpoint".
7754 * gdb.base/break.exp (delete_breakpoints): Likewise.
7755 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7756 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7757 * gdb.base/display.exp: Likewise.
7758 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7759 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7760 * gdb.base/restore.exp (restore_tests): Likewise.
7761 * gdb.base/sepdebug.exp: Likewise.
7762 * gdb.base/watchpoint.exp: Likewise.
7763 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7764 * gdb.mi/mi-pending.exp: Likewise.
7765 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7766 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7767 * gdb.mi/mi-var-cmd.exp: Likewise.
7768 * gdb.mi/mi-var-display.exp: Likewise.
7769 * gdb.mi/mi2-cli.exp: Likewise.
7770 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7771 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7772 * gdb.mi/mi2-var-display.exp: Likewise.
7773 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7774 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7775 new "disp" field.
7776 (mi_expect_stop): Move after_reason argument to be really after
7777 reason. This is to support fix for PR2424.
7778
7779 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7782
7783 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
7784
7785 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
7786 field. Add more floating varobj tests.
7787 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
7788 field.
7789 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7790 (main): Call do_at_tests.
7791 * lib/mi-support.exp (mi_create_floating_varobj)
7792 (mi_varobj_update_with_type_change): New.
7793
7794 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7795
7796 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7797 option of -var-evaluate-expression.
7798 * gdb.mi/mi2-var-display.exp: Likewise.
7799
7800 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
7801
7802 Introduce test setup helpers.
7803 * lib/gdb.exp (build_executable, clean_restart)
7804 (prepare_for_testing): New.
7805 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7806 * gdb.base/return.exp: Likewise.
7807 * gdb.base/ending-run.exp: Likewise.
7808
7809 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
7810
7811 * gdb.mi/mi-async.exp: New test for asynchronous Machine
7812 Interface (MI) responses.
7813
7814 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
7815
7816 * gdb.cp/breakpoint.cc: New code to test conditions involving
7817 member variables.
7818 * gdb.cp/breakpoint.exp: Test condition involving member
7819 variables.
7820
7821 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
7822
7823 * lib/mi-support.exp (mi_expect_stop): New.
7824 (mi_run_cmd): Change the
7825 token. Use mi_send_resuming_command, use
7826 mi_expect_stop.
7827 (mi_execute_to_helper): Rename to mi_execute_to.
7828 (mi_send_resuming_command): Add more error patterns.
7829 (mi_wait_for_stop): Renamed to...
7830 (mi_get_stop_line): ...this.
7831 (mi_run_inline_test): Adjust.
7832
7833 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7834 * gdb.mi/mi-console.exp: Likewise.
7835 * gdb.mi/mi-pending.exp: Likewise.
7836 * gdb.mi/mi-simplerun.exp: Likewise.
7837 * gdb.mi/mi-stack.exp: Likewise.
7838 * gdb.mi/mi-stepi.exp: Likewise.
7839 * gdb.mi/mi-syn-frame.exp: Add comment.
7840 * gdb.mi/mi-until.exp: Likewise.
7841 * gdb.mi/mi-var-display.exp: Likewise.
7842 * gdb.mi/mi-watch.exp: Likewise.
7843 * gdb.mi/mi2-cli.exp: Likewise.
7844 * gdb.mi/mi2-console.exp: Likewise.
7845 * gdb.mi/mi2-simplerun.exp: Likewise.
7846 * gdb.mi/mi2-stack.exp: Likewise.
7847 * gdb.mi/mi2-stepi.exp: Likewise.
7848 * gdb.mi/mi2-until.exp: Likewise.
7849 * gdb.mi/mi2-var-display.exp: Likewise.
7850 * gdb.mi/mi2-watch.exp: Likewise.
7851
7852 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7853
7854 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7855
7856 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7857
7858 2008-04-04 Pedro Alves <pedro@codesourcery.com>
7859
7860 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7861 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7862 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7863 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7864 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7865 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7866 expect an mi error duplicated in stderr.
7867
7868 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7869
7870 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7871 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7872 Add a couple of tests that verify the behavior when the new setting
7873 is set to "cancel" and "all".
7874 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7875 "ask" before we start the testing.
7876
7877 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7878
7879 * gdb.cp/casts.cc: Add class reference variables.
7880 * gdb.cp/casts.exp: New test cases for up/down casting references.
7881
7882 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
7883
7884 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7885 instead of beginning to make an extra test pass.
7886 * gdb.mi/mi2-var-display.exp: Likewise.
7887
7888 2008-03-31 Maciej W. Rozycki <macro@mips.com>
7889
7890 * gdb.base/break.exp: Mark failures as such. Fix formatting.
7891
7892 2008-03-31 Markus Deuling <deuling@de.ibm.com>
7893 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7894
7895 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7896 value. Add xfail for older kernels.
7897
7898 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
7899
7900 Bring mi-support in line with gdb.exp.
7901 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7902 (mi_gdb_start): New function.
7903
7904 2008-03-28 Maciej W. Rozycki <macro@mips.com>
7905
7906 * gdb.mi/mi-var-cmd.exp: Fix a typo.
7907
7908 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7909
7910 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7911 * gdb.mi/mi2-var-display.exp: Likewise.
7912
7913 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7914
7915 * lib/mi-support.exp (mi_create_varobj_checked): New.
7916 (mi_list_varobj_children): Allow to check for a
7917 value.
7918 (mi_list_array_varobj_children): New.
7919
7920 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7921 and mi_list_varobj_children, as opposed to hardcoding
7922 expected strings.
7923 * gdb.mi/gdb701.exp: Likewise.
7924 * gdb.mi/gdb792.exp: Likewise.
7925 * gdb.mi/mi-var-block.exp: Likewise.
7926 * gdb.mi/mi-var-cmd.exp: Likewise.
7927 * gdb.mi/mi-var-invalidate.exp: Likewise.
7928 * gdb.mi/mi2-var-block.exp: Likewise.
7929 * gdb.mi/mi2-var-child.exp: Likewise.
7930 * gdb.mi/mi2-var-cmd.exp: Likewise.
7931 * gdb.mi/mi2-var-display.exp: Likewise.
7932
7933 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 Fix random false FAILs on i386.
7936 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7937
7938 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7939
7940 PR gdb/544
7941 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7942
7943 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7944
7945 PR gdb/544
7946 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7947
7948 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7949
7950 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7951 fixed PR gdb/544.
7952
7953 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7954
7955 * gdb.threads/fork-child-threads.exp: Test next over fork.
7956
7957 2008-03-21 Chris Demetriou <cgd@google.com>
7958
7959 * gdb.base/break.exp (rbreak junk): New test for rbreak
7960 "Junk at end of arguments" issue.
7961
7962 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7963
7964 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7965 *& to work on created array elements.
7966 (Top level): Test print $pc with a file. Test string operations
7967 without a target.
7968 * gdb.base/ptype.exp: Do not expect *& to work on created array
7969 elements.
7970
7971 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7972
7973 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7974 gdb.threads/staticthreads.exp: Update exit query.
7975
7976 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
7977
7978 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7979
7980 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7981
7982 * gdb.base/watchpoint.c (global_ptr, func4): New.
7983 (main): Call func4.
7984 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7985 (test_inaccessible_watchpoint): New.
7986
7987 2008-02-29 Maciej W. Rozycki <macro@mips.com>
7988
7989 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7990 select the largest.
7991
7992 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7993
7994 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
7995 frames-invalid annotations.
7996
7997 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
7998
7999 * gdb.base/assign.exp: avoid same output for different tests.
8000
8001 2008-02-27 Doug Evans <dje@google.com>
8002
8003 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
8004 for bug 1738.
8005 (breakpoint_to_handler_entry): Ditto.
8006
8007 2008-02-27 Joel Brobecker <brobecker@adacore.com>
8008
8009 * gdb.base/ending-run.exp: Use the first line of code inside
8010 function body to test breakpoints.
8011 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
8012 location where the breakpoint is inserted when using the line
8013 where a function is declared. Fix typo in the description of
8014 one of the tests.
8015 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
8016
8017 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8018
8019 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
8020 tests.
8021
8022 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8023
8024 * gdb.base/args.exp: avoid same output for tests
8025 with single quotes.
8026
8027 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
8028
8029 * gdb.base/annota1.exp: Adjust for 'info break'
8030 format changes.
8031 * gdb.base/annota3.exp: Likewise.
8032 * gdb.base/break.exp: Likewise.
8033 * gdb.base/condbreak.exp: Likewise.
8034 * gdb.base/pending.exp: Likewise.
8035 * gdb.base/sepdebug.exp: Likewise.
8036 * gdb.base/unload.exp: Likewise.
8037 * gdb.cp/ovldbreak.exp: Likewise.
8038 * gdb.mi/mi-pending.exp: Likewise.
8039
8040 2008-02-07 Doug Evans <dje@google.com>
8041
8042 * gdb.cp/mb-inline.exp: New.
8043 * gdb.cp/mb-inline.h: New.
8044 * gdb.cp/mb-inline1.cc: New.
8045 * gdb.cp/mb-inline2.cc: New.
8046
8047 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8048
8049 * gdb.pascal/floats.pas: New test program.
8050 * gdb.pascal/floats.exp: New testcase.
8051
8052 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8053
8054 * gdb.base/callfuncs.c (t_float_many_args): New function.
8055 (t_double_many_args): New function.
8056 * gdb.base/callfuncs.exp: Add tests for exceeding float
8057 and double parameters passed through the stack.
8058
8059 2008-02-05 Joel Brobecker <brobecker@adacore.com>
8060
8061 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
8062 gdb.ada/complete/foo.adb: New files.
8063 * gdb.ada/complete.exp: New testcase.
8064
8065 2008-02-03 Doug Evans <dje@google.com>
8066
8067 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
8068
8069 * gdb.cp/gdb2384.exp: New file.
8070 * gdb.cp/gdb2384.cc: New file.
8071 * gdb.cp/gdb2384-base.h: New file.
8072 * gdb.cp/gdb2384-base.cc: New file.
8073
8074 2008-02-02 Doug Evans <dje@google.com>
8075
8076 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
8077
8078 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8079
8080 * gdb.ada/sym_print_name: New test program.
8081 * gdb.ada/sym_print_name.exp: New testcase.
8082
8083 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8084
8085 * gdb.ada/nested/hello.adb: New file.
8086 * gdb.ada/nested.exp: New testcase.
8087 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8088
8089 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8090
8091 * gdb.mi/basic.c (return_1): New function.
8092 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
8093 don't cause future evaluations of function to report
8094 creation of internal breakpoints.
8095
8096 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8097
8098 * gdb.mi/mi-break.exp (test_error): New.
8099 Call it.
8100
8101 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
8102
8103 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8104 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8105
8106 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8107
8108 * gdb.pascal/integers.pas: New test program.
8109 * gdb.pascal/integers.exp: New testcase.
8110
8111 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8112
8113 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8114
8115 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
8116
8117 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
8118 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
8119
8120 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
8121
8122 * gdb.ada/formatted_ref: New test program.
8123 * gdb.ada/formatted_ref.exp: New testcase.
8124
8125 * gdb.cp/formatted-ref.cc: New file.
8126 * gdb.cp/formatted-ref.exp: New testcase.
8127
8128 2008-01-30 Joel Brobecker <brobecker@adacore.com>
8129
8130 * gdb.base/ptype.exp: Add testing of "ptype $pc".
8131
8132 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8133
8134 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
8135 (test_file_list_exec_source_file): Update to new macro-info field.
8136
8137 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
8138
8139 * gdb.ada/exprs: New test program.
8140 * gdb.ada/exprs.exp: New testcase.
8141
8142 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8143
8144 * dfp-test.c (DELTA, DELTA_B): New definitions.
8145 (double_val1, double_val2, double_val3, double_val4, double_val5,
8146 double_val6, double_val7, double_val8, double_val9, double_val10,
8147 double_val11, double_val12, double_val13, double_val14, dec32_val1,
8148 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
8149 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
8150 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
8151 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
8152 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
8153 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
8154 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
8155 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
8156 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
8157 dec128_val16): New global variables.
8158 (decimal_dec128_align): New function.
8159 (decimal_mixed): Likewise.
8160 (decimal_many_args_dec32): Likewise.
8161 (decimal_many_args_dec64): Likewise.
8162 (decimal_many_args_dec128): Likewise.
8163 (decimal_many_args_mixed): Likewise.
8164 * dfp-test.exp: Add tests calling new inferior functions.
8165
8166 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8167
8168 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
8169 gdb.server/ext-run.exp: New files.
8170 * lib/gdbserver-support.exp (gdbserver_download): New.
8171 (gdbserver_start): New. Update gdbserver expected
8172 output.
8173 (gdbserver_spawn): Use them.
8174 (gdbserver_start_extended): New.
8175
8176 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8177
8178 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
8179 Run on GNU/Linux.
8180 (do_exec_tests): Check for systems which do not support catchpoints.
8181 Do not match START.
8182 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
8183 Run on GNU/Linux. Enable verbose output.
8184 (check_fork_catchpoints): New.
8185 (explicit_fork_child_follow, catch_fork_child_follow)
8186 (tcatch_fork_parent_follow): Update expected messages.
8187 (do_fork_tests): Use check_fork_catchpoints.
8188 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
8189 Run on GNU/Linux. Enable verbose output.
8190 (check_vfork_catchpoints): New.
8191 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
8192 expected messages.
8193 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
8194
8195 2008-01-29 Jim Blandy <jimb@red-bean.com>
8196
8197 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
8198 host' errors.
8199 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
8200
8201 2008-01-29 Jim Blandy <jimb@red-bean.com>
8202
8203 * gdb.threads/sigthread.c: Use barriers to ensure that
8204 child_thread and child_thread_two are always initialized before we
8205 start to use them.
8206
8207 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
8208
8209 * gdb.base/watchpoint-solib.exp: New.
8210 * gdb.base/watchpoint-solib.c: New.
8211 * gdb.base/watchpoint-solib-shr.c: New.
8212
8213 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
8214
8215 * gdb.base/gdb1056.exp: Add unsigned integer test.
8216
8217 2008-01-28 Doug Evans <dje@google.com>
8218
8219 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8220
8221 2008-01-27 Jim Blandy <jimb@codesourcery.com>
8222
8223 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8224
8225 * gdb.base/expand-psymtabs.exp: Doc fix.
8226
8227 2008-01-26 Mark Kettenis <kettenis@gnu.org>
8228
8229 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8230
8231 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
8232
8233 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
8234 -var-set-format.
8235
8236 2008-01-23 Chris Demetriou <cgd@google.com>
8237
8238 * gdb.threads/thread_events.c: New testcase source file.
8239 * gdb.threads/thread_events.exp: New testcase expect file.
8240
8241 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
8242
8243 * lib/gdb.exp: Add the variable octal.
8244
8245 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
8246 -var-set-format.
8247
8248 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8249 Vladimir Prus <vladimir@codesourcery.com>
8250
8251 * gdb.base/float.exp: Allow missing floating point for m68k and
8252 PowerPC.
8253
8254 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
8255
8256 * gdb.mi/basics.c: Setup for testing breakpoints
8257 ignore count.
8258 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8259 * gdb.mi/mi-cli.exp: Adjust.
8260 * gdb.mi/mi2-cli.exp: Adjust.
8261
8262 2008-01-17 Pedro Alves <pedro@codesourcery.com>
8263
8264 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8265 and 'dummy_ptr' integer pointer. Initialize struct_declarations
8266 with dummy_ptr's address.
8267 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8268 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8269 all targets.
8270 * gdb.mi/mi2-var-child.exp: Likewise.
8271
8272 2008-01-09 Joel Brobecker <brobecker@adacore.com>
8273
8274 * gdb.ada/null_array: New test program.
8275 * gdb.ada/null_array.exp: New testcase.
8276
8277 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8278
8279 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8280 with required float modifiers.
8281
8282 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8283
8284 * gdb.ada/funcall_param: New test program.
8285 * gdb.ada/funcall_param.exp: New testcase.
8286
8287 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8288
8289 * gdb.ada/arrayparam: New test program.
8290 * gdb.ada/arrayparam.exp: New testcase.
8291
8292 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8293
8294 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8295 landed. Should also fix random failures in the test following it.
8296
8297 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8298
8299 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8300 for expressions with decimal float values.
8301 (test_dfp_conversions): New function to test casts to and from
8302 decimal float types.
8303 Call test_dfp_conversions.
8304 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8305 elements.
8306 (main): Initialize ds.float4 and ds.double8 elements.
8307 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
8308 string to new error message.
8309 (d64_set_tests): Likewise.
8310 (d128_set_tests): Likewise.
8311 Add tests for expressions with decimal float variables. Add tests for
8312 conversions to and from decimal float types.
8313
8314 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8315
8316 * gdb.ada/packed_tagged/comp_bug.adb: New file.
8317 * gdb.ada/packed_tagged.exp: New testcase.
8318
8319 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8320
8321 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8322 gdb.ada/homonym/homonym_main.adb: New files.
8323 * gdb.ada/homonym.exp: New testcase.
8324
8325 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8326
8327 * gdb.ada/packed_array.exp: Add testing of references to
8328 a packed array.
8329
8330 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8331
8332 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8333 New files.
8334 * gdb.ada/type_coercion.exp: New testcase.
8335
8336 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8337
8338 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8339 gdb.ada/tagged/foo.adb: New file.
8340 * gdb.ada/tagged.exp: New testcase.
8341
8342 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8343
8344 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8345 gdb.ada/ptype_field/foo.adb: New files.
8346 * gdb.ada/ptype_field.exp: New testcase.
8347
8348 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8349
8350 * gdb.ada/print_pc.exp: New testcase.
8351
8352 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8353
8354 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8355 gdb.ada/taft_type/p.adb: New files.
8356 * gdb.ada/taft_type.exp: New testcase.
8357
8358 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8359
8360 * gdb.ada/array_bounds/bar.adb: New file.
8361 * gdb.ada/array_bounds.exp: New testcase.
8362
8363 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8364
8365 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
8366 gdb.ada/arrayptr/foo.adb: New files.
8367 * gdb.ada/arrayptr.exp: New testcase.
8368
8369 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8370
8371 * gdb.base/set-lang-auto.exp: New testcase.
8372
8373 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8374
8375 * gdb.ada/fun_addr/foo.adb: New file.
8376 * gdb.ada/fun_addr.exp: New testcase.
8377
8378 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8379
8380 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
8381 New files
8382
8383 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8384
8385 * array_subscript_addr/p.adb: New file.
8386 * array_subscript_addr.exp: New testcase.
8387
8388 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8389
8390 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
8391 New files.
8392 * gdb.ada/str_cmp_ref.exp: New testcase.
8393
8394 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8395
8396 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
8397 gdb.ada/fun_in_declare/foo.adb: New files.
8398 * gdb.ada/fun_in_declare.exp: New testcase.
8399
8400 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8401
8402 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
8403 gdb.ada/ref_param/pck.ads: New files.
8404 * gdb.ada/ref_param.exp: New testcase.
8405
8406 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8407
8408 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
8409 gdb.ada/interface/foo.adb: New files.
8410 * gdb.ada/interface.exp: New testcase.
8411
8412 2007-12-31 Jim Blandy <jimb@codesourcery.com>
8413
8414 * gdb.base/multi-forks.exp: Consume all output from child
8415 processes before proceeding to next test.
8416
8417 2007-12-29 Jim Blandy <jimb@codesourcery.com>
8418
8419 * configure: Regenerated.
8420
8421 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8422
8423 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8424 gdb.ada/fixed_cmp/fixed.adb: New files.
8425 * gdb.ada/fixed_cmp.exp: New testcase.
8426
8427 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8428
8429 * gdb.ada/boolean_expr.exp: New testcase.
8430
8431 2007-12-26 Jim Blandy <jimb@codesourcery.com>
8432
8433 * gdb.base/multi-forks.exp: Doc fix.
8434
8435 2007-12-26 Joel Brobecker <brobecker@adacore.com>
8436
8437 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8438 * gdb.ada/char_param.exp: Do not compile our test program with
8439 -gnata, this is unnecessary.
8440 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8441
8442 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8443
8444 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8445 gdb.ada/print_chars/foo.adb: New files.
8446 * gdb.ada/print_chars.exp: New testcase.
8447
8448 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8449
8450 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8451 gdb.ada/char_param/foo.adb: New files.
8452 * gdb.ada/char_param.exp: New testcase.
8453
8454 2007-12-22 Jim Blandy <jimb@codesourcery.com>
8455
8456 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8457 hard-coding source line numbers into the test.
8458 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8459 gdb_get_line_number to find.
8460
8461 2007-12-22 Joel Brobecker <brobecker@adacore.com>
8462
8463 * gdb.base/ptype.c (highest): New struct type.
8464 (the_highest): New variable of that type.
8465 (main): Add dummy assignment to a field of variable the_highest.
8466 * gdb.base/ptype.exp: Test type printing of our new variable.
8467
8468 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8469
8470 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8471 and record first explicitly generated thread number.
8472 Use that thread number for thread specific watchpoint test.
8473 Add iteration number to repetitive tests.
8474
8475 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8476 Jim Blandy <jimb@codesourcery.com>
8477
8478 * gdb.base/expand-psymtabs.c: New testcase
8479 source file.
8480 * gdb.base/expand-psymtabs.exp: New testcase
8481 expect file.
8482
8483 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8484
8485 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8486 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8487
8488 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8489
8490 * gdb.ada/frame_args/foo.adb: New file.
8491 * gdb.ada/frame_args/pck.ads: New file.
8492 * gdb.ada/frame_args/pck.adb: New file.
8493 * gdb.ada/frame_args.exp: New testcase.
8494
8495 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8496
8497 * gdb.base/frame-args.c: New file.
8498 * gdb.base/frame-args.exp: New testcase.
8499
8500 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8501 Joseph Myers <joseph@codesourcery.com>
8502
8503 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8504
8505 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8506
8507 * gdb.mi/mi-pending.exp: New.
8508 * gdb.mi/mi-pending.c: New.
8509 * gdb.mi/mi-pendshr.c: New.
8510
8511 2007-12-06 Jim Blandy <jimb@codesourcery.com>
8512
8513 * gdb.base/default.exp: Update expected output for 'info catch'.
8514
8515 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8516
8517 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8518 must be set to binary.
8519
8520 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8521
8522 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8523
8524 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8525
8526 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8527 gdb.mi/mi-file-transfer.exp: New.
8528
8529 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8530
8531 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8532
8533 2007-11-22 Maciej W. Rozycki <macro@mips.com>
8534
8535 * gdb.trace/backtrace.exp: Fix a typo.
8536 * gdb.trace/circ.exp: Likewise.
8537 * gdb.trace/collection.exp: Likewise.
8538 * gdb.trace/limits.exp: Likewise.
8539 * gdb.trace/report.exp: Likewise.
8540 * gdb.trace/tfind.exp: Likewise.
8541 * gdb.trace/while-dyn.exp: Likewise.
8542
8543 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
8544
8545 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8546 objects of pointers that can't be dereferenced are now
8547 "noneditable".
8548
8549 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8550
8551 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8552 (target_cpu): Remove.
8553
8554 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8555
8556 * gdb.base/ending-run.exp: Expect the list of cleared
8557 breakpoint to come in natural order, not the reversed one.
8558
8559 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8560
8561 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8562 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8563
8564 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8565
8566 * gdb.base/printcmds.exp: New function
8567 test_printf_with_dfp.
8568
8569 2007-11-02 Doug Evans <dje@google.com>
8570
8571 * gdb.disasm/t01_mov.s: Remove carriage returns.
8572 * gdb.disasm/t02_mova.s: Ditto.
8573 * gdb.disasm/t03_add.s: Ditto.
8574 * gdb.disasm/t04_sub.s: Ditto.
8575 * gdb.disasm/t05_cmp.s: Ditto.
8576 * gdb.disasm/t06_ari2.s: Ditto.
8577 * gdb.disasm/t07_ari3.s: Ditto.
8578 * gdb.disasm/t08_or.s: Ditto.
8579 * gdb.disasm/t09_xor.s: Ditto.
8580 * gdb.disasm/t10_and.s: Ditto.
8581 * gdb.disasm/t11_logs.s: Ditto.
8582 * gdb.disasm/t12_bit.s: Ditto.
8583 * gdb.disasm/t13_otr.s: Ditto.
8584
8585 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8586
8587 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8588
8589 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8590
8591 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8592 provide DFP support.
8593
8594 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8595
8596 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8597 Test "set powerpc vector-abi". Skip auto-detection tests for old
8598 toolchains.
8599
8600 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8601
8602 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8603 with [string compare].
8604
8605 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8606
8607 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8608 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8609
8610 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
8611
8612 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8613 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8614 * gdb.opt/Makefile.in: New makefile.
8615 * Makefile.in: Create new directory "gdb.opt".
8616 * configure.ac: Add "gdb.opt" directory.
8617 * configure: Regenerated.
8618
8619 2007-10-25 Doug Evans <dje@google.com>
8620
8621 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8622 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8623
8624 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
8625 Thiago Jung Bauermann <bauerman@br.ibm.com>
8626
8627 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8628 Floating Point expressions.
8629 * gdb.base/dfp-test.exp: new file adding tests for Decimal
8630 Floating Point variables.
8631 * gdb.base/dfp-test.c: new file containing program with Decimal
8632 Floating variables, used by gdb.base/dfp-test.exp.
8633
8634 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8635
8636 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8637
8638 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8639
8640 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8641 compiling test case with GCC.
8642 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8643
8644 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8645
8646 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8647 format changes.
8648
8649 2007-10-18 Michael Snyder <msnyder@specifix.com>
8650
8651 * gdb.base/dbx.exp: Add missing "-re " operator.
8652
8653 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8654
8655 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8656 * configure.ac: Removed trailing spaces after backslash.
8657 * gdb.modula2: New directory.
8658 * gdb.modula2/Makefile.in: New file.
8659 * gdb.modula2/unbounded-array.exp: New file.
8660 * gdb.modula2/unbounded1.c: New file.
8661
8662 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8663
8664 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8665
8666 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
8667
8668 * gdb.base/sigstep.c (main): Add checks for
8669 return values for setitimer call.
8670 Call setitimer again with itimer = ITIMER_REAL
8671 if first call to setitimer fails.
8672
8673 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8674
8675 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8676 of $timeout.
8677
8678 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8679
8680 * gdb.server/server-run.exp: Test for dynamic linker symbols.
8681
8682 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
8683
8684 * lib/gdb.exp (gdb_run_cmd): Move comment outside
8685 of gdb_expect call, to avoid interruption.
8686
8687 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
8688
8689 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8690 (v_unsigned_long_long, v_long_long_array)
8691 (v_signed_long_long_array, v_unsigned_long_long_array)
8692 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8693 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8694 [!NO_LONG_LONG]: New.
8695 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8696 v_long_long_member.
8697
8698 (v_long_long_func, v_signed_long_long_func)
8699 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8700 (main) [!NO_LONG_LONG]: Initialize long long variants.
8701
8702 * gdb.base/whatis.exp: If board file requests no_long_long, build
8703 test with NO_LONG_LONG defined. Test long long, signed long long,
8704 and unsigned long long variants but only if board file doesn't
8705 disable it.
8706
8707 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
8708 Daniel Jacobowitz <dan@codesourcery.com>
8709
8710 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8711 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8712 * configure: Regenerated.
8713 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8714 gdb.pascal/types.exp, lib/pascal.exp: New files.
8715
8716 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
8717
8718 * gdb.cp/classes.exp (do_tests): Always step to the line after the
8719 call.
8720 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8721 to return to the call.
8722 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8723 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8724 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8725 * gdb.mi/mi-until.exp (test_until): Likewise.
8726 * gdb.mi/mi2-until.exp (test_until): Likewise.
8727
8728 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
8729
8730 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8731 two-char array.
8732 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8733
8734 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8735
8736 * gdb.threads/watchthreads.c (thread_function): Sleep between
8737 iterations.
8738 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8739 at once for S/390. Generate matching fails and passes.
8740
8741 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
8742
8743 * gdb.mi/var-cmd.c (do_children_tests): Initialize
8744 the 'struct_declarations' variable to zeros.
8745
8746 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
8747
8748 * gdb.cp/mb-ctor.cc: New.
8749 * gdb.cp/mb-ctor.exp: New.
8750 * gdb.cp/mb-templates.cc: New.
8751 * gdb.cp/mb-templates.exp: New.
8752
8753 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
8754
8755 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8756
8757 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
8758
8759 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8760 targets.
8761 * configure: Regenerate.
8762
8763 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
8764
8765 * gdb.base/annota1.exp: Adjust for 'info break'
8766 format changes.
8767 * gdb.base/annota3.exp: Likewise.
8768 * gdb.base/break.exp: Likewise.
8769 * gdb.base/condbreak.exp: Likewise.
8770 * gdb.base/pending.exp: Likewise.
8771 * gdb.base/sepdebug.exp: Likewise.
8772 * gdb.base/unload.exp: Likewise.
8773 * gdb.base/ovldbreak.exp: Likewise.
8774
8775 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
8776
8777 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8778 messages.
8779 * gdb.base/chng-syms.exp: Likewise.
8780 * gdb.base/unload.exp: Likewise.
8781
8782 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
8783
8784 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8785
8786 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8787
8788 * schedlock.c (NUM): Change to 1.
8789 (main): Use args[0] for the main thread.
8790 * schedlock.exp: Only expect two threads. Only issue one pass or fail
8791 regardless of the number of threads.
8792
8793 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8794
8795 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8796 type down.
8797 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8798 test.
8799 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8800 watchpoint type down.
8801 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8802 test.
8803
8804 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8805
8806 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8807 Move all the tests here and run them twice, once using software
8808 watchpoints and once using hardware watchpoints.
8809 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8810
8811 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
8812
8813 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8814 test.
8815
8816 2007-09-10 Mark Kettenis <kettenis@gnu.org>
8817
8818 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8819 build-id.
8820
8821 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8822 know about $ORIGIN. Calculate output dir from $dest instead of
8823 using ${objdir}/{$subdir}.
8824
8825 2007-09-09 Mark Kettenis <kettenis@gnu.org>
8826
8827 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8828 gcore, before continuing with the test.
8829
8830 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
8831
8832 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8833 * gdb.mi/mi-watch.exp: Likewise.
8834
8835 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8836 Jim Blandy <jimb@codesourcery.com>
8837
8838 * gdb.arch/i386-sse.exp: Do not expect character constants.
8839 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8840 * gdb.base/display.exp: Allow print/s.
8841 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8842 and unsigned char array changes.
8843
8844 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8845
8846 * gdb.base/display.exp: Add tests for printf %p.
8847
8848 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8849
8850 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8851 the dll name to unicode.
8852
8853 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8854
8855 * gdb.base/default.exp (show version): Update the version text.
8856 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8857
8858 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8859
8860 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8861 New files.
8862
8863 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8864
8865 * lib/gdb.exp (build_id_debug_filename_get): New function.
8866 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8867 Remove the generate DEBUG file for the future testcase runs.
8868 New testcase for the NT_GNU_BUILD_ID retrieval.
8869 Move the final testing step to ...
8870 (test_different_dir): ... a new function.
8871 New parameter XFAIL to XFAIL all the tests performed.
8872 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8873 New parameter TYPE to PF_PREFIX all the tests performed.
8874
8875 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8876
8877 * gdb.mi/mi-var-cp.cc (path_expression): New
8878 function.
8879 * gdb.mi/mi-var-cp.exp: Run path exression tests.
8880
8881 2007-08-27 Markus Deuling <deuling@de.ibm.com>
8882
8883 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8884 to fit into SPU Local Store memory.
8885
8886 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8887
8888 * gdb.base/default.exp: Adjust the expected output of "info
8889 warranty" after the switch to GPLv3.
8890
8891 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8892
8893 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8894 to 30000 (from 20000).
8895
8896 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8897
8898 Switch the license of all .exp files to GPLv3.
8899 Switch the license of all .f and .f90 files to GPLv3.
8900 Switch the license of all .s and .S files to GPLv3.
8901
8902 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8903
8904 * configure.ac: Switch license to GPLv3.
8905
8906 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8907
8908 Switch the licensing to GPLv3 for all .ads and .adb files.
8909
8910 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
8911
8912 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8913 and t_int_double.
8914 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8915
8916 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8917
8918 * gdb.base/step-line.c: Switch license to GPL version 3, and
8919 update copyright year.
8920 * gdb.base/step-line.inp: Likewise.
8921
8922 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8923
8924 * gdb.base/gdb1555.exp: Make expected output immune to formatting
8925 changes inside gdb1555.c.
8926 * gdb.base/pending.exp: Likewise.
8927
8928 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
8929
8930 * config/default.exp: New file.
8931
8932 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8933
8934 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8935 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8936
8937 2007-07-30 Maciej W. Rozycki <macro@mips.com>
8938
8939 * gdb.base/dump.exp: Force the correct endianness for binary
8940 formats not carrying this information.
8941
8942 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8943
8944 * gdb.threads/staticthreads.exp: Match .*sem_post.
8945
8946 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8947
8948 * gdb.base/readline.exp (operate_and_get_next): Match the final
8949 prompt.
8950
8951 2007-07-23 Kevin Buettner <kevinb@redhat.com>
8952
8953 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8954 to restarting SID.
8955
8956 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8957
8958 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8959 prior to `gdb_start'.
8960
8961 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8962
8963 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
8964 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8965 Remove call to gdb_unload.
8966
8967 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8968 Daniel Jacobowitz <dan@codesourcery.com>
8969
8970 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8971 for __WIN32__.
8972 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
8973 * gdb.base/unload.exp: Use shared library test routines.
8974
8975 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8976
8977 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8978 * gdb.base/solib-symbol-lib.c: Likewise.
8979 * gdb.base/solib-symbol-main.c: Likewise.
8980
8981 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8982
8983 * config/gdbserver.exp (gdb_reconnect): New.
8984 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8985 gdb.base/solib-disc.exp: New files.
8986 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8987 remote debugging".
8988 (gdb_compile): Add shlib_load flag.
8989 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8990 port.
8991 (gdbserver_reconnect): New.
8992
8993 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
8994 Daniel Jacobowitz <dan@codesourcery.com>
8995
8996 * gdb.base/annota3.exp: Test for if construct.
8997
8998 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
8999
9000 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
9001
9002 2007-06-21 Chris Dearman <chris@mips.com>
9003 Maciej W. Rozycki <macro@mips.com>
9004
9005 * gdb.base/display.exp: Allow a newline after display/i.
9006 * gdb.base/pc-fp.exp: Likewise.
9007 * gdb.base/sigbpt.exp: Likewise.
9008
9009 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9010
9011 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
9012 required features to be included.
9013
9014 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9015
9016 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
9017 in info threads output.
9018
9019 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9020 Markus Deuling <deuling@de.ibm.com>
9021
9022 * gdb.arch/spu-info.exp: New testcase.
9023 * gdb.arch/spu-info.c: New file.
9024
9025 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
9026
9027 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
9028 tpcs_offset. Restore lr after the call.
9029 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
9030
9031 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
9032
9033 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
9034 (gdbserver_run): Kill any running gdbserver.
9035 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
9036
9037 2007-05-17 Maciej W. Rozycki <macro@mips.com>
9038
9039 * gdb.base/sigbpt.exp: Preset segv_addr.
9040
9041 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
9042
9043 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
9044 (gdb_compile_shlib): Likewise.
9045 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
9046 (default_gdb_init): Clear cleanfiles.
9047 (gdb_finish): Delete recorded cleanfiles.
9048 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
9049
9050 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
9051 Do not use isnative.
9052 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
9053 gdb.base/so-impl-ld.exp: Likewise.
9054 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
9055 * gdb.base/unload.exp: Likewise. Do not pass empty option to
9056 gdb_compile.
9057
9058 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
9059
9060 * config/unknown.exp: Remove.
9061
9062 2007-05-15 Markus Deuling <deuling@de.ibm.com>
9063
9064 * gdb.base/info-proc.exp: Check is_remote.
9065
9066 2007-05-14 Markus Deuling <deuling@de.ibm.com>
9067
9068 * gdb.base/gcore.exp: Initialize variable core_supported.
9069
9070 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9071
9072 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
9073
9074 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9075
9076 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
9077 * gdb.threads/print-threads.exp (test_all_threads): Allow
9078 negative and hexadecimal thread IDs.
9079
9080 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9081
9082 * gdb.java/jprint.java (public): Avoid invalid call to static
9083 method.
9084
9085 2007-05-14 Denis Pilat <denis.pilat@st.com>
9086
9087 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
9088 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
9089 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9090 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
9091 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
9092
9093 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9094
9095 * gdb.base/overlays.exp: Add support for targets with only code
9096 overlay support, not data overlay. Support spu-*-* target in
9097 this mode.
9098 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9099 * gdb.base/spu.ld: New file.
9100
9101 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9102
9103 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9104
9105 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9106
9107 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9108
9109 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9110
9111 * gdb.java/jmain.exp: Handle demangled names with and without method
9112 signatures.
9113
9114 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9115
9116 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9117 (have_a_very_merry_interrupt): Remove calls to puts.
9118 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
9119 inferior output.
9120 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
9121 test names.
9122
9123 2007-04-29 Markus Deuling <deuling@de.ibm.com>
9124 Daniel Jacobowitz <dan@codesourcery.com>
9125
9126 * gdb.base/auxv.exp (core_works): Also check is_remote.
9127 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
9128
9129 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
9130
9131 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
9132 message, not the undefined 'module' variable.
9133 * gdb.base/siginfo.exp: Likewise.
9134 * gdb.base/sigstep.exp: Likewise.
9135 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
9136 serialport.
9137 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
9138
9139 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
9140
9141 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
9142 target sim fails. Return 0 otherwise.
9143 (gdb_load): Return prematurely if gdb_target_sim fails.
9144
9145 2007-04-16 Denis Pilat <denis.pilat@st.com>
9146
9147 * gdb.base/setshow.exp: Reset height after having set it to 100.
9148
9149 2007-04-16 Denis Pilat <denis.pilat@st.com>
9150
9151 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
9152
9153 2007-04-16 Denis Pilat <denis.pilat@st.com>
9154
9155 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
9156
9157 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
9158
9159 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
9160 tests. Run the frozen varobjs test.
9161 * gdb.mi/var-cmd.c (do_frozen_tests): New.
9162 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
9163
9164 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9165
9166 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
9167 gdb.base/type-opaque.exp: New files.
9168
9169 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
9170
9171 * gdb.mi/mi-var-child.c
9172 (do_children_tests): User char[2] instead of
9173 char so that automatic printing of pointers to char
9174 don't give unpredicable result.
9175 * gdb.mi/var-cmd.c (do_locals_test): Initialize
9176 local variables.
9177 * gdb.mi/mi-var-child.exp: Step to right line
9178 of do_children_tests.
9179 * gdb.mi/mi2-var-child.exp: Likewise.
9180 * gdb.mi/mi-var-cmd.exp: Step to right line of
9181 do_locals_tests.
9182 (do_children_tests): User char[2] instead of
9183 char so that automatic printing of pointers to char
9184 don't give unpredicable result.
9185 * gdb.mi/mi2-var-cmd.exp: Likewise.
9186 * lib/mi-support.exp (mi_continue_to_line):
9187 Pass test name to mi_wait_for_stop.
9188
9189 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9190
9191 * gdb.asm/asm-source.exp: Remove d10v case.
9192 * lib/gdb.exp (skip_cplus_tests): Likewise.
9193 * gdb.asm/d10v.inc: Deleted.
9194
9195 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9196
9197 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
9198
9199 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9200
9201 * config/netware.exp: Delete file.
9202
9203 2007-03-29 Joel Brobecker <brobecker@adacore.com>
9204
9205 * gdb.dwarf2/dw2-noloc.S: New file.
9206 * gdb.dwarf2/dw2-noloc.exp: New file.
9207
9208 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9209
9210 * gdb.cp/method2.cc: New test.
9211 * gdb.cp/method2.exp: New test.
9212 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9213
9214 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9215
9216 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9217
9218 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9219
9220 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9221
9222 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9223
9224 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9225 (gdb_load): Delete, replace with...
9226 (gdb_reload): ...this.
9227 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9228 * gdb.server/server-mon.exp: Likewise.
9229 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9230 (gdb_start_cmd): New.
9231 (gdb_file_cmd): Save the last loaded file.
9232 (gdb_reload): New.
9233 (gdb_gnu_strip_debug): Use transform.
9234 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9235 support here. Use new $last_loaded_file. Check mtime.
9236 (gdb_target_cmd): Handle ObjC failure case.
9237 (infer_host_exec): Delete.
9238 (gdbserver_load): Rename to...
9239 (gdbserver_run): ...this. Simplify.
9240 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9241 (mi_gdb_load): Move most contents to a new function...
9242 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
9243 (mi_run_cmd): Use mi_gdb_target_load.
9244 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9245 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9246 Use gdb_run_cmd.
9247 * gdb.base/charsign.exp: Remove incorrect comment.
9248 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9249 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9250 gdb.base/start.exp: Use gdb_start_cmd.
9251
9252 2007-03-23 Nigel Stephens <nigel@mips.com>
9253 Maciej W. Rozycki <macro@mips.com>
9254
9255 * gdb.base/sigbpt.exp: Fix the message when skipping test.
9256 * gdb.base/signull.exp: Similarly.
9257
9258 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9259
9260 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9261 messages available to test cases (like chng-sym.exp).
9262
9263 2007-03-14 Andreas Schwab <schwab@suse.de>
9264
9265 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9266 format changes.
9267
9268 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9269
9270 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9271 (optimized_1): New.
9272 (main): Call optimized_1.
9273 (gdb2029): Correct typos. Call gdb2029_marker.
9274 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
9275 for gdb2029.
9276
9277 2007-03-12 Mark Kettenis <kettenis@gnu.org>
9278
9279 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9280 as tabs. Remove redundant test pattern.
9281
9282 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9283
9284 * gdb.base/long_long.exp: Accept optional symbol name in <...>
9285 for /a format output.
9286
9287 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
9288
9289 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9290 collect output incrementally.
9291
9292 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9293
9294 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9295 for -var-create lpcharacter test.
9296 * gdb.mi/mi2-var-cmd.exp: Likewise.
9297
9298 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9299
9300 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9301 pass on targets where address zero is readable.
9302
9303 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9304
9305 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9306 just a single architecture.
9307
9308 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9309
9310 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9311 (fetch_all_registers): New function, uses gdb_test_multiple and
9312 exp_continue to fetch inferior output line-by-line.
9313 Replace all uses of do_get_all_registers by fetch_all_registers.
9314
9315 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9316
9317 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9318 in target_info.
9319
9320 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9321
9322 * gdb.threads/manythreads.exp: Use $message string for
9323 consistancy; add a default (timeout) case.
9324
9325 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9326
9327 * gdb.base/watchpoint.exp: Fix truncated comment.
9328
9329 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9330
9331 * Makefile.in: Remove spurious single-quotes from sed command.
9332
9333 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9334
9335 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
9336 func.
9337 * gdb.mi/mi2-var-cmd.exp: Likewise.
9338
9339 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9340
9341 * gdb.dwarf2/dw2-producer.S: New file.
9342 * gdb.dwarf2/dw2-producer.exp: New testcase.
9343
9344 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
9345
9346 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9347 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9348 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9349 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9350 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9351 Revert tests to use mi_gdb_test and include value field in output
9352 of -var-create.
9353
9354 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9355
9356 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9357
9358 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9359
9360 * gdb.base/maint.exp: Remove full paths from test names.
9361 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
9362 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
9363
9364 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9365
9366 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
9367
9368 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9369
9370 * gdb.server/server-mon.exp: New test.
9371
9372 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9373
9374 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
9375
9376 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9377
9378 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
9379 register capitalization.
9380
9381 2007-02-13 Denis Pilat <denis.pilat@st.com>
9382
9383 * gdb.mi/mi-var-invalidate.exp: New file.
9384
9385 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9386
9387 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
9388
9389 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9390
9391 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
9392
9393 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9394
9395 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
9396 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
9397
9398 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
9399
9400 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9401 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9402 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9403 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9404 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9405 * gdb.mi/gdb792.exp, lib/mi-support.exp:
9406 Update tests to include value field in output of -var-create.
9407
9408 2007-02-08 Andreas Schwab <schwab@suse.de>
9409
9410 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
9411
9412 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9413
9414 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
9415 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9416
9417 2007-02-02 Denis Pilat <denis.pilat@st.com>
9418
9419 * gdb.threads/threadapply.exp: check that frame is not changed by
9420 the thread apply all command.
9421
9422 2007-01-31 Andreas Schwab <schwab@suse.de>
9423
9424 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9425
9426 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9427 in the dwarf sections.
9428 * gdb.dwarf2/mac-fileno.S: Likewise.
9429
9430 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9431 bspstore register on ia64.
9432
9433 2007-01-29 Andreas Schwab <schwab@suse.de>
9434
9435 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9436 "frame-begin" annotation.
9437
9438 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9439 number of "frames-invalid" annotations.
9440
9441 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9442
9443 * gdb.base/commands.exp: Call if_commands_test.
9444 (gdb_test_no_prompt, if_commands_test): New.
9445
9446 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9447
9448 * gdb.threads/sigthread.c (NSIGS): Make bigger.
9449
9450 2007-01-27 Andreas Schwab <schwab@suse.de>
9451
9452 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9453 .short/.int/.quad in the dwarf sections.
9454 * gdb.dwarf2/dw2-intercu.S: Likewise.
9455 * gdb.dwarf2/dw2-intermix.S: Likewise.
9456
9457 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9458
9459 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9460 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9461 array.
9462 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9463 * gdb.base/setvar.exp: Likewise.
9464
9465 2007-01-26 Andreas Schwab <schwab@suse.de>
9466
9467 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9468 test.
9469
9470 * gdb.base/multi-forks.exp ("restart $i"): Also match
9471 __kernel_syscall_via_break.
9472
9473 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9474
9475 * lib/mi-support.exp (mi_delete_varobj): New.
9476 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9477 testcase.
9478 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9479 (main): Call the above.
9480 (reference_update_test, base_in_reference_test)
9481 (reference_to_pointer): Delete the created varobjs.
9482
9483 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9484
9485 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9486 * configure: Regenerated.
9487 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9488 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9489 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9490 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9491 * lib/gdb.exp (gdb_skip_xml_test): New function.
9492
9493 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9494
9495 * gdb.base/sigrepeat.exp: Correct error message.
9496
9497 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9498 Daniel Jacobowitz <dan@codesourcery.com>
9499
9500 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9501 gdb.arch/i386-gnu-cfi-asm.S: New files.
9502
9503 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9504
9505 * lib/gdb.exp: Abort on missing `site.exp'.
9506
9507 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9508 Daniel Jacobowitz <dan@codesourcery.com>
9509
9510 * gdb.base/included.c, gdb.base/included.exp,
9511 gdb.base/included.h: New files.
9512
9513 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9514
9515 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9516 (maximize_rlimit): Reduce limits on 64-bit systems.
9517
9518 2007-01-19 Mark Kettenis <kettenis@gnu.org>
9519
9520 From Marcus Deuling <deuling@de.ibm.com>:
9521 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9522 every case.
9523
9524 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
9525
9526 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9527 (test_path_specification): Use objdir instead of srcdir to always
9528 get an absolute filename.
9529
9530 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9531
9532 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9533
9534 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9535
9536 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9537 Make sure the variable we're using is in scope.
9538 (reference_to_pointer): Likewise.
9539
9540 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9541
9542 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9543 has no debug information.
9544
9545 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9546
9547 * gdb.base/annota1.exp: Remove extra send_gdb.
9548
9549 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9550
9551 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9552
9553 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9554
9555 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9556
9557 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
9558 Daniel Jacobowitz <dan@codesourcery.com>
9559
9560 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9561 lcharacter or linteger change. Correct duplicated test name.
9562 * gdb.mi/mi2-var-cmd.exp: Likewise.
9563
9564 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9565
9566 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9567
9568 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9569
9570 * gdb.base/nofield.c: New file.
9571 * gdb.base/nofield.exp: New testcase.
9572
9573 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9574
9575 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9576
9577 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9578 test.
9579
9580 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9581
9582 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9583
9584 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9585
9586 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9587 when continuing.
9588
9589 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9590
9591 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9592 Expect ".exe" extension.
9593
9594 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9595
9596 * gdb.base/charset.exp: Add explicit filename to break.
9597 * gdb.base/dbx.exp: Add explicit filename to breaks.
9598
9599 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9600
9601 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9602 * gdb.mi/mi2-file.exp: Likewise.
9603
9604 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9605
9606 Implement specification of MI tests as comments
9607 in C and C++ sources.
9608 * lib/mi-support.exp (mi_autotest_data): New variable.
9609 (mi_autotest_source): New variable.
9610 (count_newlines, mi_prepare_inline_tests)
9611 (mi_get_inline_test, mi_continue_to_line)
9612 (mi_run_inline_test, mi_tbreak)
9613 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9614 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9615 Run inline tests.
9616 * gdb.mi/mi-var-cp.cc: Define tests here.
9617
9618 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9619
9620 Simplify usage of mi_continue_to.
9621 * lib/mi-support.exp (mi_runto_helper): Renamed
9622 from mi_runto, added new parameter 'run_or_continue'.
9623 (mi_runto): Use mi_runto_helper.
9624 (mi_continue_to): Accept just function name as parameter.
9625 Use mi_runto_helper.
9626 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9627 * gdb.mi/mi2-var-cmd.exp: Likewise.
9628
9629 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9630
9631 Make this testcase a bit more realistic. The current code
9632 is too simplistic, and allows the compiler to optimize out
9633 some of the entities we need for this testcase.
9634 * gdb.ada/null_record/bar.ads (Void_Star): New type.
9635 (Do_Nothing): Add extra parameter.
9636 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9637 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9638 by using a variable of type Void_Star.
9639
9640 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9641
9642 * gdb.ada/catch_ex/foo.adb: New file.
9643 * gdb.ada/catch_ex.exp: New testcase.
9644
9645 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9646
9647 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9648 pass --image-base to linker.
9649
9650 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9651 Daniel Jacobowitz <dan@codesourcery.com>
9652
9653 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
9654 secondary prompts.
9655
9656 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9657
9658 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9659 output. Test the types of members and member pointers.
9660 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9661 gdb/2092.
9662 * gdb.cp/member-ptr.exp: Search for a comment instead of a
9663 statement. Enable for GCC. Update expected output for some tests
9664 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
9665 layout.
9666 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9667 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9668 (Diamond::vget_base): New.
9669 (main): Add new tests.
9670 * gdb.cp/printmethod.exp: Update expected output for member functions.
9671 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9672 print pEe->D::vg().
9673
9674 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9675
9676 * gdb.threads/tls.exp: Allow stops in sem_post.
9677
9678 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
9679
9680 * gdb.base/annota1.exp: Allow .*printf in backtraces.
9681 * gdb.base/annota3.exp: Likewise.
9682 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9683 again (instead of timing out).
9684 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9685 GCC bug 26475.
9686 * gdb.java/jmisc.exp: Adjust to work with method signatures including
9687 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
9688 test from jmisc1.exp.
9689 * gdb.java/jmisc1.exp: Delete.
9690 * gdb.java/jprint.exp: Adjust to work with method signatures including
9691 return types.
9692 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9693 * gdb.threads/linux-dp.exp: Don't be confused by program output.
9694 * lib/java.exp (compile_java_from_source): Pass the correct type
9695 to target_compile.
9696
9697 2006-12-31 Joel Brobecker <brobecker@adacore.com>
9698
9699 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9700 (stack_align_edx): New function.
9701 (stack_align_eax): New function.
9702 (main): Add calls to stack_align_edx and stack_align_eax.
9703 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9704 Add testing for the cases where the register used during a stack
9705 realignment is edx. Same for eax.
9706
9707 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
9708
9709 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9710 and generic PE targets.
9711
9712 2006-12-29 Joel Brobecker <brobecker@adacore.com>
9713
9714 * gdb.ada/array_return.exp: Update copyright date list.
9715
9716 2006-12-27 Joel Brobecker <brobecker@adacore.com>
9717
9718 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9719 (Create_Small_Float_Vector): New function.
9720 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9721 function body.
9722 * gdb.ada/array_return/p.adb: Use new type and function from
9723 package Pck.
9724 * gdb.ada/array_return.exp: Add a test verifying that GDB is
9725 able to print the value returned by a function returning an
9726 array of float.
9727
9728 2006-12-20 Joel Brobecker <brobecker@adacore.com>
9729
9730 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9731 The associated tests should be PASSing.
9732
9733 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9734
9735 Test for base in references.
9736 * gdb.mi/mi-var-cp.cc: Add test code.
9737 * gdb.mi/mi-var-cp.exp: Test for bases in references.
9738 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9739 * gdb.mi/mi2-watch.exp: Likewise.
9740 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9741 (mi_list_varobj_children): New function.
9742
9743 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9744
9745 * lib/mi-support.exp
9746 (mi_runto): Accept "()" after function name.
9747 (mi_create_varobj): New function.
9748 (mi_varobj_update): New function.
9749 (mi_Check_varobj_value): New function.
9750 * gdb.mi/mi-var-cp.exp: New file.
9751 * gdb.mi/mi-var-cp.cc: New file.
9752
9753 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
9754
9755 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9756 gdb.base/weaklib2.c: New files.
9757
9758 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
9759
9760 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9761 info. Adjust test names.
9762
9763 * gdb.base/break.c (main): Move position of malloc.
9764 * gdb.base/break.exp: Revert mistaken checkin.
9765
9766 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
9767
9768 * gdb.mi/mi-var-cmd.exp: Check -var-update after
9769 assignement of arrays and function pointers.
9770 * gdb.mi/var-cmd.c: Add declaration necessary for above
9771 tests.
9772
9773 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9774
9775 * gdb.base/break.c (main): Call malloc.
9776
9777 * gdb.threads/linux-dp.exp: Read thread table before and after
9778 creating each philosopher and verify it.
9779
9780 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9781 Paul Brook <paul@codesourcery.com>
9782 Daniel Jacobowitz <dan@codesourcery.com>
9783
9784 * gdb.base/ending-run.exp: Flatten expect script stepping out of
9785 main to remove duplication. Add start function of the form
9786 '_*start[1-9]*'. Add RVDS start function.
9787
9788 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9789
9790 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9791
9792 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9793
9794 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9795 * gdb.asm/spu.inc: New file.
9796 * gdb.base/term.exp: Disable if [target_info exists noargs].
9797 * gdb.gdb/complaints.exp: Disable if ![isnative].
9798 * gdb.gdb/selftest.exp: Likewise.
9799 * gdb.gdb/observer.exp: Likewise.
9800 * gdb.gdb/xfullpath.exp: Likewise.
9801 * gdb.base/attach.exp: Disable on SPU target.
9802 * gdb.cp/bs145503.exp: Likewise.
9803 * gdb.cp/exception.exp: Likewise.
9804 * gdb.cp/userdef.exp: Likewise.
9805
9806 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9807
9808 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9809
9810 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
9811
9812 * gdb.base/completion.exp: Fix completion tests for
9813 'info' and 'info '.
9814 * gdb.base/help.exp (help_test_raw, test_class_help)
9815 (test_prefix_command_help): Move...
9816 * lib/gdb.exp: Here.
9817 * gdb.base/main.exp: Adjust.
9818 * gdb.cp/maint.exp: Adjust.
9819 * gdb.trace/tracecmd.exp: Use test_help_class.
9820
9821 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9822
9823 * gdb.stabs/weird.exp (print_weird_var): Use
9824 gdb_test_multiple instead of gdb_expect.
9825
9826 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9827
9828 * gdb.base/help.exp (help_test_raw): New.
9829 (test_class_help): New.
9830 (test_prefix_command_help): New.
9831 Adjust testcases.
9832
9833 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
9834
9835 * gdb.base/constvars.c (main): Write to crass and crips, so that
9836 they are allocated by the compiler.
9837
9838 2006-10-27 Andreas Schwab <schwab@suse.de>
9839
9840 * gdb.base/multi-forks.exp: Use "detach fork" instead of
9841 "detach-fork".
9842
9843 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
9844
9845 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9846 of patterns.
9847
9848 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9849
9850 * gdb.base/sepdebug.exp: Remove debug format test.
9851 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9852 Handle no-symtab.
9853 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9854
9855 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9856
9857 * gdb.threads/manythreads.c (thread_function, main): Don't cast
9858 int to pointer or pointer to int.
9859 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9860
9861 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
9862
9863 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9864
9865 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9866
9867 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9868
9869 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9870
9871 PR c++/2116
9872 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9873
9874 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9875
9876 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9877 the corresponding bug has been fixed in GDB (PR/2018).
9878
9879 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9880
9881 * gdb.base/subst.exp: New testcase.
9882
9883 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9884
9885 * gdb.ada/array_return/pck.ads: Add copyright notice.
9886 * gdb.ada/array_return/pck.adb: Likewise.
9887 * gdb.ada/array_return/p.adb: Likewise.
9888 * gdb.ada/exec_changed/first.adb: Likewise.
9889 * gdb.ada/exec_changed/second.adb: Likewise.
9890
9891 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9892
9893 * gdb.ada/watch_arg/watch.adb: New file.
9894 * gdb.ada/watch_arg.exp: New testcase.
9895
9896 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
9897
9898 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
9899 via string_to_regexp.
9900 * gdb.mi/mi2-basics.exp: Likewise.
9901
9902 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
9903
9904 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9905 Remove unused / obsolete files.
9906
9907 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
9908
9909 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9910
9911 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
9912
9913 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9914 HIGH_FRAME argument to -stack-list-arguments can be larger than
9915 the number of frames.
9916
9917 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
9918
9919 * gdb.base/args.c (main): Add breakpoint marker.
9920 * gdb.base/args.exp: Use args_test for tests. Add new tests which
9921 really test empty arguments.
9922 (args_load): Delete.
9923 (args_test): New.
9924
9925 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
9926
9927 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
9928 check for one file.
9929
9930 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
9931
9932 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9933 HIGH_FRAME argument to -stack-list-locals can be larger than
9934 the number of frames.
9935
9936 2006-08-18 Fred Fish <fnf@specifix.com>
9937
9938 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9939 '$' in front of skip_vmx_tests_saved when setting that.
9940
9941 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
9942
9943 * gdb.base/trace-commands.exp: New file.
9944
9945 2006-08-10 Joel Brobecker <brobecker@adacore.com>
9946 Daniel Jacobowitz <dan@codesourcery.com>
9947
9948 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9949 expected output of the backtrace commands.
9950
9951 2006-08-09 Joel Brobecker <brobecker@adacore.com>
9952
9953 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9954 untested followed by return combination.
9955 * gdb.arch/altivec-regs.exp: Likewise.
9956 * gdb.arch/e500-abi.exp: Likewise.
9957 * gdb.arch/e500-regs.exp: Likewise.
9958 * gdb.arch/gdb1291.exp: Likewise.
9959 * gdb.arch/gdb1431.exp: Likewise.
9960 * gdb.arch/gdb1558.exp: Likewise.
9961 * gdb.arch/i386-prologue.exp: Likewise.
9962 * gdb.arch/i386-unwind.exp: Likewise.
9963 * gdb.asm/asm-source.exp: Likewise.
9964 * gdb.base/a2-run.exp: Likewise.
9965 * gdb.base/advance.exp: Likewise.
9966 * gdb.base/all-bin.exp: Likewise.
9967 * gdb.base/annota1.exp: Likewise.
9968 * gdb.base/annota3.exp: Likewise.
9969 * gdb.base/args.exp: Likewise.
9970 * gdb.base/arithmet.exp: Likewise.
9971 * gdb.base/assign.exp: Likewise.
9972 * gdb.base/async.exp: Likewise.
9973 * gdb.base/attach.exp: Likewise.
9974 * gdb.base/bang.exp: Likewise.
9975 * gdb.base/bigcore.exp: Likewise.
9976 * gdb.base/bitfields.exp: Likewise.
9977 * gdb.base/bitfields2.exp: Likewise.
9978 * gdb.base/break.exp: Likewise.
9979 * gdb.base/call-sc.exp: Likewise.
9980 * gdb.base/call-strs.exp: Likewise.
9981 * gdb.base/callfuncs.exp: Likewise.
9982 * gdb.base/checkpoint.exp: Likewise.
9983 * gdb.base/chng-syms.exp: Likewise.
9984 * gdb.base/code-expr.exp: Likewise.
9985 * gdb.base/commands.exp: Likewise.
9986 * gdb.base/completion.exp: Likewise.
9987 * gdb.base/cond-expr.exp: Likewise.
9988 * gdb.base/condbreak.exp: Likewise.
9989 * gdb.base/consecutive.exp: Likewise.
9990 * gdb.base/constvars.exp: Likewise.
9991 * gdb.base/corefile.exp: Likewise.
9992 * gdb.base/cvexpr.exp: Likewise.
9993 * gdb.base/dbx.exp: Likewise.
9994 * gdb.base/define.exp: Likewise.
9995 * gdb.base/detach.exp: Likewise.
9996 * gdb.base/display.exp: Likewise.
9997 * gdb.base/dump.exp: Likewise.
9998 * gdb.base/ena-dis-br.exp: Likewise.
9999 * gdb.base/ending-run.exp: Likewise.
10000 * gdb.base/environ.exp: Likewise.
10001 * gdb.base/eval-skip.exp: Likewise.
10002 * gdb.base/exprs.exp: Likewise.
10003 * gdb.base/fileio.exp: Likewise.
10004 * gdb.base/finish.exp: Likewise.
10005 * gdb.base/float.exp: Likewise.
10006 * gdb.base/foll-exec.exp: Likewise.
10007 * gdb.base/foll-fork.exp: Likewise.
10008 * gdb.base/foll-vfork.exp: Likewise.
10009 * gdb.base/freebpcmd.exp: Likewise.
10010 * gdb.base/funcargs.exp: Likewise.
10011 * gdb.base/gcore.exp: Likewise.
10012 * gdb.base/gdb1090.exp: Likewise.
10013 * gdb.base/gdb1250.exp: Likewise.
10014 * gdb.base/huge.exp: Likewise.
10015 * gdb.base/info-proc.exp: Likewise.
10016 * gdb.base/interrupt.exp: Likewise.
10017 * gdb.base/jump.exp: Likewise.
10018 * gdb.base/langs.exp: Likewise.
10019 * gdb.base/lineinc.exp: Likewise.
10020 * gdb.base/list.exp: Likewise.
10021 * gdb.base/logical.exp: Likewise.
10022 * gdb.base/long_long.exp: Likewise.
10023 * gdb.base/macscp.exp: Likewise.
10024 * gdb.base/maint.exp: Likewise.
10025 * gdb.base/mips_pro.exp: Likewise.
10026 * gdb.base/miscexprs.exp: Likewise.
10027 * gdb.base/multi-forks.exp: Likewise.
10028 * gdb.base/opaque.exp: Likewise.
10029 * gdb.base/overlays.exp: Likewise.
10030 * gdb.base/pc-fp.exp: Likewise.
10031 * gdb.base/pointers.exp: Likewise.
10032 * gdb.base/printcmds.exp: Likewise.
10033 * gdb.base/psymtab.exp: Likewise.
10034 * gdb.base/ptype.exp: Likewise.
10035 * gdb.base/recurse.exp: Likewise.
10036 * gdb.base/relational.exp: Likewise.
10037 * gdb.base/relocate.exp: Likewise.
10038 * gdb.base/remote.exp: Likewise.
10039 * gdb.base/reread.exp: Likewise.
10040 * gdb.base/restore.exp: Likewise.
10041 * gdb.base/return.exp: Likewise.
10042 * gdb.base/return2.exp: Likewise.
10043 * gdb.base/scope.exp: Likewise.
10044 * gdb.base/sect-cmd.exp: Likewise.
10045 * gdb.base/sep.exp: Likewise.
10046 * gdb.base/sepdebug.exp: Likewise.
10047 * gdb.base/setshow.exp: Likewise.
10048 * gdb.base/setvar.exp: Likewise.
10049 * gdb.base/sigall.exp: Likewise.
10050 * gdb.base/sigbpt.exp: Likewise.
10051 * gdb.base/signals.exp: Likewise.
10052 * gdb.base/signull.exp: Likewise.
10053 * gdb.base/sizeof.exp: Likewise.
10054 * gdb.base/solib.exp: Likewise.
10055 * gdb.base/step-line.exp: Likewise.
10056 * gdb.base/step-test.exp: Likewise.
10057 * gdb.base/structs.exp: Likewise.
10058 * gdb.base/structs2.exp: Likewise.
10059 * gdb.base/term.exp: Likewise.
10060 * gdb.base/twice.exp: Likewise.
10061 * gdb.base/until.exp: Likewise.
10062 * gdb.base/varargs.exp: Likewise.
10063 * gdb.base/volatile.exp: Likewise.
10064 * gdb.base/watchpoint.exp: Likewise.
10065 * gdb.base/whatis-exp.exp: Likewise.
10066 * gdb.base/whatis.exp: Likewise.
10067 * gdb.cp/ambiguous.exp: Likewise.
10068 * gdb.cp/annota2.exp: Likewise.
10069 * gdb.cp/annota3.exp: Likewise.
10070 * gdb.cp/bool.exp: Likewise.
10071 * gdb.cp/breakpoint.exp: Likewise.
10072 * gdb.cp/casts.exp: Likewise.
10073 * gdb.cp/class2.exp: Likewise.
10074 * gdb.cp/classes.exp: Likewise.
10075 * gdb.cp/cplusfuncs.exp: Likewise.
10076 * gdb.cp/ctti.exp: Likewise.
10077 * gdb.cp/derivation.exp: Likewise.
10078 * gdb.cp/exception.exp: Likewise.
10079 * gdb.cp/gdb1355.exp: Likewise.
10080 * gdb.cp/hang.exp: Likewise.
10081 * gdb.cp/inherit.exp: Likewise.
10082 * gdb.cp/local.exp: Likewise.
10083 * gdb.cp/m-data.exp: Likewise.
10084 * gdb.cp/m-static.exp: Likewise.
10085 * gdb.cp/member-ptr.exp: Likewise.
10086 * gdb.cp/method.exp: Likewise.
10087 * gdb.cp/misc.exp: Likewise.
10088 * gdb.cp/namespace.exp: Likewise.
10089 * gdb.cp/overload.exp: Likewise.
10090 * gdb.cp/ovldbreak.exp: Likewise.
10091 * gdb.cp/pr-1023.exp: Likewise.
10092 * gdb.cp/pr-1210.exp: Likewise.
10093 * gdb.cp/pr-574.exp: Likewise.
10094 * gdb.cp/printmethod.exp: Likewise.
10095 * gdb.cp/psmang.exp: Likewise.
10096 * gdb.cp/ref-params.exp: Likewise.
10097 * gdb.cp/ref-types.exp: Likewise.
10098 * gdb.cp/rtti.exp: Likewise.
10099 * gdb.cp/templates.exp: Likewise.
10100 * gdb.cp/try_catch.exp: Likewise.
10101 * gdb.cp/userdef.exp: Likewise.
10102 * gdb.cp/virtfunc.exp: Likewise.
10103 * gdb.disasm/am33.exp: Likewise.
10104 * gdb.disasm/h8300s.exp: Likewise.
10105 * gdb.disasm/mn10300.exp: Likewise.
10106 * gdb.disasm/sh3.exp: Likewise.
10107 * gdb.disasm/t01_mov.exp: Likewise.
10108 * gdb.disasm/t02_mova.exp: Likewise.
10109 * gdb.disasm/t03_add.exp: Likewise.
10110 * gdb.disasm/t04_sub.exp: Likewise.
10111 * gdb.disasm/t05_cmp.exp: Likewise.
10112 * gdb.disasm/t06_ari2.exp: Likewise.
10113 * gdb.disasm/t07_ari3.exp: Likewise.
10114 * gdb.disasm/t08_or.exp: Likewise.
10115 * gdb.disasm/t09_xor.exp: Likewise.
10116 * gdb.disasm/t10_and.exp: Likewise.
10117 * gdb.disasm/t11_logs.exp: Likewise.
10118 * gdb.disasm/t12_bit.exp: Likewise.
10119 * gdb.disasm/t13_otr.exp: Likewise.
10120 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
10121 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
10122 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10123 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
10124 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
10125 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10126 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10127 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10128 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
10129 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
10130 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10131 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10132 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10133 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10134 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10135 * gdb.mi/gdb701.exp: Likewise.
10136 * gdb.mi/gdb792.exp: Likewise.
10137 * gdb.mi/mi-basics.exp: Likewise.
10138 * gdb.mi/mi-break.exp: Likewise.
10139 * gdb.mi/mi-cli.exp: Likewise.
10140 * gdb.mi/mi-console.exp: Likewise.
10141 * gdb.mi/mi-disassemble.exp: Likewise.
10142 * gdb.mi/mi-eval.exp: Likewise.
10143 * gdb.mi/mi-file.exp: Likewise.
10144 * gdb.mi/mi-read-memory.exp: Likewise.
10145 * gdb.mi/mi-regs.exp: Likewise.
10146 * gdb.mi/mi-return.exp: Likewise.
10147 * gdb.mi/mi-simplerun.exp: Likewise.
10148 * gdb.mi/mi-stack.exp: Likewise.
10149 * gdb.mi/mi-stepi.exp: Likewise.
10150 * gdb.mi/mi-syn-frame.exp: Likewise.
10151 * gdb.mi/mi-until.exp: Likewise.
10152 * gdb.mi/mi-var-block.exp: Likewise.
10153 * gdb.mi/mi-var-child.exp: Likewise.
10154 * gdb.mi/mi-var-cmd.exp: Likewise.
10155 * gdb.mi/mi-var-display.exp: Likewise.
10156 * gdb.mi/mi-watch.exp: Likewise.
10157 * gdb.mi/mi2-basics.exp: Likewise.
10158 * gdb.mi/mi2-break.exp: Likewise.
10159 * gdb.mi/mi2-cli.exp: Likewise.
10160 * gdb.mi/mi2-console.exp: Likewise.
10161 * gdb.mi/mi2-disassemble.exp: Likewise.
10162 * gdb.mi/mi2-eval.exp: Likewise.
10163 * gdb.mi/mi2-file.exp: Likewise.
10164 * gdb.mi/mi2-read-memory.exp: Likewise.
10165 * gdb.mi/mi2-regs.exp: Likewise.
10166 * gdb.mi/mi2-return.exp: Likewise.
10167 * gdb.mi/mi2-simplerun.exp: Likewise.
10168 * gdb.mi/mi2-stack.exp: Likewise.
10169 * gdb.mi/mi2-stepi.exp: Likewise.
10170 * gdb.mi/mi2-syn-frame.exp: Likewise.
10171 * gdb.mi/mi2-until.exp: Likewise.
10172 * gdb.mi/mi2-var-block.exp: Likewise.
10173 * gdb.mi/mi2-var-child.exp: Likewise.
10174 * gdb.mi/mi2-var-cmd.exp: Likewise.
10175 * gdb.mi/mi2-var-display.exp: Likewise.
10176 * gdb.mi/mi2-watch.exp: Likewise.
10177 * gdb.stabs/exclfwd.exp: Likewise.
10178 * gdb.stabs/weird.exp: Likewise.
10179 * gdb.threads/gcore-thread.exp: Likewise.
10180 * gdb.trace/actions.exp: Likewise.
10181 * gdb.trace/backtrace.exp: Likewise.
10182 * gdb.trace/circ.exp: Likewise.
10183 * gdb.trace/collection.exp: Likewise.
10184 * gdb.trace/deltrace.exp: Likewise.
10185 * gdb.trace/infotrace.exp: Likewise.
10186 * gdb.trace/limits.exp: Likewise.
10187 * gdb.trace/packetlen.exp: Likewise.
10188 * gdb.trace/passc-dyn.exp: Likewise.
10189 * gdb.trace/passcount.exp: Likewise.
10190 * gdb.trace/report.exp: Likewise.
10191 * gdb.trace/save-trace.exp: Likewise.
10192 * gdb.trace/tfind.exp: Likewise.
10193 * gdb.trace/tracecmd.exp: Likewise.
10194 * gdb.trace/while-dyn.exp: Likewise.
10195 * gdb.trace/while-stepping.exp: Likewise.
10196
10197 2006-08-08 Joel Brobecker <brobecker@adacore.com>
10198
10199 * gdb.base/step-bt.c: New file.
10200 * gdb.base/step-bt.exp: New testcase.
10201
10202 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
10203
10204 * config/monitor.exp (gdb_load): Remove support for obsolete
10205 download-write-size.
10206 * gdb.base/remote.exp: Likewise. Update all callers of
10207 gdb_timed_load.
10208
10209 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
10210
10211 * cursal.exp: Pass binfile to gdb_load.
10212
10213 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
10214
10215 * gdb.base/cursal.exp: Add "" to gdb_load call.
10216
10217 2006-07-29 Mark Kettenis <kettenis@gnu.org>
10218
10219 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10220 NetBSD/ELF targets.
10221
10222 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
10223
10224 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10225 operator*.
10226
10227 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
10228
10229 * gdb.base/completion.exp: Update for change in "file" behavior.
10230 * gdb.stabs/weird.exp: Likewise.
10231 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10232 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
10233
10234 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
10235
10236 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10237 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10238
10239 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
10240
10241 * gdb.base/default.exp: Update source command error message.
10242 * gdb.base/help.exp: Update 'help source' message.
10243
10244 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
10245
10246 * gdb.cp/bs15503.exp: Update comment for no longer crashing
10247 test.
10248
10249 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
10250
10251 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10252
10253 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10254
10255 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10256
10257 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10258
10259 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10260
10261 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10262
10263 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10264 *-*-openbsd* from targets for wich we expect ARM FPA floating
10265 point format.
10266
10267 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
10268
10269 * gdb.cp/annota3.exp: Expect frame-begin annotation.
10270
10271 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10272
10273 * gdb.base/annota3.exp: Expect frame-begin annotation.
10274
10275 2006-07-14 Joel Brobecker <brobecker@adacore.com>
10276
10277 * gdb.base/help.exp: Adjust "help unset" test to accept
10278 any list of unset commands.
10279
10280 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
10281 Daniel Jacobowitz <dan@codesourcery.com>
10282
10283 * gdb.cp/ref-params.exp: New test.
10284 * gdb.cp/ref-params.cc: New source file.
10285 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10286
10287 2006-07-08 Mark Kettenis <kettenis@gnu.org>
10288
10289 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10290 spaces/tabs in regular expressions since they might not be there.
10291
10292 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
10293
10294 * gdb.base/ifelse.exp: New file.
10295
10296 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
10297
10298 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10299 line.
10300 * gdb.base/huge.exp: Loop over compilation to find a size that
10301 is acceptable.
10302 * gdb.base/remote.exp: Correct expected strings.
10303 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10304
10305 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10306
10307 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10308
10309 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10310
10311 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
10312 native.
10313
10314 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10315
10316 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10317 enable stabs testing.
10318
10319 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10320
10321 * gdb.base/auxv.exp: Intercept undefined command messages before
10322 gdb_test_multiple does.
10323
10324 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10325
10326 * Makefile.in (host_alias): Remove.
10327 (target_alias): Use @target_noncanonical@.
10328 (site.exp): Don't set host_alias.
10329 * aclocal.m4: Remove contents. Include acx.m4.
10330 * configure: Regenerated.
10331 * configure.ac: Use ACX_NONCANONICAL_TARGET.
10332
10333 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
10334
10335 * lib/gdb.exp (gdb_load_cmd): New.
10336
10337 * gdb.base/fileio.c: Add system(NULL) test.
10338 * gdb.base/fileio.exp: Check it.
10339
10340 * gdb.base/break.c: Add 10a breakpoint at }
10341 * gdb.base/break.exp: Add test for breakpoint at }
10342 * gdb.cp/anon-union.cc: Add code at end of function.
10343 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10344 * gdb.mi/var-cmd.c: Add code at end of function.
10345 * gdb.mi/mi-var-display.exp: Adjust end of next.
10346 * gdb.mi/mi2-var-display.exp: Likewise.
10347 * gdb.base/fileio.c: Add stop function and insert calls at
10348 stopping places.
10349 * gdb.base/fileio.exp: Breakpoint stop function and remove
10350 explicit line number references.
10351
10352 2006-05-19 Joel Brobecker <brobecker@adacore.com>
10353
10354 * gdb.base/del.exp (test_delete_alias): New function.
10355 Now check that both "del" and "d" work as aliases for "delete".
10356
10357 2006-05-18 Fred Fish <fnf@specifix.com>
10358
10359 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
10360 required. Check for spurious output after program exits normally.
10361
10362 2006-05-17 Fred Fish <fnf@specifix.com>
10363
10364 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
10365 gdb_load, so it works in the simulator.
10366
10367 2006-05-11 Fred Fish <fnf@specifix.com>
10368
10369 * gdb.base/bang.exp: Ignore unexpected output between the
10370 "program exited normally" and the gdb prompt, as many other
10371 tests do.
10372
10373 2006-05-07 Mark Kettenis <kettenis@gnu.org>
10374
10375 * gdb.base/help.exp: Make "delete checkpoint" part option for
10376 "help d" and "help delete" tests.
10377
10378 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10379
10380 * gdb.mi/mi-basics.exp: Add missing serial number to
10381 expected output in some mi_gdb_test statements.
10382 * gdb.mi/mi2-basics.exp: Likewise.
10383
10384 2006-05-05 Joel Brobecker <brobecker@adacore.com>
10385
10386 * gdb.base/del.c: New file.
10387 * gdb.base/del.exp: New testcase.
10388
10389 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
10390
10391 * gdb.base/break.exp: Do not assume a breakpoint on
10392 main will actually be in $srcfile when optimizing.
10393 * gdb.base/savedregs.exp: Do not require that the dummy
10394 frame location match up to a symbol and source file location.
10395 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
10396 will get printed without a mi_cmd_data_list_register_values prefix.
10397 (*-data-list-register-*): Correct regular expressions to expect the new
10398 pseudo d? floating point registers.
10399 * gdb.mi/mi2-regs.exp: Likewise.
10400
10401 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
10402
10403 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
10404 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
10405 is allocated by the compiler.
10406 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
10407 anons, e, anone to force their allocation by the compiler.
10408
10409 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
10410
10411 * gdb.base/help.exp: Update expected text for help d and
10412 help delete.
10413
10414 2006-05-02 Mark Kettenis <kettenis@gnu.org>
10415
10416 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
10417 NetBSD/ELF targets.
10418
10419 2006-04-30 Mark Kettenis <kettenis@gnu.org>
10420
10421 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
10422 single-step breakpoint fails; make this a KFAIL on
10423 sparc*-*-openbsd*.
10424 * gdb.base/siginfo.exp: Likewise.
10425 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10426
10427 2006-04-26 Michael Snyder <msnyder@redhat.com>
10428
10429 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10430 which may have to consume output from other forks.
10431 Add tests to make sure that "delete fork" succeeded.
10432
10433 2006-04-20 Michael Snyder <msnyder@redhat.com>
10434
10435 * 2006-03-22 Jim Blandy <jimb@redhat.com>
10436 Add support for the Renesas M32C and M16C.
10437
10438 * gdb.asm/asm-source.exp: Add m32c target.
10439 * gdb.asm/m32c.inc: Support for m32c target.
10440
10441 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
10442
10443 * gdb.base/commands.exp (recursive_source_test): New test.
10444
10445 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
10446
10447 * gdb.base/float.exp: Add pattern for sparc targets.
10448
10449 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10450
10451 * gdb.base/commands.exp (stray_arg0_test): New test.
10452
10453 2006-03-30 Paul Brook <paul@codesourcery.com>
10454
10455 * gdb.mi/mi-until.exp: kfail broken until command.
10456 * gdb.mi/mi2-until.exp: Ditto.
10457
10458 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10459
10460 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10461
10462 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
10463
10464 * gdb.base/prelink.exp: Anchor tested-for regular expression
10465 on gdb prompt.
10466
10467 2006-03-07 Paul Brook <paul@codesourcery.com>
10468
10469 * gdb.base/assign.exp: Correct fail message.
10470
10471 2006-03-07 Paul Brook <paul@codesourcery.com>
10472
10473 * lib/compiler.c: Extract armcc version number.
10474 * lib/compiler.cc: Ditto.
10475
10476 2006-03-07 Paul Brook <paul@codesourcery.com>
10477
10478 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10479 additional_flags=-w.
10480 * gdb.arch/altivec-regs.exp: Ditto.
10481 * gdb.arch/e500-abi.exp: Ditto.
10482 * gdb.arch/e500-regs.exp: Ditto.
10483 * gdb.base/all-bin.exp: Ditto.
10484 * gdb.base/annota1.exp: Ditto.
10485 * gdb.base/annota3.exp: Ditto.
10486 * gdb.base/args.exp: Ditto.
10487 * gdb.base/arithmet.exp: Ditto.
10488 * gdb.base/assign.exp: Ditto.
10489 * gdb.base/async.exp: Ditto.
10490 * gdb.base/bang.exp: Ditto.
10491 * gdb.base/break.exp: Ditto.
10492 * gdb.base/call-rt-st.exp: Ditto.
10493 * gdb.base/completion.exp: Ditto.
10494 * gdb.base/cond-expr.exp: Ditto.
10495 * gdb.base/condbreak.exp: Ditto.
10496 * gdb.base/consecutive.exp: Ditto.
10497 * gdb.base/define.exp: Ditto.
10498 * gdb.base/display.exp: Ditto.
10499 * gdb.base/ena-dis-br.exp: Ditto.
10500 * gdb.base/environ.exp: Ditto.
10501 * gdb.base/eval-skip.exp: Ditto.
10502 * gdb.base/info-proc.exp: Ditto.
10503 * gdb.base/jump.exp: Ditto.
10504 * gdb.base/logical.exp: Ditto.
10505 * gdb.base/long_long.exp: Ditto.
10506 * gdb.base/maint.exp: Ditto.
10507 * gdb.base/miscexprs.exp: Ditto.
10508 * gdb.base/pc-fp.exp: Ditto.
10509 * gdb.base/pointers.exp: Ditto.
10510 * gdb.base/relational.exp: Ditto.
10511 * gdb.base/reread.exp: Ditto.
10512 * gdb.base/sect-cmd.exp: Ditto.
10513 * gdb.base/sep.exp: Ditto.
10514 * gdb.base/sepdebug.exp: Ditto.
10515 * gdb.base/until.exp: Ditto.
10516 * gdb.base/whatis-exp.exp: Ditto.
10517 * gdb.cp/annota2.exp: Ditto.
10518 * gdb.cp/annota3.exp: Ditto.
10519 * gdb.trace/actions.exp: Ditto.
10520 * gdb.trace/backtrace.exp: Ditto.
10521 * gdb.trace/circ.exp: Ditto.
10522 * gdb.trace/collection.exp: Ditto.
10523 * gdb.trace/deltrace.exp: Ditto.
10524 * gdb.trace/infotrace.exp: Ditto.
10525 * gdb.trace/limits.exp: Ditto.
10526 * gdb.trace/packetlen.exp: Ditto.
10527 * gdb.trace/passc-dyn.exp: Ditto.
10528 * gdb.trace/passcount.exp: Ditto.
10529 * gdb.trace/report.exp: Ditto.
10530 * gdb.trace/save-trace.exp: Ditto.
10531 * gdb.trace/tfind.exp: Ditto.
10532 * gdb.trace/tracecmd.exp: Ditto.
10533 * gdb.trace/while-dyn.exp: Ditto.
10534 * gdb.trace/while-stepping.exp: Ditto.
10535 * lib/gdb.exp: Ditto.
10536 (gdb_compile): Handle nowarning option.
10537
10538 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
10539
10540 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10541 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10542 Rename executable to prelinkt. Don't re-prelink if we didn't
10543 get a core file. Test prelink -u exit status to tell whether
10544 prelinking failed. Use gdb_test_multiple.
10545
10546 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10547
10548 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10549 (do_tests): Call it.
10550
10551 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
10552
10553 * gdb.base/prelink.exp: New test.
10554 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10555
10556 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10557
10558 * gdb.fortran/derived-type.f90: New file.
10559 * gdb.fortran/derived-type.exp: New testcase.
10560
10561 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10562
10563 * gdb.base/default.exp: Allow ';' as a directory separator.
10564
10565 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10566
10567 * gdb.base/help.exp (help add-symbol-file): Update.
10568
10569 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10570
10571 * gdb.base/help.exp (help load): Update expected results.
10572
10573 2006-02-19 Fred Fish <fnf@specifix.com>
10574
10575 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10576 specifix hex value as part of results.
10577 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10578
10579 2006-02-16 Fred Fish <fnf@specifix.com>
10580
10581 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10582 ushort_addr, and slong_addr, so the typedefs are not optimized
10583 away.
10584 * gdb.base/whatis.exp: Add tests using type name for struct type,
10585 union type, enum type, and typedef.
10586
10587 2006-02-13 Mark Kettenis <kettenis@gnu.org>
10588
10589 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10590
10591 2006-02-13 Jim Blandy <jimb@redhat.com>
10592
10593 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10594 case where it takes two "next" commands to skip past the init
10595 call.
10596
10597 2006-02-12 Fred Fish <fnf@specifix.com>
10598
10599 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10600 to handle cases where it takes two "next" commands to skip
10601 past the init call.
10602
10603 2006-02-07 Joel Brobecker <brobecker@adacore.com>
10604
10605 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10606 on hppa32 targets.
10607
10608 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
10609
10610 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10611 field.
10612
10613 2006-01-29 Mark Kettenis <kettenis@gnu.org>
10614
10615 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10616
10617 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10618
10619 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10620 files.
10621
10622 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10623
10624 * gdb.cp/maint.exp: Set complaints to a positive value.
10625
10626 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10627
10628 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
10629 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
10630 function name.
10631
10632 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10633
10634 * gdb.base/checkpoint.c: Update copyright notice. Include
10635 <stdlib.h>.
10636
10637 2006-01-04 Jim Blandy <jimb@redhat.com>
10638
10639 * gdb.asm/asm-source.exp: Independently provide default values for
10640 asm-flags and debug-flags. Use 'string equal' to do the
10641 comparison, not the implicit expr's '==' operator. Remove
10642 now-unneeded assignments to asm-flags. In h8300 case, place
10643 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10644
10645 2006-01-04 Michael Snyder <msnyder@redhat.com>
10646
10647 * gdb.base/checkpoint.c: New file.
10648 * gdb.base/checkpoint.exp: New file.
10649 * gdb.base/multi-fork.c: New file.
10650 * gdb.base/multi-fork.exp: New file.
10651 * gdb.base/pi.txt: New file (data for checkpoint.c test).
10652
10653 2006-01-04 Fred Fish <fnf@specifix.com>
10654
10655 * gdb.base/ptype.c (foo): Add typedef.
10656 (intfoo): Add function.
10657 * gdb.base/ptype1.c: New file.
10658 * gdb.base/ptype.exp: Handle compilation and linking with two
10659 source files. Test that proper type for "foo" is found based
10660 on source context rather than first match found in symtabs.
10661
10662 2005-12-28 Mark Kettenis <kettenis@gnu.org>
10663
10664 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10665 * gdb.asm/openbsd.inc: Indent commands.
10666
10667 2005-12-26 Mark Kettenis <kettenis@gnu.org>
10668
10669 * gdb.base/freebpcmd.exp: Increase timeout.
10670
10671 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10672
10673 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
10674
10675 * gdb.base/default.exp: Update check for "show version".
10676
10677 2005-12-09 Randolph Chung <tausq@debian.org>
10678
10679 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10680 * gdb.asm/pa64.inc: New file.
10681
10682 2005-12-09 Randolph Chung <tausq@debian.org>
10683
10684 * gdb.asm/common.inc: Indent commands.
10685 * gdb.asm/asmsrc1.s: Likewise.
10686 * gdb.asm/asmsrc2.s: Likewise.
10687
10688 2005-12-09 Randolph Chung <tausq@debian.org>
10689
10690 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10691 (get_addr_of_sym): Remove duplicate print.
10692 (gen_core): xfail hppa*-*-hpux*, update expected output.
10693 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10694 * gdb.arch/pa64-nullify.s: New file.
10695
10696 2005-12-09 Randolph Chung <tausq@debian.org>
10697
10698 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10699
10700 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
10701
10702 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10703 code generation for these functions.
10704 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10705 error message.
10706
10707 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
10708
10709 * gdb.base/help.exp (help b, help br, help bre, help brea)
10710 (help break): Update the expected message.
10711
10712 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
10713
10714 * gdb.asm/m68hc11.inc: Setup the data section.
10715 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10716 script for this test.
10717 (m6812-*-*): Likewise.
10718
10719 2005-11-09 Randolph Chung <tausq@debian.org>
10720
10721 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10722
10723 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
10724
10725 * gdb.base/break.exp: Fix a comment typo.
10726
10727 2005-11-03 Jim Blandy <jimb@redhat.com>
10728
10729 Checked in by Elena Zannoni <ezannoni@redhat.com>
10730
10731 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
10732
10733 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
10734
10735 * gdb.arch/gdb1558.c: Include stdio.h.
10736
10737 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10738
10739 * gdb.asm/asm-source.exp: Use -e instead of --entry.
10740
10741 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10742
10743 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10744
10745 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
10746
10747 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10748 vscr" tests to better match output.
10749
10750 2005-10-12 Jim Blandy <jimb@redhat.com>
10751
10752 * gdb.base/structs.exp (any): New function.
10753 (test_struct_returns): Don't make any assumptions at all about
10754 what value the function returns when GDB can't set the return
10755 value.
10756
10757 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10758
10759 * gdb.ada/arrayidx/p.adb: New file.
10760 * gdb.ada/arrayidx.exp: New testcase
10761
10762 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10763
10764 * gdb.ada/array_return/pck.ads: New file.
10765 * gdb.ada/array_return/pck.adb: New file.
10766 * gdb.ada/array_return/p.adb: New file.
10767 * gdb.ada/array_return.exp: New testcase.
10768
10769 2005-10-03 Joel Brobecker <brobecker@adacore.com>
10770
10771 * gdb.base/arrayidx.c: New file.
10772 * gdb.base/arrayidx.exp: New testcase.
10773
10774 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
10775
10776 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10777 frames-invalid and breakpoints-invalid are no longer generated
10778 with level 3 so don't expect them in the output.
10779
10780 2005-09-27 Bob Rossi <bob@brasko.net>
10781
10782 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
10783 from test. Escape the | in mi_gdb_test call.
10784 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10785 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10786 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10787 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10788 expected regex's in mi_gdb_test calls.
10789 * lib/mi-support.exp: Remove arbitrary .* from tests.
10790 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10791 Fully anchor GDB/MI expected results in mi_gdb_test.
10792 * lib/gdb.exp (string_to_regexp): Escape the ] character.
10793 * gdb.base/sizeof.exp: Remove escape character. Correct test.
10794
10795 2005-09-26 Paul Brook <paul@codesourcery.com>
10796
10797 * long_long.exp: Exclude eabi targets from arm FPA float format test.
10798
10799 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10800
10801 * bfp-test.c: New file.
10802 * bfp-test.exp: New testcase.
10803
10804 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10805
10806 * gdb.fortran/subarray.exp: New testcase to test the evaluation
10807 of subarray and substring variable.
10808 * gdb.fortran/subarray.f: New source file for the test of subarray
10809 and substring variable evaluation.
10810 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10811 of string constant.
10812
10813 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10814
10815 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10816 copyright dates.
10817
10818 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
10819
10820 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10821 powerpc altivec' test with an almost identical 'info vector' test.
10822
10823 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10824
10825 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10826 vscr" tests to match output.
10827
10828 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10829
10830 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10831 output.
10832
10833 2005-09-11 Bob Rossi <bob@brasko.net>
10834
10835 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10836 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10837 commands that return an MI output command and an asyncronous MI output
10838 command.
10839 * gdb.mi/mi-console.exp: Ditto.
10840
10841 2005-09-11 Bob Rossi <bob@brasko.net>
10842
10843 * gdb.mi/mi-var-child.c: Include <string.h>.
10844
10845 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
10846
10847 * killed.exp: Correct gdb_expect syntax.
10848
10849 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
10850
10851 * lib/mi-support.exp (mi_gdb_load): Fix typo.
10852
10853 2005-08-02 Bob Rossi <bob@brasko.net>
10854
10855 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10856 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10857 Change tests to inferior-tty-set/show.
10858 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10859 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10860 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10861 inferior. Use mi_gdb_test to get GDB and Inferior output.
10862 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10863 descriptor.
10864 (mi_inferior_tty_name): Add inferior PTY file name.
10865 (mi_gdb_start): Add INFERIOR_PTY parameter.
10866 (mi_gdb_test): Add IPATTERN parameter.
10867
10868 2005-08-02 Bob Rossi <bob@brasko.net>
10869
10870 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10871 parameter to mi_gdb_test.
10872 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10873
10874 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10875
10876 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10877 struct_declarations.
10878 * gdb.mi/mi-var-child.exp: Step over the initialization of
10879 struct_declarations.
10880
10881 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10882
10883 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10884 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10885 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10886 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10887 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10888 file.
10889
10890 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
10891
10892 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10893 (do_children_tests): Assign values to the extra elements.
10894
10895 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10896 them for tests for "-var-update --no-values" and
10897 "-var-update --all-values".
10898 Add test for "-var-list-children --simple-values".
10899
10900 * gdb.mi/basics.c (callee4): Add integer array D[3]...
10901
10902 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10903 "-stack-list-locals --simple-values" Improve doc strings and
10904 comments.
10905
10906 2005-07-18 Mark Kettenis <kettenis@gnu.org>
10907
10908 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10909 *-*-openbsd*.
10910 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10911
10912 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10913 sigaltsatck'.
10914
10915 2005-07-14 Bob Rossi <bob@brasko.net>
10916
10917 * gdb.base/default.exp (tty): Changed output of command.
10918 * gdb.base/help.exp (help tty): Ditto.
10919
10920 2005-07-12 Mark Kettenis <kettenis@gnu.org>
10921
10922 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10923
10924 2005-07-10 Mark Kettenis <kettenis@gnu.org>
10925
10926 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10927 -stack-select-frame without arguments.
10928 (test_stack_frame_listing): Add test for newly implemented command
10929 -stack-info-frame.
10930
10931 2005-07-06 Bob Rossi <bob@brasko.net>
10932
10933 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10934 command.
10935 (Copyright): Update copyright.
10936
10937 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
10938
10939 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10940 tests to evaluate exponentiation expression.
10941
10942 2005-06-29 Andreas Schwab <schwab@suse.de>
10943
10944 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10945 main to avoid warnings.
10946
10947 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10948
10949 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
10950
10951 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10952 -stack-select-frame without arguments.
10953 (test_stack_frame_listing): Add test for newly implemented command
10954 -stack-info-frame.
10955
10956 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
10957
10958 * gdb.fortran/array-element.f: New file.
10959 * gdb.fortran/array-element.exp: New testcase.
10960
10961 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10962
10963 * gdb.base/bigcore.exp: Correct checks for systems which can
10964 not dump a large core file.
10965
10966 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10967
10968 * gdb.base/relocate.c: Add a copyright notice.
10969 (dummy): Remove.
10970 * gdb.base/relocate.exp: Test printing the values of variables
10971 from a relocatable file.
10972
10973 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10974
10975 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10976 excess MI output after an error.
10977
10978 2005-05-29 Joel Brobecker <brobecker@adacore.com>
10979
10980 * gdb.arch/alpha-step.c: New file.
10981 * gdb.arch/alpha-step.exp: New testcase.
10982
10983 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
10984 Dennis Brueni <dennis@slickedit.com>
10985
10986 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10987 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10988 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10989 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10990 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10991 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10992 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10993
10994 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
10995 Wu Zhou <woodzltc@cn.ibm.com>
10996
10997 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
10998 IBM's xlc compiler.
10999 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
11000 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
11001
11002 2005-05-13 Jim Blandy <jimb@redhat.com>
11003
11004 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
11005 calling gdb_suppress_entire_file.
11006 * gdb.base/charset.exp: Same.
11007 * gdb.base/call-rt-st.exp: Same.
11008
11009 2005-05-05 Bob Rossi <bob_rossi@cox.net>
11010
11011 * lib/gdb.exp (fullname_syntax): Added global regex.
11012 (fullname_syntax_POSIX): Ditto.
11013 (fullname_syntax_UNC): Ditto.
11014 (fullname_syntax_DOS_CASE): Ditto.
11015 (fullname_syntax_DOS): Ditto.
11016 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
11017 fullname_syntax variable to scope and use it.
11018 (test_file_list_exec_source_files): Ditto.
11019 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
11020
11021 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11022
11023 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
11024
11025 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
11026
11027 * lib/gdb.exp (skip_altivec_tests): New function, based on
11028 check_vmx_hw_available from the GCC testsuite.
11029 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
11030 * lib/gdb.arch/altivec-regs.exp: Likewise.
11031
11032 2005-05-02 Jim Blandy <jimb@redhat.com>
11033
11034 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
11035 calling gdb_suppress_entire_file.
11036
11037 2005-04-30 Randolph Chung <tausq@debian.org>
11038
11039 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
11040 Slightly relax "sem_post" name checking.
11041
11042 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11043
11044 * gdb.base/unload.exp: Use new shared library infrastructure.
11045
11046 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11047
11048 * gdb.base/so-impl-ld.exp: Use new shared library
11049 infrastructure.
11050
11051 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
11052
11053 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
11054 * gdb.asm/h8300.inc: New file.
11055
11056 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11057
11058 * gdb.base/shlib-call.exp: Change to use new shared library
11059 infrastructure.
11060
11061 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11062
11063 * gdb.base/pending.exp: Change to use new shared library
11064 infrastructure.
11065
11066 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11067
11068 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
11069 use test_compiler_info instead of gcc_compiled, and update copyright.
11070
11071 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
11072
11073 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
11074 shared objects being adjusted and update copyright years.
11075
11076 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
11077
11078 * ChangeLog: Correct some 2003-01-13 dates.
11079 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
11080 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
11081 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
11082 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
11083 gdb.trace/tfind.exp: Update copyright years.
11084
11085 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
11086 Daniel Jacobowitz <dan@codesourcery.com>
11087
11088 * lib/gdb.exp (gdb_compile): Handle shlib=.
11089 (gdb_compile_shlib): New function.
11090
11091 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
11092
11093 * lib/gdb.exp (test_compiler_info): Give argument a default value.
11094
11095 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11096
11097 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11098 gdb.server.
11099 * configure.ac: Likewise.
11100 * configure: Regenerated.
11101 * gdb.gdbserver/Makefile.in: Moved to...
11102 * gdb.server/Makefile.in: ... here.
11103 * gdb.gdbserver/server.c: Moved to...
11104 * gdb.server/server.c: ... here.
11105 * gdb.gdbserver/server-run.exp: Moved to...
11106 * gdb.server/server-run.exp: ... here.
11107
11108 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11109
11110 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11111 * configure.ac: Create gdb.gdbserver/Makefile.
11112 * configure: Regenerated.
11113 * lib/gdbserver-support.exp: New file, derived from
11114 config/gdbserver.exp.
11115 * config/gdbserver.exp: Use gdbserver-support.exp.
11116 * gdb.gdbserver/Makefile.in: New file.
11117 * gdb.gdbserver/server.c: New file.
11118 * gdb.gdbserver/server-run.exp: New file.
11119
11120 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
11121
11122 * lib/gdb.exp (test_compiler_info): Return compiler_info
11123 if no arguments are given.
11124
11125 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
11126
11127 * gdb.arch/altivec-abi.exp: Check for compiler and set
11128 use altivec' flag accordingly.
11129 * gdb.arch/altivec-regs.exp: Likewise.
11130
11131 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
11132
11133 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
11134
11135 2005-03-27 Andreas Schwab <schwab@suse.de>
11136
11137 * gdb.base/bigcore.c (main): Add missing mode argument in open
11138 call.
11139
11140 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
11141
11142 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
11143 downloads.
11144 * config/gdbserver.exp (gdb_load): Likewise.
11145
11146 2005-03-14 Paul Brook <paul@codesourcery.com>
11147
11148 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
11149 targets.
11150
11151 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11152
11153 * gdb.dwarf2/dup-psym.S: New file.
11154 * gdb.dwarf2/dup-psym.exp: New testcase.
11155
11156 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11157
11158 * gdb.ada/exec_changed/first.adb: New file.
11159 * gdb.ada/exec_changed/second.adb: New file.
11160 * gdb.ada/exec_changed.exp: New testcase.
11161
11162 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
11163
11164 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
11165 (A2): New class.
11166 (main): Test operator+.
11167 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
11168 breakpoint test.
11169
11170 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
11171 * gdb.base/signull.exp: Disable if gdb,nosignals.
11172 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
11173 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
11174 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
11175 * gdb.mi/mi2-console.exp: Likewise.
11176 * gdb.trace/collection.exp (run_trace_experiment): Consume the
11177 continue output at start.
11178 (gdb_collect_locals_test): Robustify regexp.
11179 * gdb.trace/passc-dyn.exp: Fix comment typo.
11180 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
11181
11182 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
11183
11184 * gdb.asm/asm-source.exp: Add iq2000 case.
11185 * gdb.asm/iq2000.inc: New file.
11186
11187 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
11188
11189 * gdb.base/command.exp: Change hardcoded value to regular expression.
11190 * gdb.base/float.exp: Add powerpc to the list of targets checked.
11191
11192 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
11193
11194 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
11195 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
11196 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
11197 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
11198 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
11199
11200 2005-03-05 Mark Kettenis <kettenis@gnu.org>
11201
11202 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
11203 changes.
11204
11205 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
11206
11207 * lib/compiler.c: Add test for IBM's xlc compiler.
11208 * lib/compiler.cc: Likewise.
11209
11210 2004-02-24 Joel Brobecker <brobecker@adacore.com>
11211
11212 * gdb.ada/fixed_points.exp: Create compilation object directory
11213 before running the test.
11214 * gdb.ada/null_record.exp: Likewise.
11215 * gdb.ada/packed_array.exp: Likewise.
11216 * gdb.ada/start.exp: Likewise.
11217
11218 2005-02-15 Joel Brobecker <brobecker@adacore.com>
11219
11220 * gdb.ada/packed_array/pa.adb: New file.
11221 * gdb.ada/packed_array.exp: New testcase.
11222
11223 2005-02-10 Mark Kettenis <kettenis@gnu.org>
11224
11225 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11226 files.
11227
11228 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11229 on *-*-openbsd*. Correctly match whitespace in regukar
11230 expressions.
11231
11232 2005-02-10 Daniel Jacobowitz <dan@debian.org>
11233
11234 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11235 PR exp/1821
11236 * gdb.base/gdb1821.c: New test file.
11237 * gdb.base/gdb1821.exp: New test file.
11238
11239 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11240
11241 * gdb.base/start.c: New file.
11242 * gdb.base/start.exp: New testcase.
11243
11244 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11245
11246 * gdb.ada/start/dummy.adb: New file.
11247 * gdb.ada/start.exp: New testcase.
11248
11249 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
11250
11251 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11252 for printing symbols and statistics.
11253 Add test for using relative pathnames in "maint print msymbols" test.
11254 Mark "maint info sections DATA" XFAIL on Cygwin.
11255 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11256 tests.
11257
11258 2005-02-09 Andreas Schwab <schwab@suse.de>
11259
11260 Committed by Andrew Cagney <cagney@gnu.org>
11261 * gdb.base/remotetimeout.exp: New file.
11262
11263 2005-02-07 Mark Kettenis <kettenis@gnu.org>
11264
11265 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11266
11267 2005-02-03 Joel Brobecker <brobecker@adacore.com>
11268
11269 * gdb.ada/gnat_ada.gpr: New file.
11270 * gdb.ada/gnat_ada.gin: Delete, no longer used.
11271 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11272 * configure.ac: No longer generate gnat_ada.gpr.
11273 * configure: Regenerate.
11274 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11275 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11276 * gdb.ada/null_record/bar.ads: Likewise.
11277 * gdb.ada/null_record/bar.adb: Likewise.
11278 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11279 * gdb.ada/null_record.exp (testdir): New variable.
11280 (testfile): executable is now in testdir subdirectory.
11281 (srcfile): Use full path to the main compilation unit.
11282 * gdb.ada/fixed_points.exp: Same changes as above.
11283
11284 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
11285
11286 * gdb.base/interp.exp: New test.
11287
11288 2005-01-24 Andrew Cagney <cagney@gnu.org>
11289
11290 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11291
11292 2005-01-19 Andrew Cagney <cagney@gnu.org>
11293
11294 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11295 configure.ac not configure.in.
11296
11297 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11298 of powerpc*-*-*.
11299 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
11300 * gdb.base/list.exp (test_list_function)
11301 (test_list_filename_and_function): Ditto.
11302 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11303
11304 2005-01-16 Andrew Cagney <cagney@gnu.org>
11305
11306 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11307
11308 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11309
11310 2005-01-14 Andrew Cagney <cagney@gnu.org>
11311
11312 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11313 * gdb.mi/mi2-var-cmd.exp: Ditto.
11314
11315 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
11316
11317 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11318
11319 2005-01-07 Andrew Cagney <cagney@gnu.org>
11320
11321 * configure.ac: Rename configure.in, require autoconf 2.59.
11322 * configure: Re-generate.
11323 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11324 * gdb.stabs/configure: Re-generate.
11325 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11326 * gdb.hp/configure: Re-generate.
11327 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11328 autoconf 2.59.
11329 * gdb.hp/gdb.objdbg/configure: Re-generate.
11330 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11331 autoconf 2.59.
11332 * gdb.hp/gdb.defects/configure: Re-generate.
11333 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11334 autoconf 2.59.
11335 * gdb.hp/gdb.compat/configure: Re-generate.
11336 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11337 autoconf 2.59.
11338 * gdb.hp/gdb.base-hp/configure: Re-generate.
11339 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11340 autoconf 2.59.
11341 * gdb.hp/gdb.aCC/configure: Re-generate.
11342
11343 2004-12-15 Jim Blandy <jimb@redhat.com>
11344
11345 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11346 under NPTL when there is debugging info available for libpthread.
11347
11348 2004-12-13 Jerome Guitton <guitton@gnat.com>
11349
11350 * gdb.ada/fixed_points.c: New file.
11351 * gdb.ada/fixed_points.exp: New file.
11352
11353 2004-12-03 Randolph Chung <tausq@debian.org>
11354
11355 * gdb.arch/pa-nullify.exp: New file.
11356 * gdb.arch/pa-nullify.s: New file.
11357
11358 2004-11-30 Randolph Chung <tausq@debian.org>
11359
11360 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
11361 instead of "tbug". Fix regexp to work properly with gdb_test.
11362
11363 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
11364
11365 * gdb.base/bitfields2.exp: New test.
11366 * gdb.base/bitfields2.c: New file.
11367
11368 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
11369
11370 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
11371
11372 2004-11-16 Randolph Chung <tausq@debian.org>
11373
11374 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
11375
11376 2004-11-14 Daniel Jacobowitz <dan@debian.org>
11377
11378 * gdb.threads/threadapply.exp: Correct "macro details" test.
11379
11380 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
11381
11382 * gdb.threads/threadapply.exp: New test.
11383 * gdb.threads/threadapply.c: New file.
11384
11385 2004-11-07 Mark Kettenis <kettenis@gnu.org>
11386
11387 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
11388 frames.
11389
11390 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
11391
11392 * gdb.base/cursal.exp: New file.
11393 * gdb.base/cursal.c: New file.
11394
11395 2004-11-03 Andrew Cagney <cagney@gnu.org>
11396
11397 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
11398
11399 2004-10-30 Mark Kettenis <kettenis@gnu.org>
11400
11401 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
11402 NetBSD/ELF targets.
11403
11404 2004-10-29 Joel Brobecker <brobecker@gnat.com>
11405
11406 * gdb.threads/bp_in_thread.c: New file, copied from
11407 pthread_cond_wait.c.
11408 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
11409 file, rather than reusing the .c file from another testcase.
11410
11411 2004-10-20 Joel Brobecker <brobecker@gnat.com>
11412
11413 * gdb.ada/null_record.exp: Check where we stopped after
11414 sending the start command, instead of where the associated
11415 temporary breakpoint was inserted.
11416
11417 2004-10-14 Andrew Cagney <cagney@gnu.org>
11418
11419 * gdb.mi/gdb701.c (main): Return 0.
11420
11421 2004-10-13 Daniel Jacobowitz <dan@debian.org>
11422
11423 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11424
11425 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
11426
11427 * gdb.threads/schedlock.c: Add comment markers to use to find
11428 line numbers.
11429 * gdb.threads/schedlock.exp: Adjust regex to handle the new
11430 comments.
11431 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11432 breakpoint lines.
11433
11434 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11435
11436 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11437
11438 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11439
11440 * configure.in: Add gdb.dwarf2.
11441 * configure: Regenerated.
11442 * Makefile.in: Add gdb.dwarf2.
11443 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11444 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11445 gdb.dwarf2/file1.txt: New files.
11446
11447 2004-10-11 Orjan Friberg <orjanf@axis.com>
11448
11449 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
11450 of "run", since the latter doesn't work with remote targets. Adjust
11451 the breakpoint numbering accordingly.
11452 * gdb.threads/pthread_cond_wait.exp: Ditto.
11453
11454 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
11455
11456 * gdb.base/overlays.exp: Update copyright years.
11457
11458 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11459
11460 * gdb.base/overlays.exp: Disable if target is Linux.
11461
11462 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
11463
11464 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11465
11466 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11467
11468 * gdb.asm/asm-source.exp: Add m32r-linux target.
11469 * gdb.asm/m32r-linux.inc: New file.
11470
11471 2004-09-24 Andrew Cagney <cagney@redhat.com>
11472 David Anderson <anderson@redhat.com>
11473
11474 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11475 command fails, assume things will work.
11476 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11477 (_GNU_SOURCE): Define.
11478 (print_unsigned, print_hex): Change parameter to "long long".
11479 (print_byte_count): New function, use to print byte counts.
11480 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11481 O_LARGEFILE.
11482 (main): Compute an upper bound on a corefile in max_core_size.
11483 Limit memory chunk size to max_core_size. Limit total memory
11484 allocated to max_core_size.
11485
11486 2004-09-23 Andrew Cagney <cagney@gnu.org>
11487
11488 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11489 from a separate process with code that creates a corefile by
11490 making the inferior dump core.
11491
11492 2004-09-23 Mark Kettenis <kettenis@gnu.org>
11493
11494 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11495 block.
11496
11497 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11498
11499 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11500 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11501 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11502 Likewise.
11503
11504 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11505
11506 * gdb.java/jprint.exp: New test case for java inferior call.
11507 * gdb.java/jprint.java: Ditto.
11508
11509 2004-09-15 Joel Brobecker <brobecker@gnat.com>
11510
11511 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11512
11513 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11514
11515 * gdb.threads/killed.c: Include <stdlib.h>.
11516 * gdb.threads/pthreads.c: Likewise.
11517
11518 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11519
11520 * gdb.threads/killed.c: Add copyright notice.
11521
11522 2004-09-10 Jason Molenda (jmolenda@apple.com)
11523
11524 * gdb.base/define.exp: Two new tests to verify zero space chars
11525 after 'if' and 'while' commands in a user-defined command is correctly
11526 parsed.
11527
11528 2004-09-08 Andrew Cagney <cagney@gnu.org>
11529
11530 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11531 delivery test with duplicate at end of file.
11532
11533 2004-09-06 Mark Kettenis <kettenis@jive.nl>
11534
11535 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11536
11537 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11538
11539 * config/hppro.exp: Removed.
11540
11541 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11542
11543 * config/sparclet.exp: Removed.
11544
11545 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11546
11547 * config/udi.exp: Removed.
11548
11549 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11550
11551 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11552 of "exp_continue".
11553 (advancei): Likewise.
11554
11555 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11556
11557 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11558
11559 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11560
11561 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11562 to check for nodebug in executable.
11563 * gdb.gdb/observer.exp (setup_test): Likewise.
11564 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11565 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11566
11567 2004-09-01 Andrew Cagney <cagney@gnu.org>
11568
11569 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11570 files.
11571
11572 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11573
11574 * gdb.base/unload.exp: Fix expected warning message to match
11575 latest format.
11576
11577 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
11578
11579 * gdb.base/call-rt-st.exp: Fix typos.
11580
11581 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11582
11583 * gdb.threads/thread_check.exp: New testcase.
11584 * gdb.threads/thread_check.c: New testcase.
11585
11586 2004-08-31 Andrew Cagney <cagney@gnu.org>
11587
11588 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11589 (skip_to_handler_entry): New procedures. Test stepping into a
11590 handler when the breakpoint is at the handler's entry point.
11591
11592 2004-08-30 Andrew Cagney <cagney@gnu.org>
11593
11594 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11595 gdb/1757.
11596
11597 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11598
11599 With code from Manoj Iyer <manjo@austin.ibm.com>:
11600 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11601 return value. Add an arm for "no debugging symbols found".
11602 Change a stray "error" to "perror".
11603 (gdb_run_cmd): Adapt to new return value.
11604 * gdb.base/remote.exp: Adapt to new return value.
11605 * gdb.gdb/complaints.exp: Likewise.
11606 * gdb.gdb/observer.exp: Likewise.
11607 * gdb.gdb/selftest.exp: Likewise.
11608 * gdb.gdb/xfullpath.exp: Likewise.
11609
11610 2004-08-27 Joel Brobecker <brobecker@gnat.com>
11611
11612 * gdb.threads/bp_in_thread.exp: New testcase.
11613
11614 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11615
11616 Fix PR testsuite/1735.
11617 * gdb.threads/schedlock.c (thread_function): Add a cast
11618 to suppress a gcc warning.
11619 * gdb.threads/thread-specific.c (thread_function): Likewise.
11620
11621 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11622
11623 * gdb.base/unload.c: Include <stdlib.h>.
11624
11625 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11626
11627 From Paul Gilliam <pgilliam@us.ibm.com>:
11628 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11629 synchronized after the "return".
11630
11631 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11632
11633 * gdb.mi/basics.c: Include <stdio.h>.
11634 * gdb.mi/pthreads.c: Include <stdlib.h>.
11635 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11636
11637 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11638
11639 * gdb.threads/schedlock.c: Add copyright notice.
11640
11641 2004-08-25 Andrew Cagney <cagney@gnu.org>
11642
11643 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11644 (skip_over_handler, breakpoint_over_hander): New test procedures.
11645 (advance, advancei): Add a proper prefix, do not use
11646 rerun_to_main.
11647 * gdb.base/sigstep.c (main): Change to use an infinite loop.
11648
11649 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
11650
11651 * gdb.mi/basics.c: Add copyright notice.
11652 * gdb.mi/var-cmd.c: Add copyright notice.
11653
11654 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11655
11656 * lib/gdb.exp: Remove signed_keyword_not_used.
11657 * lib/compiler.c: Likewise.
11658 * lib/compiler.cc: Likewise.
11659
11660 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11661
11662 * gdb.base/whatis.c: Remove conditional disabling of "signed".
11663 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11664
11665 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11666
11667 * gdb.base/whatis.c: Add copyright notice.
11668
11669 2004-08-20 Mark Kettenis <kettenis@gnu.org>
11670
11671 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
11672 it to skip the breakpoints encoded in the inline assembly.
11673
11674 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11675
11676 * Makefile.in: Add gdb.fortran.
11677
11678 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11679
11680 * gdb.base/call-sc.exp (test_scalar_returns):
11681 Fix cut-and-paste glitch in "Make fun return now".
11682
11683 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11684
11685 * configure.in: Add gdb.fortran.
11686 * configure: Regenerate.
11687 * gdb.fortran/Makefile.in: New file.
11688 * lib/gdb.exp (skip_fortran_tests): New procedure.
11689
11690 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11691
11692 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
11693 reference to bug-gnu@prep.ai.mit.edu.
11694 * gdb.mi/mi-var-child.exp: Likewise.
11695 * gdb.mi/mi-var-cmd.exp: Likewise.
11696 * gdb.mi/mi-var-display.exp: Likewise.
11697 * gdb.mi/mi2-var-block.exp: Likewise.
11698 * gdb.mi/mi2-var-child.exp: Likewise.
11699 * gdb.mi/mi2-var-cmd.exp: Likewise.
11700 * gdb.mi/mi2-var-display.exp: Likewise.
11701
11702 2004-08-15 Mark Kettenis <kettenis@gnu.org>
11703
11704 * gdb.base/unload.c (main): Make local variable msg const.
11705
11706 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11707
11708 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
11709 to bug-gnu@prep.ai.mit.edu.
11710 * gdb.mi/mi-disassemble.exp: Likewise.
11711 * gdb.mi/mi-eval.exp: Likewise.
11712 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
11713 default line number.
11714 * gdb.mi/mi-return.exp: Likewise.
11715 * gdb.mi/mi-simplerun.exp: Likewise.
11716 * gdb.mi/mi-stack.exp: Likewise.
11717 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
11718 number with explicit range test.
11719 * gdb.mi/mi-watch.exp: Likewise.
11720 * gdb.mi/mi2-break.exp: Likewise.
11721 * gdb.mi/mi2-cli.exp: Likewise.
11722 * gdb.mi/mi2-disassemble.exp: Likewise.
11723 * gdb.mi/mi2-eval.exp: Likewise.
11724 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
11725 default line number.
11726 * gdb.mi/mi2-return.exp: Likewise.
11727 * gdb.mi/mi2-simplerun.exp: Likewise.
11728 * gdb.mi/mi2-stack.exp: Likewise.
11729 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
11730 number with explicit range test.
11731 * gdb.mi/mi2-watch.exp: Likewise.
11732
11733 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11734
11735 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11736 * gdb.cp/m-static.exp: Likewise.
11737 * gdb.cp/rtti.exp: Likewise.
11738
11739 2004-08-14 Mark Kettenis <kettenis@gnu.org>
11740
11741 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11742
11743 2004-08-14 Eli Zaretskii <eliz@gnu.org>
11744
11745 * ChangeLog: Prefix Local Variables with semi-colons and indent
11746 the reference to older ChangeLog files, to fix fontification in
11747 Emacs.
11748
11749 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11750
11751 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11752 * gdb.mi/mi2-break.exp: Likewise.
11753
11754 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11755
11756 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11757
11758 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11759
11760 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11761
11762 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11763
11764 * gdb.cp/classes.exp: Remove unused declarations. Just let
11765 test names default instead of providing special names. Remove
11766 extraneous demangler test.
11767
11768 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
11769
11770 * gdb.base/unload.exp: New test for breakpoints in dynamically
11771 loaded libraries.
11772 * gdb.base/unload.c: Ditto.
11773 * gdb.base/unloadshr.c: Ditto.
11774
11775 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
11776
11777 * gdb.cp/classes.exp (test_ptype_class_objects): Call
11778 cp_test_ptype_class.
11779 (test_enums): Likewise.
11780
11781 2004-08-10 Andrew Cagney <cagney@gnu.org>
11782
11783 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11784 files.
11785
11786 2004-08-10 Andrew Cagney <cagney@gnu.org>
11787
11788 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11789 init_malloc call.
11790
11791 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
11792
11793 * ChangeLog: Add copyright notice. The notice is copied
11794 from emacs 21.3 top level ChangeLog.
11795
11796 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11797
11798 * lib/cp-support.exp: New file.
11799 * lib/cp-support.exp (cp_test_type_class): New function.
11800 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11801 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11802 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11803 cp_test_ptype_class.
11804
11805 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11806
11807 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11808 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11809 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11810 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11811 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11812 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11813 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11814 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11815 gdb.mi/mi2-watch.exp: Update copyright years.
11816
11817 2004-08-09 Mark Kettenis <kettenis@gnu.org>
11818
11819 * gdb.base/sigaltstack.exp: Provide proper anchoring.
11820
11821 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11822
11823 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11824 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11825 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11826 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11827 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11828 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11829 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11830 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11831 gdb.mi/mi-watch.exp: Update copyright years.
11832
11833 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11834
11835 PR gdb/1738
11836 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11837 from a breakpoint with a pending signal.
11838
11839 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11840
11841 PR gdb/1736
11842 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11843 * gdb.base/sigaltstack.exp (finish_test): Consume output until
11844 the prompt.
11845 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11846
11847 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11848
11849 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11850
11851 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11852
11853 PR gdb/1736
11854 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
11855 for i?86-*-linux*.
11856
11857 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11858
11859 * gdb.arch/i386-prologue.exp: Compile without debug information.
11860
11861 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
11862
11863 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11864 rather than asking gdb to search.
11865
11866 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11867
11868 * gdb.base/gcore.c: Include <string.h>.
11869
11870 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11871
11872 * gdb.base/gcore.c: Add copyright notice.
11873
11874 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11875
11876 * gdb.base/freebpcmd.c: Include <stdio.h>.
11877 * gdb.base/long_long.c: Include <string.h>.
11878 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11879 * gdb.base/siginfo.c: Include <string.h>.
11880 * gdb.base/sigstep.c: Include <string.h>.
11881
11882 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11883
11884 * gdb.base/complex.c: Include <stdlib.h>.
11885
11886 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11887
11888 * gdb.base/complex.c: Add copyright notice.
11889
11890 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11891
11892 * gdb.base/charset.c: Include <stdlib.h>.
11893
11894 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11895
11896 * gdb.base/auxv.c: Include <stdlib.h>.
11897
11898 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11899
11900 * gdb.base/auxv.c: Add copyright notice.
11901
11902 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11903
11904 * gdb.base/coremaker.c: Add copyright notice.
11905 * gdb.base/coremaker2.c: Add copyright notice.
11906
11907 2004-08-04 Andrew Cagney <cagney@gnu.org>
11908
11909 * gdb.base/store.exp: Update copyright.
11910 (check_set, up_set, check_struct, up_struct): Add a prefix to test
11911 names, do not import gdb_prompt.
11912
11913 2004-08-01 Andrew Cagney <cagney@gnu.org>
11914
11915 Fix PR testsuite/1729.
11916 * gdb.base/dump.exp: Add test name to callers of capture_value, do
11917 not use capture_value with value 4.
11918 (capture_value): Add optional test name parameter.
11919 (test_reload_saved_value, test_restore_saved_value): Use $msg as
11920 the prefix, pass to capture_value.
11921
11922 2004-08-01 Mark Kettenis <kettenis@gnu.org>
11923
11924 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11925 * gdb.arch/i386-prologue.c (standard): New prototype and function.
11926 (main): Call new function.
11927
11928 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11929
11930 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11931
11932 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11933
11934 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11935
11936 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11937
11938 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
11939 Accept more values of vtbl pointer. Remove some messages
11940 about "obsolete gcc or gdb".
11941
11942 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11943
11944 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11945
11946 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11947
11948 * gdb.base/asm-source.exp: Properly convert target board
11949 debug flags from gcc format to binutils format.
11950
11951 2004-07-28 Mark Kettenis <kettenis@gnu.org>
11952
11953 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11954 gdb1718". PR backtrace/1718 partially fixed.
11955
11956 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
11957
11958 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11959
11960 2004-07-26 Nick Clifton <nickc@redhat.com>
11961
11962 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
11963 good default value for a specific architecture is available then
11964 set it to that value. Otherwise default to the -gstabs switch.
11965 Remove the -g... switches from the asm-flags variable. Allow the
11966 target board info to override the value if it wants to. Pass the
11967 switch on the assembler command line.
11968
11969 2004-07-23 Mark Kettenis <kettenis@gnu.org>
11970
11971 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11972 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11973 (main): Call new function.
11974
11975 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
11976
11977 Test for PR exp/1715.
11978 * gdb.base/radix.exp: Refactor common procedures. Make all
11979 test names unique. Change XFAIL to KFAIL.
11980
11981 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
11982
11983 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11984 * gdb.ada/gnat_ada.gin: ... to here.
11985 * configure.in: Use gnat_ada.gin.
11986 * configure: Regenerate.
11987
11988 2004-07-20 Andrew Cagney <cagney@gnu.org>
11989
11990 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11991 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
11992 XFAILs. Clean up test messages and comments. Check backtraces.
11993 Delete re-sync code.
11994
11995 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
11996
11997 Fix PR cli/740.
11998 * gdb.base/annota1.exp: Honor gdb,nosignals.
11999 * gdb.base/annota3.exp: Likewise.
12000
12001 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12002
12003 * lib/java.exp: Update copyright notice.
12004
12005 2004-07-19 Andrew Cagney <cagney@gnu.org>
12006
12007 * gdb.base/selftest.exp: Copy file from here ...
12008 * gdb.gdb/selftest.exp: ... to here.
12009
12010 2004-07-16 Andrew Cagney <cagney@redhat.com>
12011
12012 * lib/insight-support.exp: Delete file.
12013 * lib/java.exp (java_init): Fix copyright.
12014
12015 2004-07-16 Andrew Cagney <cagney@gnu.org>
12016
12017 * gdb.base/restore.c: Append "prologue" to comments marking the a
12018 function's prologue.
12019 * gdb.base/restore.exp: Update copyright, re-indent.
12020 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
12021 callerN" prefix where needed. Update patterns that match a
12022 function's prologue.
12023
12024 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
12025
12026 * gdb.base/restore.c: Add copyright notice.
12027
12028 2004-07-16 Andrew Cagney <cagney@gnu.org>
12029
12030 * gdb.base/logical.exp: Update copyright.
12031 (evaluate): New procedure. Use to re-implement tests using
12032 several tables.
12033
12034 2004-07-14 Martin Hunt <hunt@redhat.com>
12035
12036 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
12037 which fixes some problems where init.tcl was not found.
12038
12039 2004-07-13 Andrew Cagney <cagney@gnu.org>
12040
12041 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
12042 (check_sizeof, check_valueof): Do not include the output in the
12043 test name. Use gdb_test.
12044 (get_valueof): Use gdb_test_multiple.
12045
12046 * gdb.base/step-test.exp: Update copyright. Use
12047 gdb_test_multiple. Ensure that test names do not include
12048 architecture dependent output.
12049
12050 * gdb.gdb/observer.exp: Update copyright.
12051 (setup_test): Use gdb_test_multiple.
12052 (attach_first_observer, attach_second_observer)
12053 (attach_third_observer, detach_first_observer)
12054 (detach_second_observer, detach_third_observer)
12055 (reset_counters, check_counters): Make $message a prefix.
12056 (test_normal_stop_notifications): Add "args" parameter - a list of
12057 init functions to be called. Make $message a prefix,
12058 (test_observer_normal_stop): Change the message prefixes so that
12059 they are unique, pass the attach / detach procedures to
12060 test_normal_stop_notifications.
12061
12062 * gdb.base/signull.exp (test_segv): Prefix all tests with
12063 "${name}". Clean up test messages.
12064
12065 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
12066
12067 * gdb.base/ena-dis-br.exp: Update copyright.
12068 (break_at): New function. Replace send_gdb with gdb_test,
12069 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
12070 ignore count, not stopped at bpt", with KFAIL.
12071
12072 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
12073
12074 * gdb.base/attach.exp: Remove cleanupfile handling.
12075
12076 2004-07-12 Andrew Cagney <cagney@gnu.org>
12077
12078 * gdb.base/annota1.exp: Cleanup corefile test name.
12079 * gdb.base/annota3.exp: Ditto.
12080
12081 2004-07-12 Andrew Cagney <cagney@gnu.org>
12082
12083 * gdb.base/signals.exp: Clean up copyright, re-indent.
12084
12085 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
12086 gdb_test and gdb_test_multiple.
12087
12088 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
12089
12090 * gdb.java/jmain.exp: Fix expected line number for main to
12091 break at. Set XFAIL for break at main test since gcj does not
12092 provide line number info for first statement in main.
12093
12094 2004-07-08 Andrew Cagney <cagney@gnu.org>
12095
12096 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
12097
12098 * gdb.base/sigbpt.exp: Make the common part of each test name a
12099 prefix instead of suffix.
12100
12101 2004-07-07 Bob Rossi <bob_rossi@cox.net>
12102
12103 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12104 test from test_tbreak_creation_and_listing to
12105 test_file_list_exec_source_file
12106 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12107 Changed name of test from test_tbreak_creation_and_listing to
12108 test_file_list_exec_source_file
12109
12110 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12111
12112 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12113 the jmisc() constructor instead of <init>.
12114 * gdb.java/jmisc1.exp: Ditto.
12115
12116 2004-07-07 Andrew Cagney <cagney@gnu.org>
12117
12118 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
12119 corrupting the PC.
12120
12121 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
12122
12123 * gdb.cp/templates.exp: Accept whitespace change in demangler
12124 output.
12125
12126 2004-07-06 Andrew Cagney <cagney@gnu.org>
12127
12128 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
12129
12130 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
12131
12132 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
12133 * lib/compiler.cc: Likewise.
12134
12135 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
12136
12137 * lib/compiler.cc: Work around string preprocessing problem
12138 with old hp c++ compiler.
12139 * lib/compiler.c: Likewise.
12140
12141 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12142
12143 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
12144 directives to conditionalize symbol prefixing.
12145 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
12146 additional_flags handling. Add underscore prefix for Cygwin.
12147 * gdb.arch/i386-unwind.c: Use preprocessor directives to
12148 conditionalize symbol prefixing.
12149 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
12150 additional_flags handling. Add underscore prefix for Cygwin.
12151
12152 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12153
12154 * gdb.base/bigcore.exp: Skip test on Cygwin.
12155
12156 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
12157
12158 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
12159 formats for "info register". Use gdb_test_multiple. Fix
12160 the "invalid register" test.
12161
12162 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
12163
12164 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
12165 PID for Cygwin. Add Cygwin specific strings to check for in some
12166 tests.
12167 (do_attach_tests): Add a test for user interaction when attaching
12168 to a process with no matching symbol table already loaded.
12169
12170 2004-06-26 Andrew Cagney <cagney@gnu.org>
12171
12172 Test PR java/1567 and PR java/1565.
12173 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
12174 * gdb.java/jmisc2.exp: Delete file.
12175
12176 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
12177
12178 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
12179
12180 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
12181
12182 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
12183 attach process.
12184
12185 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
12186
12187 * gdb.cp/pr-1553.exp: Remove.
12188
12189 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
12190
12191 * gdb.cp/pr-1553.cc: Remove.
12192 * gdb.cp/pr-1553.exp: Disable this test.
12193
12194 2004-06-20 Jim Blandy <jimb@redhat.com>
12195
12196 Fix PR testsuite/1680.
12197 * gdb.arch/i386-sse.exp: Properly quote curly braces in
12198 regular expressions.
12199
12200 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
12201
12202 Fix PR testsuite/1679.
12203 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
12204 Issue an UNSUPPORTED result instead.
12205
12206 2004-06-18 Jim Blandy <jimb@redhat.com>
12207
12208 * gdb.base/charset.exp: Only send a control-C if we see a new
12209 prompt and incomplete command.
12210
12211 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
12212
12213 * gdb.cp/pr-574.cc: Add copyright notice.
12214
12215 2004-06-17 Jim Blandy <jimb@redhat.com>
12216
12217 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12218 cases where the regexp has no groups; this grabs random text from
12219 the previous test suite, whatever that was.
12220
12221 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
12222
12223 * gdb.cp/printmethod.cc: Add copyright notice.
12224
12225 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
12226
12227 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12228
12229 2004-06-16 Andrew Cagney <cagney@gnu.org>
12230
12231 * gdb.base/signull.c: Update copyright. Include <string.h>.
12232 (bowler): Replace data_pointer with data_read
12233 and data_write cases. Add code_descriptor case.
12234 (zero, desc): New array and pointer.
12235 (data, code): Change to simple pointers.
12236 * gdb.base/signull.exp: Fix probe pattern matching a function
12237 descriptor SIGSEGV. Replace data_pointer with data_read and
12238 data_write tests.
12239
12240 2004-06-16 Andrew Cagney <cagney@gnu.org>
12241
12242 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12243
12244 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12245
12246 * gdb.base/long_long.c: Add copyright notice.
12247
12248 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12249
12250 * gdb.base/long_long.exp: Remove reference to
12251 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
12252 to gdb_breakpoint and gdb_continue_to_breakpoint.
12253
12254 2004-06-14 Jim Blandy <jimb@redhat.com>
12255
12256 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12257 endian case.
12258
12259 2004-06-14 Andrew Cagney <cagney@gnu.org>
12260
12261 * gdb.base/gcore.exp (capture_command_output): Delete the always
12262 passing tests containing inferior values.
12263 * gdb.base/ending-run.exp: Do not include the breakpoint address
12264 in the test message. Update copyright.
12265 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12266 size in the test name, use gdb_test_multiple. Update copyright.
12267
12268 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12269
12270 * gdb.cp/ref-types.cc: Add copyright notice.
12271
12272 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12273
12274 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12275 hp_aCC_compiler.
12276 * lib/compiler.cc: Likewise.
12277 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12278 'set' commands. Log diagnostics for other lines. Set
12279 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12280
12281 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
12282
12283 * gdb.cp/try_catch.cc: Add copyright notice.
12284
12285 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
12286
12287 * gdb.cp/userdef.cc: Add copyright notice.
12288
12289 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
12290
12291 * gdb.cp/virtfunc.cc: Add copyright notice.
12292
12293 2004-06-11 Randolph Chung <tausq@debian.org>
12294
12295 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12296 problem.
12297
12298 2004-06-10 Andrew Cagney <cagney@gnu.org>
12299
12300 * lib/compiler.cc, lib/compiler.c: Append either
12301 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12302 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12303 instead of gcc-3-3.
12304
12305 2004-06-09 Andrew Cagney <cagney@gnu.org>
12306
12307 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12308 gdb/1455, bug is specific to "long long" and "double".
12309
12310 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12311 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12312 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
12313 fixed.
12314
12315 2004-06-09 Andrew Cagney <cagney@gnu.org>
12316
12317 * gdb.base/structs.exp (test_struct_returns): Replace
12318 "return_value_unknown" and "finish_value_unknown" by
12319 "return_value_known" and "finish_value_known". Instead of
12320 "return_value_unknown" iff "finish_value_unknown", check
12321 "return_value_known" implies "finish_value_known".
12322
12323 2004-06-08 Martin Hunt <hunt@redhat.com>
12324
12325 * gdb.base/float.exp: Add pattern for mips targets.
12326
12327 2004-06-08 Randolph Chung <tausq@debian.org>
12328
12329 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12330 message for unknown architectures more clear.
12331
12332 2004-06-08 Joel Brobecker <brobecker@gnat.com>
12333
12334 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12335 start the execution of the program.
12336
12337 2004-06-07 Jim Blandy <jimb@redhat.com>
12338
12339 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12340 * gdb.arch/i386-cpuid.h: New helper file.
12341
12342 2004-06-07 Randolph Chung <tausq@debian.org>
12343
12344 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12345 has started.
12346
12347 2004-06-04 Roland McGrath <roland@redhat.com>
12348
12349 Fix PR gdb/1647.
12350 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12351 differently to be robust to output buffering differences.
12352
12353 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
12354
12355 * gdb.threads/pthreads.exp: Update copyright years.
12356 (check_control_c): Change asynchronous 'after' to synchronous.
12357
12358 2004-06-04 Roland McGrath <roland@redhat.com>
12359
12360 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
12361 next gdb prompt.
12362
12363 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
12364
12365 Fix PR gdb/1636.
12366 * gdb.threads/manythreads.exp: Change asynchronous 'after'
12367 calls to synchronous.
12368
12369 2004-05-26 Jim Blandy <jimb@redhat.com>
12370
12371 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
12372
12373 2004-05-24 Randolph Chung <tausq@debian.org>
12374
12375 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
12376 * gdb.asm/pa.inc: New file.
12377
12378 2004-05-22 Mark Kettenis <kettenis@gnu.org>
12379
12380 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
12381
12382 2004-05-21 Joel Brobecker <brobecker@gnat.com>
12383 Daniel Jacobowitz <drow@mvista.com>
12384
12385 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
12386 GDB prompt.
12387
12388 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12389
12390 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
12391 setjmp/longjmp. Use sigaction instead of signal.
12392
12393 2004-05-19 J. Brobecker <brobecker@gnat.com>
12394 Michael Snyder <msnyder@redhat.com>
12395
12396 * gdb.threads/pthread_cond_wait.c: New file.
12397 * gdb.threads/pthread_cond_wait.exp: New testcase.
12398
12399 2004-05-13 Andrew Cagney <cagney@redhat.com>
12400
12401 * gdb.base/signull.exp, gdb.base/signull.c: New files.
12402 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
12403
12404 2004-05-11 Andrew Cagney <cagney@redhat.com>
12405
12406 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
12407 fixed but revealed gdb/1639.
12408
12409 2004-05-10 Andrew Cagney <cagney@redhat.com>
12410
12411 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
12412 func1" and "next to 2nd alarm", kernel bug avoided.
12413
12414 2004-05-10 Daniel Jacobowitz <dan@debian.org>
12415
12416 PR external/1568
12417 * gdb.base/bigcore.exp: Check the size of the dumped core file.
12418 XFAIL if it is smaller than bytes_allocated.
12419 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
12420 (main): Make chunks_allocated unsigned. Correct comment.
12421
12422 2004-05-07 Joel Brobecker <brobecker@gnat.com>
12423
12424 * gdb.arch/powerpc-aix-prologue.c: New file.
12425 * gdb.arch/powerpc-aix-prologue.exp: New file.
12426
12427 2004-05-07 Jim Blandy <jimb@redhat.com>
12428
12429 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12430 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12431
12432 2004-05-06 Joel Brobecker <brobecker@gnat.com>
12433
12434 * gdb.base/sep.exp: No longer setup_kfail when the program was
12435 built with dwarf2.
12436
12437 2004-05-05 Jim Ingham <jingham@apple.com>
12438
12439 * gdb.base/pending.exp: Make sure pending breakpoints
12440 preserve the ignore count.
12441
12442 2004-04-27 Jerome Guitton <guitton@gnat.com>
12443
12444 * i386-prologue.exp: Add testcase for jump instruction as first
12445 instruction of the real code.
12446 * i386-prologue.c (jump_at_beginning): New function.
12447
12448 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12449
12450 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12451 x86_64-*-*.
12452
12453 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12454
12455 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12456 i*86-*-*.
12457
12458 2004-04-25 Mark Kettenis <kettenis@gnu.org>
12459
12460 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12461 expression that checks the return type.
12462
12463 2004-04-23 Andrew Cagney <cagney@redhat.com>
12464
12465 * gdb.base/call-sc.exp: New test of scalar call/return values.
12466 * gdb.base/call-sc.c: Ditto.
12467
12468 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12469
12470 * gdb.threads/manythreads.c: Reduce thread stack size.
12471
12472 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12473
12474 * gdb.threads/manythreads.c: Add copyright notice.
12475
12476 2004-04-23 Andrew Cagney <cagney@redhat.com>
12477
12478 * gdb.base/siginfo.exp: Better handle step out of signal.
12479 * gdb.base/sigstep.exp: Ditto.
12480
12481 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
12482 Daniel Jacobowitz <drow@mvista.com>
12483
12484 * gdb.threads/manythreads.c: New testcase.
12485 * gdb.threads/manythreads.exp: Ditto.
12486
12487 2004-04-22 Jim Blandy <jimb@redhat.com>
12488
12489 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12490 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12491
12492 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12493
12494 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12495
12496 2004-04-21 Andrew Cagney <cagney@redhat.com>
12497
12498 * gdb.base/sigstep.c: New file.
12499 * gdb.base/sigstep.exp: New file.
12500
12501 2004-04-16 Joel Brobecker <brobecker@gnat.com>
12502
12503 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12504 call to observer_notify_normal_stop.
12505
12506 2004-04-15 Andrew Cagney <cagney@redhat.com>
12507
12508 * gdb.base/siginfo.c: New file.
12509 * gdb.base/siginfo.exp: New file.
12510
12511 2004-04-12 J. Brobecker <brobecker@gnat.com>
12512
12513 * gdb.base/sep.exp: Fix typo in comment.
12514
12515 2004-04-12 J. Brobecker <brobecker@gnat.com>
12516
12517 * gdb.base/sep.c: New file.
12518 * gdb.base/sep-proc.c: New file.
12519 * gdb.base/sep.exp: New testcase.
12520
12521 2004-04-09 Mark Kettenis <kettenis@gnu.org>
12522
12523 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12524 support.
12525
12526 2004-04-05 Andrew Cagney <cagney@redhat.com>
12527
12528 * gdb.base/sigaltstack.c: New file.
12529 * gdb.base/sigaltstack.exp: New file.
12530
12531 2004-04-04 Joel Brobecker <brobecker@gnat.com>
12532
12533 * gdb.base/foll-fork.exp: Update the expected output for
12534 "help set follow-fork-mode", to match a change that was made
12535 to the help of this variable on 2004-01-13.
12536
12537 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12538
12539 * lib/ada.exp: Add copyright notice.
12540 * bar.ads: Likewise.
12541 * bar.adb: Likewise.
12542 * null_record.adb: Likewise.
12543 * null_record.exp: Likewise.
12544 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12545
12546 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12547
12548 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12549 * configure: Regenerate.
12550
12551 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12552
12553 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12554 to build the application. Remove the message printed when in
12555 verbose mode, redundant with the UNSUPPORTED message above.
12556
12557 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12558
12559 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12560 * gdb.ada (null_record.exp): New testcase.
12561
12562 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12563
12564 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12565
12566 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12567
12568 * gdb.ada: New subdirectory.
12569 * gdb.ada/Makefile.in: New file.
12570 * gdb.ada/gnat_ada.gpr.in: New file.
12571
12572 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12573
12574 * lib/ada.exp: New file.
12575
12576 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
12577
12578 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12579 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12580
12581 2004-03-22 Andrew Cagney <cagney@redhat.com>
12582
12583 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12584 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12585 Problem identified by Ulrich Weigand.
12586
12587 2004-03-17 David Carlton <carlton@kealia.com>
12588
12589 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12590 PR c++/826.
12591
12592 2004-03-16 Roland McGrath <roland@redhat.com>
12593
12594 * gdb.base/auxv.exp: New file.
12595 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12596
12597 2004-03-12 David Carlton <carlton@kealia.com>
12598
12599 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12600 * gdb.cp/pr-1553.cc: Ditto.
12601 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12602 pass branch.
12603
12604 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12605
12606 * gdb.cp/templates.exp: Accept more template types.
12607
12608 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12609
12610 From Corinna Vinschen with modifications.
12611 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12612 local variable obj_with_enum.
12613 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12614 results with obj_with_enum.
12615
12616 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12617
12618 * gdb.cp/classes.cc: New file, copied from misc.cc.
12619 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12620
12621 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12622
12623 * gdb.cp/misc.cc: Add copyright notice.
12624
12625 2004-03-05 David Carlton <carlton@kealia.com>
12626
12627 * gdb.cp/rtti.exp: Add 'print *obj3' test.
12628 * gdb.cp/rtti.h: Update copyright.
12629 (namespace n2::n3): New.
12630 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12631 (n2::n3::func3): New.
12632 (main): Call n2::n3::func3.
12633 * gdb.cp/rtti2.cc: Update copyright.
12634 (n2::create3): New.
12635
12636 2004-03-04 Mark Kettenis <kettenis@gnu.org>
12637
12638 * gdb.asm/openbsd.inc: Fix typo.
12639
12640 2004-03-03 Fred Fish <fnf@redhat.com>
12641
12642 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12643 "val" instead of unused "size". Update copyright year.
12644
12645 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12646
12647 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
12648 to use unsigned char.
12649 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12650 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12651
12652 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12653
12654 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12655 line of output.
12656
12657 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12658
12659 * gdb.base/relocate.c (dummy): Initialize.
12660
12661 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12662
12663 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
12664 a breakpoint at exit.
12665
12666 2004-02-27 Fred Fish <fnf@redhat.com>
12667
12668 * gdb.base/chng-syms.exp: Add expect condition to match failing
12669 case that isn't a timeout.
12670
12671 2004-02-27 Andrew Cagney <cagney@redhat.com>
12672
12673 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12674 support.
12675
12676 2004-02-26 Fred Fish <fnf@redhat.com>
12677
12678 * gdb.arch/gdb1431.c: Remove.
12679 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12680 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12681 of "until" incorrectly.
12682
12683 2004-02-26 J. Brobecker <brobecker@gnat.com>
12684
12685 * gdb.cp/class2.cc (empty): New class.
12686 (refer): New function.
12687 (main): Declare an object of type empty and use it.
12688 * gdb.cp/class2.exp: Print the value of an object of type empty.
12689
12690 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
12691
12692 * gdb.base/langs.exp: Update query string to match the
12693 new nquery format used for pending breakpoints.
12694
12695 2004-02-26 Andrew Cagney <cagney@redhat.com>
12696
12697 Fix PR i18n/1570.
12698 * gdb.base/charset.c: Update copyright notice.
12699 (main, init_string): Remove the escape character '\e' tests.
12700 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12701 * gdb.base/charset.exp (valid_host_charset): Ditto.
12702 * gdb.base/setvar.exp: Ditto.
12703
12704 2004-02-24 Andrew Cagney <cagney@redhat.com>
12705
12706 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12707 mmapped data in core file" PASS and FAIL messages consistent.
12708
12709 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12710 setting a breakpoint. Work around PR java/1565.
12711
12712 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
12713
12714 * lib/gdb.exp (gdb_breakpoint): Update query string to match
12715 new nquery format.
12716 * gdb.base/pending.exp: Ditto.
12717
12718 2004-02-22 Mark Kettenis <kettenis@gnu.org>
12719
12720 * configure.in: Run stabs tests on *BSD.
12721 * configure: Regenerated.
12722
12723 2004-02-21 Mark Kettenis <kettenis@gnu.org>
12724
12725 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12726
12727 2004-02-20 Fred Fish <fnf@redhat.com>
12728
12729 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12730 blank in test for "returns short", for consistency with other
12731 "returns xxx" tests. Update copyright year.
12732
12733 2004-02-19 Fred Fish <fnf@redhat.com>
12734
12735 New testcase for PR breakpoint/1558.
12736 * gdb.arch/gdb1558.exp: New file.
12737 * gdb.arch/gdb1558.c: New file.
12738
12739 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
12740
12741 * gdb.base/nodebug.exp: Fix typo.
12742
12743 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12744
12745 Committed by Jim Blandy <jimb@redhat.com>.
12746
12747 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12748
12749 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12750
12751 * gdb.base/float.exp: Support s390*-*-* targets.
12752
12753 2004-02-17 Adam Fedor <fedor@gnu.org>
12754
12755 * gdb.base/gdb1555.exp: New file.
12756 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12757
12758 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12759
12760 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12761
12762 2004-02-16 Fred Fish <fnf@redhat.com>
12763
12764 * gdb.arch/gdb1291.c: Remove
12765 * gdb.arch/gdb1291.s: New test input file.
12766 * gdb.arch/gdb1291.exp: Expand test to check case that should not
12767 fail. Test for correct result, known incorrect result, other
12768 failures and timeouts.
12769
12770 2004-02-16 Andrew Cagney <cagney@redhat.com>
12771
12772 * gdb.base/bigcore.exp: New file.
12773 * gdb.base/bigcore.c: New file.
12774
12775 2004-02-13 Andrew Cagney <cagney@redhat.com>
12776
12777 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12778 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12779 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12780 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12781 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12782 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12783 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12784 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12785 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12786 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12787
12788 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
12789
12790 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12791 executed is an alloc instruction.
12792
12793 2004-02-11 David Carlton <carlton@kealia.com>
12794
12795 * gdb.cp/breakpoint.exp: New.
12796 * gdb.cp/breakpoint.cc: New.
12797
12798 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
12799
12800 Partial fix for PR gdb/1543.
12801 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12802 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12803 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12804 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12805 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12806 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12807 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12808 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12809 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12810 to bug-gdb@prep.ai.mit.edu .
12811 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12812 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12813 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12814 Likewise.
12815
12816 2004-02-10 Andrew Cagney <cagney@redhat.com>
12817
12818 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12819 using gdb_internal_error_resync.
12820
12821 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12822
12823 * gdb.threads/thread-specific.exp: Stop early if no threads are
12824 found.
12825
12826 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
12827
12828 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12829
12830 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
12831
12832 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12833 breakpoints.
12834
12835 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
12836
12837 * config/sim.exp (gdb_load): Handle $arg == "".
12838 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12839 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12840
12841 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12842
12843 * gdb.base/maint.exp: Update test to reflect
12844 obstack changes.
12845
12846 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
12847
12848 * gdb.base/pendshr.c (pendfunc): New function that calls
12849 pendfunc1.
12850 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12851
12852 2004-02-04 Fred Fish <fnf@redhat.com>
12853
12854 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12855 function symbols and update copyright years.
12856 * gdb.arch/gdb1291.c: Ditto.
12857
12858 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12859
12860 * gdb.cp/virtfunc.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 both "ctor()" and "ctor(void)".
12865
12866 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12867
12868 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12869
12870 2004-02-02 Fred Fish <fnf@redhat.com>
12871
12872 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12873 remote targets. Update copyright years.
12874
12875 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12876
12877 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12878 support.
12879 * gdb.base/langs.exp: Fix test which attempts to create
12880 breakpoint on non-existent function to handle new pending
12881 support.
12882 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12883 a breakpoint.
12884 * gdb.base/pending.exp: New test.
12885 * gdb.base/pending.c: New file.
12886 * gdb.base/pendshr.c: Ditto.
12887
12888 2004-02-02 David Carlton <carlton@kealia.com>
12889
12890 * gdb.cp/overload.exp: Add overloadNamespace tests.
12891 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12892 (overloadNamespace, XXX): New.
12893 (main): Call XXX::marker2.
12894
12895 2004-02-01 Fred Fish <fnf@redhat.com>
12896
12897 * gdb.base/dump.exp: Use runto_main instead of "runto main".
12898 * gdb.base/finish.exp: Ditto.
12899 * gdb.base/gcore.exp: Ditto.
12900 * gdb.base/huge.exp: Ditto.
12901 * gdb.base/info-proc.exp: Ditto.
12902 * gdb.base/return2.exp: Ditto.
12903 * gdb.threads/gcore-thread.exp: Ditto.
12904
12905 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12906
12907 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12908
12909 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12910
12911 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12912 that opening the file succeeds on OpenBSD.
12913
12914 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12915
12916 * gdb.threads/thread-specific.c: New file.
12917 * gdb.threads/threads-specific.exp: New test script.
12918 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12919 to expect_out.
12920
12921 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12922
12923 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
12924 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12925 only on the "print_small_structs from print_long_arg_list" test.
12926
12927 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12928
12929 * gdb.base/completion.exp: Kill a stray backslash.
12930
12931 From Jim Ingham <jingham@apple.com>:
12932 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12933 agrees with the result from sending a tab.
12934
12935 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12936
12937 * gdb.base/chng-syms.exp: Remove stray newline.
12938
12939 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12940
12941 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12942 *-*-openbsd*.
12943 * gdb.asm/openbsd.inc: New file.
12944
12945 2004-01-30 Mark Kettenis <kettenis@gnu.org>
12946
12947 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12948 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12949 *-*solaris2*. Remove commented out default settings for
12950 asm-flags. Replace gdb_compile with target_link.
12951
12952 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12953
12954 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
12955 for all tests. Remove old hp-ux and cygnus xfail cases.
12956
12957 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
12958
12959 * gdb.base/chng-syms.exp: New file.
12960 * gdb.base/chng-syms.c: New file.
12961
12962 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12963
12964 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
12965 Provide arms for current output in all my configurations.
12966
12967 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12968
12969 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12970 * lib/compiler.cc: Likewise.
12971 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12972 get the right preprocessor. Eval the output directly. Remove
12973 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
12974 hp_f77_compiler and hp_f90_compiler completely.
12975 (gdb_preprocess): Delete.
12976 (get_compiler): Delete.
12977
12978 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12979
12980 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12981 <string.h>.
12982
12983 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12984
12985 * gdb.mi/mi-stack.exp: Update copyright.
12986
12987 2004-01-23 David Carlton <carlton@kealia.com>
12988
12989 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
12990 test for cp_lookup_transparent_type.
12991 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
12992 call them.
12993
12994 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
12995
12996 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
12997 after -var-update.
12998
12999 2004-01-23 David Carlton <carlton@kealia.com>
13000
13001 * gdb.cp/namespace.cc (C::ensureRefs): New.
13002 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
13003
13004 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13005
13006 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
13007 case "-stack-list-locals 2".
13008 * gdb.mi/mi-var-child.exp: Test for case
13009 "-var-list-children --all-values NAME".
13010
13011 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
13012
13013 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
13014
13015 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13016
13017 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
13018 used with gdb_test_multiple.
13019
13020 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
13021 read at address 0. This fixes PR testsuite/1504.
13022
13023 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
13024
13025 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
13026 Remove downloading, guessing the host executable, the calls to
13027 gdb_file_cmd and gdb_target_cmd, and "load" support.
13028 (infer_host_exec): New function broken out from gdb_load.
13029 (gdb_load): New wrapper for gdbserver_gdb_load.
13030 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
13031 gdb_target_cmd. Use -target-select.
13032 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
13033 Download binaries to the host. Clear last_mi_remote_file when
13034 we load a new binary.
13035 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
13036 call gdbserver_gdb_load and mi_gdb_target_cmd.
13037
13038 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13039
13040 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
13041 type patterns.
13042
13043 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13044
13045 * gdb.cp/templates.exp: Fix typo in test name of
13046 "print Foo<volatile char*>::foo".
13047
13048 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13049
13050 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
13051
13052 2004-01-16 Ben Elliston <bje@wasabisystems.com>
13053
13054 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
13055 (clean mostlyclean): Remove empty rm.
13056
13057 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13058
13059 * gdb.base/setvar.exp: Add copyright years.
13060
13061 2004-01-14 David Carlton <carlton@bactrian.org>
13062
13063 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
13064 PR c++/1511 and update coment.
13065 * gdb.cp/templates.exp: Update patterns to match current output.
13066 If changes involve something other than whitespace, KFAIL
13067 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
13068
13069 2004-01-14 David Carlton <carlton@kealia.com>
13070
13071 * gdb.cp/namespace.exp: Add tests involving classes defined within
13072 namespaces.
13073 * gdb.cp/namespace.cc (C::CClass): New.
13074 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
13075
13076 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13077
13078 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
13079 what debug info we have. Print a better message if something goes
13080 wrong while producing the separate debug info file.
13081
13082 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13083
13084 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
13085
13086 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13087
13088 * gdb.base/callfuncs.c: Add copyright notice.
13089
13090 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
13091
13092 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
13093 inheritance. PR gdb/1498, PR gcc/13539.
13094
13095 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
13096
13097 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13098 test specific name.
13099 * gdb.mi/gdb669.exp: Ditto.
13100 * gdb.mi/mi-pthreads.exp: Ditto.
13101 * gdb.mi/mi1-pthreads.exp: Ditto.
13102 * gdb.mi/mi2-pthreads.exp: Ditto.
13103
13104 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13105
13106 * gdb.cp/member-ptr.cc: Add copyright notice.
13107
13108 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13109
13110 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13111 some patterns for recent versions of gcc and hpacc. Delete
13112 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13113 Delete tests that access a NULL pointer-to-member-data. This
13114 script is still disabled for gcc.
13115
13116 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13117
13118 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
13119 escaped correctly.
13120
13121 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13122
13123 * gdb.base/sepdebug.exp: New file.
13124 * gdb.base/sepdebug.c: New file.
13125 * lib/gdb.exp (separate_debug_filename): New procedure.
13126 (gdb_gnu_strip_debug): New procedure.
13127
13128 2004-01-12 Andrew Cagney <cagney@redhat.com>
13129
13130 * gdb.mi/ChangeLog: Delete file. Renamed to ...
13131 * gdb.mi/ChangeLog-1999-2003: New file.
13132
13133 2004-01-12 Andrew Cagney <cagney@redhat.com>
13134
13135 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
13136 "Renaming a directory to a non-empty directory returns ENOTEMPTY
13137 or EEXIST", treat EBUSY as an XFAIL.
13138
13139 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
13140
13141 * gdb.base/scope.exp: Remove obsolete setup_xfail for
13142 hp_cc_compiler.
13143
13144 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13145
13146 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
13147 decorations.
13148
13149 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13150
13151 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
13152 and "(aCC)" decorations. Remove obsolete doco about old
13153 test results.
13154
13155 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13156
13157 * gdb.cp/exception.exp: Fix typo in doco.
13158
13159 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13160
13161 * gdb.base/gdb1476.exp: Fix typo.
13162
13163 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13164
13165 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
13166 file.
13167
13168 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13169
13170 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
13171 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
13172 Use gdb_compile. Remove restriction on gcc. Add some patterns
13173 for recent version of gdb. Delete second half, which was a copy
13174 of the first half with different build flags. This test is
13175 still disabled because it is still not ready for production.
13176
13177 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13178
13179 * gdb.cp/exception.cc: Add copyright notice.
13180 * gdb.cp/exception.exp: Add a notice that this file is broken
13181 because of line number changes caused by addition of copyright
13182 notice.
13183
13184 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13185
13186 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
13187 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
13188
13189 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13190
13191 * gdb.cp/classes.exp: Accept gnu abi 2.
13192 * gdb.cp/derivation.exp: Likewise.
13193 * gdb.cp/overload.exp: Likewise.
13194 * gdb.cp/virtfunc.exp: Likewise.
13195
13196 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13197
13198 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
13199 semicolon after end of function.
13200
13201 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13202
13203 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
13204 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
13205 boilerplate code for compiling and running the program under
13206 test. Add some string method tests.
13207
13208 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13209
13210 * gdb.cp/bs15503.cc: Add copyright notice.
13211 * gdb.cp/bs15503.exp: Adjust line number.
13212
13213 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13214
13215 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13216 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13217
13218 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13219
13220 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13221 hp_cc_compiler.
13222
13223 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13224
13225 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13226 * gdb.cp/ctti.exp: Use the marker instead of "next".
13227 With gcc, run further before bailing.
13228
13229 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13230
13231 * gdb.cp/cttiadd.cc: Add copyright notice.
13232 * gdb.cp/cttiadd1.cc: Likewise.
13233 * gdb.cp/cttiadd2.cc: Likewise.
13234 * gdb.cp/cttiadd3.cc: Likewise.
13235
13236 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13237
13238 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
13239 Use gdb_test, gdb_test_multiple. Use floating-point values that
13240 have exact representations in IEEE-ish formats.
13241
13242 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13243
13244 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13245 compilers. Delete duplicate call to get_compiler_info.
13246 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13247 * gdb.base/volatile.exp: Likewise.
13248
13249 2004-01-07 Mark Kettenis <kettenis@gnu.org>
13250
13251 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13252 memory at address 0.
13253
13254 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13255
13256 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13257 to test for hp-ux assembler. Fix copyright years.
13258
13259 2004-01-07 Andrew Cagney <cagney@redhat.com>
13260
13261 * gdb.base/fileio.c (strerrno): Add "EBUSY".
13262
13263 2004-01-07 Andrew Cagney <cagney@redhat.com>
13264
13265 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13266 when creating the read-only file. From analysis by Roland McGrath
13267 and Elena Zannoni.
13268
13269 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13270
13271 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13272
13273 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13274
13275 * gdb.base/cvexpr.c: Be type-safe with function pointers and
13276 data pointers.
13277
13278 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13279
13280 * gdb.cp/m-static.exp: Compile one source file at a time.
13281 Delete unused call to get_compiler_info.
13282
13283 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13284
13285 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13286 * gdb.base/call-rt-st.exp: Likewise.
13287 * gdb.base/nodebug.exp: Likewise.
13288 * gdb.base/volatile.exp: Likewise.
13289 * gdb.cp/ref-types.exp: Likewise.
13290 * gdb.cp/templates.exp: Likewise.
13291
13292 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13293
13294 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13295
13296 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
13297
13298 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13299 hppa*-hp-hpux*.
13300
13301 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13302
13303 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13304 x86_64-*-*.
13305
13306 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13307 sparc64-*-* and sparc*-solaris2*.
13308
13309 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13310
13311 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13312 return ${tests}" test. The ${tests} already mentions the
13313 filename.
13314
13315 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13316
13317 * gdb.cp/local.exp: Accept gcc abi 2.
13318
13319 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13320
13321 * gdb.cp/templates.exp: Accept gcc abi 2.
13322
13323 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13324
13325 * lib/compiler.cc: Remove supports_template_debugging.
13326 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13327
13328 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13329
13330 * gdb.cp/namespace.exp: Accept gcc abi 2.
13331
13332 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13333
13334 * gdb.cp/method.exp: Accept gcc abi 2.
13335
13336 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13337
13338 * gdb.cp/classes.exp: Generate identical results as old version.
13339 * gdb.cp/derivation.exp: Likewise.
13340 * gdb.cp/overload.exp: Likewise.
13341 * gdb.cp/virtfunc.exp: Likewise.
13342
13343 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13344
13345 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13346 mysterious bug with sourceware version of expect.
13347
13348 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13349
13350 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
13351 current versions of gcc, including gcc abi 2. Remove gratuitous
13352 restart of test program. Use gdb_test_multiple and gdb_test for
13353 all tests. Add patterns to xfail missing "const" in "const char *"
13354 and kfail PR gdb/1155.
13355
13356 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13357
13358 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
13359 current versions of gcc, including gcc abi 2. Remove gratuitous
13360 restart of test program. Use gdb_test_multiple and gdb_test for
13361 all tests. Add patterns to kfail PR gdb/1498.
13362
13363 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13364
13365 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
13366 current versions of gcc, including gcc abi 2. Use "breakpoint"
13367 and "continue" instead of restarting the target program. Use
13368 gdb_test_multiple and gdb_test for all tests.
13369
13370 2004-01-01 Mark Kettenis <kettenis@gnu.org>
13371
13372 * gdb.asm/asm-source.exp: Update copyright year. Link statically
13373 for *-*-solaris2*.
13374
13375 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13376
13377 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
13378 current versions of gcc, including gcc abi 2. Use "breakpoint"
13379 and "continue" instead of restarting the target program several
13380 times. Use gdb_test_multiple and gdb_test for all tests.
13381
13382 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
13383
13384 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
13385 source files.
13386
13387 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13388
13389 * gdb.base/environ.exp: Handle compiling test case from multiple
13390 source files.
13391
13392 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13393
13394 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
13395
13396 2003-12-17 Jim Blandy <jimb@redhat.com>
13397
13398 * gdb.base/freebpcmd.c: Add copyright notice.
13399
13400 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
13401
13402 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13403
13404 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
13405
13406 2003-12-13 Jim Blandy <jimb@redhat.com>
13407
13408 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
13409
13410 2003-12-12 Kevin Buettner <kevinb@redhat.com>
13411
13412 * gdb.asm/frv.inc: New file.
13413 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
13414
13415 2003-12-09 Fred Fish <fnf@redhat.com>
13416
13417 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13418 functions to break1.c and leave prototypes behind. Add more
13419 "set breakpoint NN here" comments.
13420 * gdb.base/break1.c: New file.
13421
13422 * gdb.base/break.exp: Handle compiling test case from multiple
13423 source files and change source file references as needed.
13424 * gdb.base/completion.exp: Ditto.
13425 * gdb.base/condbreak.exp: Ditto.
13426 * gdb.base/define.exp: Ditto.
13427 * gdb.base/ena-dis-br.exp: Ditto.
13428 * gdb.base/info-proc.exp: Ditto.
13429 * gdb.base/maint.exp: Ditto.
13430 * gdb.base/until.exp: Ditto.
13431
13432 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13433 hardcoded line numbers.
13434 * gdb.base/define.exp: Ditto.
13435 * gdb.base/ena-dis-br.exp: Ditto.
13436 * gdb.base/maint.exp: Ditto.
13437 * gdb.base/until.exp: Ditto.
13438
13439 * gdb.base/completion.exp: Use "break1" for completion tests since
13440 "break" is no longer a unique prefix.
13441
13442 2003-12-06 Andrew Cagney <cagney@redhat.com>
13443
13444 * gdb.base/structs.exp (test_struct_returns): When applicable, set
13445 "return_value_unimplemented". When an unimplemented struct return
13446 architecture, report incorrect values as a KFAIL
13447
13448 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13449
13450 * gdb.cp/rtti.exp: Accept new wording of warning from
13451 cp_lookup_rtti_type.
13452
13453 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13454
13455 Partial fix for PR testsuite/1456.
13456 * gdb.base/scope.exp (test_at_main): Replace references to
13457 gcc_compiled with calls to test_compiler_info.
13458 (test_at_foo): Likewise.
13459 (test_at_bar): Likewise.
13460
13461 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13462
13463 Partial fix for PR testsuite/1456.
13464 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13465 to test_compiler_info.
13466
13467 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13468
13469 * gdb.base/so-impl-ld.exp: Update copyright notice.
13470
13471 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13472
13473 Partial fix for PR testsuite/1456.
13474 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13475 to test_compiler_info.
13476
13477 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13478
13479 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13480 from current versions of gdb. Clean up regular expressions.
13481 Delete redundant timeout case.
13482
13483 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13484
13485 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13486 from current versions of gdb. Clean up regular expressions.
13487 Delete redundant timeout case.
13488
13489 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13490
13491 Partial fix for PR testsuite/1456.
13492 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13493 gcc_compiled with call to test_compiler_info.
13494
13495 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13496
13497 Partial fix for PR testsuite/1456.
13498 * gdb.base/list.exp (test_list_function): Delete unused declaration
13499 of gcc_compiled.
13500
13501 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13502
13503 Partial fix for PR testsuite/1456.
13504 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13505 call to test_compiler_info.
13506
13507 2003-11-29 Mark Kettenis <kettenis@gnu.org>
13508
13509 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13510 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13511 it to create the appropriate note.inc.
13512 * gdb.asm/asmsrc1.s: Include "note.inc".
13513 * gdb.asm/netbsd.inc: New file.
13514 * gdb.asm/empty.inc: New file.
13515
13516 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13517
13518 Partial fix for PR testsuite/1456.
13519 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13520 calls to test_compiler_info.
13521
13522 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13523
13524 Partial fix for PR testsuite/1456.
13525 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13526 calls to test_compiler_info.
13527
13528 2003-11-27 Mark Kettenis <kettenis@gnu.org>
13529
13530 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13531 pattern for the KFAILs.
13532
13533 2003-11-25 Adam Fedor <fedor@gnu.org>
13534
13535 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13536 * gdb.objc/objcdecode.m: New file.
13537
13538 2003-11-25 Adam Fedor <fedor@gnu.org>
13539
13540 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13541 * gdb.objc/nondebug.m: New file.
13542
13543 2003-11-26 Ben Elliston <bje@wasabisystems.com>
13544
13545 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13546 NetBSD as it does on FreeBSD. Modelled on a similar change by
13547 Mark Kettenis on 2003-05-30.
13548 (link-flags): Set to "--entry _start" regardless of target.
13549 Special linker flags are to be appended to $link-flags.
13550 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13551
13552 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13553
13554 * gdb.cp/method.exp: Accept output of new demangler.
13555
13556 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13557
13558 * gdb/class2.exp: New file.
13559 * gdb/class2.cc: New file.
13560
13561 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13562
13563 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13564 of new demangler.
13565
13566 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13567
13568 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13569 of gdb_test "run".
13570
13571 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13572
13573 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13574 "continue" into "run".
13575
13576 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13577
13578 Partial fix for PR testsuite/1456.
13579 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13580 call to test_compiler_info.
13581 * gdb.cp/ctti.exp: Likewise.
13582 * gdb.cp/derivation.exp: Likewise.
13583 * gdb.cp/member-ptr.exp: Likewise.
13584 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13585 reference to gcc_compiled.
13586
13587 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13588
13589 Fix PR testsuite/1463.
13590 * gdb.base/structs.exp (start_structs_test): Call
13591 get_debug_format before using the debug format.
13592
13593 2003-11-22 Andrew Cagney <cagney@redhat.com>
13594
13595 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13596 * gdb.base/structs.exp: Use gdb_test_multiple.
13597
13598 2003-11-20 Andrew Cagney <cagney@redhat.com>
13599
13600 * gdb.base/structs.exp: Handle and recover from internal errors.
13601 Replace "foo${n}" with "foo<n>" in test messages.
13602
13603 * gdb.base/structs.exp: Update copyright. Rewrite.
13604 * gdb.base/structs.c: Update copyright. Rewrite.
13605
13606 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13607 resync count exceeded.
13608
13609 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13610 from the internal error.
13611 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13612 Original from Jim Blandy.
13613 (gdb_test_multiple): Use gdb_internal_error_resync.
13614
13615 2003-11-19 Andrew Cagney <cagney@redhat.com>
13616
13617 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13618 KFAIL.
13619
13620 2003-11-17 Mark Kettenis <kettenis@gnu.org>
13621
13622 New testcase for PR backtrace/1435.
13623 * gdb.arch/i386-unwind.exp: New file.
13624 * gdb.arch/i386-unwind.c: New file.
13625
13626 2003-11-17 Andrew Cagney <cagney@redhat.com>
13627
13628 * lib/gdb.exp (compiler_info): New global.
13629 (test_compiler_info): New function.
13630 (get_compiler_info): Set compiler_info.
13631 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
13632 "compiler_info" to gcc-<major>-<minor>.
13633
13634 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
13635
13636 * gdb.trace/configure: Remove.
13637
13638 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
13639
13640 * gdb.base/break.c: Add comments to aid finding line numbers for
13641 breakpoints.
13642 * gdb.base/break.exp: Remove all references to explicit line
13643 numbers.
13644
13645 2003-11-11 Nick Clifton <nickc@redhat.com>
13646
13647 * gdb.base/shreloc.exp: Do not run for targets which do not
13648 support shared objects.
13649
13650 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
13651
13652 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13653 Don't run tests if nofileio flag is given.
13654
13655 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
13656
13657 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
13658 as well as 'Watchpoint'.
13659
13660 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13661
13662 Reported by Jim Ingham <jingham@apple.com>:
13663 * gdb.base/annota1.exp: Match at least one occurrence of the
13664 signal handler annotation.
13665
13666 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13667
13668 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13669 as well as 'Watchpoint'.
13670
13671 2003-11-05 Michael Chastain <mec@shout.net>
13672
13673 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13674
13675 2003-11-03 Kris Warkentin <kewarken@qnx.com>
13676
13677 * gdb.arch/gdb1291.c: New test file.
13678 * gdb.arch/gdb1291.exp: New test script.
13679 * gdb.arch/gdb1431.c: New test file.
13680 * gdb.arch/gdb1431.exp: New test script.
13681
13682 2003-10-22 Michael Chastain <mec@shout.net>
13683
13684 * gdb.mi/pthreads.c: Add copyright notice.
13685
13686 2003-10-22 Michael Chastain <mec@shout.net>
13687
13688 * gdb.threads/pthreads.c: Add copyright notice.
13689
13690 2003-10-20 Michael Chastain <mec@shout.net>
13691
13692 * gdb.base/gdb1056.exp: New test script.
13693
13694 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13695
13696 * gdb.threads/killed.exp: Use gdb_run_cmd.
13697
13698 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13699
13700 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13701 create a core file.
13702 * gdb.threads/gcore-thread.exp: Likewise.
13703
13704 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
13705
13706 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13707 type, based on char type.
13708 (struct bit_flags_short_t): New bitfield type, based on short type.
13709 (init_bit_flags_char): New fuction.
13710 (init_bit_flags_short): Ditto.
13711 (print_bit_flags_char): Ditto.
13712 (print_bit_flags_short): Ditto.
13713 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13714
13715 2003-10-11 Michael Chastain <mec@shout.net>
13716
13717 * gdb.base/call-rt-st.exp: Update copyright year.
13718
13719 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
13720
13721 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13722 * gdb.disasm/sh3.s: Ditto.
13723
13724 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
13725
13726 * gdb.threads/switch-threads.exp: New test.
13727 * gdb.threads/switch-threads.c: New source file.
13728
13729 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
13730
13731 * gdb.base/ending-run.exp: Add sh specific case.
13732
13733 2003-10-06 Andrew Cagney <cagney@redhat.com>
13734
13735 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13736 * gdb.disasm/mn10200.exp: Delete obsolete file.
13737
13738 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
13739
13740 * ChangeLog: Correct an entry command.exp -> commands.exp.
13741 * gdb.base/commands.exp (bp_deleted_in_command_test)
13742 (temporary_breakpoint_commands): Check noargs.
13743
13744 2003-09-25 David Carlton <carlton@kealia.com>
13745
13746 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
13747 of some print tests, where appropriate. Add tests for C::D::cd,
13748 E::ce, F::cXfX, G::XgX.
13749 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13750
13751 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
13752
13753 * lib/java.exp (java_init): Import target_alias before using it.
13754
13755 2003-09-25 David Carlton <carlton@kealia.com>
13756
13757 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13758
13759 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
13760
13761 * gdb.base/selftest.exp: Accomodate more instruction reordering
13762 weirdness.
13763
13764 2003-09-17 Michael Chastain <mec@shout.net>
13765
13766 * gdb.cp/gdb1355.exp: New file.
13767 * gdb.cp/gdb1355.c: New file.
13768
13769 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
13770
13771 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13772 * gdb.asm/sh.inc: New file.
13773
13774 2003-09-11 David Carlton <carlton@kealia.com>
13775
13776 * gdb.cp/namespace.exp: Add tests for namespace types.
13777 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
13778 (test_namespace): New.
13779
13780 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
13781
13782 * gdb.base/relocate.exp: Handle new gdb output at startup.
13783 * gdb.stabs/weird.exp: Ditto.
13784
13785 2003-09-08 Michael Chastain <mec@shout.net>
13786
13787 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13788
13789 2003-09-07 Michael Chastain <mec@shout.net>
13790
13791 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13792 'parse error'.
13793
13794 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
13795
13796 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13797
13798 2003-08-30 Michael Chastain <mec@shout.net>
13799
13800 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13801 * gdb.gdb/observer.exp: Ditto.
13802 * gdb.gdb/xfullpath.exp: Ditto.
13803
13804 2003-08-29 Mark Kettenis <kettenis@gnu.org>
13805
13806 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13807 *-*-*bsd*.
13808
13809 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
13810
13811 * gdb.base/dump.exp: Skip for ia64.
13812
13813 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
13814
13815 * gdb.asm/asm-source.exp: Add ia64 support.
13816 * gdb.asm/ia64.inc: New file.
13817
13818 2003-08-22 Michael Chastain <mec@shout.net>
13819
13820 * gdb.cp: New directory.
13821 * gdb.cp/*: Copy from gdb.c++/*.
13822 * gdb.c++/*: Remove.
13823 * Makefile.in: Change gdb.c++ to gdb.cp.
13824 * configure.in: Ditto.
13825 * configure: Regnerate.
13826
13827 2003-08-18 Mark Kettenis <kettenis@gnu.org>
13828
13829 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13830 * gdb.arch/i386-prologue.c (gdb1338): Add function.
13831
13832 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13833
13834 * mi-var-display.exp (-var-list-children weird): Accept function
13835 pointers with argument types.
13836 * mi1-var-display.exp (-var-list-children weird): Likewise.
13837 * mi2-var-display.exp (-var-list-children weird): Likewise.
13838
13839 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13840
13841 * gdb.base/annota3.exp: Add missing newline.
13842
13843 2003-08-06 Michael Chastain <mec@shout.net>
13844
13845 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13846
13847 2003-08-12 Michael Snyder <msnyder@redhat.com>
13848
13849 * gdb.base/float.exp: Add test for SH.
13850
13851 2003-08-10 Mark Kettenis <kettenis@gnu.org>
13852
13853 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13854
13855 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13856
13857 * gdb.base/completion.exp: Remove reduntant completion test
13858 on filename.
13859
13860 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13861
13862 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13863 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13864 gdb.trace/save-trace.exp: Make sure that full pathnames are
13865 escaped correctly.
13866
13867 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13868
13869 * configure.in: Don't generate config.h from config.hin.
13870 * configure: Regenerate.
13871 * config.hin: Remove file.
13872 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13873 * gdb.threads/pthreads.c: Ditto.
13874
13875 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
13876
13877 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13878 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13879 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13880 Replace ld24 with seth/add3.
13881
13882 2003-08-02 Andrew Cagney <cagney@redhat.com>
13883
13884 * gdb.base/annota3.exp: New file.
13885 * gdb.base/annota3.c: New file.
13886 * gdb.c++/annota3.exp: New file.
13887 * gdb.c++/annota3.cc: New file.
13888
13889 2003-07-29 Michael Chastain <mec@shout.net>
13890
13891 * gdb.threads/tls.c (spin): Check errno only if sem_wait
13892 actually failed.
13893 (do_pass): Likewise.
13894 * gdb.threads/tls.exp: Always initialize no_of_threads.
13895
13896 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
13897
13898 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13899 pattern.
13900 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13901 * gdb.threads/tls.exp: Recognize one case of the host library not
13902 supporting TLS.
13903
13904 2003-07-27 Andrew Cagney <cagney@redhat.com>
13905
13906 * gdb.base/fileio.exp: Use SH when running commands using
13907 remote_exec.
13908
13909 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
13910
13911 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13912 * gdb.base/relocate.c (dummy): New padding array.
13913
13914 2003-07-22 Michael Snyder <msnyder@redhat.com>
13915
13916 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
13917
13918 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13919 patterns to be more general, accepting old and new output.
13920 Some output chars (such as '+') also must be quoted.
13921 Some addresses are displayed numerically instead of
13922 symbolically.
13923
13924 2003-07-23 Michael Snyder <msnyder@redhat.com>
13925
13926 * gdb.base/return2.exp: Don't test long-long return.
13927
13928 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13929 * gdb.disasm/t01_mov.exp: Ditto.
13930 * gdb.disasm/t02_mova.s: Ditto.
13931 * gdb.disasm/t02_mova.exp: Ditto.
13932 * gdb.disasm/t03_add.s: Ditto.
13933 * gdb.disasm/t03_add.exp: Ditto.
13934 * gdb.disasm/t04_sub.s: Ditto.
13935 * gdb.disasm/t04_sub.exp: Ditto.
13936 * gdb.disasm/t05_cmp.s: Ditto.
13937 * gdb.disasm/t05_cmp.exp: Ditto.
13938 * gdb.disasm/t06_ari2.s: Ditto.
13939 * gdb.disasm/t06_ari2.exp: Ditto.
13940 * gdb.disasm/t07_ari3.s: Ditto.
13941 * gdb.disasm/t07_ari3.exp: Ditto.
13942 * gdb.disasm/t08_or.s: Ditto.
13943 * gdb.disasm/t08_or.exp: Ditto.
13944 * gdb.disasm/t09_xor.s: Ditto.
13945 * gdb.disasm/t09_xor.exp: Ditto.
13946 * gdb.disasm/t10_and.s: Ditto.
13947 * gdb.disasm/t10_and.exp: Ditto.
13948 * gdb.disasm/t11_logs.s: Ditto.
13949 * gdb.disasm/t11_logs.exp: Ditto.
13950 * gdb.disasm/t12_bit.s: Ditto.
13951 * gdb.disasm/t12_bit.exp: Ditto.
13952 * gdb.disasm/t13_otr.s: Ditto.
13953 * gdb.disasm/t13_otr.exp: Ditto.
13954
13955 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13956
13957 * gdb.threads/tls.exp :Add kfail for 'info address' case.
13958
13959 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13960
13961 * gdb.threads/tls.c : New file.
13962 * gdb.threads/tls.exp : New file.
13963 * gdb.threads/tls-main.c : New file.
13964 * gdb.threads/tls-shared.c : New file.
13965 * gdb.threads/tls-shared.exp : New file.
13966
13967 2003-07-22 Andreas Schwab <schwab@suse.de>
13968
13969 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13970
13971 2003-07-20 Andreas Schwab <schwab@suse.de>
13972
13973 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13974 due to insn reordering.
13975
13976 2003-07-15 Andrew Cagney <cagney@redhat.com>
13977
13978 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13979
13980 2003-07-15 Michael Chastain <mec@shout.net>
13981
13982 * gdb.base/gdb1250.exp: New file.
13983 * gdb.base/gdb1250.c: New file.
13984
13985 2003-07-09 Michal Ludvig <mludvig@suse.cz>
13986
13987 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13988 expansion of size_t to 'unsigned long', not only to 'unsigned'.
13989
13990 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13991
13992 * gdb.threads/tls.c: New file.
13993 * gdb.threads/tls.exp: New file.
13994 * gdb.threads/tls-main.c: New file.
13995 * gdb.threads/tls-shared.c: New file.
13996 * gdb.threads/tls-shared.exp: New file.
13997
13998 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13999
14000 * gdb.base/annota1.exp: Make sure that we properly escape the
14001 full path of the source file. Xfail more permissive patterns,
14002 due to a compiler debug info problem.
14003
14004 2003-07-07 Andreas Schwab <schwab@suse.de>
14005
14006 * gdb.asm/m68k.inc: New file.
14007 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
14008
14009 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
14010 arguments"): Also match negative number.
14011
14012 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
14013
14014 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
14015
14016 * gdb.base/store.c (charest): New typedef.
14017 (add_char): Rename to add_charest, update.
14018 (wack_char): Rename to wack_charest, update types. Return l + r
14019 to keep r live across the call.
14020 (wack_short, wack_int, wack_long, wack_longest, wack_float)
14021 (wack_double, wack_doublest): Return l + r to keep r live across
14022 the call.
14023 * gdb.base/store.exp: Accomodate store.c changes.
14024
14025 2003-06-30 David Carlton <carlton@kealia.com>
14026
14027 * gdb.c++/maint.exp (test_invalid_name): New.
14028 (test_first_component): Add tests for invalid names.
14029
14030 2003-06-29 Michael Chastain <mec@shout.net>
14031
14032 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
14033 output of '<VTT for class>' for virtual base classes.
14034
14035 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14036
14037 * gdb.base/completion.exp: Tab-complete "complet" instead of
14038 "compl".
14039 * gdb.base/complex.exp, gdb.base/complex.c: New files.
14040
14041 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14042
14043 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
14044 * gdb.base/volatile.exp: Likewise.
14045
14046 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14047
14048 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
14049 gdb/1265.
14050
14051 2003-06-28 Michael Chastain <mec@shout.net>
14052 Daniel Jacobowitz <drow@mvista.com>
14053
14054 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
14055 initial line count of 'captured_main' from 26 to 32.
14056 (test_with_self): Allow xmalloc call to be interleaved with the
14057 preceding two lines.
14058
14059 2003-06-24 Joel Brobecker <brobecker@gnat.com>
14060
14061 * gdb.base/bang.exp: New testcase.
14062
14063 2003-06-23 Joel Brobecker <brobecker@gnat.com>
14064
14065 * gdb.base/langs.exp: Add some tests for the "minimal" language
14066 support.
14067
14068 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
14069
14070 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
14071 the testcase.
14072
14073 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14074
14075 * gdb.base/relocate.exp: Test add-symbol-file with a variable
14076 offset.
14077
14078 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14079
14080 * gdb.c++/pr-1210.cc: New file.
14081 * gdb.c++/pr-1210.exp: New file.
14082
14083 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
14084
14085 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
14086 000-exec-continue.
14087
14088 2003-06-15 Mark Kettenis <kettenis@gnu.org>
14089
14090 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
14091 on *-*-*bsd* instead of *-*-freebsd*.
14092
14093 2003-06-14 Andrew Cagney <cagney@redhat.com>
14094
14095 * gdb.base/store.exp: Test longest and doublest. Test all
14096 parameters. Weaken return statement match.
14097 * gdb.base/store.c: Add longest and doublest - aka long long and
14098 long double functions. Put all parameters into local register
14099 variables. Use negative values.
14100
14101 2003-06-14 Andrew Cagney <cagney@redhat.com>
14102
14103 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14104 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14105 exit status.
14106 * gdb.base/fileio.exp: Disable target when nointerrupts and
14107 noinferiorio, instead of limiting it to remote. Use remote_exec
14108 instead of system.
14109
14110 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14111
14112 * gdb.base/float.exp: Add ia64 support.
14113
14114 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
14115
14116 * gdb.base/fileio.exp: Run only on remote targets.
14117
14118 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
14119
14120 * gdb.base/fileio.c: New file, testing File-I/O.
14121 * gdb.base/fileio.exp: Ditto.
14122
14123 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
14124
14125 * gdb.base/shreloc.exp: New file, check symbol values obtained from
14126 shared objects after relocation at load time (gdb PR/1132).
14127 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
14128 as above, part of the shared object relocation test.
14129
14130 2003-06-08 Mark Kettenis <kettenis@gnu.org>
14131
14132 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
14133 fully filled history list.
14134 * gdb.base/gdb_history: New file.
14135
14136 * gdb.base/signals.exp: XFAIL "continue to func1" on
14137 i*86-*-freebsd*.
14138
14139 * gdb.base/attach.exp: When trying to attach to a nonexistent
14140 process, make it possible to specify the PID based on the target,
14141 and do so for *-*-freebsd*.
14142
14143 2003-06-02 Richard Henderson <rth@redhat.com>
14144
14145 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
14146
14147 2003-06-02 Richard Henderson <rth@redhat.com>
14148
14149 * gdb.base/selftest.exp: Next over lim_at_start initialization.
14150
14151 2003-06-02 Richard Henderson <rth@redhat.com>
14152
14153 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
14154
14155 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
14156
14157 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
14158 of globalvar.
14159
14160 2003-06-01 Mark Kettenis <kettenis@gnu.org>
14161
14162 * gdb.asm/asm-source.exp: Check for memory read errors in
14163 disassembler test on *BSD too.
14164
14165 2003-06-01 Richard Henderson <rth@redhat.com>
14166
14167 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14168 for .frame.
14169 (gdbasm_call): Lose ldgp.
14170 (gdbasm_startup): Add frame information.
14171 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
14172
14173 2003-05-31 Mark Kettenis <kettenis@gnu.org>
14174
14175 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
14176 i?86-*-*.
14177
14178 2003-05-30 Mark Kettenis <kettenis@gnu.org>
14179
14180 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14181 FreeBSD.
14182
14183 2003-05-29 Richard Henderson <rth@redhat.com>
14184
14185 * gdb.asm/alpha.inc: New file.
14186 * gdb.asm/asm-source.exp: Use it.
14187
14188 2003-05-29 Jim Blandy <jimb@redhat.com>
14189
14190 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14191 'core.PID'.
14192
14193 2003-05-22 Jim Blandy <jimb@redhat.com>
14194
14195 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
14196 backtrace.
14197
14198 2003-05-20 David Carlton <carlton@math.stanford.edu>
14199
14200 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
14201 this time.
14202
14203 2003-05-19 David Carlton <carlton@bactrian.org>
14204
14205 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
14206 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
14207
14208 2003-05-19 David Carlton <carlton@bactrian.org>
14209
14210 * gdb.c++/namespace.exp: Add namespace scope and anonymous
14211 namespace tests.
14212 Bump copyright date.
14213 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14214 (main): Call C::D::marker2.
14215 * gdb.c++/namespace1.cc: New file.
14216
14217 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
14218
14219 Roland McGrath <roland@redhat.com>
14220 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
14221 there is no manager thread.
14222
14223 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
14224
14225 * gdb.threads/schedlock.exp: Remove assumption that all threads
14226 will run in a particular small time slice. Also ensure we break
14227 in one of the child threads rather than the main thread.
14228
14229 2003-05-07 Jim Blandy <jimb@redhat.com>
14230
14231 Add support for assembly source testing on the s390x.
14232 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14233 architecture.
14234 * gdb.asm/s390x.inc: New file.
14235
14236 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14237 succession of 'if' statements.
14238
14239 2003-05-05 Andrew Cagney <cagney@redhat.com>
14240
14241 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14242
14243 2003-05-05 Andrew Cagney <cagney@redhat.com>
14244
14245 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14246 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14247
14248 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
14249
14250 * gdb.base/charset.exp: Update based on new behavior of set/show
14251 charset commands.
14252
14253 2003-05-01 Andrew Cagney <cagney@redhat.com>
14254
14255 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14256 variable do not give memory errors.
14257
14258 2003-04-30 Adam Fedor <fedor@gnu.org>
14259
14260 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14261 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14262 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14263 gdb.objc/basicclass.m: : New files
14264
14265 * lib/gdb.exp (gdb_compile_objc): New procedure.
14266
14267 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
14268
14269 * gdb.base/signals.exp: Make backtrace tests more specific.
14270
14271 2003-04-23 David Carlton <carlton@bactrian.org>
14272
14273 * gdb.c++/maint.exp (test_first_component): Add tests for
14274 'operator' in more locations.
14275
14276 2003-04-16 Kevin Buettner <kevinb@redhat.com>
14277
14278 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14279
14280 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
14281
14282 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
14283 func marke' instead. Update test name.
14284
14285 2003-04-15 David Carlton <carlton@math.stanford.edu>
14286
14287 * gdb.c++/maint.exp: New file.
14288
14289 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14290
14291 * gdb.threads/schedlock.c: Change type of thread function argument
14292 to long, to avoid warnings on 64-bit platforms.
14293
14294 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14295
14296 * gdb.base/attach.exp: Add new message from ptrace in case of
14297 attaching to nonexistent process.
14298
14299 2003-04-11 Jim Blandy <jimb@redhat.com>
14300
14301 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14302 gdb.c++/userdef.cc: Place comments on the lines to which the
14303 marker function might return.
14304 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14305 gdb.c++/userdef.exp: Look for those comments to check that we've
14306 returned to the right place, instead of checking line numbers.
14307
14308 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
14309
14310 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14311 match on sourcefile name, instead of directory name.
14312
14313 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
14314
14315 * gdb.base/completion.exp: Use string_to_regexp to match the
14316 working directory name.
14317
14318 2003-04-09 Jim Blandy <jimb@redhat.com>
14319
14320 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14321 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14322 after an inferior function call, report the failure, but allow the
14323 test to continue.
14324
14325 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14326
14327 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14328 with -DPROTOTYPES.
14329
14330 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14331
14332 * gdb.base/break.exp: Revert last patch.
14333
14334 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
14335
14336 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14337 with -DPROTOTYPES.
14338
14339 2003-04-02 Andrew Cagney <cagney@redhat.com>
14340
14341 * gdb.base/callfuncs.exp: Make "print add" messages unique.
14342 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14343 matching directories by the name breakpoint.
14344 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14345 Make "continue to marker1" consistent.
14346 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14347 message consistent.
14348 * lib/gdb.exp: Put "the program is no longer running", and "the
14349 program exited" in parenthesis.
14350 * lib/mi-support.exp: Ditto.
14351
14352 2003-04-02 Bob Rossi <bob_rossi@cox.net>
14353
14354 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14355
14356 2003-03-29 Andrew Cagney <cagney@redhat.com>
14357
14358 * gdb.base/sizeof.c (main): Print the value of '\377'.
14359 * gdb.base/sizeof.exp: Check the sign of '\377'.
14360
14361 2003-03-27 Michael Chastain <mec@shout.net>
14362
14363 * gdb.base/gdb1090.exp: New file.
14364 * gdb.base/gdb1090.cc: New file.
14365
14366 2003-03-27 J. Brobecker <brobecker@gnat.com>
14367
14368 * gdb.gdb/observer.exp: New regression test.
14369
14370 2003-03-27 Michael Chastain <mec@shout.net>
14371
14372 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
14373 * gdb.base/ptype.exp: Likewise.
14374
14375 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
14376
14377 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
14378
14379 2003-03-26 Michael Chastain <mec@shout.net>
14380
14381 * gdb.base/ptype.exp: Actually use some typedef'd types.
14382
14383 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
14384
14385 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
14386 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
14387
14388 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14389
14390 * gdb.base/default.exp: Fix regular expression.
14391
14392 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14393
14394 * gdb.base/args.exp: Fix regular expression.
14395
14396 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14397
14398 * gdb.base/help.exp: Allow Win32 child process.
14399
14400 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14401
14402 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
14403 when stepping out of main().
14404
14405 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14406
14407 * gdb.base/default.exp: Check for win32 specific message when calling
14408 "run" without executable.
14409
14410 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14411
14412 * gdb.base/args.exp: Expect .exe in output.
14413
14414 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14415
14416 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
14417 Cygwin native.
14418
14419 2003-03-17 Andrew Cagney <cagney@redhat.com>
14420
14421 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
14422 vector registes.
14423 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14424 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14425
14426 2003-03-17 David Carlton <carlton@math.stanford.edu>
14427
14428 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14429 test, for PR breakpoints/38.
14430 Call test_watchpoint_and_breakpoint.
14431 * gdb.base/watchpoint.c (func3): New function.
14432 (main): Call func3.
14433
14434 2003-03-04 David Carlton <carlton@math.stanford.edu>
14435
14436 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14437 Garply<Garply<char> >:: garply".
14438 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14439 with respect to PR c++/1111; note also PR c++/1113.
14440 (test_template_breakpoints): KFAIL "constructor breakpoint" with
14441 respect to PR c++/1062.
14442 KFAIL "destructor breakpoint" with respect to PR c++/1112.
14443
14444 2003-03-03 David Carlton <carlton@math.stanford.edu>
14445
14446 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14447 with respect to PR c++/57.
14448 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14449 c++/826.
14450 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14451 respect to PR c++/57.
14452
14453 2003-03-03 David Carlton <carlton@math.stanford.edu>
14454
14455 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14456 respect to PR c++/33 into FAILs.
14457
14458 2003-03-03 Michael Chastain <mec@shout.net>
14459
14460 * configure.in: Update copyright years.
14461
14462 2003-03-03 Michael Chastain <mec@shout.net>
14463
14464 * Makefile.in: Update copyright years.
14465
14466 2003-02-28 David Carlton <carlton@math.stanford.edu>
14467
14468 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14469 print class instead of struct and/or superfluous protection
14470 specifiers, as long as the resulting output is equivalent to the
14471 source code.
14472 Delete FIXME from end of messages on tests that don't need
14473 fixing.
14474
14475 2003-02-28 David Carlton <carlton@math.stanford.edu>
14476
14477 * gdb.c++/templates.exp (do_tests): Allow const in the two
14478 Foo<volatile char *>::foo tests.
14479
14480 2003-02-27 Michael Snyder <msnyder@redhat.com>
14481
14482 * gdb.base/restore.c (main): Return zero, so exit code
14483 will be consistant.
14484
14485 2003-02-26 David Carlton <carlton@math.stanford.edu>
14486
14487 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14488 char *>::foo" test with respect to PR c++/33. Create a new test
14489 which is identical to that one except that it doesn't put the
14490 space between the "char" and the "*"; KFAIL it, too.
14491
14492 2003-02-26 David Carlton <carlton@math.stanford.edu>
14493
14494 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14495 template types into either PASSes or KFAILs (corresponding to PR
14496 c++/57). Tweak indentation. Update copyright.
14497
14498 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14499
14500 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14501
14502 2003-02-13 Michael Chastain <mec@shout.net>
14503
14504 * gdb.base/exprs.exp: Remove i960 remnants.
14505 * gdb.base/funcargs.exp: Likewise.
14506 * gdb.base/list.exp: Likewise.
14507 * gdb.base/ptype.exp: Likewise.
14508
14509 2003-02-14 David Carlton <carlton@math.stanford.edu>
14510
14511 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14512 pEe->D::vg()" from XFAIL to KFAIL.
14513
14514 2003-02-13 Jason Molenda (jmolenda@apple.com)
14515
14516 * gdb.base/maint.exp: Update maint print statistics regexp to include
14517 new entries.
14518
14519 2003-02-13 Michael Chastain <mec@shout.net>
14520
14521 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14522
14523 2003-02-12 Michael Chastain <mec@shout.net>
14524
14525 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14526 * gdb.c++/inherit.exp: Likewise.
14527 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14528 * gdb.c++/templates.exp: Likewise.
14529 * gdb.c++/virtfunc.exp: Likewise.
14530
14531 2003-02-06 Jason Molenda (jason-cl@molenda.com)
14532
14533 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14534 why the code is written that way.
14535
14536 2003-02-05 Michael Chastain <mec@shout.net>
14537
14538 * gdb.base/dump.exp: Add missing copyright line.
14539
14540 2003-02-05 Jason Molenda (jason-cl@molenda.com)
14541
14542 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14543 at the beginning so the breakpoint doesn't get set on the loop.
14544
14545 2003-02-05 Michael Chastain <mec@shout.net>
14546
14547 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14548 output for configurations with gcc 2.95.3.
14549
14550 2003-02-05 Keith Seitz <keiths@redhat.com>
14551 Andrew Cagney <ac131313@redhat.com>
14552
14553 * gdb.mi/mi-cli.exp: New file.
14554
14555 2003-02-04 Michael Chastain <mec@shout.net>
14556
14557 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14558 Call perror and then continue.
14559
14560 2003-02-03 Michael Chastain <mec@shout.net>
14561
14562 * gdb.c++/pr-1023.cc: New file.
14563 * gdb.c++/pr-1023.exp: New file.
14564
14565 2003-02-05 Jim Blandy <jimb@redhat.com>
14566
14567 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14568 it's local to foobar. Check for it there, and check that it's not
14569 present in main.
14570 * gdb.c++/local.cc (marker2): New function.
14571 (foobar): Call marker1.
14572 (main): Call marker2 instead of marker1.
14573
14574 2003-02-04 Andrew Cagney <ac131313@redhat.com>
14575
14576 * gdb.disasm/mn10200.exp: Obsolete file.
14577 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14578 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14579 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14580
14581 2003-02-04 David Carlton <carlton@math.stanford.edu>
14582
14583 * gdb.c++/overload.exp: Test intToChar(1).
14584 * gdb.c++/overload.cc (intToChar): New.
14585 (main): Call intToChar.
14586
14587 2003-02-03 David Carlton <carlton@math.stanford.edu>
14588
14589 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14590 'might_kfail' arg.
14591 KFAIL some of the continue_to_bp_overloaded calls, according to
14592 PR c++/1025.
14593
14594 2003-02-01 Michael Chastain <mec@shout.net>
14595
14596 * gdb.base/advance.c (marker1): New marker function.
14597 * gdb.base/advance.exp: When the 'advance' command lands on the
14598 return breakpoint, it can legitimately stop on either the
14599 current line or the next line. Accommodate both outcomes.
14600 * gdb.base/until.exp: Likewise.
14601
14602 2003-02-02 Andrew Cagney <ac131313@redhat.com>
14603
14604 2002-11-10 Jason Molenda (jason-cl@molenda.com):
14605 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14606 now a list, not a tuple.
14607 * gdb.mi/mi-var-display.exp: Ditto.
14608 * gdb.mi/gdb792.exp: Ditto.
14609
14610 2003-02-01 Andrew Cagney <ac131313@redhat.com>
14611
14612 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14613 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14614 stack backtraces.
14615 * gdb.mi/mi-syn-frame.c: Part of same.
14616
14617 2003-02-01 Mark Kettenis <kettenis@gnu.org>
14618
14619 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14620 gdb.mi/mi1-pthreads.exp: Return instead of calling
14621 gdb_suppress_entire_file.
14622
14623 2003-02-01 Mark Salter <msalter@redhat.com>
14624
14625 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14626
14627 2003-01-31 Mark Salter <msalter@redhat.com>
14628
14629 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14630 Support empty arg.
14631
14632 2003-01-30 Michael Chastain <mec@shout.net>
14633
14634 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14635 This was a workaround for a UTF-8 bug in readline 4.3. The bug
14636 has been fixed in gdb/readline on 2003-01-09.
14637
14638 2003-01-29 Michael Snyder <msnyder@redhat.com>
14639
14640 * gdb.base/maint.exp: Allow for leading underscore in symbol.
14641 * gdb.base/display.exp: Allow for leading underscore in symbol.
14642 * gdb.base/args.exp: Skip if target does not support args passing.
14643
14644 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14645
14646 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
14647 gdb_test. Accept a list of expect arguments as the third
14648 parameter.
14649 (gdb_test): Use it.
14650
14651 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
14652
14653 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14654 allow for different test tree configurations. Update some
14655 tescases accordingly.
14656 * gdb.arch/altivec-regs.exp: Ditto.
14657 * gdb.asm/asm-source.exp: Ditto.
14658 * gdb.base/advance.exp: Ditto.
14659 * gdb.base/display.exp: Ditto.
14660 * gdb.base/long_long.exp: Ditto.
14661 * gdb.base/mips_pro.exp: Ditto.
14662 * gdb.base/overlays.exp: Ditto.
14663 * gdb.base/relocate.exp: Ditto.
14664 * gdb.base/setshow.exp: Ditto.
14665 * gdb.base/step-line.exp: Ditto.
14666 * gdb.base/step-test.exp: Ditto.
14667 * gdb.base/until.exp: Ditto.
14668 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14669
14670 2003-01-17 David Carlton <carlton@math.stanford.edu>
14671
14672 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14673 corresponding to PR c++/945.
14674 Update copyright.
14675
14676 2003-01-17 David Carlton <carlton@math.stanford.edu>
14677
14678 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14679 corresponding to PR c++/68.
14680
14681 2003-01-17 David Carlton <carlton@math.stanford.edu>
14682
14683 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14684 (test_paddr_hairy_functions): Call print_addr_2_kfail for
14685 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
14686
14687 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14688
14689 * gdb.base/break.exp: Fix change of default location, because of
14690 removal of until tests.
14691 * gdb.base/help.exp: Update test for new 'until' help message.
14692 Add test for help on 'advance'.
14693 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
14694
14695 2003-01-15 Mark Kettenis <kettenis@gnu.org>
14696
14697 * gdb.base/default.exp: Adapt "info float" test for recent changes
14698 to that command. Add test for "info vector".
14699 * gdb.base/float.exp: New file. Add test for "info float" that
14700 resembles the old test in gdb.base/default.exp.
14701
14702 2003-01-15 David Carlton <carlton@math.stanford.edu>
14703
14704 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14705
14706 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14707
14708 * gdb.base/break.exp: Move the tests of until command from here...
14709 * gdb.base/until.exp: ... to here. New file. Add other tests.
14710 * gdb.base/advance.c: New file.
14711 * gdb.base/advance.exp: New file.
14712
14713 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14714
14715 * gdb.base/args.c: New file.
14716 * gdb.base/args.exp: New file.
14717
14718 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14719
14720 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14721
14722 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14723
14724 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14725
14726 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14727
14728 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
14729 dates.
14730
14731 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14732
14733 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14734
14735 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14736
14737 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14738 (ptype &*"foo").
14739 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14740
14741 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14742
14743 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14744 * gdb.mi/mi1-console.exp: Likewise.
14745
14746 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14747
14748 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14749 * gdb.mi/mi1-console.exp: Likewise.
14750
14751 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14752
14753 * gdb.c++/overload.exp: Remove some fixed XFAILs.
14754
14755 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14756
14757 * gdb.base/detach.exp: New test.
14758
14759 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14760
14761 * Makefile.in (ALL_SUBDIRS): New variable.
14762 (subdirs, clean, distclean): Use it.
14763 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
14764 regenerating Makefile, since it is generated from the top level.
14765 * gdb.asm/Makefile.in: Likewise.
14766 * gdb.base/Makefile.in: Likewise.
14767 * gdb.c++/Makefile.in: Likewise.
14768 * gdb.disasm/Makefile.in: Likewise.
14769 * gdb.java/Makefile.in: Likewise.
14770 * gdb.mi/Makefile.in: Likewise.
14771 * gdb.threads/Makefile.in: Likewise.
14772 * gdb.trace/Makefile.in: Likewise.
14773
14774 2003-01-09 David Carlton <carlton@math.stanford.edu>
14775
14776 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14777 Add copyright year 2003.
14778
14779 2003-01-06 Michael Chastain <mec@shout.net>
14780
14781 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14782 When selecting a thread, 'line' and 'file' are optional.
14783 * gdb.mi/mi1-pthreads.exp: Likewise.
14784
14785 2003-01-06 Andreas Schwab <schwab@suse.de>
14786
14787 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14788 failures.
14789
14790 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14791
14792 Fix PR gdb/844
14793 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14794 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14795
14796 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
14797 instead of calling gdb_suppress_entire_file.
14798 * gdb.threads/print-threads.exp: Likewise.
14799 * gdb.threads/schedlock.exp: Likewise.
14800
14801 * gdb.threads/killed.exp: Return instead of calling
14802 gdb_suppress_entire_file.
14803 * gdb.threads/linux-dp.exp: Likewise.
14804 * gdb.threads/pthreads.exp: Likewise.
14805
14806 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14807
14808 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14809 stabs.
14810 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14811 * gdb.base/whatis.exp: Always allow (void) after function names.
14812
14813 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14814
14815 * gdb.c++/casts.exp: Correct regexp.
14816
14817 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14818
14819 * configure.in: Call AC_CONFIG_HEADER. Don't call
14820 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14821 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
14822 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
14823 aforementioned directories in the AC_OUPUT call.
14824 * config.hin: New file.
14825 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14826 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14827 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14828 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14829 pass -I$objdir instead of -I$objdir/$subdir in compilation.
14830 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14831 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14832 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14833 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14834 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14835 gdb.threads/configure.in, gdb.threads/configure,
14836 gdb.threads/config.in, gdb.trace/configure.in,
14837 gdb.trace/configure: Removed.
14838
14839 2003-01-03 Michael Chastain <mec@shout.net>
14840
14841 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14842 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14843
14844 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
14845
14846 * gdb.base/store.exp: Fix regular expressions.
14847
14848 2002-12-28 Mark Kettenis <kettenis@gnu.org>
14849
14850 * configure.in: Rewrite.
14851 * configure: Regenerated.
14852
14853 2003-01-03 David Carlton <carlton@math.stanford.edu>
14854
14855 * gdb.base/psymtab.exp: New file.
14856 * gdb.base/psymtab1.c: Ditto.
14857 * gdb.base/psymtab2.c: Ditto.
14858
14859 2002-12-23 Adam Fedor <fedor@gnu.org>
14860
14861 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14862
14863 2002-12-23 David Carlton <carlton@math.stanford.edu>
14864
14865 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14866 and current_directory initialization.
14867
14868 2002-12-22 Jim Blandy <jimb@redhat.com>
14869
14870 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14871 rather than as part of the output file name.
14872
14873 * gdb.base/attach.exp: There's no need to copy the test program to
14874 /tmp; that was only ever necessary on HP/UX, and this test is
14875 entirely disabled there anyway.
14876
14877 2002-12-21 Jim Blandy <jimb@redhat.com>
14878
14879 * gdb.c++/psmang.exp: Doc fix.
14880
14881 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14882 test.
14883
14884 2002-12-20 David Carlton <carlton@math.stanford.edu>
14885
14886 * gdb.c++/annota2.exp: KFAIL annotate-quit.
14887
14888 2002-12-18 Michael Chastain <mec@shout.net>
14889
14890 * gdb.c++/annota2.exp: Add copyright year 2002.
14891
14892 2002-12-17 David Carlton <carlton@math.stanford.edu>
14893
14894 * gdb.c++/try_catch.cc: Add marker comments.
14895 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14896 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14897 * gdb.c++/m-static.cc: Ditto.
14898 * gdb.c++/m-static1.cc: Ditto.
14899 * gdb.c++/try_catch.cc: Ditto.
14900
14901 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
14902
14903 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14904 to see whether we are using the new -environment-directory
14905 command which resets via -r or the old version of the command
14906 which may prompt the user. Part of fix for gdb/741.
14907
14908 2002-12-13 Andrew Cagney <ac131313@redhat.com>
14909
14910 * gdb.fortran/types.exp: Update obsolete comment.
14911 * gdb.fortran/exprs.exp: Ditto.
14912 * lib/gdb.exp: Delete obsolete code.
14913 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14914 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14915 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14916 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14917 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14918 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14919 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14920 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14921 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14922 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14923 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14924 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14925 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14926 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14927 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14928 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14929 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14930 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14931 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14932 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14933 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14934 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14935 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14936 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14937 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14938 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14939 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14940 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14941 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14942 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14943 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14944 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14945 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14946 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14947 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14948 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14949 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14950
14951 2002-12-11 David Carlton <carlton@math.stanford.edu>
14952
14953 * gdb.c++/m-data.exp: Add test for members that shadow global
14954 variables: see PR gdb/804.
14955 * gdb.c++/m-data.cc: Ditto.
14956
14957 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
14958
14959 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14960
14961 2002-12-06 David Carlton <carlton@math.stanford.edu>
14962
14963 * gdb.base/store.c: Don't declare functions static.
14964
14965 2002-12-04 Andrew Cagney <ac131313@redhat.com>
14966
14967 * gdb.base/store.exp, gdb.base/store.c: New files.
14968
14969 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14970
14971 * gdb.base/selftest.exp: Update for current gdb.
14972
14973 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14974
14975 * gdb.base/maint.exp: Only dump symbols from one source file
14976 or objfile.
14977
14978 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14979
14980 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14981 function call.
14982
14983 2002-11-25 Jim Blandy <jimb@redhat.com>
14984
14985 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14986 function appearing in error message.
14987
14988 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
14989
14990 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14991
14992 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
14993
14994 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
14995 for mi1 and current mi is in correct format. New mi startup message
14996 should be in mi console format. This is part of fix for PR gdb/604.
14997
14998 2002-09-18 Fernando Nasser <fnasser@redhat.com>
14999
15000 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
15001 which explicitly prints the zero offset as "+0".
15002
15003 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
15004
15005 * gdb.threads/schedlock.c (args): Make unsigned.
15006
15007 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
15008
15009 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
15010 numbers. Allow "foo2|selected stack frame".
15011 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
15012 * gdb.asm/asmsrc2.s: Likewise.
15013 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
15014 comments.
15015 * gdb.asm/mips.inc: New file.
15016
15017 2002-10-18 Adam Fedor <fedor@gnu.org>
15018
15019 * gdb.base/default.exp: Update expected output to include 'ObjC'.
15020 * gdb.base/help.exp: Likewise.
15021
15022 2002-10-17 Kevin Buettner <kevinb@redhat.com>
15023
15024 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
15025 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
15026
15027 2002-10-02 Jim Blandy <jimb@redhat.com>
15028
15029 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
15030
15031 2002-10-01 Andrew Cagney <ac131313@redhat.com>
15032
15033 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
15034 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
15035 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
15036 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
15037 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
15038 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
15039 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
15040
15041 2002-09-29 Andrew Cagney <ac131313@redhat.com>
15042
15043 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
15044 * mi0-disassemble.exp, mi0-eval.exp: Delete.
15045 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
15046 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
15047 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
15048 * mi0-var-block.exp, mi0-var-child.exp: Delete.
15049 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
15050
15051 2002-09-27 Kevin Buettner <kevinb@redhat.com>
15052
15053 * gdb.base/annota1.exp (info break): Make directory components of
15054 path optional since not all compilers emit this debug information.
15055
15056 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
15057 step ends up stepping out of the function instead of stopping on
15058 the epilogue.
15059
15060 2002-09-26 Keith Seitz <keiths@redhat.com>
15061
15062 * lib/insight-support.exp (gdbtk_start): Figure out where
15063 the insight executable is based on where gdb is. Use this
15064 executable to start insight instead of gdb.
15065
15066 2002-09-25 Andrew Cagney <cagney@redhat.com>
15067
15068 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
15069
15070 2002-09-24 Andrew Cagney <ac131313@redhat.com>
15071
15072 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
15073 test_isolated_complaints.
15074 (test_empty_complaint): New function.
15075 (test_empty_complaints): New function. Check no output when no
15076 complaints.
15077
15078 2002-09-19 Jim Blandy <jimb@redhat.com>
15079
15080 * gdb.base/charset.exp, gdb.base/charset.c: New files.
15081
15082 2002-09-19 Andrew Cagney <ac131313@redhat.com>
15083
15084 * gdb.gdb/complaints.exp: New file.
15085
15086 2002-09-18 Andrew Cagney <ac131313@redhat.com>
15087
15088 * gdb.base/maint.exp: Check `help maint internal-warning'.
15089
15090 2002-09-18 David Carlton <carlton@math.stanford.edu>
15091
15092 * gdb.c++/m-static.exp: Remove breakpoints depending on line
15093 numbers, and replace them by a single breakpoint after the
15094 constructors are all finished.
15095 Add test 4.
15096 * gdb.c++/m-static.cc: Add test 4.
15097 * gdb.c++/m-static.h: New file.
15098 * gdb.c++/m-static1.cc: New file.
15099
15100 * gdb.c++/printmethod.exp: New file.
15101 * gdb.c++/printmethod.cc: New file.
15102
15103 * gdb.c++/pr-574.exp: New file.
15104 * gdb.c++/pr-574.cc: New file.
15105
15106 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15107
15108 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15109 embedded targets which never actually exit.
15110
15111 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15112
15113 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15114 "don't step after run" as unresolved or unsupported, instead of xfail.
15115
15116 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15117
15118 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
15119 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
15120 Add newline to expected string in "step out of main (status wrapper)"
15121 case.
15122
15123 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15124
15125 * lib/gdb.exp (rerun_to_main): Allow restarting application.
15126 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
15127
15128 2002-09-17 Tom Tromey <tromey@redhat.com>
15129
15130 * gdb.base/printcmds.exp (test_print_string_constants): Expect
15131 \000, not \0, in double-quoted string.
15132
15133 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
15134
15135 * gdb.base/commands.exp: Don't expect a "Program exited normally"
15136 string after running the commands execution on breakpoint tests.
15137
15138 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
15139
15140 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
15141
15142 2002-09-12 Joel Brobecker <brobecker@gnat.com>
15143
15144 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
15145
15146 2002-09-10 Keith Seitz <keiths@redhat.com>
15147
15148 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
15149 runto proc.
15150 (mi_run_to_main): Use mi_runto.
15151 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
15152
15153 2002-09-10 Keith Seitz <keiths@redhat.com>
15154
15155 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
15156 regexp for stopping at main. Could have multiple event notifications.
15157 Don't assume that main was declared with no parameters.
15158 (mi_next): Use mi_step_to.
15159 (mi_step): Use mi_next_to.
15160
15161 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
15162
15163 * gdb.base/default.exp: Fix expected string in `info float' test.
15164
15165 2002-09-09 Ben Elliston <bje@redhat.com>
15166
15167 * config/mips.exp: Update comments.
15168 * config/mips-idt.exp: Likewise.
15169 * config/nind.exp: Likewise.
15170 * config/slite.exp: Likewise.
15171 * config/sparclet.exp: Likewise.
15172 * config/udi.exp: Likewise.
15173 * config/vx.exp: Likewise.
15174 * config/vxworks29k.exp: Likewise.
15175
15176 2002-09-05 Jim Blandy <jimb@redhat.com>
15177
15178 * gdb.threads/killed.exp: Fix test failure message.
15179
15180 2002-09-04 Keith Seitz <keiths@redhat.com>
15181
15182 * lib/mi-support.exp: Update copyright.
15183 (mi_gdb_test): Increase the priority of the expected pattern
15184 so that it matches gdb_test.
15185
15186 2002-09-03 Keith Seitz <keiths@redhat.com>
15187
15188 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
15189 Use integer comparison instead of string comparison for testing
15190 whether binary was built.
15191
15192 2002-09-03 Jim Blandy <jimb@redhat.com>
15193
15194 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
15195
15196 2002-08-29 Jim Blandy <jimb@redhat.com>
15197
15198 * gdb.threads/pthreads.exp: Move the portable thread compilation
15199 code into a function in lib/gdb.exp, and call that from here.
15200 * lib/gdb.exp (gdb_compile_pthreads): New function.
15201
15202 2002-08-29 Keith Seitz <keiths@redhat.com>
15203
15204 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
15205 expect_out so that callers can get at it.
15206
15207 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
15208
15209 * gdb.threads/print-threads.c: New file.
15210 * gdb.threads/print-threads.exp: New file.
15211 * gdb.threads/schedlock.c: New file.
15212 * gdb.threads/schedlock.exp: New file.
15213
15214 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
15215
15216 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15217 not altivec.c.
15218
15219 2002-08-17 Mark Kettenis <kettenis@gnu.org>
15220
15221 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15222 targets. The problem should be fixed now.
15223
15224 2002-08-15 Mark Kettenis <kettenis@gnu.org>
15225
15226 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15227 2002-07-24 change that removes final dots from error messages.
15228
15229 2002-08-13 Tom Tromey <tromey@redhat.com>
15230
15231 * gdb.base/readline.exp: New file.
15232
15233 2002-08-01 Andrew Cagney <ac131313@redhat.com>
15234
15235 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15236 supress message.
15237
15238 2002-08-01 Andrew Cagney <cagney@redhat.com>
15239
15240 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15241 CHILL_FOR_TARGET and CHILL_LIB.
15242 * configure.in (configdirs): Remove gdb.chill.
15243 * configure: Regenerate.
15244 * lib/gdb.exp: Obsolete references to chill.
15245 * gdb.fortran/types.exp: Ditto.
15246 * gdb.fortran/exprs.exp: Ditto.
15247
15248 2002-07-30 Kevin Buettner <kevinb@redhat.com>
15249
15250 * gdb.base/shlib-call.exp (additional_flags): Conditionally
15251 set Irix-specific compile and link flags.
15252
15253 2002-07-29 Kevin Buettner <kevinb@redhat.com>
15254
15255 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15256 source files. The ``-o'' option doesn't work with the ``-E'' option
15257 when using the Irix compiler.
15258
15259 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
15260
15261 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15262 Improve support for reusing an exec file. Copy exec file
15263 to target, and run gdbserver on the target instead of on the host.
15264
15265 2002-07-18 Jim Blandy <jimb@redhat.com>
15266
15267 * gdb.base/ending-run.exp: Don't expect to see the program end in
15268 some orderly fashion when we're running on a real stand-alone
15269 board.
15270
15271 * gdb.base/interrupt.exp: Correct logic for skipping tests on
15272 targets that don't support interrupts.
15273
15274 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
15275
15276 * gdb.base/attach.exp: Add patterns to match output from /proc-based
15277 systems.
15278 Move comments in expect statements to inside the actions, so that they
15279 don't get matched against.
15280
15281 2002-07-10 Mark Kettenis <kettenis@gnu.org>
15282
15283 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15284 function when asleep" test.
15285
15286 2002-07-10 Andrew Cagney <ac131313@redhat.com>
15287
15288 * gdb.base/page.exp: Rewrite to handle problems with very long
15289 `info set' output. Update copyright.
15290
15291 2002-06-26 Andrew Cagney <ac131313@redhat.com>
15292
15293 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15294 gdb.threads-hp.
15295 * gdb.hp/configure: Regenerate.
15296 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15297 * gdb.hp/gdb.threads-hp/configure: Delete file.
15298 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15299
15300 2002-06-22 Andrew Cagney <ac131313@redhat.com>
15301
15302 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15303 setlocale, bindtextdomain and textdomain.
15304
15305 2002-06-11 Jim Blandy <jimb@redhat.com>
15306
15307 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15308 preprocessor macro information is present.
15309
15310 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15311 tests.
15312
15313 2002-06-06 Michael Snyder <msnyder@redhat.com>
15314
15315 * gdb.base/overlays.exp: Record addresses of overlay
15316 functions in TCL variables rather than in GDB variables,
15317 to avoid having GDB convert them to pointers (with loss
15318 of information).
15319
15320 * gdb.base/d10v.ld: Merge in several years worth of
15321 default linker script changes.
15322 * gdb.base/long_long.exp: Add check for sizeof (long double).
15323
15324 2002-06-06 Michal Ludvig <mludvig@suse.cz>
15325
15326 * gdb.asm/asm-source.exp: Add x86-64 target.
15327 * gdb.asm/x86_64.inc: New.
15328
15329 2002-05-30 Michael Chastain <mec@shout.net>
15330
15331 From Benjamin Kosnik <bkoz@redhat.com>:
15332 * gdb.c++/m-static.cc: New file.
15333 * gdb.c++/m-static.exp: New file.
15334
15335 2002-05-28 Michael Snyder <msnyder@redhat.com>
15336
15337 * gdb.base/call-ar-st.exp: Allow for reduced floating point
15338 precision.
15339
15340 2002-05-27 Michael Chastain <mec@shout.net>
15341
15342 From Benjamin Kosnik <bkoz@redhat.com>:
15343 * gdb.c++/m-data.cc: New file.
15344 * gdb.c++/m-data.exp: New file.
15345
15346 2002-05-27 Michael Chastain <mec@shout.net>
15347
15348 From Benjamin Kosnik <bkoz@redhat.com>:
15349 * gdb.c++/try_catch.cc: New file.
15350 * gdb.c++/try_catch.exp: New file.
15351
15352 2002-05-27 Michael Chastain <mec@shout.net>
15353
15354 * gdb.c++/local.exp: Accept more nested types in output.
15355
15356 2002-05-26 Michael Chastain <mec@shout.net>
15357
15358 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15359
15360 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
15361
15362 * lib/gdb.exp (gdb_wrapper_init): Just because
15363 gdb_wrapper_file exists, this does not mean that the file
15364 should not be rebuilt. That is what gdb_wrapper_initialized
15365 is for.
15366 (default_gdb_init): Reset gdb_wrapper_initialized.
15367
15368 2002-05-23 Michael Snyder <msnyder@redhat.com>
15369
15370 * gdb.base/all-bin.exp: Revise previous patch by just reducing
15371 the precision of the floating point test results.
15372 * gdb.base/call-rt-st.exp: Ditto.
15373
15374 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
15375 * gdb.base/call-rt-st.exp: Ditto.
15376
15377 2002-05-19 Michael Chastain <mec@shout.net>
15378
15379 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
15380
15381 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
15382
15383 * configure.in (configdirs): Add gdb.arch.
15384 * configure: Regenerate.
15385
15386 2002-05-17 Jim Blandy <jimb@redhat.com>
15387
15388 * gdb.base/completion.exp: Recognize the more detailed error
15389 messages produced by the macro expander's lexical analyzer.
15390
15391 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15392
15393 * gdb.arch/altivec-abi.c: New file.
15394 * gdb.arch/altivec-abi.exp: New file.
15395 * gdb.arch/altivec-regs.c: New file.
15396 * gdb.arch/altivec-regs.exp: New file.
15397
15398 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
15399
15400 * gdb.base/maint.exp (maint print type): Update for new type
15401 structure.
15402
15403 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15404
15405 * gdb.arch: New directory.
15406 * gdb.arch/configure.in: New file.
15407 * gdb.arch/configure: New file.
15408 * gdb.arch/Makefile.in: New file.
15409
15410 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
15411
15412 * gdb.asm/asm-source.exp: Add v850 as supported target.
15413 * gdb.asm/v850.inc: New file.
15414
15415 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
15416
15417 * gdb.c++/annota2.exp (annotate-quit): Add comment.
15418
15419 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
15420
15421 * gdb.base/break.exp: Check 'break "marker2"'.
15422
15423 2002-05-10 Michael Snyder <msnyder@redhat.com>
15424
15425 * gdb.base/long_long.exp: Fix typo.
15426
15427 2002-05-10 Jim Blandy <jimb@redhat.com>
15428
15429 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
15430 a bug.
15431
15432 * gdb.base/printcmds.exp (test_integer_literals_rejected):
15433 Recognize more detailed error message produced by the macro
15434 expander's lexical analyzer.
15435 * lib/gdb.exp (test_print_reject): Same.
15436
15437 2002-05-09 Mark Kettenis <kettenis@gnu.org>
15438
15439 * gdb.c++/method.exp: Fix typo.
15440
15441 2002-05-08 Michael Snyder <msnyder@redhat.com>
15442
15443 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15444 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
15445 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
15446 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15447 Add iftarget clause for strongarm.
15448
15449 2002-05-06 Michael Snyder <msnyder@redhat.com>
15450
15451 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15452 (gdb_continue_to_end): Accept output from status wrapper.
15453 * gdb.base/ending-run.exp: Add case for output from status wrapper.
15454 Clean up fail messages to match pass messages.
15455
15456 Enable the "needs_status_wrapper" testsuite feature.
15457 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15458 (gdb_compile): Conditionally call gdb_wrapper_init.
15459 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15460 * gdb.c++/method.exp: Recognize output from status wrapper.
15461
15462 2002-05-06 Ben Elliston <bje@redhat.com>
15463 From Graydon Hoare <graydon@redhat.com>
15464
15465 * config/sid.exp: Include support for "rawsid" protocol.
15466
15467 2002-05-03 Jim Blandy <jimb@redhat.com>
15468
15469 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15470 * gdb.c++/hang3.C: New file.
15471
15472 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15473
15474 * gdb.base/default.exp: Remove obsolete code.
15475 * gdb.c++/misc.exp: Ditto. Update copyright.
15476 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15477 * gdb.base/whatis.exp: Ditto. Update copyright.
15478 * gdb.base/scope.exp: Ditto. Update copyright.
15479 * gdb.base/ptype.exp: Ditto. Update copyright.
15480 * gdb.base/printcmds.exp: Ditto. Update copyright.
15481 * gdb.base/opaque.exp: Ditto. Update copyright.
15482 * gdb.base/list.exp: Ditto.
15483 * gdb.base/funcargs.exp: Ditto. Update copyright.
15484 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15485 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15486 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15487 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15488 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15489 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15490
15491 2002-05-02 Michael Snyder <msnyder@redhat.com>
15492
15493 * gdb.base/watchpoint.exp: Add xscale target.
15494 * gdb.base/long_long.exp: Add xscale target.
15495 * gdb.base/default.exp: Add xscale target.
15496
15497 2002-05-01 Jim Blandy <jimb@redhat.com>
15498
15499 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15500 gdb.c++/hang.exp: New test.
15501
15502 2002-05-01 Fred Fish <fnf@redhat.com>
15503
15504 * gdb.base/completion.exp: Handle completions of "./Make" for
15505 more than one completion possibility, as is the case when we
15506 build and test in the source tree.
15507
15508 2002-04-29 Anthony Green <green@redhat.com>
15509
15510 * gdb.java/jmisc1.exp: New file.
15511 * gdb.java/jmisc2.exp: New file.
15512
15513 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
15514
15515 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15516
15517 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
15518
15519 * gdb.base/help.exp: Change 'help status' to allow for target
15520 dependent output differences.
15521
15522 2002-04-22 Michael Chastain <mec@shout.net>
15523
15524 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15525
15526 2002-04-22 Michael Chastain <mec@shout.net>
15527
15528 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15529
15530 2002-04-17 David S. Miller <davem@redhat.com>
15531
15532 * gdb.asm/sparc64.inc: New file.
15533 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15534
15535 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
15536
15537 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15538 instruction file directly into the build tree. Clean up at end of
15539 test.
15540
15541 2002-04-18 David S. Miller <davem@redhat.com>
15542
15543 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15544 handle 64-bit platforms correctly.
15545 * gdb.base/maint.exp: Likewise.
15546
15547 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15548
15549 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15550 ``-fpic'' when compiling files comprising a shared library, but
15551 it does need additional linker flags in order to find shared
15552 libraries at run time.
15553
15554 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15555
15556 * gdb.base/cvexpr.c (use): New function.
15557 (main): Invoke use() on all global variables to prevent
15558 some linkers from deleting these otherwise unused symbols.
15559
15560 2002-04-17 Michael Chastain <mec@shout.net>
15561 From David S. Miller <davem@redhat.com>
15562
15563 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15564 handle 64-bit platforms correctly.
15565
15566 2002-04-12 Michael Snyder <msnyder@redhat.com>
15567 From Jim Blandy <jimb@redhat.com>
15568 * gdb.base/foo.c (foox): Remove section attribute; the linker
15569 script can handle this instead.
15570 * gdb.base/bar.c (barx): Same.
15571 * gdb.base/baz.c (bazx): Same.
15572 * gdb.base/grbx.c (grbxx): Same.
15573
15574 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15575 manager doesn't automatically unmap overlays unnecessarily.
15576
15577 2002-04-10 Martin M. Hunt <hunt@redhat.com>
15578
15579 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15580 stepping out of main.
15581
15582 2002-04-09 Michael Chastain <mec@shout.net>
15583
15584 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15585 scope so that the nested scope tests will make sense.
15586 * gdb.c++/local.exp: Write patterns that actually work with gcc
15587 (the HP patterns "were never known to work with gcc").
15588 Keep the old aCC patterns too.
15589
15590 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15591
15592 * gdb.base/attach.exp: Correct target board test.
15593
15594 2002-04-08 Michael Chastain <mec@shout.net>
15595
15596 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15597 in a const method. Add some xfail and fail cases for configurations
15598 that do not emit the "const ...".
15599
15600 2002-04-07 Michael Chastain <mec@shout.net>
15601
15602 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15603 Accept "A * const" and "const A * const" as type of "this".
15604 Fix spelling of getFunky throughout. Make messages uniform.
15605
15606 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15607
15608 Work around for PR gdb/285:
15609 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15610
15611 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15612
15613 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15614 instructions file at run time instead of configure time.
15615 Sometimes we run the test in a directory that is not the one we
15616 configured in.
15617 * gdb.asm/configure.in: Delete creation of symlink.
15618 * gdb.asm/configure: Regenerate.
15619
15620 2002-04-05 J. Brobecker <brobecker@gnat.com>
15621
15622 * gdb.gdb/xfullpath.exp: New test, to exercise the new
15623 xfullpath () function.
15624
15625 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15626
15627 * gdb.asm/Makefile.in: Correct dependencies.
15628
15629 * gdb.asm/powerpc.inc: New file.
15630 * gdb.asm/asm-source.exp: Add PowerPC.
15631 * gdb.asm/configure.in: Likewise.
15632 * gdb.asm/configure: Regenerated.
15633
15634 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15635
15636 * gdb.base/relocate.exp: New file.
15637 * gdb.base/relocate.c: New file.
15638
15639 2002-04-04 Fred Fish <fnf@redhat.com>
15640
15641 * gdb.base/step-test.exp: Update comment regarding stopping in
15642 memcpy/bcopy calls inserted as part of the compiler runtime.
15643
15644 2002-04-04 Michael Snyder <msnyder@redhat.com>
15645
15646 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15647
15648 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
15649
15650 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15651 (gdb_expect): Remove $notransfer hack.
15652
15653 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
15654
15655 * gdb.c++/classes.exp ("calling method for small class"): Match
15656 updated register output.
15657
15658 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15659
15660 Fix PR gdb/452
15661 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15662 when finished. Make gdb_file_cmd send "exec-file" when
15663 appropriate.
15664
15665 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15666
15667 * gdb.base/attach.exp: Remove extra setup_xfail.
15668
15669 2002-03-26 Michael Snyder <msnyder@redhat.com>
15670
15671 * gdb.base/default.exp: Add tests for dump, append, and restore.
15672 * gdb.base/help.exp: Add tests for dump, append, and restore.
15673 * gdb.base/dump.exp: New file, test dump, append and restore.
15674 * gdb.base/dump.c: New file.
15675
15676 2002-03-27 Michael Snyder <msnyder@redhat.com>
15677
15678 * gdb.base/help.exp: Modify expect strings to reflect
15679 clean-ups in help messages.
15680
15681 2002-03-26 Fred Fish <fnf@redhat.com>
15682
15683 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15684 have debugging info for those functions and the compiler uses them
15685 internally to copy structs around.
15686
15687 2002-03-26 Fred Fish <fnf@redhat.com>
15688
15689 * gdb.base/list.exp: Revert the change made yesterday and add note
15690 about why we don't list the default lines for remote targets.
15691
15692 2002-03-25 Michael Snyder <msnyder@redhat.com>
15693
15694 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15695
15696 2002-03-25 Fred Fish <fnf@redhat.com>
15697
15698 * gdb.base/list.exp: This test works on remote targets so remove
15699 the short circuit for remote targets. Update copyright.
15700
15701 2002-03-25 Fred Fish <fnf@redhat.com>
15702
15703 * gdb.base/attach.exp: Fix logic error that was suppressing this
15704 test for all non hppa*-*-hpux* targets, instead of the hp target.
15705 Move comments closer to the suppression point. Also now need to
15706 check that we are running natively.
15707
15708 2002-03-22 Michael Snyder <msnyder@redhat.com>
15709
15710 * gdb.base/default.exp: Add test for gcore. Update copyright.
15711 * gdb.base/help.exp: Add test for gcore. Update copyright.
15712
15713 2002-03-06 Fred Fish <fnf@redhat.com>
15714
15715 * gdb.base/funcargs.c: Remove extraneous ';' character.
15716 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15717
15718 2002-03-04 Michael Chastain <mec@shout.net>
15719
15720 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15721 accommodate gcc v3 function signature.
15722 * gdb.mi/mi0-var-cmd-exp: Ditto.
15723
15724 2002-02-24 Andrew Cagney <ac131313@redhat.com>
15725
15726 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15727 ``GNU/Linux'' or ``Linux kernel''
15728 * testsuite/gdb.threads/pthreads.c: Ditto.
15729
15730 2002-02-24 Michael Chastain <mec@shout.net>
15731
15732 * gdb.threads/pthreads.c (thread1): Add a return statement.
15733 (thread2): Likewise.
15734 (foo): Likewise.
15735
15736 2002-02-23 Michael Chastain <mec@shout.net>
15737
15738 * gdb.threads/linux-dp.c (philosopher): Add a return statement
15739 to placate gcc.
15740
15741 2002-02-23 Michael Chastain <mec@shout.net>
15742
15743 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15744 test "ptype bint". The test passes on all my stabs configurations.
15745
15746 2002-02-21 Jim Blandy <jimb@redhat.com>
15747
15748 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15749 filename at a time, and watch for the ones we want to see.
15750
15751 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15752 types of pointers to prototyped functions.
15753
15754 2002-02-20 Andrew Cagney <ac131313@redhat.com>
15755
15756 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
15757 signed, unsigned and straight char.
15758 (padding_char, padding_short, padding_int, padding_long,
15759 padding_long_long, padding_float, padding_double,
15760 padding_long_double): New global variables.
15761 (fill, fill_structs): New functions.
15762
15763 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
15764 for correctly sized writes. Update copyright.
15765 (get_valueof): New procedure.
15766 (get_sizeof): Call get_valueof.
15767 (check_valueof): New procedure.
15768 (check_padding): New procedure.
15769
15770 2002-02-20 Michael Chastain <mec@shout.net>
15771
15772 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15773 to setup_xfail. Document some of the remaining calls.
15774
15775 2002-02-18 Michael Chastain <mec@shout.net>
15776
15777 * gdb.c++/userdef.exp: Update copyright year.
15778
15779 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
15780
15781 * gdb.c++/userdef.exp: Test overloaded operators properly.
15782 Remove xfails.
15783
15784 2002-02-14 Michael Snyder <msnyder@redhat.com>
15785
15786 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15787
15788 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
15789
15790 * gdb.base/a2-run.exp: Check for a remote target properly.
15791 * gdb.base/annota1.exp: Likewise.
15792 * gdb.base/list.exp: Likewise.
15793 * gdb.base/reread.exp: Likewise.
15794 * gdb.base/scope.exp: Likewise.
15795 * gdb.base/shlib-call.exp: Likewise.
15796 * gdb.base/term.exp: Likewise.
15797 * gdb.c++/annota2.exp: Likewise.
15798
15799 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
15800
15801 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15802
15803 2002-02-10 Michael Chastain <mec@shout.net>
15804
15805 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15806 (call_after_alloca): Ditto.
15807
15808 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
15809
15810 * gdb.base/ending-run.exp: Guard "cont" test with
15811 gdb_skip_stdio_test.
15812
15813 2002-02-06 Jim Blandy <jimb@redhat.com>
15814
15815 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15816 from here...
15817 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15818 To here. Disable this test on non-HP platforms. Add big comment.
15819
15820 2002-02-04 Michael Snyder <msnyder@redhat.com>
15821
15822 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
15823 other than d10v and m32r.
15824
15825 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
15826
15827 * gdb.base/default.exp: Rewrite test patterns to reduce time
15828 taken to match them.
15829
15830 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15831
15832 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15833 Allow a start function above main.
15834 * gdb.threads/linux-dp.exp: Fix copyright date.
15835
15836 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15837
15838 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15839 (check_philosopher_stack): Check for manager thread before checking
15840 for a just-starting thread.
15841
15842 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15843
15844 From Neil Booth <neil@daikokuya.demon.co.uk>:
15845 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15846 warnings.
15847
15848 2002-01-21 Fred Fish <fnf@redhat.com>
15849
15850 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15851 not caller.
15852
15853 2002-01-21 Jim Blandy <jimb@redhat.com>
15854
15855 * gdb.base/reread.exp: Check that GDB properly re-reads the
15856 executable file when it changes while no inferior is running.
15857
15858 2002-01-21 Fred Fish <fnf@redhat.com>
15859
15860 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15861 optionally accept the "shlib events" variation.
15862
15863 2002-01-21 Jim Blandy <jimb@redhat.com>
15864
15865 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15866 call `fflush' after every `printf', so that the output is produced
15867 at predictable points, regardless of whatever buffering does (or
15868 doesn't) take place.
15869 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15870 at different points.
15871
15872 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15873
15874 * gdb.c++/inherit.exp: Update copyright years.
15875 * gdb.c++/method.exp: Likewise.
15876
15877 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15878
15879 * gdb.c++/classes.exp: Update for improved v3 support and skipping
15880 artificial methods/arguments.
15881 * gdb.c++/derivation.exp: Likewise.
15882 * gdb.c++/inherit.exp: Likewise.
15883 * gdb.c++/method.exp: Likewise.
15884 * gdb.c++/virtfunc.exp: Likewise.
15885
15886 2002-01-18 Andrew Cagney <ac131313@redhat.com>
15887
15888 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15889 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15890 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15891 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15892 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15893 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15894
15895 2002-01-17 Jim Blandy <jimb@redhat.com>
15896
15897 * gdb.asm/asm-source.exp (info symbol): Take another shot at
15898 anchoring the pattern matching the entry point symbol's name.
15899
15900 2002-01-17 Andrew Cagney <ac131313@redhat.com>
15901
15902 * gdb.base/maint.exp: Update ``maint internal-error'' to match
15903 continue/quit query. Update copyright.
15904
15905 2002-01-14 Michael Snyder <msnyder@redhat.com>
15906
15907 * gdb.base/gcore.exp: Remove extra debugging output.
15908
15909 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15910
15911 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15912 for slightly dubious v2 mangled string.
15913
15914 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15915
15916 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15917
15918 2002-01-10 Jason Merrill <jason@redhat.com>
15919
15920 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
15921
15922 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15923 constructors.
15924 * gdb.c++/derivation.exp: Likewise.
15925 * gdb.c++/templates.exp: Likewise.
15926 * gdb.c++/virtfunc.exp: Likewise.
15927
15928 2002-01-10 Michael Snyder <msnyder@redhat.com>
15929
15930 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
15931
15932 2002-01-08 Michael Snyder <msnyder@redhat.com>
15933
15934 * gdb.base/gcore.exp: New test for generate-core-file command.
15935 * gdb.base/gcore.c: Testcase for above.
15936 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15937
15938 2002-01-08 Jason Merrill <jason@redhat.com>
15939
15940 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15941
15942 2002-01-07 Fred Fish <fnf@redhat.com>
15943
15944 * gdb.c++/overload.exp: Remove unconditional xfails for:
15945 print foo_instance1.overloadargs(1)
15946 print foo_instance1.overloadargs(1, 2)
15947 print foo_instance1.overloadargs(1, 2, 3)
15948 print foo_instance1.overloadargs(1, 2, 3, 4)
15949 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15950 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15951 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15952 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15953 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15954 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15955 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15956 print foo_instance1.overload1arg()
15957 print foo_instance1.overload1arg((char)arg2)
15958 print foo_instance1.overload1arg((signed char)arg3)
15959 print foo_instance1.overload1arg((unsigned char)arg4)
15960 print foo_instance1.overload1arg((int)arg7)
15961 print foo_instance1.overload1arg((unsigned int)arg8)
15962 print foo_instance1.overload1arg((float)arg11)
15963 print foo_instance1.overload1arg((double)arg12)
15964
15965 2002-01-07 Michael Snyder <msnyder@redhat.com>
15966
15967 * gdb.base/huge.exp: New test. Print a very large target data object.
15968 (skip_huge_test): New test variable. Define if you want to skip this
15969 test. The test reads an 8 megabyte data object from the target, so it
15970 might be very time consuming on remote targets with a slow connection.
15971 * gdb.base/huge.c: New file. Test case for above.
15972
15973 2002-01-07 Fred Fish <fnf@redhat.com>
15974
15975 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15976 g_instance.bfoo, and g_instance.cfoo.
15977
15978 2002-01-07 Jeffrey A Law <law@redhat.com>
15979
15980 * gdb.base/break.c (multi_line_if_conditional): New function.
15981 (multi_ilne_while_conditional): Likewise.
15982 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15983 IF or WHILE condition puts the breakpoint at the start of
15984 the condition.
15985
15986 * gdb.base/selftest.exp (backtrace through signal handler): Remove
15987 hppa*-*-hpux* expected failure.
15988 * gdb.base/structs.exp (do_function_calls): Similarly.
15989
15990 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15991 watchpoints.
15992
15993 2002-01-06 Andrew Cagney <ac131313@redhat.com>
15994
15995 Fix PR gdb/66.
15996 * gdb.base/structs.exp: Replace skip for a29k with skip for
15997 gdb,cannot_call_functions.
15998 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
15999 * gdb.base/callfuncs.exp: Ditto.
16000 * gdb.base/call-rt-st.exp: Ditto.
16001 * gdb.base/call-strs.exp: Ditto.
16002 * gdb.base/callfwmall.exp: Ditto.
16003 * gdb.base/scope.exp: Obsolete xfail a29k.
16004 * gdb.c++/misc.exp: Ditto.
16005 * gdb.c++/cplusfuncs.exp: Ditto.
16006 * gdb.base/ptype.exp: Ditto.
16007 * gdb.base/printcmds.exp: Ditto.
16008 * gdb.base/opaque.exp: Ditto.
16009 * gdb.base/list.exp: Ditto.
16010 * gdb.base/funcargs.exp: Ditto.
16011 * gdb.base/default.exp: Ditto.
16012
16013 2002-01-04 Michael Snyder <msnyder@redhat.com>
16014
16015 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
16016 * gdb.base/maint.exp: Add tests for maint info sections options.
16017
16018 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
16019
16020 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
16021
16022 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
16023
16024 * gdb.asm/arm.inc: New file.
16025 * gdb.asm/asm-source.exp: Add arm targets.
16026 * gdb.asm/configure.in: Ditto.
16027 * gdb.asm/configure: Recreated from configure.in.
16028
16029 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
16030
16031 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
16032 with HP's compiler.
16033 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16034 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16035 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16036 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16037
16038 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
16039 either HP's compilers or GCC.
16040
16041 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
16042 a SIGBUS or SIGSEGV.
16043
16044 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
16045
16046 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
16047 can be compiled with either HP's compiler or GCC.
16048
16049 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
16050 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
16051 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
16052
16053 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
16054 to match current gdb output. Update due to using auto-solib-limit
16055 for limiting instead of overloading auto-solib-add.
16056 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
16057 test program.
16058
16059 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
16060 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
16061 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16062 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16063 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16064 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16065 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
16066 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
16067 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
16068 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
16069 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
16070 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
16071 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
16072
16073 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
16074 a SIGTRAP to the inferior.
16075
16076 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
16077
16078 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
16079 Substitute call to target_link by call to gdb_compile.
16080
16081 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
16082
16083 * gdb.base/break.exp: Fix HP specific search string when testing
16084 backtracing in a called function.
16085
16086 * gdb.base/constvars.exp: Only set lang to C++ if we're
16087 compiling the test with HP's compilers.
16088 * gdb.base/volatile.exp: Similarly.
16089
16090 2001-12-19 Jim Blandy <jimb@redhat.com>
16091
16092 * gdb.base/printcmds.exp: Expect the null character to be printed
16093 as '\0', and the '\013' to be printed as '\v'.
16094 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
16095 * gdb.base/setvar.exp: Same.
16096
16097 2001-12-17 Jim Blandy <jimb@redhat.com>
16098
16099 * gdb.base/completion.exp: Rather than completing very long
16100 filenames, which can make the readline library produce output we
16101 don't recognize, cd to the directory first, and then complete
16102 using nice, short relative paths.
16103
16104 * gdb.base/completion.exp: On some systems, there is, in fact, a
16105 variable named `b' in scope, since GDB treats all static
16106 variables as being in scope. So use `no_var_named_this'
16107 instead of `b'.
16108
16109 * gdb.base/corefile.exp: Recognize the message saying that GDB
16110 can't find the core file's registers as a failure.
16111
16112 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16113
16114 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16115 test expect string more specific.
16116
16117 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
16118
16119 * gdb.asm/asm-source.exp: Add support for xstormy16.
16120 * gdb.asm/configure.in: Ditto.
16121 * gdb.asm/configure: Rebuild.
16122 * gdb.asm/xstormy16.inc: New file.
16123
16124 2001-12-10 Fred Fish <fnf@redhat.com>
16125
16126 * gdb.base/maint.exp: Update to match changes in type dumping code.
16127
16128 2001-12-10 Jim Blandy <jimb@redhat.com>
16129
16130 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
16131 matching the entry point symbol's name at the beginning of the
16132 line.
16133
16134 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16135
16136 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
16137 gdb.c++/inherit.exp, gdb.c++/method.exp,
16138 gdb.c++/namespace.exp, gdb.c++/templates.exp,
16139 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
16140 and class layout support.
16141
16142 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16143
16144 * gdb.c++/classes.exp: Add test for static member function.
16145 * gdb.c++/misc.cc: Add class with static member function.
16146
16147 2001-12-07 Jim Blandy <jimb@redhat.com>
16148
16149 If GDB says it can't find the struct the function returned, report
16150 those tests as `unsupported'.
16151 * gdb.base/call-rt-st.exp (print_struct_call): New function.
16152 Rewrite subsequent tests to use it.
16153
16154 If GDB says it can't find the struct the function returned, report
16155 those tests as `unsupported'.
16156 * gdb.base/structs.exp (call_struct_func): New function.
16157 (do_function_calls): Use call_struct_func to call the functions
16158 returning structs.
16159
16160 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
16161 whether functions are prototyped or not, so we can't possibly pass
16162 arguments to t_float_values2 properly.
16163
16164 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
16165 value of `timeout' for targets other than the mips*tx39-*.
16166
16167 2001-12-06 Michael Snyder <msnyder@redhat.com>
16168
16169 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
16170 and detect whether the start symbol has a leading underscore.
16171
16172 2001-12-04 Jim Blandy <jimb@redhat.com>
16173
16174 * gdb.base/completion.exp: Clarify indentation.
16175
16176 2001-12-03 Jim Blandy <jimb@redhat.com>
16177
16178 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
16179 variables on the S/390, not `.word'.
16180
16181 2001-11-30 Jim Blandy <jimb@redhat.com>
16182
16183 Add assembly-source tests for s390-ibm-linux.
16184 * gdb.asm/s390.inc: New file.
16185 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
16186 the S/390 architecture.
16187 * gdb.asm/configure: Regenerated.
16188
16189 2001-11-30 Michael Snyder <msnyder@redhat.com>
16190
16191 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
16192 next, info source, info sources, info line, global and static
16193 variables, and static functions.
16194 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
16195 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
16196 * gdb.asm/asmsrc1.s: Add a static function and some variables.
16197 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
16198 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
16199 (gdbasm_leave): Restore frame pointer.
16200 (gdbasm_startup): Copy stack set-up from crt0.S.
16201
16202 2001-11-26 Fernando Nasser <fnasser@redhat.com>
16203
16204 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
16205 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
16206 to a local (non-static) variable. Copy tstruct.a to a static buffer
16207 and return a pointer to that buffer.
16208 * gdb.base/callfwmall.c (t_structs_a): Ditto.
16209
16210 2001-11-24 Mark Kettenis <kettenis@gnu.org>
16211
16212 * gdb.asm/configure.in: Fix recognition of ix86 target.
16213 * gdb.asm/configure: Regenerate.
16214
16215 2001-11-21 Michael Snyder <msnyder@redhat.com>
16216
16217 * gdb.asm/sparc.inc: New file.
16218 * gdb.asm/asm-source.exp: Recognize sparc target.
16219 * gdb.asm/configure.in: Recognize sparc target.
16220 * gdb.asm/configure: Regenerate.
16221
16222 2001-11-21 Michael Snyder <msnyder@redhat.com>
16223
16224 * gdb.asm/m32r.inc: New file.
16225 * gdb.asm/asm-source.exp: Recognize m32r target.
16226 * gdb.asm/configure.in: Recognize m32r target.
16227 * gdb.asm/configure: Regenerate.
16228
16229 2001-11-20 Michael Snyder <msnyder@redhat.com>
16230
16231 * gdb.asm/i386.inc: New file.
16232 * gdb.asm/asm-source.exp: Recognize ix86 target.
16233 * gdb.asm/configure.in: Recognize ix86 target.
16234 * gdb.asm/configure: Regenerate.
16235
16236 * gdb.c++/namespace.exp: Fix quotes in output messages.
16237
16238 2001-11-14 Michael Snyder <msnyder@redhat.com>
16239
16240 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
16241 qualifier in a type cast expression, to designate an address
16242 in the instruction space (Harvard architecture).
16243
16244 2001-11-13 Michael Snyder <msnyder@redhat.com>
16245
16246 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16247 Tests for expressions using 'const' and 'volatile'.
16248
16249 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
16250
16251 * gdb.asm/asm-sources.exp: Allow defining linker flags.
16252
16253 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
16254
16255 * lib/mi-support.exp (mi_run_to_helper): Move comments
16256 outside of gdb_expect.
16257
16258 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
16259
16260 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16261 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16262 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16263 mi0_run_to): New functions.
16264 * gdb.mi/mi-simplerun.exp: Use them.
16265 * gdb.mi/mi0-simplerun.exp: Likewise.
16266 * gdb.mi/mi-var-cmd.exp: Likewise.
16267 * gdb.mi/mi0-var-cmd.exp: Likewise.
16268
16269 2001-11-10 Andrew Cagney <ac131313@redhat.com>
16270
16271 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16272 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16273
16274 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16275
16276 * gdb.base/restore.exp: Include $expected value in restored test
16277 message.
16278
16279 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16280
16281 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16282 implemented.
16283
16284 2001-11-08 Michael Snyder <msnyder@redhat.com>
16285
16286 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16287 Add pass/fail message for stop at breakpoint in call dummy function.
16288
16289 2001-11-07 Michael Snyder <msnyder@redhat.com>
16290
16291 * gdb.c++/templates.exp (test_template_breakpoints):
16292 If we get an overload menu, but it does not match what
16293 we expect, we still need to issue the "cancel" command.
16294 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16295 making the whitespace optional. Argument for "new" may be
16296 "unsigned" as well as "unsigned int/long".
16297 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
16298 making the whitespace optional. Also replace "(void) with
16299 "((void|)), making the keyword "void" optional.
16300 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
16301 making the whitespace optional. Also replace "(void) with
16302 "((void|)), making the keyword "void" optional.
16303 * gdb.base/callfuncs.c (t_float_values): This function must
16304 _not_ be prototyped, and the following function (t_float_values2)
16305 must be prototyped (if the compiler supports it), so that GDB
16306 can be tested against both cases. Usually one case involves
16307 promotion of float to double, while the other does not.
16308 * gdb.base/callfwmall.c: Ditto.
16309 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16310 includes a stack frame for "start".
16311
16312 2001-11-05 Jim Blandy <jimb@redhat.com>
16313
16314 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
16315 pointers are 32 bits long, and that offsets of relocs are always
16316 stored in the data (REL-style), and not in the reloc entry itself
16317 (RELA-style).
16318 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16319 stabs.
16320
16321 2001-11-01 Michael Snyder <msnyder@redhat.com>
16322
16323 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16324 and regular expression operators by using quoting.
16325
16326 2001-10-31 Michael Snyder <msnyder@redhat.com>
16327
16328 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16329 depending on what the symbol table contains.
16330 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16331 the output of the ptype command. Similarly, accept both "const &"
16332 and "const&".
16333
16334 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
16335
16336 * gdb.base/miscexprs.c (main): Add usage of preprocessor
16337 symbol `STORAGE' to allow to choose the storage class of
16338 the local datastructures.
16339 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16340 compiler directive.
16341
16342 2001-10-30 Michael Snyder <msnyder@redhat.com>
16343
16344 * gdb.base/jump.exp: Allow it to run for all targets.
16345
16346 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16347
16348 * gdb.base/call-ar-st.c (print_double_array): Match for loop
16349 with new double_array size.
16350 (main): Change storage class of all local variables to static.
16351 Reduce size of double_array to 9.
16352 * gdb.base/call-ar-st.exp: Increase timeout value.
16353 Change expected output for double array to match new size in
16354 call-ar-st.c.
16355
16356 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16357
16358 * gdb.base/ending-run.exp: Create identical output when passing
16359 `step to end of run' case. Add regular expression branch satisfying
16360 Stormy16 target.
16361
16362 2001-10-28 Mark Kettenis <kettenis@gnu.org>
16363
16364 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
16365 that we catch the expected failure under Linux/x86.
16366
16367 2001-10-29 Orjan Friberg <orjanf@axis.com>
16368
16369 * gdb.base/setvar.exp: Escape curly braces.
16370 * gdb.stabs/weird.exp: Ditto.
16371
16372 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
16373
16374 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
16375 * gdm.mi/mi0-hack-cli.exp: Likewise.
16376
16377 2001-10-25 Andrew Cagney <ac131313@redhat.com>
16378
16379 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
16380 messages.
16381
16382 2001-10-21 Andrew Cagney <ac131313@redhat.com>
16383
16384 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
16385 checking MI enabled.
16386
16387 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
16388
16389 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
16390
16391 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
16392
16393 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
16394 if gdb child process crashes, just signal an error.
16395
16396 2001-10-02 Jim Blandy <jimb@redhat.com>
16397
16398 * lib/gdb.exp (test_xfail_format): Simplify.
16399
16400 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
16401 front of the variable name `format'. Simplify `if'.
16402
16403 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16404
16405 * gdb.threads/pthreads.exp: Wait for output and delay
16406 before sending ^C.
16407
16408 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16409
16410 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
16411 some incorrect output instead of timing out.
16412 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
16413
16414 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
16415
16416 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
16417 check to allow additional `int'.
16418
16419 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
16420
16421 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
16422 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
16423
16424 2001-09-27 Michael Snyder <msnyder@redhat.com>
16425
16426 * lib/gdb.exp (test_debug_format): New proc.
16427 (setup_xfail_format): Use new proc test_debug_format.
16428 * gdb.base/constvars.exp (local_compiler_xfail_check): New
16429 proc; use new service proc test_debug_format.
16430 Replace all other "gcc_compiled" tests with this test.
16431 * gdb.base/volatile.exp (local_compiler_xfail_check): New
16432 proc; use new service proc test_debug_format.
16433 Replace all other "gcc_compiled" tests with this test.
16434
16435 2001-09-27 Michael Snyder <msnyder@redhat.com>
16436
16437 * gdb.base/cvexpr.exp: New file.
16438 * gdb.base/cvexpr.c: New file
16439 Test for expressions using const and volatile keywords.
16440
16441 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
16442
16443 * gdb.base/constvars.exp: Check for different orders of keywords
16444 and additional "int" strings in output.
16445
16446 2001-09-22 Andrew Cagney <ac131313@redhat.com>
16447
16448 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16449 responses from "help maint".
16450
16451 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
16452
16453 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16454 to localhost:NNN instead of :NNN, in case Xvfb is listening
16455 only on TCP.
16456
16457 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
16458
16459 * gdb.base/recurse.exp: When checking leaving the watchpoint
16460 scope, recognize when gdb is in function's epilogue and pass.
16461
16462 2001-09-18 Keith Seitz <keiths@redhat.com>
16463
16464 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16465 support for running tests against sid targets.
16466 (gdbtk_done): Ditto.
16467
16468 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
16469
16470 * gdb.base/ending-run.c (main): Set stdout buffersize
16471 to the same reasonable value for any target.
16472 * gdb.base/ending-run.exp: Add a regular expression
16473 to make testsuite happy on Sanyo Stormy16 target.
16474
16475 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
16476
16477 * gdb.base/display.c (do_loops): Add float variable `f'.
16478 Increment f in loop.
16479 * gdb.base/display.exp: Increment timeout by 60 seconds.
16480 Change float display test to use variable `f'.
16481
16482 2001-09-17 Jim Blandy <jimb@redhat.com>
16483
16484 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16485 overflowing the limited breakpoint tables on some ROM monitors
16486 (like the ROM68K).
16487
16488 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
16489
16490 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16491 the "-ac" (disable access control) flag.
16492
16493 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
16494
16495 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16496 ints.
16497
16498 2001-08-30 Keith Seitz <keiths@redhat.com>
16499
16500 * lib/gdb.exp: Move all insight-related functionality into
16501 separate file.
16502 * lib/insight-support.exp: New file.
16503
16504 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
16505
16506 * config/sid.exp (sid_start): Never set sid verbosity; disable
16507 expect_background {} that consumed its stdout; tolerate </dev/null.
16508 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16509
16510 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16511
16512 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16513 CLI jump command to start it.
16514 (mi_run_to_main): Fail immediatly when unexpected output.
16515
16516 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16517
16518 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16519 beginning of function. Fix PR gdb/191.
16520
16521 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
16522
16523 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16524 what to force sid endianness to.
16525
16526 2001-08-15 Keith Seitz <keiths@redhat.com>
16527
16528 * lib/gdb.exp (gdbtk_start): Don't set environment
16529 variables for TCL_LIBRARY and friends. Insight will
16530 now figure these out for itself.
16531
16532 2001-08-02 Michael Snyder <msnyder@redhat.com>
16533
16534 * gdb.base/completion.exp: Remove the symbol "a64l" from
16535 the expect string; this is target-specific, and not related
16536 to what is being tested.
16537
16538 2001-08-02 Dave Brolley <brolley@redhat.com>
16539
16540 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16541
16542 2001-07-25 Michael Snyder <msnyder@redhat.com>
16543
16544 * gdb.base/consecutive.exp: New file. Test stepping over
16545 breakpoints on consecutive instructions.
16546 * gdb.base/consecutive.c: New file.
16547
16548 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16549 curly braces in regular expressions.
16550
16551 2001-07-25 Michael Snyder <msnyder@redhat.com>
16552
16553 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16554 legitimate output from stepping out of main.
16555
16556 2001-07-22 Keith Seitz <keiths@redhat.com>
16557
16558 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16559 the empty string, do not run the tests.
16560
16561 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16562
16563 * gdb.base/long_long.exp: Detect size of pointer. Take into
16564 account 2-byte pointers when testing for p/a results.
16565
16566 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16567
16568 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16569 and defined to 1K for m68hc11.
16570 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16571 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16572 (sizeof_random_data): New variable to tell the size of the data table;
16573 don't test past this size; always run to main.
16574
16575 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16576
16577 * gdb.base/return2.exp: return of long long and double fails for
16578 68HC11; don't execute these tests on that platform.
16579 * gdb.base/return.exp: Return of a double fails for 68hc11.
16580
16581 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16582
16583 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16584 tests that print a float.
16585 * call-rt-st.exp: Likewise.
16586
16587 2001-07-12 Mark Kettenis <kettenis@gnu.org>
16588
16589 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16590 running this test on Linux.
16591
16592 2001-06-24 Michael Chastain <chastain@redhat.com>
16593
16594 * gdb.base/arithmet.exp: Remove some tests to make all test names
16595 unique.
16596
16597 2001-07-03 Michael Snyder <msnyder@redhat.com>
16598
16599 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16600 the output of the ptype command.
16601
16602 2001-07-02 Michael Snyder <msnyder@redhat.com>
16603
16604 * gdb.base/completion.exp: Don't assume that break.c is the only
16605 source file that may contain functions named "marker".
16606 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16607
16608 2001-06-28 Andrew Cagney <ac131313@redhat.com>
16609
16610 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16611 of files to delete.
16612
16613 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16614 * gdb.disasm/h8300s.exp: New file.
16615 gdb.disasm/h8300s.s: Likewise.
16616
16617 2001-06-27 Andrew Cagney <ac131313@redhat.com>
16618
16619 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16620 empty breakpoint tables.
16621
16622 2001-06-25 Andrew Cagney <ac131313@redhat.com>
16623
16624 * lib/mi-support.exp: Update args=... part of stop-reason
16625 patterns. Accept either a list or a tuple.
16626
16627 2001-06-23 Andrew Cagney <ac131313@redhat.com>
16628
16629 * lib/mi-support.exp: Remove local emacs variable defining
16630 change-log-default-name.
16631
16632 2001-06-22 Michael Chastain <chastain@redhat.com>
16633
16634 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16635 This is operationally compatible with the previous version.
16636
16637 2001-06-13 Jim Blandy <jimb@redhat.com>
16638
16639 * lib/gdb.exp (gdb_test): Doc fix.
16640
16641 2001-06-10 Michael Chastain <chastain@redhat.com>
16642
16643 * gdb.base/exprs.exp: Remove a duplicate test.
16644
16645 2001-06-06 Jim Blandy <jimb@redhat.com>
16646
16647 * gdb.base/return2.exp (main): Use values to test float and double
16648 returns that are not NaN's, to avoid being confused by IEEE
16649 comparison rules.
16650
16651 2001-06-04 Michael Snyder <msnyder@redhat.com>
16652
16653 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
16654 non-zero if control_c fails. Terminate the test on failure,
16655 rather than wait for 12 more tests to time out.
16656
16657 2001-06-06 Jim Blandy <jimb@redhat.com>
16658
16659 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
16660 Don't forget to match the GDB prompt.
16661
16662 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16663
16664 2001-06-04 Jim Blandy <jimb@redhat.com>
16665
16666 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16667 command.
16668
16669 2001-05-31 Kevin Buettner <kevinb@redhat.com>
16670
16671 * gdb.base/annota1.exp (info break): Match four or more spaces
16672 after "Address".
16673
16674 2001-05-31 Michael Chastain <chastain@redhat.com>
16675
16676 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16677 (dm_type_int_star): Likewise.
16678 (dm_type_long_star): Likewise.
16679 (dm_type_void_star): Likewise.
16680
16681 2001-05-29 Kevin Buettner <kevinb@redhat.com>
16682
16683 * gdb.base/completion.exp (INPUTRC): Set this environment variable
16684 to a known value in order to get consistent results regardless
16685 of the setting of INPUTRC or the presence or contents of .inputrc.
16686
16687 2001-05-24 Michael Snyder <msnyder@redhat.com>
16688
16689 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16690 Don't require that the main thread and the manager thread are the
16691 first in the list.
16692
16693 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16694 debugging. If test fails, issue an "unsupported" not a "fail".
16695
16696 2001-05-24 Jim Blandy <jimb@redhat.com>
16697
16698 Don't assume that short is shorter than int.
16699 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16700 assume that shorts are smaller than ints. On a 16-bit machine,
16701 this isn't true.
16702 ("print unsigned char == (~0)"): Add test that verifies that ~0,
16703 an int, is not equal to ~0 stored in an unsigned char. This tests
16704 the same thing that the previous test meant to, but works on
16705 16-bit machines, too.
16706 ("print unsigned char != (~0)"): Same test, complemented.
16707
16708 2001-05-24 Michael Snyder <msnyder@redhat.com>
16709
16710 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
16711 test for (full_coverage == 0). This makes the test run faster,
16712 and prevents dejagnu getting out of step.
16713
16714 2001-05-23 Kevin Buettner <kevinb@redhat.com>
16715
16716 * gdb.base/finish.exp (finish_void): Revise pattern for
16717 stopping on the call statement to not permit stopping at
16718 the start of the instructions comprising the call sequence.
16719
16720 2001-05-19 Michael Chastain <chastain@redhat.com>
16721
16722 * gdb.base/callfuncs.exp: Make all test names unique.
16723 * gdb.base/commands.exp: Make all test names unique.
16724 * gdb.base/condbreak.exp: Make all test names unique.
16725 * gdb.base/dbx.exp: Make all test names unique.
16726 * gdb.base/default.exp: Make all test names unique.
16727 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
16728 and TIMEOUT messages to their corresponding PASS message.
16729 * gdb.base/ending-run.exp: Make all test names unique.
16730 * gdb.base/long_long.exp: Remove duplicate test.
16731
16732 2001-05-21 Kevin Buettner <kevinb@redhat.com>
16733
16734 * gdb.base/finish.exp (finish_void): Allow "finish" command to
16735 stop on the call statement as well as the statement after the
16736 call.
16737
16738 2001-05-21 Michael Snyder <msnyder@redhat.com>
16739
16740 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16741
16742 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16743
16744 * gdb.base/completion.exp: Revamp test. Make it execute on all
16745 platforms.
16746
16747 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16748
16749 * config/gdbserver.exp (gdb_load): Handle the case
16750 in which the arguments to gdbserver are given in the
16751 baseboard configuration file.
16752 Also handle the case in which the server needs to do a
16753 load.
16754
16755 2001-05-07 Keith Seitz <keiths@cygnus.com>
16756
16757 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16758 set up the display for testing.
16759 (gdbtk_start): Convert all paths to paths that tcl will like.
16760 Export target information to environment.
16761 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16762 necessary.
16763 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16764 (to_tcl_path): New proc to convert a given pathname into
16765 a path acceptible as an argument to a tcl command.
16766 (_gdbtk_export_target_info): New proc to export target info
16767 into the environment for gdbtk testing.
16768 (gdbtk_done): New proc to signal end-of-test.
16769
16770 2001-05-06 Jim Blandy <jimb@redhat.com>
16771
16772 * restore.c: Make the code of caller0 correspond to its comment.
16773
16774 2001-05-03 Michael Snyder <msnyder@redhat.com>
16775
16776 * config/sid.exp (gdb_target_sid): Check for error messages.
16777 On error or timeout, don't make expect exit (which will terminate
16778 all subsequent tests); instead just make gdb exit.
16779 (gdb_load): Check for error messages. On error or timeout,
16780 return a negative value.
16781
16782 2001-04-24 Jim Blandy <jimb@redhat.com>
16783
16784 * gdb.c++/templates.exp: If we see the prompt for the overload
16785 list, but we haven't recognized any of the longer patterns,
16786 arrange for this test to fail, not hang.
16787
16788 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16789 variations.
16790
16791 2001-04-22 Michael Chastain <chastain@redhat.com>
16792
16793 * gdb.c++/local.exp: Use the 'runto' library function.
16794 * gdb.c++/namespace.exp: Likewise.
16795 * gdb.c++/overload.exp: Likewise.
16796
16797 2001-03-26 Kevin Buettner <kevinb@redhat.com>
16798
16799 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16800 * gdb.base/step-line.exp: New file. Test step/next in presence of
16801 #line directives.
16802 * gdb.base/step-line.c: New file. Test program for the above.
16803 * gdb.base/step-line.inp: New file. We pretend that this file has
16804 been transformed by some other tool into step-line.c.
16805
16806 2001-03-21 Jim Blandy <jimb@redhat.com>
16807
16808 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16809 unmangled operator names.
16810
16811 2001-03-20 Jim Blandy <jimb@redhat.com>
16812
16813 * gdb.threads/linux-dp.exp: Recognize an additional message
16814 generated by GDB when it doesn't understand how to debug threads
16815 on the target system.
16816
16817 2001-03-19 Andrew Cagney <ac131313@redhat.com>
16818
16819 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16820
16821 2001-03-12 Michael Chastain <chastain@redhat.com>
16822
16823 * gdb.c++/derivation.exp: Use the 'runto' library function.
16824
16825 2001-03-12 Michael Chastain <chastain@redhat.com>
16826
16827 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16828
16829 2001-02-24 Michael Chastain <chastain@redhat.com>
16830
16831 * gdb.c++/ref-types.exp: Change handwritten code to library
16832 function 'runto'.
16833
16834 2001-03-16 Orjan Friberg <orjanf@axis.com>
16835
16836 * gdb.base/signals.exp: Set count to 0 explicitly.
16837
16838 2001-03-15 Mark Salter <msalter@redhat.com>
16839
16840 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16841 (gdb_target_monitor): Add check of gdb_target_cmd return value.
16842 (gdb_load): Add support for additional target_info: gdb_download_size
16843 and gdb_load_timeout.
16844
16845 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
16846
16847 * gdb.base/annota1.exp: Move test of isnative to earlier in the
16848 file -- to prevent failing when the compile fails but we have no
16849 intention of running the tests anyway.
16850
16851 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16852 tests if set.
16853
16854 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
16855 integers.
16856
16857 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16858 * gdb.c++/namespace.exp: Ditto.
16859
16860 2001-03-07 Orjan Friberg <orjanf@axis.com>
16861
16862 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16863 * gdb.base/pointers.exp: Relax pattern match of decimals.
16864
16865 2001-03-06 Kevin Buettner <kevinb@redhat.com>
16866
16867 * Makefile.in, config/abug.exp, config/cfdbug.exp,
16868 config/cpu32bug.exp, config/dve.exp, config/est.exp,
16869 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16870 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16871 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16872 config/sh.exp, config/sid.exp, config/slite.exp,
16873 config/sparclet.exp, config/udi.exp, config/unknown.exp,
16874 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16875 config/vxworks.exp, config/vxworks29k.exp,
16876 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16877 gdb.base/all-bin.exp, gdb.base/annota1.exp,
16878 gdb.base/arithmet.exp, gdb.base/assign.exp,
16879 gdb.base/async.exp, gdb.base/attach.exp,
16880 gdb.base/bitfields.exp, gdb.base/bitops.exp,
16881 gdb.base/break.exp, gdb.base/call-ar-st.exp,
16882 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16883 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16884 gdb.base/commands.exp, gdb.base/completion.exp,
16885 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16886 gdb.base/constvars.exp, gdb.base/corefile.exp,
16887 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16888 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16889 gdb.base/ending-run.exp, gdb.base/environ.exp,
16890 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16891 gdb.base/finish.exp, gdb.base/foll-exec.exp,
16892 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16893 gdb.base/funcargs.exp, gdb.base/help.exp,
16894 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16895 gdb.base/logical.exp, gdb.base/long_long.exp,
16896 gdb.base/maint.exp, gdb.base/mips_pro.exp,
16897 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16898 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16899 gdb.base/pointers.exp, gdb.base/printcmds.exp,
16900 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16901 gdb.base/regs.exp, gdb.base/relational.exp,
16902 gdb.base/remote.exp, gdb.base/reread.exp,
16903 gdb.base/restore.exp, gdb.base/return2.exp,
16904 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16905 gdb.base/selftest.exp, gdb.base/setshow.exp,
16906 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16907 gdb.base/sigall.exp, gdb.base/signals.exp,
16908 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16909 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16910 gdb.base/step-test.exp, gdb.base/structs.c,
16911 gdb.base/structs.exp, gdb.base/structs2.exp,
16912 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16913 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16914 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16915 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16916 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16917 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16918 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16919 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16920 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16921 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16922 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16923 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16924 gdb.fortran/types.exp, gdb.java/jmisc.exp,
16925 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16926 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16927 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16928 gdb.trace/circ.exp, gdb.trace/collection.exp,
16929 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16930 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16931 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16932 gdb.trace/report.exp, gdb.trace/save-trace.exp,
16933 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16934 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16935 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16936 notices.
16937
16938 2001-02-27 Michael Snyder <msnyder@cygnus.com>
16939
16940 * gdb.base/varargs.c (find_max_double): Fix printf format string:
16941 first arg is int not float.
16942
16943 2001-02-22 Michael Snyder <msnyder@cygnus.com>
16944
16945 * gdb.base/reread.exp: Unsupported for non-native targets;
16946 doesn't work for remote debugging.
16947
16948 2001-02-19 Fernando Nasser <fnasser@redhat.com>
16949
16950 From Drew Moseley <dmoseley@redhat.com>
16951 * gdb.base/ending-run.exp: Properly handle the BSP state when
16952 stepping past the end of main.
16953
16954 2001-02-19 John Moore <jmoore@redhat.com>
16955
16956 * gdb.base/commands.exp (infrun_breakpoint_command_test):
16957 Converted HPUX fix for non-expected items following multiple
16958 step commands into general solution for all platforms.
16959
16960 2001-02-18 Michael Chastain <chastain@redhat.com>
16961
16962 * gdb.c++/classes.exp (do_tests): Change runto statements
16963 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16964 statements demangler agnostic.
16965 * gdb.c++/virtfunc.exp (do_tests): Likewise.
16966 (gdb_virtfunc_restart): Likewise.
16967
16968 2001-02-14 Michael Chastain <chastain@redhat.com>
16969
16970 * gdb.c++/inherit.exp (do_tests): Change runto statements
16971 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16972 statements demangler agnostic.
16973
16974 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
16975
16976 * gdb.threads/pthreads.exp: Unify pass/fail messages for
16977 ``continue to bkpt at common_routine in thread 2'' and ``stopped
16978 before calling common_routine 15 times'' tests.
16979
16980 2001-02-11 Michael Chastain <chastain@redhat.com>
16981
16982 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16983 Helps the test script figure out which demangler is in use.
16984 (dm_type_foo_ref): Ditto.
16985 (dm_type_int_star): Ditto.
16986 (dm_type_long_star): Ditto.
16987 (dm_type_unsigned_int): Ditto.
16988 (dm_type_void): Ditto.
16989 (dm_type_void_star): Ditto.
16990 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
16991 Probe the gdb demangler and set variables to accommodate
16992 formatting differences.
16993 (info_func_regexp): New function. Same as info_func, but
16994 matches against a regexp.
16995 (info_func): Match against a literal string.
16996 (print_addr_2): New function. Match against a literal string,
16997 which can be different from the input to gdb.
16998 (print_addr): Simply call print_addr_2 with the same argument twice.
16999 (test_lookup_operator_functions): Use demangler formatting variables.
17000 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
17001 the tests in the same order as the C++ class declaration.
17002 (test_paddr_operator_functions): Ditto.
17003 (test_paddr_overloaded_functions): Ditto.
17004 (test_paddr_hairy_functions): Use demangler formatting variables.
17005 Add reference to gdb/19 for related tests.
17006 (do_tests): Call probe_demangler.
17007
17008 2001-01-30 Kevin Buettner <kevinb@redhat.com>
17009
17010 * gdb.c++/templates.cc (printf): Remove unused function definition.
17011
17012 2001-01-26 Felix Lee <flee@redhat.com>
17013
17014 * sid.exp (sid_exit): Pass host, not target, to remote_close.
17015
17016 2001-01-25 matthew green <mrg@redhat.com>
17017
17018 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
17019 up sid.
17020 (sid_exit): Call `remote_pop_conn' after GDB is gone.
17021
17022 2001-01-25 matthew green <mrg@redhat.com>
17023
17024 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
17025 Deprecate $sid_spawn_id.
17026 (sid_exit): Remove code necessary only for `spawn.'
17027
17028 2001-01-25 matthew green <mrg@redhat.com>
17029
17030 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
17031
17032 2001-01-28 Michael Chastain <chastain@redhat.com>
17033
17034 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
17035 to call when tests fail. It takes gdb out of the overloaded
17036 function choice menu back to the main prompt, so that the test
17037 program stays synchronized.
17038 (set_bp_overloaded): New proc to collect all the common
17039 code for setting a breakpoint on an overloaded name. Calls
17040 take_gdb_out_of_choice_menu when needed.
17041 (menu_overload1arg): New variable to collect the repeated
17042 instances of the expected menu for an overloaded name. Change
17043 the regular expression to handle changes in g++ type encoding:
17044 "void" can be either "void" or "", and "unsigned int" can be
17045 either "unsigned int" or "unsigned".
17046 (continue_to_bp_overloaded): Change regular expressions to handle
17047 changes in g++ type encoding.
17048 (no proc): Call take_gdb_out_of_choice_menu when needed.
17049 Remove redundant calls to "info break". Accept either "canceled"
17050 or "cancelled". Change regular expressions in "info break"
17051 calls to handle changes in g++ type encoding. Give all tests
17052 unique strings.
17053
17054 2001-01-17 Ben Elliston <bje@redhat.com>
17055
17056 * config/sid.exp: New file.
17057
17058 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
17059
17060 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
17061
17062 2000-12-21 Michael Snyder <msnyder@cygnus.com>
17063
17064 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
17065 Add a RE to accept a non-ascii char if one is ever presented.
17066
17067 2000-12-20 Fernando Nasser <fnasser@redhat.com>
17068
17069 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
17070
17071 2000-12-18 Michael Snyder <msnyder@cygnus.com>
17072
17073 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
17074 in regexp. One '\' does not suffice on Linux.
17075
17076 2000-12-09 Michael Chastain <chastain@redhat.com>
17077
17078 * gdb.base/break.exp (test_clear_command): Use a marker function
17079 rather than 'main' for the test function. Also move this
17080 test to an execution point where the marker function names are
17081 guaranteed to be bound to functions. (Executing tests after a
17082 'finish' from main runs into name conflicts with local names
17083 in __libc_start_main).
17084
17085 2000-12-07 Michael Snyder <msnyder@cygnus.com>
17086
17087 * gdb.base/finish.exp: New test for gdb's "finish" command.
17088 * gdb.base/return2.exp: New test for gdb's "return" command.
17089 * gdb.base/return2.c: New source file for above.
17090
17091 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17092
17093 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
17094 * gdb.base/miscexprs.exp: Ditto.
17095 * gdb.base/pointers.exp: Ditto.
17096 * gdb.c++/derivation.exp: Ditto.
17097 * gdb.c++/local.exp: Ditto.
17098 * gdb.c++/namespace.exp: Ditto.
17099 * gdb.c++/overload.exp: Ditto.
17100 * gdb.c++/ref-types.exp: Ditto.
17101
17102 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17103
17104 * gdb.base/constvars.exp: Test result of "up" command.
17105 * gdb.base/miscexprs.exp: Ditto.
17106 * gdb.base/pointers.exp: Ditto.
17107 * gdb.base/scope.exp: Ditto.
17108 * gdb.c++/derivation.exp: Ditto.
17109 * gdb.c++/local.exp: Ditto.
17110 * gdb.c++/namespace.exp: Ditto.
17111 * gdb.c++/overload.exp: Ditto.
17112 * gdb.c++/ref-types.exp: Ditto.
17113
17114 2000-11-22 Michael Chastain <chastain@redhat.com>
17115
17116 * mips_pro.exp: Accept either "middle -> top -> main" or
17117 "middle -> main" in the backtrace, because gcc can optimize
17118 tail calls to jumps. Remove setup_xfail for the hppa case.
17119 Add a comment with the original warning messages from PR 3016,
17120 which was filed in 1993, to preserve them for posterity.
17121
17122 2000-11-17 Nick Duffek <nsd@redhat.com>
17123
17124 * lib/gdb.exp (gdb_test): Override timeout with board info.
17125
17126 2000-11-17 Nick Duffek <nsd@redhat.com>
17127
17128 * gdb.base/display.exp: Don't kill running stub. Add "again" to
17129 the second kill and detach messages.
17130
17131 2000-11-17 Nick Duffek <nsd@redhat.com>
17132
17133 * configure.in: Add AC_EXEEXT.
17134 * configure: Regenerate.
17135 * Makefile.in (just-check): Export EXEEXT.
17136 * lib/gdb.exp ($EXEEXT): Import from environment.
17137 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
17138 expect "maint dump-me" on Cygwin.
17139 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
17140 $EXEEXT.
17141
17142 2000-11-17 Nick Duffek <nsd@redhat.com>
17143
17144 * gdb.base/break.exp: Test backtrace and finish from called
17145 function on all platforms, not just HP-UX.
17146
17147 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17148
17149 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
17150 code from gdb_target_monitor, so it can be used independantly
17151 for gdbserver. Also comment out an unnecessary PUTS.
17152
17153 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17154
17155 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
17156 * gdb.base/corefile.exp: Expect the message "Program is being
17157 debugged already" when we send the "corefile" command, since
17158 the preceeding gdb_load may have connected gdb to a remote target.
17159 * gdb.base/display.exp: Disable hardware watchpoints if new
17160 board info variable "no_hardware_watchpoints" is true.
17161 Replace single-letter commands with more readable ones.
17162 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
17163 if new board info variable "no_hardware_watchpoints" is true.
17164 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
17165 to see if stdio (printf) testing is possible.
17166 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
17167 board info variable "no_hardware_watchpoints" is true. Use new
17168 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
17169
17170 2000-11-13 Fernando Nasser <fnasser@redhat.com>
17171
17172 From Orjan Friberg <orjanf@axis.com>:
17173 * gdb.base/printcmds.exp: Escape curly braces followed by a number
17174 in array print pattern match.
17175
17176 2000-11-09 Fernando Nasser <fnasser@redhat.com>
17177
17178 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
17179 spelling "cancelled" to U.S. spelling "canceled" to match changes
17180 made to gdb.
17181 * gdb.c++/ovldbreak.exp: Ditto.
17182
17183 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17184
17185 * gdb.base/callfuncs.c (main): Moved to end of file, call
17186 t_double_values to initialize the FPU before inferior calls are made.
17187 * gdb.base/callfuncs.exp: Test for register preservation after calling
17188 inferior functions. Add tests for continuining, finishing and
17189 returning from a stop in a call dummy.
17190
17191 2000-10-24 Michael Snyder <msnyder@cygnus.com>
17192
17193 * gdb.base/commands.exp: Break up long lines, and re-indent.
17194
17195 2000-10-19 Michael Snyder <msnyder@cygnus.com>
17196
17197 * config/gdbserver.exp: Rewritten from the ground up, to make it
17198 compatible with the current dejagnu tree, and to make it work with
17199 the new "gdbserver" in libremote.
17200
17201 2000-10-16 Michael Snyder <msnyder@cygnus.com>
17202
17203 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
17204 * gdb.base/varargs.exp: Skip entire test if no printf support.
17205 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
17206 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
17207
17208 2000-10-13 Michael Snyder <msnyder@cygnus.com>
17209
17210 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
17211 no floating point support.
17212 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
17213 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17214 * gdb.base/call-rt-st.exp: Ditto.
17215 * gdb.base/call-strs.exp: Ditto.
17216
17217 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
17218
17219 * gdb.base/sizeof.c: include <stdio.h>.
17220
17221 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
17222 'finish', otherwise uncaptured gdb_prompt would potentially
17223 throw remaining test points out of sync.
17224
17225 2000-07-26 Scott Bambrough <scottb@netwinder.org>
17226
17227 * gdb.base/recurse.exp: Run tests for all targets.
17228 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17229 gnu-oldld case on ARM.
17230 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17231 for ARM targets.
17232
17233 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
17234
17235 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17236 * gdb.java/configure: Rebuild.
17237
17238 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
17239
17240 * gdb.java/jv-exp.exp: New file.
17241
17242 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
17243
17244 * configure: Rebuilt.
17245 * configure.in (configdirs): Add gdb.java.
17246 * gdb.java/jmisc.java: New file.
17247 * gdb.java/jmisc.exp: New file.
17248 * gdb.java/Makefile.in: New file.
17249 * gdb.java/configure: Rebuilt.
17250 * gdb.java/configure.in: New file.
17251 * lib/java.exp: New file.
17252
17253 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
17254
17255 * gdb.base/exprs.exp: Test casts to a pointer including over and
17256 underflow.
17257
17258 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
17259
17260 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
17261 and the compilers sizes.
17262
17263 2000-07-09 Nick Duffek <nsd@redhat.com>
17264
17265 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17266 (use_methods): New function.
17267 (main): Call use_methods().
17268 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17269 (do_tests): Call test_method_param_class.
17270
17271 2000-07-09 Nick Duffek <nsd@redhat.com>
17272
17273 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17274 spelling.
17275 (test_enums): New procedure. Move enum tests from end of script
17276 to here. Set breakpoint on function name instead of line number.
17277 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17278 (enums2): New marker function.
17279 (enums1): New function.
17280 (main): Call enums1(). Move enum tests to enums1().
17281
17282 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
17283
17284 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
17285 compile/link program. Update line numbers.
17286 * gdb.asm/d10v.inc: Define ``startup''.
17287 * gdb.asm/asmsrc1.s: Add definition of _start.
17288
17289 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
17290
17291 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17292
17293 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17294
17295 * gdb.base/maint.exp: Add 'maint print architecture' item to output
17296 of 'help maint print' command.
17297
17298 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
17299
17300 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
17301 they use gdb_expect_list.
17302
17303 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
17304
17305 * gdb.base/commands.exp: Use ``set remote
17306 memory-read-packet-size'' instead of ``set endian big'' to test
17307 long commands.
17308
17309 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
17310
17311 * gdb.c++/templates.exp (do_tests): Make all of these work under
17312 g++, and stop skipping them.
17313
17314 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17315 work under g++.
17316
17317 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
17318 initialization.
17319
17320 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17321
17322 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17323 the regular expression: accept an (almost) arbitrary sequence of
17324 "frames-invalid" and "breakpoints-invalid" messages both before
17325 and after the "starting" message.
17326
17327 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17328
17329 * gdb.c++/local.exp: This test has never been known to work with g++.
17330
17331 2000-05-18 Michael Snyder <msnyder@cygnus.com>
17332
17333 * gdb.base/annota1.exp (annotate-signal-handler-caller):
17334 Relax the regular expression a little, make it pass on Solaris 8.
17335
17336 2000-05-12 Kevin Buettner <kevinb@redhat.com>
17337
17338 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
17339 a call, do not require that gdb stop on the line after the call.
17340 Instead, it is permissible for gdb to stop on the line of the
17341 call itself.
17342
17343 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
17344
17345 * gdb.base/break.exp (bp on small function, optimized file):
17346 Add a second pass pattern. The behavior differs here between stabs
17347 and dwarf for one-line functions. Stabs preserves two line symbols
17348 (one before the prologue and one after) with the same line number,
17349 but dwarf regards these as duplicates and discards one of them.
17350 Therefore the address after the prologue (where the breakpoint is)
17351 has no exactly matching line symbol, and GDB reports the breakpoint
17352 as if it were in the middle of a line rather than at the beginning.
17353
17354 2000-05-08 Michael Snyder <msnyder@cygnus.com>
17355
17356 * gdb.base/interrupt.exp: Make "pass" message say "send"
17357 rather than "send_gdb" (for consistancy).
17358
17359 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
17360
17361 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
17362 * gdb.c++/templates.cc: Properly check for GCC version number.
17363 * lib/compiler.cc: Likewise
17364
17365 2000-04-28 Michael Snyder <msnyder@cygnus.com>
17366
17367 * gdb.base/break.exp: When compiled with -O2 optimization,
17368 gdb may not stop at the first line of main, due to code motion.
17369
17370 2000-04-26 Michael Snyder <msnyder@cygnus.com>
17371
17372 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
17373 This test depends on parsing the printf output from the target.
17374 Since the sparclet stub doesn't do stdio, this will never work.
17375 * gdb.base/call-rt-st.exp: ditto.
17376 * gdb.base/call-strs: ditto.
17377
17378 2000-04-24 Michael Snyder <msnyder@cygnus.com>
17379
17380 * gdb.base/miscexprs.exp: make sizeof long array test portable.
17381
17382 * gdb.base/ending-run.exp: After connecting to a remote target,
17383 but before running, the target will appear to be in a random
17384 location. Specify both a file and a line for breakpoints.
17385 Also, the function that calls main may be called 'init'
17386 rather than 'start'.
17387
17388 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17389
17390 * gdb.base/help.exp: Update output for add-symbol-file command.
17391
17392 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
17393
17394 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17395 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
17396
17397 2000-04-07 J.T. Conklin <jtc@redback.com>
17398
17399 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
17400
17401 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
17402
17403 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
17404
17405 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
17406 values that can be represented exactly.
17407 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
17408 above change, and to not check against the directory part of the source
17409 file name.
17410 (step into print_long_arg_list): Likewise.
17411 (print print_small_structs from print_long_arg_list): Likewise.
17412 (print print_long_arg_list): Likewise.
17413
17414 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17415
17416 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
17417
17418 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
17419
17420 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
17421
17422 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
17423
17424 * gdb.base/commands.exp (deprecated_command_test): Add test for
17425 deprecate with no arguments.
17426
17427 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
17428
17429 * gdb.base/break.exp: Add new test for setting breakpoints on
17430 optimized code so we can test breakpoints work even when function
17431 prologues may be optimized away
17432
17433 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
17434
17435 From David Whedon <dwhedon@gordian.com>
17436 * gdb.base/commands.exp : Added command deprecator tests.
17437
17438 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
17439
17440 * gdb.base/help.exp: Added test for new apropos command.
17441
17442 2000-03-21 Kevin Buettner <kevinb@redhat.com>
17443
17444 * gdb.base/pointers.c (usevar): New function.
17445 (main): Make sure that global variables v_int_pointer2, rptr,
17446 and y are all referenced someplace in the program by calling
17447 usevar() on them. [Some linkers delete symbols which are
17448 never referenced. The space remains, but there's no way to
17449 get a (symbolic) handle on the variable from the debugger.]
17450
17451 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17452
17453 * gdb.base/printcmds.c: Add typedeffed arrays.
17454
17455 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17456 procedure to test arrays that are typedef'd.
17457
17458 2000-03-13 James Ingham <jingham@leda.cygnus.com>
17459
17460 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17461 the library directories.
17462
17463 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17464
17465 * configure.in (configdirs): Add sub directory gdb.mi.
17466 * configure: Re-generate.
17467
17468 * gdb.mi: New directory.
17469
17470 2000-02-25 Scott Bambrough <scottb@netwinder.org>
17471
17472 * gdb.base/long_long.exp: Correct test suite failure when printing
17473 a long long value as a double on ARM platforms.
17474
17475 2000-02-16 Jim Blandy <jimb@redhat.com>
17476
17477 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17478 default source file is set properly before running this test.
17479
17480 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17481
17482 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17483 gdbtk/library directory, not in gdbtcl2.
17484
17485 2000-02-04 Jim Blandy <jimb@redhat.com>
17486
17487 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17488 backslash from regexp pattern.
17489
17490 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17491 procedure. Use it to run all the "continue to bp overloaded"
17492 tests. Note that this changes the names of the tests slightly.
17493 If the breakpoint hit message includes a hex PC value, because
17494 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17495 from the real source code, still consider that a pass.
17496
17497 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17498 XFAIL here if the breakpoint message contains a hex address. Note
17499 similar change on 1999-11-02.
17500
17501 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17502
17503 * gdb.base/ptype.exp: Establish a default source file before
17504 calling get_debug_format.
17505
17506 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17507
17508 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17509
17510 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17511
17512 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17513 of successive stepi commands -- while in the prologue we should see
17514 the function entry bracket.
17515
17516 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17517
17518 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17519 reach __change_mode() when stepping through the end of main().
17520
17521 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17522
17523 * gdb.base/default.exp: Fix expected pattern.
17524 * gdb.base/help.exp: Same.
17525
17526 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17527
17528 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17529 Don't use xfail's because that affects only the following test.
17530
17531 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17532 solaris or linux.
17533
17534 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17535
17536 2000-01-07 Michael Snyder <msnyder@cygnus.com>
17537
17538 * gdb.base/display.exp: Some yacc parsers like to say
17539 "A syntax error" rather than "A parse error". Accept both.
17540
17541 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17542
17543 * gdb.base/default.exp: Remove OS dependent string from "target
17544 remote" test.
17545 * gdb.base/help.exp: Same for "help target remote" test.
17546
17547 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17548
17549 From Jim Kingdon <kingdon@redhat.com>:
17550
17551 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17552 prompt (cleanup rather than necessity, but still might keep output
17553 from spilling to next test).
17554
17555 2000-01-02 Fred Fish <fnf@cygnus.com>
17556
17557 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17558 AIX, which defines them in <sys/types.h>.
17559
17560 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
17561
17562 * gdb.base/default.exp: Match arm* etc instead of arm in "info
17563 float" test.
17564
17565 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
17566
17567 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17568
17569 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17570 outermost frame disallowed".
17571
17572 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17573
17574 * gdb.base/setvar.exp: New tests for setting the value of a struct
17575 with a constant list.
17576
17577 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17578
17579 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17580 require the user to type a cast before setting the value of a struct.
17581
17582 1999-12-06 Jim Blandy <jimb@cygnus.com>
17583
17584 * gdb.base/default.exp: Expect the new 'info float' command on
17585 all i386 platforms.
17586
17587 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17588 LinuxThreads libraries that don't support debugging.
17589
17590 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17591
17592 * gdb.base/remote.c: Fill the buffer with truely random data.
17593 Change the buffer type to ``unsigned char'' to simplify size
17594 arithmetic.
17595
17596 * gdb.base/remote.exp: Reduce download numbers by one. Typical
17597 stub only handles 400-1 byte packets. Verify that the download
17598 worked.
17599
17600 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17601
17602 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17603 tests, using UNRESOLVED for the untested cases. Also, does not wait
17604 for a timeout if the prompt was received before a recognizable pattern.
17605
17606 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17607
17608 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17609
17610 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17611
17612 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17613 watchpoints.
17614
17615 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
17616
17617 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17618
17619 * gdb.c++/local.exp: Be more flexible in recognizing local class
17620 name mangling. Don't allow horribly truncated method names.
17621 * gdb.c++/derivation.exp: Expect protected inheritance.
17622 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17623 * gdb.c++/virtfunc.exp: Likewise.
17624 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
17625 when printing a nested enum.
17626
17627 1999-11-22 Jim Blandy <jimb@cygnus.com>
17628
17629 * gdb.base/step-test.exp: Properly await GDB's response to setting
17630 a breakpoint on the call to large_struct_by_value.
17631
17632 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17633 just because we have debug info for the `start' function.
17634
17635 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
17636
17637 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17638 "Unknown signal" messages, which indicate (on LinuxThreads) that
17639 GDB doesn't know how to debug threads on this system. This is
17640 better than hanging while philosopher 0 dumps chatter into gdb.log.
17641
17642 1999-11-18 Tom Tromey <tromey@cygnus.com>
17643
17644 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17645
17646 1999-11-18 Fred Fish <fnf@cygnus.com>
17647
17648 * gdb.base/coremaker2.c: Add sample program for generating
17649 cores that is more self contained than coremaker.c. Eventually
17650 I'll add more code to this and tie it into the testsuite.
17651
17652 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
17653
17654 * gdb.base/dollar.exp: Remove, now in gdb.hp.
17655
17656 1999-11-10 Jimmy Guo <guo@cup.hp.com>
17657
17658 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
17659 from $srcdir/lib/.
17660 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
17661 and gdb.c++/.
17662
17663 * gdb.c++/derivation.exp: remove redundant get compiler info code.
17664
17665 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
17666 'continue with watch' test point.
17667
17668 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
17669
17670 Merged from p2linux-990323-branch:
17671
17672 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17673
17674 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
17675
17676 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
17677 {limit,fixed}''. Test ``set download-write-size''.
17678
17679 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
17680
17681 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
17682 gdb_expect_list.
17683
17684 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
17685
17686 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17687
17688 1999-11-03 Mark Salter <msalter@cygnus.com>
17689
17690 * gdb.base/break.exp: Fix "stub continue" pattern.
17691
17692 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
17693
17694 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17695
17696 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
17697
17698 * gdb.base/display.exp ("finish"): Add timeout clause.
17699
17700 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17701 plain prompt clause, so this doesn't have to time out in order to
17702 fail.
17703
17704 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
17705 breakpoint hit messages include an address.
17706
17707 * gdb.base/display.exp: Don't forget to escape parens in regular
17708 expressions. Unix regexp notatation sucks.
17709
17710 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17711
17712 * gdb.base/annota1.exp: Test for annotate-signalled: change output
17713 order for 'signalled' message.
17714
17715 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
17716
17717 From Jimmy Guo <guo@cup.hp.com>:
17718 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17719 * gdb.base/annota1.c: Add code for tests to work with.
17720
17721 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
17722
17723 * gdb.base/remote.exp: New test for remote downloading settings.
17724 * gdb.base/remote.c: New file with large .data.
17725
17726 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
17727
17728 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17729 for LinuxThreads support, merged from the Code Fusion branch.
17730
17731 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
17732
17733 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
17734 containing exp_continue into a while within an expect. Don't
17735 attempt a start more than three times. Check return value from
17736 gdb_load.
17737
17738 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
17739
17740 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
17741 a pass case.
17742
17743 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
17744
17745 * gdb.base/break.c (main): Added a statement that we can step
17746 off of.
17747 * gdb.base/break.exp: Added tests for setting a breakpoint
17748 at an offset and stepping onto a breakpoint.
17749
17750 1999-10-01 Fred Fish <fnf@cygnus.com>
17751
17752 * gdb.base/help.exp (help add-symbol-file): Update to match current
17753 gdb output.
17754
17755 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
17756
17757 * gdb.base/break.exp: Code locations are in hex, don't forget!
17758 (For HP-UX.)
17759
17760 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
17761
17762 * condbreak.exp: Use break.c as test program.
17763 * condbreak.c: Remove, redundant with break.c.
17764
17765 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
17766
17767 * config/monitor.exp (gdb_target_monitor): Disable X- and
17768 Z-packets if the target needs it.
17769
17770 1999-09-13 James Ingham <jingham@leda.cygnus.com>
17771
17772 * gdb.c++/overload.exp: Added tests for listing overloaded
17773 functions with function pointers in the arg, explicitly calling
17774 out the version you want.
17775
17776 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
17777
17778 * long_long.exp: Add variations of test cases that work for
17779 targets with 16-bit ints and 32-bit doubles.
17780
17781 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
17782
17783 * break.c (main): Compare a possibly-uninitialized argc with an
17784 unlikely value that fits in 16 bits.
17785
17786 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
17787
17788 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17789 0xfeeb, don't want negative numbers if ints are 16 bits.
17790
17791 * lib/gdb.exp (skip_cplus_tests): New proc.
17792 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17793 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17794 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17795 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17796 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17797 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17798 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17799 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
17800
17801 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17802
17803 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
17804
17805 * gdb.base/corefile.exp (up): Allow a parameter to appear
17806 in the frame that we're going up to.
17807
17808 From Jim Blandy <jimb@cygnus.com>:
17809
17810 * gdb.base/default.exp (info float): Expect some output now.
17811
17812 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17813 returning floating-point values to fail on the x86.
17814 * gdb.base/callfwmall.exp (do_function_calls): Same.
17815
17816 * gdb.base/list.exp (test_listsize): Correct expectations for
17817 listing line 1 with listsize 2. Also, listing a single line
17818 works now, as does listing three lines. [Kevin's note: There
17819 were a number of other cases fixed too where the expectations
17820 differed...]
17821
17822 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
17823
17824 * gdb.base/selftest.exp: Add case for when version prints as
17825 constant string instead of char pointer.
17826
17827 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
17828
17829 * gdb.base/ending-run.exp: Add Solaris case for what happens when
17830 stepping out of main.
17831
17832 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17833 G++ used.
17834
17835 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
17836 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
17837
17838 * gdb.c++/ovldbreak.exp: Update match string in test that
17839 includes a warning of multiple breakpoints.
17840
17841 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
17842
17843 * gdb.base/display.exp: Improve precision of step-after-finish
17844 added yesterday.
17845
17846 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
17847 test.
17848
17849 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17850 configs when using G++, not just hppa*.
17851
17852 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17853
17854 * gdb.base/async.c: New file.
17855 * gdb.base/async.exp: New file.
17856
17857 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
17858
17859 * gdb.base/break.exp: Tweak PA specific tests to properly handle
17860 PA64.
17861
17862 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
17863
17864 * gdb.base/display.exp: "finish" can leave us mid-line on many
17865 targets, deal with it. Add a small constant to main, instead of
17866 1000 since main+1000 may not be a valid address in the target.
17867
17868 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17869 on hpux11.
17870
17871 * gdb.base/attach.exp: Handle another hpux11 error message variant
17872 when attaching to a process that does not exist.
17873
17874 1999-08-19 J.T. Conklin <jtc@redback.com>
17875
17876 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
17877 characters in 'continue to 1241' test.
17878
17879 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
17880
17881 * gdb.base/call-ar-st.exp: Add a shorter match case for the
17882 stop in print_long_arg_list, define and use a whitespace
17883 variable in print_small_structs test, add an XFAIL for Solaris.
17884 * gdb.base/dbx.exp: XFAIL func commands until somebody is
17885 interested enough to fix.
17886
17887 1999-08-13 Keith Seitz <keiths@cygnus.com>
17888
17889 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17890 (dbx_gdb_load): Remove. Use gdb_load instead, since that
17891 proc knows about targets other than the natives.
17892 (test_assign): Use "gdb_run_cmd" to "run" the target.
17893 Check that we've actually hit the breakpoint at main.
17894 When we attempt to assign a value to a local variable, check
17895 that the variable is in the current scope, i.e., don't use
17896 a test with an empty result.
17897
17898 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
17899
17900 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
17901 command.
17902
17903 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
17904
17905 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17906 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17907 gdb.compat, gdb.threads-hp.
17908 gdb.hp/configure, gdb.hp/configure.in: New files.
17909 gdb.hp/Makefile.in: Recurse into new subdirs.
17910 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17911 gdb.hp/gdb.objdbg: New directory, tests for debugging info
17912 in object files.
17913 gdb.hp/tools: New directory, aux tools for HP-specific tests.
17914
17915 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
17916
17917 * gdb.base/display.exp: Help expect by putting a newline in the
17918 funky printf, remove a bogus p/a test.
17919
17920 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17921
17922 * gdb.base/display.exp: Make sure that when we say 'run', we are
17923 connected to the target. This is necessary when running not
17924 natively.
17925
17926 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
17927
17928 * gdb.base/step-test.exp: Removed some extraneous messages.
17929
17930 * gdb.base/long_long.exp: Don't run memory examination tests
17931 on little-endian targets (they will need a different set of
17932 results to match).
17933
17934 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
17935
17936 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17937 until somebody decides to fix GDB.
17938
17939 * gdb.base/long_long.c: Stop compiler complaint by specifying long
17940 constant as "ULL".
17941 * gdb.base/long_long.exp: Loosen x/c test, add partial result
17942 matches for a couple x/2 commands.
17943
17944 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17945
17946 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17947 by merging in ref-types2 tests.
17948 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17949
17950 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17951 * gdb.c++/Makefile.in: Add standard actions.
17952 (EXECUTABLES): Rename from PROGS, update list.
17953 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17954 from gdb.hp.
17955 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17956 foo and bar locals.
17957 * gdb.c++/anon-union.exp: Fix tests to match.
17958 * gdb.c++/classes.exp: Run if HP compiler used, add extra
17959 expect matches to handle output variations.
17960 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17961 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
17962 output, add HP alternatives for new and delete prints.
17963 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
17964 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
17965 * gdb.c++/demangle.exp: Use $style when reporting failure.
17966 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17967 * gdb.c++/inherit.exp: Run if HP compiler used, add some
17968 match alternatives.
17969 * gdb.c++/local.exp: Add match alternatives or xfails for HP
17970 compilers.
17971 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17972 * gdb.c++/method.exp: Add match alternatives.
17973 * gdb.c++/misc.cc: Add bool types.
17974 * gdb.c++/misc.exp: Add tests for bool types.
17975 * gdb.c++/overload.exp: Add xfails.
17976 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17977 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17978 add some more template parameter tests (only for HP currently).
17979 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17980 * gdb.c++/virtfunc.cc: Add return type and value for main.
17981 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17982 match alternatives.
17983
17984 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17985
17986 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17987
17988 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
17989
17990 * gdb.base/signals.exp: Don't expect getting a backtrace from
17991 within a signal handler to fail on Linux.
17992
17993 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
17994
17995 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17996 * lib/gdb.exp: Remove some gratuitious semicolons.
17997 (delete_breakpoints): Increase timeout.
17998 (gdb_expect): Add -notransfer option.
17999 (gdb_test): Use -notransfer option.
18000 (get_compiler_info): Add f77 case.
18001 (get_compiler): New proc, split out from gdb_preprocess, add f77
18002 case.
18003 (gdb_preprocess): Call get_compiler.
18004
18005 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
18006 * gdb.base/attach.exp, gdb.base/display.exp,
18007 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
18008 gdb.base/long_long.exp, gdb.base/printcmds.exp,
18009 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
18010 third arg to gdb_test.
18011 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
18012 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
18013 HP-UX xfails, add others.
18014 * gdb.base/completion.exp: Reflect name change of self-test.
18015 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
18016 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
18017 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
18018 HP failure number.
18019 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
18020 useless HP-UX 10.30 references.
18021 * gdb.base/maint.exp: Loosen matches.
18022 * gdb.base/pointers.c (main): Declare more_code.
18023 * gdb.base/pointers.exp: Match on output of a `next'.
18024 * gdb.base/structs.c: Add prototypes.
18025 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
18026 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
18027
18028 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18029
18030 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
18031 command.
18032
18033 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18034
18035 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
18036 Fix run to main failures. Watchpoint can be hardware watchpoint.
18037
18038 * gdb.base/annota1.exp: Clean up some more, in case printf has
18039 debug info. Deal with lack of signal hanlder info in stack.
18040
18041 From Jim Kingdon <kingdon@redhat.com>:
18042 * gdb.base/annota1.exp: If printf has debug info, deal with it.
18043
18044 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
18045
18046 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
18047 gdb.base/foll-vfork.exp: Don't run for crosses.
18048
18049 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18050
18051 * gdb.base/configure.in: Check for gdbvars.exp instead of
18052 a1-selftest.exp.
18053 * gdb.base/configure: Re-generate.
18054
18055 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
18056
18057 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
18058 in trying to run first and name is too long.
18059
18060 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
18061 pointers2.c and pointers2.exp, respectively.
18062 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
18063 doschk happier.
18064
18065 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
18066
18067 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
18068 callfuncs2.c and callfuncs2.exp.
18069
18070 * gdb.base/list.exp: Remove mistaken xfails.
18071 * gdb.base/list0.h: Add optional prototypes.
18072
18073 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
18074
18075 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
18076 calling malloc.
18077 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
18078 * ptype.exp: Move test for get_debug_format to before its first
18079 use.
18080
18081 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18082
18083 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
18084 * gdb.base/annota2.cc, annota2.exp: Move from here.
18085 * gdb.c++/annota2.cc, annota2.exp: To here.
18086 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
18087
18088 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
18089
18090 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
18091 a consistent format.
18092
18093 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
18094
18095 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18096 * lib/gdb.exp (get_compiler_info): Add detection for assorted
18097 HP compilers, also set the globals $true and $false.
18098
18099 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
18100 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18101 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18102 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18103 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18104 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18105 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18106 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18107 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18108 whatis.c} Add C++ compatible function definitions and return
18109 types, add includes for library functions.
18110 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18111 * gdb.base/step-test.c (myglob): Rename from glob.
18112 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
18113 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18114 files, move here from gdb.hp.
18115 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
18116 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18117 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
18118 Adjust line numbers in regexps.
18119
18120 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
18121 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
18122 instead of 0/1.
18123
18124 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
18125 foll-vfork.exp: New files, move here from gdb.hp.
18126 * gdb.base/page.exp: New file, test of pagination command.
18127
18128 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
18129 recursion test.
18130 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
18131
18132 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
18133 gdb.base/solib.exp: Fix compiler invocation process.
18134
18135 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
18136 HP-UX 11, turn off overload resolution explicitly.
18137 * gdb.base/commands.exp: Set argument list explicitly, add
18138 watchpoint test.
18139 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
18140 them work.
18141 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
18142 expressions properly.
18143 * gdb.base/corefile.exp: Loosen the match slightly.
18144 * gdb.base/default.exp: Allow "Error accessing memory" message
18145 also.
18146 * gdb.base/display.exp: Skip over x/0 j if PA64.
18147 * gdb.base/funcargs.exp: Add xfails for HP-UX.
18148 * gdb.base/interrupt.exp: Ditto.
18149 * gdb.base/langs.exp: Add symbolic matches governed by compiler
18150 in use.
18151 * gdb.base/list.exp: Add xfails for HP-UX.
18152 * gdb.base/long_long.exp: Refine some of the numeric matches.
18153 * gdb.base/mips_pro.exp: Xfail on HP-UX.
18154 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
18155 * gdb.base/nodebug.exp: Succeed on more varieties of output.
18156 * gdb.base/opaque.exp: Remove some HP-UX xfails.
18157 * gdb.base/ptype.exp: Succeed on more varieties of output.
18158 * gdb.base/scope.exp: Add xfails for HP-UX.
18159 * gdb.base/sect-cmd.exp: Add more cases.
18160 * gdb.base/setvar.exp: Add xfails for HP-UX.
18161 * gdb.base/shlib-call.exp: Loosen some matches slightly.
18162 * gdb.base/signals.exp: Match on void symbolically.
18163 * gdb.base/step-test.exp: Add case for PA64.
18164 * gdb.base/term.exp: Add exit and restart.
18165 * gdb.base/twice.exp: Clean up after self.
18166 * gdb.base/varargs.exp: Disable overload resolution explicitly.
18167 * gdb.base/whatis.exp: Allow more ways to pass tests.
18168
18169 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
18170 no longer useful.
18171
18172 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
18173
18174 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
18175 list of patterns.
18176 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
18177 print_double_array(double_array)", "continuing to breakpoint
18178 1018", "print print_double_array(array_d)" and "continuing to
18179 1034" tests.
18180
18181 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
18182
18183 * Makefile.in: Add empty html and install-html targets.
18184
18185 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
18186
18187 * config/mt-*: Remove, these haven't been used since 1996.
18188
18189 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
18190
18191 * gdb.base/call-strs.c, gdb.base/ending-run.c,
18192 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
18193 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
18194
18195 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
18196
18197 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
18198 simpler match case for the ptype of the big class.
18199
18200 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18201
18202 * gdb.exp: Fix test for gdb_prompt existence.
18203
18204 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18205
18206 * gdb.exp (gdb_test): Add fail after calls to perror.
18207
18208 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18209
18210 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
18211
18212 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18213
18214 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18215
18216 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
18217
18218 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
18219 malloc() is linked in.
18220
18221 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18222
18223 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18224 step at end.
18225
18226 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18227
18228 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
18229
18230 * gdb.java/jv-print.exp: New file. (Our first Java test!)
18231
18232 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
18233
18234 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18235 * gdb.base/mips_pro.exp: Likewise.
18236
18237 1999-06-02 Keith Seitz <keiths@cygnus.com>
18238
18239 * gdb.c++/templates.cc: Change all "new" operators to throw
18240 an exception.
18241 * gdb.c++/cplusfuncs.cc: Likewise.
18242
18243 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18244
18245 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
18246
18247 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
18248 * gdb.base/ending-run.exp: When stepping out of main, accept a
18249 step into an arbitrary assembler file.
18250
18251 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18252
18253 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
18254 "breakpoint-invalid" to be printed.
18255 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
18256 number of "frames-invalid" and "breakpoint-invalid" to be printed.
18257 * gdb.base/annota2.cc: Initialize a.x to 0.
18258
18259 1999-05-17 Keith Seitz <keiths@cygnus.com>
18260
18261 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18262 when "skip_float_tests" set.
18263 Ditto for "print print_double_array(array_d)", "print print_small_structs",
18264 "print print_ten_doubles", and "step into print_long_arg_list".
18265 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18266 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18267 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18268 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18269 "skip_float_tests" is set.
18270 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18271 when "skip_float_tests" set.
18272
18273 1999-05-06 Keith Seitz <keiths@cygnus.com>
18274
18275 * gdb.base/annota2.cc: Include stdio.h.
18276
18277 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
18278
18279 * gdb.base/crossload.exp: Remove, this has been disabled ever
18280 since BFD stopped including all targets, and cross-GDB gets
18281 plenty of testing anyway.
18282 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
18283 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18284 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
18285 * gdb.base/README: Remove, was doc for this.
18286 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
18287 needed.
18288
18289 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18290
18291 * gdb.base/call-ar-st.exp: Fix one regular expression in test
18292 output.
18293
18294 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18295 * gdb.base/annota2.exp: New file. More annotation tests.
18296 * gdb.base/annota1.c: New file. Source file for annota1.exp.
18297 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18298
18299 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
18300
18301 * config/cfdbug.exp: New file.
18302
18303 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
18304
18305 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18306 Marcus Daniel's and Dale Hawkins's demangler crashes.
18307
18308 * gdb.c++/demangle.exp (test_gnu_style_demangling,
18309 test_lucid_style_demangling, test_arm_style_demangling,
18310 test_hp_style_demangling): Try Tom Tromey's core-dumping
18311 identifier under each demangling style.
18312
18313 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
18314
18315 * gdb.c++/demangle.exp: Include the current demangling style
18316 in all test names.
18317 (current_demangling_style): New global variable.
18318 (set_demangling_style, test_demangling_core, test_demangling,
18319 test_demangling_exact): New functions.
18320 (test_gnu_style_demangling, test_lucid_style_demangling,
18321 test_arm_style_demangling, test_hp_style_demangling): Use those,
18322 instead of calling gdb_test and gdb_test_exact directly.
18323 (catch_demangling_errors): New function, which reports errors
18324 signalled by the demangling test functions in an orderly way.
18325 (do_tests): Use catch_demangling_errors.
18326
18327 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
18328
18329 * gdb.base/signals.exp (test_handle_all_print): Use () for
18330 grouping in expressions, not {}.
18331
18332 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
18333 initialized yet.
18334
18335 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
18336
18337 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18338 are listed.
18339
18340 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
18341
18342 * gdb.stabs/weird.exp: Test for CC being defined before
18343 looking at its value.
18344
18345 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
18346
18347 * gdb.base/call-ar-st.exp: Remove stray '#'.
18348 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18349 "short int" and "long int".
18350 * gdb.c++/overload.cc: Cast the string added in the previous
18351 change, to mollify finicky HP compiler.
18352 * gdb.hp/reg-test.exp (testfile): Fix file name.
18353 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
18354
18355 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18356 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18357 alternate form of enum ptype.
18358
18359 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
18360
18361 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
18362 * gdb.hp/*.exp: Change all to run compiler probe only after
18363 passing skip_hp_tests, so as not to waste time on guaranteed
18364 failure.
18365
18366 * gdb.c++/overload.cc: Pass string instead of char addr, always
18367 init ccpfoo.
18368 * gdb.c++/templates.cc: Fix syntax error.
18369
18370 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18371
18372 * gdb.base/commands.exp: Add test for correct position of '>'
18373 when issuing the 'commands' command after a 'while' or 'if'
18374 command.
18375
18376 1999-03-18 James Ingham <jingham@cygnus.com>
18377
18378 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
18379
18380 * gdb.c++/method.exp: It was testing an uninitialized int on the
18381 stack and assuming it was positive.
18382
18383 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
18384
18385 * gdb.base/step-test.exp: Catch a case where finish is broken and
18386 keep it from killing the rest of the tests.
18387 Use gdb_continue_to_end.
18388
18389 * gdb.base/sigall.exp: use gdb_continue_to_end.
18390
18391 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
18392
18393 * gdb.base/display.exp: use runto_main, not run.
18394
18395 * gdb.base/default.exp: Check for the current error message in the
18396 r abbreviation test.
18397 Add strongarm to the targets that know info float.
18398
18399 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
18400 run which doesn't work with monitors.
18401
18402 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
18403
18404 * gdb.base/break.exp: use the gdb_continue_to_end proc.
18405
18406 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
18407 program. Traps the case (in Cygmon) when the program never really
18408 exits. Same as Mark's continue_to_exit, but I had put it in a lot
18409 more places, so I used my name. Sorry Mark...
18410
18411 * config/monitor.exp (gdb_target_monitor): added another
18412 target_info parameter: remotebinarydownload. This will set the
18413 remotebinarydownload flag if this is causing some boards trouble.
18414
18415 1999-03-18 Mark Salter <msalter@cygnus.com>
18416
18417 * lib/gdb.exp (continue_to_exit): New function.
18418
18419 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
18420 * gdb.base/ending-run.exp: Ditto.
18421 * gdb.base/step-test.exp: Ditto.
18422
18423 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
18424
18425 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18426 (suggested by Art Haas <ahaas@neosoft.com>).
18427
18428 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
18429
18430 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
18431
18432 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
18433
18434 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
18435 descriptions of types (short unsigned int vs unsigned short, etc).
18436
18437 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
18438
18439 * gdb.base/call-strs.exp: Don't assume that `step' will step over
18440 a call to strlen; sometimes we do have sources.
18441
18442 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18443
18444 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
18445 character, so GDB won't print garbage after its end.
18446
18447 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18448 breakpoint there instead. Sometimes GCC emits memcpy to handle
18449 the large structures being passed by value, so we step into that
18450 instead of sum_array_print, which obscures what we're really testing.
18451 * gdb.base/step-test.exp: However, we do want a test that notices
18452 the bizarre steps into memcpy, so do that here. Add check for
18453 stepping into function calls that pass large structures by value.
18454 ("Is that a noun clause, or are you just happy to see me?")
18455 Remove all references to specific line numbers.
18456 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18457 New type and function.
18458 (main): Call large_struct_by_value, passing it a large struct by value.
18459 * lib/gdb.exp (gdb_get_line_number): New function.
18460
18461 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18462 more portable.
18463
18464 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18465
18466 * lib/gdb.exp: Doc fixes.
18467
18468 1999-03-05 Nick Clifton <nickc@cygnus.com>
18469
18470 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18471
18472 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18473
18474 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18475 commands. They're not germane to this test, and they don't work
18476 that way on remote targets.
18477
18478 1999-03-01 James Ingham <jingham@cygnus.com>
18479
18480 * Changelog entries merged over from gdb development branch.
18481
18482 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18483
18484 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18485 for outputting results of test run.
18486
18487 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
18488
18489 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18490
18491 1999-02-25 Felix Lee <flee@cygnus.com>
18492
18493 * lib/gdb.exp (debug_format): initialize
18494
18495 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18496
18497 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18498 * gdb.base/call-rt-st.c: Ditto.
18499
18500 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18501
18502 * gdb.threads/pthreads.exp (horiz): New variable.
18503 (test_startup): Fix regexps that capture thread numbers.
18504
18505 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18506
18507 * gdb.base/smoke.exp: Disambiguate two test case names (both
18508 called ``print'').
18509
18510 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18511
18512 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18513 compilation.
18514
18515 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18516
18517 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18518 actual output formatting.
18519 * gdb.base/smoke.exp: GDB removes leading 0's.
18520 * gdb.base/volatile.exp: Don't check type of remuneration;
18521 that variable is no longer defined in constvars.c.
18522 * gdb.base/step-test.c (main): Exit with explicit exit code.
18523 * gdb.base/step-test.exp: Remove two nexti checks--they are
18524 not portable.
18525
18526 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18527
18528 * gdb.base/help.exp ("help delete display"): Fix test to match
18529 gdb's output.
18530
18531 * gdb.base/long_long.c (known_types): Initialize values to zero.
18532 * gdb.base/long_long.exp: Step one more line
18533 so 'dec' is initialized in "get to known place". GDB removes
18534 leading zeros. Explicitly ask for hex formatting. Use
18535 unique test case names.
18536
18537 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18538
18539 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18540
18541 * gdb.c++/method.exp: Add missing close brace.
18542
18543 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18544
18545 * gdb.base/maint.exp: Use 'set height 0' to disable page
18546 prompting, not 'set height 400'.
18547
18548 Fix a bunch of timeouts.
18549 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18550 four separate tests, so expect doesn't take forever to match a ton
18551 of text against a regexp with lots of .* forms.
18552 ("maint print psymbols", "maint print symbols"): Make some of
18553 these greps more selective, so that expect doesn't try to wade
18554 through huge piles of output and time out.
18555
18556 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18557
18558 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18559 tests: one which doesn't expect shlib events to be reported, and
18560 another which does, but is XFAIL for all platforms other than
18561 HP/UX.
18562
18563 * gdb.base/break.exp: Teach the test suite that the `catch
18564 fork', `catch vfork', and `catch exec' commands produce error
18565 messages on platforms that don't provide these features.
18566
18567 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18568
18569 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18570 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18571 (shortening names from solib_threshold.exp etc), won't run on
18572 anything but HP-UX for the foreseeable future.
18573 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18574 reflect move.
18575
18576 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18577
18578 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18579 gdb.trace/Makefile.in (clean): Remove all test executables.
18580
18581 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18582
18583 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18584 successfully re-sets breakpoints in shared libraries.
18585 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18586
18587 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18588
18589 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18590 and compiled w/o GCC.
18591
18592 * gdb.hp/watch-cmd.exp: ditto.
18593
18594 * gdb.hp/watch-hp.exp: ditto.
18595
18596 * gdb.hp/xdb1.exp: ditto.
18597
18598 * gdb.hp/xdb2.exp: ditto.
18599
18600 * gdb.hp/dbx.exp: ditto.
18601
18602 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18603
18604 * constvars.c: Remove C++-isms.
18605 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18606 with GCC.
18607
18608 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18609
18610 The following changes are part of the HP merge.
18611
18612 * gdb.base/break.exp: new tests to verify that catchpoints for
18613 fork, vfork, and exec don't trigger inappropriately.
18614
18615 * gdb.base/opaque.exp: compile one file at a time, then link.
18616
18617 * gdb.base/signals.exp: be more restrictive about which hppa
18618 systems receive a setup_xfail. new tests.
18619
18620 * gdb.base/solib_threshold.build: new file.
18621 * gdb.base/solib_threshold.exp: new file.
18622 * gdb.base/solib_threshold.link_opts: new file.
18623 * gdb.base/solib_threshold.mk: new file.
18624 * gdb.base/gen_solib_threshold.c: new file.
18625
18626 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18627 tests. New tests for enums inside classes.
18628
18629 * gdb.c++/compiler.cc: indicate support of template debugging.
18630
18631 * gdb.c++/demangle.exp: run hp style demangling tests.
18632
18633 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18634 tests.
18635
18636 * gdb.c++/misc.cc: changes to support new tests.
18637
18638 * gdb.c++/templates.cc: changes to support HP's compiler; changes
18639 to support new tests.
18640
18641 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18642 gcc, then skip these tests.
18643
18644 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
18645
18646 The following files are part of the HP merge; some had longer
18647 names at HP, but have been renamed to be no more than 14
18648 characters in length.
18649
18650 * gdb.hp/ambiguous.cc: new file.
18651 * gdb.hp/ambiguous.exp: new file.
18652 * gdb.hp/attach.exp: new file.
18653 * gdb.hp/attach2.exp: new file.
18654 * gdb.hp/classes-hp.exp: new file.
18655 * gdb.hp/ctti.exp: new file.
18656 * gdb.hp/ctti-add.cc: new file.
18657 * gdb.hp/ctti-add1.cc: new file.
18658 * gdb.hp/ctti-add2.cc: new file.
18659 * gdb.hp/ctti-add3.cc: new file.
18660 * gdb.hp/dbx.exp: new file.
18661 * gdb.hp/exception.cc: new file.
18662 * gdb.hp/exception.exp: new file.
18663 * gdb.hp/foll-exec.c: new file.
18664 * gdb.hp/foll-exec.exp: new file.
18665 * gdb.hp/foll-fork.c: new file.
18666 * gdb.hp/foll-fork.exp: new file.
18667 * gdb.hp/foll-vfork.c: new file.
18668 * gdb.hp/foll-vfork.exp: new file.
18669 * gdb.hp/inherit-hp.exp: new file.
18670 * gdb.hp/more-steps.exp: new file.
18671 * gdb.hp/namespace.cc: new file.
18672 * gdb.hp/namespace.exp: new file.
18673 * gdb.hp/optimize.exp: new file.
18674 * gdb.hp/pxdb.c: new file.
18675 * gdb.hp/pxdb.exp: new file.
18676 * gdb.hp/quicksort.exp: new file.
18677 * gdb.hp/reg-test.exp: new file.
18678 * gdb.hp/reg-test.s: new file.
18679 * gdb.hp/sized-enum.c: new file.
18680 * gdb.hp/sized-enum.exp: new file.
18681 * gdb.hp/start-stop.exp: new file.
18682 * gdb.hp/templ-hp.cc: new file.
18683 * gdb.hp/templ-hp.exp: new file.
18684 * gdb.hp/thr-lib.c: new file.
18685 * gdb.hp/thr-lib.exp: new file.
18686 * gdb.hp/thr-lib.h: new file.
18687 * gdb.hp/thr-liblib.c: new file.
18688 * gdb.hp/virtfun-hp.c: new file.
18689 * gdb.hp/virtfun-hp.exp: new file.
18690 * gdb.hp/watch-cmd.exp: new file.
18691 * gdb.hp/watch-hp.exp: new file.
18692 * gdb.hp/xdb1.exp: new file.
18693 * gdb.hp/xdb2.exp: new file.
18694 * gdb.hp/xdb3.exp: new file.
18695
18696 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
18697
18698 The following files are part of the HP merge; some had longer
18699 names at HP, but have been renamed to be no more than 14
18700 characters in length.
18701
18702 * gdb.base/ss.h: new file.
18703 * gdb.base/call-ar-st.c: new file.
18704 * gdb.base/call-ar-st.exp: new file.
18705 * gdb.base/call-rt-st.c: new file.
18706 * gdb.base/call-rt-st-exp: new file.
18707 * gdb.base/call-strs.exp: new file.
18708 * gdb.base/ena-dis-br.exp: new file.
18709 * gdb.base/environ.exp: new file.
18710 * gdb.base/long_long.exp: new file.
18711 * gdb.base/sect-cmd.exp: new file.
18712 * gdb.base/shlib-cl2.exp: new file.
18713 * gdb.base/smoke.exp: new file.
18714 * gdb.base/so-impl-ld.c: new file.
18715 * gdb.base/so-impl-ld.exp: new file.
18716 * gdb.base/so-indr-cl.c: new file.
18717 * gdb.base/so-indr-cl.exp: new file.
18718 * gdb.base/varargs.exp: new file.
18719 * gdb.base/volatile.exp: new file.
18720 * gdb.base/whatis-exp.exp: new file.
18721 * gdb.base/display.exp: new file.
18722 * gdb.c++/derivation.exp: new file.
18723 * gdb.c++/local.exp: new file.
18724 * gdb.c++/member-ptr.exp: new file.
18725 * gdb.c++/overload.exp: new file.
18726 * gdb.c++/ovldbreak.exp: new file.
18727 * gdb.c++/ref-types.exp: new file.
18728 * gdb.c++/ref-types2.exp: new file.
18729 * gdb.c++/userdef.exp: new file.
18730
18731 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
18732
18733 * gdb.base/default.exp: Reflect wording change in remote.c.
18734
18735 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
18736
18737 * gdb.base/help.exp: Update to reflect current text.
18738
18739 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
18740
18741 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18742 they're stack variables and contain garbage.
18743 * gdb.c++/anon-union.exp: new file.
18744
18745 The following changes were made by David Taylor
18746 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18747 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18748 in changes by HP.
18749
18750 * gdb.base/bitops.exp: new file.
18751 * gdb.base/default.exp: change expected messages for catch and
18752 info catch tests to reflect HP merge changes.
18753 * gdb.base/enable-disable-break.exp
18754 * gdb.base/ending-run.c: new file.
18755 * gdb.base/long_long.c: new file.
18756 * gdb.base/maint.exp: new file.
18757 * gdb.base/pointers2.exp: new file.
18758 * gdb.base/shlib-call2.exp: new file.
18759 * gdb.base/solib.exp: new file.
18760 * gdb.base/step-test.c: new file.
18761 * gdb.c++/anon-union.cc: new file.
18762 * gdb.c++/local.cc: new file.
18763 * gdb.c++/member-pointer.cc: new file.
18764 * gdb.c++/method.cc: new file.
18765 * gdb.c++/ref-types.cc: new file.
18766 * gdb.c++/ref-types2.cc: new file.
18767 * gdb.c++/userdef.cc: new file.
18768
18769 * gdb.base/scope.exp: compile one file at a time, then link.
18770 * gdb.base/langs.exp: ditto.
18771 * gdb.base/list.exp: ditto.
18772
18773 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
18774
18775 The following changes were made by David Taylor
18776 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18777 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18778 in changes by HP.
18779
18780 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18781 skip tests. When compiling pass c++ flag to gdb_compile.
18782 * gdb.c++/
18783
18784 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18785 test for on hppa*-*-hpux*; use args to see if c++ was specified.
18786 (skip_hp_tests): new function.
18787 (gdb_preprocess): new function.
18788
18789 * configure.in (hpdir): decide whether to configure gdb.hp.
18790 * configure: regenerated.
18791
18792 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18793 to delete on clean.
18794 (EXECUTABLES): update to reflect new additions.
18795 * gdb.base/commands.exp: update message expected.
18796 * gdb.base/default.exp: add copyright notice.
18797 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18798 * gdb.base/help.exp: update messages to reflect current text.
18799 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18800 targets for recurse tests.
18801 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18802 skip this file.
18803
18804 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18805 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18806 compilation.
18807 * gdb.c++/misc.exp: ditto.
18808 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18809 run the tests. tell gdb_compile that it's a c++ compilation.
18810
18811 * gdb.threads/pthreads.exp: fix typo in message.
18812
18813 * gdb.base/all-bin.exp: new file.
18814 * gdb.base/arithmet.exp: new file.
18815 * gdb.base/assign.exp: new file.
18816 * gdb.base/completion.exp: new file.
18817 * gdb.base/cond-expr.exp: new file.
18818 * gdb.base/condbreak.exp: new file.
18819 * gdb.base/define.exp: new file.
18820 * gdb.base/dollar.exp: new file.
18821 * gdb.base/environment.exp: new file.
18822 * gdb.base/eval-skip.exp: new file.
18823 * gdb.base/jump.exp: new file.
18824 * gdb.base/logical.exp: new file.
18825 * gdb.base/pointers.exp: new file.
18826 * gdb.base/relational.exp: new file.
18827 * gdb.base/section_command.exp: new file.
18828 * gdb.base/whatis-expr.exp: new file.
18829
18830 * gdb.base/all-types.c: new file.
18831 * gdb.base/call-array-struct.c: new file.
18832 * gdb.base/call-return-struct.c: new file.
18833 * gdb.base/call-strings.c: new file.
18834 * gdb.base/callfuncs2.c: new file.
18835 * gdb.base/condbreak.c: new file.
18836 * gdb.base/constvars.c: new file.
18837 * gdb.base/display.c: new file.
18838 * gdb.base/int-type.c: new file.
18839 * gdb.base/jump.c: new file.
18840 * gdb.base/miscexprs.c: new file.
18841 * gdb.base/pointers.c: new file.
18842 * gdb.base/pointers2.c: new file.
18843 * gdb.base/shmain.c: new file.
18844 * gdb.base/shr1.c: new file.
18845 * gdb.base/shr2.c: new file.
18846 * gdb.base/solib.c: new file.
18847 * gdb.base/solib1.c: new file.
18848 * gdb.base/solib2.c: new file.
18849 * gdb.base/varargs.c: new file.
18850 * gdb.c++/derivation.cc: new file.
18851 * gdb.c++/overload.cc: new file.
18852 * gdb.c++/ovldbreak.cc: new file.
18853 * gdb.hp/attach.c: new file.
18854 * gdb.hp/attach2.c: new file.
18855 * gdb.hp/average.c: new file.
18856 * gdb.hp/compiler.c: new file.
18857 * gdb.hp/compiler.cc: new file.
18858 * gdb.hp/execd-program.c: new file.
18859 * gdb.hp/follow-exec.c: new file.
18860 * gdb.hp/follow-fork.c: new file.
18861 * gdb.hp/follow-vfork-and-exec.c: new file.
18862 * gdb.hp/misc-hp.cc: new file.
18863 * gdb.hp/more-steps.c: new file.
18864 * gdb.hp/optimize.c: new file.
18865 * gdb.hp/quicksort.c: new file.
18866 * gdb.hp/run-hp.c: new file.
18867 * gdb.hp/start-stop.c: new file.
18868 * gdb.hp/sum.c: new file.
18869 * gdb.hp/templates-hp.cc: new file.
18870 * gdb.hp/thread-local-in-lib.c: new file.
18871 * gdb.hp/thread-local-in-lib.h: new file.
18872 * gdb.hp/thread-local-in-lib.lib.c: new file.
18873 * gdb.hp/vforked-program.c: new file.
18874 * gdb.hp/virtfunc-hp.cc: new file.
18875 * gdb.hp/watchpoint-hp.c: new file.
18876 * gdb.hp/xdb.c: new file.
18877 * gdb.hp/xdb0.c: new file.
18878 * gdb.hp/xdb0.h: new file.
18879 * gdb.hp/xdb1.c: new file.
18880
18881 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
18882
18883 The following change was made by Edith Epstein
18884 <eepstein@cygnus.com> as part of a project to merge in changes
18885 originally made by HP; HP did not create ChangeLog entries.
18886
18887 * gdb.c++/demangle.exp: changed the expected output for some
18888 ARM-style mangling -- removed second reference to datatype.
18889 For example, maint demangle __dt__11T1__pt__2_cFv
18890 T1<char>::~T1<char>(void)
18891 becomes,
18892 maint demangle __dt__11T1__pt__2_cFv
18893 T1<char>::~T1(void)
18894
18895 (test_hp_style_demangling): new hp specific demangling test cases.
18896
18897 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
18898
18899 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18900 * gdb.trace/backtrace.exp: Likewise.
18901 * gdb.trace/circ.exp: Likewise.
18902 * gdb.trace/collection.exp: Likewise.
18903 * gdb.trace/deltrace.exp: Likewise.
18904 * gdb.trace/infotrace.exp: Likewise.
18905 * gdb.trace/limits.exp: Likewise.
18906 * gdb.trace/packetlen.exp: Likewise.
18907 * gdb.trace/passc-dyn.exp: Likewise.
18908 * gdb.trace/passcount.exp: Likewise.
18909 * gdb.trace/report.exp: Likewise.
18910 * gdb.trace/save-trace.exp: Likewise.
18911 * gdb.trace/tfind.exp: Likewise.
18912 * gdb.trace/tracecmd.exp: Likewise.
18913 * gdb.trace/while-dyn.exp: Likewise.
18914 * gdb.trace/while-stepping.exp: Likewise.
18915
18916 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
18917
18918 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18919
18920 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
18921
18922 From Brendan Kehoe:
18923 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18924 int return types.
18925
18926 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
18927
18928 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
18929 remote dos host testing right.
18930
18931 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
18932
18933 * gdb.base/corefile.exp: remove some xfails.
18934
18935 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
18936
18937 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
18938 have different timestamps.
18939
18940 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
18941
18942 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
18943 gdb.base/default.exp: Replace "exec" with "executable".
18944
18945 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18946
18947 * gdb.base/default.exp: Change else if to elseif from previous
18948 delta.
18949
18950 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18951
18952 * gdb.base/default.exp: Add brace missing from previous delta.
18953
18954 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
18955
18956 * gdb.base/default.exp: Support test for info float for all
18957 varieties of arm toolchain.
18958
18959 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
18960
18961 * gdb.trace/*.exp: remove "remote_download" command.
18962
18963 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
18964
18965 * gdb.trace/*.exp: remove -gdwarf from compile.
18966
18967 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
18968
18969 * gdb.trace/configure.in(AC_INIT): typo
18970 * gdb.trace/configure: regenerated
18971
18972 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
18973
18974 * config/m68k-emc.exp: New file.
18975 * lib/<emc-support.exp trace-support.exp}: New files.
18976 * configure.in: add new test directory gdb.trace.
18977 * gdb.trace/{configure configure.in Makefile.in}: New files.
18978 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18979 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18980 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18981 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18982 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18983 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18984 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
18985
18986 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
18987
18988 * gdb.c++/classes.exp: Change all regular expressions to match
18989 arbitrary combinations of newline/carriage-return, so that they
18990 will work equally well on Unix and Windows.
18991 * gdb.c++/inherit.exp: ditto.
18992 * gdb.c++/virtfunc.exp: ditto.
18993
18994 1998-08-11 Dawn Perchik <dawn@cygnus.com>
18995
18996 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
18997
18998 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
18999
19000 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
19001 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
19002 to use a0-a3/d0-d3 as needed.
19003
19004 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
19005
19006 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
19007 * gdb.disasm/am33.exp: Corresponding changes.
19008
19009 1998-07-11 Felix Lee <flee@cygnus.com>
19010
19011 * gdb.base/callfuncs.exp: add cmp10 test.
19012 * gdb.base/callfuncs.c (cmp10): new function.
19013
19014 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
19015
19016 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
19017 into two parts to get around a synchronization problem in expect.
19018
19019 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
19020
19021 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
19022
19023 * configure.in: Add options for gdbtk testsuite.
19024
19025 * configure: Regenerate.
19026
19027 * gdb.gdbtk: New directory to hold gdbtk tests.
19028
19029 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19030
19031 * gdb.fortran/types.exp: Escape brackets in expect patterns
19032 for test_float_literal_types_accepted tests.
19033 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
19034 before run test.
19035
19036 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
19037
19038 * am33.exp: Just compile, do not link the testcase.
19039 * am33.s: Add ".am33" pseudoop to force am33 mode.
19040
19041 1998-06-25 Felix Lee <flee@cygnus.com>
19042
19043 * gdb.base/setshow.exp: make sure $pc is sane.
19044
19045 * gdb.stabs/weird.exp: split expect patterns properly.
19046
19047 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
19048
19049 * gdb.disasm/am33.s: New disassembler testfile for the am33.
19050 * gdb.disasm/am33.exp: Run it.
19051
19052 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
19053
19054 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
19055 match processing (and eliminate spurious timeouts when running).
19056
19057 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
19058
19059 * gdb.base/signals.exp (test_handle_all_print): put back Mach
19060 exception test, but conditionalize it on target [mach | gnu].
19061
19062 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
19063
19064 * gdb.base/overlays.exp: fixup compile line for linker script.
19065
19066 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
19067
19068 * gdb.fortran/types.exp: don't guess at float size.
19069
19070 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
19071
19072 * gdb.base/exprs.exp: delete test that depends on int size.
19073
19074 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
19075
19076 * config/sim.exp: Removed checks for target triplets.
19077 (gdb_target_sim): Use gdb,target_sim_options.
19078
19079 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
19080
19081 * gdb.base/reread.exp: New file.
19082 * gdb.base/reread1.c: New file.
19083 * gdb.base/reread2.c: New file.
19084
19085 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
19086
19087 * config/sim.exp: Use 'target sim -sparclite' when running
19088 SPARClite programs.
19089
19090 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
19091
19092 * gdb.base/structs2.exp: New file.
19093 * gdb.base/structs2.c: New file.
19094
19095 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
19096
19097 * gdb.asm/common.inc: New file.
19098 * gdb.asm/d10v.inc: New file.
19099 * asm-source.exp: Pass -I's to gas to find .inc files.
19100 Update line numbers in expected output.
19101 * asmsrc1.s: Rewrite.
19102 * asmsrc2.s: Rewrite.
19103 * configure.in: Create arch.inc symlink.
19104 * configure: Regenerate.
19105 * Makefile.in (distclean): Delete arch.inc.
19106
19107 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19108
19109 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
19110 (t_enum_value2): ditto
19111 (t_enum_value3): ditto
19112 (main): ditto
19113 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19114
19115 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19116 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19117 change.
19118 Use gdb_test instead of send_gdb/gdb_expect sequences.
19119
19120 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
19121
19122 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
19123 not void.
19124
19125 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
19126
19127 * gdb.base/branches.c: Code with lots of loops and
19128 subroutines. Used to test gdbs ability to single step through PC
19129 changes, especially to test mips-tdep.c:mips_next_pc
19130
19131 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
19132
19133 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
19134 more rigorous EGCS C++ error checking.
19135
19136 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19137
19138 * gdb.base/help.exp: Clean up `help set args' and `help show args'
19139 tests.
19140 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
19141 function when asleep.
19142 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
19143 for i*86 Linux and SVR4 signal handling problems.
19144 Remove linux xfail for `next to handler in signals_tests_1', fixed
19145 by recent infrun.c change.
19146 Limit backtrace to 10 frames to avoid timeout problems with infinite
19147 stack backtraces.
19148 Adjust expect pattern in `handle all print' test to match Apr 28 1997
19149 target.[ch] change.
19150
19151 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
19152
19153 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
19154 for a newline from gdb before continuing.
19155 (default_gdb_exit): Just look for y or n.
19156 (gdb_test): Detect abnormal exit from GDB running on DOS; if
19157 it does, fail the rests of the tests in the file.
19158
19159 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
19160
19161 * config/cygmon.exp: New file.
19162
19163 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
19164
19165 * gdb.base/list.exp: Fix problem with "list default lines around
19166 main" test on remote targets.
19167
19168 * gdb.base/scope.exp: Fix problem with filelocal_bss before
19169 run test on remote targets.
19170
19171 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
19172
19173 * gdb.asm: New directory.
19174 * configure.in: Configure it.
19175 * configure: Regenerate.
19176 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
19177 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
19178
19179 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
19180
19181 * config/mn10300-eval.exp: New file to support MN10300 eval board.
19182
19183 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
19184
19185 * gdb.base/overlays (several files): Merge the two overlay
19186 managers into one. Change variables (foox, barx, bazx, grbxx)
19187 back into ints but force them to load in their proper sections.
19188
19189 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
19190
19191 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
19192 on-chip insn memory and IMAP1 to upper 128k.
19193 (D10VCopy): Handle memory regions crossing 16k boundaries.
19194 (D10VCopy): Transfer data in 32 bit chunks.
19195
19196 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
19197
19198 * gdb.base/overlays.c (main): Exit normally when result is
19199 correct.
19200
19201 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
19202 map. Include space for printf in .text segment.
19203
19204 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
19205 updated d10v memory VMA/LMA map.
19206 (D10VCopy): Call D10VTranslate.
19207
19208 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
19209
19210 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
19211
19212 * gdb.base/bar.c (barx, bar): Change variable to small array so
19213 that it won't be put into the .sdata - small data -
19214 section. Update reference.
19215 * gdb.base/baz.c (bazx, baz): Ditto.
19216 * gdb.base/foo.c (foox, foo): Ditto.
19217 * gdb.base/grbx.c (grbxx, grbx): Ditto.
19218
19219 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
19220 to be arrays.
19221
19222 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
19223
19224 * gdb.base/overlays.exp: fix up and get working again.
19225 Add tests for backtraces from an overlay function.
19226
19227 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
19228
19229 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19230 "calling function with watchpoint enabled".
19231
19232 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
19233
19234 * gdb.base/break.exp (test_next_with_recursion): Remove
19235 gdb_suppress_tests for d10v-*-*.
19236 * lib/gdb.exp (gdb_suppress_tests): Disable this function
19237 pending review of whether it is useful or not.
19238
19239 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
19240
19241 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19242
19243 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
19244
19245 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19246 * config/dve.exp: New file to support Densan boards.
19247
19248 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
19249
19250 * gdb.base/interrupt.exp: Document problem of simulators, signals,
19251 reads and BSD.
19252
19253 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
19254
19255 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19256 response.
19257
19258 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19259
19260 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
19261
19262 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
19263 test.
19264
19265 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
19266 target_sizeof_long and target_bigendian_p.
19267 (structs_by_value, structs_by_reference): Check values according
19268 to targets word size and endianess.
19269
19270 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
19271
19272 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
19273 output.
19274
19275 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
19276
19277 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
19278 Update test of set args help to match source change.
19279
19280 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
19281
19282 * gdb.base/default.exp: Expect help system output to be in
19283 alphabetical order.
19284 * gdb.base/help.exp: Ditto.
19285
19286 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
19287
19288 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19289 "i*86-pc-linux-gnu*".
19290 * gdb.base/interrupt.exp: Ditto.
19291 * gdb.base/corefile.exp: Ditto.
19292
19293 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
19294 define vxworks when building the testcase.
19295
19296 * gdb.base/ptype.exp: Fix testnames to be unique.
19297 * gdb.base/radix.exp: Ditto.
19298 * gdb.base/term.exp: Ditto.
19299 * gdb.base/whatis.exp: Ditto.
19300 * gdb.c++/classes.exp: Ditto.
19301
19302 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
19303
19304 * gdb.base/callfuncs.exp: Fix indentation.
19305
19306 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19307 suppress_flag has been set.
19308 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19309 target feature.
19310
19311 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
19312
19313 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19314 the testcase.
19315
19316 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
19317 set_debug_traps() and breakpoint().
19318 * gdb.c++/misc.cc (main): Ditto.
19319 * gdb.c++/templates.cc (main): Ditto.
19320 * gdb.c++/virtfunc.cc (main): Ditto.
19321
19322 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
19323
19324 * lib/gdb.exp(gdb_step_for_stub): New function.
19325 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19326 exists, reload the executable and do a "continue" instead of
19327 doing a jump.
19328 (runto_main): Use gdb_step_for_stub.
19329
19330 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
19331 tests to have unique names.
19332 * gdb.base/callfuncs.exp: Ditto.
19333 * gdb.base/commands.exp: Ditto.
19334 * gdb.base/default.exp: Ditto.
19335 * gdb.base/help.exp: Ditto.
19336 * gdb.base/list.exp: Ditto.
19337 * gdb.base/opaque.exp: Ditto.
19338 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19339 similar tests.
19340
19341 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19342 * gdb.c++/cplusfuncs.cc: Ditto.
19343 * gdb.c++/virtfunc.cc: Ditto.
19344
19345 * config/monitor.exp: Keep track of the last file we saw, rather
19346 than trying to get the info from gdb.
19347
19348 * gdb.fortran/types.exp: Move comment to previous line.
19349
19350 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
19351
19352 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
19353 target mode.
19354
19355 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
19356
19357 From Bob Manson:
19358 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
19359 string from GDB when it connects.
19360
19361 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
19362
19363 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
19364
19365 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
19366 if we can't get a debug format from GDB (we may be testing an
19367 older GDB). Use a 10 second timeout when checking for the format.
19368
19369 * gdb.stabs/weird.exp: Fix quoting.
19370
19371 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
19372
19373 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
19374
19375 * config/arm-ice.exp: New file.
19376
19377 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
19378
19379 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
19380 until it has been modified to work with the new testsuite.
19381
19382 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
19383 testcase won't compile, cause all of the testcases in the file to
19384 fail instead.
19385
19386 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
19387 (gdb_clear_suppressed): New procedure.
19388 (gdb_stop_suppressing_tests): Only clear suppress_flag if
19389 it contains a positive value.
19390
19391 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
19392
19393 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
19394
19395 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
19396
19397 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
19398
19399 * lib/gdb.exp (setup_xfail_format): New function.
19400 (get_debug_format): New function to get debug format.
19401 (debug_format): New global variable to hold last value set
19402 by get_debug_format.
19403 * gdb.base/list.exp: Call get_debug_format and expect some
19404 tests to fail for DWARF 1 and COFF formats.
19405 * gdb.c++/ptype.exp: Ditto.
19406 * gdb.c++/classes.exp: Ditto.
19407 * gdb.c++/cplusfuncs.exp: Ditto.
19408 * gdb.c++/inherit.exp: Ditto.
19409 * gdb.c++/templates.exp: Ditto.
19410 * gdb.c++/virtfunc.exp: Ditto.
19411
19412 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
19413
19414 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
19415 host doesn't have a currently-open connection.
19416
19417 * config/sparclet.exp: Cleanups and fixes to make it generic for
19418 any gdb stub target. Handle cases where gdb doesn't respond when
19419 interrupted in a sane fashion.
19420
19421 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
19422 same thing in a totally different way.
19423
19424 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
19425 setting "timeout".
19426 (gdb_start): We set the global gdb_prompt variable in
19427 default_gdb_init now.
19428
19429 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
19430
19431 * gdb.base/printcmds.exp: Fix "check for floating addition"
19432 regexp to accept results within approx +/- .01 of exact value.
19433 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19434
19435 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
19436
19437 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
19438 properly.
19439 (gdb_expect): Add optional timeout parameter, and add timeout
19440 value to various calls.
19441 (gdb_suppress_tests): Only give one warning message per group.
19442
19443 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
19444
19445 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
19446 global variables. Handle getting a value for $timeout more
19447 gracefully.
19448
19449 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19450
19451 * lib/gdb.exp: Close connection to remote host if gdb doesn't
19452 initialize.
19453 (default_gdb_init): New procedure; allow gdb_init to be overridden
19454 by a target configuration file.
19455 (gdb_expect): Pass the timeout to remote_expect.
19456
19457 * config/monitor.exp(gdb_load): Fix typo in regexp.
19458
19459 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19460
19461 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19462
19463 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19464
19465 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19466 here. Call gdb_target_exec before rebooting the target, to make
19467 sure the connection to the target is closed.
19468 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19469 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19470 Also detect "Timeout reading from remote" error.
19471
19472 * config/gdbserver.exp: Pass the executable being loaded to
19473 gdb_target_monitor. Don't call gdb_file_cmd here; let
19474 gdb_target_monitor do it.
19475
19476 * gdb.disasm/hppa.exp: Don't use exec_output.
19477
19478 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19479
19480 * gdb.base/list.exp: If we're debugging a non-native target,
19481 try to set the pc register to point to the start of the
19482 program before doing the first list command.
19483
19484 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19485 test_calls after restarting.
19486
19487 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19488 reloading.
19489
19490 * gdb.base/watchpoint.exp: Fix typo.
19491
19492 * gdb.base/setshow.exp: Check for use_gdb_stub.
19493
19494 * gdb.base/break.exp: Fix continue until exit test for the gdb
19495 stub case.
19496 * gdb.base/langs.exp: Ditto.
19497
19498 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19499 gdb_load_offset. If we weren't given a file to load, figure out
19500 what the current file is and use it.
19501
19502 * config/i386-bozo.exp: New file.
19503
19504 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19505
19506 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19507 feature.
19508
19509 * config/proelf.exp: New entry.
19510
19511 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19512
19513 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19514 of regexps.
19515
19516 * gdb.base/watchpoint.exp: Don't run the test_stepping
19517 tests if gdb can't call functions on the target.
19518
19519 * gdb.base/setshow.exp: Don't run the set prompt tests if
19520 the board has gdb_prompt set.
19521
19522 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19523
19524 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19525 * gdb.base/commands.exp: Likewise.
19526 * gdb.base/setshow.exp: Likewise.
19527
19528 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19529
19530 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19531 feature.
19532
19533 * config/i960.exp: New file.
19534
19535 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19536
19537 * gdb.base/funcargs.exp: Check for gdb,short_int target
19538 feature instead of looking for explicit target triplets.
19539
19540 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
19541
19542 * gdb.base/printcmds.exp: add a couple more tests a la
19543 "p 123DEADBEEF", to check parse_number.
19544 * top.c: change "to enable to enable" to "to enable" in a couple
19545 of help strings.
19546
19547 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19548
19549 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19550 on the mn10300.
19551
19552 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19553
19554 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19555 where the test executable is run with explicit args.
19556 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19557
19558 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19559
19560 * gdb.base/run.c: Use FAKEARGV to build test executable that
19561 does not require a command line arg, since most simulators
19562 don't currently support passing such an arg into the simulated
19563 program.
19564 * gdb.base/commands.exp: Change tests to insert the proper
19565 value as the arg to the first recursive factorial call. Change
19566 compilation line to define FAKEARGV at compile time.
19567
19568 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19569
19570 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19571 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19572 function with watchpoint enabled" test.
19573
19574 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19575
19576 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19577 Don't call gdb_test when the command doesn't return to a gdb prompt.
19578
19579 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19580 "Tests restarted" messages.
19581
19582 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19583
19584 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19585
19586 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
19587
19588 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19589 for INFO SYMBOL; add help tests for OVERLAY commands.
19590 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19591 add tests for OVERLAY commands
19592 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19593 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19594 * gdb.base/sigall.c: add usestubs code frag
19595 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19596
19597 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19598
19599 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19600 failures.
19601 (gdb_stop_suppressing_tests): Note that tests have restarted.
19602
19603 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19604
19605 * config/h8300.exp: New file.
19606
19607 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19608
19609 * gdb.base/setshow.exp: Check for the existence of a
19610 feature, not its value.
19611
19612 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19613
19614 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19615
19616 * gdb.base/scope.exp: It's now init0(), not init().
19617
19618 * gdb.base/scope0.c: For now, change init() to be init0().
19619
19620 * config/monitor.exp: Use gdb_serial in preference to serial
19621 or netport.
19622
19623 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
19624 and it's not already set.
19625
19626 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
19627
19628 * gdb.base/setshow.exp: Only test the run command if the target
19629 isn't using a stub and if it supports argument passing.
19630
19631 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
19632
19633 * config/udi.exp(gdb_start): Make sure UDICONF is set
19634 properly before starting gdb.
19635
19636 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
19637
19638 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19639 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19640 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19641
19642 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
19643
19644 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
19645 specialized code to reboot the board, use remote_reboot instead.
19646
19647 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19648
19649 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19650
19651 * config/monitor.exp: Make sure we disconnect from the target.
19652 Also, try a reboot/reload cycle instead of failing if the
19653 load fails.
19654
19655 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
19656
19657 * gdb.base/default.exp: Don't set match_max.
19658 * gdb.base/help.exp: Ditto.
19659 * gdb.base/list.exp: Ditto.
19660 * gdb.base/signals.exp: Ditto.
19661
19662 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19663 set, use remote_ld to download the testcase instead of
19664 the GDB loader.
19665
19666 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
19667
19668 * config/vr5000.exp: New file.
19669
19670 * config/monitor.exp(gdb_target_monitor): Add pattern for
19671 "Ending remote" to detect errors in connecting.
19672
19673 * gdb.base/setshow.exp: Add .* within auto language test.
19674
19675 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19676 target feature.
19677
19678 * config/monitor.exp(gdb_load): Check for a failure when loading,
19679 and reboot the board if necessary.
19680
19681 * gdb.base/setvar.exp(test_set): Handle multiple prints within
19682 a set of tests. Remove print.* from the patterns being checked.
19683
19684 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
19685
19686 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19687 refer to gdb_spawn_id.
19688
19689 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19690 longer used.
19691 * config/sparclet.exp: Ditto.
19692 * config/sparclet-old.exp: Ditto.
19693 * config/slite.exp: Ditto.
19694 * config/sim.exp: Ditto.
19695 * gdb.base/funcargs.exp: Ditto.
19696
19697 * lib/gdb.exp:Remove references to gdb_spawn_id.
19698 (gdb_expect): Move to remote.exp.
19699
19700 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
19701
19702 * config/monitor.exp: Detect the "Couldn't establish connection"
19703 message from GDB.
19704
19705 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
19706
19707 * gdb.base/bitfields.exp: Use runto instead of explicit
19708 gdb_run_cmd/gdb_expect sequences.
19709
19710 * gdb.base/break.exp(text_next_with_recursion): Add match for
19711 gdb_expect call.
19712
19713 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19714 We also need to handle the "A program is being debugged already"
19715 prompt from gdb. Use gdb_test to set the baud rate.
19716
19717 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19718 to 20000. Really. I mean it.
19719
19720 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19721
19722 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
19723 fails. If suppress_flag is set, skip perror message about not
19724 being able to send to GDB.
19725 (send_gdb): If suppress_flag is set, don't try to send commands to
19726 GDB.
19727 (gdb_expect): If suppress_flag is set, always fail immediately.
19728 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19729 (gdb_init): Call gdb_stop_suppressing_tests.
19730 (default_gdb_exit): Ditto.
19731 (default_gdb_start): Ditto.
19732
19733 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
19734 gdb_stop_suppressing_tests as appropriate.
19735 * gdb.base/break.exp: Ditto.
19736 * gdb.base/callfuncs.exp: Ditto.
19737 * gdb.base/commands.exp: Ditto.
19738 * gdb.base/exprs.exp: Ditto.
19739 * gdb.base/funcargs.exp: Ditto.
19740 * gdb.base/list.exp: Ditto.
19741 * gdb.base/recurse.exp: Ditto.
19742 * gdb.base/scope.exp: Ditto.
19743 * gdb.base/structs.exp: Ditto.
19744 * gdb.c++/inherit.exp: Ditto.
19745
19746 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
19747
19748 * config/vr4300.exp: New file.
19749
19750 * gdb.*/*.exp: Call gdb_expect instead of expect.
19751
19752 * lib/gdb.exp(gdb_expect): New function.
19753
19754 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
19755
19756 * lib/gdb.exp(gdb_init): New function.
19757
19758 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
19759 for each individual variable set.
19760
19761 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19762 name.
19763
19764 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19765
19766 * gdb.base/scope.exp: Use gdb_test.
19767
19768 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19769 aborting; the testsuite driver will do that for us (see
19770 gdb_finish). Also, use gdb_test in a few more places.
19771
19772 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
19773
19774 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19775
19776 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
19777
19778 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19779 and "add_tests" are not at the same address.
19780
19781 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
19782
19783 * gdb.base/ptype.exp: Use gdb_test.
19784
19785 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
19786
19787 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19788 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19789 left in. No longer expect them to fail.
19790
19791 * gdb.stabs/*.mt; Deleted, no longer used.
19792 * gdb.stabs/configure.in: Remove references to target makefile
19793 frags.
19794 * gdb.stabs/configure: Rebuilt.
19795
19796 * gdb.disasm/*.mt: Deleted, no longer used.
19797 * gdb.disasm/configure.in: Remove references to target makefile
19798 frags. Use "sh3.s" as the unique filename for this directory.
19799 * gdb.disasm/configure: Rebuilt.
19800
19801 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19802 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19803 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19804
19805 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
19806
19807 * config/udi.exp: Use mondfe,name instead of remote_host.
19808
19809 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
19810
19811 * gdb.base/watchpoint.exp: Don't expect a failure when calling
19812 a function with a watchpoint enabled on the mn10200.
19813
19814 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19815 before trying to create it!
19816
19817 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
19818
19819 * config/vx.exp: Use hostname instead of netport.
19820
19821 * config/vxworks.exp: New file.
19822
19823 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19824
19825 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
19826 gdb before assuming everything worked. Send a ^C if a timeout
19827 occurs.
19828
19829 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19830 $gdb_spawn_id directly.
19831 (gdb_run_cmd): Try _start as well as start. Use the target feature
19832 gdb,start_symbol as the symbol to start from when jumping.
19833
19834 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
19835
19836 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19837 redundant) test.
19838
19839 * gdb.base/recurse.exp: Relax final value test for 'b' so that
19840 it doesn't lose for 16bit integer systems.
19841
19842 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
19843
19844 * gdb.fortran/types.exp: If the target doesn't support "double"
19845 data types, then expect "real" types to only be 4 bytes.
19846
19847 * gdb.c++/virtfunc.exp: Expect failure for virtual function
19848 call tests if the target doesn't support inferior function calls.
19849
19850 * gdb.base/printcmds.exp: Allow minor deviation in FP values
19851 in printf tests.
19852
19853 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
19854
19855 * gdb.base/help.exp: Disable "help set", "help show", and
19856 "help support". Simplify regexp for "help stack".
19857
19858 * gdb.base/default.exp: Set match_max to 5000 and the timeout
19859 to 60 seconds. Temporarily set match_max to 15000 around the
19860 "info copying" test.
19861
19862 * gdb.base/nodebug.exp: Don't try to do an inferior function
19863 call if the target doesn't support them.
19864 * gdb.base/printcmds.exp: Likewise.
19865 * gdb.base/setvar.exp: Likewise.
19866 * gdb.base/structs.exp: Likewise.
19867 * gdb.c++/templates.exp: Likewise.
19868 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
19869
19870 * gdb.base/recurse.exp: Enable for the mn10200.
19871
19872 * configure.in: Do configure gdb.stabs directory for *-*-elf
19873 targets.
19874 * configure: Rebuilt.
19875
19876 * gdb.base/break.exp: Check for gdb,noresults before testing
19877 exit status and/or results from the target.
19878 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19879 * lib/gdb.exp: Remove old (now bogus) initialization of
19880 noinferior, noargs, noresults and nosignals.
19881
19882 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
19883
19884 * config/sh.exp: New file.
19885
19886 * config/slite.exp: Try to connect multiple times to the board
19887 before rebooting. Only send a "monitor run" if need_monitor_run
19888 is set.
19889
19890 * gdb.base/break.exp: Don't do the "stub continue" test if
19891 the target has gdb_stub set.
19892
19893 * gdb.base/callfuncs.exp: Increase the timeout.
19894
19895 * gdb.base/interrupt.exp: Don't even try to compile the testcase
19896 if the target has gdb,noinferiorio set.
19897
19898 * gdb.base/list.exp: Increase match_max to 10000 characters.
19899
19900 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19901
19902 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19903 target.
19904
19905 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19906
19907 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
19908
19909 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
19910 trying to delete the copy of gdb. Catch the file delete so we
19911 don't die if the delete fails; also, the file should be copied to
19912 the host, not to the build.
19913
19914 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
19915
19916 * lib/gdb.exp(gdb_test): Surround the result pattern with
19917 parenthesis in case it contains multiple regexps separated
19918 with |.
19919
19920 * gdb.base/watchpoint.exp: Use gdb_test.
19921 * gdb.base/default.exp: Ditto.
19922
19923 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
19924
19925 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
19926
19927 * gdb.base/scope.exp: Use gdb_test.
19928 * gdb.c++/classes.exp: Ditto.
19929 * gdb.c++/inherit.exp: Ditto.
19930
19931 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
19932
19933 * gdb.base/crossload.exp: Don't use execute_anywhere, use
19934 remote_exec instead.
19935 * gdb.base/corefile.exp: Don't be ridiculous.
19936 * gdb.base/*.c: Add missing stub invocations.
19937
19938 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
19939
19940 * config/slite.exp: Miscellaneous fixes.
19941
19942 * lib/gdb.exp: Fix runto.
19943
19944 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19945 the target.
19946
19947 * gdb.base/watchpoint.exp: Fix regexp.
19948
19949 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19950 close and wait commands, as the descriptor may now be
19951 invalid. Always call "remote_close host".
19952
19953 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
19954
19955 Major rewrite for testsuite revision.
19956
19957 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19958 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19959 instead of relying on spawn_id to always contain a valid
19960 spawn id.
19961 (get_compiler_info): New procedure to build the ${binfile}.ci
19962 file, instead of replicating this in N different places.
19963 (gdb_compile): New procedure.
19964
19965 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
19966 appropriate arguments) instead of compile. Use gdb_test in a lot
19967 more places. Use send_gdb instead of send. Always run gdb_start
19968 at the start of a testcase, as this is no longer done magically.
19969
19970 config/*-gdb.exp: Rename without the -gdb suffix.
19971
19972 config/mips.exp: Use remote_close instead of exit_remote_shell.
19973 config/monitor.exp: Use target_info instead of looking at
19974 baud, timeout, etc.
19975 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19976
19977 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19978
19979 * gdb.c++/templates.exp (test_ptype_of_templates),
19980 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19981 Update expect patterns for destructors and assignment operators
19982 to match corresponding c-typeprint.c changes.
19983 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
19984 to destructor breakpoint test, GDB should be able to set the
19985 destructor breakpoint without specifying arguments.
19986
19987 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
19988
19989 * gdb.threads/pthreads.exp: Change result for failure to compile due
19990 to lack of pthreads runtime support from an error to simply an
19991 unsupported test, per dejagnu standards.
19992
19993 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19994
19995 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
19996 where GDB exits to reduce pattern match time.
19997 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
19998
19999 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
20000
20001 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
20002
20003 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
20004 * gdb.base/default.exp: ditto.
20005 * gdb.base/nodebug.exp: ditto.
20006 * gdb.base/printcmds.exp: ditto.
20007 * gdb.base/ptype.exp: ditto.
20008 * gdb.base/setvar.exp: ditto.
20009 * gdb.base/structs.exp: ditto.
20010 * gdb.base/setshow.c: Guard against uninitialized values of argc.
20011
20012 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
20013
20014 * configure, */configure: Rebuild with autoconf 2.12.
20015
20016 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
20017
20018 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
20019 use new i*86-pc-linux*-gnu quads.
20020 * gdb.base/corefile.exp: Ditto.
20021 * gdb.base/signals.exp: Ditto.
20022 * gdb.base/sigall.exp: Ditto.
20023 * gdb.base/interrupt.exp: Ditto.
20024
20025 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
20026 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
20027 RedHat 4.0.
20028
20029 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
20030 linux. This allows the test case to at least compile on latest
20031 linux, but still not run due to missing the threads runtime library.
20032
20033 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20034
20035 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
20036 directory to search gdb directory. Accept and step over conditional
20037 stack alignment code. Consume $prompt in failure cases.
20038 Reset timeout to $oldtimeout instead of some arbitrary value.
20039 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
20040 timeout problems with infinite stack backtraces.
20041 * gdb.base/ptype.exp (ptype struct link, union tu_link):
20042 Accept function parameters for linkfunc member.
20043
20044 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
20045
20046 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
20047 (CXXFLAGS): Remove, unreferenced.
20048 (B_OPTIONS): Add for -B options and add code to initialize with
20049 previous -B options and also add -B option to pick up cross compiled
20050 runtime.
20051 (TARGET_INCLUDES): Add for -I options and add code to initialize when
20052 doing cross compiles.
20053 (target_alias): Declare global.
20054 (xgcc): Set variable to full path of gcc in build tree. Use findfile
20055 to verify that gcc exists in build tree, and if so set CC to that
20056 gcc and to use B_OPTIONS and TARGET_INCLUDES.
20057
20058 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
20059
20060 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
20061 ptype test for anonymous union. Fixup testcase to match
20062 current gcc debug output.
20063
20064 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
20065
20066 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
20067 force argument to an unsigned long type.
20068
20069 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
20070
20071 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
20072 tests and anonymous union print/ptype tests.
20073 * gdb.base/list.exp (test_forward-search): Increase timeout by
20074 5 minutes for the "search extremely long line" case.
20075 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
20076 completely optional and that the pass/fail messages use the command as
20077 the message if that third arg is a null string.
20078 (gdb_test_exact): Arrange that a null string pattern means match a
20079 null string output rather than any output, which might include random
20080 errors.
20081 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
20082 backtrace test.
20083 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
20084 always failing and failure is now exposed by gdb.exp changes.
20085
20086 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
20087
20088 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
20089 weren't being noted.
20090
20091 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20092
20093 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
20094 * gdb.stabs/weird.exp: Remove v_comb xfails.
20095
20096 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
20097
20098 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
20099 list.exp scope.exp watchpoint.exp]
20100 Make all timeout error msgs explicitly say "(timeout)".
20101
20102 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
20103
20104 * config/monitor.exp: Increase download timeout to 1000 seconds.
20105
20106 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
20107
20108 * config/m32r.exp: Increase timeout to 120 seconds.
20109
20110 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20111
20112 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20113 and accept older ordering as obsolescent gcc or gdb.
20114 * gdb.c++/templates.exp: Ditto.
20115 * gdb.c++/virtfunc.exp: Ditto.
20116
20117 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
20118
20119 * gdb.base/coremaker.c: Add code to mmap some data so we
20120 can check that it ends up in the core file.
20121 * gdb.base/corefile.exp: Add test to read mmapped data
20122 from core file.
20123
20124 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
20125
20126 * config/m32r.exp: New file.
20127
20128 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
20129
20130 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
20131 that cflags can contains -gstabs, and work correctly for other tests.
20132
20133 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
20134
20135 * gdb.base/setshow.exp: New file, tests show and set.
20136 * gdb.base/setshow.c: New file, tests show and set.
20137 * gdb.base/help.exp: Add test for help set|show annotate.
20138 * gdb.base/default.exp: Add test for set|show annotate.
20139
20140 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
20141
20142 * testsuite/gdb.base/break.exp: Make backtrace from factorial
20143 errors unique.
20144 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
20145 explicitly.
20146
20147 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
20148
20149 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
20150 and width commands. This is done elsewhere.
20151 * (gdb_start): Don't call gdb_start_sim here. That's already
20152 done in gdb_load. This fixes lots of failures in default.exp.
20153
20154 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
20155
20156 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
20157 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
20158 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
20159 in the same we we treat other failures (since it may be an expected
20160 condition), rather than as an error.
20161 * gdb.base/signals.exp (test_handle_all_print): Revert back to
20162 old test format.
20163
20164 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
20165
20166 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
20167 (distclean maintainer-clean realclean): No need to remove files
20168 twice. Nuke the duplicates.
20169 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
20170 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
20171 Remove config.h along with other config files.
20172
20173 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
20174
20175 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
20176 "p func1 ()" and note that rests of tests are skipped.
20177 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
20178 setup_xfails for "print func2::coremaker_local".
20179 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
20180 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
20181 affected by the previous run test.
20182 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
20183 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
20184 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
20185 "pass int powerset tuple" and "pass modeless int powerset tuple".
20186 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
20187 "real write 4" and "real write 8".
20188 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
20189 setup_xfails for "print vs1 after tuple assign 2",
20190 "print \$i after tuple assign 2", and
20191 "print vs2 after tuple assign 2".
20192 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
20193 meaningful error message and return -1 so the caller can
20194 suppress further tests and avoid a cascade of errors.
20195
20196 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
20197
20198 * gdb.base/a1-selftest.exp: Tweak tests to account for new
20199 format for printing version.
20200 * gdb.base/default.exp: Ditto.
20201 * gdb.base/interrupt.exp: Fix problem with cascade of
20202 errors if child process dies while calling a function.
20203
20204 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
20205
20206 * Makefile.in (VPATH): Add
20207 * Makefile.in (Makefile, config.status): Fix rules so things get
20208 remade when necessary.
20209
20210 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
20211
20212 * Makefile.in (just-check): Add path to sibling expect dir
20213 to environment variable specified by RPATH_ENVVAR.
20214
20215 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
20216
20217 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20218 (just-check): Add shared library paths for libstdc++, tk,
20219 tcl, bfd, and opcodes to the environment variable specified
20220 in RPATH_ENVVAR.
20221 * configure.in: Add support to recognize --enable-shared flag
20222 and generate correct value for RPATH_ENVVAR.
20223 * configure: Regenerated with autoconf.
20224
20225 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
20226
20227 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
20228 include all osf versions.
20229 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20230 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
20231 when target is linux. When failing to build pthreads test
20232 executable, give more meaningful message.
20233 * gdb.threads/pthreads.c: Hpux also uses old definition of second
20234 arg for pthread_create.
20235
20236 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
20237
20238 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
20239 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
20240 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
20241 and -lpthreads (everybody else).
20242 (test_startup): Fail gracefully if threads are not supported.
20243 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20244 "p/c array_index("abcdef",2)" when not gcc compiled.
20245 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20246 "print func2::coremaker_local" when not gcc compiled.
20247 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20248 "ptype on opaque struct tagname (statically)",
20249 "ptype on opaque struct tagname (dynamically) 1", and
20250 "ptype on opaque struct tagname (dynamically) 2"
20251 for not compiled with gcc.
20252 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20253 backtrace when compiled with gcc.
20254 * lib/gdb.exp (runto_main): Return result of "runto main" rather
20255 than always return success.
20256
20257 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
20258
20259 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20260
20261 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
20262
20263 * gdb.base/structs.exp: Undo last change.
20264
20265 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
20266
20267 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20268 encapsulate all the steps/nexts done during self test, starting
20269 at main, and makes them less sensitive to optimization issues.
20270 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20271 signal handler" test.
20272 * gdb.threads/pthreads.exp: Only run this for native configs.
20273 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20274 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20275 tests.
20276 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20277 for "runto test_calls(void)" test.
20278
20279 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
20280
20281 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20282 and don't expect address info in breakpoint confirmations.
20283
20284 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
20285
20286 * gdb.base/list.exp (test_forward_search): Increase timeout
20287 temporarily by 60 seconds for searching extremely long line,
20288 and then reset to old value when done. Increase expect input
20289 buffer to 10000.
20290
20291 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
20292
20293 * gdb.base/list.exp (test_forward_search): Fix to handle very
20294 long source line without overflowing expect's input buffer.
20295
20296 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
20297
20298 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20299 "buffer_full".
20300
20301 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20302 "buffer_full".
20303
20304 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20305 "buffer_full".
20306
20307 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20308 "buffer_full".
20309
20310 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
20311
20312 * configure.in (configdirs): Add gdb.threads.
20313 * configure: Regenerated with autoconf.
20314 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20315 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20316 * gdb.threads/configure: New, generated with autoconf.
20317
20318 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
20319
20320 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20321
20322 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
20323
20324 * gdb.base/signals.exp (test_handle_all_print): Test separately for
20325 each signal's status in the output of "handle all print".
20326 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20327 the \r\n sequence that immediately precedes the gdb prompt.
20328 * gdb.base/a1-selftest.exp: Save original timeout and restore
20329 after test.
20330
20331 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
20332
20333 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20334 symbol.
20335
20336 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
20337
20338 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20339
20340 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
20341
20342 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20343 timeout by 60 seconds.
20344
20345 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
20346
20347 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20348 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20349 error return.
20350
20351 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
20352
20353 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20354 gdb initialization, also report how long dejagnu waited. Restore
20355 old timeout before doing error return. Temporarily increase timeout
20356 by 3 minutes to allow for slow startups over heavy NFS use.
20357
20358 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
20359
20360 * lib/gdb.exp: Report timeout value for verbosity level 2.
20361 * config/gdbserver.exp: Ditto.
20362 * config/hppro.exp: Ditto.
20363 * config/mips-gdb.exp: Ditto.
20364 * config/monitor.exp: Ditto.
20365 * config/netware.exp: Ditto.
20366 * config/sim-gdb.exp: Ditto.
20367 * config/slite-gdb.exp: Ditto.
20368 * config/udi-gdb.exp: Ditto.
20369 * config/unix-gdb.exp: Ditto.
20370 * config/vx-gdb.exp: Ditto.
20371 * gdb.base/a1-selftest.exp: Ditto.
20372 * gdb.base/a2-run.exp: Ditto.
20373 * gdb.base/break.exp: Ditto.
20374 * gdb.base/corefile.exp: Ditto.
20375 * gdb.base/list.exp: Ditto.
20376 * gdb.base/recurse.exp: Ditto.
20377 * gdb.base/scope.exp: Ditto.
20378 * gdb.base/signals.exp: Ditto.
20379
20380 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20381
20382 * gdb.threads/Makefile.in (docdir): Removed.
20383
20384 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20385
20386 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
20387 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
20388 @srcdir@.
20389 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
20390 autoconf 2.5 or higher.
20391 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
20392
20393 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
20394
20395 * configure: Regenerated.
20396 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
20397 avoid name clashes with SunOS headers.
20398
20399 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
20400
20401 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
20402
20403 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
20404
20405 * gdb.base/callfuncs.exp: Finish last change -- make sure the
20406 prototype information ends up in the compiler info file.
20407
20408 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
20409
20410 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
20411 attempting to regenerate it. Eliminate use of a temporary file
20412 and just generate the info file directly. Source it immediately,
20413 for consistency of use.
20414 * gdb.base/corefile.exp: Ditto
20415 * gdb.base/exprs.exp: Ditto.
20416 * gdb.base/funcargs.exp: Ditto.
20417 * gdb.base/langs.exp: Ditto.
20418 * gdb.base/list.exp: Ditto.
20419 * gdb.base/mips_pro.exp: Ditto.
20420 * gdb.base/nodebug.exp: Ditto.
20421 * gdb.base/opaque.exp: Ditto.
20422 * gdb.base/ptype.exp: Ditto.
20423 * gdb.base/scope.exp: Ditto.
20424 * gdb.base/setvar.exp: Ditto.
20425 * gdb.base/signals.exp: Ditto.
20426 * gdb.base/whatis.exp: Ditto.
20427 * gdb.c++/templates.exp: Ditto.
20428 * gdb.c++/virtfunc.exp: Ditto.
20429 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
20430 whether or not to add -lstdc++ to the compile command line args.
20431
20432 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20433
20434 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
20435 it got fixed by the recent lookup_minimal_symbol_by_pc change.
20436 Increase timeout, a lot of single stepping might be needed if the
20437 target has no hardware watchpoints.
20438
20439 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
20440
20441 * gdb.base/break.exp: Ignore compiler warnings when compiling
20442 break.c.
20443 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20444 * gdb.base/default.exp: Add h8300 xfails. Handle messages
20445 from remote-sim.
20446 * gdb.base/exprs.exp: Add h8300 xfails.
20447 * gdb.base/funcargs.exp: Likewise.
20448 * gdb.base/nodebug.exp: Likewise.
20449 * gdb.base/printcmds.exp: Likewise.
20450 * gdb.base/ptype.exp: Likewise.
20451 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
20452 h8300 xfails.
20453 * gdb.base/return.exp: Handle float/double precision problems
20454 on the h8300.
20455 * gdb.base/funcargs.c: Explicitly make last constant argument to
20456 call_after_alloca_subr an unsigned long type.
20457 * gdb.base/return.c: Include stdio.h.
20458
20459 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20460
20461 * config/abug.exp: New file for the older Motorola Bug monitor
20462 that runs on the mvme13x series VME boards.
20463 * config/monitor.exp: Use the new config array for target settings
20464 if they exist.
20465
20466 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20467
20468 * sim-gdb.exp: Make the SH simulator allocate less space when
20469 it is targeted.
20470
20471 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20472
20473 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20474 test.
20475
20476 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20477
20478 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20479 "rs6000-*-*" for "list function in include file" when gcc compiled.
20480 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20481 for "p ctable1[120]".
20482 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20483 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20484 Remove setup_xfail for "rs6000-*-*" for
20485 "print 'scope0.c'::filelocal before run".
20486 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20487 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20488 since some compilers don't allow both options to be given
20489 on the same command line. Create object file and move it.
20490
20491 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20492
20493 * gdb.base/corefile.exp: Always regenerate the core file, since
20494 we always regenerate the coremaker program. Detect special case
20495 where registers cannot be read from core file.
20496
20497 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20498
20499 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20500 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20501 * gdb.c++/templates.exp: Only match on basename of file since
20502 some formats like xcoff don't encode directory information.
20503 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20504 and rs6000 AIX xcoff targets.
20505 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20506 * configure: Regenerate.
20507 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20508 here, rather than in distclean.
20509
20510 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20511
20512 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20513 defined, and use it to compile the test case with -O2. The
20514 native compilation still uses no optimization.
20515 * gdb.base/mips_pro.c: Remove inline assembly code since
20516 it is compiled PIC by default, which results in assembler
20517 warnings that make the testsuite think the compilation
20518 was unsuccessful.
20519
20520 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20521
20522 * gdb.c++/misc.exp: Add note to message for
20523 "print s.a for foo struct" that this is a known gcc 2.7.2
20524 and earlier bug.
20525
20526 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20527
20528 * gdb.base/break.exp: Fix pattern for matching "Delete all
20529 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20530 setup_xfail for deleting all breakpoints test. Fix various
20531 timeout messages to include "(timeout)".
20532 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20533 for "p t_float_values2(3.14159,float_val2)".
20534 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20535 for "continue to call2g" when gcc compiled.
20536 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20537 "up to foo in langs.exp", "show language at foo in langs.exp",
20538 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20539 and "show language at fsub in langs.exp".
20540 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20541 "list line 1 in include file", "list message for lines past EOF",
20542 "list function in include file", "list list0.h:foo", and
20543 "list filename:function; nonexistant function".
20544 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20545 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20546 and "ptype t_char_array" to be for native cc only.
20547
20548 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20549
20550 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20551 setup_xfail for "print coremaker_bss", "print coremaker_ro",
20552 "print func2::coremaker_local", and "backtrace in corefile.exp".
20553
20554 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20555
20556 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20557 "bt in signals.exp". This problem only appears when running
20558 the testsuite, and then only intermittently.
20559
20560 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20561
20562 * gdb.base/return.exp (return_tests): Differentiate between
20563 two tests of continuing.
20564
20565 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20566
20567 * */Makefile.in (maintainer-clean): Remove config.log.
20568 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20569 * gdb.c++/Makefile.in (PROGS): Add inherit.
20570 (clean): Remove *.ci.
20571
20572 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20573
20574 * gdb.c++/misc.cc: Add test code from Mike Stump.
20575 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20576
20577 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20578
20579 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20580 to "alpha-*-osf2*" and add comment.
20581 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20582 setup_xfail for "step over execarg initialization" and
20583 "step over corearg initialization".
20584 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20585 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20586 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20587 gcc compiled for "print coremaker_bss", "print coremaker_ro",
20588 "print func2::coremaker_local", and "backtrace in corefile.exp".
20589 * gdb.base/signals.exp: Build and source signals.ci.
20590 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20591 to be for gcc only.
20592 * lib/gdb.exp: Move verbose statements outside conditionals.
20593
20594 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20595
20596 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20597 Feb 3 procfs.c change.
20598
20599 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20600
20601 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20602
20603 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20604
20605 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20606 from dejagnu's apparent default of 10 seconds, which gives random
20607 results when running the tests over NFS on moderately loaded systems.
20608 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20609
20610 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20611
20612 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20613 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20614 result reports.
20615
20616 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
20617
20618 * configure.in (CY_AC_PATH_TCLH): Remove.
20619 * configure: Regenerate.
20620
20621 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
20622
20623 * gdb.c++/Makefile.in (clean): Add missing '{'.
20624
20625 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
20626
20627 * lib/gdb.exp: Provide a default value for noinferior.
20628
20629 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20630 Load libgloss.exp.
20631
20632 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
20633
20634 * gdb.disasm/hppa.exp: Compile directly into an executable, use
20635 the executable, not the .o to run the tests from.
20636
20637 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
20638
20639 * gdb.base/break.exp: Don't test for program exit or exit status
20640 if $noresults if nonzero.
20641 * gdb.base/langs.exp: Likewise.
20642 * gdb.base/watchpoint.exp: Likewise.
20643
20644 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20645 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20646 trying to compile the testcase.
20647
20648 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
20649
20650 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20651 * gdb.base/signals.exp (continue to handler): Likewise.
20652
20653 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
20654
20655 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
20656
20657 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
20658
20659 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
20660
20661 * gdb.base/corefile.exp: Recognize "not found" as failure
20662 when trying to determine if a core file was generated.
20663 If no core file was generate the first time, try again without
20664 the ulimit -c to work around braindamaged shells.
20665
20666 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
20667
20668 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20669 [] tests with "test" and enclose string in quotes.
20670 * gdb.stabs/configure: Rebuild
20671
20672 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
20673
20674 Changes in sync with expect:
20675 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20676 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20677 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20678 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
20679 argument to AC_REQUIRE.
20680 * configure: Regenerated.
20681
20682 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
20683
20684 * gdb.base/corefile.exp: When generating a core, discard any
20685 error messages about ulimit not found and the "core dumped"
20686 message from the shell that runs the coredumper.
20687
20688 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
20689
20690 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20691
20692 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20693 which sed script to run. Expect failure for v_comb test
20694 on PA targets too.
20695
20696 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
20697
20698 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
20699 "print func2::coremaker_local" and for "backtrace in corefile.exp"
20700
20701 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
20702
20703 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20704 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
20705 "sparc-sun-solaris*" xfails for "p v_comb".
20706 * lib/gdb.exp (default_gdb_start): Fix typo.
20707 * gdb.base/corefile.exp: Allow "Core was generated by ..."
20708 messages to not include the full program name that caused
20709 the core dump since some systems (such as solaris) apparently
20710 truncate this path to about 80 characters.
20711 When generating a core file first try increasing the core file
20712 size limit to unlimited since some systems may default it to
20713 zero, and it is harmless to try it. Move the test for failing
20714 to generate a core file to where it will actually get executed.
20715 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20716 new gdb result from g++ debug info improvements and make old
20717 pattern obsolescent. Also account for size_t differences
20718 (may be int or long).
20719 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20720 initialization before function call is placed in the delay slot
20721 and thus appears to be skipped over by commands such as "next".
20722
20723 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
20724
20725 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20726
20727 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
20728
20729 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20730 input source file; fix code to compile test to deal with this
20731 convention.
20732 * gdb.c++/*.exp: Likewise.
20733
20734 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
20735
20736 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20737 "bt in signals.exp".
20738
20739 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
20740
20741 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20742 "step over execarg initialization" and
20743 "step over corearg initialization".
20744
20745 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
20746
20747 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20748 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
20749
20750 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
20751
20752 From Rob Savoye (rob@poseidon.cygnus.com)
20753 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20754 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
20755 configure.in}, gdb.disasm/{Makefile.in, configure.in},
20756 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20757 configure.in}: Major reworking for autoconfig.
20758 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20759 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
20760 New files.
20761 * config/unix-gdb.exp: Make GDB global.
20762 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
20763 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20764 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20765 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20766 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20767 term.exp, twice.exp, watchpoint.exp, whatis.exp},
20768 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
20769 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20770 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20771 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20772 pr-8136.exp, result.exp, string.exp, tuples.exp},
20773 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
20774 to returns as necessary, arrange for test to compile own testcase
20775 executable.
20776 * lib/gdb.exp: Changes for testsuite to compile own test cases.
20777
20778 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
20779
20780 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
20781 clear_xfail at end of test which might not call either pass or fail.
20782 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20783 "backtrace through signal handler".
20784
20785 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20786
20787 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
20788 continuing from a job control stop signal.
20789 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
20790
20791 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
20792
20793 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20794 * gdb.base/corefile.exp: Likewise.
20795 * gdb.base/funcargs.exp: Likewise.
20796
20797 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
20798
20799 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
20800 * config/monitor.exp: Add support for setting baud rate.
20801
20802 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
20803
20804 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20805 i*86-*-linux* xfails for "backtrace through signal handler".
20806 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20807 "print func2::coremaker_local".
20808 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
20809 alpha-dec-osf2* xfail for
20810 "delete all breakpoints when none".
20811
20812 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
20813
20814 * gdb.base/break.exp: Change test that deletes all breakpoints
20815 when no user breakpoints are installed. A post 4.15 change
20816 causes gdb to no longer prompt in this case.
20817
20818 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
20819
20820 * gdb.base/return.exp (return_tests): Change xfail for test
20821 "correct value returned double test" to stop xfailing at
20822 Solaris 2.5. Apparently the bug has been fixed.
20823
20824 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
20825
20826 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20827 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20828
20829 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
20830
20831 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20832 * gdb.disasm/hppa.s: Corresponding changes.
20833
20834 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
20835
20836 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20837 makefile fragment.
20838 * config/mt-hpux: Deleted.
20839
20840 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
20841
20842 * Many files: When warning about suppressed tests due to a
20843 nonexistant test binary, avoid incrementing the warning count.
20844
20845 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
20846
20847 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
20848
20849 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20850
20851 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
20852 "sparc-*-solaris2*".
20853
20854 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20855
20856 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
20857 Add global and local variables and initialize them.
20858 * gdb.base/corefile.exp: Test correct mapping of corefile sections
20859 by printing variables. Remove rs6000 and powerpc xfails, BFD now
20860 extracts the file name and terminating signal from the core file.
20861 * TODO: Remove note about tests for correct mapping of corefile.
20862 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
20863 from optimizing it away.
20864 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
20865 handles common blocks.
20866
20867 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
20868
20869 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20870 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20871
20872 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
20873
20874 * Makefile.in (maintainer-clean): New target, synonym for
20875 realclean.
20876 * gdb.base/Makefile.in (maintainer-clean): Likewise.
20877 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20878 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20879 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20880 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20881 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20882
20883 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
20884
20885 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
20886 xfails when not gcc compiled for "print foo::funclocal".
20887 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20888 "print foo::funclocal at foo",
20889 "print 'scope1.c'::foo::funclocal at foo",
20890 "print foo::funclocal_bss at foo",
20891 "print 'scope1.c'::foo::funclocal_bss at foo",
20892 "print foo::funclocal_ro at foo",
20893 "print 'scope1.c'::foo::funclocal_ro at foo",
20894 "print bar::funclocal at foo" and
20895 "print 'scope1.c'::bar::funclocal at foo".
20896 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
20897 gcc compiled for "print foo::funclocal at bar".
20898 Expand all messages to ensure that they identify that
20899 the test is at bar().
20900 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20901 gcc compiled for:
20902 "ptype on opaque struct pointer (statically)",
20903 "ptype on opaque struct tagname (statically)",
20904 "ptype on opaque struct pointer (dynamically) 1",
20905 "ptype on opaque struct tagname (dynamically) 1",
20906 "ptype on opaque struct pointer (dynamically) 2" and
20907 "ptype on opaque struct tagname (dynamically) 2
20908 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20909 gcc compiled for:
20910 "p datalocal"
20911 "whatis datalocal",
20912 "ptype datalocal",
20913 "p bsslocal",
20914 "whatis bsslocal", and
20915 "ptype bsslocal".
20916 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20917 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20918 when not gcc compiled.
20919 * gdb.base/funcargs.exp (float_and_integral_args): Add
20920 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20921 compiled.
20922 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
20923 "backtrace from call6a" when not gcc compiled.
20924 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20925 "backtrace from call7a" when not gcc compiled.
20926 * gdb.base/callfuncs.exp (do_function_calls):
20927 Add "hppa*-*-hpux*" xfail when not gcc compiled for
20928 "p t_char_array_values(char_array_val2,char_array_val1)",
20929 "p t_char_array_values(char_array_val1,char_array_val2)",
20930 "p t_char_array_values("carray 1","carray 2")",
20931 "p t_char_array_values("carray 1",char_array_val2)",
20932 "p t_char_array_values(char_array_val1,"carray 2")",
20933 "p sum_args(1,{2})",
20934 "p sum_args(2,{2,3})",
20935 "p sum_args(3,{2,3,4})",
20936 "p sum_args(4,{2,3,4,5})"
20937 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20938 "backtrace in corefile.exp" when not gcc compiled.
20939
20940 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20941
20942 * gdb.base/signals.exp: Rewrite `handle all print' test as
20943 a procedure. Accept blanks or TABs as whitespace, increase
20944 timeout and expect input buffer size for the large output
20945 from the command. Remove "i*86-*-bsdi2.0" xfail.
20946
20947 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20948
20949 * gdb.base/setvar.exp: Add new testcases for truncation when
20950 assigning invalid values to bitfields.
20951
20952 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20953
20954 * gdb.base/callfuncs.exp (do_function_calls): Remove
20955 mips-sgi-irix* xfail for
20956 "call inferior func with struct - returns char *"
20957 and fix test so that an optional (unsigned char *) cast is
20958 accepted in the result.
20959
20960 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
20961
20962 * gdb.base/funcargs.exp (float_and_integral_args): Remove
20963 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20964 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20965 * gdb.base/signals.exp: Remove duplicate "handle all print" test
20966 that accidentally got checked in.
20967
20968 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
20969
20970 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
20971 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20972 compiled test.
20973 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20974 Add mips-sgi-irix5* xfail for not gcc compiled.
20975 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
20976 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20977 "p top", "whatis top", "p middle", and "whatis middle".
20978 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20979 "whatis signed char" for not gcc compiled.
20980 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20981 "set variable signed char=-1 (-1)" and
20982 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20983 * gdb.base/funcargs.exp (float_and_integral_args):
20984 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20985 Add mips-sgi-irix* xfail when not gcc compiled for
20986 "continue to call2b".
20987 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20988 "continue to call2g".
20989 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20990 "backtrace from call6a"
20991 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20992 "backtrace from call7k".
20993 Add mips-sgi-irix5* xfail when not gcc compiled for
20994 "backtrace from call7a".
20995 (localvars_after_alloca): Fix gdb_test cmds for
20996 "print * after runto ...".
20997 Remove rs6000-*-* xfails for
20998 "print i after runto localvars_after_alloca" and
20999 "print l after runto localvars_after_alloca"
21000 for all compilers.
21001 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
21002 when not compiled with gcc, for:
21003 "print signed char == (minus)",
21004 "print signed char != (minus)",
21005 "print signed char < (minus)",
21006 "print signed char > (minus)".
21007 * gdb.base/callfuncs.exp (do_function_calls):
21008 Add mips-sgi-irix* xfail, when compiled with native compiler, for
21009 "call inferior func with struct - returns char *".
21010 * gdb.base/return.exp (return_tests): Change xfail for
21011 "correct value returned double test" to include Solaris 2.4.
21012 * gdb.base/funcargs.exp (float_and_integral_args):
21013 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21014
21015 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21016
21017 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
21018 enumeration bitfields if compiling with GNU C.
21019 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
21020 to empty' prompt.
21021
21022 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
21023
21024 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
21025 test for PRO targets.
21026
21027 * gdb.base/funcargs.exp: Avoid ever setting more than 8
21028 breakpoints in the inferior at any given time by making
21029 two groups of breakpoints for call2*, call6* and call7*
21030 tests.
21031
21032 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21033
21034 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
21035 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
21036 from optimizing it away.
21037 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
21038 "call inferior func with struct".
21039
21040 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
21041
21042 * configure.in: Only configure gdb.chill for particular targets.
21043
21044 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
21045
21046 * gdb.base/Makefile.in: Add action to .c.o transformation
21047 rule that generates a .ci file for each .o file and remove
21048 explicit .c.o rules except for callfuncs.o.
21049 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
21050 generates a .ci file for each .o file and remove explicit
21051 .cc.o rules.
21052 (clean): Remove *.tmp *.ci files.
21053 (EXECUTABLES): Remove templ-info.exp.
21054 * gdb.base/compiler.c: New file.
21055 * gdb.c++/compiler.cc: New file
21056 * gdb.base/scope.exp: Source gdb.base/scope.ci.
21057 Change rs6000-*-* xfail for
21058 "print 'scope0.c'::filelocal_ro" and
21059 "print 'scope1.c'::filelocal" and
21060 "print 'scope1.c'::filelocal_bss" and
21061 "print 'scope1.c'::filelocal_ro" and
21062 "print 'scope1.c'::foo::funclocal" and
21063 "print 'scope1.c'::foo::funclocal_ro" and
21064 "print 'scope1.c'::bar::funclocal" and
21065 "print 'scope0.c'::filelocal_ro" and
21066 "print 'scope1.c'::filelocal at foo" and
21067 "print 'scope1.c'::filelocal_bss at foo" and
21068 "print 'scope1.c'::filelocal_ro at foo" and
21069 "print 'scope1.c'::foo::funclocal at foo" and
21070 "print 'scope1.c'::foo::funclocal_bss at foo" and
21071 "print 'scope1.c'::foo::funclocal_ro at foo" and
21072 "print 'scope1.c'::bar::funclocal at foo" and
21073 "print 'scope0.c'::filelocal_ro" and
21074 "print 'scope1.c'::filelocal" and
21075 "print 'scope1.c'::filelocal_bss" and
21076 "print 'scope1.c'::filelocal_ro" and
21077 "print 'scope1.c'::foo::funclocal" and
21078 "print 'scope1.c'::foo::funclocal_bss" and
21079 "print 'scope1.c'::foo::funclocal_ro" and
21080 "print 'scope1.c'::bar::funclocal" and
21081 "print 'scope1.c'::bar::funclocal_bss"
21082 to only be xfail'd when not compiled with gcc.
21083 Add rs6000-*-* xfail for
21084 "print 'scope0.c'::filelocal_bss before run"
21085 when compiled with gcc.
21086 (test_at_main): Add rs6000-*-* xfail for
21087 "print filelocal_ro in test_at_main"
21088 when compiled with gcc.
21089 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
21090 Add rs6000-*-aix* xfail for
21091 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
21092 "ptype t_char_array", not compiled with gcc.
21093 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
21094 xfail for "list foo (in include file)" when gcc compiled.
21095 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
21096 (integral_args): Add rs6000-*-* xfail for
21097 "run to call0a" if not compiled with gcc.
21098 (unsigned_integral_args): Add rs6000-*-* xfail for
21099 "run to call1a" if not compiled with gcc.
21100 (float_and_integral_args): Add rs6000-*-* xfail for
21101 "run to call2a" if not compiled with gcc and for
21102 "continue to call2b" for any compiler.
21103 Add rs6000-*-* xfail to
21104 "print f1 after run to call2a" for gcc compiled.
21105 (discard_and_shuffle): Add rs6000-*-* xfail for
21106 "run to call6a".
21107 (shuffle_round_robin): Add rs6000-*-* xfail for
21108 "backtrace from call7a" if not compiled with gcc.
21109 Add rs6000-*-* xfail for
21110 "backtrace from call7b" if compiled with gcc.
21111 (call_after_alloca): Add rs6000-*-* xfail for
21112 "print c in call_after_alloca" and
21113 "print s in call_after_alloca" and
21114 "backtrace from call_after_alloca_subr"
21115 if not compiled with gcc.
21116 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21117 "print c in localvars_in_indirect_call" and
21118 "print c in localvars_in_indirect_call" and
21119 "backtrace in indirectly called function" and
21120 "stepping into indirectly called function"
21121 if not compiled with gcc.
21122 (localvars_after_alloca): Add rs6000-*-* xfail for
21123 "print c after runto localvars_after_alloca" and
21124 "print s after runto localvars_after_alloca" and
21125 "print i after runto localvars_after_alloca" and
21126 "print l after runto localvars_after_alloca"
21127 for all compilers.
21128 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
21129 than whatis-info.exp.
21130 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
21131 than opaque-info.exp.
21132 Setup rs6000-*-* xfail for
21133 "ptype on opaque struct pointer (statically)" and
21134 "ptype on opaque struct pointer (dynamically)" when
21135 not compiled with gcc.
21136 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
21137 rather than callf-info.exp.
21138 (do_function_calls): Add clear_xfail for rs6000-*-* for
21139 "p t_float_values2(3.14159,float_val2)". Seems to work
21140 fine there, both with xlc and gcc. Need to find out what
21141 it is doing right and fix other platforms.
21142 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
21143 "call inferior func with struct - returns int",
21144 "call inferior func with struct - returns long",
21145 "call inferior func with struct - returns float",
21146 "call inferior func with struct - returns double",
21147 "call inferior func with struct - returns char *",
21148 but only if not gcc compiled (presumes xlc compiled).
21149 Change rs6000-*-* xfails for
21150 "call inferior func with struct - returns char" and
21151 " call inferior func with struct - returns short" to only
21152 xfail if not using gcc.
21153 (clean mostlyclean): Remove *.ci and *.tmp files.
21154 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
21155 than templ-info.exp.
21156 * gdb.base/langs.exp: Source gdb.base/langs.ci.
21157 Add rs6000-*-* xfail for "up to foo in langs.exp"
21158 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
21159 when not gcc compiled.
21160
21161 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21162
21163 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
21164 * gdb.base/corefile.exp: Likewise.
21165 * gdb.base/list.exp: Likewise.
21166 * gdb.base/scope.exp: Likewise.
21167 * gdb.base/siganls.exp: Likewise.
21168
21169 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
21170 compiler output.
21171 * gdb.base/whatis.exp: Likewise.
21172
21173 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
21174
21175 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
21176 failure (opcode table has been fixed to match reality).
21177
21178 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
21179
21180 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
21181 "call inferior func with struct - returns char",
21182 "call inferior func with struct - returns short"
21183
21184 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
21185 "print 'scope0.c'::filelocal at main",
21186 "print 'scope0.c'::filelocal_bss in test_at_main",
21187 "print 'scope0.c'::filelocal at foo",
21188 "print 'scope0.c'::filelocal_bss in test_at_foo",
21189 "print 'scope0.c'::filelocal at bar",
21190 "print 'scope0.c'::filelocal_bss in test_at_bar"
21191
21192 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
21193 in source file 1". This bug seems to have been fixed with both
21194 gcc and native cc (was native assembler bug?).
21195
21196 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
21197
21198 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
21199 "backtrace through signal handler" to "i*86-*-sysv4*".
21200 * gdb.base/signals.exp: Add xfail for "'next' behaved as
21201 continue" case. Add "known SVR4 bug" to fail message.
21202 Add "i*86-*-bsdi2.0" xfail for "handle all print".
21203 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
21204 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
21205 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
21206 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
21207 "up to foo in langs.exp", "show language at foo in
21208 langs.exp", "up to cppsub_ in langs.exp", "show
21209 language at cppsub_ in langs.exp", "up to fsub in
21210 langs.exp", and "show language at fsub in langs.exp".
21211 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
21212 "bactrace in corefile.exp".
21213 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21214 "call inferior function with struct - returns float" and
21215 "call inferior function with struct - returns double".
21216
21217 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
21218
21219 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21220 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21221 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21222 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21223
21224 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
21225
21226 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21227 (or overriden) "CHILL" macro rather then bare "gcc".
21228 Also look for ../../gcc/xgcc since that is what we will
21229 actually need, not "Makefile". Remove following assignment
21230 of CHILL to CHILL_FOR_TARGET because that results in
21231 recursive definition.
21232
21233 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
21234
21235 * gdb.base/corefile.exp: Change xfail for backtrace in
21236 corefile.exp from linuxaout to all linux.
21237 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
21238 cases where we miss the breakpoint at the signal handler
21239 for some reason. Setup xfail for linuxoldld/linuxaout and
21240 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
21241 hitting SIGURG breakpoint.
21242 * gdb.base/signals.exp: Setup xfail for "next" acting like
21243 continue to add linuxoldld. Setup xfail for all linux for
21244 "next to handler in signals_tests_1", "backtrace in
21245 signals_tests_1", "continue to func1", "pass SIGUSR1",
21246 and continue to handler".
21247
21248 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
21249
21250 * Update all FSF addresses except those in COPYING* files.
21251
21252 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
21253
21254 * gdb.base/a2-run.exp: Change messages to be more explicit about
21255 the status of args, and quote binfile in results.
21256
21257 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
21258
21259 * gdb.base/callfuncs.exp: Add tests for passing structs to
21260 inferior functions and return various types.
21261 * gdb.base/callfuncs.c: Add functions to receive a struct
21262 and return a member of the struct, in various types.
21263
21264 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21265
21266 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21267
21268 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21269
21270 * config/vxworks29k.exp: New file, sources vxworks.exp.
21271
21272 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21273
21274 * config/gdbremote.exp: New file. Testing framework using
21275 gdbserver.
21276
21277 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
21278
21279 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21280 "call function when asleep" and "send end of file".
21281 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21282 for "backtrace in corefile.exp".
21283 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21284 for "backtrace through signal handler".
21285 * gdb.base/corefile.exp: Make sure we actually generate a core file
21286 before trying the core tests. Some systems allow the user to suppress
21287 generation of core files and default to that (linux for example).
21288 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21289 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
21290
21291 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21292
21293 * gdb.threads: New directory with some crude multi-threaded
21294 gdb tests (step.exp and step2.exp).
21295 * config/mt-lynx (STEP_EXECUTABLE): Define.
21296 (THREADFLAGS): Define.
21297
21298 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
21299
21300 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21301
21302 * gdb.base/signals.exp: Disable whole file for lynx until
21303 further notice.
21304
21305 * gdb.base/signals.exp: xfail test where "next" acts like
21306 "continue" for lynx.
21307
21308 * gdb.base/interrupt.exp: xfail test for calling function while
21309 inferior is asleep for lynx.
21310
21311 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21312 than one cr-lf after each command.
21313
21314 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21315
21316 * configure.in: Reinstate setting of stabsdirs variable, fix
21317 typo in setting up configdirs for native builds.
21318
21319 * gdb.base/return.exp: Fix typo in return double test.
21320 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
21321 compiler from optimizing them away.
21322
21323 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
21324
21325 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21326 sequences to be echo'd by gdb when using gdb_test.
21327 * gdb.chill/chexp.exp: Likewise.
21328 * gdb.fortran/exprs.exp: Likewise
21329
21330 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21331
21332 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21333 after the inferior gdb has started.
21334
21335 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21336 after each command.
21337 * gdb.base/funcargs.exp: Likewise.
21338 * gdb.base/gdbvars.exp: Likewise.
21339 * gdb.base/interrupt.exp: Likewise.
21340 * gdb.base/list.exp: Likewise.
21341 * gdb.base/watchpoint.exp: Likewise.
21342 * gdb.c++/demangle.exp: Likewise.
21343 * gdb.c++/inherit.exp: Likewise.
21344 * gdb.chill/chexp.exp: Likewise.
21345 * gdb.fortran/exprs.exp: Likewise.
21346
21347 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21348 test if we can't handle IO to/from the inferior.
21349
21350 * gdb.c++/misc.exp: Always check for a program already being
21351 started after sending a "run" command to gdb.
21352
21353 * gdb.base/twice.exp: Start with a fresh gdb.
21354
21355 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21356 only depend on gdb's expression code, not the chill runtime.
21357
21358 * gdb.base/return.c: Put return values into variables so we
21359 can have gdb print them rather than depending on the program
21360 to print them.
21361 * gdb.base/return.exp: Corresponding changes.
21362
21363 * lib/gdb.exp: Provide default value for noinferiorio.
21364 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
21365 the inferior.
21366
21367 * gdb.base/break.exp: Always check for a program already being
21368 started after sending a "run" command to gdb.
21369 (text_next_with_recursion): Don't check the output from the
21370 program's printf statement. Instead just make sure the program
21371 exited.
21372
21373 * gdb.base/commands.exp: Protect tests which need arguments with
21374 $noargs conditionals.
21375
21376 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21377
21378 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
21379 of structure member arrays to match gdb/valops.c:value_addr change.
21380
21381 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
21382
21383 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
21384 cases.
21385
21386 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
21387
21388 * configure.in (configdirs): Remove gdb.chill from default list
21389 of subdirs and then add it back in only if doing a native build.
21390 The current chill compiler does not yet work in any cross build.
21391 * Revert all signal changes from Jul 6.
21392 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
21393 for sh-hms targets, allowing these tests to link, with no other
21394 changes. Testing is suppressed by setting "nosignals" in site.exp.
21395
21396 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
21397
21398 * configure.in (signaldirs): Define and add to configdirs for all
21399 targets except some specific ones that are known to not support signals.
21400 Also clean up formatting.
21401 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
21402 (signals, sigall): Remove rules to build.
21403 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
21404 Moved to new gdb.signals directory.
21405 * gdb.signals: New test directory.
21406 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
21407 signals.c signals.exp}: New or moved files.
21408
21409 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
21410
21411 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
21412
21413 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
21414
21415 * gdb.base/return.exp: Xfail `return double' test failure
21416 on at least Solaris 2.3 and handle future/past versions on
21417 a case by case basis as appropriate. Also update message
21418 to include i*86 failures.
21419
21420 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21421
21422 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
21423
21424 * lib/gdb.exp: Fix comment which erroneously identified
21425 gdb_file_cmd as gdb_load (the 19 May change was in fact to
21426 gdb_file_cmd not gdb_load).
21427 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21428
21429 * gdb.base/setvar.exp: Make test names consistent between pass and
21430 fail cases. Use gdb_test more.
21431
21432 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21433
21434 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21435
21436 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21437
21438 * gdb.base/help.exp: Fix expected help string for `show commands'.
21439
21440 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
21441
21442 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21443
21444 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21445 of a text section.
21446
21447 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
21448
21449 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
21450 that loop eventually terminates. Fix Connection refused logic so
21451 that testsuite will expire nicely.
21452
21453 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
21454
21455 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21456 config/rom68k.exp: New tcl glue for the appropriate monitors.
21457 These all just end up calling monitor.exp.
21458 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21459 refused' by retrying. Cleanup some timeout issues.
21460 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21461 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21462 callers don't have to set/restore global timeout variable.
21463
21464 * The following set of changes centralizes management of the global
21465 timeout variable. This way, it can be set in one target dependent
21466 place instead of dozens of places scattered throughout the test suite.
21467 If you need to lengthen a timeout, then you should either set timeout
21468 in one of the config/{target}.exp files, or multiply it by a factor.
21469 Setting it to an absolute value is always going to lose for some
21470 targets.
21471 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21472 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21473 * gdb.base/funcargs.exp: Don't set timeout.
21474 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21475 * gdb.base/printcmds.exp (test_print_string_constants
21476 test_print_array_constants): Don't set timeout.
21477 * gdb.base/ptype.exp: Don't set timeout.
21478 * gdb.base/recurse.exp: Don't set timeout.
21479 * gdb.base/return.exp: Don't set timeout.
21480 * gdb.base/watchpoint.exp: Don't set timeout.
21481 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21482 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21483
21484 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21485
21486 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21487
21488 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21489
21490 * lib/gdb.exp: Disable chill tests for irix5.
21491
21492 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21493
21494 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21495 each test pass or fail.
21496
21497 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21498
21499 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21500 xlc not gcc.
21501
21502 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21503
21504 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21505
21506 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21507
21508 * config/est.exp: Fix copyright and comments. Remove dead code.
21509 Use targetname, serialport and baud variables instead of fixed
21510 constants.
21511 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21512 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21513
21514 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21515
21516 * gdb.base/watchpoint.exp: Don't run
21517 test_watchpoint_triggered_in_syscall for sunos.
21518
21519 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21520
21521 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21522 they don't seem to exist. Do include stdio.h.
21523
21524 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21525
21526 * gdb.base/a1-selftest.exp: Add alpha xfail.
21527
21528 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21529
21530 * gdb.base/watchpoint.c (main): Prompt before calling read().
21531 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21532 Revise accordingly. Remove cruft about sending "123" several
21533 times, until it gets noticed. Clean up the "print buf[0]" stuff
21534 so that it passes or fails, and waits for prompts in the usual way.
21535
21536 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21537
21538 * gdb.base/recurse.exp: Fix comment.
21539
21540 * TODO: Remove item about printing variables in nodebug.exp. Add
21541 item about enabling tests which are only run on some targets.
21542
21543 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21544 fail, make test names unique, use new gdb_test convention
21545 regarding pattern, use gdb_test more, etc.).
21546
21547 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21548 fail, make test names unique, etc.).
21549
21550 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21551
21552 * gdb.base/nodebug.c: Change return type of top and middle to
21553 short.
21554 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21555 are fixed by the recent mdebugread.c changes. Allow `short ()'
21556 as type for top and middle.
21557
21558 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21559
21560 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21561 nearly as I can tell, the whole thing was an accident in Stu's
21562 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21563 to replace a send/expect pair with gdb_test, but ended up only
21564 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21565 of 30 Mar 1995 took care of it, but left this vestigial comment
21566 which I am now nuking.
21567
21568 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21569
21570 * gdb.base/break.exp: Look for different line number for
21571 breakpoint at main depending on usestubs.
21572
21573 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21574
21575 * gdb.base/list.exp: Adjust some alternate expect patterns to
21576 match recent list0.c change. Add alternate expect pattern for
21577 output from `list default lines around main' for optimizing
21578 compilers.
21579
21580 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21581
21582 * lib/gdb.exp: If nosignals is not set, set it to 0.
21583
21584 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21585
21586 * config/slite-gdb.exp: Responds to load symbol table prompt.
21587 * gdb.base/break.exp: Adjust line number, fix rerun.
21588 * gdb.base/langs0.c: Add #ifdef usestubs.
21589
21590 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21591
21592 * gdb.base/list.exp: Adjust line contents after adding new lines in
21593 list0.c. Also fix a syntax error.
21594
21595 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21596 * gdb.base/break.exp: ditto.
21597 * gdb.base/list.exp: ditto.
21598 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21599 * gdb.base/run.c: ditto.
21600 * gdb.base/list0.c: ditto.
21601 * gdb.base/funcargs.c: ditto.
21602
21603 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21604
21605 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21606 $targetname, $serialport and $baud instead of hardwired variables.
21607 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21608 target doesn't support signals.
21609
21610 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21611
21612 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21613
21614 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21615
21616 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
21617 Don't rely on the value of an auto variable before it has been
21618 initialized. Use gdb_test more.
21619
21620 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21621
21622 * lib/gdb.exp (default_gdb_version): A version number must start
21623 with a digit, but other than that contains all characters up to
21624 the first whitespace character.
21625
21626 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21627
21628 * gdb.base/commands.exp (breakpoint_command_test): New tests.
21629
21630 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21631
21632 * gdb.c++/*.exp: Warn if executable does not exist. The original
21633 reason for skipping the warning was that configure.in sometimes
21634 intentionally skipped building the executables but the tcl code
21635 had no way of knowing. That (a) was always bogus with respect to
21636 error handling, (b) is no longer true (right now there is no way
21637 to skip C++ tests).
21638
21639 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21640
21641 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21642
21643 * gdb.base/list.exp: Add expect patterns for output from
21644 SunPRO compiled executables.
21645 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
21646 types.
21647
21648 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21649
21650 * gdb.base/break.exp (test_next_with_recursion): Accept any line
21651 number (we are already testing that the correct source line text
21652 gets printed).
21653
21654 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
21655 that is what is intended, but something needed to be done to get
21656 sunos4 native working again.
21657
21658 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21659
21660 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21661 apparently went with a (very) old xfail.
21662
21663 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
21664
21665 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21666 runto_main is a proc in gdb.exp that will do 'step' for target use
21667 stubs.
21668 * gdb.base/exprs.exp: ditto.
21669 * gdb.base/interrupt.exp: ditto.
21670 * gdb.base/opaque.exp: ditto.
21671 * gdb.base/printcmds.exp: ditto.
21672 * gdb.base/ptype.exp: ditto.
21673 * gdb.base/scope.exp: ditto.
21674 * gdb.base/setvar.exp: ditto.
21675 * gdb.base/signals.exp: ditto.
21676 * gdb.base/twice.exp: ditto.
21677 * gdb.c++/classes.exp: ditto.
21678 * gdb.c++/inherit.exp: ditto.
21679 * gdb.c++/templates.exp: ditto.
21680 * gdb.base/break.exp: no run and hit main for stubs. Change line
21681 numbers for breakpoints and info breakpoint.
21682 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21683 breakpoint().
21684 * gdb.base/callfuncs.c: ditto.
21685 * gdb.base/exprs: ditto.
21686 * gdb.base/interrupt.c: ditto.
21687 * gdb.base/opaque0.c: ditto.
21688 * gdb.base/printcmds.c: ditto.
21689 * gdb.base/ptype.c: ditto.
21690 * gdb.base/scope0.c: ditto.
21691 * gdb.base/setvar.c: ditto.
21692 * gdb.base/signals.c: ditto.
21693 * gdb.base/twice.c: ditto.
21694 * gdb.c++/misc.cc: ditto.
21695 * gdb.c++/templates.cc: ditto.
21696
21697 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21698
21699 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21700
21701 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21702 somewhere between `read' and `main.c'. I'm pretty sure the
21703 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21704 and it isn't particularly useful.
21705
21706 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
21707
21708 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21709
21710 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21711
21712 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
21713
21714 * config/mt-slite: add LIBS and -nostdlib.
21715 * config/slite-gdb.exp: add this new file to support sparclite target.
21716
21717 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
21718
21719 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21720
21721 * gdb.base/a2-run.exp: Change argument to istarget from
21722 "*-*-vxworks" to "*-*-vxworks*".
21723 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21724
21725 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
21726
21727 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21728 will not runto main but do a 'step' to step out of breakpoint().
21729 * config/mt-slite: add -Dusestubs.
21730
21731 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21732
21733 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21734 instead of just @.
21735
21736 * gdb.base/signals.exp: Add test for "handle all print".
21737 * TODO: Remove "handle all print". Also remove item about
21738 checking copyright date (I don't like the idea of a spurious FAIL
21739 based on when we run the tests).
21740
21741 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
21742 for SunOS4 (reason for failure not investigated). Remove
21743 redundant test for $binfile.
21744
21745 * gdb.base/nodebug.c (array_index): Call malloc.
21746
21747 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21748
21749 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
21750
21751 * gdb.base/recurse.exp: Update gdb_test invocation to use new
21752 conventions and slightly simplify the matching regexp.
21753
21754 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21755
21756 * gdb.base/break.exp: Update gdb_test invocation to use new
21757 convention.
21758
21759 * lib/gdb.exp: If noargs is not set, set it to 0.
21760
21761 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
21762 tests unique.
21763
21764 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21765
21766 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21767
21768 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21769 one argument of type "<non-float parameter>".
21770
21771 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
21772
21773 * config/rom68k.exp: New file to support Motorola IDP board.
21774 * gdb.base/a2-run.exp: Skip this file if noargs is set.
21775 * gdb.base/break.c: Change things around so that this program
21776 doesn't depend upon args. This is necessary to make remote
21777 targets work (in general, they can't take args).
21778 * gdb.base/break.exp: Don't try to send args to program. Don't
21779 expect output. Also, replace lots of code with gdb_test.
21780
21781 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21782
21783 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21784 printing of '\'' (which is what the comment says we are testing,
21785 even though we were not), not '''.
21786 (test_integer_literals_rejected): Test that printing ''' is an error.
21787
21788 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21789 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21790 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21791 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21792 Use gdb_test not test_print_accept.
21793 * lib/gdb.exp: Remove test_print_accept.
21794
21795 * gdb.base/signals.exp (signal_tests_1): Make pass message
21796 consistent with fail message.
21797
21798 * gdb.base/whatis.exp: Remove xfails for printing char vs.
21799 unsigned char; the bug (PR 1821) is fixed.
21800
21801 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21802
21803 * gdb.base/scope.exp (test_at_localscopes): Call pass for
21804 successful tests--makes xfailing them work right.
21805
21806 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21807
21808 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21809 only \r\n, not .*. The test can pass .* as the last thing in
21810 $pattern if that is what it wants. In addition to providing this
21811 flexibility, this change should speed up pattern matching in cases
21812 where the pattern already ended with .* (there were a number of
21813 them). This change also helps catch bad patterns--in the old
21814 scheme the typo "char \*" instead of "char \\*" would pass. Now
21815 it is caught.
21816 * Many .exp files: Update callers.
21817
21818 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
21819 clearer and does not spuriously match multiple ('s. Likewise for
21820 ) and *.
21821
21822 * gdb.base/nodebug.exp: Test ability to call a function and pass
21823 it a string (even with no debugging info).
21824
21825 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21826 "p '\'", which is the same as "p ''" once tcl gets done with
21827 quoting, to "p '\\'", which I suspect is what is intended (one
21828 backslash gets sent to GDB).
21829
21830 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21831
21832 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21833
21834 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
21835 1817) was fixed literally years ago.
21836
21837 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21838
21839 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
21840 test, it causes stepping out of call_after_alloca_subr with
21841 optimizing compilers.
21842 (localvars_in_indirect_call): Consume GDB prompt if `finish'
21843 fails.
21844
21845 * gdb.c++/templates.exp: Source templ-info.exp only if
21846 the templates executable exists.
21847
21848 * gdb.c++/misc.cc (class Contains_static_instance,
21849 class Contains_nested_static_instance),
21850 gdb.c++/classes.exp (test_static_members): Test printing of
21851 a class that contains a static instance of the class.
21852
21853 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21854
21855 * gdb.base/langs2.c (cppsub_): Don't prototype.
21856 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21857 only, I believe).
21858
21859 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21860
21861 * lib/gdb.exp (skip_chill_tests): New procedure.
21862
21863 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21864
21865 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
21866
21867 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21868 each expect pattern. Cuts runtime from 12 to about 4 seconds.
21869
21870 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21871
21872 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21873
21874 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21875 disassemble 8, not 16, instructions for part 4.
21876
21877 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
21878 support the latter anymore.
21879
21880 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21881 -DNO_PROTOTYPES.
21882 * gdb.base/callfuncs.c: Control use of prototypes based on
21883 NO_PROTOTYPES, not __STDC__.
21884 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21885 t_float_values2 tests if prototypes in use.
21886
21887 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21888 t_double_values): When checking differences against DELTA, check
21889 that difference is within the range (-DELTA,DELTA), not just
21890 (-infinity,DELTA).
21891
21892 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
21893
21894 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21895 'file' command firts, then 'target', then 'load', this is due to gdb
21896 target set up.
21897 * config/mips-gdb.exp: Fix a couple regular exp bugs.
21898
21899 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
21900
21901 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21902 FP load/store variants.
21903 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21904
21905 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21906
21907 * gdb.base/term.exp: Do not give a warning if not native, it is
21908 not an abnormal condition.
21909
21910 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
21911
21912 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21913 t_char_array".
21914
21915 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21916
21917 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21918 are getting the version number.
21919
21920 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21921 if not native, it is not an abnormal condition.
21922
21923 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21924
21925 * lib/gdb.exp: Just use "file exists", rather than undocumented
21926 dejagnu procedure "findfile".
21927
21928 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21929
21930 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21931 (LDFLAGS): Set to -Xlinker -Ur.
21932
21933 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21934 Removed, these values are set by lib/gdb.exp.
21935
21936 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21937
21938 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21939
21940 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21941 of replicating gdb startup code.
21942
21943 * config/mt-vxworks (LDFLAGS): Set to -r.
21944 (CFLAGS_FOR_TARGET): Removed.
21945
21946 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21947 (gdb) and gdb for vxworks uses (vxgdb).
21948
21949 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21950 executable is not in the tree and host != target, use sed and
21951 program_transform_name to determine the gdb name used by the
21952 target.
21953
21954 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21955 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21956
21957 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21958
21959 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21960 floats, chars, and shorts where there are ANSI-style function
21961 definitions.
21962
21963 * gdb.base/langs.exp, gdb.base/langs*: New test.
21964 * gdb.base/Makefile.in: Build it.
21965 * TODO: Remove item about checking that C names don't get C++
21966 demangling applied; this test tests it.
21967
21968 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21969
21970 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21971 went with the const70 xfail. The xfail went away a year ago.
21972
21973 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21974
21975 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
21976 for hp300.
21977
21978 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21979
21980 * gdb.base/a1-selftest.exp: Don't run on hp300.
21981
21982 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21983
21984 * Makefile.in (site.exp): Set host_alias and target_alias as well
21985 as host_triplet and target_triplet.
21986
21987 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21988
21989 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21990
21991 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21992 places as other ecoff systems).
21993
21994 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
21995 ultrix.
21996
21997 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21998
21999 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
22000 remove them.
22001 * gdb.base/nodebug.exp: Accept "function" in addition to "text
22002 variable and "variable" in addition to "data variable".
22003 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
22004
22005 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
22006 2.
22007 * gdb.base/list1.c (long_line): Add additional statement at start
22008 of function.
22009 * gdb.base/list.exp (test_forward_search): Update line number to
22010 reflect new statement.
22011
22012 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22013
22014 * gdb.base/signals.exp: Reinitialize searched source directories
22015 after gdb_start call.
22016
22017 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
22018
22019 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
22020 * gdb.stabs/Makefile.in: Likewise.
22021
22022 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
22023 change. Instead split the tests into smaller pieces.
22024 * gdb.disasm/hppa.s: Corresponding changes.
22025
22026 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22027
22028 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22029 Quote ^C when passing it to stty. For some shells ^ is a pipe.
22030
22031 * gdb.base/funcargs.exp: Modify many tests so that every test
22032 either passes or fails. Make some test names unique.
22033
22034 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22035
22036 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22037 Call stty to set interrupt character.
22038
22039 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
22040 for HP assembler versus GNU assembler based on actual behavior of
22041 $(CC), rather than assuming that $(AS) is always the GNU assembler.
22042
22043 * TODO: Suggest a few more stepping tests.
22044
22045 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
22046
22047 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
22048 restart GDB for h8300 after a continue.
22049 (return): Add pattern to match a29k-udi behavior.
22050 * gdb.base/nodebug.exp: Remove obsolete comment.
22051 * gdb.base/regs.exp: New file, testing of register displays.
22052 * gdb.base/return.exp: Fix typo in reference to $objdir.
22053 * gdb.base/whatis.exp: Always start with a fresh GDB.
22054
22055 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22056
22057 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
22058 higher, these tests generate a lot of output.
22059
22060 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22061
22062 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
22063 code following the catch silently ignored some errors; without the
22064 catch they should be thrown like any other tcl error. Also, the
22065 catch used "" instead of {} which meant all the callers who wanted
22066 to include one of the characters "[]$ had to quote it an extra time.
22067 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
22068 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
22069 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
22070 Remove extra quoting.
22071
22072 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
22073
22074 * gdb.base/commands.exp: Make test names unique; every test either
22075 passes or fails. Update some comments.
22076
22077 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
22078
22079 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22080
22081 The following fixes a FAIL caused by the fact that the alpha stabs
22082 configuration didn't use the ".if alpha" code in weird.def.
22083 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
22084 bit pointer, so the 32 bit version works even on the alpha.
22085 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
22086 Remove the stuff which allowed us to have separate versions for
22087 alpha and everything else.
22088
22089 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
22090 regexp which "info func operator\[\](" is supposed to match. Fix
22091 string to send to GDB. Note that GDB still doesn't work right. Add a
22092 new test for "info func .perator\[\](" which GDB does handle correctly.
22093
22094 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
22095
22096 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22097
22098 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22099 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22100 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22101 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22102 it makes the tests harder to understand and confuses test-o-matic.
22103 The preferred style is that each test provides a PASS or a FAIL,
22104 and has a unique message (e.g. "continue #54" not just "continue")
22105 which is the same for the pass and the fail.
22106 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22107 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22108 to lib/gdb.exp.
22109 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22110 prt_accept which was basically the same thing. Likewise for
22111 test_print_reject and prt_reject.
22112 * lib/gdb.exp (test_print_reject): Add some more error message
22113 patterns to match from the former printcmds.exp (prt_reject).
22114 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22115 One defect of the passcount stuff is that some of it failed to
22116 report XPASS where appropriate.
22117 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
22118 stuff before and after arg in expected pattern.
22119 (test_paddr_operator_functions): Re-do test without print_addr_of;
22120 this is the only test which seems to want extra stuff there.
22121
22122 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22123
22124 * gdb.base/nodebug.exp: Update new tests to reflect improved
22125 wording of gdb output.
22126
22127 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
22128 and "ptype" work on variables in files compiled without -g.
22129 Replaces commented out "maint print msymbol" tests.
22130
22131 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22132
22133 * gdb.base/setvar.c (dummy): Call malloc.
22134
22135 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
22136 losing with the irix4 sed.
22137
22138 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
22139 ALRM" on irix4.
22140
22141 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22142
22143 * TODO: Remove items about corefile.exp testing new exec-file and
22144 backtrace; both are now done. Add items about printing enums.
22145
22146 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22147
22148 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
22149 "get signal $thissig" test fails.
22150
22151 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
22152
22153 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22154
22155 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
22156 compiler warning with dec alpha compiler.
22157
22158 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
22159 extra \n from gdb_test call (this explains why the prompt test
22160 that I removed yesterday was there).
22161 (user_defined_command_test): Remove extra \n and prompt test.
22162
22163 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
22164 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
22165 doesn't exist.
22166 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
22167 Also remove alpha workaround, which turns out to be because
22168 SIGABRT == SIGLOST.
22169
22170 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
22171
22172 * gdb.base/help.exp: Don't test "help show".
22173
22174 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22175
22176 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
22177 "set print address" is on.
22178 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
22179 pass prompt to gdb_test; gdb_test already looks for the prompt.
22180
22181 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
22182
22183 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
22184 was a vestige of the manual TESTSTRATEGY, and the purpose of it
22185 was to make sure that gdb can read a core file. But (a) the "read
22186 the corefile" part didn't make it to a1-selftest.exp, we just
22187 delete the corefile after creating it, and (b) we test reading
22188 corefiles in corefile.exp anyway. Also, this test left around a
22189 xgdb process on Solaris.
22190
22191 * gdb.base/corefile.exp: Also test backtrace.
22192
22193 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
22194
22195 * gdb.base/commands.exp: Test a simple user defined command with
22196 arguments and if/while statements; verify the full user command is
22197 printed by "show user".
22198
22199 * gdb.base/commands.exp: Test if/while commands as part of a
22200 breakpoint command list; verify they appear in breakpoint
22201 information.
22202
22203 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22204
22205 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
22206 than by dividing by zero.
22207
22208 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
22209
22210 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
22211 performing an inferior call with watchpoints enabled.
22212 * gdb.base/watchpoint.c (main): Delete second unnecessary read
22213 call.
22214
22215 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22216
22217 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22218 of "file" command.
22219
22220 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22221 Add additional pattern for when "int operator int(void);" appears
22222 in a different order.
22223
22224 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22225
22226 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22227
22228 * gdb.base/help.exp: Replace most of docstrings for "info signals"
22229 and "signal" with ".*".
22230
22231 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22232
22233 * TODO: Add note about "handle all nostop".
22234
22235 * gdb.base/{sigall.c, sigall.exp}: New test.
22236 * gdb.base/Makefile.in: Add it.
22237
22238 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
22239
22240 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22241 when invoking GDB, suppresses any windowing interface.
22242
22243 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
22244
22245 * config/sim-gdb: New file, simulator testing support.
22246
22247 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
22248
22249 * gdb.base/interrupt.exp: Test calling func1 twice.
22250
22251 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
22252
22253 * gdb.base/list.exp (test_forward_search): Set timeout higher
22254 when we'll be getting lots of output from gdb.
22255
22256 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22257 "init_malloc" to after the expect statement. Run it if that
22258 regexp is taken, but also for two others which happen if source
22259 cannot be found.
22260
22261 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22262
22263 * gdb.base/printcmds.exp: New test, for printing register before
22264 program is running.
22265
22266 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22267
22268 * gdb.base/list.exp: Correct some alternate expect patterns
22269 to reflect changes in list1.c.
22270
22271 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22272
22273 * TODO: Add item regarding large frames.
22274
22275 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22276
22277 * TODO: Remove item about enabling return.exp; it
22278 is enabled. Suggest a few more "return" tests.
22279
22280 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22281
22282 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
22283 anonymous unions.
22284
22285 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22286
22287 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22288 and pr-5646.o, so "make" is the same as "make all", not "make
22289 pr-4975.o".
22290
22291 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
22292
22293 * gdb.base/list.exp: Adjust expectations to reflect changes in
22294 list1.c.
22295 (test_forward_search): New test proc.
22296 * gdb.base/list1.c (long_line): New function, has long source line.
22297
22298 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
22299
22300 * gdb.base/a1-selftest.exp: Change initial stepping to know about
22301 additional line of code that was added.
22302
22303 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
22304
22305 * gdb.disasm/hppa.s: Break the large branching tests into smaller
22306 tests so as not to overflow expect's input buffers.
22307 * gdb.disasm/hppa.exp: Corresponding changes.
22308
22309 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22310
22311 Beginnings of template debugging tests.
22312 * gdb.c++/templ-info.cc: New file to test for template
22313 debugging capability of the compiler.
22314 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
22315 templ-info.cc.
22316 * gdb.c++/templates.cc: Add explicit template instantiations
22317 to enable compiling with -fno-implicit-templates. Add destructor
22318 and 'value' method to T5 class for template tests.
22319 * gdb.c++/templates.exp: Add testcases for printing of template
22320 types, setting breakpoints on template methods and calling a
22321 template method.
22322
22323 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
22324
22325 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22326 branch target since some assemblers (gas-2.5) may emit a
22327 relocation for the branch instead of resolving it in the
22328 assembler.
22329
22330 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22331
22332 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
22333 through signal handler.
22334
22335 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22336
22337 * configure.in (*-*-netware): Use config/mt-netware.
22338
22339 * config/mt-netware: New file.
22340 * config/mt-i386-netware: Removed, separate configs for different
22341 netware architectures are no longer needed now that we have
22342 --with-headers.
22343
22344 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22345
22346 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
22347 by the recent changes to use ANSI C arithmetic conversions.
22348
22349 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22350
22351 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22352 bug involving using inferior_pid to figure out whether to select a
22353 frame.
22354
22355 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
22356
22357 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22358 match the current disassembler output.
22359
22360 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
22361
22362 * gdb.fortran/exprs.exp: Expect VOID instead of void.
22363 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
22364 types, expect "int" as type of integer values (for now).
22365
22366 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
22367
22368 * gdb.base/commands.exp: New tests for if/while commands.
22369
22370 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
22371
22372 * lib/gdb.exp (runto): Replace sub-pattern for hex value
22373 by .*, since hex values have different syntax in Chill mode.
22374
22375 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22376
22377 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
22378 linefeed from expect pattern for repeated types with indices > 9.
22379
22380 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
22381
22382 First part of Fortran test suite.
22383 * gdb.fortran: New directory.
22384 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
22385
22386 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22387
22388 * gdb.base/default.exp: Update expect pattern for load command
22389 without arguments.
22390
22391 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
22392
22393 * configure.in: Change i386 to i[345]86.
22394 * gdb.base/configure.in: Likewise.
22395 * gdb.c++/configure.in: Likewise.
22396 * gdb.chill/configure.in: Likewise.
22397
22398 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
22399
22400 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
22401 patterns, since that is not a valid context for comments.
22402
22403 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
22404
22405 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
22406 repeated types and repeated types with indices > 9.
22407
22408 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
22409
22410 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
22411 2417; old bug has been fixed.
22412
22413 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
22414
22415 * gdb.base/interrupt.exp: When trying to wake up the inferior,
22416 send the newline ourselves instead of assuming gdb_test will do
22417 so when passed an empty input string.
22418
22419 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
22420 stabs testcode.
22421
22422 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22423
22424 * lib/gdb.exp (gdb_test): Don't send anything if the first
22425 argument is an empty string. This makes cases where we want to
22426 match output that is already in expect's buffers (for example,
22427 matching a breakpoint after gdb_run_cmd has been called) work
22428 reliably.
22429
22430 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22431
22432 * config/netware.exp: New file.
22433
22434 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22435
22436 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22437 the -B and -L prefixes so we can find the debugging stub.
22438
22439 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22440 there and we are using the gcc from the tree.
22441
22442 * gdb.base/types.c: Removed.
22443
22444 * gdb.base/configure.in: Look for makefile fragments in ../config.
22445 Recognize i386-*-netware.
22446 * gdb.c++/configure.in: Likewise.
22447
22448 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22449
22450 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
22451 the correct TCL syntax.
22452
22453 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22454
22455 * gdb.base/opaque.exp: use runto instead of messing around with
22456 breakpoints. Simplify by using gdb_test.
22457
22458 * gdb.base/bitfields.exp: restart between tests on netware targets
22459 because breakpoints aren't relocated after target death. Run
22460 processes to completion.
22461
22462 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22463
22464 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22465
22466 * Makefile.in: Remove extra tabs that confuse some versions
22467 of "make". Use the newly built gdb to test with by default,
22468 rather than the first one in the tester's search path.
22469
22470 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22471
22472 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22473
22474 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22475 condition help.
22476
22477 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22478
22479 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22480
22481 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22482 running.
22483 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22484 * gdb.base/funcargs.exp: Likewise.
22485
22486 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22487 * gdb.base/funcargs.exp: Likewise.
22488
22489 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22490 message is "".
22491
22492 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22493
22494 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22495 return,signals,twice}.exp: Handle non-existant binaries
22496 consistantly.
22497
22498 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22499 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22500 might testing a cross development system.
22501
22502 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22503
22504 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22505 runtest script is relative to ${srcdir}, not ${rootdir}.
22506
22507 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22508
22509 * gdb.base/signals.exp: Allow for optionality of breakpoint
22510 address.
22511
22512 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22513
22514 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22515
22516 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22517
22518 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22519 for size_t definition.
22520 * gdb.c++/templates.cc: Likewise
22521
22522 * config/mt-i386-netware: New file.
22523
22524 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22525 defined.
22526
22527 * gdb.base/Makefile.in: Added support for systems that name core
22528 files by appending "core" to the program name.
22529 * gdb.base/a1-selftest.exp: Likewise.
22530
22531 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22532
22533 * gdb.base/return.exp: Add comment and message for `return double'
22534 test failure on Sparc Solaris.
22535
22536 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22537
22538 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22539
22540 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22541
22542 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22543 from optimizing them away.
22544 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22545 patterns to include default constructors and assignment operators,
22546 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22547 character in the output of the virtual base pointer.
22548
22549 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22550
22551 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22552 expression match in print_addr_of to avoid unintented matches.
22553 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22554 versions up to 2.5.8.
22555
22556 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22557
22558 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22559 included file to run under newer versions of expect.
22560 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22561 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22562 Remove xfail for the virtual table of BDDHookV.
22563
22564 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22565
22566 * lib/gdb.exp (string_to_regexp): Set a default result.
22567 (default_gdb_start): Fix misleading message.
22568
22569 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22570
22571 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22572 Remove all CC, etc definitions.
22573 * config/mt-hpux: New file.
22574 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22575 (CFLAGS, LDFLAGS): Define.
22576 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22577
22578 * Makefile.in (site.exp): Don't insert host_os, etc.
22579 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22580 (distclean): Check existence of subdir.
22581 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22582 * gdb.base/Makefile.in: General cleanup and simplification.
22583 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22584 to build executables. Use default rule to build .o files.
22585 (EXPECT, RUNTEST, CC): Fix relative pathname.
22586 (site.exp): Don't insert host_os, etc.
22587 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22588 and/or SIGUSR1 defined.
22589 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22590 * gdb.c++/Makefile.in: General cleanup and simplification.
22591 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22592 (CFLAGS): Remove.
22593 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22594
22595 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22596
22597 * gdb.base/recurse.exp: Misc changes to get tests running again
22598 after Kung's changes to the watchpoint code.
22599 * gdb.base/watchpoint.exp: Likewise.
22600
22601 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22602
22603 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22604
22605 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22606
22607 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22608 * lib/gdb.exp (default_gdb_start): Define.
22609 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22610 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22611 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22612 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22613 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22614 Don't call gdb_target_udi in between tests.
22615
22616 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22617
22618 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22619 (which was basically just a local version of the same thing). In
22620 addition to avoiding duplication, gdb_test_exact is faster.
22621 * lib/gdb.exp (gdb_test_exact): Fix typo.
22622
22623 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22624 don't give an error.
22625
22626 * gdb.base/term.exp: Call delete_breakpoints before starting.
22627
22628 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22629 (t10): Add comment.
22630
22631 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22632
22633 Reorganization of the GDB Test Suite.
22634
22635 * gdb.base: New directory, contains all the basic tests.
22636 * gdb.c++: New directory, tests specific to C++.
22637 * gdb.chill: New directory, tests specific to Chill.
22638 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22639 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22640 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22641 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22642 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22643 t30-31 to chill).
22644 * */gdbme.*: Rename to match appropriate expect scripts.
22645 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22646 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22647 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22648 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22649 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22650 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22651 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22652 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22653 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22654 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22655 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22656 gdb.c++/virtfunc.cc: New names of C++ files.
22657 * gdb.chill/chillvars.ch: New name of Chill file.
22658 * gdb.base/configure.in, gdb.c++/configure.in,
22659 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22660 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22661 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22662 * configure.in (configdirs): Update to reflect directory changes.
22663 (target_abbrev): No longer define for any configuration.
22664 * Makefile.in: Cosmetic improvements to header comments.
22665
22666 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
22667
22668 Various changes to gdb.t31:
22669
22670 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
22671 * gdbme.ch: Make all key-words and predefineds be upper-case.
22672 * chillvars.exp: Expect key-words and predefinds in upper-case.
22673
22674 * chillvars.exp: Use gdb_test_exact many places.
22675 Change expected output for arrays (which now includes index labels).
22676
22677 * pr-5020.exp, gdme.ch (module PR_5020):
22678 New test, for PR-5020.
22679
22680 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
22681
22682 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
22683 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
22684
22685 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
22686
22687 * Makefile.in: Fix bit-rot in definitions of CHILL,
22688 CHILL_FOR_TARGET and Chill_LIB.
22689 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
22690 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
22691 CHILL, and CHILL_LIB.
22692
22693 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
22694
22695 * Revert the previous changes. Please see Rob's directory
22696 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22697
22698 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
22699
22700 * Makefile.in, configure.in, config/mips-gdb.exp,
22701 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22702 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22703 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
22704 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22705 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22706 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22707 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22708 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22709 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22710 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22711 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22712 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22713 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22714 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22715 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
22716 changes from 94Q1.
22717
22718 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
22719
22720 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22721 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22722 Rob's new testing fragments.
22723
22724 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
22725
22726 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
22727 lib/gdb.exp: Replace error proc calls with perror.
22728
22729 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22730
22731 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22732 version also, match on casted version strings, and match on
22733 gdb startup case where the line numbers might be messed up.
22734
22735 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
22736
22737 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
22738 (CFLAGS): Delete it from here.
22739
22740 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
22741
22742 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22743
22744 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
22745
22746 * Makefile.in (RUNTEST): Default to just "runtest".
22747
22748 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22749
22750 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22751 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22752 the code has been restructured.
22753
22754 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22755
22756 * gdb.t00/default.exp (set write): Allow any number of \r and/or
22757 \n, not just one of each.
22758
22759 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22760 /bin/cc gives a warning if you do.
22761
22762 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
22763
22764 * gdb.t24/demangle.exp: change expect pattern of
22765 __t10ListS_link1ZUiRCUiPT0
22766
22767 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22768
22769 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22770 on local variables in recursive functions.
22771
22772 * gdb.t07/Makefile.in: Build the new test.
22773
22774 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22775
22776 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22777 directly. Instead compare the return values from actual calls.
22778
22779 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
22780
22781 * Makefile.in (check): Set TCL_LIBRARY for runtest.
22782
22783 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22784
22785 * From Peter Schauer with minor modifications.
22786 * gdb.t15/return.exp (return_tests): Handle targets where "return"
22787 stops in mid-line in the caller. Add xfail for returning a float
22788 value on X86 targets.
22789
22790 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22791
22792 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22793 to avoid expect lossage.
22794 (fmem_LRbug_tests): Likewise.
22795 * gdb.disasm/hppa.s: Corresponding changes.
22796
22797 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22798 conditions to work with latest dejagnu/expect.
22799
22800 * gdb.t15/funcargs.exp (finish from indirect call): No longer
22801 expected to fail on the PA.
22802 (backtrace in call with trampolines): Explicitly require main
22803 to be frame #1 (no trampolines should show up in backtrace).
22804
22805 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22806 "continue -expect".
22807 * gdb.t06/break.exp: Likewise.
22808 * gdb.t07/watchpoint.exp: Likewise.
22809 * gdb.t13/bitfields.exp: Likewise.
22810 * gdb.t15/{funcargs,return}.exp: Likewise.
22811 * gdb.stabs/weird.exp: Likewise.
22812 * config/{mips,udi}-gdb.exp: Likewise.
22813
22814 * hppa.sed: Enclose comments within a sed command to avoid
22815 losing with the old OSF1 sed.
22816
22817 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22818
22819 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
22820 sequent dynix.
22821 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
22822 * gdb.t15/funcargs.exp: Conditionally step again to really
22823 finish from marker_call_with_trampolines. Handle the case where
22824 the first step from within call_with_trampolines already steps
22825 us back to main.
22826 * gdb.t15/gdbme.c: Add comment to closing brace of
22827 call_with_trampolines for funcargs.exp.
22828
22829 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22830
22831 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22832 Fix typo(s).
22833
22834 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22835
22836 * gdb.t07/gdbme.c: More code for watchpoint testing.
22837
22838 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22839 "Hardware watchpoint" throughout file.
22840 (test_watchpoint_triggered_in_syscall): New test.
22841 (test_complex_watchpoint): New test.
22842
22843 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22844
22845 * gdbme.c (call_with_trampolines): New function to try and step
22846 into. Tests trampoline problems on the PA.
22847
22848 * funcargs.exp (localvars_in_indirect_call): No longer expect
22849 stepping into indirect call to fail on PAs.
22850 (test_stepping_over_trampolines): New test.
22851
22852 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22853
22854 * TODO: Add suggestions for static member function tests, and
22855 completion tests.
22856
22857 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22858
22859 * TODO: Add suggestions for "p/a" tests.
22860
22861 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22862 (default_gdb_exit): Replace all the hair with sending "quit" to
22863 the process with a simple close.
22864
22865 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22866
22867 * TODO: Add suggestions for shared library tests.
22868
22869 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22870
22871 * TODO: Add suggestions for x/s tests.
22872
22873 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22874
22875 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22876 "enable once", and "enable breakpoints once" with ".*".
22877
22878 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22879
22880 * TODO: Add suggestions about structure passing tests.
22881
22882 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22883
22884 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
22885 the primary1 test, use work around if __GNUC__ < 2.
22886 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
22887 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
22888 Test for bad output rather than waiting for timeout. Issue
22889 second continue only if first continue failed.
22890
22891 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22892
22893 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22894 operator[] test with gdb_test because the old code didn't seem to
22895 be getting the quoting right with the new dejagnu.
22896
22897 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
22898
22899 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22900 one from the path.
22901 * Makefile.in: Use a fresh expect if there is one, use runtest
22902 from the src tree if there is one.
22903
22904 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22905
22906 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22907 next over recursive call. Revise the tests from that point on
22908 (which had been skipped) to match GDB's actual (correct) output.
22909
22910 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22911 with next over a breakpoint whose condition is false.
22912
22913 * gdb.t00/help.exp: Comment out "help set print" tests just like
22914 (and for same reason as) "help set" test.
22915
22916 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22917
22918 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22919 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22920
22921 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22922
22923 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22924 necessary gdb_target_udi.
22925
22926 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22927
22928 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22929 1838 and 2417; they are fixed.
22930
22931 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22932 gdb.t03/ptype.exp (ptype structure, ptype union):
22933 Remove xfails; the test is looser than when the xfails were added.
22934
22935 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22936 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22937
22938 * gdb.t01/run.exp: Only run shell test if isnative.
22939
22940 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22941 since "run" automatically loads if necessary. Call gdb_target_udi
22942 after the "file" since "file" kills any execution target.
22943
22944 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22945 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22946 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22947 argument for UDI.
22948
22949 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22950
22951 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22952
22953 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22954
22955 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22956
22957 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22958 properly quoting regexps. This makes the second argument to
22959 demangle a fixed string, which matches the callers, instead of a
22960 shell-style pattern which is what the previous implementation
22961 used. Update some of the callers.
22962
22963 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22964
22965 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22966 (comib_nullified_tests): Fix typo.
22967 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22968 strings. No longer expected to fail.
22969
22970 * gdb.disasm/hppa.s (addib_tests): Fix typo.
22971 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22972 strings. No longer expected to fail.
22973
22974 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22975 string. No longer expected to fail.
22976
22977 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22978
22979 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22980 No longer expected to fail.
22981
22982 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22983 string. No longer expected to fail.
22984
22985 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22986
22987 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22988 only in the names (I probably got most of them). I was even
22989 generous with some which differed in underscores in names, and
22990 probably missed a few, and I *still* was able to remove almost a
22991 third of the file with almost no impact on testsuite coverage.
22992
22993 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22994
22995 * gdb.t00/default.exp: Match udi_attach error message as well as
22996 the one from child_attach.
22997
22998 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
22999
23000 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
23001
23002 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
23003 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
23004
23005 * Move test with enums and partial symbols back to
23006 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
23007 Reverts the change of 26 May 93. Per today's change to
23008 stabs.texinfo, the behavior that weird.exp was expecting was
23009 unreasonable; what is important is that the compiler+gdb get
23010 things right, which happens with a recent gcc. Also fix the test
23011 to deal with native compilers which put out the stab gdb can't
23012 deal with.
23013
23014 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23015
23016 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
23017 in the names. The main thing these accomplish is to slow things down.
23018 Many more such duplicates surely remain.
23019
23020 * gdb.t00/help.exp: Comment out "help support" test just like
23021 (and for same reason as) "help set" test.
23022
23023 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
23024
23025 * gdb.t06/break.exp: Remove setup_xfails for
23026 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
23027 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
23028 about known bug in gcc to include up through 2.5.8.
23029 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
23030 well as "_vb$".
23031 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
23032 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
23033 with latest gcc and gdb.
23034 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
23035 well as "_vb$".
23036
23037 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23038
23039 * configure.in (hppa*-*-*): Also configure and build stabs-only
23040 tests.
23041
23042 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23043
23044 * gdb.t10/hppa.mt: A makefile fragment for the PA.
23045 * gdb.t10/configure.in (hppa*-*-*): Use it.
23046
23047 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23048
23049 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
23050
23051 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23052
23053 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
23054 versions prior to 1.13.5.
23055
23056 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23057
23058 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
23059 the prompt is at the start of a line.
23060
23061 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23062
23063 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
23064 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
23065 in the copr tests now.
23066 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
23067 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
23068 expected to fail.
23069
23070 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
23071
23072 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
23073 gdb.t31/chillvars.exp, lib/gdb.exp:
23074 Tweak to run under either version of expect.
23075 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
23076 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
23077 * gdb.t11/list.exp: Remove extraneous whitespace.
23078
23079 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23080
23081 * gdb.t16/printcmds.exp (test_print_strings): Accept
23082 "(unsigned char *) " before the string.
23083
23084 * TODO: Add notes about printing of fancy types and GDB expressions.
23085
23086 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
23087
23088 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
23089 * gdb.t06/configure.in: Don't try to compile signals test program
23090 if doing mips-idt-ecoff.
23091
23092 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
23093
23094 * Most .exp files: Tweak to run under either version of expect.
23095
23096 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23097
23098 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23099 xfails; I'm not sure why they are failing, but not because of PR 1806.
23100
23101 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23102
23103 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23104 defined in lib/gdb.exp.
23105
23106 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23107
23108 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23109 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23110 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23111 have to be typeless.
23112
23113 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23114
23115 * TODO: Add suggestion for copyright year test.
23116
23117 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
23118
23119 * configure.in (*-*-lynxos*): Add stabs tests.
23120
23121 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23122
23123 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
23124 so insert a tab before any assembler directive in column zero.
23125
23126 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
23127 stores.
23128 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
23129 stores.
23130 (fpu_short_memory_tests): Likewise.
23131
23132 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23133
23134 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
23135 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
23136 .stabs directives in comments.
23137
23138 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23139
23140 * TODO: New file, describing tests we could write.
23141 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
23142
23143 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23144
23145 * gdb.t06/signals.exp: Add kludge to force re-sync.
23146
23147 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
23148 to xgdb instead of gdb, get out of gdb.
23149
23150 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
23151
23152 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
23153 for info.
23154
23155 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23156
23157 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
23158 * gdb.stabs/configure.in (hppa*-*-*): Use it.
23159 * gdb.stabs/hppa.sed: New sed script for the PA.
23160
23161 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23162
23163 * gdb.stabs: Re-write weird.def and configuration to use sed
23164 instead of cpp. sed is portable and POSIX; cpp is neither.
23165
23166 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23167
23168 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
23169
23170 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23171
23172 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
23173
23174 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23175
23176 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
23177 "_vb$".
23178 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
23179 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
23180
23181 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23182
23183 * lib/gdb.exp: Comment out code which depends on non-existent
23184 `transform' procedure.
23185
23186 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
23187
23188 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
23189 * lib/gdb.exp: Transform tool name.
23190 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
23191 1.1's new error handling system.
23192
23193 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23194
23195 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
23196
23197 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23198
23199 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
23200 They made pattern matching so slow that timeouts happened on
23201 heavily loaded systems. Now any output from "show print" which
23202 gets us back to the GDB prompt is a PASS.
23203
23204 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
23205
23206 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
23207
23208 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23209
23210 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
23211
23212 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23213 It is not from PR 3220.
23214
23215 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23216
23217 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23218 just started failing because they depended on the order the
23219 subcommands are presented, or exact docstring text. This kind of
23220 test is a pain and has minimal benefit.
23221
23222 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23223
23224 * gdb.t09/corefile.exp: At end of test, use "core" command with
23225 no arguments.
23226
23227 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
23228
23229 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23230 17}/Makefile.in: Make it possible to run the testsuite with Sun
23231 make and CC = cross gcc by adding explicit build rules for .o
23232 files.
23233
23234 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23235
23236 * gdb.t15/funcargs.exp: Don't put comments on same line as
23237 setup_xfail (@#$*%& tcl braindamage!).
23238
23239 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23240
23241 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23242
23243 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
23244
23245 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23246 * gdb.t20/inherit.exp: remove three dumplicate entries.
23247
23248 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23249
23250 * gdb.t06/break.exp: For "next over recursive call", fail on any
23251 incorrect output, not just on "factorial (value=2)".
23252
23253 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23254
23255 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
23256 working now. Add an xfail if accesing a bss variable causes
23257 a memory error if the target is not yet run.
23258
23259 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23260
23261 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23262 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23263 name of __st* demangling (2 strings). Did Kung really get the
23264 more than 95 others right without testing them?
23265
23266 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23267
23268 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23269
23270 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
23271
23272 * configure.in (configdirs): Add gdb.disasm
23273 * gdb.disasm: New directory for GDB disassembler tests.
23274 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23275
23276 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23277
23278 * gdb.t00/help.exp: Don't test "help set".
23279
23280 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23281 from within expect statements. None of these happen anymore and
23282 they cause regressions to be silently unnoticed.
23283
23284 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23285 messages) about known failures with gcc cygnus-2.4.5-930417.
23286
23287 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23288 comp-info.exp so it gets built if it doesn't exist.
23289
23290 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23291 it is no longer used.
23292 * gdb.t13/comp-info.c: Removed.
23293
23294 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23295
23296 * gdb.t06/signals.exp: Add xfail for sun3.
23297
23298 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23299
23300 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23301 relevant because ^C doesn't get sent but failure can be reproduced
23302 interactively).
23303
23304 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23305
23306 * gdb.stabs/alpha.mt: New configuration file for alpha.
23307 * gdb.stabs/configure.in: Use it.
23308 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
23309 sharing with alpha.mt, redefine long to word via preprocessor.
23310 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
23311 for alpha.
23312 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
23313 native cc.
23314 * gdb.t00/teststrategy.exp: Change expect string so that we
23315 consume the `(xgdb)' from the command echo and from the gdb prompt.
23316 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
23317 gdb currently compares all values as long, so this failure probably
23318 applies to any configuration where LONGEST is bigger than a target int.
23319 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
23320 with gcc.
23321 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
23322 to handle opaque pointers, gcc is.
23323 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
23324 as first argument. Include <sys/types.h> and change all operator
23325 new definitions to use size_t.
23326 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
23327 now that we use size_t.
23328
23329 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23330
23331 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
23332 a long or float array cast all array members to the same type.
23333 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
23334 with 64 bit longs.
23335 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
23336 on alpha.
23337 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
23338
23339 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23340
23341 * gdb.t24 (demangle.exp): Constructors of templates have names like
23342 vector<int>::vector(int) not vector<int>::vector<int>(int). See
23343 section 14.6 of the ARM.
23344
23345 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23346 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23347 accomplish little and slow down the testsuite.
23348
23349 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23350 Accept spaces various places.
23351
23352 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23353
23354 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23355 with watchpoint enabled.
23356
23357 * Makefile.in: Remove definition of CC and remove the second
23358 definition of CXX (the "CXX = gcc" one remains). These definitions
23359 were causing backquotes to be expanded within backquotes, which
23360 doesn't work.
23361
23362 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
23363
23364 * gdb.t17/callfuncs.exp: Add "return 0" to end.
23365
23366 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23367
23368 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
23369 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
23370 by mips cc and contains no stabs entries.
23371
23372 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
23373
23374 * config/vx-gdb.exp: Use fake device to load files rather than
23375 NFS.
23376 * lib/gdb.exp: New proc to do "file" command.
23377 * config/unix-gdb.exp: Use new "file" proc.
23378
23379 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
23380
23381 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
23382 Rework board rebooting slightly.
23383 (gdb_exit): Don't exit from the remote shell; there isn't one.
23384 * gdb.stabs/weird.exp: If a program is being debugged already,
23385 kill it.
23386 * gdb.t04/setvar.exp: Stop and restart gdb.
23387 * gdb.t05/expr.exp: Likewise.
23388 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
23389 restart gdb and reload the program.
23390 * gdb.t08/opaque.exp: Likewise.
23391 * gdb.t12/scope.exp: Likewise.
23392 * gdb.t13/bitfields.exp: Likewise.
23393 * gdb.t15/funcargs.exp: Likewise.
23394 * gdb.t20/classes.exp: Likewise.
23395 * gdb.t03/ptype.exp: Increase timeout.
23396 * gdb.t16/printcmds.exp (test_print_string_constants,
23397 test_print_array_constants): Likewise.
23398 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
23399 * gdb.t20/classes.exp (do_tests): Likewise.
23400 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
23401
23402 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
23403
23404 * gdb.stabs: Renamed *wierd* to *weird*.
23405
23406 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23407
23408 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
23409 for timeout. Add "known gcc 2.4.5 bug" to failure message.
23410
23411 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23412
23413 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
23414 (do_tests): Remove xfail for whatis on one_var and two_var.
23415
23416 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
23417
23418 * Makefile.in: Made cross building work better by adding
23419 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
23420
23421 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23422
23423 * gdb.t15/{return.c,return.exp,Makefile.in}:
23424 New test, currently commented out.
23425
23426 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
23427
23428 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23429 still running and removes the leftover named socket so GDb can do
23430 clean restarts.
23431
23432 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
23433
23434 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23435 console, not GDB.
23436 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23437 cross testing works better with "make check"
23438 * config/unix-gdb: Use default procedures for exit and version.
23439 * config/vx-gdb.exp: Cleaned up and massaged back to working order
23440 with the newest VxWorks.
23441
23442 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23443
23444 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23445 old form.
23446
23447 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23448 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23449
23450 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23451
23452 * config/unix-gdb.exp: Remove this version of gdb_exit
23453 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23454 Rob says he'll look at it when he gets back to testing boards.
23455
23456 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23457
23458 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23459 an expected fail for certain ptype commands.
23460
23461 * gdb.t20/classes.exp: Update expected results of "ptype class
23462 Base1" to account for the constructor that now appears in the type.
23463
23464 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23465
23466 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23467 disappeared from list.
23468 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23469 "alldone" proc with call to cleanup and exit.
23470 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23471 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23472 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23473 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23474 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23475 "alldone" proc with simple returns that suppress remaining
23476 tests. The alldone proc went away many months ago.
23477
23478 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23479
23480 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23481
23482 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23483
23484 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23485
23486 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23487 as vax gdb will display them.
23488
23489 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23490
23491 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23492 optimizers.
23493
23494 * scope.exp: Change "bad value for localval" messages so each one
23495 is unique.
23496
23497 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23498 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23499
23500 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23501
23502 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23503
23504 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23505 doesn't exist (due to optimization).
23506
23507 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23508
23509 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23510 contains \r because the filename is long.
23511
23512 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23513 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23514
23515 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23516
23517 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23518 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23519 Ultrix.
23520 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23521 int tests.
23522 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23523
23524 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23525
23526 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23527
23528 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
23529 to match does not match the passing case but still matches the
23530 failing case.
23531
23532 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23533
23534 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23535
23536 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23537
23538 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23539 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23540 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23541 Remove various versions of gdb_exit.
23542 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23543 gdb_exit.
23544 * config/unix-gdb.exp: gdb_exit remains here, and should override
23545 the generic version, since it's doing a lot of wierd stuff that
23546 the other versions aren't. FIXME, fold it in, or abandon this
23547 version.
23548
23549 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23550
23551 * gdb.t24/demangle.exp: Add tests for PR 3220.
23552
23553 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23554
23555 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23556
23557 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23558
23559 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23560 "i386-*-*". Works for i486 as well.
23561
23562 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23563 bug, and expand domain of xfail to all SVR4 systems, since the
23564 actual problem is likely to be in generic SVR4 /proc support.
23565
23566 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23567
23568 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23569
23570 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23571
23572 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23573 xfails for other systems. Match a missing 'Continuing.' as an
23574 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23575
23576 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23577 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23578 Only issue warning for missing executables if -all option is used.
23579
23580 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23581 file if -all option is used. It's like an unpredictable XFAIL.
23582
23583 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23584
23585 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23586 for dynamically linked binaries.
23587
23588 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23589
23590 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23591
23592 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23593 to state that this is a known bug in old versions of g++.
23594
23595 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23596
23597 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23598 while waiting for `Continuing'.
23599
23600 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23601
23602 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23603 in text, data, and bss.
23604 * gdb.t10/nodebug.c: Add local and global test variables for
23605 initialized and uninitialized data.
23606
23607 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23608
23609 * config/unix-gdb.exp (gdb_exit): Add "wait".
23610
23611 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23612
23613 * gdb.t06/signals.exp: xfail the continue from the handler for all
23614 targets.
23615
23616 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
23617 function with watchpoints enabled, the i386 call dummy starts with
23618 a call.
23619
23620 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
23621 386 bsd names its corefiles.
23622
23623 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
23624
23625 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
23626 compilers don't grok it.
23627 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
23628 with small octal ints rather than character constants, which
23629 are signed and might not fit if first promoted to int.
23630
23631 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
23632
23633 * gdb.t09/Makefile.in (clean): Remove corefile.
23634
23635 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23636
23637 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23638
23639 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23640 and Jim Kingdon (kingdon@cygnus.com)
23641
23642 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23643 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
23644 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23645
23646 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23647
23648 * gdb.t17/interrupt.exp: Add xfail for hppa.
23649
23650 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23651
23652 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23653 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
23654 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
23655 to determine signed-ness of bitfields and use the result to setup
23656 the xfail.
23657 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
23658 * gdb.t15/funcargs.exp: Use them to step until the second indirect
23659 call line is reached if necessary.
23660
23661 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23662
23663 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23664
23665 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23666
23667 * gdb.t06/break.exp: Also test `clear' command.
23668
23669 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23670
23671 * gdb.t00/teststrategy.exp: Remove extra quote.
23672
23673 * gdb.t07/watchpoint.exp: Change xfail for calling function with
23674 watchpoint enabled to be for all non-68k machines.
23675
23676 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23677
23678 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23679
23680 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23681 targets use aout.mt instead of ecoff.mt as gas understands
23682 standard aout format.
23683
23684 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23685
23686 * lib/gdb.exp (runto): Don't insist that function we are running to
23687 was compiled with -g.
23688
23689 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23690
23691 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23692 to get back into the read system call.
23693 Accept leading newline in case where we woke it up.
23694
23695 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23696
23697 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
23698 to make the stabs test work on ecoff systems using gcc and -with-stabs.
23699 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
23700 enable ecoff configuration.
23701
23702 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23703
23704 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23705
23706 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23707
23708 * gdb.t16/printcmds.exp: Add another printf test.
23709
23710 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
23711
23712 * configure.in: If configured -with-stabs on any target, add
23713 stabsdirs to configdirs.
23714
23715 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23716
23717 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23718 fun" so pattern does not match the command itself.
23719
23720 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23721
23722 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23723
23724 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23725
23726 * gdb.t17/interrupt.exp: Test for more things.
23727
23728 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23729
23730 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23731 compiler arranges the code and line numbers.
23732
23733 * gdb.t17/interrupt.exp: Don't send \n after ^C.
23734
23735 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23736
23737 * gdb.t00/help.exp: Increase expect input buffer size.
23738
23739 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23740
23741 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23742
23743 * gdb.t07/watchpoint.exp: Add xfail for hppa.
23744
23745 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23746
23747 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23748 [0-9]*, not just [0-9].
23749
23750 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23751
23752 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23753
23754 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23755
23756 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23757
23758 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23759
23760 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23761
23762 * gdb.t06/signals.c: Add xfails for sun3.
23763
23764 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23765
23766 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
23767 test_stepping tests.
23768
23769 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23770
23771 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23772
23773 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23774
23775 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23776 rather than actually putting it through cpp twice.
23777
23778 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23779
23780 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
23781
23782 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23783 no longer needed.
23784
23785 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23786
23787 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23788
23789 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23790 C++ features prints as "struct", make it a pass, not an xfail.
23791
23792 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23793
23794 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23795 Don't require VA to print as "class" rather than "struct".
23796
23797 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
23798
23799 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23800
23801 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23802
23803 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23804
23805 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23806
23807 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
23808 order.
23809
23810 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23811
23812 * gdb.t16/printcmds.exp: Add printf tests.
23813
23814 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23815
23816 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23817
23818 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
23819
23820 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
23821 pass counts, to counteract any existing or future setup_xfails.
23822
23823 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23824
23825 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23826 {BEGIN,END}_COMMON for common block instead of STAB.
23827 * gdb.stabs/wierd.exp: Add xfail for rs6000.
23828
23829 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23830 intp_var should be N_GSYM not N_LSYM.
23831 wierd-aout.S: Use a label for the value of the N_SO.
23832 wierd.def: Remove all backslashes.
23833 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23834
23835 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23836
23837 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23838 get the expected next to inheritance3.
23839
23840 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23841
23842 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23843 now that gcc-2.4 gets it right.
23844
23845 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23846
23847 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23848
23849 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23850 generating comp-info.exp which works for cross-compilation.
23851
23852 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
23853
23854 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
23855 "*-*-sysv4.*".
23856
23857 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
23858
23859 * gdb.t01/run.exp: Start with a fresh gdb.
23860 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
23861 SVR4.x.
23862
23863 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
23864
23865 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23866 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23867 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23868 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23869 things to remove.
23870
23871 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
23872
23873 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
23874 test cases from bug reports.
23875
23876 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
23877
23878 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
23879 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
23880 avoid spurious xfails.
23881 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
23882 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
23883 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
23884
23885 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
23886
23887 * gdb.t00/teststrategy.exp: Rework to provide more useful
23888 description of each test, fix problem with systems that define
23889 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23890 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
23891 results for "next over recursive call" so timeouts aren't taken
23892 by error.
23893
23894 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
23895
23896 * gdb.t12/scope.exp: Test printing of variables before run.
23897
23898 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23899 printed in wrong order due to sorting.
23900
23901 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
23902
23903 * gdb.t00/teststrategy.exp: Fix expected results for printing
23904 user entered string constant. Is array of char, prints with no
23905 address.
23906
23907 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
23908 commands.
23909 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
23910 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
23911 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
23912 of struct of char arrays.
23913 * gdb.t00/radix.exp: New tests for radix commands.
23914
23915 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
23916
23917 * gdb.t16/printcmd.exp: Print a variable before running program
23918 (with xfail for AIX).
23919
23920 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
23921
23922 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23923
23924 * gdb.t16/printcmd.exp: Don't print variables before running program.
23925
23926 * gdb.t06/break.exp: Don't require envp argument to main.
23927
23928 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23929
23930 * gdb.t02/whatis.exp, gdb.t11/list.exp:
23931 Add xfails for rs6000.
23932
23933 * gdb.t02/whatis.exp: Change other tests not to re-test something
23934 we already tested.
23935
23936 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23937 each type used has a variable of that type.
23938
23939 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23940
23941 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23942
23943 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
23944
23945 * configure.in: change srctrigger to be a file, not a directory
23946
23947 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23948
23949 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23950
23951 * gdb.t11/list.exp: Fixed a couple of typos.
23952
23953 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
23954
23955 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
23956 is fixed and PR is closed.
23957 * gdb.t16 (gdbme.c): Add simple test string variable.
23958 * gdb.t16 (printcmds.exp): Add tests with simple test string
23959 variable, primarily for boundaries on "set print elements".
23960
23961 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
23962
23963 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23964 Make leading 0's optional and don't expect a tab in the middle
23965 of the number.
23966
23967 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23968
23969 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23970 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
23971 don't end command passed to gdb_test with newline.
23972
23973 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23974 signed keyword away, don't expect signed bitfields to be signed.
23975
23976 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23977 printing with only as many 1's as are in the field as well as printing
23978 with 32 1's (see comment).
23979
23980 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
23981
23982 * gdb.t00/default.exp: Start with a fresh gdb.
23983 * configure.in (configdirs): Remove gdb.t31 until the chill
23984 compiler works again. It no longer is able to find chillrt0
23985 since it isn't in libchill.a anymore.
23986 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
23987 wierd.o, make more modular.
23988 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
23989 spurious newlines that caused problems.
23990
23991 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23992
23993 * Move test with enums and partial symbols from gdb.t03/ptype.exp
23994 to gdb.stabs/wierd.exp since GCC has worked around the bug.
23995 gdb.stabs/wierd.{exp,def}: Many new tests.
23996
23997 * gdb.t00/default.exp: update info line for new message.
23998
23999 * gdb.t02/{whatis.exp,gdbme.c}:
24000 Test that "char *" doesn't print as "caddr_t".
24001
24002 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24003
24004 * gdb.t00/help.exp: Use .* in place of some help messages which
24005 just changed.
24006 gdb.t00/default.exp: Update "info frame" test for new message.
24007 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
24008 Remove some xfails
24009
24010 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24011
24012 * gdb.t03/{gdbme.c,ptype.exp}:
24013 Add tests for typedef'd struct and union without tags.
24014 Also check "whatis" on a variable of a typedef'd enum without a tag.
24015
24016 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
24017 PRMS 1823; the bug still exists but isn't reproduced by this test
24018 anymore), and remove rs6000 XFAIL (the bug is fixed).
24019
24020 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
24021 duplicated from whatis.exp. For those that are left, accept
24022 "long", "long int", or "int" for long variables (whatis.exp already
24023 has an XFAIL for "int", so no need to fail it here).
24024
24025 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
24026 Deal with GCC's names for types now that GDB uses the compiler's names.
24027
24028 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
24029 setup_xfail's for sunos4. If we #defined the signed keyword away,
24030 don't expect GDB to know that char it is signed.
24031
24032 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
24033
24034 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
24035
24036 * configure.in (configdirs): Add gdb.t24 for C++ tests that
24037 should work on any system, regardless of debugging format.
24038 * gdb.t21/demangle.exp: Move to gdb.t24.
24039 * gdb.t24/demangle.exp: Move from gdb.t21.
24040 * gdb.t24/{Makefile.in, configure.in}: New files.
24041
24042 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24043
24044 * configure.in: Do gdb.stabs and C++ tests only for stabs.
24045 * gdb.stabs: New directory.
24046
24047 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24048
24049 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
24050 not just "Quit anyway?".
24051
24052 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
24053
24054 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
24055 that all setup_xfails are immediately followed by clear_xfails.
24056
24057 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
24058
24059 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
24060 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
24061 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
24062 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
24063 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
24064 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24065 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24066 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
24067 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
24068 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
24069 gdb.t31/chillvars.exp, lib/gdb.exp:
24070 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
24071 bug-gdb@prep.ai.mit.edu.
24072
24073 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
24074
24075 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
24076 with 0.0, not integer 0.
24077
24078 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
24079
24080 * gdb.t06/break.exp: Update for "Kill the program" message change.
24081
24082 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
24083
24084 * Makefile.in (GDBFLAGS): Set to -nx.
24085 * Makefile.in (site.exp): Use GDBFLAGS.
24086
24087 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24088
24089 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
24090 Makefiles.
24091 (check): depend on just-check.
24092 (just-check): added so that tests can be run without a noop
24093 build pass.
24094
24095 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24096
24097 Switch to using configure's configdirs.
24098 * Makefile.in (Makefile): add configure.in dependency.
24099 (SUBDIRS): removed redundant assignment.
24100 * configure.in: switch subdirs assignment to configdirs.
24101 * gdb.t*/configure.in: new files.
24102
24103 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24104
24105 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24106 works.
24107
24108 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24109
24110 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24111 in explicit rules. Apparently this is not supported by some makes.
24112
24113 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24114
24115 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24116
24117 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24118
24119 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
24120 disappeared.
24121
24122 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
24123
24124 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
24125
24126 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
24127
24128 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
24129 watchpoint problem that is now fixed.
24130 * gdb.t30/chexp.exp: Remove setup_xfail for printing
24131 uninitialized convenience variables.
24132 * gdb.t31/chillvars.exp: Fix expected patterns for printing
24133 structures.
24134
24135 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24136
24137 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
24138 which causes expect to get out of sync with gdb on long output
24139 from help set.
24140 * gdb.t09/corefile.exp: Make expected pattern for core file
24141 failing signal and frame output format less sun specific.
24142
24143 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
24144
24145 * gdb.t31/chillvars.exp: Add and remove initial dummy
24146 breakpoint, so that symbol table is forced in.
24147 (Needed at least on Sunos4, though it seems not SVR4.)
24148 * gdb.t31/chillvars.exp: Update for changed output format.
24149
24150 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
24151
24152 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
24153
24154 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
24155
24156 * Makefile.in: Added --srcdir when invoking runtest, removed the
24157 need for a local config file. (optional now)
24158
24159 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
24160
24161 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
24162 failure count used to force early termination. Add some more
24163 expected failures for gnu style demangling.
24164
24165 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24166
24167 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
24168 pmi variable from gdb.t20/gdbme to get optimized away.
24169 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
24170 Check for written corefile upon timeout _and_ eof.
24171
24172 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24173
24174 * config/unix-gdb.exp: Add missing return 0.
24175
24176 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24177
24178 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
24179 test termination.
24180
24181 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24182
24183 * configure.in (subdirs): Put back gdb.t17 which mysteriously
24184 disappeared.
24185
24186 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
24187
24188 * gdb.t10/crossload.exp: Disable the i860-elf test until such
24189 time as i860 support works.
24190
24191 * gdb.t15/funcargs.exp: Fix expected outputs to include
24192 "backtrace 100\r" rather than just "backtrace\r", to match last
24193 change.
24194
24195 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
24196
24197 * config/udi-gdb.exp (gdb_exit): Remove close command.
24198 (gdb_target_udi): New procedure to set the UDI target.
24199 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
24200 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
24201 Added waits for prompts after several question responses. Added
24202 some more responses used by a29k-amd-udi-gdb.
24203 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
24204 pass different arguments, restart UDI connection after program
24205 completion.
24206 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
24207 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24208 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
24209 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
24210 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
24211 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
24212 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24213 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24214 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24215 after program completion.
24216 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24217 compiled with a SELECT_VECS setting.
24218 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24219 infinite recursion.
24220
24221 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24222 Added checks for COFF results, and made them expected failures for
24223 all targets. It would be better to make them expected failures
24224 for COFF targets only.
24225
24226 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
24227
24228 * Makefile.in: add null dvi target, don't bother to recurse
24229 through test directories for info and install-info; rename
24230 $(datadir) to be dejagnu instead of deja-gnu
24231
24232 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
24233
24234 * gdb.t31/gdbme.ch: Re-enable code that previously caused
24235 compiler to coredump.
24236 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
24237 code.
24238
24239 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
24240
24241 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
24242 coredump.
24243 * gdb.t31/chillvars.exp: Comment out tests that depend on that
24244 code.
24245
24246 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
24247
24248 * gdb.t03/ptype.exp: tests for return code from gdb_test.
24249 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24250 which in a shell. Deletes xgdb when done.
24251 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24252 Tests the return from the "set height" or "set width" commands.
24253 Added a few return codes where needed.
24254
24255 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
24256
24257 * Makefile.in (SUBDIRS): Add gdb.t17.
24258 * configure.in (subdirs): Add gdb.t17.
24259 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
24260 files to test gdb's calling of functions in the inferior with
24261 the correct arguments and gdb's ability to retrieve any
24262 result returned.
24263
24264 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
24265
24266 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24267 may be called after gdb goes away. Previous versions of expect
24268 needed these to avoid file descriptor leaks, but they cause
24269 errors with the current revision of expect.
24270 * gdb.t00/gdbvars.exp: Use -re on expected output after
24271 setting sevenbit-strings.
24272 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
24273 to set sevenbit-strings consistent across tests.
24274 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
24275 set sevenbit-strings consistent across tests.
24276
24277 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24278
24279 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
24280 expected output to match current "expect" expectations.
24281
24282 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
24283
24284 * gdb.t00/default.exp: Change expected output for default "source"
24285 command, to match new gdb behavior which requires a filename to
24286 source.
24287
24288 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
24289
24290 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
24291 expected fail for i486-*-* that misses the marker2 function.
24292 * gdb.t10/crossload.exp (bfddefault): Allow successful
24293 recognition of a format to pass even if no symbols are found.
24294 Explicitly catch failures where the format is not recognized
24295 or is ambiguous, and add the reason to the fail message.
24296 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
24297 the cause is and invalid target and add reason to failure message.
24298 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
24299 elf32-i386, elf32-sparc, and elf32-i860.
24300 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24301 Set up expected failure for 'filename'::variable scope resolution,
24302 which is now apparently broken on all targets.
24303 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24304 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24305 gdb.t23/templates.exp: Change failure for missing binfile into
24306 just a warning.
24307 gdb.t21/demangle.exp: Change all cfront references to 'arm'
24308 references.
24309
24310 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
24311
24312 * gdb.t00/default.exp: Add expected output for default "source"
24313 command, to match new gdb behavior.
24314 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
24315
24316 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
24317
24318 * config/*-gdb.exp: returns an error, rather than exiting on
24319 internal errors.
24320
24321 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
24322
24323 * gdb.t03/gdbme.c: Add pointer to struct variable.
24324 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
24325 referencing struct members.
24326
24327 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
24328
24329 * configure.in (mips-idt-ecoff): New target.
24330 * config/mips-gdb.exp: New file for remote board using MIPS remote
24331 debugging protocol.
24332
24333 * Redid configuration scheme. Removed gdb.t*/configure.in.
24334 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
24335 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
24336 distclean targets. Built executables via .o files. Adjusted
24337 tests to account for source files in $(srcdir) rather than
24338 $(objdir).
24339 * lib/gdb.exp (runto): Don't expect () after the function name,
24340 because it may have arguments.
24341
24342 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
24343
24344 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24345 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24346 expected failures for mips-idt-* and mips-sgi-*.
24347 * gdb.t00/default.exp (attach): Kill process if requested.
24348 * gdb.t00/help.exp (help target core, help target): Accept a gdb
24349 that does not read core files.
24350 * gdb.t01/run.exp: Removed checks for exit status code.
24351 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24352 it is linked in.
24353 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24354 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24355 appropriate, rather than doing it by hand.
24356 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24357 execution.
24358 * gdb.t10/crossload.exp: Kill existing program if needed.
24359 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
24360 appropriate, rather than doing it by hand. Always increase
24361 timeout for this test, not just for VxWorks.
24362
24363 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
24364
24365 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
24366 of Chill STRUCT types and STRUCT values.
24367 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
24368 than "char".
24369 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
24370 struct2): New struct definitions and initializations to test
24371 simple Chill STRUCT types.
24372
24373 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
24374
24375 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
24376 the null byte at the end of strings.
24377 * gdb.t00/default.exp: Make show version insensitive to copyright
24378 date.
24379 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
24380 to avoid dependencies on target char signedness.
24381 * gdb.t16/printcmds.exp: Update expected results for explicitly
24382 unsigned char.
24383 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
24384 now work.
24385 * gdb.t21/demangle.exp: Add many more patterns for template
24386 demangling, most of them being expected failures.
24387 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
24388 string we are matching for, to match on the whole string.
24389 * gdb.t21/demangle.exp: Add many new test strings to demangle,
24390 and fix a whole bunch that had incorrect expected output but were
24391 passing anyway because of the bug in "proc demangle".
24392 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
24393 type.
24394 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
24395
24396 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
24397
24398 * gdb/testsuite: made modifications to testcases, etc., to allow
24399 them to work properly given the reorganization of deja-gnu and the
24400 relocation of the testcases from deja-gnu to a "tool" subdirectory.
24401
24402 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
24403
24404 * gdb/testsuite: Initial creation of gdb/testsuite.
24405 Migrated dejagnu testcases and support files for testing nm to
24406 gdb/testsuite from deja-gnu. These files were moved "as is"
24407 with no modifications. This migration is part of a major overhaul
24408 of dejagnu. The modifications to these testcases, etc., which
24409 will allow them to work with the new version of dejagnu will be
24410 made in a future update.
24411
24412 For additional changes see gdb.mi/ChangeLog-1999-2003.
24413 \f
24414 ;; Local Variables:
24415 ;; mode: change-log
24416 ;; left-margin: 8
24417 ;; fill-column: 74
24418 ;; version-control: never
24419 ;; End:
24420
24421 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
24422 2003, 2004, 2005 Free Software Foundation, Inc.
24423 Copying and distribution of this file, with or without modification,
24424 are permitted provided the copyright notice and this notice are preserved.
This page took 0.584117 seconds and 4 git commands to generate.