1afa644b2c4bc87e6af4ad8875862245538ecf23
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-06-21 Marek Polacek <mpolacek@redhat.com>
2
3 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
4 mi_gdb_test.
5
6 2011-06-20 Marek Polacek <mpolacek@redhat.com>
7
8 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9
10 2011-06-20 Marek Polacek <mpolacek@redhat.com>
11
12 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
13 mi_gdb_test.
14
15 2011-06-20 Marek Polacek <mpolacek@redhat.com>
16
17 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
18
19 2011-06-14 Yao Qi <yao@codesourcery.com>
20
21 gdb/testsuite/
22 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
23
24 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
25
26 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
27
28 2011-06-10 Tom Tromey <tromey@redhat.com>
29
30 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
31 Add tests for pointer-to-member-function.
32 * gdb.cp/temargs.cc (S::somefunc): New function.
33 (K2): New class.
34 (main): Instantiate K2; call method.
35
36 2011-06-08 Joel Brobecker <brobecker@adacore.com>
37
38 * gdb.python/py-inferior.c (f2): Make str an array rather
39 than a pointer.
40 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
41
42 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 * gdb.base/async-shell.c: New file.
45 * gdb.base/async-shell.exp: New file.
46
47 2011-06-06 Pedro Alves <pedro@codesourcery.com>
48
49 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
50
51 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
52
53 From Stephen Kitt <steve@sk2.org>
54 * gdb.base/help.exp: Adjust following some spelling corrections
55 in GDB.
56
57 2011-06-01 Yao Qi <yao@codesourcery.com>
58
59 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
60
61 2010-05-31 Keith Seitz <keiths@redhat.com>
62
63 PR c++/12750
64 * gdb.cp/static-method.cc: New file.
65 * gdb.cp/static-method.exp: New file.
66
67 2010-05-31 Keith Seitz <keiths@redhat.com>
68
69 PR symtab/12704
70 * gdb.cp/anon-ns.cc: New file.
71 * gdb.cp/anon-ns.exp: New file.
72
73 2011-05-31 Pedro Alves <pedro@codesourcery.com>
74
75 * gdb.arch/i386-dr3-watch.c: New file.
76 * gdb.arch/i386-dr3-watch.exp: New file.
77
78 2011-05-30 Yao Qi <yao@codesourcery.com>
79
80 * gdb.base/callfuncs.c (t_structs_fc): New.
81 (t_structs_dc, t_structs_ldc): New.
82 (t_double_many_args):
83 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
84 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
85 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
86 * gdb.base/callfuncs.exp: Call new functions.
87
88 2011-05-30 Yao Qi <yao@codesourcery.com>
89
90 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
91 Call rerun_and_prepare for each test to isolate effects.
92
93 2011-05-30 Yao Qi <yao@codesourcery.com>
94
95 * gdb.base/varargs.c (find_max_float_real): New.
96 (find_max_double_real, find_max_long_double_real): New.
97 * gdb.base/varargs.exp: Call these new added functions.
98 * lib/gdb.exp (setup_kfail_for_target): New.
99
100 2011-05-30 Yao Qi <yao@codesourcery.com>
101
102 * gdb.base/funcargs.c (callca, callcb, callcc): New.
103 (callcd, callce, callcf, callc1a, callc1b): New.
104 (callc2a, callc2b): New.
105 * gdb.base/funcargs.exp (complex_args): New.
106 (complex_integral_args, complex_float_integral_args): New.
107 * lib/gdb.exp (support_complex_tests): New. Determine
108 whether to run test cases on _Complex types.
109
110 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
111
112 * gdb.threads/leader-exit.c: New file.
113 * gdb.threads/leader-exit.exp: New file.
114
115 2011-05-27 Marek Polacek <mpolacek@redhat.com>
116
117 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
118
119 2011-05-27 Marek Polacek <mpolacek@redhat.com>
120
121 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
122 remove the `supported' variable.
123 * gdb.mi/mi-nonstop.exp: Likewise.
124 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
125 * gdb.mi/mi-nsintrall.exp: Likewise.
126 * gdb.mi/mi-nsmoribund.exp: Likewise.
127 * gdb.mi/mi-nsthrexec.exp: Likewise.
128
129 2011-05-26 Pedro Alves <pedro@codesourcery.com>
130
131 * gdb.reverse/finish-reverse-bkpt.exp: New test.
132
133 2011-05-26 Pedro Alves <pedro@codesourcery.com>
134
135 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
136
137 2011-05-24 Keith Seitz <keiths@redhat.com>
138
139 PR breakpoint/12803
140 * gdb.cp/cmpd-minsyms.cc (a): New method.
141 (b): New method.
142 (c): New method.
143 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
144
145 2011-05-24 Pedro Alves <pedro@codesourcery.com>
146
147 * gdb.base/commands.exp (watchpoint_command_test): Check that the
148 watchpoint's command list didn't execute when the watchpoint went
149 out of scope.
150
151 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
152
153 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
154 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
155 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
156 * gdb.arch/i386-gnu-cfi.exp: Likewise.
157 * gdb.arch/i386-permbkpt.exp: Likewise.
158 * gdb.arch/i386-prologue.exp: Likewise.
159 * gdb.arch/i386-size-overlap.exp: Likewise.
160 * gdb.arch/i386-size.exp: Likewise.
161 * gdb.arch/i386-unwind.exp: Likewise.
162 * gdb.reverse/i386-precsave.exp: Likewise.
163 * gdb.reverse/i386-reverse.exp: Likewise.
164 * gdb.reverse/i386-sse-reverse.exp: Likewise.
165 * gdb.reverse/i387-env-reverse.exp: Likewise.
166 * gdb.reverse/i387-stack-reverse.exp: Likewise.
167
168 2011-05-24 Pedro Alves <pedro@codesourcery.com>
169
170 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
171 file doesn't error, using MI.
172
173 2011-05-23 Tom Tromey <tromey@redhat.com>
174
175 * gdb.base/charset.exp (string_display): Add tests to assign to
176 arrays.
177 * gdb.base/charset.c (short_array, int_array, long_array): New.
178
179 2011-05-20 Pedro Alves <pedro@codesourcery.com>
180
181 Cope with async mode.
182
183 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
184 into gdb_test + mi_expect_stop.
185
186 2011-05-20 Pedro Alves <pedro@codesourcery.com>
187
188 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
189 (callme): Remove printf call.
190
191 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
192
193 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
194 quote pattern to avoid problems with Cygwin/mingw expect versions.
195 * gdb.base/default.exp (show convenience): Use double
196 quote pattern for regular expressions.
197
198 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
199
200 Fix -readnow for -gdwarf-4 unused type units.
201 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
202 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
203
204 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
205
206 * gdb.base/kill-after-signal.c: New file.
207 * gdb.base/kill-after-signal.exp: New file.
208
209 2011-05-16 Pedro Alves <pedro@codesourcery.com>
210
211 * gdb.ada/start.exp: Call untested with the correct test filename.
212 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
213 test filename. Make the test's binary unique.
214 * gdb.arch/i386-signal.exp: Call untested with the correct test
215 filename.
216 * gdb.arch/i386-size-overlap.exp: Ditto.
217 * gdb.arch/Makefile.in (EXECUTABLES): Update.
218 * gdb.base/gcore-buffer-overflow.exp: Ditto.
219 * gdb.cp/call-c.exp: Ditto.
220 * gdb.mi/mi-reverse.exp: Call untested with the correct test
221 filename. Make the test's binary unique.
222 * gdb.mi/Makefile.in (EXECUTABLES): Update.
223 * gdb.python/py-mi.exp: Ditto.
224 * gdb.python/Makefile.in (EXECUTABLES): Update.
225 * gdb.reverse/i386-precsave.exp: Ditto.
226 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
227 test filename.
228 * gdb.reverse/i387-stack-reverse.exp: Ditto.
229 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
230 unique.
231 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
232 test filename.
233 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
234 * gdb.trace/tfile.exp: Ditto.
235
236 2011-05-14 Yao Qi <yao@codesourcery.com>
237
238 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
239 type.
240
241 2011-05-13 Doug Evans <dje@google.com>
242
243 * gdb.python/py-objfile-script.exp: New file.
244 * gdb.python/py-objfile-script.c: New file.
245 * gdb.python/py-objfile-script-gdb.py: New file.
246 * testsuite/gdb.python/py-section-script.exp: Test
247 "info auto-load-scripts".
248
249 2011-05-13 Tom Tromey <tromey@redhat.com>
250
251 * gdb.dwarf2/clztest.exp: New file.
252 * gdb.dwarf2/clztest.c: New file.
253 * gdb.dwarf2/clztest.S: New file.
254
255 2011-05-13 Doug Evans <dje@google.com>
256
257 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
258 String16 tests.
259
260 2011-05-13 Tom Tromey <tromey@redhat.com>
261
262 * lib/gdb.exp (is_x86_like_target): New proc.
263 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
264 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
265 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
266 -nostdlib to compiler.
267 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
268 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
269 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
270 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
271 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
272
273 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
274
275 * gdb.python/py-function.exp: Test setting a value from a function
276 which executes a command.
277
278 2011-05-12 Tom Tromey <tromey@redhat.com>
279
280 * gdb.dwarf2/typeddwarf.S: New file.
281 * gdb.dwarf2/typeddwarf.c: New file.
282 * gdb.dwarf2/typeddwarf.exp: New file.
283
284 2011-05-12 Marek Polacek <mpolacek@redhat.com>
285
286 * gdb.mi/mi-basics.exp: Fix races. Honour the
287 `test_exec_and_symbol_mi_operatons' return value.
288 (test_mi_interpreter_selection): Use mi_gdb_test instead of
289 gdb_test_multiple.
290 (test_exec_and_symbol_mi_operatons): Likewise.
291 (test_path_specification): Likewise.
292
293 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
294
295 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
296 (gdb_touch_execfile): Remove catch wrappers. New variable time.
297 Replace `file copy' and `file rename' by `file mtime'. Twice.
298
299 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
300
301 * gdb.base/readline-ask.c: New file.
302 * gdb.base/readline-ask.exp: New file.
303 * gdb.base/readline-ask.inputrc: New file.
304
305 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
306
307 * gdb.cell/bt.exp: Delete breakpoints before running to signal
308 to avoid race condition.
309 * gdb.cell/coremaker.c: Use small stack size.
310 * gdb.cell/ea-standalone.exp: Use file name without path as
311 argument to c_to.
312 * gdb.cell/fork.exp: Allow other output when continuing to end.
313
314 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 * gdb.threads/corethreads.c: New file.
317 * gdb.threads/corethreads.exp: New file.
318
319 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
320
321 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
322 Try to compile the test using -Wl,-z,norelro first.
323 (load_core): New variable libthread_db_seen, initialize it.
324 (zeroed-threads cannot be listed): Protect it by XFAIL on
325 !$libthread_db_seen.
326
327 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
328
329 PR 12573
330 * gdb.dwarf2/dw2-skip-prologue.S: New file.
331 * gdb.dwarf2/dw2-skip-prologue.c: New file.
332 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
333
334 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
335
336 * gdb.cp/psymtab-parameter.cc: New file.
337 * gdb.cp/psymtab-parameter.exp: New file.
338
339 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
340
341 Fix a race.
342 * gdb.cp/static-print-quit.exp (print c): Split to ...
343 (print c - <return>, print c - q <return>, print c - to quit):
344 ... these. Make the testfile untested on gdb-7.1.
345
346 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
347
348 * lib/gdb.exp (exec_target_file, exec_symbol_file,
349 gdb_rename_execfile, gdb_touch_execfile): New.
350 * gdb.base/reread.exp: Use new procs to handle multiple
351 exec files.
352
353 2011-05-05 Yao Qi <yao@codesourcery.com>
354
355 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
356 (test_adr_32bit, test_pop_pc): New.
357 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
358 (test_adr_32bit, test_pop_pc): New.
359
360 2011-05-04 Joseph Myers <joseph@codesourcery.com>
361
362 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
363 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
364 targets.
365 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
366 handle targets.
367
368 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
369
370 * gdb.base/completion.exp (complete help info wat): Rename to ...
371 (complete 'help info wat'): ... here.
372 Remove all `-re ".*' and `-re "^.*' redundant regexes.
373 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
374
375 2011-05-04 Pedro Alves <pedro@codesourcery.com>
376
377 * gdb.base/completion.exp: Use gdb_test_multiple instead of
378 gdb_test and explicit $gdb_prompt/timeout matches.
379
380 2011-05-04 Yao Qi <yao@codesourcery.com>
381
382 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
383 and __thumb2__.
384
385 2011-05-03 Marek Polacek <mpolacek@redhat.com>
386
387 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
388 in place of `gdb_test "delete breakpoints"'. This eliminates two
389 testcases.
390
391 2011-05-02 Pedro Alves <pedro@codesourcery.com>
392
393 PR testsuite/12649
394 Fix races.
395
396 * gdb.base/completion.exp: Remove all sleep calls. Remove
397 unnecessary regexs. Don't explicitly expect anything after the
398 prompt. Eat the prompt if necessary.
399
400 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
401
402 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
403 accept to show the caller line again as well as the line after.
404
405 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
406
407 PR mi/12531
408
409 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
410 compile target.
411 * gdb.python/py-prettyprint.exp: Add C++ object for
412 CPLUS_FAKE_CHILD test.
413
414 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
415
416 * gdb.base/signest.exp: New file.
417 * gdb.base/signest.c: Likewise.
418
419 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
422 thread and breakpoint notifications.
423
424 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
425
426 * gdb.base/fortran-sym-case.c: New file.
427 * gdb.base/fortran-sym-case.exp: New file.
428 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
429 * gdb.dwarf2/dw2-case-insensitive.c: New file.
430 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
431
432 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
433
434 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
435 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
436 false #1', `if true else false #2' and `if true else false #3'.
437
438 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
439
440 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
441 while delivering signal.
442
443 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
444
445 MI breakpoint notifications.
446
447 * testsuite/gdb.mi/mi-cli.exp: Adust.
448 * testsuite/gdb.mi/mi2-cli.exp: Adust.
449 * testsuite/gdb.mi/mi-watch.exp: Adust.
450 * testsuite/gdb.mi/mi2-watch.exp: Adust.
451 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
452 notifications.
453
454 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
455
456 * gdb.base/gdbindex-stabs-dwarf.c: New file.
457 * gdb.base/gdbindex-stabs.c: New file.
458 * gdb.base/gdbindex-stabs.exp: New file.
459
460 2011-04-25 Yao Qi <yao@codesourcery.com>
461
462 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
463 with /*...*/.
464 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
465
466 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
467
468 * gdb.python/py-value.exp (test_objfiles): Name the first test
469 `py-value in file.filename'.
470
471 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
472
473 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
474 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
475 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
476 !gdbserver_reconnect_p..
477 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
478
479 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
480
481 * gdb.cp/cpcompletion.exp (complete class methods)
482 (complete class methods beginning with F): Move them above runto. New
483 comment about the runto delimiter.
484
485 2011-04-20 Pedro Alves <pedro@codesourcery.com>
486
487 * gdb.base/maint.exp: Test that "maint print registers" works
488 without a running program.
489
490 2011-04-20 Marek Polacek <mpolacek@redhat.com>
491
492 * gdb.base/setshow.exp: Fix racy tests.
493 ($old_gdb_prompt): New variable.
494
495 2011-04-19 Tom Tromey <tromey@redhat.com>
496
497 * gdb.mi/mi-nsmoribund.exp:
498 * gdb.hp/gdb.objdbg/objdbg01.exp:
499 * gdb.base/structs.exp (test_struct_returns):
500 * gdb.base/call-sc.exp (test_scalar_returns):
501 * gdb.base/bigcore.exp: Remove duplicate words.
502
503 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
504
505 * gdb.base/break-interp-lib.c (v, vptr): New variables.
506 * gdb.base/break-interp.exp (test_attach): New comment.
507
508 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
509
510 * gdb.threads/gcore-thread.exp ($core0file): New variable.
511 (clear __stack_user.next, clear stack_used.next)
512 (save a zeroed-threads corefile): New test.
513 Call core_load for $core0file.
514 (zeroed-threads cannot be listed): New test.
515
516 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
517
518 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
519 filename.
520 ($srcfile): Preserve the original value.
521 ($testfile): Match it the .exp filename.
522 ($corefile): New variable. Substitute it around.
523 Use clean_restart.
524 ($prev_timeout): Remove.
525 (load_core): Move core loading into this proc.
526 Fix restore of $timeout if load_core fails.
527
528 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
529
530 * gdb.base/eu-strip-infcall.c: New file.
531 * gdb.base/eu-strip-infcall.exp: New file.
532
533 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
534
535 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
536 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
537
538 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
539
540 Fix Python access to inlined frames.
541 * gdb.python/py-frame-inline.c: New file.
542 * gdb.python/py-frame-inline.exp: New file.
543
544 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
545
546 * gdb.base/gdb1090.exp: Change breakpoint location to read the
547 content of 's24' correctly (avoiding "optimized out").
548 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
549
550 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
551
552 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
553
554 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
555
556 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
557 expect a colon in watch -location output.
558
559 2011-04-13 Marek Polacek <mpolacek@redhat.com>
560
561 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
562 New testcase `expect response to define backtrace'. Also remove
563 redundant `default' block.
564
565 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
566
567 * gdb.python/py-prettyprint.c (struct hint_error): New.
568 (main): New variable hint_error.
569 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
570 "print hint_error".
571 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
572 (register_pretty_printers): Register it.
573
574 2011-04-04 Tom Tromey <tromey@redhat.com>
575
576 * gdb.cp/maint.exp (test_help): Update.
577 (test_namespace): Likewise.
578
579 2011-04-01 Joel Brobecker <brobecker@adacore.com>
580
581 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
582 * gdb.ada/arrayptr.exp: Add new tests.
583
584 2011-04-01 Joel Brobecker <brobecker@adacore.com>
585
586 * gdb.ada/mi_catch_ex: New testcase.
587
588 2011-04-01 Pedro Alves <pedro@codesourcery.com>
589
590 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
591 base::overload(void) method without specifying "const".
592
593 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
594
595 * gdb.arch/thumb-singlestep.S: New file.
596 * gdb.arch/thumb-singlestep.exp: Likewise.
597
598 2011-03-31 Tom Tromey <tromey@redhat.com>
599
600 * gdb.python/py-prettyprint.py (exception_flag): New global.
601 (NoStringContainerPrinter._iterator.next): Check it.
602 * gdb.python/py-prettyprint.c (main): New variable nstype2.
603 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
604
605 2011-03-29 Tom Tromey <tromey@redhat.com>
606
607 * gdb.cp/anon-struct.cc: New file.
608 * gdb.cp/anon-struct.exp: New file.
609
610 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
611
612 Test STT_GNU_IFUNC support.
613 * gdb.base/gnu-ifunc-lib.c: New file.
614 * gdb.base/gnu-ifunc.c: New file.
615 * gdb.base/gnu-ifunc.exp: New file.
616
617 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
618
619 Support a ring of related breakpoints.
620 * gdb.base/watchpoint-delete.c: New file.
621 * gdb.base/watchpoint-delete.exp: New file.
622
623 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
624
625 * gdb.ada/arrayparam.exp (print first after function call): Use
626 explicit package name. Add a comment
627 (print lasta after function call): Rename ...
628 (print last after function call): ... it and use explicit package
629 name.
630 (print length after function call): Use explicit package name.
631 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
632 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
633 (multiple matches for symbol i): Rename ...
634 (multiple matches for symbol integervar): ... it.
635 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
636 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
637
638 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
639
640 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
641 environment variable to make grep output more predictable. Move
642 all the environment setup into gdb_init so it's done once per test
643 case rather than each time we start gdb.
644
645 2011-03-24 Tom Tromey <tromey@redhat.com>
646
647 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
648 test.
649
650 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
651
652 * gdb.dwarf2/dw2-entry-value-main.c: New file.
653 * gdb.dwarf2/dw2-entry-value.S: New file.
654 * gdb.dwarf2/dw2-entry-value.exp: New file.
655
656 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
657
658 PR python/12183
659
660 * gdb.python/py-function.exp: Add GdbError tests.
661
662 2011-03-18 Pedro Alves <pedro@codesourcery.com>
663
664 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
665 (reglocal_test_func, statlocal_test_func): New functions.
666 (globals_test_func): Call new functions.
667 * gdb.trace/unavailable.exp (gdb_collect_args_test)
668 (gdb_collect_locals_test): New procedure.
669 (gdb_trace_collection_test): Call new procedures.
670
671 2011-03-18 Pedro Alves <pedro@codesourcery.com>
672
673 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
674 (test_register, test_register_unavailable): New procedures.
675 (gdb_unavailable_registers_test): New procedure.
676 (gdb_trace_collection_test): Call it.
677
678 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
679
680 PR python/12149
681
682 * gdb.python/python.exp: Add gdb.write tests.
683
684 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
685
686 * gdb.python/Makefile.in: Add py-objfile.
687 * gdb.python/py-objfile.exp: New file.
688 * gdb.python/py-objfile.c: New file.
689 * gdb.python/py-block.exp: Add is_valid tests.
690 * gdb.python/py-inferior.exp: Ditto.
691 * gdb.python/py-infthread.exp: Ditto.
692 * gdb.python/py-symbol.exp: Ditto.
693 * gdb.python/py-symtab.exp: Ditto.
694
695 2011-03-16 Keith Seitz <keiths@redhat.com>
696
697 PR c++/12273
698 * gdb.cp/cmpd-minsyms.exp: New test.
699 * gdb.cp/cmpd-minsyms.cc: New file.
700
701 PR c++/11734
702 * gdb.cp/ovsrch.exp: New test.
703 * gdb.cp/ovsrch.h: New file.
704 * gdb.cp/ovsrch1.cc: New file.
705 * gdb.cp/ovsrch2.cc: New file.
706 * gdb.cp/ovsrch3.cc: New file.
707 * gdb.cp/ovsrch4.cc: New file.
708
709 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
710
711 PR gdb/12528
712 * gdb.base/Makefile.in: Adjust EXECUTABLES.
713 * gdb.base/break-on-linker-gcd-function.exp: New test.
714 * gdb.base/break-on-linker-gcd-function.cc: New file.
715
716 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
717
718 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
719
720 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
721
722 * lib/gdb.exp (gdb_unload): Add another termination case.
723
724 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
725
726 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
727 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
728 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
729 Provide a stub byte there.
730 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
731 DW_AT_entry_pc.
732 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
733
734 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
735
736 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
737 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
738 "generic ABI, auto".
739 (altivec_abi_tests): Accept vectors returned by reference.
740
741 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
742
743 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
744
745 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
746
747 * gdb.python/py-section-script.exp: Skip test if no Python support.
748
749 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
750
751 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
752
753 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
754
755 * gdb.python/py-parameter.exp: Update tests to the new Python
756 parameter API. Add "no documentation" test. Add deprecated API
757 backward compatibility test.
758
759 2011-03-09 Tom Tromey <tromey@redhat.com>
760
761 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
762 gdb_continue_to_end.
763
764 2011-03-09 Mark Kettenis <kettenis@gnu.org>
765
766 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
767 tabs.
768
769 2011-03-09 Tom Tromey <tromey@redhat.com>
770
771 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
772 parentheses.
773 (gdb_continue_to_end): Add "allow_extra" parameter. Use
774 $command.
775 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
776 argument to gdb_continue_to_end.
777 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
778 argument to gdb_continue_to_end.
779 * gdb.cp/annota3.exp: Fix regex.
780 * gdb.cp/annota2.exp: Fix regex.
781 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
782 gdb_continue_to_end.
783 * gdb.base/call-signal-resume.exp: Revert earlier patch.
784 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
785 gdb_continue_to_end.
786
787 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
788
789 * gdb.server/ext-run.exp
790 (load new file without any gdbserver inferior): New test.
791
792 2011-03-07 Tom Tromey <tromey@redhat.com>
793
794 * Makefile.in (TAGS): Rewrite.
795
796 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
797
798 * gdb.trace/report.exp (12.1: trace report #1): New match for the
799 initial commands echo. New match for `Found trace'. Anchor all the
800 other matches. Anchor and match for `No trace frame found' the final
801 match.
802
803 2011-03-07 Tom Tromey <tromey@redhat.com>
804
805 * Makefile.in (TAGS): New target.
806
807 2011-03-07 Tom Tromey <tromey@redhat.com>
808
809 * lib/opencl.exp (skip_opencl_tests): Update for exit message
810 change.
811 * lib/mi-support.exp (mi_gdb_test): Update for exit message
812 change.
813 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
814 exit message change.
815 (skip_altivec_tests): Update for exit message change.
816 (skip_vsx_tests): Likewise.
817 (gdb_continue_to_end): Likewise. Add 'command' argument.
818 * lib/cell.exp (skip_cell_tests): Update for exit message change.
819 * gdb.threads/tls.exp: Update for exit message change.
820 * gdb.threads/thread-unwindonsignal.exp: Use
821 gdb_continue_to_end.
822 * gdb.threads/step.exp (step_it): Update for exit message change.
823 (continue_all): Likewise.
824 * gdb.threads/print-threads.exp (test_all_threads): Update for
825 exit message change.
826 * gdb.threads/interrupted-hand-call.exp: Use
827 gdb_continue_to_end.
828 * gdb.threads/execl.exp: Use gdb_continue_to_end.
829 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
830 gdb_continue_to_end.
831 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
832 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
833 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
834 * gdb.cp/method.exp: Update for exit message change.
835 * gdb.cp/mb-templates.exp: Update for exit message change.
836 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
837 * gdb.cp/annota3.exp: Update for exit message change.
838 * gdb.cp/annota2.exp: Update for exit message change.
839 * gdb.cell/fork.exp: Use gdb_continue_to_end.
840 * gdb.base/term.exp: Update for exit message change.
841 * gdb.base/step-test.exp (test_i): Update for exit message change.
842 * gdb.base/sigstep.exp (advance): Update for exit message change.
843 (advancei): Likewise.
844 * gdb.base/siginfo.exp: Update for exit message change.
845 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
846 * gdb.base/reread.exp: Use gdb_continue_to_end.
847 * gdb.base/langs.exp: Use gdb_continue_to_end.
848 * gdb.base/interrupt.exp: Update for exit message change.
849 * gdb.base/gdb1555.exp: Update for exit message change.
850 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
851 * gdb.base/ending-run.exp: Update for exit message change.
852 * gdb.base/chng-syms.exp: Update for exit message change.
853 * gdb.base/checkpoint.exp: Update for exit message change.
854 * gdb.base/catch-syscall.exp (check_for_program_end): Use
855 gdb_continue_to_end.
856 (test_catch_syscall_with_wrong_args): Likewise.
857 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
858 * gdb.base/break-interp.exp (test_ld): Update for exit message
859 change.
860 * gdb.base/bang.exp: Update for exit message change.
861 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
862 (do_call_attach_tests): Likewise.
863 * gdb.base/a2-run.exp: Update for exit message change.
864 * gdb.arch/ppc-dfp.exp: Update for exit message change.
865 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
866 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
867
868 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
869
870 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
871
872 2011-03-03 Tom Tromey <tromey@redhat.com>
873
874 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
875 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
876 * gdb.hp/gdb.aCC/configure.ac: Remove.
877 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
878 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
879 * gdb.hp/gdb.base-hp/configure.ac: Remove.
880 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
881 * gdb.hp/gdb.compat/configure (Makefile): Remove.
882 * gdb.hp/gdb.compat/configure.ac: Remove.
883 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
884 * gdb.hp/gdb.defects/configure (Makefile): Remove.
885 * gdb.hp/gdb.defects/configure.ac: Remove.
886 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
887 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
888 * gdb.hp/gdb.objdbg/configure.ac: Remove.
889 * gdb.hp/configure.ac: Remove.
890 * gdb.hp/configure: Remove.
891 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
892 substitution.
893 (Makefile): Remove rule.
894 * gdb.cell/configure.ac: Remove.
895 * gdb.cell/configure: Remove.
896 * gdb.stabs/Makefile.in (Makefile): Remove.
897 (distclean): Don't remove config.status or config.log.
898 * gdb.stabs/configure (Makefile): Remove.
899 * gdb.stabs/configure.ac: Remove.
900 * configure: Rebuild.
901 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
902 Remove stabs- and cell-specific logic. Test for existence of
903 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
904 subdirectories, gdb.cell, and and gdb.stabs.
905 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
906
907 2011-03-03 Joel Brobecker <brobecker@adacore.com>
908
909 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
910 end of buffer.
911
912 2011-03-02 Joel Brobecker <brobecker@adacore.com>
913
914 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
915 gdb_test when running a test where we expected no output back.
916
917 2011-02-28 Michael Snyder <msnyder@vmware.com>
918
919 * gdb.cp/overload.cc: Change initializer value to integer.
920
921 2011-02-27 Michael Snyder <msnyder@vmware.com>
922
923 * gdb.multi/base.exp: Add test for remove-inferiors.
924
925 2011-02-26 Joel Brobecker <brobecker@adacore.com>
926
927 * gdb.python/py-frame.exp: Simplify the initialization phase
928 using prepare_for_testing.
929
930 2011-02-25 Michael Snyder <msnyder@vmware.com>
931
932 * gdb.multi/base.exp: Add tests for info inferiors with args.
933
934 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
935
936 * gdb.dwarf2/dw2-ranges.S: Rename to ...
937 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
938 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
939 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
940 asmfile3. Comment the STABS (#3) file compilation. Compile
941 everything through assembler. Provide KFAIL for symtab/12497.
942 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
943 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
944 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
945 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
946
947 2011-02-24 Michael Snyder <msnyder@vmware.com>
948
949 * gdb.base/break.exp: Add tests for delete breakpoints using
950 convenience variables and value history references.
951
952 2011-02-24 Michael Snyder <msnyder@vmware.com>
953
954 * gdb.base/break.exp: Remove debugging 'printf' accidentally
955 left behind in previous check-in.
956
957 2011-02-23 Michael Snyder <msnyder@vmware.com>
958
959 * gdb.base/break.exp: Add tests for "info break" with arguments.
960 * gdb.trace/infotrace.exp: Update patterns for error and help.
961 * gdb.base/completion.exp: Update pattern.
962 * gdb.base/ena-dis-br.exp: Update pattern.
963 * gdb.base/help.exp: Update patterns.
964
965 2011-02-23 Michael Snyder <msnyder@vmware.com>
966
967 * gdb.base/memattr.exp: New test.
968 * gdb.base/memattr.c: Test load for memattr.exp.
969
970 2011-02-22 Doug Evans <dje@google.com>
971
972 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
973
974 2011-02-22 Michael Snyder <msnyder@vmware.com>
975
976 * Makefile.in: Make more clean.
977 * gdb.ada/Makefile.in: Ditto.
978 * gdb.arch/Makefile.in: Ditto.
979 * gdb.asm/Makefile.in: Ditto.
980 * gdb.base/Makefile.in: Ditto.
981 * gdb.cp/Makefile.in: Ditto.
982 * gdb.dwarf2/Makefile.in: Ditto.
983 * gdb.java/Makefile.in: Ditto.
984 * gdb.mi/Makefile.in: Ditto.
985 * gdb.modula2/Makefile.in: Ditto.
986 * gdb.python/Makefile.in: Ditto.
987 * gdb.server/Makefile.in: Ditto.
988 * gdb.stabs/Makefile.in: Ditto.
989 * gdb.threads/Makefile.in: Ditto.
990 * gdb.trace/Makefile.in: Ditto.
991
992 2011-02-22 Michael Snyder <msnyder@vmware.com>
993
994 * gdb.threads/thread-find.exp: Add tests for bad input to
995 info threads.
996
997 2011-02-22 Joel Brobecker <brobecker@adacore.com>
998
999 * gdb.python/py-breakpoint.exp: Fix the expected output of
1000 one of the "maint info breakpoints" tests to accept the output
1001 generated on platforms that do not have hardware watchpoints.
1002
1003 2011-02-22 Joel Brobecker <brobecker@adacore.com>
1004
1005 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
1006 clean_restart. Be a little stricter in the expected output
1007 for one of the tests. Fix a typo in one of the comments.
1008
1009 2011-02-22 Joel Brobecker <brobecker@adacore.com>
1010
1011 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
1012 Delete variable binfile, no longer use. Add or modify test
1013 comments to make them unique.
1014
1015 2011-02-21 Michael Snyder <msnyder@vmware.com>
1016
1017 * Makefile.in: Update for make clean.
1018 * gdb.ada/Makefile.in: Ditto.
1019 * gdb.arch/Makefile.in: Ditto.
1020 * gdb.asm/Makefile.in: Ditto.
1021 * gdb.base/Makefile.in: Ditto.
1022 * gdb.cp/Makefile.in: Ditto.
1023 * gdb.dwarf2/Makefile.in: Ditto.
1024 * gdb.java/Makefile.in: Ditto.
1025 * gdb.mi/Makefile.in: Ditto.
1026 * gdb.modula2/Makefile.in: Ditto.
1027 * gdb.python/Makefile.in: Ditto.
1028 * gdb.server/Makefile.in: Ditto.
1029 * gdb.stabs/Makefile.in: Ditto.
1030 * gdb.threads/Makefile.in: Ditto.
1031 * gdb.trace/Makefile.in: Ditto.
1032
1033 2011-02-21 Michael Snyder <msnyder@vmware.com>
1034
1035 * gdb.threads/thread-find.exp: Update patterns for changes in
1036 output of "info threads" command.
1037
1038 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1039 Ulrich Weigand <uweigand@de.ibm.com>
1040
1041 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
1042 (skip_hw_watchpoint_tests): Likewise.
1043 (skip_hw_watchpoint_multi_tests): Likewise.
1044
1045 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1046
1047 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
1048 (skip_hw_watchpoint_tests): Likewise.
1049 (skip_hw_watchpoint_multi_tests): Likewise.
1050 (skip_hw_watchpoint_access_tests): Likewise.
1051
1052 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
1053 * gdb.base/pr11022.exp: Likewise.
1054 * gdb.base/watch-read.exp: Likewise.
1055 * gdb.base/watch_thread_num.exp: Likewise.
1056 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
1057 * gdb.base/watchpoint-hw.exp: Likewise.
1058 * gdb.base/watchpoint.exp: Likewise.
1059 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
1060 * gdb.threads/watchthreads-reorder.exp: Likewise.
1061 * gdb.threads/watchthreads.exp: Likewise.
1062 * gdb.threads/watchthreads2.exp: Likewise.
1063
1064 2011-02-21 Joel Brobecker <brobecker@adacore.com>
1065
1066 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
1067 the debugger is unable to find the array bounds.
1068
1069 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1070
1071 * gdb.cp/typedef-operator.exp: New file.
1072 * gdb.cp/typedef-operator.cc: New file.
1073
1074 2011-02-17 Michael Snyder <msnyder@vmware.com>
1075
1076 * gdb.threads/thread-find.exp: Fix regular expressions.
1077
1078 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1079
1080 * gdb.ada/packed_array: Expand testcase to test printing of
1081 unconstrained packed array.
1082
1083 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1084
1085 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
1086
1087 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1088
1089 * gdb.trace/collection.c (globalarr3): New global.
1090 (main): Initialize it before collecting, and and clear it
1091 afterwards.
1092 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1093 collecting with '{type} addr', where the addr expression is not an
1094 rvalue.
1095
1096 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
1097
1098 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
1099 a bool variable. Expect correct OpenCL names for vector types. Use the
1100 uc3 variable name instead of referring to the uchar3 built-in type.
1101 Escape the asterisk at the half pointer test.
1102
1103 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1104
1105 * gdb.trace/collection.c (globalarr2): New global.
1106 (main): Initialize it before collecting, and and clear it
1107 afterwards.
1108 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1109 collecting overlapping memory ranges.
1110
1111 2011-02-15 Michael Snyder <msnyder@vmware.com>
1112
1113 * gdb.base/default.exp: Add tests for thread commands.
1114 * gdb.base/help.exp: Add tests for thread commands.
1115 * gdb.threads/thread-find.exp: New test for thread find command.
1116
1117 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
1118
1119 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
1120
1121 2011-02-15 Yao Qi <yao@codesourcery.com>
1122
1123 PR tdep/12352
1124 * gdb.arch/arm-disp-step.S : New test for str instruction.
1125 * gdb.arch/arm-disp-step.exp : Likewise.
1126
1127 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1128
1129 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
1130 "vector_register2_vr" test strings. Test the extended floating
1131 point registers (F32~F63).
1132 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
1133 IBM XL C compiler. Make the test program use a register provided
1134 by the compiler for the lxvd2x instruction.
1135
1136 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1137
1138 * gdb.trace/unavailable.cc (class Base, class Middle, class
1139 Derived): New types.
1140 (derived_unavail, derived_partial, derived_whole): New globals.
1141 (virtual_partial): New global.
1142 (virtualp): Point at virtual_partial.
1143 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1144 related to unavailable vptr.
1145
1146 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1147
1148 * gdb.trace/unavailable.cc (a, b, c): New globals.
1149 (main): Set and clear them.
1150 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1151 `a' and `c', and check that `b' isn't collected, although `a' and
1152 `c' are.
1153
1154 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1155
1156 * gdb.trace/unavailable.cc (struct Virtual): New.
1157 (virtualp): New global pointer.
1158 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1159 printing a pointer to an object whose type has a vtable, with
1160 print object on.
1161
1162 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1163
1164 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
1165 value repeat handles unavailableness.
1166
1167 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1168
1169 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
1170 tests for building arrays from unavailable values, subscripting
1171 non-memory rvalue unvailable arrays, and accessing fields or
1172 baseclasses of non-lazy unavailable values,
1173 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
1174 struct types.
1175 (g_smallstruct, g_smallstruct_b): New globals.
1176
1177 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1178
1179 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
1180
1181 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1182
1183 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1184 * gdb.cp/overload-const.exp: New file.
1185 * gdb.cp/overload-const.cc: New file.
1186
1187 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1188
1189 * gdb.opencl/callfuncs.cl: New file.
1190 * gdb.opencl/callfuncs.exp: New test.
1191 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
1192
1193 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1194
1195 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
1196 when computing result.
1197 * gdb.arch/altivec-abi.exp: Update expected results.
1198
1199 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1200
1201 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
1202 * gdb.base/jit.exp: Likewise.
1203 * gdb.base/pie-execl.exp: Likewise.
1204 * gdb.base/solib-nodir.exp: Likewise.
1205 * gdb.base/solib-overlap.exp: Likewise.
1206
1207 2011-02-07 Pedro Alves <pedro@codesourcery.com>
1208
1209 * gdb.trace/collection.c (global_pieces): New.
1210 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
1211 New procedure.
1212 (gdb_trace_collection_test): Call it.
1213
1214 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1215
1216 * gdb.python/py-evthreads.c: New file.
1217 * gdb.python/py-evthreads.exp: New file.
1218 * gdb.python/py-events.py: New file.
1219 * gdb.python/py-events.exp: New file.
1220 * gdb.python/py-events.c: New file.
1221
1222 2011-02-04 David Daney <ddaney@caviumnetworks.com>
1223
1224 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
1225
1226 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
1227
1228 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
1229 gdb.base/disasm-end-cu.exp: New test for disassembling over the
1230 boundary between two compilation units.
1231
1232 2011-02-02 Pedro Alves <pedro@codesourcery.com>
1233
1234 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
1235 (Virtual): New structs.
1236 (virtual_o, virtual_middle_b): New globals.
1237 * gdb.cp/virtbase.exp: New tests.
1238
1239 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1240
1241 * gdb.base/jit.exp: New file.
1242 * gdb.base/jit-main.c: New file.
1243 * gdb.base/jit-solib.c: New file.
1244
1245 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
1246
1247 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
1248 proceed to initial kernel entry point.
1249 * gdb.opencl/datatypes.exp: Likewise.
1250 * gdb.opencl/operators.exp: Likewise.
1251 * gdb.opencl/vec_comps.exp: Likewise.
1252
1253 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
1254
1255 * gdb.cp/nsnested.cc: New.
1256 * gdb.cp/nsnested.exp: New.
1257 * gdb.cp/nsnoimports.exp: New.
1258 * gdb.cp/nsnoimports.cc: New.
1259
1260 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1261
1262 * gdb.base/interact.exp: Add extra tests that verify that
1263 the value of the interactive-mode setting does not change
1264 after the script is sourced.
1265
1266 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1267
1268 * gdb.cp/noparam.exp: New file.
1269 * gdb.cp/noparam.cc: New file.
1270
1271 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1272
1273 * gdb.trace/tfile.exp: Test that with no traceframe selected,
1274 there's no stack or registers.
1275
1276 2011-01-26 Tom Tromey <tromey@redhat.com>
1277
1278 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1279 space before string output. Add test for "set print pretty off"
1280 case.
1281
1282 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1283
1284 * gdb.base/frame-args.exp: Adjust.
1285 * gdb.dwarf2/dw2-noloc.exp: Adjust.
1286 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1287 * gdb.dwarf2/pieces.exp: Adjust.
1288 * gdb.opt/clobbered-registers-O2.exp: Adjust.
1289 * gdb.opt/inline-locals.exp: Adjust.
1290 * gdb.threads/fork-child-threads.exp: Adjust.
1291
1292 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
1293
1294 * gdb.opencl/convs_casts.cl: Move program scope variables into the
1295 OpenCL kernel function. Add a comment as marker. Add address space
1296 qualifiers for the remaining program scope variables.
1297 * gdb.opencl/datatypes.cl: Likewise.
1298 * gdb.opencl/operators.cl: Likewise.
1299 * gdb.opencl/vec_comps.cl: Likewise.
1300 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1301 Add breakpoint at the marker comment.
1302 * gdb.opencl/datatypes.exp: Likewise.
1303 * gdb.opencl/operators.exp: Likewise.
1304 * gdb.opencl/vec_comps.exp: Likewise.
1305
1306 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1307
1308 * gdb.base/printcmds.c (some_struct): New struct and instance.
1309 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1310 procedure.
1311 <global scope>: Call it.
1312
1313 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
1314
1315 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1316 argument to the gdb_compile_opencl_hostapp call.
1317
1318 2011-01-19 Yao Qi <yao@codesourcery.com>
1319
1320 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1321 positve list.
1322
1323 2011-01-19 Yao Qi <yao@codesourcery.com>
1324
1325 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1326 canonical form.
1327 Remove "xscale-*-*"
1328 * gdb.xml/tdesc-regs.exp: Likewise.
1329 * gdb.python/py-section-script.exp: Replace ARM target triplet
1330 with canonical form.
1331 Match arm*-*-symbianelf*.
1332 * gdb.base/dup-sect.exp: Likewise.
1333 * lib/dwarf.exp: New.
1334 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1335 dwarf2_support.
1336 * gdb.dwarf2/dup-psym.exp: Likewise.
1337 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1338 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1339 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1340 * gdb.dwarf2/dw2-basic.exp: Likewise.
1341 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1342 * gdb.dwarf2/dw2-const.exp: Likewise.
1343 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1344 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1345 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1346 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1347 * gdb.dwarf2/dw2-filename.exp: Likewise.
1348 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1349 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1350 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1351 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1352 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1353 * gdb.dwarf2/dw2-noloc.exp: Likewise.
1354 * gdb.dwarf2/dw2-op-call.exp: Likewise.
1355 * gdb.dwarf2/dw2-producer.exp: Likewise.
1356 * gdb.dwarf2/dw2-ranges.exp: Likewise.
1357 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1358 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1359 * gdb.dwarf2/dw2-strp.exp: Likewise.
1360 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1361 * gdb.dwarf2/implptr.exp: Likewise.
1362 * gdb.dwarf2/mac-fileno.exp: Likewise.
1363 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1364 * gdb.dwarf2/pieces.exp: Likewise.
1365 * gdb.dwarf2/pr11465.exp: Likewise.
1366 * gdb.dwarf2/valop.exp: Likewise.
1367 * gdb.dwarf2/watch-notconst.exp: Likewise.
1368 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1369
1370 2011-01-19 Tom Tromey <tromey@redhat.com>
1371
1372 * gdb.python/py-infthread.exp: Add thread tests.
1373
1374 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1375
1376 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1377
1378 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1379
1380 * gdb.ada/widewide: New testcase.
1381
1382 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1383
1384 * gdb.base/interact.exp: New testcase.
1385
1386 2011-01-12 Tom Tromey <tromey@redhat.com>
1387
1388 * gdb.mi/gdb2549.exp: Update for error message changes.
1389 * gdb.mi/mi-cli.exp: Likewise.
1390 * gdb.mi/mi-disassemble.exp: Likewise.
1391 * gdb.mi/mi-pthreads.exp: Likewise.
1392 * gdb.mi/mi-regs.exp: Likewise.
1393 * gdb.mi/mi-stack.exp: Likewise.
1394 * gdb.mi/mi-var-block.exp: Likewise.
1395 * gdb.mi/mi-var-cmd.exp: Likewise.
1396 * gdb.mi/mi2-cli.exp: Likewise.
1397 * gdb.mi/mi2-disassemble.exp: Likewise.
1398 * gdb.mi/mi2-pthreads.exp: Likewise.
1399 * gdb.mi/mi2-regs.exp: Likewise.
1400 * gdb.mi/mi2-stack.exp: Likewise.
1401 * gdb.mi/mi2-var-block.exp: Likewise.
1402 * gdb.mi/mi2-var-cmd.exp: Likewise.
1403
1404 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1405 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 PR fortran/11104 and DWARF unbound arrays detection.
1408 * gdb.fortran/multi-dim.exp: New file.
1409 * gdb.fortran/multi-dim.f90: New file.
1410
1411 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1412
1413 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
1414 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
1415 add new tests for opcode dumping.
1416
1417 2011-01-11 Tom Tromey <tromey@redhat.com>
1418
1419 * gdb.python/py-infthread.exp: Load gdb-python.exp.
1420
1421 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1422
1423 Convert hardware watchpoints to use breakpoint_ops.
1424 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
1425 type is not supported.
1426 * gdb.base/foll-fork.exp: Likewise.
1427 * gdb.base/foll-vfork.exp: Likewise.
1428
1429 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
1430
1431 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
1432 Use load_lib gdb-python.exp.
1433 * gdb.python/python.exp: Ditto.
1434 * gdb.python/py-function.exp: Ditto.
1435
1436 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1437
1438 * gdb.threads/tls.exp ("info address me"): Fix expected output.
1439
1440 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1441
1442 * configure: Regenerate.
1443
1444 2011-01-06 Tom Tromey <tromey@redhat.com>
1445
1446 * gdb.python/py-frame.exp: Test gdb.newest_frame.
1447
1448 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1449
1450 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
1451 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
1452 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1453 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
1454 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
1455 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1456 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
1457 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
1458 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
1459 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
1460 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
1461 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
1462 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
1463 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1464 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1465 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
1466 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
1467 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
1468 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1469 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1470 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1471 gdb.ada/uninitialized_vars.exp,
1472 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1473 Simplify by using clean_restart.
1474
1475 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1476
1477 Add marker to be used as anchor for inserting breakpoints.
1478 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1479 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1480 Likewise.
1481
1482 Remove uses of gdb_start_cmd.
1483 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1484 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1485
1486 Do not run testcase if testing with GDBserver.
1487 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1488 if testing with GDBserver.
1489
1490 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1491
1492 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1493 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1494 copyright header.
1495
1496 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1497
1498 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1499 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1500 testsuite/gdb.fortran/complex.f,
1501 testsuite/gdb.fortran/derived-type.f90,
1502 testsuite/gdb.fortran/library-module-lib.f90,
1503 testsuite/gdb.fortran/library-module-main.f90,
1504 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1505 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1506 Copyright year update.
1507
1508 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1509
1510 * gdb.base/langs1.f: Add copyright header.
1511
1512 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1513
1514 * gdb.base/morestack.exp: New file.
1515 * gdb.base/morestack.c: New file.
1516
1517 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1518
1519 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1520
1521 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1522
1523 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1524 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1525
1526 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1527
1528 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1529
1530 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1531
1532 * gdb.threads/tls.exp: Fix typo.
1533
1534 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1535 * gdb.threads/execl.exp: Update.
1536
1537 2010-12-23 Yao Qi <yao@codesourcery.com>
1538
1539 * gdb.arch/arm-disp-step.exp: New.
1540 * gdb.arch/arm-disp-step.S: New.
1541
1542 2010-12-21 Tom Tromey <tromey@redhat.com>
1543
1544 * gdb.threads/execl.exp: Update.
1545 * gdb.threads/linux-dp.exp: Update.
1546 * gdb.threads/manythreads.exp: Update.
1547 * gdb.threads/tls.exp: Update.
1548
1549 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1550
1551 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1552 (NextOverThrowDerivates) <resumebpt>: New.
1553 (resumebpt_test): New.
1554 (main): Call resumebpt_test.
1555 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1556
1557 2010-12-12 Stan Shebs <stan@codesourcery.com>
1558
1559 * gdb.trace/tsv.exp: Test print command on trace state variables.
1560
1561 2010-12-09 Tom Tromey <tromey@redhat.com>
1562
1563 * gdb.base/interp.exp: Add regression test.
1564
1565 2010-12-09 Tom Tromey <tromey@redhat.com>
1566
1567 * gdb.java/jnpe.java: New file.
1568 * gdb.java/jnpe.exp: New file.
1569 * gdb.cp/nextoverthrow.exp: New file.
1570 * gdb.cp/nextoverthrow.cc: New file.
1571
1572 2010-12-07 Doug Evans <dje@google.com>
1573
1574 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1575 of data-directory.
1576 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1577 updated.
1578 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1579
1580 2010-11-29 Michael Snyder <msnyder@vmware.com>
1581
1582 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1583 * gdb.base/call-sc.exp: Ditto.
1584 * gdb.base/finish.exp: Ditto.
1585 * gdb.base/return.exp: Ditto.
1586 * gdb.base/return2.exp: Ditto.
1587
1588 2010-11-30 Doug Evans <dje@google.com>
1589
1590 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1591 (gdb_expect_list): Fix spelling errors in comments.
1592 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1593 send_gdb/gdb_expect_list where applicable.
1594 * gdb.base/call-ar-st.exp: Ditto.
1595 * gdb.base/funcargs.exp: Ditto.
1596 * gdb.base/gcore.exp: Ditto.
1597 * gdb.base/page.exp: Ditto.
1598 * gdb.base/sigaltstack.exp: Ditto.
1599 * gdb.base/siginfo.exp: Ditto.
1600 * gdb.base/sigstep.exp: Ditto.
1601 * gdb.base/trace-commands.exp: Ditto.
1602
1603 2010-11-29 Doug Evans <dje@google.com>
1604
1605 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1606 printer-name;subprinter-name.
1607
1608 2010-11-29 Tom Tromey <tromey@redhat.com>
1609
1610 * gdb.dwarf2/implptr.exp: New file.
1611 * gdb.dwarf2/implptr.c: New file.
1612 * gdb.dwarf2/implptr.S: New file.
1613
1614 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1615
1616 PR python/12199
1617
1618 * gdb.python/py-breakpoint.exp: Test the delete method.
1619
1620 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1621
1622 Fix step_resume_breakpoint unsaved during an infcall.
1623 * gdb.base/step-resume-infcall.exp: New file.
1624 * gdb.base/step-resume-infcall.c: New file.
1625
1626 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1627
1628 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1629
1630 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1631
1632 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1633 on ppc64's symbols; "finish" and "return" commands must accept to
1634 show the caller line again as well as the line after.
1635 * gdb.asm/powerpc64.inc: New file.
1636
1637 2010-11-23 Doug Evans <dje@google.com>
1638
1639 * lib/gdb.exp (gdb_test_sequence): New function.
1640 (gdb_expect_list): Add verbose -log call for each pattern.
1641 * gdb.base/signals.exp (test_handle_all_print): Call it.
1642 Reduce timeout increment from 6 minutes to 1 minute.
1643 * gdb.server/ext-run.exp: Call it.
1644
1645 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1646
1647 PR python/12212
1648
1649 * gdb.python/python.exp: Check that selected_thread raises an
1650 error when no inferior is loaded.
1651
1652 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1653
1654 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1655 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1656
1657 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1658
1659 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1660 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1661
1662 2010-11-18 Doug Evans <dje@google.com>
1663
1664 * gdb.server/ext-run.exp: Fix intermittent failures.
1665
1666 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1667
1668 * gdb.stabs/gdb11479.exp: Use runto_main.
1669
1670 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1671
1672 * gdb.base/break-entry.exp: Skip if using a stub.
1673
1674 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1675
1676 * gdb.python/py-inferior.exp: Pack values in target endianness.
1677
1678 2010-11-12 Tom Tromey <tromey@redhat.com>
1679
1680 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1681 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1682 MemoryError.
1683 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1684 type.
1685 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1686 MemoryError.
1687 (test_subscript_regression): Update exception type.
1688
1689 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1690
1691 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1692 breakpoint tests.
1693
1694 2010-11-09 Pedro Alves <pedro@codesourcery.com>
1695
1696 * gdb.base/watchpoint.exp: Test "watch -location" with an
1697 innacessible location.
1698
1699 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
1700 Luis Machado <luisgpm@br.ibm.com>
1701
1702 * gdb.base/maint.exp: Expect "." prefix.
1703 * gdb.base/nodebug.exp: Expect "." Likewise.
1704 * gdb.base/sepsymtab.exp: Expect "." Likewise.
1705 * gdb.base/watchpoint-cond-gone.exp: Likewise.
1706 * gdb.base/watchpoint.exp: Expect a software watch to be created for
1707 POWER server processors.
1708
1709 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
1710 Luis Machado <luisgpm@br.ibm.com>
1711
1712 * gdb.base/break-entry.exp: convert entry point for
1713 ppc64 and expect leading `.' on ppc64's symbols
1714
1715 2010-11-05 Doug Evans <dje@google.com>
1716
1717 * gdb.base/help.exp: Update expected output.
1718 * gdb.python/py-param.exp: Delete, contents moved to ...
1719 * gdb.python/py-parameter.exp: ... here. New file.
1720 Add test for gdb.parameter ("directories").
1721
1722 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1723
1724 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1725 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1726 * configure: Regenerate.
1727 * gdb.opencl/Makefile.in: New File.
1728 * gdb.opencl/datatypes.exp: Likewise.
1729 * gdb.opencl/datatypes.cl: Likewise.
1730 * gdb.opencl/operators.exp: Likewise.
1731 * gdb.opencl/operators.cl: Likewise.
1732 * gdb.opencl/vec_comps.exp: Likewise.
1733 * gdb.opencl/vec_comps.cl: Likewise.
1734 * gdb.opencl/convs_casts.exp: Likewise.
1735 * gdb.opencl/convs_casts.cl: Likewise.
1736 * lib/opencl.exp: Likewise.
1737 * lib/opencl_hostapp.c: Likewise.
1738 * lib/opencl_kernel.cl: Likewise.
1739 * lib/cl_util.c: Likewise.
1740 * lib/cl_util.c: Likewise.
1741 * gdb.base/default.exp (set language): Add "opencl" to the list of
1742 languages.
1743
1744 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
1745
1746 * gdb.cp/overload.exp: Added test for inheritance overload.
1747 * gdb.cp/overload.cc: Ditto.
1748 * gdb.cp/oranking.exp: Removed releveant kfails.
1749
1750 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1751 Joel Brobecker <brobecker@adacore.com>
1752
1753 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1754 check test_compiler_info.
1755
1756 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1757
1758 * gdb.base/gnu_vector.exp: Adjust expect messages.
1759
1760 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1761
1762 * gdb.base/gnu_vector.exp: Add unary operator tests.
1763
1764 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1765
1766 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1767
1768 2010-11-02 Doug Evans <dje@google.com>
1769
1770 * gdb.python/py-pp-maint.c: New file.
1771 * gdb.python/py-pp-maint.exp: New file.
1772 * gdb.python/py-pp-maint.py: New file.
1773
1774 2010-11-02 Tom Tromey <tromey@redhat.com>
1775
1776 * gdb.base/default.exp: Remove "scheme" from language list.
1777
1778 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1779
1780 Revert:
1781 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1782 * gdb.threads/sigstep-threads.exp: New file.
1783 * gdb.threads/sigstep-threads.c: New file.
1784
1785 2010-10-20 Michael Snyder <msnyder@vmware.com>
1786
1787 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1788
1789 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1790
1791 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1792 Skip test completely if gdb,no_hardware_watchpoints.
1793
1794 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1795
1796 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1797 strict, but do not check for any particular function name within libc.
1798
1799 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1800
1801 * gdb.cp/smartp.exp: New test.
1802 * gdb.cp/smartp.cc : New test.
1803
1804 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1805
1806 * gdb.cp/converts.exp: Test pointer to bool conversion.
1807 Test pointer to long conversion.
1808 * gdb.cp/oranking.exp: Removed relevant kfail.
1809
1810 2010-10-18 Tom Tromey <tromey@redhat.com>
1811
1812 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1813 argument to lazy_string.
1814 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1815 (pp_ls.to_string): Use it.
1816 * gdb.python/py-prettyprint.c (main): Move declarations to top.
1817 Add "estring2" local.
1818
1819 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1820
1821 Fix s390x compatibility.
1822 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
1823 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1824
1825 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * gdb.threads/sigstep-threads.exp: New file.
1828 * gdb.threads/sigstep-threads.c: New file.
1829
1830 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1831
1832 * gdb.base/pie-execl.exp: New file.
1833 * gdb.base/pie-execl.c: New file.
1834
1835 2010-10-13 Doug Evans <dje@google.com>
1836 Jan Kratochvil <jan.kratochvil@redhat.com>
1837
1838 PR exp/12117
1839 * gdb.cp/ptype-cv-cp.cc: New file.
1840 * gdb.cp/ptype-cv-cp.exp: New file.
1841
1842 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1843
1844 * gdb.cp/converts.cc: New test program.
1845 * gdb.cp/converts.exp: New test.
1846 * gdb.cp/overload.exp: Added test for void* vs int*.
1847 * gdb.cp/overload.exp: Ditto.
1848 * gdb.cp/oranking.exp: Removed related kfail.
1849
1850 2010-10-13 Doug Evans <dje@google.com>
1851
1852 * lib/gdb-python.exp (gdb_check_python_config): New function.
1853 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1854 * gdb.python/lib-types.cc: New file.
1855 * gdb.python/lib-types.exp: New file.
1856
1857 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1858
1859 * gdb.python/py-error.exp: New file.
1860 * gdb.python/py-error.py: New file.
1861
1862 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1863
1864 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1865 gdb_test_multiple.
1866
1867 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1868
1869 * gdb.base/break-interp.exp: Use ldlags for linking flags.
1870 * gdb.base/prelink.exp: Likewise.
1871 * gdb.base/solib-nodir.exp: Likewise.
1872 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1873 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1874 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1875
1876 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1877
1878 * break-interp.exp (test_ld): Use two separate gdb_expect statements
1879 for the "info files" test to avoid timeouts on slow machines.
1880
1881 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1882
1883 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1884 (main): Make openlib dummy call.
1885
1886 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1889 * break-interp.exp (reach): Move the core body ...
1890 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
1891 (test_ld): Provide always real argument, even to the linker. Replace
1892 dl_main by _dl_debug_state.
1893
1894 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1895
1896 Fix results of prelinked PIEs on ppc*.
1897 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1898 Accept also DISPLACEMENT "PRESENT".
1899 (main): Replace "ZERO" displacements by "PRESENT".
1900
1901 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
1902
1903 * gdb.cp/oranking.exp: New test.
1904 * gdb.cp/oranking.cc: New test program.
1905
1906 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1907
1908 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1909 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1910
1911 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1912
1913 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1914 lush, lynx) New constant.
1915 * gdb.base/constvars.exp: Test const array types.
1916 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1917
1918 2010-10-06 Doug Evans <dje@google.com>
1919
1920 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1921 of syscall staging area.
1922
1923 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1924
1925 * gdb.base/gnu_vector.c: Add variable c4.
1926 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1927 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1928
1929 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
1930
1931 * gdb.arch/altivec-abi.exp: Fix a typo.
1932
1933 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
1934
1935 * lib/mi-support.exp (thread_selected_re): Correct pattern used
1936 to match a thread ID.
1937
1938 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1939
1940 Fix s390x testcase compatibility.
1941 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1942
1943 2010-10-01 Doug Evans <dje@google.com>
1944
1945 * lib/gdb-python.exp: New file.
1946 * gdb.python/py-block.exp: Use it.
1947 * gdb.python/py-breakpoint.exp: Ditto.
1948 * gdb.python/py-frame.exp: Ditto.
1949 * gdb.python/py-inferior.exp: Ditto.
1950 * gdb.python/py-param.exp: Ditto.
1951 * gdb.python/py-prettyprint.exp: Ditto.
1952 * gdb.python/py-shared.exp: Ditto.
1953 * gdb.python/py-symbol.exp: Ditto.
1954 * gdb.python/py-symtab.exp: Ditto.
1955 * gdb.python/py-type.exp: Ditto.
1956 * gdb.python/py-value.exp: Ditto.
1957 * gdb.python/python.exp: Ditto.
1958
1959 2010-09-30 Tom Tromey <tromey@redhat.com>
1960
1961 * gdb.base/anon.exp: New file.
1962 * gdb.base/anon.c: New file.
1963
1964 2010-09-30 Tom Tromey <tromey@redhat.com>
1965
1966 * gdb.base/completion.exp: Test completion through anonymous
1967 union.
1968 * gdb.base/break1.c (struct some_struct): Add anonymous union.
1969
1970 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1971
1972 Fix printing parameters of inlined functions.
1973 * gdb.dwarf2/dw2-inline-param.exp: New file.
1974 * gdb.dwarf2/dw2-inline-param-main.c: New file.
1975 * gdb.dwarf2/dw2-inline-param.S: New file.
1976
1977 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 PR corefiles/12071.
1980 * gdb.base/corefile.exp (quit with a process, no question: load core)
1981 (quit with a core file): New tests.
1982
1983 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1984
1985 Fix GDB crash on inferior calls with self-referencing classes.
1986 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1987 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1988 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1989
1990 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1991
1992 Fix lost siginfo_t for inferior calls.
1993 * gdb.base/siginfo-infcall.exp: New file.
1994 * gdb.base/siginfo-infcall.c: New file.
1995
1996 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1997
1998 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1999
2000 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2001
2002 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
2003 New test.
2004 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
2005
2006 2010-09-22 Joel Brobecker <brobecker@adacore.com>
2007
2008 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
2009 type of our const type.
2010
2011 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
2012
2013 * gdb.cp/pr12028.cc: New.
2014 * gdb.cp/pr12028.exp: New.
2015
2016 2010-09-22 Joel Brobecker <brobecker@adacore.com>
2017
2018 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
2019
2020 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
2021 Jan Kratochvil <jan.kratochvil@redhat.com>
2022
2023 PR mi/11407
2024 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
2025 * gdb.mi/dw2-ref-missing-frame-main.c New File.
2026 * gdb.mi/dw2-ref-missing-frame.S New File.
2027 * gdb.mi/dw2-ref-missing-frame.exp New File.
2028
2029 2010-09-14 Tom Tromey <tromey@redhat.com>
2030
2031 PR symtab/8399:
2032 * gdb.threads/tls.exp: Remove kfail. Update expected output.
2033
2034 2010-09-14 Tom Tromey <tromey@redhat.com>
2035
2036 PR exp/11803:
2037 * gdb.threads/tls.exp: Use C++.
2038 (check_thread_local): Use K::another_thread_local.
2039 * gdb.threads/tls.c (class K): New.
2040 (another_thread_local): Now a member of K.
2041 (spin): Update. No longer K&R C.
2042
2043 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2044
2045 * gdb.cp/koenig.cc: created class for testing member lookup.
2046 * gdb.cp/koenig.exp: Added test for member lookup.
2047
2048 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2049
2050 Fix false FAILs on sourcetree topdir directory containing "kill".
2051 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
2052 source line matching regexp.
2053
2054 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2055
2056 * gdb.python/python.exp (set height 0, collect help from uiout)
2057 (verify help to uiout): New tests.
2058
2059 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2060
2061 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
2062 is_lp64_target to check 64bit target.
2063
2064 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2065
2066 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
2067 (test_ld) <powerpc64-*>: New.
2068
2069 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2070
2071 * gdb.cp/templates.exp (test_template_args): Allow "struct".
2072
2073 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2074
2075 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
2076 (FunctionArg::method): New function.
2077 (empty, arg): New variables.
2078 (main): Call arg.method.
2079 * gdb.cp/templates.exp (test_template_args): New function.
2080 (do_tests): Call it.
2081
2082 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2083
2084 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
2085 of "next" to proceed over pthread_exit call.
2086
2087 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2088
2089 * gdb.base/maint.exp: Avoid wildcards against potentially very long
2090 "maint print statistics" output to prevent expect timeouts.
2091
2092 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2093
2094 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
2095 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2096 (test_float_rejected): ... here.
2097 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
2098 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2099 (test_float_rejected): ... here.
2100 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
2101 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2102 (test_float_rejected): ... here.
2103 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
2104 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2105 (test_float_rejected): ... here.
2106
2107 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2108
2109 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
2110 before disabling hardware watchpoints.
2111 (test_inaccessible_watchpoint): Check that hardware watchpoints
2112 are used. Test for watchpoints on a constant address.
2113
2114 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2115
2116 * gdb.base/ui-redirect.exp: New file.
2117
2118 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2119 Joel Brobecker <brobecker@adacore.com>
2120
2121 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
2122
2123 2010-08-31 Doug Evans <dje@google.com>
2124
2125 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
2126
2127 2010-08-30 Tom Tromey <tromey@redhat.com>
2128
2129 PR python/11792:
2130 * gdb.python/py-value.exp (test_subscript_regression): Add
2131 dynamic_type test.
2132
2133 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
2134
2135 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
2136 instead of running to main. Do not test the main function.
2137 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
2138 Add new main.
2139
2140 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2141
2142 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
2143 one test.
2144
2145 2010-08-24 Doug Evans <dje@google.com>
2146
2147 PR symtab/11942
2148 * gdb.dwarf2/dw4-sig-types.cc: New file.
2149 * gdb.dwarf2/dw4-sig-types.h: New file.
2150 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2151 * gdb.dwarf2/dw4-sig-types.exp: New file.
2152
2153 2010-08-23 Tom Tromey <tromey@redhat.com>
2154
2155 PR python/11145:
2156 * gdb.python/py-value.c (Base, Derived): New types.
2157 (base): New global.
2158 * gdb.python/py-value.exp (test_subscript_regression): Add
2159 dynamic_cast test.
2160
2161 2010-08-23 Tom Tromey <tromey@redhat.com>
2162
2163 PR python/10676:
2164 * gdb.python/py-type.exp (test_fields): Add tests for type
2165 equality.
2166
2167 2010-08-23 Tom Tromey <tromey@redhat.com>
2168
2169 PR python/11915:
2170 * gdb.python/py-type.exp (test_fields): Add tests for array.
2171
2172 2010-08-23 Keith Seitz <keiths@redhat.com>
2173
2174 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
2175 have any children. Create a new abbrev for it.
2176 Add missing terminal sequence to .debug_abbrev.
2177
2178 2010-08-20 Keith Seitz <keiths@redhat.com>
2179
2180 PR symtab/11465:
2181 * gdb.dwarf2/pr11465.exp: New test.
2182 * gdb.dwarf2/pr11465.S: New file.
2183 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
2184 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
2185
2186 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2187
2188 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
2189 registers. Update data sets with the new v2_double element in the
2190 VSX register union. Add vector_register3_vr data set for the AltiVec
2191 registers. Use gdb_test_no_output instead of send_gdb.
2192
2193 2010-08-19 Pedro Alves <pedro@codesourcery.com>
2194
2195 * gdb.python/py-shared.exp: New file, factored out from
2196 python.exp.
2197 * gdb.python/py-shared.c: New file.
2198 * gdb.python/py-shared-sl.c: New file.
2199 * gdb.python/python-1.c: New file.
2200 * gdb.python/python-sl.c: Delete.
2201 * gdb.python/python.c: Mention python-1.c.
2202 * gdb.python/python.exp: Move shared library tests to
2203 py-shared.exp.
2204 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
2205 (MISCELLANEOUS): New.
2206 (clean mostlyclean): Also remove $MISCELLANEOUS.
2207
2208 2010-08-19 Doug Evans <dje@google.com>
2209
2210 PR exp/11926
2211 * gdb.base/printcmds.exp (test_float_accepted): New function.
2212 Move existing float tests there. Add tests for floats with suffixes.
2213 (test_float_rejected): New function.
2214 * gdb.java/jv-print.exp (test_float_accepted): New function.
2215 (test_float_rejected): New function.
2216 * gdb.objc/print.exp: New file.
2217 * gdb.pascal/print.exp: New file.
2218 * lib/objc.exp: New file.
2219
2220 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2221
2222 * gdb.base/default.exp (info set): Avoid full buffer error and force
2223 reading up to final gdb prompt.
2224 (show): Likewise.
2225
2226 2010-08-18 Tom Tromey <tromey@redhat.com>
2227
2228 PR symtab/11919:
2229 * gdb.base/completion.exp: Add test.
2230
2231 2010-08-18 Doug Evans <dje@google.com>
2232
2233 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
2234 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
2235 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
2236 Simplify, early exit if runto_main fails.
2237 * gdb.fortran/exprs.exp: load_lib fortran.exp.
2238 (set_lang_fortran): Moved to lib/fortran.exp.
2239 * gdb.fortran/types.exp: load_lib fortran.exp.
2240 (set_lang_fortran): Moved to lib/fortran.exp.
2241 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
2242 * gdb.java/jprint.exp (set_lang_java): Ditto.
2243 * gdb.java/jv-exp.exp: load_lib java.exp.
2244 If set_lang_java fails, issue a warning instead of failure to be
2245 consistent with other set_lang_foo uses.
2246 (set_lang_java): Moved to lib/java.exp.
2247 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
2248 If set_lang_java fails, issue a warning instead of failure to be
2249 consistent with other set_lang_foo uses.
2250 * gdb.pascal/types.exp: load_lib pascal.exp.
2251 (set_lang_pascal): Moved to lib/pascal.exp.
2252 * lib/fortran.exp: New file.
2253 * lib/java.exp (set_lang_java): New function.
2254 * lib/pascal.exp (set_lang_pascal): New function.
2255
2256 2010-08-18 Yao Qi <yao@codesourcery.com
2257
2258 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2259 func_nofb_start and func_loopfb_start, so that address of functions
2260 is equal to these labels on Thumb.
2261
2262 2010-08-18 Yao Qi <yao@codesourcery.com>
2263
2264 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2265 to reflect latest c source file.
2266
2267 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 * gdb.cp/infcall-dlopen.exp: New file.
2270 * gdb.cp/infcall-dlopen.cc: New file.
2271 * gdb.cp/infcall-dlopen-lib.cc: New file.
2272
2273 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2274 Pedro Alves <pedro@codesourcery.com>
2275
2276 PR breakpoints/11371
2277
2278 * gdb.base/watch-cond-infcall.exp: New file.
2279 * gdb.base/watch-cond-infcall.c: New file.
2280
2281 2010-08-16 Tom Tromey <tromey@redhat.com>
2282
2283 * gdb.base/help.exp: Update.
2284 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2285 watchpoint.
2286 (test_watch_location): New proc.
2287 (test_watchpoint_in_big_blob): Delete watchpoint.
2288 * gdb.base/watchpoint.c (func5): New function.
2289 (main): Call it.
2290
2291 2010-08-16 Doug Evans <dje@google.com>
2292
2293 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2294
2295 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2296
2297 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2298 tests.
2299
2300 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2301
2302 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2303 * gdb.base/gnu_vector.c: New File.
2304 * gdb.base/gnu_vector.exp: Likewise.
2305
2306 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2307
2308 * gdb.python/python.c: New File.
2309 * gdb.python/python-sl.c: New File.
2310 * gdb.python/python.exp: Test solib_address and decode_line
2311 * functions.
2312
2313 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2314
2315 * gdb.python/python.exp (show height, set height 10)
2316 (verify pagination beforehand, verify pagination beforehand: q)
2317 (gdb.execute does not page, verify pagination afterwards)
2318 (verify pagination afterwards: q): New.
2319
2320 2010-08-02 Doug Evans <dje@google.com>
2321
2322 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2323 because of an older gcc, change test2
2324 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2325 to unsupported.
2326
2327 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
2328
2329 * gdb.base/break-always.exp: Do not expect full paths to file
2330 names.
2331 * gdb.base/commands.exp: Likewise.
2332
2333 2010-07-30 Doug Evans <dje@google.com>
2334
2335 * gdb.cp/temargs.exp: For new tests that require newer gccs,
2336 xfail them when run with older gccs.
2337
2338 * lib/gdb.exp (build_executable): Forward "c++" option to
2339 get_compiler_info.
2340
2341 * gdb.python/py-type.exp (test_template): Mark as xfail tests
2342 "python print ttype.template_argument(1)" and
2343 "python print isinstance(ttype.template_argument(1), gdb.Value)"
2344 if using gcc 4.4 or earlier.
2345
2346 * gdb.base/valgrind-db-attach.exp: Use unique test name for
2347 attach-to-debugger handling.
2348
2349 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2350
2351 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2352 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2353 (main): Use copyreloc.
2354 * gdb.base/prelink.exp (split debug of executable)
2355 (.dynbss vs. .bss address shift): New tests.
2356
2357 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2358
2359 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2360 in gdb_test_multiple.
2361
2362 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2363
2364 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2365 environment.
2366
2367 2010-07-28 Tom Tromey <tromey@redhat.com>
2368
2369 PR python/11060:
2370 * gdb.python/py-type.c (Temargs): New template.
2371 (temvar): New variable.
2372 * gdb.python/py-type.exp (test_template): New proc.
2373
2374 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2375
2376 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2377 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2378
2379 2010-07-28 Tom Tromey <tromey@redhat.com>
2380
2381 PR c++/9946:
2382 * gdb.cp/temargs.exp: New file.
2383 * gdb.cp/temargs.cc: New file.
2384
2385 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2386
2387 * gdb.base/help.exp (help disassemble): Update the content.
2388
2389 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2390
2391 * gdb.threads/ia64-sigill.exp: New file.
2392 * gdb.threads/ia64-sigill.c: New file.
2393
2394 2010-07-27 Tom Tromey <tromey@redhat.com>
2395
2396 * gdb.opt/inline-cmds.c (ATTR): New define.
2397 (func1): Use it.
2398 (func2): Likewise.
2399 (func3): Likewise.
2400 (outer_inline1): Likewise.
2401 (outer_inline2): Likewise.
2402 * gdb.opt/inline-bt.c (ATTR): New define.
2403 (func1): Use it.
2404 (func2): Likewise.
2405 * gdb.opt/inline-locals.c (ATTR): New define.
2406 (func1): Use it.
2407 (func2): Likewise.
2408
2409 2010-07-27 Tom Tromey <tromey@redhat.com>
2410
2411 * gdb.stabs/gdb11479.c (hack): New function.
2412 (test): Use it.
2413 (test2): Use it.
2414 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
2415 (int32_search_buf, int64_search_buf): No longer static.
2416 (x): Remove.
2417 * gdb.base/relocate.c (hack): New function.
2418
2419 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2420
2421 * gdb.python/py-value.exp (test_inferior_function_call): New function.
2422 * gdb.python/py-value.c (func1): New function.
2423 (func2): Likewise.
2424
2425 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
2426
2427 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
2428 as not to clash with .data section.
2429
2430 2010-07-26 Jerome Guitton <guitton@adacore.com>
2431
2432 * gdb.base/code_elim.exp: New file.
2433 * gdb.base/code_elim1.c: New file.
2434 * gdb.base/code_elim2.c: New file.
2435
2436 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2437
2438 PR symtab/11827
2439
2440 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
2441 (some_volatile_enum): New variable.
2442 * gdb.base/printcmds.exp (test_print_enums): New.
2443 <top level>: Call it.
2444
2445 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2446
2447 * gdb.cp/fpointer.cc: New test.
2448 * gdb.cp/fpointer.exp: New test.
2449
2450 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2451
2452 * gdb.base/solib-nodir.exp: New file.
2453 * lib/gdb.exp (runto): New case for a GDB internal error.
2454
2455 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2456 Ulrich Weigand <uweigand@de.ibm.com>
2457 Tom Tromey <tromey@redhat.com>
2458
2459 * gdb.base/charset-malloc.c: New file.
2460 * gdb.base/charset.c (malloc_stub): New prototype.
2461 (main): Call it instead of malloc itself.
2462 * gdb.base/charset.exp: Use only prepare_for_testing.
2463 (binfile): Remove the variable.
2464
2465 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2466
2467 Make core files the process_stratum.
2468 * gdb.base/corefile.exp (run: load core again)
2469 (run: sanity check we see the core file, run: with core)
2470 (run: core file is cleared, attach: load core again)
2471 (attach: sanity check we see the core file, attach: with core)
2472 (attach: core file is cleared): New tests.
2473 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
2474
2475 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2476
2477 * gdb.arch/altivec-abi.exp: New tests.
2478
2479 2010-07-13 Tom Tromey <tromey@redhat.com>
2480
2481 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2482 (main): Use it.
2483 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2484
2485 2010-07-13 Tom Tromey <tromey@redhat.com>
2486
2487 * gdb.base/label.exp: New file.
2488 * gdb.base/label.c: New file.
2489
2490 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2491 H.J. Lu <hongjiu.lu@intel.com>
2492
2493 * lib/gdb.exp (is_ilp32_target): New.
2494 (is_lp64_target): Likewise.
2495
2496 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2497 target.
2498 * gdb.arch/amd64-disp-step.exp: Likewise.
2499 * gdb.arch/amd64-dword.exp: Likewise.
2500 * gdb.arch/amd64-i386-address.exp: Likewise.
2501 * gdb.arch/amd64-word.exp: Likewise.
2502
2503 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2504 target.
2505 * gdb.arch/i386-bp_permanent.exp: Likewise.
2506 * gdb.arch/i386-byte.exp: Likewise.
2507 * gdb.arch/i386-disp-step.exp: Likewise.
2508 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2509 * gdb.arch/i386-prologue.exp: Likewise.
2510 * gdb.arch/i386-size-overlap.exp: Likewise.
2511 * gdb.arch/i386-size.exp: Likewise.
2512 * gdb.arch/i386-sse.exp: Likewise.
2513 * gdb.arch/i386-unwind.exp: Likewise.
2514 * gdb.arch/i386-word.exp: Likewise.
2515
2516 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2517 test only when building 64-bit executables. Do not hard-code
2518 -m64 option.
2519
2520 2010-07-07 Doug Evans <dje@google.com>
2521
2522 * lib/gdb.exp (gdb_test_list_exact): New function.
2523 * gdb.base/default.exp (show convenience): Call it, add tests for
2524 $_sdata = void, $_thread = 0.
2525
2526 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2527 Joel Brobecker <brobecker@adacore.com>
2528
2529 Fix re-run of PIE executable, PR shlibs/11776.
2530 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2531 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2532 and re-"run" of the inferior.
2533
2534 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2535 Joel Brobecker <brobecker@adacore.com>
2536
2537 Cope with missing /usr/sbin/prelink.
2538 * lib/prelink-support.exp (prelink_no):
2539 <result == 1 && $output is "no such file or directory">: New.
2540 (prelink_yes): Likewise. Return on failed prelink_no.
2541
2542 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2543 Joel Brobecker <brobecker@adacore.com>
2544
2545 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2546 build_executable by build_executable_own_libs. Replace "prelink -R"
2547 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2548 change.
2549 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2550 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2551 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2552 Replace build_executable by build_executable_own_libs's function
2553 build_executable_own_libs.
2554 (prelinkNO): Create new stub to call prelink_no.
2555 (prelinkYES): Create new stub to call prelink_yes.
2556 (test_attach): Rename calls of copy to file_copy.
2557 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2558 (copy): Move to ...
2559 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2560 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2561 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2562 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2563 special flags by gdb_compile_shlib. Replace second gdb_compile by
2564 build_executable_own_libs. Replace "prelink -R" execution by a call of
2565 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2566 a second call of prelink_yes. Replace restart commands by
2567 clean_restart.
2568 (prelink): Rename to ...
2569 (seen displacement message): ... this test. Extend its expectation
2570 strictness.
2571
2572 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2573
2574 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2575 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2576 displacement message exactly once.
2577
2578 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2579 Joel Brobecker <brobecker@adacore.com>
2580
2581 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2582 its restore after the <$relink_args != ""> loop. new comment.
2583
2584 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2585 Joel Brobecker <brobecker@adacore.com>
2586
2587 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2588 code for it. New variable relink_args.
2589 (prelinkYES): Call prelinkNO.
2590 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2591 in such case. Move the core code to ...
2592 (test_attach_gdb): ... a new function. Send GDB command "file".
2593 Extend expected "Attaching to " string.
2594
2595 2010-07-02 Tom Tromey <tromey@redhat.com>
2596
2597 * gdb.base/bitops.exp: Remove extraneous "pass".
2598
2599 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2600
2601 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2602
2603 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2604
2605 * gdb.base/help.exp: Adjust expected output.
2606
2607 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2608
2609 * gdb.base/help.exp: Adjust expected output.
2610
2611 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2612
2613 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2614 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2615 c++/11702.
2616
2617 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2618 Doug Evans <dje@google.com>
2619
2620 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2621 add .dynamic entry'.
2622
2623 2010-06-29 Doug Evans <dje@google.com>
2624
2625 Test PR c++/11702.
2626 * gdb.cp/m-static.exp: Add testcase.
2627 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2628
2629 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2630 Tom Tromey <tromey@redhat.com>
2631 Thiago Jung Bauermann <bauerman@br.ibm.com>
2632
2633 * gdb.python/py-inferior.c: New File.
2634 * gdb.python/py-infthread.c: New File.
2635 * gdb.python/py-inferior.exp: New File.
2636 * gdb.python/py-infthread.exp: New File.
2637
2638 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2641 (ptype ::C::OtherFileClass typedefs): New.
2642 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2643 (C::OtherFileClass::cOtherFileClassVar2): New.
2644 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2645 cOtherFileClassVar2.
2646 (C::cOtherFileType2, C::cOtherFileVar2): New.
2647 (C::cOtherFileVar_use): use also cOtherFileVar2.
2648 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2649
2650 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2651
2652 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2653 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2654 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2655 (print ::C::cOtherFileVar)
2656 (whatis C::OtherFileClass::cOtherFileClassType)
2657 (whatis ::C::OtherFileClass::cOtherFileClassType)
2658 (print C::OtherFileClass::cOtherFileClassVar)
2659 (print ::cOtherFileClassVar)
2660 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2661 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2662 trailing content.
2663 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2664 (C::OtherFileClass::cOtherFileClassVar)
2665 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2666 (C::cOtherFileVar, C::cOtherFileVar_use): New.
2667
2668 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2669
2670 Test PR c++/11703 and PR gdb/1448.
2671 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2672 gdb/1448.
2673
2674 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2675
2676 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2677 (main) <rtti_data>: New.
2678 * gdb.cp/virtbase.exp (print rtti_data): New.
2679
2680 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2681 Joel Brobecker <brobecker@adacore.com>
2682
2683 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2684
2685 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2686
2687 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2688
2689 2010-06-28 Doug Evans <dje@google.com>
2690
2691 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2692
2693 2010-06-27 Doug Evans <dje@google.com>
2694
2695 * gdb.cp/m-static.exp: Update expected test output.
2696
2697 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2698
2699 * gdb.gdb/selftest.exp: Adjust expected message for
2700 capturing start-up runtime.
2701
2702 2010-06-25 Tom Tromey <tromey@redhat.com>
2703
2704 PR python/10808:
2705 * gdb.python/python.exp: Add new tests.
2706
2707 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
2708
2709 * gdb.cp/operator.cc: Created an import loop.
2710 * gdb.cp/operator.exp: Added testcase for import loop.
2711
2712 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 Test PR python/11407.
2715 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2716 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2717 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2718 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2719 executable_nofb and executable_fb. New variables srcsfile, objsfile,
2720 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2721 binfile. Call gdb_compile with clean_restart twice.
2722 (func_nofb print, func_nofb backtrace, func_loopfb print)
2723 (func_loopfb backtrace): New.
2724
2725 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2726
2727 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2728 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2729 by a hand made one.
2730 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
2731 i?86 requirement. Remove variables srcfile and binfile. New variable
2732 sources, executable_nofb and executable_fb. Call prepare_for_testing.
2733
2734 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2735
2736 * gdb.cell/dwarfaddr.exp: New file.
2737 * gdb.cell/dwarfaddr.S: New file.
2738
2739 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2740
2741 Test PR 9436.
2742 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2743
2744 2010-06-24 Hui Zhu <teawater@gmail.com>
2745
2746 * gdb.base/eval.exp: New file.
2747
2748 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2749
2750 * gdb.cell/fork.exp: New file.
2751 * gdb.cell/fork.c: Likewise.
2752 * gdb.cell/fork-spu.c: Likewise.
2753
2754 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
2755
2756 * lib/gdb.exp (banned_variables_traced): New global variable.
2757 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2758 (gdb_init): Use `trace add variable' instead of obsolete
2759 `trace variable'.
2760
2761 2010-06-21 Doug Evans <dje@google.com>
2762
2763 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2764
2765 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2766
2767 * gdb.arch/spu-ls.exp: New file.
2768 * gdb.arch/spu-ls.c: Likewise.
2769
2770 2010-06-18 Stan Shebs <stan@codesourcery.com>
2771
2772 * gdb.threads/thread-specific.exp: Add tests of $_thread.
2773
2774 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2775
2776 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2777 * gdb.base/watch-cond.exp: Likewise.
2778 * gdb.python/py-breakpoint.exp: Likewise.
2779
2780 2010-06-18 Pedro Alves <pedro@codesourcery.com>
2781
2782 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2783 clean_restart, make sure every test has a distinct message, and
2784 that messages don't include the executable' full path.
2785
2786 2010-06-17 Doug Evans <dje@google.com>
2787
2788 * gdb.arch/i386-size.exp: Updated expected output for
2789 DISASSEMBLY_OMIT_FNAME.
2790
2791 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2792 Sergio Durigan Junior <sergiodj@redhat.com>
2793
2794 * gdb.base/watch-notconst.c: New file.
2795 * gdb.base/watch-notconst.S: New file.
2796 * gdb.base/watch-notconst2.c: New file.
2797 * gdb.base/watch-notconst2.S: New file.
2798 * gdb.base/watch-notconst.exp: New file.
2799 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2800 (func4): Add operations on `global_ptr_ptr'.
2801 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2802 routine to test watchpoints created with a constant expression.
2803 (test_inaccessible_watchpoint): Include tests for watchpoints
2804 created with a constant expression.
2805
2806 2010-06-14 Kevin Buettner <kevinb@redhat.com>
2807
2808 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2809 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2810 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2811 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2812 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2813 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2814 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2815 of `_start'.
2816
2817 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2818
2819 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2820 not supported on the target.
2821 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2822 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2823 * gdb.mi/mi-nsintrall.exp: Likewise.
2824 * gdb.mi/mi-nsmoribund.exp: Likewise.
2825 * gdb.mi/mi-nsthrexec.exp: Likewise.
2826
2827 2010-06-11 Stan Shebs <stan@codesourcery.com>
2828
2829 * gdb.base/permissions.exp: New file.
2830
2831 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2832
2833 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2834 does not support ELF executable class.
2835
2836 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2837
2838 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2839
2840 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2841
2842 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2843 (runto): Catch "The target does not support running in non-stop mode.".
2844
2845 2010-06-11 Michael Snyder <msnyder@vmware.com>
2846
2847 * gdb.base/setshow.exp (set language asm): Don't use
2848 gdb_test_no_output, fails on some targets.
2849
2850 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2851
2852 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2853 * gdb.cp/pr9167.exp: Likewise.
2854
2855 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2856
2857 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2858
2859 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2860
2861 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2862
2863 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2864
2865 * gdb.base/charset.c (main): Make sure malloc gets linked in.
2866
2867 2010-06-11 Tom Tromey <tromey@redhat.com>
2868
2869 PR gdb/9977, PR exp/11636::
2870 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2871 (pieces_test_f6): Update expected output.
2872
2873 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2874
2875 * gdb.base/moribund-step.exp: New.
2876
2877 2010-06-08 Michael Snyder <msnyder@vmware.com>
2878
2879 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
2880 * gdb.ada/boolean_expr.exp:
2881 * gdb.ada/frame_args.exp: Ditto.
2882 * gdb.ada/lang_switch.exp: Ditto.
2883 * gdb.ada/ptype_arith_binop.exp: Ditto.
2884 * gdb.ada/ref_param.exp: Ditto.
2885 * gdb.ada/type_coercion.exp:Ditto.
2886
2887 * gdb.asm/asm-source.exp: Ditto.
2888
2889 * gdb.base/attach.exp: Ditto.
2890 * gdb.base/bitfields2.exp: Ditto.
2891 * gdb.base/call-signal-resume.exp: Ditto.
2892 * gdb.base/callfuncs.exp: Ditto.
2893 * gdb.base/commands.exp: Ditto.
2894 * gdb.base/dbx.exp: Ditto.
2895 * gdb.base/default.exp: Ditto.
2896 * gdb.base/dump.exp: Ditto.
2897 * gdb.base/exprs.exp: Ditto.
2898 * gdb.base/freebpcmd.exp: Ditto.
2899 * gdb.base/interrupt.exp: Ditto.
2900 * gdb.base/list.exp: Ditto.
2901 * gdb.base/long_long.exp: Ditto.
2902 * gdb.base/maint.exp: Ditto.
2903 * gdb.base/ptype.exp: Ditto.
2904 * gdb.base/return.exp: Ditto.
2905 * gdb.base/setshow.exp: Ditto.
2906 * gdb.base/sigbpt.exp: Ditto.
2907 * gdb.base/sigrepeat.exp: Ditto.
2908
2909 * gdb.cp/classes.exp: Ditto.
2910
2911 * gdb.dwarf2/dw2-restore.exp: Ditto.
2912
2913 * gdb.gdb/selftest.exp: Ditto.
2914
2915 * gdb.multi/base.exp: Ditto.
2916 * gdb.multi/bkpt-multi-exec.exp: Ditto.
2917
2918 * gdb.python/py-block.exp: Ditto.
2919 * gdb.python/py-prettyprint.exp: Ditto.
2920 * gdb.python/py-template.exp: Ditto.
2921
2922 * gdb.server/ext-attach.exp: Ditto.
2923 * gdb.server/ext-run.exp: Ditto.
2924 * gdb.server/server-mon.exp: Ditto.
2925
2926 * gdb.threads/fork-thread-pending.exp: Ditto.
2927 * gdb.threads/hand-call-in-threads.exp: Ditto.
2928 * gdb.threads/interrupted-hand-call.exp: Ditto.
2929 * gdb.threads/linux-dp.exp: Ditto.
2930 * gdb.threads/manythreads.exp: Ditto.
2931 * gdb.threads/print-threads.exp: Ditto.
2932 * gdb.threads/pthreads.exp: Ditto.
2933 * gdb.threads/schedlock.exp: Ditto.
2934 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2935 * gdb.threads/threadapply.exp: Ditto.
2936
2937 2010-06-08 Michael Snyder <msnyder@vmware.com>
2938
2939 * gdb.ada/exec_changed.exp:
2940 Use ".*" instead of "" as wildcard regexp.
2941
2942 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2943 * gdb.base/call-ar-st.exp: Ditto.
2944 * gdb.base/checkpoint.exp: Ditto.
2945 * gdb.base/default.exp: Ditto.
2946 * gdb.base/dump.exp: Ditto.
2947 * gdb.base/ending-run.exp: Ditto.
2948 * gdb.base/fileio.exp: Ditto.
2949 * gdb.base/miscexprs.exp: Ditto.
2950 * gdb.base/pointers.exp: Ditto.
2951 * gdb.base/readline.exp: Ditto.
2952 * gdb.base/reread.exp: Ditto.
2953 * gdb.base/restore.exp: Ditto.
2954 * gdb.base/shlib-call.exp: Ditto.
2955 * gdb.base/valgrind-db-attach.exp: Ditto.
2956 * gdb.base/volatile.exp: Ditto.
2957 * gdb.base/watchpoints.exp: Ditto.
2958
2959 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2960
2961 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2962 * gdb.python/py-value.exp: Ditto.
2963
2964 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2965 * gdb.trace/circ.exp: Ditto.
2966 * gdb.trace/collection.exp: Ditto.
2967 * gdb.trace/packetlen.exp: Ditto.
2968 * gdb.trace/passc-dyn.exp: Ditto.
2969 * gdb.trace/report.exp: Ditto.
2970 * gdb.trace/tfile.exp: Ditto.
2971 * gdb.trace/tfind.exp: Ditto.
2972 * gdb.trace/while-dyn.exp: Ditto.
2973
2974 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2975
2976 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2977
2978 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 Test PR 10640.
2981 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2982
2983 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2984
2985 * gdb.cp/koenig.exp: Test for ADL operators.
2986 * gdb.cp/koenig.cc: Added ADL operators.
2987 * gdb.cp/operator.exp: New test.
2988 * gdb.cp/operator.cc: New test.
2989
2990 2010-06-04 Michael Snyder <msnyder@vmware.com>
2991
2992 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2993 * gdb.base/pending.exp: Ditto.
2994
2995 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2996
2997 2010-06-04 Doug Evans <dje@google.com>
2998
2999 * gdb.python/py-prettyprint.exp: Add new test for enabled and
3000 disabled printers.
3001 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
3002 (enable_lookup_function): New function.
3003
3004 2010-06-04 Tom Tromey <tromey@redhat.com>
3005
3006 * gdb.python/py-value.exp (test_value_hash): Don't test equality
3007 of hash and id.
3008
3009 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
3012 newline.
3013 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
3014 (empty verbose non-noisy clear, empty verbose noisy clear)
3015 (empty non-verbose noisy clear): Likewise.
3016
3017 2010-06-03 Michael Snyder <msnyder@vmware.com>
3018
3019 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
3020 * gdb.base/display.exp: Ditto.
3021 * gdb.base/find.exp: Ditto.
3022 * gdb.base/ifelse.exp: Ditto.
3023 * gdb.base/multi-forks.exp: Ditto.
3024 * gdb.base/recurse.exp: Ditto.
3025 * gdb.base/setshow.exp: Ditto.
3026 * gdb.base/value-double-free.exp: Ditto.
3027 * gdb.base/watch-vfork.exp: Ditto.
3028 * gdb.base/watch_thread_num.exp: Ditto.
3029 * gdb.base/watchpoint-solib.exp: Ditto.
3030 * gdb.base/watchpoint.exp: Ditto.
3031 * gdb.base/watchpoints.exp: Ditto.
3032
3033 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
3034 * gdb.cp/overload.exp: Ditto.
3035 * gdb.cp/virtfunc.exp: Ditto.
3036
3037 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
3038
3039 * gdb.reverse/watch-precsave.exp:
3040 Replace gdb_test with gdb_test_no_output.
3041
3042 * gdb.threads/attach-into-signal.exp:
3043 Replace gdb_test with gdb_test_no_output.
3044 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3045 * gdb.threads/watchthreads.exp: Ditto.
3046 * gdb.threads/watchthreads2.exp: Ditto.
3047
3048 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
3049 * gdb.trace/tfind.exp: Ditto.
3050
3051 2010-06-03 Joel Brobecker <brobecker@adacore.com>
3052
3053 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
3054 successful test if message is the empty string.
3055
3056 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3057
3058 * gdb.fortran/module.exp (stopped language detection): New test.
3059
3060 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 Support DW_TAG_module as separate namespaces.
3063 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
3064 gdb.fortran/library-module-lib.f90: New.
3065 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
3066 (print i): Remove.
3067 (continue to breakpoint: i-is-1, print var_i value 1)
3068 (continue to breakpoint: i-is-2, print var_i value 2)
3069 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
3070 (print var_d, print var_i value 14, ptype modmany, complete `modm)
3071 (complete `modmany, complete `modmany`, complete `modmany`var)
3072 (show language, setting breakpoint at module): New tests.
3073 * gdb.fortran/module.f90 (module mod): Remove.
3074 (module mod1, module mod2, module modmany, subroutine sub1)
3075 (subroutine sub2, program module): New.
3076
3077 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
3080 (print value of rUC, print value of rI, print value of UI): ... here.
3081 * gdb.cp/anon-union.exp (pass): Rename to ...
3082 (print z 2): ... here.
3083
3084 2010-06-02 Michael Snyder <msnyder@vmware.com>
3085
3086 * gdb.trace/actions.exp: Use gdb_test_no_output.
3087 * gdb.trace/circ.exp: Ditto.
3088 * gdb.trace/packetlen.exp: Ditto.
3089 * gdb.trace/save-trace.exp: Ditto.
3090 * gdb.trace/tracecmd.exp: Ditto.
3091 * gdb.trace/tsv.exp: Ditto.
3092
3093 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
3094 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
3095 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3096 * gdb.threads/manythreads.exp: Ditto.
3097 * gdb.threads/print-threads.exp: Ditto.
3098 * gdb.threads/pthreads.exp: Ditto.
3099 * gdb.threads/schedlock.exp: Ditto.
3100 * gdb.threads/staticthreads.exp: Ditto.
3101 * gdb.threads/thread-specific.exp: Ditto.
3102 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3103 * gdb.threads/threadapply.exp: Ditto.
3104 * gdb.threads/watchthreads.exp: Ditto.
3105 * gdb.threads/watchthreads2.exp: Ditto.
3106
3107 * gdb.python/py-block.exp: Use gdb_test_no_output.
3108 * gdb.python/py-prettyprint.exp: Ditto.
3109 * gdb.python/py-template.exp: Ditto.
3110 * gdb.python/py-value.exp: Ditto.
3111
3112 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
3113 * gdb.reverse/watch-reverse.exp: Ditto.
3114
3115 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
3116 * gdb.server/ext-run.exp: Ditto.
3117
3118 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
3119 * gdb.dwarf2/dw2-compressed.exp: Ditto.
3120 * gdb.dwarf2/dw2-intercu.exp: Ditto.
3121 * gdb.dwarf2/dw2-intermix.exp: Ditto.
3122 * gdb.dwarf2/dw2-producer.exp: Ditto.
3123 * gdb.dwarf2/mac-fileno.exp: Ditto.
3124
3125 * gdb.gdb/observer.exp: Use gdb_test_no_output.
3126 * gdb.gdb/selftest.exp: Ditto.
3127
3128 * gdb.multi/base.exp: Use gdb_test_no_output.
3129
3130 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
3131
3132 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
3135
3136 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3137
3138 * gdb.cp/class2.exp: Use gdb_test_no_output.
3139 * gdb.cp/classes.exp: Ditto.
3140 * gdb.cp/extern-c.exp: Ditto.
3141 * gdb.cp/inherit.exp: Ditto.
3142 * gdb.cp/maint.exp: Ditto.
3143 * gdb.cp/mb-inline.exp: Ditto.
3144 * gdb.cp/mb-templates.exp: Ditto.
3145 * gdb.cp/method2.exp: Ditto.
3146 * gdb.cp/misc.exp: Ditto.
3147 * gdb.cp/ovldbreak.exp: Ditto.
3148 * gdb.cp/punctuator.exp: Ditto.
3149 * gdb.cp/templates.exp: Ditto.
3150 * gdb.cp/virtbase.exp: Ditto.
3151
3152 * gdb.threads/attach-stopped.exp:
3153 Replace uses of send_gdb / gdb_expect.
3154 * gdb.threads/attachstop-mt.exp:
3155 Replace uses of send_gdb / gdb_expect.
3156 * gdb.threads/gcore-thread.exp:
3157 Replace uses of send_gdb / gdb_expect.
3158 * gdb.threads/hand-call-in-threads.exp:
3159 Replace uses of send_gdb / gdb_expect.
3160 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
3161 * gdb.threads/print-threads.exp:
3162 Replace uses of send_gdb / gdb_expect.
3163 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
3164 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
3165 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
3166
3167 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
3168 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
3169 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
3170 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
3171 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
3172 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
3173 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
3174 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
3175 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
3176 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
3177 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
3178
3179 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3180
3181 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
3182
3183 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3184
3185 * gdb.cp/koenig.exp: Added new test case.
3186 * gdb.cp/koenig.cc: Ditto.
3187
3188 2010-06-01 Michael Snyder <msnyder@vmware.com>
3189
3190 * gdb.base/arithmet.exp: Use gdb_test_no_output.
3191 * gdb.base/arrayidx.exp: Ditto.
3192 * gdb.base/attach.exp: Ditto.
3193 * gdb.base/auxv.exp: Ditto.
3194 * gdb.base/bigcre.exp: Ditto.
3195 * gdb.base/break-always.exp: Ditto.
3196 * gdb.base/break-interp.exp: Ditto.
3197 * gdb.base/break.exp: Ditto.
3198 * gdb.base/breakpoint-shadow.exp: Ditto.
3199 * gdb.base/call-ar-st.exp: Ditto.
3200 * gdb.base/call-sc.exp: Ditto.
3201 * gdb.base/call-signal-resume.exp: Ditto.
3202 * gdb.base/callfuncs.exp: Ditto.
3203 * gdb.base/catch-syscall.exp: Ditto.
3204 * gdb.base/charset.exp: Ditto.
3205 * gdb.base/code-expr.exp: Ditto.
3206 * gdb.base/commands.exp: Ditto.
3207 * gdb.base/cond-expr.exp: Ditto.
3208 * gdb.base/condbreak.exp: Ditto.
3209 * gdb.base/cursal.exp: Ditto.
3210 * gdb.base/cvexpr.exp: Ditto.
3211 * gdb.base/default.exp: Ditto.
3212 * gdb.base/del.exp: Ditto.
3213 * gdb.base/detach.exp: Ditto.
3214 * gdb.base/display.exp: Ditto.
3215 * gdb.base/ena-dis-br.exp: Ditto.
3216 * gdb.base/eval-skip.exp: Ditto.
3217 * gdb.base/foll-fork.exp: Ditto.
3218 * gdb.base/foll-vfork.exp: Ditto.
3219 * gdb.base/frame-args.exp: Ditto.
3220 * gdb.base/funcargs.exp: Ditto.
3221 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3222 * gdb.base/gdbvars.exp: Ditto.
3223 * gdb.base/help.exp: Ditto.
3224 * gdb.base/ifelse.exp: Ditto.
3225 * gdb.base/included.exp: Ditto.
3226 * gdb.base/list.exp: Ditto.
3227 * gdb.base/macscp.exp: Ditto.
3228 * gdb.base/maint.exp: Ditto.
3229 * gdb.base/multi-fork.exp: Ditto.
3230 * gdb.base/overlays.exp: Ditto.
3231 * gdb.base/page.exp: Ditto.
3232 * gdb.base/pending.exp: Ditto.
3233 * gdb.base/pointers.exp: Ditto.
3234 * gdb.base/pr11022.exp: Ditto.
3235 * gdb.base/prelink.exp: Ditto.
3236 * gdb.base/printcmds.exp: Ditto.
3237 * gdb.base/psymtab.exp: Ditto.
3238 * gdb.base/randomize.exp: Ditto.
3239 * gdb.base/relational.exp: Ditto.
3240 * gdb.base/relocate.exp: Ditto.
3241 * gdb.base/remote.exp: Ditto.
3242 * gdb.base/sepdebug.exp: Ditto.
3243 * gdb.base/set-lang-auto.exp: Ditto.
3244 * gdb.base/setshow.exp: Ditto.
3245 * gdb.base/setvar.exp: Ditto.
3246 * gdb.base/signals.exp: Ditto.
3247 * gdb.base/signull.exp: Ditto.
3248 * gdb.base/sigstep.exp: Ditto.
3249 * gdb.base/sizeof.exp: Ditto.
3250 * gdb.base/solib-disc.exp: Ditto.
3251 * gdb.base/store.exp: Ditto.
3252 * gdb.base/structs.exp: Ditto.
3253 * gdb.base/structs2.exp: Ditto.
3254 * gdb.base/subst.exp: Ditto.
3255 * gdb.base/term.exp: Ditto.
3256 * gdb.base/trace-commands.exp: Ditto.
3257 * gdb.base/unwindonsignal.exp: Ditto.
3258 * gdb.base/valgrind-db-attach.exp: Ditto.
3259 * gdb.base/varargs.exp: Ditto.
3260 * gdb.base/watch-cond.exp: Ditto.
3261 * gdb.base/watch_thread_num.exp: Ditto.
3262 * gdb.base/watchpoint-cond-gone.exp: Ditto.
3263 * gdb.base/watchpoint.exp: Ditto.
3264 * gdb.base/whatis-exp.exp: Ditto.
3265
3266 2010-06-01 Michael Snyder <msnyder@vmware.com>
3267
3268 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3269 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3270 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3271 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3272 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3273 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3274 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3275 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3276 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3277 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3278 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3279 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3280 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3281 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3282 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3283
3284 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3285
3286 * gdb.base/commands.exp (begin commands on watch): Remove excessive
3287 trailing newline.
3288 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3289 * gdb.java/jmisc.exp (p *args\n): Rename to ...
3290 (p *args): ... here and remove excessive trailing newline.
3291
3292 2010-05-31 Joel Brobecker <brobecker@adacore.com>
3293
3294 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3295
3296 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 Accept the new Linux kernel "t (tracing stop)" string.
3299 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3300 Update comment.
3301 (state_wait) <T (tracing stop)>: New.
3302 (main): Update the state_wait expect string.
3303
3304 2010-05-28 Pedro Alves <pedro@codesourcery.com>
3305
3306 * limits.c, limits.exp: Delete files.
3307 * Makefile.in (clean mostlyclean): Adjust.
3308 * tracecmd.exp: Adjust.
3309
3310 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3311
3312 * gdb.base/tui-layout.exp: New.
3313
3314 2010-05-28 Michael Snyder <msnyder@vmware.com>
3315
3316 * gdb.reverse/break-precsave.exp:
3317 Replace uses of send_gdb / gdb_expect.
3318 * gdb.reverse/break-reverse.exp:
3319 Replace uses of send_gdb / gdb_expect.
3320 * gdb.reverse/consecutive-precsave.exp:
3321 Replace uses of send_gdb / gdb_expect.
3322 * gdb.reverse/consecutive-reverse.exp:
3323 Replace uses of send_gdb / gdb_expect.
3324 * gdb.reverse/finish-precsave.exp:
3325 Replace uses of send_gdb / gdb_expect.
3326 * gdb.reverse/finish-reverse.exp:
3327 Replace uses of send_gdb / gdb_expect.
3328 * gdb.reverse/i386-precsave.exp:
3329 Replace uses of send_gdb / gdb_expect.
3330 * gdb.reverse/i386-reverse.exp:
3331 Replace uses of send_gdb / gdb_expect.
3332 * gdb.reverse/i386-sse-reverse.exp:
3333 Replace uses of send_gdb / gdb_expect.
3334 * gdb.reverse/i387-env-reverse.exp:
3335 Replace uses of send_gdb / gdb_expect.
3336 * gdb.reverse/i387-stack-reverse.exp:
3337 Replace uses of send_gdb / gdb_expect.
3338 * gdb.reverse/machinestate-precsave.exp:
3339 Replace uses of send_gdb / gdb_expect.
3340 * gdb.reverse/machinestate.exp:
3341 Replace uses of send_gdb / gdb_expect.
3342 * gdb.reverse/sigall-precsave.exp:
3343 Replace uses of send_gdb / gdb_expect.
3344 * gdb.reverse/sigall-reverse.exp:
3345 Replace uses of send_gdb / gdb_expect.
3346 * gdb.reverse/solib-precsave.exp:
3347 Replace uses of send_gdb / gdb_expect.
3348 * gdb.reverse/solib-reverse.exp:
3349 Replace uses of send_gdb / gdb_expect.
3350 * gdb.reverse/step-precsave.exp:
3351 Replace uses of send_gdb / gdb_expect.
3352 * gdb.reverse/step-reverse.exp:
3353 Replace uses of send_gdb / gdb_expect.
3354 * gdb.reverse/until-precsave.exp:
3355 Replace uses of send_gdb / gdb_expect.
3356 * gdb.reverse/until-reverse.exp:
3357 Replace uses of send_gdb / gdb_expect.
3358 * gdb.reverse/watch-precsave.exp:
3359 Replace uses of send_gdb / gdb_expect.
3360 * gdb.reverse/watch-reverse.exp:
3361 Replace uses of send_gdb / gdb_expect.
3362
3363 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3364
3365 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3366 excessive newline.
3367
3368 2010-05-27 Michael Snyder <msnyder@vmware.com>
3369
3370 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
3371 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3372 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3373 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3374 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3375 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3376 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3377 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3378 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3379 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3380 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3381 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3382 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3383 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3384 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3385 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3386 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3387 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3388 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
3389
3390 2010-05-26 Michael Snyder <msnyder@vmware.com>
3391
3392 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3393 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3394
3395 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3396 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3397 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3398
3399 * gdb.reverse/consecutive-reverse.exp:
3400 Replace uses of send_gdb / gdb_expect.
3401 * gdb.reverse/consecutive-precsave.exp:
3402 Replace uses of send_gdb / gdb_expect.
3403
3404 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3405 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
3406 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
3407 * gdb.mi/mi-ns-stale-regcache.exp:
3408 Replace uses of send_gdb / gdb_expect.
3409 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
3410 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
3411 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
3412 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
3413 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
3414 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
3415 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
3416 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
3417 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
3418
3419 2010-05-26 Michael Snyder <msnyder@vmware.com>
3420
3421 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
3422
3423 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
3424
3425 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
3426 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
3427 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
3428 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
3429 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
3430 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
3431 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
3432 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
3433 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
3434
3435 2010-05-25 Tom Tromey <tromey@redhat.com>
3436
3437 * gdb.base/macscp.exp: Add missing space after setup_kfail.
3438
3439 2010-05-25 Tom Tromey <tromey@redhat.com>
3440
3441 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
3442 argument order.
3443 * gdb.base/macscp.exp: Fix setup_kfail argument order.
3444 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
3445 order.
3446 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
3447 order.
3448 * gdb.base/call-sc.exp (setup_kfails): Remove.
3449 (setup_compiler_kfails): Remove.
3450 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
3451 argument order.
3452 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
3453 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
3454 (advancei): Fix setup_kfail argument order.
3455 * gdb.base/radix.exp: Fix setup_kfail argument order.
3456 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
3457 order.
3458 * gdb.base/structs.exp (setup_kfails): Remove.
3459 (setup_compiler_kfails): Fix setup_kfail argument order.
3460 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
3461 order.
3462 * gdb.java/jmain.exp: Fix setup_kfail argument order.
3463 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
3464 setup_kfail argument order.
3465 * gdb.cp/overload.exp: Fix setup_kfail argument order.
3466
3467 2010-05-25 Tom Tromey <tromey@redhat.com>
3468
3469 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3470
3471 2010-05-25 Michael Snyder <msnyder@vmware.com>
3472
3473 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3474 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3475 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3476 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3477 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3478 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3479 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3480 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3481 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
3482 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3483 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3484 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3485 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3486 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3487 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3488 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3489 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3490 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3491 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3492 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3493 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3494 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3495 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
3496 * gdb.base/default.exp: Replace send_gdb with gdb_test.
3497 * gdb.base/define.exp: Replace send_gdb with gdb_test.
3498 * gdb.base/display.exp: Replace send_gdb with gdb_test.
3499 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3500 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3501 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3502 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3503 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3504 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3505 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3506 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3507 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3508 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3509 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3510 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3511 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3512 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3513 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3514 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3515 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3516 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3517 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3518 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3519 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3520 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3521
3522 2010-05-25 Doug Evans <dje@google.com>
3523
3524 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3525 gdb.string_to_argv.
3526
3527 2010-05-21 Tom Tromey <tromey@redhat.com>
3528
3529 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3530 Call it.
3531 * gdb.dwarf2/pieces.S: Update.
3532 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3533
3534 2010-05-21 Tom Tromey <tromey@redhat.com>
3535
3536 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3537 Call it.
3538 * gdb.dwarf2/pieces.c (struct C): New.
3539 (f6): New function.
3540 * gdb.dwarf2/pieces.S: Replace.
3541
3542 2010-05-21 Tom Tromey <tromey@redhat.com>
3543
3544 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3545 Call it.
3546
3547 2010-05-21 Tom Tromey <tromey@redhat.com>
3548
3549 * gdb.dwarf2.pieces.exp: New file.
3550 * gdb.dwarf2.pieces.S: New file.
3551 * gdb.dwarf2.pieces.c: New file.
3552
3553 2010-05-20 Pedro Alves <pedro@codesourcery.com>
3554 Joel Brobecker <brobecker@adacore.com>
3555
3556 * lib/gdb.exp (gdb_test_no_output): New function.
3557 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3558 when testing commands that should produce no output.
3559
3560 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3561
3562 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3563 parameter that we want to watch being a constant.
3564
3565 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.ada/cond_lang: New testcase.
3568
3569 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3570
3571 * lib/gdb.exp (banned_variables): New variable/constant.
3572 (gdb_init): Add write trace on variables listed in banned_variables.
3573 (gdb_finish): Remove write traces on variables listed in
3574 banned_variables.
3575
3576 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3577
3578 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3579 * gdb.cp/koenig.exp: Likewise.
3580
3581 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3582
3583 PR python/11482
3584
3585 * gdb.python/py-value.exp (test_value_hash): New function.
3586
3587 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3588
3589 PR exp/11530.
3590 * gdb.base/gdb11530.c: New file.
3591 * gdb.base/gdb11530.exp: New file.
3592
3593 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3594
3595 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3596 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3597
3598 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3599
3600 * gdb.cp/koenig.exp: New test.
3601 * gdb.cp/koenig.cc: New test program.
3602
3603 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3604
3605 Remove the use of prms_id and bug_id throughout the testsuite.
3606
3607 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3608
3609 PR exp/11349.
3610 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3611 use a reference local variable.
3612
3613 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3614
3615 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3616 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3617 variable different_dir. Move debugfile into a full directory pathname
3618 under DIFFERENT_DIR.
3619 * lib/gdb.exp (separate_debug_filename): Remove.
3620 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3621 variable debug_dir and mkdir of it. Update function comments.
3622
3623 2010-04-29 Pedro Alves <pedro@codesourcery.com>
3624
3625 PR gdb/11557
3626
3627 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3628 files.
3629
3630 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3631
3632 * gdb.python/py-param.exp: New File.
3633
3634 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3635
3636 * gdb.base/default.exp: Fix "set language" test.
3637
3638 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3639
3640 PR breakpoints/11531.
3641 * gdb.base/gdb11531.c: New file.
3642 * gdb.base/gdb11531.exp: New file.
3643
3644 2010-04-26 Tom Tromey <tromey@redhat.com>
3645
3646 * gdb.base/completion.exp: Add tests for completion and deprecated
3647 commands.
3648
3649 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3650
3651 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3652 (print /x char_array): Escape curly brackets.
3653
3654 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3655
3656 Fix deadlock on looped list of loaded shared objects.
3657 * gdb.base/solib-corrupted.exp: New.
3658
3659 2010-04-23 Doug Evans <dje@google.com>
3660
3661 * gdb.python/py-section-script.c: New file.
3662 * gdb.python/py-section-script.exp: New file.
3663 * gdb.python/py-section-script.py: New file.
3664
3665 2010-04-20 Chris Moller <cmoller@redhat.com>
3666
3667 PR 10179
3668
3669 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3670 * gdb.base/pr10179-a.c:
3671 * gdb.base/pr10179-b.c:
3672 * gdb.base/pr10179.exp: New files.
3673
3674 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3675
3676 Fix crashes on dangling display expressions.
3677 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3678 is SEP.
3679 (lib_flags): Remove the "debug" keyword.
3680 (libsepdebug): New variable for iterating new loop.
3681 (save_pf_prefix): New variable wrapping the loop.
3682 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
3683 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3684
3685 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3686
3687 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3688
3689 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3690
3691 PR stabs/11479.
3692 * gdb.stabs/gdb11479.exp: New file.
3693 * gdb.stabs/gdb11479.c: New file.
3694
3695 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3696
3697 * gdb.base/charset.c (Strin16, String32): New variables.
3698 * gdb.base/charset.exp (gdb_test): Test correct display
3699 of 16 or 32 bit strings.
3700
3701 2010-04-21 Chris Moller <cmoller@redhat.com>
3702
3703 PR 9167
3704 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3705 * gdb.cp/pr9167.cc: New file.
3706 * gdb.cp/pr9167.exp: New file.
3707
3708
3709 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3710
3711 PR pascal/11492.
3712 * gdb.pascal/gdb11492.pas: New file.
3713 * gdb.pascal/gdb11492.exp: New file.
3714
3715 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3716
3717 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
3718
3719 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3720
3721 * gdb.ada/dyn_loc: New testcase.
3722
3723 2010-04-20 Chris Moller <cmoller@redhat.com>
3724
3725 PR 10867
3726
3727 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
3728 * gdb.cp/pr10687.cc: New file.
3729 * gdb.cp/pr10687.exp: New file.
3730
3731
3732 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3733 Sergio Durigan Junior <sergiodj@redhat.com>
3734
3735 * gdb.fortran/logical.exp: New testcase.
3736 * gdb.fortran/logical.f90: New file.
3737
3738 2010-04-19 Doug Evans <dje@google.com>
3739
3740 * gdb.base/help.exp (help source): Update expected output.
3741
3742 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3745 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
3746 gdb_exit and return.
3747 (executable): New variable.
3748 (binfile): Use it.
3749
3750 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3751
3752 PR breakpoints/8554.
3753
3754 * gdb.trace/save-trace.exp: Adjust.
3755
3756 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3757
3758 PR corefiles/11511
3759 * gdb.arch/system-gcore.exp: New.
3760 * gdb.arch/gcore.c: Likewise.
3761
3762 2010-04-15 Doug Evans <dje@google.com>
3763
3764 * gdb.python/py-progspace.c: New file.
3765 * gdb.python/py-progspace.exp: New file.
3766
3767 * gdb.base/source.exp: Add tests for "source -s".
3768
3769 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3770
3771 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3772 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3773 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3774 * gdb.python/py-mi.exp: New test for to_string returning None.
3775
3776 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
3777
3778 * gdb.python/py-breakpoint.c: Make result global.
3779
3780 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3781
3782 Fix non-GNU make compatibility.
3783 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3784
3785 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3786
3787 * gdb.python/py-breakpoint.exp: New File.
3788 * gdb.python/py-breakpoint.C: Ditto.
3789
3790 2010-04-08 Stan Shebs <stan@codesourcery.com>
3791
3792 * gdb.trace/actions.exp: Clear default-collect.
3793 * gdb.trace/save-trace.exp: Clear default-collect.
3794
3795 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3796
3797 * gdb.python/py-value: Add null string variable.
3798 (test_lazy_string): Test zero length, NULL address lazy
3799 strings.
3800
3801 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3802
3803 * gdb.arch/i386-avx.c: New.
3804 * gdb.arch/i386-avx.exp: Likewise.
3805
3806 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3807
3808 2010-04-06 Doug Evans <dje@google.com>
3809
3810 * gdb.base/source-test.gdb: New file.
3811 * gdb.base/source.exp: Test source -v.
3812
3813 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3814
3815 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3816
3817 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3818
3819 * gdb.stabs/aout.sed: Convert all backslash to double backslash
3820 within one line, unless it is followed by a double quote.
3821 * gdb.stabs/hppa.sed: Idem.
3822 * gdb.stabs/weird.def: Add char and String constants
3823 * gdb.stabs/weird.exp: Check for correct parsing of
3824 char and string constants.
3825 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3826 in .stabs to .stabx substitution.
3827
3828 2010-04-05 Stan Shebs <stan@codesourcery.com>
3829
3830 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3831 constant global.
3832 * gdb.trace/tfile.exp: Try to print them.
3833
3834 2010-04-04 Stan Shebs <stan@codesourcery.com>
3835
3836 * gdb.base/completion.exp: Update for new "info watchpoints".
3837 * gdb.base/default.exp: Ditto.
3838 * gdb.base/help.exp: Ditto.
3839 * gdb.base/watchpoint.exp: Ditto.
3840 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
3841
3842 2010-04-04 Stan Shebs <stan@codesourcery.com>
3843
3844 * gdb.trace/tfile.exp: Sharpen tfind test.
3845
3846 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * gdb.base/break-entry.exp: New.
3849
3850 2010-04-02 Hui Zhu <teawater@gmail.com>
3851 Michael Snyder <msnyder@vmware.com>
3852
3853 * gdb.reverse/i386-sse-reverse.exp: New file.
3854 * gdb.reverse/i386-sse-reverse.c: New file.
3855
3856 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3857
3858 * gdb.trace/tfind.exp: Adjust expected disassembly output.
3859
3860 2010-04-01 Stan Shebs <stan@codesourcery.com>
3861
3862 * gdb.trace/actions.exp: Tweak expected output.
3863 * gdb.trace/while-stepping.exp: Tweak expected output.
3864
3865 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3866
3867 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3868
3869 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3870
3871 * gdb.base/commands.exp: Adjust.
3872 * gdb.cp/extern-c.exp: Adjust.
3873
3874 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3875
3876 * gdb.trace/collection.c (local_test_func): Define a local struct,
3877 and instanciate it.
3878
3879 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3880
3881 * gdb.trace/collection.exp (gdb_collect_args_test)
3882 (gdb_collect_argarray_test): XFAIL the tests that assume the
3883 argarray argument's elements are collected.
3884
3885 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3886
3887 * gdb.dwarf2/dw2-bad-parameter-type.exp,
3888 gdb.dwarf2/dw2-bad-parameter-type.S: New.
3889
3890 2010-03-31 Stan Shebs <stan@codesourcery.com>
3891
3892 * gdb.trace/save-trace.exp: Test save/restore of default-collect
3893 and tracepoint conditionals.
3894 (gdb_verify_tracepoints): Delete unused return.
3895
3896 2010-03-26 Keith Seitz <keiths@redhat.com>
3897
3898 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3899 appear in the output before main.
3900 Remove KFAIL for gdb/2215 aka bz 9320.
3901
3902 2010-03-30 Doug Evans <dje@google.com>
3903
3904 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3905 by dejagnu.
3906 * gdb.arch/amd64-dword.exp: Ditto.
3907
3908 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3909 match.
3910 (break printf): Ditto.
3911
3912 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
3913
3914 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3915 gcc < 4.4.
3916 * gdb.cp/shadow.exp: Ditto.
3917
3918 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3919
3920 * gdb.trace/collection.exp (run_trace_experiment): Make sure
3921 "tstart" is silent.
3922
3923 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3924
3925 * gdb.trace/collection.exp (executable): New.
3926 (binfile): Use it.
3927 (fpreg, spreg, pcreg): New.
3928 (test_register): Use gdb_test_multiple. Pass /x to print.
3929 (prepare_for_trace_test): New.
3930 (run_trace_experiment): Use "continue", not gdb_run_cmd.
3931 (gdb_collect_args_test, gdb_collect_argstruct_test)
3932 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3933 prepare_for_trace_test.
3934 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
3935 fpreg, spreg and pcreg.
3936 (gdb_collect_expression_test, gdb_collect_globals_test): Use
3937 prepare_for_trace_test.
3938 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
3939 try to detect tracing support here. Don't set breakpoints at
3940 `begin' or `end' here.
3941 <global scope>: Use clean_restart. Run to main before checking
3942 for tracing support. Check for for tracing support here.
3943
3944 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3945
3946 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3947 " as $displacement" to "seen displacement message".
3948
3949 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3950
3951 * gdb.trace/while-dyn.exp (executable): New variable.
3952 (binfile): Use it.
3953 (test_while_stepping): New function. Move most tests here. Call
3954 it once for each of the while-stepping, stepping and ws aliases.
3955
3956 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3957
3958 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3959 that do not provide the tagless_struct type name at all.
3960 (test_print_anon_union): Do not check value of uninitialized
3961 union member. Do not use cp_test_ptype_class, so we can accept
3962 "long" as well as "long int".
3963
3964 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3965
3966 * gdb.trace/tfile.c (tohex, bin2hex): New.
3967 (write_error_trace_file): Hexify error description.
3968
3969 2010-03-25 Stan Shebs <stan@codesourcery.com>
3970
3971 * gdb.trace/tfile.c: Generate an additional trace file, improve
3972 portability.
3973 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3974 files in a better way.
3975
3976 2010-03-25 Keith Seitz <keiths@redhat.com>
3977
3978 * gdb.java/jprint.exp: XFAIL printing of static class members
3979 because of GCC debuginfo problem.
3980
3981 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3982
3983 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3984
3985 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3986
3987 * gdb.base/completion.exp: Allow long instead of long int.
3988 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3989 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
3990 variable p.
3991 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3992 * gdb.base/pointers.exp: Allow long instead of long int.
3993 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3994 * gdb.base/step-line.exp: Allow a directory before the source file name.
3995
3996 2010-03-24 Tom Tromey <tromey@redhat.com>
3997
3998 PR breakpoints/9352:
3999 * gdb.base/default.exp: Update.
4000 * gdb.base/commands.exp: Update.
4001 * gdb.cp/extern-c.exp: Test setting commands on multiple
4002 breakpoints at once.
4003
4004 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4005
4006 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
4007 if gdb,nosignals.
4008 * gdb.base/watchpoints.c: Do not include unnecessary headers.
4009 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
4010 exited".
4011
4012 2010-03-24 Stan Shebs <stan@codesourcery.com>
4013
4014 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
4015
4016 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4017
4018 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
4019 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
4020 argument. Handle "short" and "long".
4021 (Top level): Pass overprototyped output for old_fptr and xptr.
4022
4023 2010-03-23 Pedro Alves <pedro@codesourcery.com>
4024
4025 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
4026 format strings and add casts to avoid compiler warnings.
4027
4028 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
4029
4030 * lib/trace-support.exp (gdb_trace_setactions):
4031 Don't expect whitespace after ">" prompt.
4032 * gdb.trace/actions.exp: Adjust for output changes.
4033 * gdb.trace/while-stepping.exp: Likewise.
4034
4035 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4036
4037 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
4038 and r157645).
4039
4040 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4041
4042 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
4043 New.
4044
4045 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
4046
4047 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
4048 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
4049
4050 2010-03-19 Stan Shebs <stan@codesourcery.com>
4051
4052 * gdb.trace/ax.exp: New file.
4053
4054 2010-03-19 Doug Evans <dje@google.com>
4055
4056 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
4057 output from gcc.
4058
4059 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
4060 named /usr/sbin/prelink<foo>.
4061
4062 2010-03-18 Stan Shebs <stan@codesourcery.com>
4063
4064 * gdb.trace/circ.exp: Test circular-trace-buffer.
4065 * gdb.trace/tfile.exp: Update tstatus test.
4066
4067 2010-03-18 Joel Brobecker <brobecker@adacore.com>
4068
4069 * gdb.dwarf2/dw2-anonymous-func.S: New file.
4070 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
4071
4072 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4073
4074 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
4075
4076 2010-03-18 Pedro Alves <pedro@codesourcery.com>
4077
4078 * gdb.base/default.exp: Adjust the expected output of the finish
4079 and until commands when the inferior is not being run.
4080
4081 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
4082
4083 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
4084 * gdb.cp/nsusing.exp: Ditto.
4085
4086 2010-03-15 Tom Tromey <tromey@redhat.com>
4087
4088 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
4089 * gdb.cp/userdef.cc (operator==): New function.
4090 (main): New locals mem1, mem2.
4091
4092 2010-03-15 Jie Zhang <jie@codesourcery.com>
4093
4094 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
4095 Declare and use new loadtimeout variable.
4096
4097 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4098
4099 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
4100 Use gdb_load later.
4101
4102 2010-03-14 Pedro Alves <pedro@codesourcery.com>
4103
4104 * gdb.base/solib-disc.c (main): Make format of fprintf a string
4105 literal. Add missing endlines to prints to stderr.
4106
4107 2010-03-12 Tom Tromey <tromey@redhat.com>
4108
4109 PR c++/9708:
4110 * gdb.cp/m-static.exp: Add regression test.
4111 * gdb.cp/m-static.cc (method): New method.
4112 (main): Call it.
4113
4114 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4115
4116 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
4117 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
4118
4119 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4120
4121 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
4122
4123 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4124
4125 * lib/gdb.exp (skip_stl_tests): New.
4126 (gdb_compile): Symbian needs -ldl.
4127 (shlib_target_file): New.
4128 (shlib_symbol_file): New.
4129 (gdb_load_shlibs): Use shlib_target_file.
4130 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
4131 * gdb.cp/exception.exp: Use skip_stl_tests.
4132 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
4133 * gdb.cp/try_catch.exp: Use skip_stl_tests.
4134 * gdb.cp/mb-templates.exp: Ditto.
4135 * gdb.base/commands.exp: Relax regexes.
4136 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
4137 shlib_target_file and shlib_symbol_file.
4138 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
4139 sections.
4140 * gdb.base/ending-run.exp: Accept E32Main for symbian.
4141 * gdb.base/solib-disc.exp: Use
4142 shlib_target_file and shlib_symbol_file.
4143 * gdb.base/unload.exp: Don't skip on symbian. Use
4144 shlib_target_file and shlib_symbol_file.
4145 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4146
4147 2010-03-12 Pedro Alves <pedro@codesourcery.com>
4148
4149 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4150 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4151 Issue a tfind end before looking for a tracepoint frame.
4152 * gdb.trace/tfind.exp: Adjust tstatus output.
4153 Adjust disassembly output.
4154 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4155
4156 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4157
4158 * gdb.base/break-interp.exp: Create new displacement parameter value
4159 for the test_ld calls.
4160 (reach): New parameter displacement, verify its content. New push of
4161 pf_prefix "reach-$func:". Import global expect_out.
4162 (test_core): New parameter displacement, verify its content. New push
4163 of pf_prefix "core:". New command "set verbose on". Import global
4164 expect_out.
4165 (test_attach): New parameter displacement, verify its content. New
4166 push of pf_prefix "attach:". New command "set verbose on". Import
4167 global expect_out.
4168 (test_ld): New parameter displacement, pass it to the reach, test_core
4169 and test_attach calls and verify its content in the "ld.so exit" test.
4170 * gdb.base/prelink.exp: Remove gdb_exit and final return.
4171 (prelink): Update expected text, use gdb_test.
4172
4173 2010-03-10 Doug Evans <dje@google.com>
4174
4175 * gdb.base/checkpoint.exp: Fix comment.
4176 Lengthen timeout while doing >600 checkpoints test.
4177 Rename duplicate "kill all one" test to keep test names unique.
4178
4179 2010-03-10 Pedro Alves <pedro@codesourcery.com>
4180
4181 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
4182
4183 2010-03-08 Keith Seitz <keiths@redhat.com>
4184
4185 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
4186 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
4187 (dm_type_long): New function.
4188 (dm_type_unsigned_short): New function.
4189 (dm_type_unsigned_long): New function.
4190 (myint): New typedef.
4191 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
4192 long, unsigned shor and long, operator char*, and typedef.
4193 (test_lookup_operator_functions): Add operator char* test.
4194 (test_paddr_operator_functions): Likewise.
4195 (test_paddr_overloaded_functions): Use probe values for
4196 short, long, and unsigned short and long.
4197 (test_paddr_hairy_functions): If the demangler probe detected
4198 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
4199 demangler.
4200 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
4201 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
4202 and "print null_pmf".
4203 Add test "ptype a.*pmf".
4204 * gdb.cp/overload.exp: Allow optional "int" to appear with
4205 "short" and "long".
4206 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
4207 long expect value for men_overload1arg.
4208 Allow "int" to appear with "short" and "long".
4209 When testing "info break", add argument for main (void).
4210 Also allow "int" to appear with "short" and "long".
4211 Ditto with "unsigned" and "long long".
4212 * gdb.java/jmain.exp: Do not enclose methods names in single
4213 quotes.
4214 * gdb.java/jmisc.exp: Likewise.
4215 * gdb.java/jprint.exp: Likewise.
4216 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
4217
4218 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4219 * gdb.cp/exception.exp (backtrace after first throw)
4220 (backtrace after second throw): Allow a namespace before __cxa_throw.
4221 (backtrace after first catch, backtrace after second catch): Allow
4222 a namespace before __cxa_begin_catch.
4223
4224 * gdb.cp/cpexprs.exp: New file.
4225 * gdb.cp/cpexprs.cc: New file.
4226
4227 From Daniel Jacobowitz <dan@codesourcery.com>
4228 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
4229 to use string_to_regexp.
4230 (ctor, dtor): New functions. Use them to match constructor
4231 and destructor function types.
4232 (Top level): Use runto_main.
4233
4234 2010-03-05 Tom Tromey <tromey@redhat.com>
4235
4236 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
4237 gdb.target_charset.
4238 (pp_ns.to_string): Likewise.
4239
4240 2010-03-04 Keith Seitz <keiths@redhat.com>
4241
4242 * gdb.cp/overload.exp: Test that the filename portion of a linespec
4243 can be quoted. Test that both the filename and function/line
4244 portions can be quoted at the same time.
4245
4246 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4247
4248 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
4249
4250 2010-03-03 Doug Evans <dje@google.com>
4251
4252 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
4253 libc contains libpthread.
4254
4255 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
4256 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
4257 of gdb_compile. Add another pattern to match android backtrace.
4258
4259 2010-03-03 Tom Tromey <tromey@redhat.com>
4260
4261 PR gdb/11345:
4262 * gdb.base/printcmds.exp (test_printf): Add test.
4263
4264 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4265
4266 * gdb.arch/amd64-byte.exp: New.
4267 * gdb.arch/amd64-dword.exp: Likewise.
4268 * gdb.arch/amd64-pseudo.c: Likewise.
4269 * gdb.arch/amd64-word.exp: Likewise.
4270 * gdb.arch/i386-byte.exp: Likewise.
4271 * gdb.arch/i386-pseudo.c: Likewise.
4272 * gdb.arch/i386-word.exp: Likewise.
4273
4274 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4275
4276 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4277 types. Add structreg, bitfields, and flags registers.
4278 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4279 registers.
4280
4281 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4282
4283 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
4284 (load_description): Set architecture if defined.
4285
4286 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4287
4288 * gdb.python/py-frame.exp: Add read_var block tests.
4289 * gdb.python/py-frame.c (block): New function.
4290
4291 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4292 Daniel Jacobowitz <dan@codesourcery.com>
4293
4294 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
4295
4296 2010-02-25 David S. Miller <davem@davemloft.net>
4297
4298 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4299 fix logic for setting all_syscalls_numbers.
4300
4301 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4302
4303 * Makefile.in: Add py-block and py-symbol.
4304 * gdb.python/py-symbol.exp: New File.
4305 * gdb.python/py-symtab.exp: New File.
4306 * gdb.python/py-block.exp: New File.
4307 * gdb.python/py-symbol.c: New File.
4308 * gdb.python/py-block.c: New File.
4309
4310 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4311
4312 PR python/11314
4313 * lib/gdb.exp (skip_python_tests): New function.
4314 * gdb.python/py-cmd.exp: Use skip_python_tests.
4315 * gdb.python/py-frame.exp: Likewise.
4316 * gdb.python/py-function.exp: Likewise.
4317 * gdb.python/py-prettyprint.exp: Likewise.
4318 * gdb.python/py-template.exp: Likewise.
4319 * gdb.python/py-type.exp: Likewise.
4320 * gdb.python/py-value.exp: Likewise.
4321
4322 2010-02-22 Pedro Alves <pedro@codesourcery.com>
4323
4324 PR9605
4325
4326 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4327
4328 2010-02-19 Tom Tromey <tromey@redhat.com>
4329
4330 PR c++/8693, PR c++/9496:
4331 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
4332 regression tests.
4333
4334 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4335
4336 Fix compatibility with m68k as.
4337 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
4338 Use only /* comments */.
4339
4340 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4341
4342 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4343 * configure: Regenerate.
4344
4345 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4346
4347 * gdb.python/py-type.exp: Check for Python support.
4348
4349 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4350
4351 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4352 `regsub' syntax available.
4353
4354 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4355
4356 * gdb.base/shmain.c (main): Remove printf call.
4357 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4358 * gdb.base/unload.c (main): Make format of fprintf a string
4359 literal. Add missing endlines to prints to stderr.
4360 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4361
4362 2010-02-17 Tom Tromey <tromey@redhat.com>
4363
4364 * gdb.java/jprint.java (jprint.props): New field.
4365 * gdb.java/jprint.exp (set_lang_java): Add regression test.
4366
4367 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4368
4369 * gdb.base/charset.exp: Don't assume new `regsub' syntax
4370 available.
4371
4372 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4373
4374 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4375 creation to support remote host testing.
4376
4377 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4378
4379 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4380 Recognize "command not found".
4381
4382 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4383
4384 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4385 single-stepping.
4386
4387 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4388
4389 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4390 if arguments are not supported.
4391
4392 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4393
4394 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4395 be const or non-const.
4396
4397 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4398
4399 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4400 mi_send_resuming_command to send -exec-continue.
4401
4402 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4403
4404 * gdb.base/list.exp (test_list_filename_and_function): Add test
4405 with single quotes.
4406 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
4407 matching.
4408 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
4409 Add KFAIL'd tests for PR gdb/11289.
4410
4411 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4412
4413 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
4414
4415 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4416
4417 * gdb.base/comp-dir/subdir/dummy.txt: New file.
4418 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
4419 a temporary directory.
4420
4421 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4422
4423 * gdb.base/charset.exp: Use a single regular expression to match
4424 show host-charset and show target-charset output.
4425
4426 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4427
4428 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
4429 "Illegal process-id" expect string more exact.
4430 (attach to digits-starting nonsense is prohibited): New.
4431
4432 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4433
4434 * gdb.base/prelink.exp (set verbose on): New.
4435
4436 2010-02-12 Tomas Holmberg <th@virtutech.com>
4437
4438 * mi-reverse.exp: New file. Test for reverse option to the
4439 following MI commands: exec-continue, exec-finish, exec-next,
4440 exec-step, exec-next-instruction, exec-step-instruction.
4441
4442 2010-02-09 Joel Brobecker <brobecker@adacore.com>
4443
4444 * gdb.ada/ptype_tagged_param: New testcase.
4445
4446 2010-02-08 Tom Tromey <tromey@redhat.com>
4447
4448 PR c++/8017:
4449 * gdb.cp/overload.exp: Add tests.
4450 * gdb.cp/overload.cc (struct K): New.
4451 (namespace N): New.
4452 (main): Call new functions.
4453 (K::staticoverload): Define.
4454
4455 2010-02-08 Chris Moller <moller@mollerware.com>
4456
4457 PR gdb/10728
4458 * gdb.cp/pr10728-x.h: New file.
4459 * gdb.cp/pr10728-x.cc: New file.
4460 * gdb.cp/pr10728-y.cc: New file.
4461 * gdb.cp/pr10728.exp: New file.
4462 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
4463
4464 2010-02-08 Chris Moller <moller@mollerware.com>
4465
4466 PR gdb/9067
4467 * gdb.cp/pr9067.exp: New
4468 * gdb.cp/pr9067.cc: New
4469 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4470
4471 2010-02-08 Joel Brobecker <brobecker@adacore.com>
4472
4473 * lib/gdb.exp (gdb_test_timeout): New global variable.
4474 Set it to timeout if not already set.
4475 (gdb_init): Reset the value of timeout to gdb_test_timeout.
4476
4477 2010-02-05 Doug Evans <dje@google.com>
4478
4479 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4480 user.
4481
4482 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4483
4484 PR c++/7935:
4485 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4486
4487 2010-02-04 Tom Tromey <tromey@redhat.com>
4488
4489 * gdb.cp/virtbase.exp: Make test case names unique.
4490
4491 2010-02-02 Tom Tromey <tromey@redhat.com>
4492
4493 * gdb.cp/virtbase.exp: Add regression tests.
4494 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4495 (main): Instantiate RHC.
4496
4497 2010-02-02 Tom Tromey <tromey@redhat.com>
4498
4499 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4500 type-printing change.
4501
4502 2010-02-02 Tom Tromey <tromey@redhat.com>
4503
4504 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4505 * gdb.cp/virtbase.cc: New file.
4506 * gdb.cp/virtbase.exp: New file.
4507 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4508
4509 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 PR libc/11214:
4512 * gdb.threads/current-lwp-dead.c: Include features.h.
4513 (HAS_NOMMU): New.
4514 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4515
4516 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4517
4518 * gdb.base/symbol-without-target_section.exp,
4519 gdb.base/symbol-without-target_section.c: New.
4520
4521 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4522
4523 * gdb.base/bigcore.exp: Reset increased timeout.
4524 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4525
4526 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4527
4528 * gdb.base/gcore.exp (capture_command_output): Use
4529 gdb_test_multiple.
4530
4531 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4532
4533 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4534 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4535 (Top level): Call it.
4536
4537 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4538
4539 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4540
4541 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4542
4543 * gdb.base/call-strs.exp, gdb.base/default.exp,
4544 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4545 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4546 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4547 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4548 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4549 * gdb.base/ending-run.exp: Correct restore of timeout.
4550 * gdb.base/page.exp: Remove unnecessary timeout setting.
4551
4552 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4553
4554 * gdb.ada/rec_return: New testcase.
4555
4556 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4557
4558 * gdb.ada/call_pn: New testcase.
4559
4560 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4561
4562 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4563 (Top level): Use it to resume.
4564 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4565 the Thumb mode displaced stepping error as unsupported.
4566
4567 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4568
4569 * gdb.cp/nsusing.exp: Added more tests.
4570 * gdb.cp/nsrecurs.exp: Ditto.
4571 * gdb.cp/nsusing.cc: Added test functions.
4572 * gdb.cp/nsrecurs.cc: Ditto.
4573
4574 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4575
4576 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4577 absolute directory pathnames in gdb.sum file.
4578
4579 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4580
4581 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4582 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4583
4584 2010-01-26 Tom Tromey <tromey@redhat.com>
4585
4586 PR exp/7643:
4587 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4588 setup_kfail.
4589
4590 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4591
4592 * gdb.cp/nsrecurs.exp: New test.
4593 * gdb.cp/nsrecurs.cc: New test program.
4594 * gdb.cp/nsstress.exp: New test.
4595 * gdb.cp/nsstress.cc: New test program.
4596 * gdb.cp/nsdecl.exp: New test.
4597 * gdb.cp/nsdecl.cc: New test program.
4598
4599 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4600
4601 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4602 imported into file scope.
4603 Marked test as xfail.
4604 * gdb.cp/namespace-using.cc (marker5): New function.
4605 * gdb.cp/shadow.exp: New test.
4606 * gdb.cp/shadow.cc: New test program.
4607 * gdb.cp/nsimport.exp: New test.
4608 * gdb.cp/nsimport.cc: New test program.
4609
4610 2010-01-25 Tom Tromey <tromey@redhat.com>
4611
4612 PR gdb/11049:
4613 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4614 with "set print null-stop on".
4615
4616 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4617
4618 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4619 Adjust it for DISASSEMBLY_OMIT_FNAME.
4620
4621 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4622
4623 PR symtab/11199:
4624 * gdb.dwarf2/member-ptr-forwardref.exp,
4625 gdb.dwarf2/member-ptr-forwardref.S: New.
4626
4627 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4628
4629 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4630 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4631 thread1_tid_mutex. Remove gdbstop_mutex handling.
4632 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4633 thread2_tid_mutex. Remove gdbstop_mutex handling.
4634 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4635 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4636 pthread_cond_wait conditionalizations by while loops.
4637
4638 2010-01-20 Tom Tromey <tromey@redhat.com>
4639
4640 PR backtrace/10770:
4641 * gdb.dwarf2/pr10770.exp: New file.
4642 * gdb.dwarf2/pr10770.c: New file.
4643 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4644
4645 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4646
4647 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4648 that target was removed, and the test always runs native anyway.
4649
4650 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4651
4652 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4653 gdb.base/watchpoint-cond-gone-stripped.c: New.
4654
4655 2010-01-19 Tom Tromey <tromey@redhat.com>
4656
4657 PR c++/8000:
4658 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4659 existing tests.
4660 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4661 (main): Use AAA::SomeEnum.
4662
4663 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4664
4665 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4666 (test_ignore_count): Declare line_callme_body global.
4667 (run to breakpoint with ignore count): Use line_callme_body.
4668 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4669 (set line_main_hello, set line_main_return): Reindent.
4670 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4671 New.
4672 (continue to callee4): Use line_callee4_body.
4673 (check *stopped from CLI command): Use line_callee4_next.
4674 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4675 (set line_main_hello, set line_main_return): Reindent.
4676 (set line_callee4_head, set line_callee4_body): New.
4677 (continue to callee4): Use line_callee4_body.
4678
4679 2010-01-18 Tom Tromey <tromey@redhat.com>
4680
4681 PR c++/9680:
4682 * gdb.cp/casts.cc: Add new classes and variables.
4683 * gdb.cp/casts.exp: Test new operators.
4684
4685 2010-01-18 Tom Tromey <tromey@redhat.com>
4686 Thiago Jung Bauermann <bauerman@br.ibm.com>
4687
4688 * gdb.python/source2.py: New file.
4689 * gdb.python/source1: New file.
4690 * gdb.python/python.exp: Test "source" command.
4691
4692 2010-01-15 Stan Shebs <stan@codesourcery.com>
4693
4694 * gdb.trace/tfile.c: New file.
4695 * gdb.trace/tfile.exp: New file.
4696
4697 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4698
4699 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4700
4701 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4702
4703 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4704
4705 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4706
4707 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4708 (libfunc): New parameter action. Implement also selectable "sleep".
4709 * gdb.base/break-interp-main.c: Include assert.h.
4710 (libfunc): New parameter action.
4711 (main): New parameters argc and argv. Assert argc. Pass argv.
4712 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4713 (test_attach): New proc.
4714 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
4715 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
4716
4717 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4718
4719 * gdb.base/break-interp.exp (test_core): New proc.
4720 (test_ld): Call it.
4721
4722 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4723
4724 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4725 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
4726 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
4727 and gdb_compile_shlib. Use new -Wl compiler options.
4728 (dl bt, main bt): New tests.
4729
4730 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4731
4732 Support PIEs with no symfile_objfile.
4733 * gdb.base/break-interp.exp: New argument at the test_ld calls.
4734 (test_ld): New parameter trynosym.
4735 (test_ld <$trynosym>): New block.
4736
4737 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 * gdb.base/break-interp.exp: New file.
4740
4741 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4742
4743 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4744 * gdb.python/py-prettyprint.py (pp_ls): New printer.
4745 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4746 test.
4747 * gdb.python/py-prettyprint.c: Define lazystring test structure.
4748 * gdb.python/py-mi.exp: Add lazy string test.
4749
4750 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4751
4752 * lib/mi-support.exp (mi_check_thread_states): Handle
4753 core number in thread listing.
4754
4755 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4756
4757 * gdb.base/maint.exp: Adjust the expected output for the
4758 "maint print type" test. Use gdb_test_multiple instead of
4759 gdb_sent/gdb_expect.
4760
4761 2010-01-11 Doug Evans <dje@google.com>
4762
4763 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4764 from gdbserver_download. All callers updated.
4765
4766 * gdb.server/ext-run.exp: "info os processes" requires xml support.
4767
4768 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 Implement binary numbers parsing.
4771 * gdb.base/printcmds.exp (test_integer_literals_accepted)
4772 (test_integer_literals_rejected): New binary tests.
4773
4774 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4775
4776 * gdb.cell/configure: Regenerate.
4777
4778 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4779
4780 * gdb.base/corefile.exp: Move the core finding block out and call it as
4781 core_find, new variable $corefile, replace corefile by $corefile and
4782 [file tail $corefile] for usage vs. test names resp.
4783 * lib/gdb.exp (core_find): Move it as a new function here. New
4784 parameter binfile and deletefiles. New variable $destcore. Pre-delete
4785 $destcore. Return "" on error.
4786
4787 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4788
4789 Workaround PR binutils/10802.
4790 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4791 (twice).
4792
4793 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4794
4795 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4796
4797 2010-01-08 Joel Brobecker <brobecker@adacore.com>
4798
4799 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4800 call, to avoid interruption.
4801
4802 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4803
4804 * gdb.stabs/weird.def (args93): New.
4805
4806 2010-01-07 Doug Evans <dje@google.com>
4807
4808 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4809
4810 2010-01-07 Tom Tromey <tromey@redhat.com>
4811
4812 * gdb.base/source.exp: Use correct line number.
4813
4814 2010-01-05 Stan Shebs <stan@codesourcery.com>
4815
4816 * gdb.trace/tracecmd.exp: Test ftrace.
4817
4818 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4819
4820 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4821
4822 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4823
4824 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4825 "uint_for_mi_testing".
4826
4827 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4828
4829 Test indented comment in file being sourced.
4830 * gdb.base/commands.exp: Test indented comment in file being sourced.
4831
4832 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4833
4834 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4835 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4836 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4837 notice.
4838
4839 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4840
4841 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4842 notice.
4843
4844 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4845
4846 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4847 missing $after_stopped and comma (,) expectation.
4848
4849 2009-12-31 Stan Shebs <stan@codesourcery.com>
4850
4851 * gdb.trace/actions.exp: Test teval action.
4852
4853 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4854
4855 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4856 (top level): Call test_watchpoint_in_big_blob.
4857 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4858 watchpoints.
4859 (func3): Write to buf.
4860
4861 2009-12-29 Stan Shebs <stan@codesourcery.com>
4862
4863 * gdb.trace/actions.exp: Test default-collect.
4864
4865 2009-12-28 Stan Shebs <stan@codesourcery.com>
4866
4867 * gdb.trace/tsv.exp: New file.
4868 * gdb.base/completion.exp: Update ambiguous info output.
4869
4870 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4871
4872 * gdb.base/find.c (main): Reference search buffers.
4873 * gdb.base/included.c (main): Reference integer.
4874 * gdb.base/ptype.c (charfoo): Declare.
4875 (intfoo): Call charfoo.
4876 * gdb.base/scope0.c (useitp): New function.
4877 (usestatics): Use useitp.
4878 (useit): Add a type for val.
4879 * gdb.base/scope1.c (useit1): Take a pointer argument.
4880 (usestatics1): Update calls to useit1.
4881 * gdb.cp/call-c.cc: Declare foo.
4882 (main): Call foo.
4883 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4884 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4885 (main): Call C::ensureRefs and ensureOtherRefs.
4886 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4887 variables.
4888 (ensureOtherRefs): New function.
4889 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4890 * gdb.cp/templates.cc (main): Call t5i.value.
4891
4892 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4893
4894 Fix compatibility with G++-4.5.
4895 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4896 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4897 (uncaught return): Remove.
4898
4899 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4900 Phil Muldoon <pmuldoon@redhat.com>
4901
4902 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4903 (bp_location13, bp_location14, bp_location17, bp_location18)
4904 (marker3_proto, marker4_proto): New variables.
4905 (breakpoint info): Update output.
4906 (run until breakpoint at marker3, run until breakpoint at marker4): New
4907 tests.
4908
4909 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4910
4911 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4912 Replace the printf call of Y by provided "y-set-1" label. New block
4913 for the second shared library.
4914 * gdb.base/unload.exp: Compile also the second library, call
4915 gdb_load_shlibs also for it. Use now gdb_breakpoint.
4916 (single pending breakpoint info): Rename to ...
4917 (pending breakpoint info before run): ... this extended test.
4918 (libfile2, libname2, libsrcfile2, libsrc2)
4919 (lib_sl2): New variables.
4920 (exec_opts): Set also SHLIB_NAME2.
4921 (pending breakpoint info on first run at shrfunc1)
4922 (pending breakpoint info on second run at shrfunc1)
4923 (pending breakpoint info on second run at shrfunc2)
4924 (print y from libfile, print y from libfile2): New tests.
4925 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4926 * gdb.base/unloadshr2.c: New.
4927
4928 2009-12-22 Hui Zhu <teawater@gmail.com>
4929
4930 * gdb.reverse/sigall-reverse.exp: Adjust.
4931
4932 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4933
4934 PR gdb/10884
4935
4936 * gdb.mi/var-cmd.c (do_bitfield_tests): New
4937 (main): Call do_bitfield_tests.
4938 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
4939
4940 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4941
4942 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4943 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4944 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4945 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4946 gdb.modula2/unbounded1.c: Update copyright header.
4947
4948 2009-12-10 Chris Moller <moller@mollerware.com>
4949
4950 PR gdb/9399
4951 * gdb.cp/virtfunc2.exp: New tests
4952 * gdb.cp/virtfunc2.cc: New tests
4953 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4954
4955 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
4956
4957 * gdb.reverse/i387-env-reverse.c: New file.
4958 * gdb.reverse/i387-env-reverse.exp: New file.
4959 * gdb.reverse/i387-stack-reverse.c: New file.
4960 * gdb.reverse/i387-stack-reverse.exp: New file.
4961
4962 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4963
4964 * gdb.python/py-type.exp (test_range): New test.
4965
4966 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
4967
4968 PR python/10805
4969
4970 * gdb.python/py-type.exp: New file.
4971 * gdb.python/py-type.c: New file.
4972 * Makefile.in: Add py-type.
4973
4974 2009-12-03 Tom Tromey <tromey@redhat.com>
4975
4976 * gdb.python/py-value.exp (test_parse_and_eval): New
4977 function.
4978
4979 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4980
4981 PR gdb/11022
4982
4983 * gdb.base/pr11022.exp: New test.
4984 * gdb.base/pr11022.c: New test.
4985
4986 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4987
4988 Fix spurious false FAILs.
4989 * gdb.base/structs.c (chartest): New.
4990 (main): Fill-in chartest.
4991 * gdb.base/structs.exp (anychar_re, first): New.
4992 (start_structs_test): Import global anychar_re and first.
4993 New gdb_test call "set print elements 300; ${testfile}"
4994 (start_structs_test <$first>): New block.
4995 (any): Import global anychar_re. New variable ac. Use ${ac}.
4996
4997 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4998
4999 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
5000
5001 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5002
5003 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
5004 Force $srcfile file.
5005 * gdb.base/foll-fork.c (callee): Comment out the printf call.
5006
5007 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5008
5009 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
5010 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
5011 * gdb.threads/watchthreads-reorder.exp: Likewise.
5012
5013 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5014
5015 PR gdb/8704
5016
5017 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
5018 "if", and "thread". Correct matching in the previous test.
5019
5020 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
5021
5022 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
5023
5024 2009-11-23 Michael Snyder <msnyder@vmware.com>
5025
5026 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
5027 * gdb.reverse-watch-precsave.exp: Ditto.
5028
5029 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5030
5031 * gdb.asm/asm-source.exp: Adjust.
5032 * gdb.base/help.exp: Adjust.
5033
5034 2009-11-22 Pedro Alves <pedro@codesourcery.com>
5035
5036 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
5037 (do_syscall_tests_without_xml): Set data-directory to
5038 /the/path/to/nowhere.
5039
5040 2009-11-21 Pedro Alves <pedro@codesourcery.com>
5041
5042 * gdb.threads/local-watch-wrong-thread.c,
5043 gdb.threads/local-watch-wrong-thread.exp: New files.
5044
5045 2009-11-21 Pedro Alves <pedro@codesourcery.com>
5046
5047 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
5048 assume new `regsub' syntax available.
5049
5050 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5051
5052 * gdb.base/watchpoint-hw-hit-once.exp,
5053 gdb.base/watchpoint-hw-hit-once.c: New.
5054
5055 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5056
5057 * gdb.threads/watchthreads-reorder.exp,
5058 gdb.threads/watchthreads-reorder.c: New.
5059
5060 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
5061
5062 * gdb.xml/tdesc-regs.exp: Use for m68k.
5063
5064 2009-11-15 Pedro Alves <pedro@codesourcery.com>
5065
5066 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
5067
5068 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5069
5070 * lib/gdb.exp (current_target_name): New procedure.
5071 (gdb_wrapper_target): New variable.
5072 (gdb_wrapper_init): Set gdb_wrapper_target.
5073 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
5074 wrapper.
5075
5076 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5077
5078 * gdb.base/remote.exp: Delete the slowest load test.
5079 Do not load with fixed packet sizes.
5080
5081 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5082
5083 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
5084
5085 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5086
5087 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
5088 srcfile when setting a breakpoint.
5089
5090 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
5091
5092 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
5093 macros.
5094
5095 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5096
5097 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
5098 to be in memory.
5099 * gdb.base/display.c (force_mem): New.
5100 (do_loops): Use it. Add breakpoint comments.
5101 (do_vars): Add a breakpoint comment.
5102 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
5103 line numbers.
5104
5105 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
5106
5107 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
5108 instead of a bare "run".
5109
5110 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5111
5112 * gdb.python/py-prettyprint.exp: Adjust.
5113
5114 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5115
5116 * lib/cell.exp (skip_cell_tests): Clean up test files before
5117 returning.
5118
5119 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5120
5121 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
5122 and the breakpoint menu. Do not call perror if a prompt is seen.
5123 Consume the following GDB prompt.
5124 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
5125 * gdb.cp/namespace.exp: Use gdb_test.
5126 * gdb.cp/templates.exp: Use gdb_test.
5127 (test_template_breakpoints): Use gdb_test_multiple.
5128
5129 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5130
5131 * gdb.base/break1.c (struct some_struct, values): Move earlier.
5132 (marker4): Reference values.
5133
5134 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5135
5136 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
5137 is missing.
5138
5139 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5140
5141 * gdb.base/break.c (need_malloc): New.
5142 * gdb.base/constvars.c (main): Reference crass and crisp.
5143 * gdb.base/gdb1821.c (main): Reference bar.
5144 * gdb.cp/gdb1355.cc (main): Reference s1.
5145 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5146 (main): Call them.
5147 * gdb.cp/hang2.cc (dummy2): Define.
5148 * gdb.cp/hang3.cc (dummy3): Define.
5149 * gdb.cp/m-data.cc (main): Reference shadow.
5150
5151 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5152 Nathan Froyd <froydnj@codesourcery.com>
5153
5154 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5155 remote host.
5156
5157 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5158
5159 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5160 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5161 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5162 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5163 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5164 * gdb.dwarf2/dw2-producer.exp: Likewise.
5165 * gdb.dwarf2/mac-fileno.exp: Likewise.
5166 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
5167 py-prettyprint.py to the remote host.
5168 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
5169
5170 2009-11-11 Keith Seitz <keiths@redhat.com>
5171
5172 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
5173 use it instead of "Foo".
5174 * gdb.cp/classes.exp (do_tests): Add a test to access
5175 a method through a typedef'd class name.
5176
5177 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
5178
5179 * gdb.base/long_long.exp: Permit leading zeros on floating-point
5180 exponents.
5181 * gdb.base/pointers.exp: Likewise.
5182 * gdb.cp/ref-types.exp: Likewise.
5183
5184 2009-11-11 Keith Seitz <keiths@redhat.com>
5185
5186 * gdb.cp/cplusfuncs.cc (class foo): Add operators
5187 new[] and delete[].
5188 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
5189 "void".
5190 (probe_demangler): Remove all single-quoting of
5191 method and variable names.
5192 (info_func_regexp): Remove the word "void" from any
5193 occurrence of "(void)".
5194 (print_addr_2): Remove all single-quoting of
5195 method names.
5196 (print_addr_2_kfail): Likewise.
5197 (print_addr): Single-quote C function names before
5198 passing to print_addr_2.
5199 (test_paddr_operator_functions): Remove single-quoting
5200 for method names.
5201 Add tests for operator new[] and operator delete[].
5202
5203 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5204
5205 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
5206
5207 2009-11-09 Keith Seitz <keiths@redhat.com>
5208
5209 * gdb.cp/overload.exp: Add tests for resolving overloaded
5210 methods in expression parsing/evaluation.
5211
5212 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5213
5214 * lib/gdb.exp (default_gdb_version): Use --version instead of
5215 --command.
5216
5217 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
5218
5219 * lib/gdb.exp (gdb_compile_test): New.
5220 (skip_ada_tests, skip_java_tests): New.
5221 (gdb_compile): Use gdb_compile_test for f77.
5222 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
5223 * lib/java.exp (compile_java_from_source): Remove runtests check,
5224 use gdb_compile_test to record result.
5225 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
5226 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
5227 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
5228 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
5229 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
5230 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
5231 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
5232 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
5233 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
5234 adjust gdb_compile invocations.
5235
5236 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5237
5238 * Makefile.in (abs_builddir): New.
5239 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
5240 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
5241 `$(abs_builddir)/site.exp'.
5242
5243 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5244
5245 * config/m68k-emc.exp, lib/emc-support.exp,
5246 gdb.trace/gdb_c_test.c: Delete.
5247 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
5248 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5249 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5250 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5251 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5252 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
5253 casing for m68k-*-elf.
5254
5255 2009-11-03 Pedro Alves <pedro@codesourcery.com>
5256
5257 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
5258 * gdb.arch/i386-prologue.exp: Likewise.
5259 * gdb.arch/i386-unwind.exp: Likewise.
5260
5261 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5262
5263 * lib/gdb.exp (gdb_expect): Fix timeout typo.
5264
5265 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5266
5267 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5268
5269 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5270
5271 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5272
5273 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5276
5277 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5280 * gdb.base/sepdebug2.c: New file.
5281
5282 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5283
5284 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5285 the modified warnings for catch syscall. Verify if GDB was compiled
5286 with support for lib expat, and choose which tests to run depending
5287 on this.
5288
5289 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
5290
5291 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5292 that composite commands are parsed OK. And also test
5293 that breakpoint commands do work.
5294
5295 2009-10-23 Michael Snyder <msnyder@vmware.com>
5296
5297 gdb.reverse/consecutive-precsave.exp: Change expect pattern
5298 to allow for new disassembly style.
5299
5300 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5301
5302 * gdb.asm/asm-source.exp: Adjust.
5303
5304 2009-10-22 Michael Snyder <msnyder@vmware.com>
5305
5306 * gdb.reverse/break-precsave.exp: New test.
5307 * gdb.reverse/consecutive-precsave.exp: Ditto.
5308 * gdb.reverse/finish-precsave.exp: Ditto.
5309 * gdb.reverse/i386-precsave.exp: Ditto.
5310 * gdb.reverse/machinestate-precsave.exp: Ditto.
5311 * gdb.reverse/sigall-precsave.exp: Ditto.
5312 * gdb.reverse/solilb-precsave.exp: Ditto.
5313 * gdb.reverse/step-precsave.exp: Ditto.
5314 * gdb.reverse/until-precsave.exp: Ditto.
5315 * gdb.reverse/watch-precsave.exp: Ditto.
5316
5317 2009-10-22 Michael Snyder <msnyder@vmware.com>
5318
5319 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5320 for gdb_expect. Adjust one test's expect strings for the new
5321 format of disassemble.
5322 * gdb.reverse/finish-reverse.exp: Delete 'return'.
5323 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5324 gdb_test_multiple.
5325 * gdb.reverse/step-reverse.exp: Delete 'return'.
5326 * gdb.reverse/until-reverse.exp: Delete blank lines.
5327 * gdb.reverse/watch-reverse.exp: Delete blank lines.
5328
5329 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5330
5331 * gdb.base/consecutive.exp: Adjust.
5332 * gdb.base/display.exp: Likewise.
5333 * gdb.base/pc-fp.exp: Likewise.
5334 * gdb.base/sigbpt.exp: Likewise.
5335
5336 2009-10-19 Michael Snyder <msnyder@vmware.com>
5337
5338 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5339 * gdb.reverse/finish-reverse.c: Ditto.
5340 * gdb.reverse/sigall-reverse.c: Ditto.
5341 * gdb.reverse/solib-reverse.c: Ditto.
5342 * gdb.reverse/step-reverse.c: Ditto.
5343 * gdb.reverse/watch-reverse.c: Ditto.
5344
5345 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5346 Stan Shebs <stan@codesourcery.com>
5347
5348 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5349 * gdb.base/foll-exec.exp: Adjust to expect a process id before
5350 "Executing new program".
5351 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5352 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
5353 left listed after having been killed.
5354 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5355 * gdb.base/maint.exp: Adjust test.
5356
5357 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5358 * gdb.multi/Makefile.in: New.
5359 * gdb.multi/base.exp: New.
5360 * gdb.multi/goodbye.c: New.
5361 * gdb.multi/hangout.c: New.
5362 * gdb.multi/hello.c: New.
5363 * gdb.multi/bkpt-multi-exec.c: New.
5364 * gdb.multi/bkpt-multi-exec.exp: New.
5365 * gdb.multi/crashme.c: New.
5366
5367 2009-10-13 Tristan Gingold <gingold@adacore.com>
5368
5369 * gdb.base/sepdebug.exp: Check debug info are found.
5370
5371 2009-10-08 Pedro Alves <pedro@codesourcery.com>
5372
5373 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5374 bits.
5375
5376 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5377
5378 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5379
5380 2009-10-07 Joel Brobecker <brobecker@adacore.com>
5381
5382 * gdb.base/watchpoints.c: Add copyright header. Reformat one
5383 of the comments.
5384
5385 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
5386
5387 * gdb.base/annota1.exp: Remove obsolete match_max increase.
5388 * gdb.base/annota3.exp: Idem.
5389 * gdb.base/maint.exp: Idem.
5390
5391 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5392
5393 * lib/gdb.exp (default_gdb_init): Set current value of match_max
5394 to default.
5395
5396 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5397
5398 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
5399 mingw and cygwin targets.
5400
5401 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5402 Pedro Alves <pedro@codesourcery.com>
5403
5404 * lib/gdb.exp (gdb_compile): Avoid adding
5405 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
5406
5407 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5408
5409 * gdb.base/shr1.c: Use %p in format string.
5410 * gdb.base/unload.c: Avoid warning in fprintf.
5411 * gdb.base/watchpoint-solib.c: Idem.
5412
5413 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5414
5415 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
5416 long type.
5417 (test_unlink): Correct printf string.
5418 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
5419 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
5420
5421 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5422
5423 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
5424 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
5425 * gdb.arch/ia64-breakpoint-shadow.S: New file.
5426
5427 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5428
5429 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
5430 * gdb.objc/nondebug.exp: Likewise.
5431
5432 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5433
5434 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
5435 target_info setting.
5436
5437 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
5438 that detect new threads during "info threads".
5439
5440 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5441
5442 * gdb.threads/manythreads.c (main): Increase thread stack size
5443 to 2*PTHREAD_STACK_MIN.
5444 * gdb.threads/multi-create.c (main): Likewise.
5445 (create_function): Likewise.
5446
5447 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5448
5449 * gdb.base/dump.exp: Pass difference of pointer types instead
5450 of integer types as offset to restore in intarr3.srec case.
5451
5452 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5453
5454 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
5455
5456 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5457
5458 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
5459
5460 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5461
5462 New test for two watchpoints, with disabling of
5463 the first inserted.
5464 * testsuite/gdb.base/watchpoints.c: New file.
5465 * testsuite/gdb.base/watchpoints.exp: New file.
5466
5467 2009-09-25 Tom Tromey <tromey@redhat.com>
5468
5469 * gdb.base/charset.exp: Test utf-16 strings with Python.
5470
5471 2009-09-25 Tom Tromey <tromey@redhat.com>
5472
5473 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5474 UCS-4.
5475 * gdb.base/charset.c (utf_32_string): Rename.
5476 (init_utf32): Rename.
5477 (main): Update.
5478
5479 2009-09-22 Tom Tromey <tromey@redhat.com>
5480
5481 * gdb.python/py-function.exp: Add regression tests.
5482
5483 2009-09-21 Keith Seitz <keiths@redhat.com>
5484
5485 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5486 with invalid operator.
5487
5488 2009-09-21 Keith Seitz <keiths@redhat.com>
5489
5490 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5491 and destructor using typedef name of class.
5492 * gdb.cp/classes.cc (class Base1): Add a destructor.
5493 (base1): New typedef.
5494 (use_methods): Instanitate an object of type base1.
5495 * gdb.cp/templates.exp (test_template_typedef): New procedure.
5496 (do_tests): Call test_template_typedef.
5497 * gdb.cp/templates.cc (Baz::~Baz): New method.
5498 (intBazOne): New typedef.
5499 (main): Instantiate intBazOne.
5500
5501 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5502
5503 PR python/10633
5504
5505 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5506 Function.
5507 (run_lang_tests): Add print elements test.
5508
5509 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5510
5511 * gdb.python/py-value.exp (test_subscript_regression): New
5512 function. Test for invalid subscripts.
5513 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5514 (ptr_ref): New function.
5515
5516 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5517
5518 * gdb.base/default.exp: Fix "show convenience".
5519
5520 2009-09-15 Tom Tromey <tromey@redhat.com>
5521
5522 * lib/mi-support.exp (mi_create_varobj): Update.
5523 (mi_create_floating_varobj): Likewise.
5524 (mi_create_dynamic_varobj): New proc.
5525 (mi_varobj_update): Update.
5526 (mi_varobj_update_with_type_change): Likewise.
5527 (mi_varobj_update_kv_helper): New proc.
5528 (mi_varobj_update_dynamic_helper): Rewrite.
5529 (mi_varobj_update_dynamic): New proc.
5530 (mi_list_varobj_children): Update.
5531 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5532 * gdb.python/python-prettyprint.py (pp_outer): New class.
5533 (pp_nullstr): Likewise.
5534 (lookup_function): Register new printers.
5535 * gdb.python/python-prettyprint.c (struct substruct): New type.
5536 (struct outerstruct): Likewise.
5537 (substruct_test): New function.
5538 (struct nullstr): New type.
5539 (string_1, string_2): New globals.
5540 (main): Add new tests.
5541 * gdb.python/python-mi.exp: Added regression tests.
5542 * gdb.mi/mi2-var-display.exp: Update.
5543 * gdb.mi/mi2-var-cmd.exp: Update.
5544 * gdb.mi/mi2-var-child.exp: Update.
5545 * gdb.mi/mi2-var-block.exp: Update.
5546 * gdb.mi/mi-var-invalidate.exp: Update.
5547 * gdb.mi/mi-var-display.exp: Update.
5548 * gdb.mi/mi-var-cmd.exp: Update.
5549 * gdb.mi/mi-var-child.exp: Update.
5550 * gdb.mi/mi-var-block.exp: Update.
5551 * gdb.mi/mi-break.exp: Update.
5552 * gdb.mi/gdb701.exp: Update.
5553
5554 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5555
5556 * Makefile.in: Inclusion of catch-syscall object.
5557 * gdb.base/catch-syscall.c: New file.
5558 * gdb.base/catch-syscall.exp: New file.
5559
5560 2009-09-12 Michael Snyder <msnyder@vmware.com>
5561
5562 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5563 that can support reverse debuggnig.
5564
5565 2009-09-11 Tom Tromey <tromey@redhat.com>
5566
5567 * gdb.dwarf2/valop.S: New file.
5568 * gdb.dwarf2/valop.exp: New file.
5569
5570 2009-09-11 Mark Kettenis <kettenis@gnu.org>
5571
5572 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5573
5574 2009-09-10 Doug Evans <dje@google.com>
5575
5576 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5577 Add $gdb_prompt to second breakpoint regexp.
5578
5579 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5580
5581 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5582 names, add missing ones.
5583 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5584 * gdb.python/py-frame.c: Rename from python-frame.c.
5585 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5586 testfile name.
5587 * gdb.python/py-function.exp: Rename from python-function.exp.
5588 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5589 testfile name.
5590 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5591 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5592 Adjust testfile name.
5593 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5594 * gdb.python/py-template.cc: Rename from python-template.cc.
5595 * gdb.python/py-template.exp: Rename from python-template.exp.
5596 Adjust testfile name.
5597 * gdb.python/py-value.c: Rename from python-value.c.
5598 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5599 testfile name.
5600
5601 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5602
5603 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5604 $bpt2address.
5605 (Second breakpoint address is valid on ia64)
5606 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5607
5608 2009-09-03 Joseph Myers <joseph@codesourcery.com>
5609
5610 * gdb.base/ending-run.exp: Restrict regular expression matching
5611 line number to require closing brace following.
5612
5613 2009-09-03 Doug Evans <dje@google.com>
5614
5615 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5616
5617 2009-09-02 Tom Tromey <tromey@redhat.com>
5618
5619 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5620
5621 2009-09-02 Tom Tromey <tromey@redhat.com>
5622
5623 * gdb.dwarf2/callframecfa.exp: New file.
5624 * gdb.dwarf2/callframecfa.S: New file.
5625
5626 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5627
5628 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5629 gdb.base/solib-overlap-main.c: New.
5630
5631 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5632
5633 PR gdb/10565
5634
5635 * gdb.base/bitfields.c (struct container, container): New.
5636 (main): Initialize it and call break5.
5637 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5638
5639 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5640
5641 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5642 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5643
5644 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5645
5646 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5647
5648 2009-08-26 Michael Snyder <msnyder@vmware.com>
5649
5650 * gdb.base/i386-reverse.c: New file.
5651 * gdb.base/i386-reverse.exp: New file.
5652 * gdb.base/Makefile.in: Add new files to be removed.
5653
5654 2009-08-26 Joseph Myers <joseph@codesourcery.com>
5655
5656 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5657 environment-pwd for remote host.
5658 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5659
5660 2009-08-24 Keith Seitz <keiths@redhat.com>
5661
5662 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5663 Add two new C++ completer tests which limit the output to a
5664 given class.
5665
5666 2009-08-24 Michael Snyder <msnyder@vmware.com>
5667
5668 * gdb.base/del.exp: Fix typo in comment.
5669 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5670
5671 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5672
5673 * configure: Regenerate.
5674 * gdb.hp/configure: Likewise.
5675 * gdb.hp/gdb.aCC/configure: Likewise.
5676 * gdb.hp/gdb.base-hp/configure: Likewise.
5677 * gdb.hp/gdb.compat/configure: Likewise.
5678 * gdb.hp/gdb.defects/configure: Likewise.
5679 * gdb.hp/gdb.objdbg/configure: Likewise.
5680 * gdb.stabs/configure: Likewise.
5681
5682 2009-08-19 Doug Evans <dje@google.com>
5683
5684 * gdb.base/gdbvars.c: New file.
5685 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5686
5687 2009-08-14 Pedro Alves <pedro@codesourcery.com>
5688
5689 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5690 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5691
5692 2009-08-13 Pedro Alves <pedro@codesourcery.com>
5693
5694 * gdb.base/default.exp: Adjust "set language test": it's now an
5695 enum command. Larger help string moved to "help set language".
5696 * gdb.base/help.exp: Adjust "help set language" expected output,
5697 now lists all known languages.
5698
5699 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
5700
5701 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5702 all frame arguments.
5703 * gdb.arch/altivec-regs.exp: Likewise.
5704
5705 2009-08-07 Tom Tromey <tromey@redhat.com>
5706
5707 * gdb.base/setshow.exp: Add tests for changes to set language, set
5708 check range, and set check type.
5709
5710 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5711
5712 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5713 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
5714 Call it.
5715
5716 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5717
5718 * configure.ac: Run gdb.cell tests when appropriate.
5719 * configure: Regenerate.
5720 * lib/cell.exp: New file.
5721 * gdb.cell: New directory.
5722 * gdb.cell/configure.ac: New file.
5723 * gdb.cell/configure: New file.
5724 * gdb.cell/Makefile.in: New file.
5725 * gdb.cell/arch.exp: New file.
5726 * gdb.cell/break.c: New file.
5727 * gdb.cell/break.exp: New file.
5728 * gdb.cell/break-spu.c: New file.
5729 * gdb.cell/bt.c: New file.
5730 * gdb.cell/bt2-spu.c: New file.
5731 * gdb.cell/bt-spu.c: New file.
5732 * gdb.cell/bt.exp: New file.
5733 * gdb.cell/coremaker.c: New file.
5734 * gdb.cell/coremaker-spu.c: New file.
5735 * gdb.cell/core.exp: New file.
5736 * gdb.cell/gcore.exp: New file.
5737 * gdb.cell/data.c: New file.
5738 * gdb.cell/data.exp: New file.
5739 * gdb.cell/data-spu.c: New file.
5740 * gdb.cell/ea-cache.exp: New file.
5741 * gdb.cell/ea-cache.c: New file.
5742 * gdb.cell/ea-cache-spu.c: New file.
5743 * gdb.cell/ea-standalone.c: New file.
5744 * gdb.cell/ea-standalone.exp: New file.
5745 * gdb.cell/ea-test.c: New file.
5746 * gdb.cell/ea-test.exp: New file.
5747 * gdb.cell/f-regs.exp: New file.
5748 * gdb.cell/mem-access.c: New file.
5749 * gdb.cell/mem-access.exp: New file.
5750 * gdb.cell/mem-access-spu.c: New file.
5751 * gdb.cell/ptype.exp: New file.
5752 * gdb.cell/registers.exp: New file.
5753 * gdb.cell/size.c: New file.
5754 * gdb.cell/sizeof.exp: New file.
5755 * gdb.cell/size-spu.c: New file.
5756 * gdb.cell/solib.exp: New file.
5757 * gdb.cell/solib-symbol.exp: New file.
5758
5759 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5760
5761 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5762
5763 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5764
5765 * gdb.base/float.exp: Handle VFP registers.
5766
5767 2009-07-14 Michael Snyder <msnyder@vmware.com>
5768
5769 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5770 to bring gdb to the beginning of the calling line.
5771
5772 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5773 confusing the i386 epilogue unwinder.
5774
5775 2009-07-14 Stan Shebs <stan@codesourcery.com>
5776
5777 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5778
5779 2009-07-14 Michael Snyder <msnyder@vmware.com>
5780
5781 * gdb.reverse/step-reverse.exp (stepi into function call):
5782 Call instruction may not be first instruction in the line.
5783 (reverse stepi from a function call): Used wrong line number.
5784
5785 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5786
5787 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5788
5789 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5790
5791 Fix gdb.base/macscp.exp when using custom inputrc.
5792 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5793 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
5794 env(TERM) set.
5795 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5796 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5797
5798 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5799
5800 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5801 * gdb.base/annota1.exp (thread_test): Import global $testfile.
5802 Change the compilation target to match the testcase name.
5803 * gdb.base/sect-cmd.exp: Change the compilation target to match the
5804 testcase name.
5805 * a2-run.exp: Use for setup prepare_for_testing. Change the
5806 compilation target to match the testcase name.
5807 * gdb.base/commands.exp: Likewise.
5808 * gdb.base/finish.exp: Likewise.
5809 * gdb.base/float.exp: Likewise.
5810 * gdb.base/info-target.exp: Likewise.
5811 * gdb.base/relational.exp: Likewise.
5812 * gdb.base/term.exp: Likewise.
5813 * gdb.base/until.exp: Likewise.
5814 * gdb.base/volatile.exp: Likewise.
5815 * gdb.base/whatis-exp.exp: Likewise.
5816
5817 2009-07-11 Hui Zhu <teawater@gmail.com>
5818
5819 * gdb.base/help.exp (disassemble): Update expected help text.
5820
5821 2009-07-09 Tom Tromey <tromey@redhat.com>
5822
5823 * lib/gdb.exp: Handle TRANSCRIPT.
5824 (remote_spawn, remote_close, send_gdb): New procs.
5825
5826 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5827
5828 * gdb.python/python-prettyprint.c: Add counted null string
5829 structure.
5830 * gdb.python/python-prettyprint.exp: Print null string. Test for
5831 embedded nulls.
5832 * gdb.python/python-prettyprint.py (pp_ns): New Function.
5833 * gdb.python/python-value.exp (test_value_in_inferior): Add
5834 variable length string fetch tests.
5835 * gdb.python/python-value.c (main): Add strings for string fetch tests.
5836
5837 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5838
5839 * gdb.base/dump.exp (inaccessible memory is reported): New test.
5840
5841 2009-07-07 Tom Tromey <tromey@redhat.com>
5842
5843 * gdb.base/call-rt-st.exp: Update for change to escape output.
5844 * gdb.base/callfuncs.exp: Likewise.
5845 * gdb.base/charset.exp: Likewise.
5846 * gdb.base/constvars.exp: Likewise.
5847 * gdb.base/long_long.exp: Likewise.
5848 * gdb.base/pointers.exp: Likewise.
5849 * gdb.base/printcmds.exp: Likewise.
5850 * gdb.base/setvar.exp: Likewise.
5851 * gdb.base/store.exp: Likewise.
5852 * gdb.cp/ref-types.exp: Likewise.
5853 * gdb.mi/mi-var-child.exp: Likewise.
5854 * gdb.mi/mi-var-display.exp: Likewise.
5855 * gdb.mi/mi2-var-display.exp: Likewise.
5856 * gdb.base/charset.exp: Test octal escape sequence length.
5857 Update for change to escape output.
5858
5859 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5860
5861 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5862
5863 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
5864
5865 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5866
5867 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5868
5869 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5870 gdbserver increasing $portnum if "Can't bind address" has been seen.
5871
5872 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5873
5874 * gdb.base/ending-run.exp: Add "step out of main" pattern for
5875 mingw32ce.
5876
5877 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5878
5879 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5880 VFP format.
5881
5882 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5883
5884 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5885 linux. Adjust to use "inferior", "info inferiors", "detach
5886 inferior" and "kill inferior" instead of "restart", "info fork",
5887 "detach fork" and "delete fork".
5888 * gdb.base/ending-run.exp: Spell out "info".
5889 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5890 the "kill" command.
5891
5892 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5893
5894 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5895 change to prefix TLS offset in hex with 0x.
5896
5897 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5898
5899 * gdb.base/default.exp: Update test case for "x" changes.
5900
5901 2009-07-01 Tristan Gingold <gingold@adacore.com>
5902
5903 * gdb.base/bigcore.exp: Make darwin untested.
5904
5905 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5906
5907 * gdb.base/completion.exp (directory completion): Create the directory.
5908 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5909 escapeuniquesub.
5910 (directory completion 2): Expect now ${escapeuniquesub}.
5911 (Glob remaining of directory test): Remove one excessive newline.
5912 Expect the real output.
5913
5914 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5915
5916 Fix `make check//%' target after `make check' has been ran.
5917 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
5918 a mkdir call.
5919 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5920 (%/.dir): Remove.
5921
5922 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5923
5924 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5925 the expected result record.
5926
5927 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5928
5929 Remove racy FAILs relying just on the timeouts.
5930 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5931 (annotation_level 2): Remove racy FAILs.
5932
5933 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5934
5935 gdb/10275
5936 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5937
5938 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5939
5940 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5941
5942 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5943
5944 * gdb.mi/mi-stack.exp: Testing symbolic options
5945 to -stack-list-locals and -stack-list-arguments.
5946
5947 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5948
5949 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5950
5951 2009-06-29 Tom Tromey <tromey@redhat.com>
5952
5953 * dg-extract-results.sh: New file.
5954 * Makefile.in (FORCE_PARALLEL): New variable.
5955 (CHECK_TARGET): New conditional variable.
5956 (check): Use CHECK_TARGET.
5957 (DO_RUNTEST): New variable.
5958 (check-single): New target.
5959 (TEST_DIRS): New variable.
5960 (TEST_TARGETS): Likewise.
5961 (check-parallel): New target.
5962 (check-gdb.%): New pattern.
5963 (BASE1_FILES): New variable.
5964 (BASE2_FILES): Likewise.
5965 (check-gdb.base%): New pattern.
5966 (%/.dir): New pattern.
5967 * configure: Rebuild.
5968 * aclocal.m4 (AM_CONDITIONAL): New defun.
5969 * configure.ac: Check whether user is using GNU make.
5970 (GMAKE): New conditional.
5971
5972 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5973
5974 * gdb.cp/namespace-nested-import.cc: New test.
5975 * gdb.cp/namespace-nested-import.exp: New test.
5976
5977 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5978
5979 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5980 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5981 * gdb.opt/Makefile.in (EXECUTABLES): Update.
5982 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5983 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5984 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5985 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5986 gdb.opt/inline-markers.c: New files.
5987 * lib/gdb.exp (skip_inline_frame_tests): New function.
5988 (skip_inline_var_tests): New function.
5989
5990 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5991
5992 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5993 backtrace.
5994
5995 2009-06-27 Michael Snyder <msnyder@vmware.com>
5996
5997 * gdb.reverse: New directory.
5998 * gdb.reverse/break-reverse.c: New test.
5999 * gdb.reverse/break-reverse.exp: New test.
6000 * gdb.reverse/consecutive-reverse.c: New test.
6001 * gdb.reverse/consecutive-reverse.exp: New test.
6002 * gdb.reverse/finish-reverse.c: New test.
6003 * gdb.reverse/finish-reverse.exp: New test.
6004 * gdb.reverse/machinestate.c: New test.
6005 * gdb.reverse/ms1.c: New test.
6006 * gdb.reverse/machinestate.exp: New test.
6007 * gdb.reverse/Makefile.in: New file.
6008 * gdb.reverse/shr2.c: New test.
6009 * gdb.reverse/solib-reverse.c: New test.
6010 * gdb.reverse/solib-reverse.exp: New test.
6011 * gdb.reverse/step-reverse.c: New test.
6012 * gdb.reverse/step-reverse.exp: New test.
6013 * gdb.reverse/until-reverse.c: New test.
6014 * gdb.reverse/ur1.c: New test.
6015 * gdb.reverse/until-reverse.exp: New test.
6016 * gdb.reverse/watch-reverse.c: New test.
6017 * gdb.reverse/watch-reverse.exp: New test.
6018 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
6019 * configure: Regenerate.
6020
6021 2009-06-26 Doug Evans <dje@google.com>
6022
6023 * gdb.base/psymtab.exp: Turn off pending breakpoints.
6024
6025 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
6026
6027 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
6028 windows problem for 'file delete $binfile'.
6029
6030 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
6031
6032 * gdb.cp/namespace-using.exp: New test.
6033 * gdb.cp/namespace-using.cc: New test.
6034
6035 2009-05-20 Joel Brobecker <brobecker@adacore.com>
6036
6037 * gdb.ada/variant_record_packed_array: New testcase.
6038
6039 2009-06-23 Tom Tromey <tromey@redhat.com>
6040
6041 * gdb.base/charset.exp (test_combination): Regression test.
6042 * gdb.base/charset.c (my_wchar_t): New typedef.
6043 (myvar): New global.
6044 (main): Set myvar.
6045
6046 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
6047
6048 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
6049 target.
6050
6051 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6052
6053 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
6054
6055 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6056
6057 * gdb.mi/gdb680.exp: Update test for error message.
6058
6059 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6060
6061 * gdb.base/annota1.exp: Allow multiple occurrences of the
6062 frames-invalid annotation.
6063 * gdb.cp/annota2.exp: Likewise.
6064
6065 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6066
6067 * gdb.cp/gdb2495.cc: New file.
6068 * gdb.cp/gdb2495.exp: New file.
6069
6070 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6071
6072 Report error on GDB crash during runto.
6073 * lib/gdb.exp (runto <eof>): New.
6074
6075 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
6076
6077 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
6078 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
6079 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
6080 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
6081 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
6082 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
6083 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
6084 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
6085 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
6086 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
6087 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
6088 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
6089 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6090 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
6091 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
6092 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
6093 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
6094 gdb.server/server-mon.exp, gdb.server/server-run.exp,
6095 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6096 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6097 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
6098 gdb.trace/passcount.exp, gdb.trace/report.exp,
6099 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
6100 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
6101 gdb.trace/while-stepping.exp: Use a unique name for the compiled
6102 executable.
6103
6104 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6105
6106 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
6107 defined before referencing it.
6108
6109 2009-06-03 Doug Evans <dje@google.com>
6110
6111 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
6112 * gdb.arch/i386-see.c: Ditto.
6113
6114 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
6115
6116 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
6117 (check_macro): Return 1 if undefined.
6118 If first test fails, check if macro debug information is available,
6119 and report unsupported test if no macro information is found.
6120
6121 2009-05-29 Doug Evans <dje@google.com>
6122
6123 * gdb.threads/hand-call-in-threads.exp: New.
6124 * gdb.threads/hand-call-in-threads.c: New.
6125
6126 2009-05-29 Michael Snyder <msnyder@vmware.com>
6127
6128 * gdb.base/break-always.exp: Change "1" to "on".
6129 Add confirmation check.
6130
6131 2009-05-28 Pedro Alves <pedro@codesourcery.com>
6132
6133 * gdb.threads/threxit-hop-specific.c: New.
6134 * gdb.threads/threxit-hop-specific.exp: New.
6135 * gdb.threads/thread-execl.c: New.
6136 * gdb.threads/thread-execl.exp: New.
6137
6138 2009-05-27 Tom Tromey <tromey@redhat.com>
6139 Thiago Jung Bauermann <bauerman@br.ibm.com>
6140
6141 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
6142 (mi_child_regexp): Likewise.
6143 (mi_list_varobj_children_range): Likewise.
6144 (mi_get_features): Likewise.
6145 (mi_list_varobj_children): Rewrite.
6146 * gdb.python/python-mi.exp: New file.
6147
6148 2009-05-27 Tom Tromey <tromey@redhat.com>
6149 Thiago Jung Bauermann <bauerman@br.ibm.com>
6150 Phil Muldoon <pmuldoon@redhat.com>
6151 Paul Pluzhnikov <ppluzhnikov@google.com>
6152
6153 * gdb.python/python-prettyprint.exp: New file.
6154 * gdb.python/python-prettyprint.c: New file.
6155 * gdb.python/python-prettyprint.py: New file.
6156 * gdb.base/display.exp: print/r is now valid.
6157
6158 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6159 Tom Tromey <tromey@redhat.com>
6160 Pedro Alves <pedro@codesourcery.com>
6161 Paul Pluzhnikov <ppluzhnikov@google.com>
6162
6163 * gdb.python/python-template.exp: New file.
6164 * gdb.python/python-template.cc: New file.
6165 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6166 tests.
6167 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6168 Call it.
6169 (test_value_after_death): New proc.
6170 * gdb.python/python-value.c (PTR): New typedef.
6171 (main): New variable 'x'.
6172
6173 2009-05-27 Tom Tromey <tromey@redhat.com>
6174
6175 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6176 tests.
6177 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6178 Call it.
6179
6180 2009-05-27 Pedro Alves <pedro@codesourcery.com>
6181
6182 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
6183
6184 2009-05-24 Pedro Alves <pedro@codesourcery.com>
6185
6186 * gdb.threads/fork-thread-pending.c: New.
6187 * gdb.threads/fork-thread-pending.exp: New.
6188
6189 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
6192 * gdb.dwarf2/dw2-strp.S (a_string2): New.
6193
6194 2009-05-18 Jon Beniston <jon@beniston.com>
6195
6196 * gdb.asm/asm-source.exp: Add lm32 target.
6197
6198 2009-05-17 Pedro Alves <pedro@codesourcery.com>
6199
6200 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
6201 `gdb_get_line_number'. Call `callee' in both parent and child.
6202 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
6203 `gdb_get_line_number' instead of hardcoding line numbers.
6204 (catch_fork_unpatch_child): New procedure to test detaching
6205 breakpoints from child fork.
6206 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
6207 hardcoding line numbers.
6208 (do_fork_tests): Run `catch_fork_unpatch_child'.
6209
6210 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
6211
6212 * gdb.mi/mi-cmd-var.exp: Check that when varobj
6213 of structure type enters or leaves the scope, it
6214 is reported by -var-update.
6215
6216 2009-05-11 Doug Evans <dje@sebabeach.org>
6217
6218 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
6219 * gdb.threads/pending-step.c (main): Fix off-by-one error.
6220 * gdb.threads/schedlock.c (main): Fix off-by-one error.
6221
6222 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6223
6224 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
6225
6226 2009-04-30 Doug Evans <dje@google.com>
6227
6228 * gdb.threads/watchthreads2.exp: New testcase.
6229 * gdb.threads/watchthreads2.c: New testcase.
6230
6231 2009-04-29 Doug Evans <dje@google.com>
6232
6233 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
6234 * gdb.cp/mb-ctor.cc: Ditto.
6235 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
6236 * gdb.cp/mb-inline.h (multi_line_foo): New function.
6237 * gdb.cp/mb-inline1.cc: Call it.
6238 * gdb.cp/mb-inline2.cc: Ditto.
6239 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
6240 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
6241
6242 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6243
6244 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
6245 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
6246 Replace all uses of `decimal' by `nonzero'.
6247 (info macro FROM_COMMANDLINE): New test.
6248
6249 2009-04-27 Tom Tromey <tromey@redhat.com>
6250
6251 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
6252
6253 2009-04-27 Doug Evans <dje@google.com>
6254
6255 * gdb.threads/watchthreads.c (main): Initialize args before starting
6256 the threads. Plus formatting cleanup.
6257 * gdb.threads/watchthreads.exp: Avoid errant failures due to
6258 biased scheduling of one thread.
6259
6260 2009-04-27 Jerome Guitton <guitton@adacore.com>
6261
6262 * gdb.cp/templates.cc (GetMax): New template.
6263 (main): Declare two instances of GetMax.
6264 * gdb.cp/templates.exp: Add new test.
6265
6266 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6267
6268 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6269
6270 2009-04-22 Joseph Myers <joseph@codesourcery.com>
6271
6272 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6273
6274 2009-04-15 Tom Tromey <tromey@redhat.com>
6275
6276 * gdb.base/charset.exp: Add regression test.
6277
6278 2009-04-14 Joel Brobecker <brobecker@adacore.com>
6279
6280 * gdb.base/exe-lock.exp: New testcase.
6281
6282 2009-04-13 Tom Tromey <tromey@redhat.com>
6283
6284 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6285 operator on Frame.
6286
6287 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6288
6289 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6290 * gdb.server/ext-attach.exp: Likewise.
6291
6292 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
6293
6294 Eliminate some sleep usage.
6295
6296 * gdb.mi/basics.c (do_nothing): New.
6297 (main): Use do_nothing instead of printf, so that
6298 not to introduce race condition between output of
6299 inferiour and output of gdb. Do not use sleep as it
6300 is not generally available on embedded targets.
6301
6302 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6303
6304 * gdb.server/ext-attach.exp: Expect an optional process id after
6305 "Detached from remote process".
6306
6307 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6308
6309 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6310 gdb.dwarf2/dw2-unresolved.exp: New.
6311
6312 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6313
6314 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6315 mi_run_to_main.
6316
6317 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6318
6319 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
6320 mi_run_to_main. Skip thread exit test on remote targets.
6321 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
6322 mi_run_to_main.
6323 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
6324 mi_run_to_main.
6325 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6326 when expecting ^connected. Detect when the target doesn't support
6327 non-stop mode.
6328 (mi_run_cmd): Detect if non-stop mode was requested by isn't
6329 supported. Return -1 on error, 0 on success.
6330 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6331 (mi_runto): Return mi_runto_helper's result explicitly.
6332
6333 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6334
6335 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6336
6337 2009-04-01 Tom Tromey <tromey@redhat.com>
6338
6339 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6340 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6341 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6342 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6343
6344 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
6345 Jan Kratochvil <jan.kratochvil@redhat.com>
6346
6347 PR gdb/931
6348 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6349 output.
6350 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
6351 for gdb/931.
6352 * dw2-strp.S (DW_AT_language): Change to C++.
6353 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6354
6355 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6356
6357 * gdb.ada/tasks: New testcase.
6358
6359 2009-03-30 Stan Shebs <stan@codesourcery.com>
6360
6361 * gdb.trace/actions.exp: Update to match new info trace format.
6362 * gdb.trace/deltrace.exp: Ditto.
6363 * gdb.trace/infotrace.exp: Ditto.
6364 * gdb.trace/passcount.exp: Ditto.
6365 * gdb.trace/save-trace.exp: Ditto.
6366 * gdb.trace/while-stepping.exp: Ditto.
6367 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6368
6369 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6370
6371 * gdb.python/python-frame.c: New file.
6372 * gdb.python/python-frame.exp: New file.
6373
6374 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6375
6376 * gdb.python/python-value.exp: Add tests for the address
6377 attribute.
6378
6379 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
6380
6381 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6382
6383 2009-03-26 Doug Evans <dje@google.com>
6384
6385 * gdb.mi/mi-nonstop-exit.exp: New file.
6386 * gdb.mi/non-stop-exit.c: New file.
6387
6388 2009-03-26 Tom Tromey <tromey@redhat.com>
6389
6390 Update for change to prologue skipping:
6391 * gdb.mi/mi2-simplerun.exp: Update.
6392 * gdb.mi/mi2-break.exp: Update.
6393 * gdb.mi/mi-simplerun.exp: Update.
6394 * gdb.mi/mi-break.exp: Update.
6395 * gdb.base/ending-run.exp: Update.
6396
6397 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6398
6399 * gdb.python/python-value.exp (test_value_in_inferior): Test
6400 gdb.Value.is_optimized_out attribute.
6401
6402 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6403
6404 * gdb.dwarf2/dw2-noloc-main.c: New file.
6405 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
6406 (.text): Remove.
6407 (.data): New.
6408 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
6409 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
6410 (DW_TAG_subprogram func_cu1, noloc): Remove.
6411 (main): New.
6412 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
6413 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
6414 (file_symbols): New procedure.
6415
6416 2009-03-25 Tom Tromey <tromey@redhat.com>
6417
6418 * gdb.base/charset.exp (valid_target_charset): New proc.
6419 Use it to skip tests on invalid charsets.
6420
6421 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
6422
6423 * gdb.base/completion.exp: Add a test for directory completion.
6424
6425 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6426
6427 Fix a racy FAIL.
6428 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
6429 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
6430
6431 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6432
6433 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
6434 * gdb.python/python-function.exp: Add test for function returning
6435 a GDB value.
6436
6437 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
6438
6439 * gdb.python/python-function.exp: New file.
6440
6441 2009-03-20 Tom Tromey <tromey@redhat.com>
6442
6443 * gdb.base/store.exp: Update for change to escape output.
6444 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
6445 to escape output.
6446 * gdb.base/pointers.exp: Update for change to escape output.
6447 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
6448 to escape output.
6449 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
6450 escape output.
6451 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
6452 to escape output.
6453 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
6454 escape output.
6455 * gdb.base/setvar.exp: Update for change to escape output.
6456 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
6457 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
6458 to escape output.
6459 (test_print_string_constants): Likewise.
6460 * gdb.base/charset.exp (valid_host_charset): Check size of
6461 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
6462 cases. Handle "auto"-related output.
6463 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
6464 (uvar, Uvar): New globals.
6465
6466 2009-03-19 Jerome Guitton <guitton@adacore.com>
6467
6468 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
6469 deltas.
6470 * gdb.ada/fixed_points.exp: Ditto.
6471
6472 2009-03-18 Pedro Alves <pedro@codesourcery.com>
6473
6474 * return-nodebug.c: Don't include stdio.h.
6475 (init): Delete.
6476 (func): Delete definition and provide extern declaration.
6477 (t): New.
6478 (main): Don't call printf. Call func and store its result in t.
6479 * return-nodebug1.c: New.
6480 * return-nodebug.exp: Don't expect stdio output. Instead, print
6481 the global variable t. Drop printf formatters and cast types from
6482 foreach loop. Don't use prepare_for_testing. Compile
6483 return-nodebug.c and return-nodebug1.c in separate steps. Don't
6484 define FORMAT or CAST.
6485
6486 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6487
6488 * gdb.base/solib-display.exp: Disable test for remote targers.
6489
6490 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6491
6492 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6493
6494 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6495
6496 Fix a racy FAIL.
6497 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6498 code from `follow parent, print pids'.
6499 (`follow child, print pids', `follow parent, print pids'): Call it.
6500 Replace `gdb_test "break..."' by gdb_breakpoint.
6501
6502 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6503
6504 * gdb.mi/mi-cli.exp: Adjust for output difference in
6505 sync and async modes.
6506
6507 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6508
6509 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6510 that was checked in by mistake. Remove loading of ada.exp, since
6511 this is not necessary in this case.
6512
6513 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6514
6515 * gdb.ada/ptype_arith_binop.exp: New testcase.
6516
6517 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6518
6519 * gdb.ada/mod_from_name: New testcase.
6520
6521 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6522
6523 * gdb.ada/tick_last_segv: New testcase.
6524
6525 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6526
6527 * gdb.mi/mi-cli.exp: Remove debug print.
6528
6529 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6530
6531 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6532 include the token in ^running and frame info in *stopped.
6533
6534 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6535
6536 * solib-display.exp: New file.
6537 * solib-display-main.c: New file.
6538 * solib-display-lib.c: New file.
6539
6540 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6541
6542 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6543
6544 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6545
6546 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6547 (list_and_check_macro): Use more specific test name.
6548 (next to definition): Make the test names unique.
6549
6550 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6551
6552 * gdb.pascal/floats.exp: Accept approximate results everywhere.
6553
6554 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6555
6556 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6557 notifications.
6558 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6559 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6560 * lib/mi-support.exp (library_loaded_re): New.
6561 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6562
6563 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6564
6565 * gdb.gdb/observer.exp: Use test_notification observer, not
6566 normal_stop, everywhere.
6567 (test_normal_stop_notifications): Rename to...
6568 (test_notifications): ...this.
6569 (test_observer_normal_stop): Rename to...
6570 (test_observer): ...this.
6571
6572 2009-02-16 Doug Evans <dje@google.com>
6573
6574 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6575 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6576 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6577 (test_prefixed_syscall,test_int3): New tests.
6578 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6579 (test_prefixed_syscall,test_int3): New tests.
6580
6581 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6582
6583 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6584 (mi_expect_interrupt): Likewise.
6585 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6586 response.
6587
6588 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6589
6590 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6591 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6592 Replace calls to get_valueofx by get_hexadecimal_valueof.
6593
6594 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6595
6596 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6597 (get_integer_valueof): New procedure.
6598 (get_sizeof): Use new get_integer_value_of.
6599 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6600 by get_integer_valueof.
6601
6602 2009-02-13 Tom Tromey <tromey@redhat.com>
6603
6604 * gdb.base/remote.exp (get_sizeof): Remove.
6605 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6606 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6607 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6608 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6609 (get_sizeof): Likewise.
6610
6611 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6612
6613 PR fortran/9806
6614 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6615
6616 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6617
6618 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6619
6620 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6621
6622 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6623
6624 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6625
6626 * gdb.python/python-cmd.exp: New file.
6627
6628 2009-02-06 Tristan Gingold <gingold@adacore.com>
6629
6630 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6631
6632 2009-02-05 Tristan Gingold <gingold@adacore.com>
6633
6634 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6635 pointer is dereferenced and use this signal name in regexp.
6636 * gdb.base/signull.exp: Ditto.
6637 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6638 * gdb.base/signull.c (main): Ditto.
6639
6640 2009-02-04 Tom Tromey <tromey@redhat.com>
6641 Thiago Jung Bauermann <bauerman@br.ibm.com>
6642
6643 * gdb.python/python-value.exp: Use `gdb.history' instead of
6644 `gdb.value_from_history'.
6645 (test_value_numeric_ops): Add test for conversion of enum constant.
6646 * gdb.python/python-value.c (enum e): New type.
6647 (evalue): New global.
6648 (main): Use argv.
6649
6650 2009-02-04 Jerome Guitton <guitton@adacore.com>
6651
6652 * gdb.ada/uninitialized_vars: New test program.
6653 * gdb.ada/uninitialized_vars.exp: New testcase.
6654
6655 2009-02-02 Tom Tromey <tromey@redhat.com>
6656
6657 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6658 * gdb.cp/pr2489.cc: Rename...
6659 * gdb.cp/pr9594.cc: ... to this.
6660
6661 2009-02-02 Tom Tromey <tromey@redhat.com>
6662
6663 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6664 * gdb.cp/pr2489.cc: New file.
6665 * gdb.cp/cpcompletion.exp: New file.
6666
6667 2009-02-02 Tom Tromey <tromey@redhat.com>
6668
6669 PR exp/9059:
6670 * gdb.cp/call-c.exp: Add regression test.
6671 * gdb.cp/call-c.cc (FooHandle): New typedef.
6672 (main): New variable 'handle'.
6673
6674 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6675
6676 * lib/mi-support.exp (et_mi_thread_list)
6677 (check_mi_and_console_threads): Adjust for current thread in
6678 -thread-list-ids output.
6679
6680 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6681
6682 * gdb.mi/mi-break.exp (test_disabled_creation): New.
6683 Call it.
6684
6685 2009-01-28 Doug Evans <dje@google.com>
6686
6687 * gdb.arch/amd64-disp-step.S: New file.
6688 * gdb.arch/amd64-disp-step.exp: New file.
6689 * gdb.arch/i386-disp-step.S: New file.
6690 * gdb.arch/i386-disp-step.exp: New file.
6691
6692 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
6693
6694 * gdb.base/find.exp: Set newline variable
6695 using quotes instead of braces to fix cygwin failures.
6696
6697 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6698
6699 * gdb.base/radix.exp: Add tests to ensure that that set
6700 input-radix 0 and set output-radix 0 are really rejected.
6701
6702 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6703
6704 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6705 copyright years.
6706
6707 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6708
6709 PR gdb/9664:
6710 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6711
6712 2009-01-22 Pedro Alves <pedro@codesourcery.com>
6713
6714 PR c++/9631:
6715 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6716
6717 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
6718
6719 * gdb.server/file-transfer.exp: Use EXEEXT variable for
6720 binfile definition to fix Windows OS failure.
6721
6722 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6723
6724 PR gdb/9346
6725 * gdb.base/interrupt.c (sigint_handler): New.
6726 (main): Install a SIGINT handler if SIGNALS is defined. Exit
6727 on error.
6728 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6729 Test "signal SIGINT".
6730
6731 2009-01-19 Doug Evans <dje@google.com>
6732
6733 * gdb.base/break.exp: Update expected gdb output.
6734 * gdb.base/sepdebug.exp: Ditto.
6735 * gdb.mi/mi-syn-frame.exp: Ditto.
6736 * gdb.mi/mi2-syn-frame.exp: Ditto.
6737 * gdb.base/call-signal-resume.exp: New file.
6738 * gdb.base/call-signals.c: New file.
6739 * gdb.base/unwindonsignal.exp: New file.
6740 * gdb.base/unwindonsignal.c: New file.
6741 * gdb.threads/interrupted-hand-call.exp: New file.
6742 * gdb.threads/interrupted-hand-call.c: New file.
6743 * gdb.threads/thread-unwindonsignal.exp: New file.
6744
6745 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6746
6747 * gdb.base/define.exp: Test defining and hooking prefix commands.
6748 * gdb.python/python.exp: Update test for "show user" output.
6749
6750 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6751
6752 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
6753 now the output exactly, using less wildcards. Expect also the output
6754 of gfortran-4.3. Update for the f-valprint.c modification from
6755 2008-04-22.
6756 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6757 Remove gdb_test test names where matching the command.
6758
6759 2009-01-01 Pedro Alves <pedro@codesourcery.com>
6760
6761 PR breakpoints/9681:
6762 * gdb.base/watchpoint.exp: Add regression test.
6763
6764 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6765
6766 * gdb.threads/attach-into-signal.exp: Don't use
6767 gdb_suppress_entire_file.
6768 * gdb.threads/attach-stopped.exp: Ditto.
6769 * gdb.threads/attachstop-mt.exp: Ditto.
6770
6771 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6772
6773 PR gdb/8812:
6774 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6775
6776 2008-12-29 Pedro Alves <pedro@codesourcery.com>
6777
6778 PR gdb/7536:
6779 * gdb.base/radix.exp: Add tests to ensure invalid input radices
6780 and unsupported output radices are really rejected.
6781
6782 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6783
6784 * gdb.cp/punctuator.exp: Backslash the '$' signs.
6785
6786 2008-12-22 Tom Tromey <tromey@redhat.com>
6787
6788 * gdb.cp/punctuator.exp: New file.
6789
6790 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6791
6792 * gdb.base/completion.exp (Completing non-existing component): New test.
6793
6794 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 Fix for PR gdb/8648.
6797 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6798 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6799 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6800 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6801
6802 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6803
6804 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6805
6806 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
6807
6808 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6809 compiler actually generate code at the expected line number.
6810
6811 2008-12-15 Jie Zhang <jie.zhang@analog.com>
6812
6813 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6814
6815 2008-12-12 Tom Tromey <tromey@redhat.com>
6816
6817 * gdb.base/commands.exp (redefine_hook_test): New proc.
6818 Call it.
6819
6820 2008-12-11 Tom Tromey <tromey@redhat.com>
6821
6822 * gdb.base/macscp.exp: New regression test.
6823
6824 2008-12-11 Tom Tromey <tromey@redhat.com>
6825
6826 * gdb.base/macscp.exp: Print "address.addr".
6827 * gdb.base/macscp1.c (struct outer): New struct.
6828 (address): New global.
6829
6830 2008-12-09 Tom Tromey <tromey@redhat.com>
6831
6832 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6833 Call it.
6834
6835 2008-12-04 Doug Evans <dje@google.com>
6836
6837 * gdb.server/ext-run.exp: Relax regexp for init program.
6838
6839 2008-12-03 Tristan Gingold <gingold@adacore.com>
6840
6841 * gdb.base/macscp.exp: Generate an object file during compilation
6842 to work around Darwin dsymutil limitations.
6843
6844 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6845
6846 Test resolving external references to TLS variables.
6847 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6848 FILE2_THREAD_LOCAL.
6849 (testfile2, srcfile2): New variables.
6850 * gdb.threads/tls.c (file2_thread_local)
6851 (function_referencing_file2_thread_local): New.
6852 * gdb.threads/tls2.c: New file.
6853
6854 2008-11-28 Joel Brobecker <brobecker@adacore.com>
6855
6856 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
6857 rather than integer, as integer might not be big enough when
6858 on 64bit targets.
6859
6860 2008-11-27 Jerome Guitton <guitton@adacore.com>
6861
6862 * gdb.cp/formatted-ref.exp: Add equality test.
6863 * gdb.ada/formatted_ref.exp: Ditto.
6864
6865 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6866
6867 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6868 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6869
6870 2008-11-20 Andreas Schwab <schwab@suse.de>
6871
6872 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6873 matching syscall entry point.
6874 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6875 (tcatch_vfork_then_child_follow): Likewise. Finish through
6876 vfork even if we stopped at the syscall trampoline.
6877
6878 2008-11-20 Doug Evans <dje@google.com>
6879
6880 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6881
6882 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6883
6884 * gdb.arch/ppc-dfp.exp: New file.
6885 * gdb.arch/ppc-dfp.c: New file.
6886
6887 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6888
6889 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
6890
6891 2008-11-17 Doug Evans <dje@google.com>
6892
6893 * gdb.mi/mi-syn-frame.exp: Update expected output.
6894 * gdb.mi/mi2-syn-frame.exp: Update expected output.
6895
6896 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6897
6898 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
6899 "thread N" results in =thread-selected.
6900 * lib/mi-support (mi_run_cmd, mi_expect_stop)
6901 (mi_send_resuming_command_raw): Be prepared for
6902 =thread-selected.
6903
6904 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6905
6906 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6907 * lib/mi-support.exp: Likewise.
6908
6909 2008-11-16 Joel Brobecker <brobecker@adacore.com>
6910
6911 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6912 commands from the expected output for "help catch".
6913
6914 2008-11-15 Joel Brobecker <brobecker@adacore.com>
6915
6916 * gdb.ada/int_deref.exp: New testcase.
6917
6918 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
6919
6920 * gdb.mi/gdb2549.exp: New file.
6921
6922 2008-11-11 Doug Evans <dje@google.com>
6923
6924 * gdb.base/callexit.exp: New file.
6925 * gdb.base/callexit.c: New file.
6926
6927 2008-11-10 Doug Evans <dje@google.com>
6928
6929 * lib/gdb.exp (GDBFLAGS): Move -nx ...
6930 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
6931 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6932 (default_gdb_start,default_gdb_exit): Ditto.
6933 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6934 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6935 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6936 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6937 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6938 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6939
6940 2008-11-03 Andreas Schwab <schwab@suse.de>
6941
6942 * gdb.base/hashline2.exp: Fix typo.
6943 * gdb.base/hashline3.exp: Likewise.
6944
6945 2008-10-30 Tom Tromey <tromey@redhat.com>
6946
6947 * gdb.base/pointers.exp: Add test.
6948 * gdb.base/pointers.c (k, S): New typedefs.
6949 (instance): New global.
6950
6951 2008-10-30 Andreas Schwab <schwab@suse.de>
6952
6953 * gdb.base/args.exp: Add tests for newlines.
6954
6955 2008-10-30 Joel Brobecker <brobecker@adacore.com>
6956
6957 gdb.base/foll-exec.exp: Update the expected output of a couple
6958 of "info breakpoints" tests.
6959
6960 2008-10-28 Tom Tromey <tromey@redhat.com>
6961
6962 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6963
6964 2008-10-24 Pedro Alves <pedro@codesourcery.com>
6965
6966 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6967 gdb_start_cmd.
6968 Use runto_main before any test that requires execution.
6969
6970 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6971
6972 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6973 instead of SIGINT.
6974
6975 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6976
6977 * gdb.base/completion.exp: Update expected output following
6978 the addition of the "info tasks" command.
6979
6980 2008-10-22 Tom Tromey <tromey@redhat.com>
6981
6982 * gdb.base/exprs.exp (test_expr): Add test for string
6983 concatenation.
6984
6985 2008-10-19 Pedro Alves <pedro@codesourcery.com>
6986
6987 * configure.ac: Output gdb.python/Makefile.
6988 * configure: Regenerate.
6989 * gdb.python/Makefile.in: New.
6990
6991 2008-10-16 Joel Brobecker <brobecker@adacore.com>
6992
6993 * gdb.base/foll-fork.exp: Adjust the expected output to match
6994 the new description for fork/vfork catchpoints in the "info
6995 breakpoints" output.
6996
6997 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6998
6999 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
7000
7001 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7002
7003 * gdb.python/python-value.c: New file.
7004 * gdb.python/python-value.exp: New file.
7005
7006 2008-10-15 Pedro Alves <pedro@codesourcery.com>
7007
7008 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
7009
7010 2008-10-15 Denis Pilat <denis.pilat@st.com>
7011
7012 * gdb.cp/mb-ctor.exp: Fix a typo.
7013
7014 2008-10-09 Tom Tromey <tromey@redhat.com>
7015
7016 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
7017 'fprintf' and 'stderr'.
7018
7019 2008-10-07 Joel Brobecker <brobecker@adacore.com>
7020
7021 * gdb.ada/ref_tick_size.exp: New testcase.
7022
7023 2008-10-06 Doug Evans <dje@google.com>
7024
7025 * gdb.dwarf2/dw2-cu-size.exp: New file.
7026 * gdb.dwarf2/dw2-cu-size.S: New file.
7027
7028 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
7029 .Ltype_int for clarity.
7030
7031 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7032
7033 PR gdb/2384:
7034 * gdb.cp/gdb2384.exp: Extended to test more cases.
7035 * gdb.cp/gdb2384.cc: Likewise.
7036 * gdb.cp/gdb2384-base.h: Likewise.
7037 * gdb.cp/gdb2384-base.cc: Likewise.
7038
7039 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7040
7041 * gdb.base/maint.exp (maint print type): Remove printing
7042 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
7043
7044 2008-09-30 Tom Tromey <tromey@redhat.com>
7045
7046 * gdb.base/macscp.exp: Add completion tests.
7047 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
7048 (TWENTY_THREE): Likewise.
7049 (FORTY_EIGHT): Likewise.
7050
7051 2008-09-30 Tom Tromey <tromey@redhat.com>
7052
7053 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
7054 everywhere.
7055 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
7056
7057 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7058
7059 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
7060 testcase is derived from. Fix racy dependency on an expected PID
7061 number. No longer support the testcase on Linux kernel 2.4.x.
7062
7063 2008-09-27 Tom Tromey <tromey@redhat.com>
7064
7065 * gdb.base/macscp.exp: Add tests for stringification, splicing,
7066 and varargs.
7067
7068 2008-09-22 Pedro Alves <pedro@codesourcery.com>
7069
7070 * lib/mi-support.exp (mi_expect_interrupt): New.
7071 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
7072 from gdb.mi/mi-nonstop.exp.
7073 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
7074 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
7075 lib/mi-support.exp.
7076 Use mi_check_thread_states throughout. Avoid ".*" and do not
7077 require an anchor after -exec-run.
7078
7079 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
7080
7081 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
7082 stop is pending. Avoid ".*" when two stops are pending.
7083 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
7084 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
7085 newlines in fullnames.
7086 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
7087 (mi_expect_stop): Update comments. Only anchor in sync mode.
7088 Do not match newlines.
7089 (mi_send_resuming_command_raw): Always return status.
7090 (mi_get_stop_line): Do not match more than one line by accident.
7091 Only anchor in sync mode.
7092 (mi_run_inline_test): If -exec-next fails, give up.
7093
7094 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7095
7096 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
7097 on SPU.
7098
7099 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7100
7101 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
7102
7103 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7104
7105 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
7106 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
7107 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
7108 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
7109 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
7110 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
7111 gdb.ada/interface.exp, gdb.ada/null_array.exp,
7112 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
7113 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
7114 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
7115 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
7116 Include the "= " sequence in the expected output of print tests.
7117
7118 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7119
7120 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
7121 description for boolean types.
7122
7123 2008-09-09 Pedro Alves <pedro@codesourcery.com>
7124
7125 * gdb.base/hook-stop-continue.c: New.
7126 * gdb.base/hook-stop-continue.exp: New.
7127
7128 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7129
7130 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
7131
7132 2008-09-08 Jerome Guitton <guitton@adacore.com>
7133
7134 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
7135 (stack_check_probe_2, stack_check_probe_loop_1)
7136 (stack_check_probe_loop_2): New functions.
7137 (main): Add call to these new functions.
7138 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
7139 functions, check that the breakpoint is inserted at the appropriate
7140 location.
7141 (insert_breakpoint): Slightly refine this procedure so that it can
7142 be called several times in the test.
7143
7144 2008-09-08 Jerome Guitton <guitton@adacore.com>
7145
7146 * gdb.base/stack-checking.c: New file.
7147 * gdb.base/stack-checking.exp: New file.
7148
7149 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7150
7151 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7152 * gdb.arch/altivec-regs.exp: Likewise.
7153 * gdb.arch/vsx-regs.exp: Likewise.
7154
7155 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7156
7157 * gdb.arch/ppc-fp.exp: New file.
7158 * gdb.arch/ppc-fp.c: New file.
7159
7160 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7161
7162 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7163 lest gcc-4.3.1 optimizes the whole thing away.
7164
7165 2008-09-04 Michael Snyder <msnyder@vmware.com>
7166
7167 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
7168 as "at" (for non-debug functions such as _start).
7169
7170 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7171
7172 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
7173 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
7174 software watchpoints.
7175 * gdb.base/watch_thread_num.exp: Likewise.
7176
7177 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
7178
7179 * gdb.arch/i386-bp_permanent.exp: New test.
7180
7181 2008-08-24 Tom Tromey <tromey@redhat.com>
7182
7183 * gdb.base/maint.exp: Update "maint print type".
7184
7185 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
7186
7187 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
7188 support. Adjust the order of "*running" notifications.
7189 * gdb.mi/non-stop.c: Don't cast from int to void* and
7190 back.
7191
7192 2008-08-20 Mark Kettenis <kettenis@gnu.org>
7193
7194 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
7195 expect to find it in the "info frame" output.
7196
7197 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
7198
7199 * gdb.base/interp.exp: Always consume both prompts.
7200
7201 2008-08-20 Pedro Alves <pedro@codesourcery.com>
7202
7203 * gdb.base/pending.exp: Test pending breakpoints without symbols
7204 loaded.
7205
7206 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7207
7208 * lib/mi-support.exp (mi_expect_stop): Produce
7209 more details on failures.
7210 * gdb.mi/mi-nonstop.exp: New.
7211 * gdb.mi/non-stop.c: New.
7212
7213 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7214
7215 * gdb.mi/mi-async.exp: Use 'set target-async'.
7216 * lib/mi-support.exp: Use 'set/show target-async'.
7217
7218 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
7219
7220 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
7221
7222 2008-08-17 Tom Tromey <tromey@redhat.com>
7223
7224 * gdb.base/help.exp (help catch): Rewrite.
7225
7226 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7227
7228 * gdb.base/define.exp: Test indented command documentation.
7229 * gdb.python/python.exp: Test indented multi-line command.
7230
7231 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
7232
7233 * testsuite/gdb.arch/vsx-regs.c: New source file.
7234 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
7235 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
7236
7237 2008-08-14 Tom Tromey <tromey@redhat.com>
7238
7239 * gdb.base/macscp.exp: Add regression test for "macro define" or
7240 "macro undef" with no arguments.
7241
7242 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7243
7244 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
7245
7246 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7247
7248 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
7249
7250 2008-08-06 Tom Tromey <tromey@redhat.com>
7251
7252 * gdb.python/python.exp: New file.
7253
7254 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7255
7256 Fix for PR gdb/1543.
7257 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
7258 $LOCATION.
7259 (location): New variable.
7260 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7261 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7262 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7263 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7264 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7265 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7266 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7267 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7268 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7269 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7270 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7271 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7272 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7273 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7274 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7275 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7276 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7277 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7278 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7279 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7280 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7281 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7282 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7283 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7284 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7285 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7286 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7287 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7288 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7289 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7290 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7291 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7292 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7293 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7294 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7295 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7296 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7297 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7298 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7299 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7300 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7301 gdb.base/type-opaque.exp, gdb.base/until.exp,
7302 gdb.base/value-double-free.c, gdb.base/varargs.exp,
7303 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7304 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7305 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7306 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7307 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7308 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7309 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7310 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7311 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7312 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7313 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7314 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7315 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7316 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7317 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7318 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7319 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7320 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7321 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7322 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7323 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7324 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7325 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7326 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7327 gdb.pascal/types.exp, gdb.stabs/weird.exp,
7328 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7329 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7330 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7331 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7332 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7333 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7334 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7335 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7336 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7337 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7338 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7339 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7340 lib/mi-support.exp, lib/trace-support.exp: Remove reference
7341 to bug-gdb@prep.ai.mit.edu .
7342
7343 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
7344
7345 * lib/mi-support.exp (mi_load_shlibs): New.
7346 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7347
7348 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
7349
7350 * lib/mi-support.exp (get_mi_thread_list)
7351 (check_mi_and_console_threads): New, moved from ...
7352 * gdb.mi/mi-pthread.exp: ...here.
7353 * gdb.mi/gdb669.exp (get_mi_thread_list)
7354 (check_mi_and_console_threads): Delete.
7355 * gdb.mi/mi2-pthread.exp: Likewise.
7356
7357 2008-07-28 Tom Tromey <tromey@redhat.com>
7358
7359 * Makefile.in (just-check): Remove. Move body to...
7360 (check): ... here.
7361
7362 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7363
7364 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7365 Add a test for duplicated SIGINTs.
7366
7367 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7368
7369 * gdb.threads/schedlock.exp (get_args): Update to work for any
7370 value of NUM.
7371 (Top level): Report the number of threads that did not resume.
7372
7373 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7374
7375 * gdb.dwarf2/dw2-compressed.S: Also define __start.
7376
7377 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7378
7379 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7380 non-MI prompt.
7381
7382 2008-07-26 Tom Tromey <tromey@redhat.com>
7383
7384 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7385 (function_struct, function_struct_ptr): New globals.
7386 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7387 function pointer in a struct.
7388
7389 2008-07-26 Tom Tromey <tromey@redhat.com>
7390
7391 * gdb.base/macscp.exp: Add test for macro lexing bug.
7392
7393 2008-07-18 Tom Tromey <tromey@redhat.com>
7394
7395 * gdb.base/macscp.exp: Add macro tests.
7396
7397 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7398
7399 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7400
7401 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7402
7403 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7404
7405 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7406
7407 * gdb.cp/class2.exp: fix for failure on spu-elf
7408
7409 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7410
7411 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
7412
7413 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7414
7415 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
7416
7417 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
7418
7419 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
7420
7421 2008-07-11 Kevin Buettner <kevinb@redhat.com>
7422
7423 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
7424 of regexp to account for changes made to GDB in the printing of
7425 byte vectors.
7426
7427 2008-07-11 Tom Tromey <tromey@redhat.com>
7428
7429 * gdb.base/completion.exp: Add 'help' completion test.
7430
7431 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7432
7433 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
7434
7435 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7436
7437 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
7438
7439 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7440
7441 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
7442
7443 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7444
7445 * gdb.base/fullname.exp: Restore pwd if compiling failed.
7446
7447 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7448
7449 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
7450
7451 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7452
7453 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
7454 previous commit. Add a comment.
7455
7456 2008-06-28 Pedro Alves <pedro@codesourcery.com>
7457
7458 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
7459
7460 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7461
7462 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
7463
7464 2008-06-27 Pedro Alves <pedro@codesourcery.com>
7465
7466 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
7467 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
7468 compiling an executable, link in an object that forces unbuffered
7469 output.
7470 * lib/set_unbuffered_mode.c: New file.
7471
7472 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7473
7474 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7475
7476 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
7477
7478 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7479 mi_expect_stop.
7480 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7481 Demand that *running is output.
7482 (detect_async): Perform checking every time.
7483 (mi_send_resuming_command): Extract everything into...
7484 (mi_send_resuming_command_raw): ...this.
7485 (mi_expect_stop): Don't accept any output before *stopped.
7486
7487 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
7488
7489 Robustify mi-simplerun.
7490 * gdb.mi/basics.c (main): Add a call to sleep.
7491 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7492 * gdb.mi/mi2-cli.exp: Likewise.
7493 * gdb.mi/mi-break.exp: Likewise.
7494
7495 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
7496
7497 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7498
7499 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7500
7501 * gdb.mi/mi-console.exp: Adjust.
7502 * gdb.mi/mi-syn-frame.exp: Adjust.
7503 * gdb.mi/mi2-console.exp: Adjust.
7504 * gdb.mi/mi2-syn-frame.exp: Adjust.
7505 * lib/mi-support.exp (mi_run_cmd): Adjust.
7506 (mi_send_resuming_command): Adjust.
7507
7508 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7509
7510 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7511 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7512 testing of stopped.
7513 * gdb.mi/mi2-syn-frame.exp: Likewise.
7514 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7515 (async, detect_async): New.
7516 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7517 depending on if we're running in sync or async mode.
7518
7519 2008-06-09 Tom Tromey <tromey@redhat.com>
7520
7521 * gdb.base/completion.exp: New tests for field name completion
7522 with spaces, and field name completion with '->'.
7523
7524 2008-06-06 Tom Tromey <tromey@redhat.com>
7525
7526 * gdb.base/break1.c (struct some_struct): New struct.
7527 (values): New global.
7528 * gdb.base/completion.exp: Add field name completion test.
7529
7530 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7531
7532 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7533 to pointer.
7534 * gdb.cp/call-c.cc: Likewise.
7535
7536 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
7537
7538 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7539 annotation.
7540
7541 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7542 Pedro Alves <pedro@codesourcery.com>
7543
7544 * gdb.threads/execl.c, gdb.threads/execl1.c,
7545 gdb.threads/execl.exp: New tests.
7546
7547 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7548 Daniel Jacobowitz <dan@codesourcery.com>
7549
7550 * gdb.cp/exception.exp: Activate test, make it work with pending
7551 catchpoints.
7552
7553 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7554
7555 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7556
7557 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7558
7559 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7560 now printed.
7561 * gdb.mi/mi2-var-cmd.exp: Likewise.
7562
7563 2008-05-27 Andreas Schwab <schwab@suse.de>
7564
7565 * gdb.base/frame-args.exp: Handle arguments that are optimized
7566 out.
7567
7568 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
7569
7570 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7571 quiet for ppc32 and group options into a single variable.
7572
7573 2008-05-23 Joel Brobecker <brobecker@adacore.com>
7574
7575 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7576 of zero-size elements.
7577 * gdb.ada/null_array.exp: Test printing this new array.
7578
7579 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7580
7581 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7582
7583 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7584
7585 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7586 of the "finish" command.
7587
7588 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7589
7590 * gdb.base/annota1.exp: Test for new annotation.
7591
7592 2008-05-16 Pedro Alves <pedro@codesourcery.com>
7593
7594 * gdb.base/fixsection.exp: New file.
7595 * gdb.base/fixsection0.c: New file.
7596 * gdb.base/fixsection1.c: New file.
7597
7598 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7599
7600 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7601 * gdb.base/annota3.exp: Likewise.
7602
7603 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7604
7605 * gdb.base/watch_thread_num.exp: Don't run tests that require
7606 watchpoints if the target doesn't support them.
7607
7608 2008-05-12 Doug Evans <dje@google.com>
7609
7610 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7611
7612 2008-05-09 Joel Brobecker <brobecker@adacore.com>
7613
7614 * gdb.ada/assign_1.exp: New testcase.
7615
7616 2008-05-09 Doug Evans <dje@google.com>
7617
7618 * gdb.base/find.exp: New file.
7619 * gdb.base/find.c: New file.
7620
7621 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7622
7623 * gdb.base/commands.exp (watchpoint_command_test): Handle
7624 gdb,no_hardware_watchpoints.
7625 * gdb.base/float.exp: Allow ARM targets without floating point.
7626 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7627
7628 2008-05-06 Jerome Guitton <guitton@adacore.com>
7629 Joel Brobecker <brobecker@adacore.com>
7630
7631 * gdb.ada/lang_switch: New test program.
7632 * gdb.ada/lang_switch.exp: New testcase.
7633
7634 2008-05-05 Doug Evans <dje@google.com>
7635
7636 * gdb.base/help.exp (disassemble): Update expected help text.
7637
7638 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7639
7640 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7641
7642 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7643
7644 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7645 different times.
7646
7647 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7648
7649 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7650 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7651 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7652 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7653
7654 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7655
7656 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7657 notification to appear.
7658
7659 2008-05-04 Daniel Jacobowitz <dan@debian.org>
7660
7661 * gdb.base/fullname.c: New file.
7662 * gdb.base/fullname.exp: New file.
7663 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7664
7665 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7666
7667 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7668 expressions with macros.
7669
7670 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7671
7672 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7673
7674 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7675
7676 * gdb.base/completion.exp: Handle lack of other symbols beginning
7677 with "a".
7678
7679 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7680
7681 2008-05-02 Jim Blandy <jimb@codesourcery.com>
7682
7683 * gdb.asm/asmsrc1.s: Add scratch space.
7684
7685 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7686 Daniel Jacobowitz <dan@codesourcery.com>
7687
7688 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7689 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7690 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7691
7692 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7693
7694 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7695
7696 2008-05-01 Joel Brobecker <brobecker@adacore.com>
7697
7698 * gdb.base/info-target.exp: New testcase.
7699
7700 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7701
7702 * gdb.cp/hang.exp: Use .cc instead of .C.
7703 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7704 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7705
7706 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7707
7708 * gdb.base/gdb1250.exp: Remove perror.
7709 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7710
7711 2008-04-30 Pedro Alves <pedro@codesourcery.com>
7712
7713 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7714 .2byte.
7715
7716 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
7717
7718 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
7719 (maybe_kfail): New.
7720
7721 2008-04-25 Pedro Alves <pedro@codesourcery.com>
7722
7723 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7724
7725 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7726
7727 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7728 * gdb.mi/mi2-syn-frame.exp: Likewise.
7729 * lib/mi-support.exp: Likewise.
7730
7731 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7732
7733 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7734 to specify regexp for the location to stop at.
7735 * gdb.base/break-always.c: New.
7736 * gdb.base/break-always.exp: New.
7737
7738 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7739
7740 * lib/mi-support.exp (mi_runto_helper): Adjust
7741 for the original-location field.
7742 (mi_create_breakpoint, mi_list_breakpoints): New.
7743 * gdb.mi/mi-break.exp: Adjust.
7744 * gdb.mi/mi2-break.exp: Adjust.
7745 * gdb.mi/mi-pending.exp: Adjust.
7746 * gdb.mi/mi-simplerun.exp: Adjust.
7747 * gdb.mi/mi2-simplerun.exp: Adjust.
7748 * gdb.mi/mi-syn-frame.exp: Adjust.
7749 * gdb.mi/mi2-syn-frame.exp: Adjust.
7750 * gdb.mi/mi-until.exp: Adjust.
7751 * gdb.mi/mi2-until.exp: Adjust.
7752 * gdb.mi/mi-var-display.exp: Adjust.
7753 * gdb.mi/mi2-var-display.exp: Adjust.
7754 * gdb.mi/mi-watch.exp: Adjust.
7755 * gdb.mi/mi2-watch.exp: Adjust.
7756
7757 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7758
7759 * aclocal.m4: Add override.m4.
7760 * configure: Regenerate.
7761
7762 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7763
7764 * gdb.mi/var-cmd.c (do_at_tests): Verify that
7765 '-var-update --all-values' reports new value even the type
7766 of a variable object has changed.
7767
7768 2008-04-18 Craig Silverstein <csilvers@google.com>
7769
7770 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7771 files.
7772
7773 2008-04-18 Joel Brobecker <brobecker@adacore.com>
7774
7775 * gdb.ada/atomic_enum: New test program.
7776 * gdb.ada/atomic_enum.exp: New testcase.
7777
7778 2008-04-17 Doug Evans <dje@google.com>
7779
7780 * gdb.opt/Makefile.in: Fix whitespace.
7781
7782 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
7783
7784 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7785
7786 2008-04-17 Doug Evans <dje@google.com>
7787
7788 * gdb.base/hashline1.exp: New testcase.
7789 * gdb.base/hashline2.exp: New testcase.
7790 * gdb.base/hashline2.exp: New testcase.
7791
7792 2008-04-17 Pedro Alves <pedro@codesourcery.com>
7793
7794 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7795
7796 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
7797
7798 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7799 temporary breakpoint to match "Temporary breakpoint".
7800 * gdb.base/break.exp (delete_breakpoints): Likewise.
7801 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7802 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7803 * gdb.base/display.exp: Likewise.
7804 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7805 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7806 * gdb.base/restore.exp (restore_tests): Likewise.
7807 * gdb.base/sepdebug.exp: Likewise.
7808 * gdb.base/watchpoint.exp: Likewise.
7809 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7810 * gdb.mi/mi-pending.exp: Likewise.
7811 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7812 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7813 * gdb.mi/mi-var-cmd.exp: Likewise.
7814 * gdb.mi/mi-var-display.exp: Likewise.
7815 * gdb.mi/mi2-cli.exp: Likewise.
7816 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7817 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7818 * gdb.mi/mi2-var-display.exp: Likewise.
7819 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7820 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7821 new "disp" field.
7822 (mi_expect_stop): Move after_reason argument to be really after
7823 reason. This is to support fix for PR2424.
7824
7825 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7826
7827 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7828
7829 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
7830
7831 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
7832 field. Add more floating varobj tests.
7833 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
7834 field.
7835 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7836 (main): Call do_at_tests.
7837 * lib/mi-support.exp (mi_create_floating_varobj)
7838 (mi_varobj_update_with_type_change): New.
7839
7840 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7841
7842 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7843 option of -var-evaluate-expression.
7844 * gdb.mi/mi2-var-display.exp: Likewise.
7845
7846 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
7847
7848 Introduce test setup helpers.
7849 * lib/gdb.exp (build_executable, clean_restart)
7850 (prepare_for_testing): New.
7851 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7852 * gdb.base/return.exp: Likewise.
7853 * gdb.base/ending-run.exp: Likewise.
7854
7855 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
7856
7857 * gdb.mi/mi-async.exp: New test for asynchronous Machine
7858 Interface (MI) responses.
7859
7860 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
7861
7862 * gdb.cp/breakpoint.cc: New code to test conditions involving
7863 member variables.
7864 * gdb.cp/breakpoint.exp: Test condition involving member
7865 variables.
7866
7867 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
7868
7869 * lib/mi-support.exp (mi_expect_stop): New.
7870 (mi_run_cmd): Change the
7871 token. Use mi_send_resuming_command, use
7872 mi_expect_stop.
7873 (mi_execute_to_helper): Rename to mi_execute_to.
7874 (mi_send_resuming_command): Add more error patterns.
7875 (mi_wait_for_stop): Renamed to...
7876 (mi_get_stop_line): ...this.
7877 (mi_run_inline_test): Adjust.
7878
7879 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7880 * gdb.mi/mi-console.exp: Likewise.
7881 * gdb.mi/mi-pending.exp: Likewise.
7882 * gdb.mi/mi-simplerun.exp: Likewise.
7883 * gdb.mi/mi-stack.exp: Likewise.
7884 * gdb.mi/mi-stepi.exp: Likewise.
7885 * gdb.mi/mi-syn-frame.exp: Add comment.
7886 * gdb.mi/mi-until.exp: Likewise.
7887 * gdb.mi/mi-var-display.exp: Likewise.
7888 * gdb.mi/mi-watch.exp: Likewise.
7889 * gdb.mi/mi2-cli.exp: Likewise.
7890 * gdb.mi/mi2-console.exp: Likewise.
7891 * gdb.mi/mi2-simplerun.exp: Likewise.
7892 * gdb.mi/mi2-stack.exp: Likewise.
7893 * gdb.mi/mi2-stepi.exp: Likewise.
7894 * gdb.mi/mi2-until.exp: Likewise.
7895 * gdb.mi/mi2-var-display.exp: Likewise.
7896 * gdb.mi/mi2-watch.exp: Likewise.
7897
7898 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7899
7900 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7901
7902 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7903
7904 2008-04-04 Pedro Alves <pedro@codesourcery.com>
7905
7906 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7907 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7908 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7909 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7910 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7911 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7912 expect an mi error duplicated in stderr.
7913
7914 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7915
7916 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7917 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7918 Add a couple of tests that verify the behavior when the new setting
7919 is set to "cancel" and "all".
7920 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7921 "ask" before we start the testing.
7922
7923 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7924
7925 * gdb.cp/casts.cc: Add class reference variables.
7926 * gdb.cp/casts.exp: New test cases for up/down casting references.
7927
7928 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
7929
7930 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7931 instead of beginning to make an extra test pass.
7932 * gdb.mi/mi2-var-display.exp: Likewise.
7933
7934 2008-03-31 Maciej W. Rozycki <macro@mips.com>
7935
7936 * gdb.base/break.exp: Mark failures as such. Fix formatting.
7937
7938 2008-03-31 Markus Deuling <deuling@de.ibm.com>
7939 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7940
7941 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7942 value. Add xfail for older kernels.
7943
7944 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
7945
7946 Bring mi-support in line with gdb.exp.
7947 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7948 (mi_gdb_start): New function.
7949
7950 2008-03-28 Maciej W. Rozycki <macro@mips.com>
7951
7952 * gdb.mi/mi-var-cmd.exp: Fix a typo.
7953
7954 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7955
7956 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7957 * gdb.mi/mi2-var-display.exp: Likewise.
7958
7959 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7960
7961 * lib/mi-support.exp (mi_create_varobj_checked): New.
7962 (mi_list_varobj_children): Allow to check for a
7963 value.
7964 (mi_list_array_varobj_children): New.
7965
7966 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7967 and mi_list_varobj_children, as opposed to hardcoding
7968 expected strings.
7969 * gdb.mi/gdb701.exp: Likewise.
7970 * gdb.mi/gdb792.exp: Likewise.
7971 * gdb.mi/mi-var-block.exp: Likewise.
7972 * gdb.mi/mi-var-cmd.exp: Likewise.
7973 * gdb.mi/mi-var-invalidate.exp: Likewise.
7974 * gdb.mi/mi2-var-block.exp: Likewise.
7975 * gdb.mi/mi2-var-child.exp: Likewise.
7976 * gdb.mi/mi2-var-cmd.exp: Likewise.
7977 * gdb.mi/mi2-var-display.exp: Likewise.
7978
7979 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7980
7981 Fix random false FAILs on i386.
7982 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7983
7984 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7985
7986 PR gdb/544
7987 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7988
7989 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7990
7991 PR gdb/544
7992 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7993
7994 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7995
7996 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7997 fixed PR gdb/544.
7998
7999 2008-03-21 Pedro Alves <pedro@codesourcery.com>
8000
8001 * gdb.threads/fork-child-threads.exp: Test next over fork.
8002
8003 2008-03-21 Chris Demetriou <cgd@google.com>
8004
8005 * gdb.base/break.exp (rbreak junk): New test for rbreak
8006 "Junk at end of arguments" issue.
8007
8008 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8009
8010 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
8011 *& to work on created array elements.
8012 (Top level): Test print $pc with a file. Test string operations
8013 without a target.
8014 * gdb.base/ptype.exp: Do not expect *& to work on created array
8015 elements.
8016
8017 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8018
8019 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8020 gdb.threads/staticthreads.exp: Update exit query.
8021
8022 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
8023
8024 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
8025
8026 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
8027
8028 * gdb.base/watchpoint.c (global_ptr, func4): New.
8029 (main): Call func4.
8030 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
8031 (test_inaccessible_watchpoint): New.
8032
8033 2008-02-29 Maciej W. Rozycki <macro@mips.com>
8034
8035 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
8036 select the largest.
8037
8038 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8039
8040 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
8041 frames-invalid annotations.
8042
8043 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
8044
8045 * gdb.base/assign.exp: avoid same output for different tests.
8046
8047 2008-02-27 Doug Evans <dje@google.com>
8048
8049 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
8050 for bug 1738.
8051 (breakpoint_to_handler_entry): Ditto.
8052
8053 2008-02-27 Joel Brobecker <brobecker@adacore.com>
8054
8055 * gdb.base/ending-run.exp: Use the first line of code inside
8056 function body to test breakpoints.
8057 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
8058 location where the breakpoint is inserted when using the line
8059 where a function is declared. Fix typo in the description of
8060 one of the tests.
8061 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
8062
8063 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8064
8065 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
8066 tests.
8067
8068 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8069
8070 * gdb.base/args.exp: avoid same output for tests
8071 with single quotes.
8072
8073 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
8074
8075 * gdb.base/annota1.exp: Adjust for 'info break'
8076 format changes.
8077 * gdb.base/annota3.exp: Likewise.
8078 * gdb.base/break.exp: Likewise.
8079 * gdb.base/condbreak.exp: Likewise.
8080 * gdb.base/pending.exp: Likewise.
8081 * gdb.base/sepdebug.exp: Likewise.
8082 * gdb.base/unload.exp: Likewise.
8083 * gdb.cp/ovldbreak.exp: Likewise.
8084 * gdb.mi/mi-pending.exp: Likewise.
8085
8086 2008-02-07 Doug Evans <dje@google.com>
8087
8088 * gdb.cp/mb-inline.exp: New.
8089 * gdb.cp/mb-inline.h: New.
8090 * gdb.cp/mb-inline1.cc: New.
8091 * gdb.cp/mb-inline2.cc: New.
8092
8093 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8094
8095 * gdb.pascal/floats.pas: New test program.
8096 * gdb.pascal/floats.exp: New testcase.
8097
8098 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8099
8100 * gdb.base/callfuncs.c (t_float_many_args): New function.
8101 (t_double_many_args): New function.
8102 * gdb.base/callfuncs.exp: Add tests for exceeding float
8103 and double parameters passed through the stack.
8104
8105 2008-02-05 Joel Brobecker <brobecker@adacore.com>
8106
8107 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
8108 gdb.ada/complete/foo.adb: New files.
8109 * gdb.ada/complete.exp: New testcase.
8110
8111 2008-02-03 Doug Evans <dje@google.com>
8112
8113 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
8114
8115 * gdb.cp/gdb2384.exp: New file.
8116 * gdb.cp/gdb2384.cc: New file.
8117 * gdb.cp/gdb2384-base.h: New file.
8118 * gdb.cp/gdb2384-base.cc: New file.
8119
8120 2008-02-02 Doug Evans <dje@google.com>
8121
8122 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
8123
8124 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8125
8126 * gdb.ada/sym_print_name: New test program.
8127 * gdb.ada/sym_print_name.exp: New testcase.
8128
8129 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8130
8131 * gdb.ada/nested/hello.adb: New file.
8132 * gdb.ada/nested.exp: New testcase.
8133 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8134
8135 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8136
8137 * gdb.mi/basic.c (return_1): New function.
8138 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
8139 don't cause future evaluations of function to report
8140 creation of internal breakpoints.
8141
8142 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8143
8144 * gdb.mi/mi-break.exp (test_error): New.
8145 Call it.
8146
8147 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
8148
8149 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8150 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8151
8152 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8153
8154 * gdb.pascal/integers.pas: New test program.
8155 * gdb.pascal/integers.exp: New testcase.
8156
8157 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8158
8159 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8160
8161 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
8162
8163 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
8164 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
8165
8166 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
8167
8168 * gdb.ada/formatted_ref: New test program.
8169 * gdb.ada/formatted_ref.exp: New testcase.
8170
8171 * gdb.cp/formatted-ref.cc: New file.
8172 * gdb.cp/formatted-ref.exp: New testcase.
8173
8174 2008-01-30 Joel Brobecker <brobecker@adacore.com>
8175
8176 * gdb.base/ptype.exp: Add testing of "ptype $pc".
8177
8178 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8179
8180 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
8181 (test_file_list_exec_source_file): Update to new macro-info field.
8182
8183 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
8184
8185 * gdb.ada/exprs: New test program.
8186 * gdb.ada/exprs.exp: New testcase.
8187
8188 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8189
8190 * dfp-test.c (DELTA, DELTA_B): New definitions.
8191 (double_val1, double_val2, double_val3, double_val4, double_val5,
8192 double_val6, double_val7, double_val8, double_val9, double_val10,
8193 double_val11, double_val12, double_val13, double_val14, dec32_val1,
8194 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
8195 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
8196 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
8197 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
8198 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
8199 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
8200 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
8201 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
8202 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
8203 dec128_val16): New global variables.
8204 (decimal_dec128_align): New function.
8205 (decimal_mixed): Likewise.
8206 (decimal_many_args_dec32): Likewise.
8207 (decimal_many_args_dec64): Likewise.
8208 (decimal_many_args_dec128): Likewise.
8209 (decimal_many_args_mixed): Likewise.
8210 * dfp-test.exp: Add tests calling new inferior functions.
8211
8212 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8213
8214 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
8215 gdb.server/ext-run.exp: New files.
8216 * lib/gdbserver-support.exp (gdbserver_download): New.
8217 (gdbserver_start): New. Update gdbserver expected
8218 output.
8219 (gdbserver_spawn): Use them.
8220 (gdbserver_start_extended): New.
8221
8222 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8223
8224 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
8225 Run on GNU/Linux.
8226 (do_exec_tests): Check for systems which do not support catchpoints.
8227 Do not match START.
8228 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
8229 Run on GNU/Linux. Enable verbose output.
8230 (check_fork_catchpoints): New.
8231 (explicit_fork_child_follow, catch_fork_child_follow)
8232 (tcatch_fork_parent_follow): Update expected messages.
8233 (do_fork_tests): Use check_fork_catchpoints.
8234 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
8235 Run on GNU/Linux. Enable verbose output.
8236 (check_vfork_catchpoints): New.
8237 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
8238 expected messages.
8239 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
8240
8241 2008-01-29 Jim Blandy <jimb@red-bean.com>
8242
8243 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
8244 host' errors.
8245 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
8246
8247 2008-01-29 Jim Blandy <jimb@red-bean.com>
8248
8249 * gdb.threads/sigthread.c: Use barriers to ensure that
8250 child_thread and child_thread_two are always initialized before we
8251 start to use them.
8252
8253 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
8254
8255 * gdb.base/watchpoint-solib.exp: New.
8256 * gdb.base/watchpoint-solib.c: New.
8257 * gdb.base/watchpoint-solib-shr.c: New.
8258
8259 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
8260
8261 * gdb.base/gdb1056.exp: Add unsigned integer test.
8262
8263 2008-01-28 Doug Evans <dje@google.com>
8264
8265 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8266
8267 2008-01-27 Jim Blandy <jimb@codesourcery.com>
8268
8269 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8270
8271 * gdb.base/expand-psymtabs.exp: Doc fix.
8272
8273 2008-01-26 Mark Kettenis <kettenis@gnu.org>
8274
8275 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8276
8277 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
8278
8279 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
8280 -var-set-format.
8281
8282 2008-01-23 Chris Demetriou <cgd@google.com>
8283
8284 * gdb.threads/thread_events.c: New testcase source file.
8285 * gdb.threads/thread_events.exp: New testcase expect file.
8286
8287 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
8288
8289 * lib/gdb.exp: Add the variable octal.
8290
8291 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
8292 -var-set-format.
8293
8294 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8295 Vladimir Prus <vladimir@codesourcery.com>
8296
8297 * gdb.base/float.exp: Allow missing floating point for m68k and
8298 PowerPC.
8299
8300 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
8301
8302 * gdb.mi/basics.c: Setup for testing breakpoints
8303 ignore count.
8304 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8305 * gdb.mi/mi-cli.exp: Adjust.
8306 * gdb.mi/mi2-cli.exp: Adjust.
8307
8308 2008-01-17 Pedro Alves <pedro@codesourcery.com>
8309
8310 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8311 and 'dummy_ptr' integer pointer. Initialize struct_declarations
8312 with dummy_ptr's address.
8313 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8314 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8315 all targets.
8316 * gdb.mi/mi2-var-child.exp: Likewise.
8317
8318 2008-01-09 Joel Brobecker <brobecker@adacore.com>
8319
8320 * gdb.ada/null_array: New test program.
8321 * gdb.ada/null_array.exp: New testcase.
8322
8323 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8324
8325 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8326 with required float modifiers.
8327
8328 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8329
8330 * gdb.ada/funcall_param: New test program.
8331 * gdb.ada/funcall_param.exp: New testcase.
8332
8333 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8334
8335 * gdb.ada/arrayparam: New test program.
8336 * gdb.ada/arrayparam.exp: New testcase.
8337
8338 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8339
8340 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8341 landed. Should also fix random failures in the test following it.
8342
8343 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8344
8345 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8346 for expressions with decimal float values.
8347 (test_dfp_conversions): New function to test casts to and from
8348 decimal float types.
8349 Call test_dfp_conversions.
8350 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8351 elements.
8352 (main): Initialize ds.float4 and ds.double8 elements.
8353 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
8354 string to new error message.
8355 (d64_set_tests): Likewise.
8356 (d128_set_tests): Likewise.
8357 Add tests for expressions with decimal float variables. Add tests for
8358 conversions to and from decimal float types.
8359
8360 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8361
8362 * gdb.ada/packed_tagged/comp_bug.adb: New file.
8363 * gdb.ada/packed_tagged.exp: New testcase.
8364
8365 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8366
8367 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8368 gdb.ada/homonym/homonym_main.adb: New files.
8369 * gdb.ada/homonym.exp: New testcase.
8370
8371 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8372
8373 * gdb.ada/packed_array.exp: Add testing of references to
8374 a packed array.
8375
8376 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8377
8378 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8379 New files.
8380 * gdb.ada/type_coercion.exp: New testcase.
8381
8382 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8383
8384 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8385 gdb.ada/tagged/foo.adb: New file.
8386 * gdb.ada/tagged.exp: New testcase.
8387
8388 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8389
8390 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8391 gdb.ada/ptype_field/foo.adb: New files.
8392 * gdb.ada/ptype_field.exp: New testcase.
8393
8394 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8395
8396 * gdb.ada/print_pc.exp: New testcase.
8397
8398 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8399
8400 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8401 gdb.ada/taft_type/p.adb: New files.
8402 * gdb.ada/taft_type.exp: New testcase.
8403
8404 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8405
8406 * gdb.ada/array_bounds/bar.adb: New file.
8407 * gdb.ada/array_bounds.exp: New testcase.
8408
8409 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8410
8411 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
8412 gdb.ada/arrayptr/foo.adb: New files.
8413 * gdb.ada/arrayptr.exp: New testcase.
8414
8415 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8416
8417 * gdb.base/set-lang-auto.exp: New testcase.
8418
8419 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8420
8421 * gdb.ada/fun_addr/foo.adb: New file.
8422 * gdb.ada/fun_addr.exp: New testcase.
8423
8424 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8425
8426 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
8427 New files
8428
8429 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8430
8431 * array_subscript_addr/p.adb: New file.
8432 * array_subscript_addr.exp: New testcase.
8433
8434 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8435
8436 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
8437 New files.
8438 * gdb.ada/str_cmp_ref.exp: New testcase.
8439
8440 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8441
8442 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
8443 gdb.ada/fun_in_declare/foo.adb: New files.
8444 * gdb.ada/fun_in_declare.exp: New testcase.
8445
8446 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8447
8448 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
8449 gdb.ada/ref_param/pck.ads: New files.
8450 * gdb.ada/ref_param.exp: New testcase.
8451
8452 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8453
8454 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
8455 gdb.ada/interface/foo.adb: New files.
8456 * gdb.ada/interface.exp: New testcase.
8457
8458 2007-12-31 Jim Blandy <jimb@codesourcery.com>
8459
8460 * gdb.base/multi-forks.exp: Consume all output from child
8461 processes before proceeding to next test.
8462
8463 2007-12-29 Jim Blandy <jimb@codesourcery.com>
8464
8465 * configure: Regenerated.
8466
8467 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8468
8469 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8470 gdb.ada/fixed_cmp/fixed.adb: New files.
8471 * gdb.ada/fixed_cmp.exp: New testcase.
8472
8473 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8474
8475 * gdb.ada/boolean_expr.exp: New testcase.
8476
8477 2007-12-26 Jim Blandy <jimb@codesourcery.com>
8478
8479 * gdb.base/multi-forks.exp: Doc fix.
8480
8481 2007-12-26 Joel Brobecker <brobecker@adacore.com>
8482
8483 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8484 * gdb.ada/char_param.exp: Do not compile our test program with
8485 -gnata, this is unnecessary.
8486 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8487
8488 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8489
8490 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8491 gdb.ada/print_chars/foo.adb: New files.
8492 * gdb.ada/print_chars.exp: New testcase.
8493
8494 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8495
8496 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8497 gdb.ada/char_param/foo.adb: New files.
8498 * gdb.ada/char_param.exp: New testcase.
8499
8500 2007-12-22 Jim Blandy <jimb@codesourcery.com>
8501
8502 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8503 hard-coding source line numbers into the test.
8504 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8505 gdb_get_line_number to find.
8506
8507 2007-12-22 Joel Brobecker <brobecker@adacore.com>
8508
8509 * gdb.base/ptype.c (highest): New struct type.
8510 (the_highest): New variable of that type.
8511 (main): Add dummy assignment to a field of variable the_highest.
8512 * gdb.base/ptype.exp: Test type printing of our new variable.
8513
8514 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8515
8516 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8517 and record first explicitly generated thread number.
8518 Use that thread number for thread specific watchpoint test.
8519 Add iteration number to repetitive tests.
8520
8521 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8522 Jim Blandy <jimb@codesourcery.com>
8523
8524 * gdb.base/expand-psymtabs.c: New testcase
8525 source file.
8526 * gdb.base/expand-psymtabs.exp: New testcase
8527 expect file.
8528
8529 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8530
8531 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8532 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8533
8534 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8535
8536 * gdb.ada/frame_args/foo.adb: New file.
8537 * gdb.ada/frame_args/pck.ads: New file.
8538 * gdb.ada/frame_args/pck.adb: New file.
8539 * gdb.ada/frame_args.exp: New testcase.
8540
8541 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8542
8543 * gdb.base/frame-args.c: New file.
8544 * gdb.base/frame-args.exp: New testcase.
8545
8546 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8547 Joseph Myers <joseph@codesourcery.com>
8548
8549 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8550
8551 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8552
8553 * gdb.mi/mi-pending.exp: New.
8554 * gdb.mi/mi-pending.c: New.
8555 * gdb.mi/mi-pendshr.c: New.
8556
8557 2007-12-06 Jim Blandy <jimb@codesourcery.com>
8558
8559 * gdb.base/default.exp: Update expected output for 'info catch'.
8560
8561 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8562
8563 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8564 must be set to binary.
8565
8566 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8567
8568 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8569
8570 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8571
8572 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8573 gdb.mi/mi-file-transfer.exp: New.
8574
8575 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8578
8579 2007-11-22 Maciej W. Rozycki <macro@mips.com>
8580
8581 * gdb.trace/backtrace.exp: Fix a typo.
8582 * gdb.trace/circ.exp: Likewise.
8583 * gdb.trace/collection.exp: Likewise.
8584 * gdb.trace/limits.exp: Likewise.
8585 * gdb.trace/report.exp: Likewise.
8586 * gdb.trace/tfind.exp: Likewise.
8587 * gdb.trace/while-dyn.exp: Likewise.
8588
8589 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
8590
8591 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8592 objects of pointers that can't be dereferenced are now
8593 "noneditable".
8594
8595 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8596
8597 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8598 (target_cpu): Remove.
8599
8600 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8601
8602 * gdb.base/ending-run.exp: Expect the list of cleared
8603 breakpoint to come in natural order, not the reversed one.
8604
8605 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8606
8607 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8608 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8609
8610 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8611
8612 * gdb.base/printcmds.exp: New function
8613 test_printf_with_dfp.
8614
8615 2007-11-02 Doug Evans <dje@google.com>
8616
8617 * gdb.disasm/t01_mov.s: Remove carriage returns.
8618 * gdb.disasm/t02_mova.s: Ditto.
8619 * gdb.disasm/t03_add.s: Ditto.
8620 * gdb.disasm/t04_sub.s: Ditto.
8621 * gdb.disasm/t05_cmp.s: Ditto.
8622 * gdb.disasm/t06_ari2.s: Ditto.
8623 * gdb.disasm/t07_ari3.s: Ditto.
8624 * gdb.disasm/t08_or.s: Ditto.
8625 * gdb.disasm/t09_xor.s: Ditto.
8626 * gdb.disasm/t10_and.s: Ditto.
8627 * gdb.disasm/t11_logs.s: Ditto.
8628 * gdb.disasm/t12_bit.s: Ditto.
8629 * gdb.disasm/t13_otr.s: Ditto.
8630
8631 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8632
8633 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8634
8635 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8636
8637 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8638 provide DFP support.
8639
8640 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8641
8642 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8643 Test "set powerpc vector-abi". Skip auto-detection tests for old
8644 toolchains.
8645
8646 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8647
8648 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8649 with [string compare].
8650
8651 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8652
8653 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8654 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8655
8656 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
8657
8658 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8659 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8660 * gdb.opt/Makefile.in: New makefile.
8661 * Makefile.in: Create new directory "gdb.opt".
8662 * configure.ac: Add "gdb.opt" directory.
8663 * configure: Regenerated.
8664
8665 2007-10-25 Doug Evans <dje@google.com>
8666
8667 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8668 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8669
8670 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
8671 Thiago Jung Bauermann <bauerman@br.ibm.com>
8672
8673 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8674 Floating Point expressions.
8675 * gdb.base/dfp-test.exp: new file adding tests for Decimal
8676 Floating Point variables.
8677 * gdb.base/dfp-test.c: new file containing program with Decimal
8678 Floating variables, used by gdb.base/dfp-test.exp.
8679
8680 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8681
8682 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8683
8684 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8685
8686 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8687 compiling test case with GCC.
8688 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8689
8690 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8691
8692 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8693 format changes.
8694
8695 2007-10-18 Michael Snyder <msnyder@specifix.com>
8696
8697 * gdb.base/dbx.exp: Add missing "-re " operator.
8698
8699 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8700
8701 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8702 * configure.ac: Removed trailing spaces after backslash.
8703 * gdb.modula2: New directory.
8704 * gdb.modula2/Makefile.in: New file.
8705 * gdb.modula2/unbounded-array.exp: New file.
8706 * gdb.modula2/unbounded1.c: New file.
8707
8708 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8709
8710 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8711
8712 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
8713
8714 * gdb.base/sigstep.c (main): Add checks for
8715 return values for setitimer call.
8716 Call setitimer again with itimer = ITIMER_REAL
8717 if first call to setitimer fails.
8718
8719 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8720
8721 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8722 of $timeout.
8723
8724 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8725
8726 * gdb.server/server-run.exp: Test for dynamic linker symbols.
8727
8728 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
8729
8730 * lib/gdb.exp (gdb_run_cmd): Move comment outside
8731 of gdb_expect call, to avoid interruption.
8732
8733 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
8734
8735 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8736 (v_unsigned_long_long, v_long_long_array)
8737 (v_signed_long_long_array, v_unsigned_long_long_array)
8738 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8739 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8740 [!NO_LONG_LONG]: New.
8741 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8742 v_long_long_member.
8743
8744 (v_long_long_func, v_signed_long_long_func)
8745 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8746 (main) [!NO_LONG_LONG]: Initialize long long variants.
8747
8748 * gdb.base/whatis.exp: If board file requests no_long_long, build
8749 test with NO_LONG_LONG defined. Test long long, signed long long,
8750 and unsigned long long variants but only if board file doesn't
8751 disable it.
8752
8753 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
8754 Daniel Jacobowitz <dan@codesourcery.com>
8755
8756 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8757 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8758 * configure: Regenerated.
8759 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8760 gdb.pascal/types.exp, lib/pascal.exp: New files.
8761
8762 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
8763
8764 * gdb.cp/classes.exp (do_tests): Always step to the line after the
8765 call.
8766 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8767 to return to the call.
8768 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8769 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8770 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8771 * gdb.mi/mi-until.exp (test_until): Likewise.
8772 * gdb.mi/mi2-until.exp (test_until): Likewise.
8773
8774 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
8775
8776 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8777 two-char array.
8778 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8779
8780 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8781
8782 * gdb.threads/watchthreads.c (thread_function): Sleep between
8783 iterations.
8784 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8785 at once for S/390. Generate matching fails and passes.
8786
8787 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
8788
8789 * gdb.mi/var-cmd.c (do_children_tests): Initialize
8790 the 'struct_declarations' variable to zeros.
8791
8792 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
8793
8794 * gdb.cp/mb-ctor.cc: New.
8795 * gdb.cp/mb-ctor.exp: New.
8796 * gdb.cp/mb-templates.cc: New.
8797 * gdb.cp/mb-templates.exp: New.
8798
8799 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
8800
8801 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8802
8803 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
8804
8805 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8806 targets.
8807 * configure: Regenerate.
8808
8809 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
8810
8811 * gdb.base/annota1.exp: Adjust for 'info break'
8812 format changes.
8813 * gdb.base/annota3.exp: Likewise.
8814 * gdb.base/break.exp: Likewise.
8815 * gdb.base/condbreak.exp: Likewise.
8816 * gdb.base/pending.exp: Likewise.
8817 * gdb.base/sepdebug.exp: Likewise.
8818 * gdb.base/unload.exp: Likewise.
8819 * gdb.base/ovldbreak.exp: Likewise.
8820
8821 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
8822
8823 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8824 messages.
8825 * gdb.base/chng-syms.exp: Likewise.
8826 * gdb.base/unload.exp: Likewise.
8827
8828 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
8829
8830 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8831
8832 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8833
8834 * schedlock.c (NUM): Change to 1.
8835 (main): Use args[0] for the main thread.
8836 * schedlock.exp: Only expect two threads. Only issue one pass or fail
8837 regardless of the number of threads.
8838
8839 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8840
8841 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8842 type down.
8843 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8844 test.
8845 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8846 watchpoint type down.
8847 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8848 test.
8849
8850 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8851
8852 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8853 Move all the tests here and run them twice, once using software
8854 watchpoints and once using hardware watchpoints.
8855 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8856
8857 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
8858
8859 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8860 test.
8861
8862 2007-09-10 Mark Kettenis <kettenis@gnu.org>
8863
8864 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8865 build-id.
8866
8867 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8868 know about $ORIGIN. Calculate output dir from $dest instead of
8869 using ${objdir}/{$subdir}.
8870
8871 2007-09-09 Mark Kettenis <kettenis@gnu.org>
8872
8873 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8874 gcore, before continuing with the test.
8875
8876 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
8877
8878 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8879 * gdb.mi/mi-watch.exp: Likewise.
8880
8881 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8882 Jim Blandy <jimb@codesourcery.com>
8883
8884 * gdb.arch/i386-sse.exp: Do not expect character constants.
8885 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8886 * gdb.base/display.exp: Allow print/s.
8887 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8888 and unsigned char array changes.
8889
8890 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8891
8892 * gdb.base/display.exp: Add tests for printf %p.
8893
8894 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8895
8896 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8897 the dll name to unicode.
8898
8899 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8900
8901 * gdb.base/default.exp (show version): Update the version text.
8902 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8903
8904 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8905
8906 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8907 New files.
8908
8909 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8910
8911 * lib/gdb.exp (build_id_debug_filename_get): New function.
8912 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8913 Remove the generate DEBUG file for the future testcase runs.
8914 New testcase for the NT_GNU_BUILD_ID retrieval.
8915 Move the final testing step to ...
8916 (test_different_dir): ... a new function.
8917 New parameter XFAIL to XFAIL all the tests performed.
8918 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8919 New parameter TYPE to PF_PREFIX all the tests performed.
8920
8921 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8922
8923 * gdb.mi/mi-var-cp.cc (path_expression): New
8924 function.
8925 * gdb.mi/mi-var-cp.exp: Run path exression tests.
8926
8927 2007-08-27 Markus Deuling <deuling@de.ibm.com>
8928
8929 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8930 to fit into SPU Local Store memory.
8931
8932 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8933
8934 * gdb.base/default.exp: Adjust the expected output of "info
8935 warranty" after the switch to GPLv3.
8936
8937 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8938
8939 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8940 to 30000 (from 20000).
8941
8942 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8943
8944 Switch the license of all .exp files to GPLv3.
8945 Switch the license of all .f and .f90 files to GPLv3.
8946 Switch the license of all .s and .S files to GPLv3.
8947
8948 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8949
8950 * configure.ac: Switch license to GPLv3.
8951
8952 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8953
8954 Switch the licensing to GPLv3 for all .ads and .adb files.
8955
8956 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
8957
8958 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8959 and t_int_double.
8960 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8961
8962 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8963
8964 * gdb.base/step-line.c: Switch license to GPL version 3, and
8965 update copyright year.
8966 * gdb.base/step-line.inp: Likewise.
8967
8968 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8969
8970 * gdb.base/gdb1555.exp: Make expected output immune to formatting
8971 changes inside gdb1555.c.
8972 * gdb.base/pending.exp: Likewise.
8973
8974 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
8975
8976 * config/default.exp: New file.
8977
8978 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8979
8980 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8981 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8982
8983 2007-07-30 Maciej W. Rozycki <macro@mips.com>
8984
8985 * gdb.base/dump.exp: Force the correct endianness for binary
8986 formats not carrying this information.
8987
8988 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8989
8990 * gdb.threads/staticthreads.exp: Match .*sem_post.
8991
8992 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8993
8994 * gdb.base/readline.exp (operate_and_get_next): Match the final
8995 prompt.
8996
8997 2007-07-23 Kevin Buettner <kevinb@redhat.com>
8998
8999 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
9000 to restarting SID.
9001
9002 2007-07-18 Kevin Buettner <kevinb@redhat.com>
9003
9004 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
9005 prior to `gdb_start'.
9006
9007 2007-07-18 Kevin Buettner <kevinb@redhat.com>
9008
9009 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
9010 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
9011 Remove call to gdb_unload.
9012
9013 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
9014 Daniel Jacobowitz <dan@codesourcery.com>
9015
9016 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
9017 for __WIN32__.
9018 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
9019 * gdb.base/unload.exp: Use shared library test routines.
9020
9021 2007-07-03 Markus Deuling <deuling@de.ibm.com>
9022
9023 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
9024 * gdb.base/solib-symbol-lib.c: Likewise.
9025 * gdb.base/solib-symbol-main.c: Likewise.
9026
9027 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
9028
9029 * config/gdbserver.exp (gdb_reconnect): New.
9030 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
9031 gdb.base/solib-disc.exp: New files.
9032 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
9033 remote debugging".
9034 (gdb_compile): Add shlib_load flag.
9035 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
9036 port.
9037 (gdbserver_reconnect): New.
9038
9039 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
9040 Daniel Jacobowitz <dan@codesourcery.com>
9041
9042 * gdb.base/annota3.exp: Test for if construct.
9043
9044 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
9045
9046 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
9047
9048 2007-06-21 Chris Dearman <chris@mips.com>
9049 Maciej W. Rozycki <macro@mips.com>
9050
9051 * gdb.base/display.exp: Allow a newline after display/i.
9052 * gdb.base/pc-fp.exp: Likewise.
9053 * gdb.base/sigbpt.exp: Likewise.
9054
9055 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9056
9057 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
9058 required features to be included.
9059
9060 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9061
9062 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
9063 in info threads output.
9064
9065 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9066 Markus Deuling <deuling@de.ibm.com>
9067
9068 * gdb.arch/spu-info.exp: New testcase.
9069 * gdb.arch/spu-info.c: New file.
9070
9071 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
9072
9073 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
9074 tpcs_offset. Restore lr after the call.
9075 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
9076
9077 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
9078
9079 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
9080 (gdbserver_run): Kill any running gdbserver.
9081 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
9082
9083 2007-05-17 Maciej W. Rozycki <macro@mips.com>
9084
9085 * gdb.base/sigbpt.exp: Preset segv_addr.
9086
9087 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
9088
9089 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
9090 (gdb_compile_shlib): Likewise.
9091 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
9092 (default_gdb_init): Clear cleanfiles.
9093 (gdb_finish): Delete recorded cleanfiles.
9094 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
9095
9096 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
9097 Do not use isnative.
9098 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
9099 gdb.base/so-impl-ld.exp: Likewise.
9100 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
9101 * gdb.base/unload.exp: Likewise. Do not pass empty option to
9102 gdb_compile.
9103
9104 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
9105
9106 * config/unknown.exp: Remove.
9107
9108 2007-05-15 Markus Deuling <deuling@de.ibm.com>
9109
9110 * gdb.base/info-proc.exp: Check is_remote.
9111
9112 2007-05-14 Markus Deuling <deuling@de.ibm.com>
9113
9114 * gdb.base/gcore.exp: Initialize variable core_supported.
9115
9116 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9117
9118 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
9119
9120 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9121
9122 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
9123 * gdb.threads/print-threads.exp (test_all_threads): Allow
9124 negative and hexadecimal thread IDs.
9125
9126 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9127
9128 * gdb.java/jprint.java (public): Avoid invalid call to static
9129 method.
9130
9131 2007-05-14 Denis Pilat <denis.pilat@st.com>
9132
9133 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
9134 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
9135 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9136 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
9137 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
9138
9139 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9140
9141 * gdb.base/overlays.exp: Add support for targets with only code
9142 overlay support, not data overlay. Support spu-*-* target in
9143 this mode.
9144 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9145 * gdb.base/spu.ld: New file.
9146
9147 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9148
9149 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9150
9151 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9152
9153 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9154
9155 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9156
9157 * gdb.java/jmain.exp: Handle demangled names with and without method
9158 signatures.
9159
9160 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9161
9162 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9163 (have_a_very_merry_interrupt): Remove calls to puts.
9164 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
9165 inferior output.
9166 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
9167 test names.
9168
9169 2007-04-29 Markus Deuling <deuling@de.ibm.com>
9170 Daniel Jacobowitz <dan@codesourcery.com>
9171
9172 * gdb.base/auxv.exp (core_works): Also check is_remote.
9173 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
9174
9175 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
9176
9177 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
9178 message, not the undefined 'module' variable.
9179 * gdb.base/siginfo.exp: Likewise.
9180 * gdb.base/sigstep.exp: Likewise.
9181 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
9182 serialport.
9183 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
9184
9185 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
9186
9187 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
9188 target sim fails. Return 0 otherwise.
9189 (gdb_load): Return prematurely if gdb_target_sim fails.
9190
9191 2007-04-16 Denis Pilat <denis.pilat@st.com>
9192
9193 * gdb.base/setshow.exp: Reset height after having set it to 100.
9194
9195 2007-04-16 Denis Pilat <denis.pilat@st.com>
9196
9197 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
9198
9199 2007-04-16 Denis Pilat <denis.pilat@st.com>
9200
9201 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
9202
9203 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
9204
9205 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
9206 tests. Run the frozen varobjs test.
9207 * gdb.mi/var-cmd.c (do_frozen_tests): New.
9208 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
9209
9210 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9211
9212 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
9213 gdb.base/type-opaque.exp: New files.
9214
9215 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
9216
9217 * gdb.mi/mi-var-child.c
9218 (do_children_tests): User char[2] instead of
9219 char so that automatic printing of pointers to char
9220 don't give unpredicable result.
9221 * gdb.mi/var-cmd.c (do_locals_test): Initialize
9222 local variables.
9223 * gdb.mi/mi-var-child.exp: Step to right line
9224 of do_children_tests.
9225 * gdb.mi/mi2-var-child.exp: Likewise.
9226 * gdb.mi/mi-var-cmd.exp: Step to right line of
9227 do_locals_tests.
9228 (do_children_tests): User char[2] instead of
9229 char so that automatic printing of pointers to char
9230 don't give unpredicable result.
9231 * gdb.mi/mi2-var-cmd.exp: Likewise.
9232 * lib/mi-support.exp (mi_continue_to_line):
9233 Pass test name to mi_wait_for_stop.
9234
9235 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9236
9237 * gdb.asm/asm-source.exp: Remove d10v case.
9238 * lib/gdb.exp (skip_cplus_tests): Likewise.
9239 * gdb.asm/d10v.inc: Deleted.
9240
9241 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9242
9243 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
9244
9245 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9246
9247 * config/netware.exp: Delete file.
9248
9249 2007-03-29 Joel Brobecker <brobecker@adacore.com>
9250
9251 * gdb.dwarf2/dw2-noloc.S: New file.
9252 * gdb.dwarf2/dw2-noloc.exp: New file.
9253
9254 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9255
9256 * gdb.cp/method2.cc: New test.
9257 * gdb.cp/method2.exp: New test.
9258 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9259
9260 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9261
9262 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9263
9264 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9265
9266 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9267
9268 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9269
9270 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9271 (gdb_load): Delete, replace with...
9272 (gdb_reload): ...this.
9273 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9274 * gdb.server/server-mon.exp: Likewise.
9275 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9276 (gdb_start_cmd): New.
9277 (gdb_file_cmd): Save the last loaded file.
9278 (gdb_reload): New.
9279 (gdb_gnu_strip_debug): Use transform.
9280 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9281 support here. Use new $last_loaded_file. Check mtime.
9282 (gdb_target_cmd): Handle ObjC failure case.
9283 (infer_host_exec): Delete.
9284 (gdbserver_load): Rename to...
9285 (gdbserver_run): ...this. Simplify.
9286 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9287 (mi_gdb_load): Move most contents to a new function...
9288 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
9289 (mi_run_cmd): Use mi_gdb_target_load.
9290 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9291 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9292 Use gdb_run_cmd.
9293 * gdb.base/charsign.exp: Remove incorrect comment.
9294 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9295 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9296 gdb.base/start.exp: Use gdb_start_cmd.
9297
9298 2007-03-23 Nigel Stephens <nigel@mips.com>
9299 Maciej W. Rozycki <macro@mips.com>
9300
9301 * gdb.base/sigbpt.exp: Fix the message when skipping test.
9302 * gdb.base/signull.exp: Similarly.
9303
9304 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9305
9306 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9307 messages available to test cases (like chng-sym.exp).
9308
9309 2007-03-14 Andreas Schwab <schwab@suse.de>
9310
9311 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9312 format changes.
9313
9314 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9315
9316 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9317 (optimized_1): New.
9318 (main): Call optimized_1.
9319 (gdb2029): Correct typos. Call gdb2029_marker.
9320 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
9321 for gdb2029.
9322
9323 2007-03-12 Mark Kettenis <kettenis@gnu.org>
9324
9325 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9326 as tabs. Remove redundant test pattern.
9327
9328 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9329
9330 * gdb.base/long_long.exp: Accept optional symbol name in <...>
9331 for /a format output.
9332
9333 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
9334
9335 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9336 collect output incrementally.
9337
9338 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9339
9340 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9341 for -var-create lpcharacter test.
9342 * gdb.mi/mi2-var-cmd.exp: Likewise.
9343
9344 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9345
9346 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9347 pass on targets where address zero is readable.
9348
9349 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9350
9351 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9352 just a single architecture.
9353
9354 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9355
9356 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9357 (fetch_all_registers): New function, uses gdb_test_multiple and
9358 exp_continue to fetch inferior output line-by-line.
9359 Replace all uses of do_get_all_registers by fetch_all_registers.
9360
9361 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9362
9363 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9364 in target_info.
9365
9366 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9367
9368 * gdb.threads/manythreads.exp: Use $message string for
9369 consistancy; add a default (timeout) case.
9370
9371 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9372
9373 * gdb.base/watchpoint.exp: Fix truncated comment.
9374
9375 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9376
9377 * Makefile.in: Remove spurious single-quotes from sed command.
9378
9379 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9380
9381 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
9382 func.
9383 * gdb.mi/mi2-var-cmd.exp: Likewise.
9384
9385 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9386
9387 * gdb.dwarf2/dw2-producer.S: New file.
9388 * gdb.dwarf2/dw2-producer.exp: New testcase.
9389
9390 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
9391
9392 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9393 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9394 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9395 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9396 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9397 Revert tests to use mi_gdb_test and include value field in output
9398 of -var-create.
9399
9400 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9401
9402 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9403
9404 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9405
9406 * gdb.base/maint.exp: Remove full paths from test names.
9407 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
9408 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
9409
9410 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9411
9412 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
9413
9414 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9415
9416 * gdb.server/server-mon.exp: New test.
9417
9418 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9419
9420 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
9421
9422 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9423
9424 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
9425 register capitalization.
9426
9427 2007-02-13 Denis Pilat <denis.pilat@st.com>
9428
9429 * gdb.mi/mi-var-invalidate.exp: New file.
9430
9431 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9432
9433 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
9434
9435 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9436
9437 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
9438
9439 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9440
9441 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
9442 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
9443
9444 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
9445
9446 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9447 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9448 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9449 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9450 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9451 * gdb.mi/gdb792.exp, lib/mi-support.exp:
9452 Update tests to include value field in output of -var-create.
9453
9454 2007-02-08 Andreas Schwab <schwab@suse.de>
9455
9456 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
9457
9458 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9459
9460 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
9461 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9462
9463 2007-02-02 Denis Pilat <denis.pilat@st.com>
9464
9465 * gdb.threads/threadapply.exp: check that frame is not changed by
9466 the thread apply all command.
9467
9468 2007-01-31 Andreas Schwab <schwab@suse.de>
9469
9470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9471
9472 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9473 in the dwarf sections.
9474 * gdb.dwarf2/mac-fileno.S: Likewise.
9475
9476 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9477 bspstore register on ia64.
9478
9479 2007-01-29 Andreas Schwab <schwab@suse.de>
9480
9481 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9482 "frame-begin" annotation.
9483
9484 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9485 number of "frames-invalid" annotations.
9486
9487 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9488
9489 * gdb.base/commands.exp: Call if_commands_test.
9490 (gdb_test_no_prompt, if_commands_test): New.
9491
9492 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9493
9494 * gdb.threads/sigthread.c (NSIGS): Make bigger.
9495
9496 2007-01-27 Andreas Schwab <schwab@suse.de>
9497
9498 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9499 .short/.int/.quad in the dwarf sections.
9500 * gdb.dwarf2/dw2-intercu.S: Likewise.
9501 * gdb.dwarf2/dw2-intermix.S: Likewise.
9502
9503 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9504
9505 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9506 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9507 array.
9508 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9509 * gdb.base/setvar.exp: Likewise.
9510
9511 2007-01-26 Andreas Schwab <schwab@suse.de>
9512
9513 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9514 test.
9515
9516 * gdb.base/multi-forks.exp ("restart $i"): Also match
9517 __kernel_syscall_via_break.
9518
9519 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9520
9521 * lib/mi-support.exp (mi_delete_varobj): New.
9522 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9523 testcase.
9524 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9525 (main): Call the above.
9526 (reference_update_test, base_in_reference_test)
9527 (reference_to_pointer): Delete the created varobjs.
9528
9529 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9530
9531 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9532 * configure: Regenerated.
9533 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9534 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9535 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9536 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9537 * lib/gdb.exp (gdb_skip_xml_test): New function.
9538
9539 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9540
9541 * gdb.base/sigrepeat.exp: Correct error message.
9542
9543 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9544 Daniel Jacobowitz <dan@codesourcery.com>
9545
9546 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9547 gdb.arch/i386-gnu-cfi-asm.S: New files.
9548
9549 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9550
9551 * lib/gdb.exp: Abort on missing `site.exp'.
9552
9553 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9554 Daniel Jacobowitz <dan@codesourcery.com>
9555
9556 * gdb.base/included.c, gdb.base/included.exp,
9557 gdb.base/included.h: New files.
9558
9559 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9560
9561 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9562 (maximize_rlimit): Reduce limits on 64-bit systems.
9563
9564 2007-01-19 Mark Kettenis <kettenis@gnu.org>
9565
9566 From Marcus Deuling <deuling@de.ibm.com>:
9567 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9568 every case.
9569
9570 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
9571
9572 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9573 (test_path_specification): Use objdir instead of srcdir to always
9574 get an absolute filename.
9575
9576 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9577
9578 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9579
9580 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9581
9582 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9583 Make sure the variable we're using is in scope.
9584 (reference_to_pointer): Likewise.
9585
9586 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9587
9588 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9589 has no debug information.
9590
9591 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9592
9593 * gdb.base/annota1.exp: Remove extra send_gdb.
9594
9595 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9596
9597 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9598
9599 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9600
9601 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9602
9603 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
9604 Daniel Jacobowitz <dan@codesourcery.com>
9605
9606 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9607 lcharacter or linteger change. Correct duplicated test name.
9608 * gdb.mi/mi2-var-cmd.exp: Likewise.
9609
9610 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9611
9612 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9613
9614 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9615
9616 * gdb.base/nofield.c: New file.
9617 * gdb.base/nofield.exp: New testcase.
9618
9619 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9620
9621 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9622
9623 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9624 test.
9625
9626 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9627
9628 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9629
9630 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9631
9632 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9633 when continuing.
9634
9635 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9636
9637 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9638 Expect ".exe" extension.
9639
9640 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9641
9642 * gdb.base/charset.exp: Add explicit filename to break.
9643 * gdb.base/dbx.exp: Add explicit filename to breaks.
9644
9645 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9646
9647 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9648 * gdb.mi/mi2-file.exp: Likewise.
9649
9650 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9651
9652 Implement specification of MI tests as comments
9653 in C and C++ sources.
9654 * lib/mi-support.exp (mi_autotest_data): New variable.
9655 (mi_autotest_source): New variable.
9656 (count_newlines, mi_prepare_inline_tests)
9657 (mi_get_inline_test, mi_continue_to_line)
9658 (mi_run_inline_test, mi_tbreak)
9659 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9660 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9661 Run inline tests.
9662 * gdb.mi/mi-var-cp.cc: Define tests here.
9663
9664 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9665
9666 Simplify usage of mi_continue_to.
9667 * lib/mi-support.exp (mi_runto_helper): Renamed
9668 from mi_runto, added new parameter 'run_or_continue'.
9669 (mi_runto): Use mi_runto_helper.
9670 (mi_continue_to): Accept just function name as parameter.
9671 Use mi_runto_helper.
9672 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9673 * gdb.mi/mi2-var-cmd.exp: Likewise.
9674
9675 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9676
9677 Make this testcase a bit more realistic. The current code
9678 is too simplistic, and allows the compiler to optimize out
9679 some of the entities we need for this testcase.
9680 * gdb.ada/null_record/bar.ads (Void_Star): New type.
9681 (Do_Nothing): Add extra parameter.
9682 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9683 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9684 by using a variable of type Void_Star.
9685
9686 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9687
9688 * gdb.ada/catch_ex/foo.adb: New file.
9689 * gdb.ada/catch_ex.exp: New testcase.
9690
9691 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9692
9693 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9694 pass --image-base to linker.
9695
9696 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9697 Daniel Jacobowitz <dan@codesourcery.com>
9698
9699 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
9700 secondary prompts.
9701
9702 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9703
9704 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9705 output. Test the types of members and member pointers.
9706 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9707 gdb/2092.
9708 * gdb.cp/member-ptr.exp: Search for a comment instead of a
9709 statement. Enable for GCC. Update expected output for some tests
9710 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
9711 layout.
9712 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9713 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9714 (Diamond::vget_base): New.
9715 (main): Add new tests.
9716 * gdb.cp/printmethod.exp: Update expected output for member functions.
9717 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9718 print pEe->D::vg().
9719
9720 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9721
9722 * gdb.threads/tls.exp: Allow stops in sem_post.
9723
9724 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
9725
9726 * gdb.base/annota1.exp: Allow .*printf in backtraces.
9727 * gdb.base/annota3.exp: Likewise.
9728 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9729 again (instead of timing out).
9730 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9731 GCC bug 26475.
9732 * gdb.java/jmisc.exp: Adjust to work with method signatures including
9733 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
9734 test from jmisc1.exp.
9735 * gdb.java/jmisc1.exp: Delete.
9736 * gdb.java/jprint.exp: Adjust to work with method signatures including
9737 return types.
9738 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9739 * gdb.threads/linux-dp.exp: Don't be confused by program output.
9740 * lib/java.exp (compile_java_from_source): Pass the correct type
9741 to target_compile.
9742
9743 2006-12-31 Joel Brobecker <brobecker@adacore.com>
9744
9745 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9746 (stack_align_edx): New function.
9747 (stack_align_eax): New function.
9748 (main): Add calls to stack_align_edx and stack_align_eax.
9749 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9750 Add testing for the cases where the register used during a stack
9751 realignment is edx. Same for eax.
9752
9753 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
9754
9755 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9756 and generic PE targets.
9757
9758 2006-12-29 Joel Brobecker <brobecker@adacore.com>
9759
9760 * gdb.ada/array_return.exp: Update copyright date list.
9761
9762 2006-12-27 Joel Brobecker <brobecker@adacore.com>
9763
9764 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9765 (Create_Small_Float_Vector): New function.
9766 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9767 function body.
9768 * gdb.ada/array_return/p.adb: Use new type and function from
9769 package Pck.
9770 * gdb.ada/array_return.exp: Add a test verifying that GDB is
9771 able to print the value returned by a function returning an
9772 array of float.
9773
9774 2006-12-20 Joel Brobecker <brobecker@adacore.com>
9775
9776 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9777 The associated tests should be PASSing.
9778
9779 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9780
9781 Test for base in references.
9782 * gdb.mi/mi-var-cp.cc: Add test code.
9783 * gdb.mi/mi-var-cp.exp: Test for bases in references.
9784 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9785 * gdb.mi/mi2-watch.exp: Likewise.
9786 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9787 (mi_list_varobj_children): New function.
9788
9789 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9790
9791 * lib/mi-support.exp
9792 (mi_runto): Accept "()" after function name.
9793 (mi_create_varobj): New function.
9794 (mi_varobj_update): New function.
9795 (mi_Check_varobj_value): New function.
9796 * gdb.mi/mi-var-cp.exp: New file.
9797 * gdb.mi/mi-var-cp.cc: New file.
9798
9799 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
9800
9801 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9802 gdb.base/weaklib2.c: New files.
9803
9804 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
9805
9806 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9807 info. Adjust test names.
9808
9809 * gdb.base/break.c (main): Move position of malloc.
9810 * gdb.base/break.exp: Revert mistaken checkin.
9811
9812 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
9813
9814 * gdb.mi/mi-var-cmd.exp: Check -var-update after
9815 assignement of arrays and function pointers.
9816 * gdb.mi/var-cmd.c: Add declaration necessary for above
9817 tests.
9818
9819 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9820
9821 * gdb.base/break.c (main): Call malloc.
9822
9823 * gdb.threads/linux-dp.exp: Read thread table before and after
9824 creating each philosopher and verify it.
9825
9826 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9827 Paul Brook <paul@codesourcery.com>
9828 Daniel Jacobowitz <dan@codesourcery.com>
9829
9830 * gdb.base/ending-run.exp: Flatten expect script stepping out of
9831 main to remove duplication. Add start function of the form
9832 '_*start[1-9]*'. Add RVDS start function.
9833
9834 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9835
9836 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9837
9838 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9839
9840 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9841 * gdb.asm/spu.inc: New file.
9842 * gdb.base/term.exp: Disable if [target_info exists noargs].
9843 * gdb.gdb/complaints.exp: Disable if ![isnative].
9844 * gdb.gdb/selftest.exp: Likewise.
9845 * gdb.gdb/observer.exp: Likewise.
9846 * gdb.gdb/xfullpath.exp: Likewise.
9847 * gdb.base/attach.exp: Disable on SPU target.
9848 * gdb.cp/bs145503.exp: Likewise.
9849 * gdb.cp/exception.exp: Likewise.
9850 * gdb.cp/userdef.exp: Likewise.
9851
9852 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9853
9854 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9855
9856 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
9857
9858 * gdb.base/completion.exp: Fix completion tests for
9859 'info' and 'info '.
9860 * gdb.base/help.exp (help_test_raw, test_class_help)
9861 (test_prefix_command_help): Move...
9862 * lib/gdb.exp: Here.
9863 * gdb.base/main.exp: Adjust.
9864 * gdb.cp/maint.exp: Adjust.
9865 * gdb.trace/tracecmd.exp: Use test_help_class.
9866
9867 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9868
9869 * gdb.stabs/weird.exp (print_weird_var): Use
9870 gdb_test_multiple instead of gdb_expect.
9871
9872 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9873
9874 * gdb.base/help.exp (help_test_raw): New.
9875 (test_class_help): New.
9876 (test_prefix_command_help): New.
9877 Adjust testcases.
9878
9879 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
9880
9881 * gdb.base/constvars.c (main): Write to crass and crips, so that
9882 they are allocated by the compiler.
9883
9884 2006-10-27 Andreas Schwab <schwab@suse.de>
9885
9886 * gdb.base/multi-forks.exp: Use "detach fork" instead of
9887 "detach-fork".
9888
9889 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
9890
9891 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9892 of patterns.
9893
9894 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9895
9896 * gdb.base/sepdebug.exp: Remove debug format test.
9897 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9898 Handle no-symtab.
9899 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9900
9901 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9902
9903 * gdb.threads/manythreads.c (thread_function, main): Don't cast
9904 int to pointer or pointer to int.
9905 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9906
9907 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
9908
9909 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9910
9911 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9912
9913 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9914
9915 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9916
9917 PR c++/2116
9918 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9919
9920 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9921
9922 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9923 the corresponding bug has been fixed in GDB (PR/2018).
9924
9925 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9926
9927 * gdb.base/subst.exp: New testcase.
9928
9929 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9930
9931 * gdb.ada/array_return/pck.ads: Add copyright notice.
9932 * gdb.ada/array_return/pck.adb: Likewise.
9933 * gdb.ada/array_return/p.adb: Likewise.
9934 * gdb.ada/exec_changed/first.adb: Likewise.
9935 * gdb.ada/exec_changed/second.adb: Likewise.
9936
9937 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9938
9939 * gdb.ada/watch_arg/watch.adb: New file.
9940 * gdb.ada/watch_arg.exp: New testcase.
9941
9942 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
9943
9944 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
9945 via string_to_regexp.
9946 * gdb.mi/mi2-basics.exp: Likewise.
9947
9948 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
9949
9950 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9951 Remove unused / obsolete files.
9952
9953 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
9954
9955 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9956
9957 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
9958
9959 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9960 HIGH_FRAME argument to -stack-list-arguments can be larger than
9961 the number of frames.
9962
9963 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
9964
9965 * gdb.base/args.c (main): Add breakpoint marker.
9966 * gdb.base/args.exp: Use args_test for tests. Add new tests which
9967 really test empty arguments.
9968 (args_load): Delete.
9969 (args_test): New.
9970
9971 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
9972
9973 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
9974 check for one file.
9975
9976 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
9977
9978 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9979 HIGH_FRAME argument to -stack-list-locals can be larger than
9980 the number of frames.
9981
9982 2006-08-18 Fred Fish <fnf@specifix.com>
9983
9984 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9985 '$' in front of skip_vmx_tests_saved when setting that.
9986
9987 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
9988
9989 * gdb.base/trace-commands.exp: New file.
9990
9991 2006-08-10 Joel Brobecker <brobecker@adacore.com>
9992 Daniel Jacobowitz <dan@codesourcery.com>
9993
9994 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9995 expected output of the backtrace commands.
9996
9997 2006-08-09 Joel Brobecker <brobecker@adacore.com>
9998
9999 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
10000 untested followed by return combination.
10001 * gdb.arch/altivec-regs.exp: Likewise.
10002 * gdb.arch/e500-abi.exp: Likewise.
10003 * gdb.arch/e500-regs.exp: Likewise.
10004 * gdb.arch/gdb1291.exp: Likewise.
10005 * gdb.arch/gdb1431.exp: Likewise.
10006 * gdb.arch/gdb1558.exp: Likewise.
10007 * gdb.arch/i386-prologue.exp: Likewise.
10008 * gdb.arch/i386-unwind.exp: Likewise.
10009 * gdb.asm/asm-source.exp: Likewise.
10010 * gdb.base/a2-run.exp: Likewise.
10011 * gdb.base/advance.exp: Likewise.
10012 * gdb.base/all-bin.exp: Likewise.
10013 * gdb.base/annota1.exp: Likewise.
10014 * gdb.base/annota3.exp: Likewise.
10015 * gdb.base/args.exp: Likewise.
10016 * gdb.base/arithmet.exp: Likewise.
10017 * gdb.base/assign.exp: Likewise.
10018 * gdb.base/async.exp: Likewise.
10019 * gdb.base/attach.exp: Likewise.
10020 * gdb.base/bang.exp: Likewise.
10021 * gdb.base/bigcore.exp: Likewise.
10022 * gdb.base/bitfields.exp: Likewise.
10023 * gdb.base/bitfields2.exp: Likewise.
10024 * gdb.base/break.exp: Likewise.
10025 * gdb.base/call-sc.exp: Likewise.
10026 * gdb.base/call-strs.exp: Likewise.
10027 * gdb.base/callfuncs.exp: Likewise.
10028 * gdb.base/checkpoint.exp: Likewise.
10029 * gdb.base/chng-syms.exp: Likewise.
10030 * gdb.base/code-expr.exp: Likewise.
10031 * gdb.base/commands.exp: Likewise.
10032 * gdb.base/completion.exp: Likewise.
10033 * gdb.base/cond-expr.exp: Likewise.
10034 * gdb.base/condbreak.exp: Likewise.
10035 * gdb.base/consecutive.exp: Likewise.
10036 * gdb.base/constvars.exp: Likewise.
10037 * gdb.base/corefile.exp: Likewise.
10038 * gdb.base/cvexpr.exp: Likewise.
10039 * gdb.base/dbx.exp: Likewise.
10040 * gdb.base/define.exp: Likewise.
10041 * gdb.base/detach.exp: Likewise.
10042 * gdb.base/display.exp: Likewise.
10043 * gdb.base/dump.exp: Likewise.
10044 * gdb.base/ena-dis-br.exp: Likewise.
10045 * gdb.base/ending-run.exp: Likewise.
10046 * gdb.base/environ.exp: Likewise.
10047 * gdb.base/eval-skip.exp: Likewise.
10048 * gdb.base/exprs.exp: Likewise.
10049 * gdb.base/fileio.exp: Likewise.
10050 * gdb.base/finish.exp: Likewise.
10051 * gdb.base/float.exp: Likewise.
10052 * gdb.base/foll-exec.exp: Likewise.
10053 * gdb.base/foll-fork.exp: Likewise.
10054 * gdb.base/foll-vfork.exp: Likewise.
10055 * gdb.base/freebpcmd.exp: Likewise.
10056 * gdb.base/funcargs.exp: Likewise.
10057 * gdb.base/gcore.exp: Likewise.
10058 * gdb.base/gdb1090.exp: Likewise.
10059 * gdb.base/gdb1250.exp: Likewise.
10060 * gdb.base/huge.exp: Likewise.
10061 * gdb.base/info-proc.exp: Likewise.
10062 * gdb.base/interrupt.exp: Likewise.
10063 * gdb.base/jump.exp: Likewise.
10064 * gdb.base/langs.exp: Likewise.
10065 * gdb.base/lineinc.exp: Likewise.
10066 * gdb.base/list.exp: Likewise.
10067 * gdb.base/logical.exp: Likewise.
10068 * gdb.base/long_long.exp: Likewise.
10069 * gdb.base/macscp.exp: Likewise.
10070 * gdb.base/maint.exp: Likewise.
10071 * gdb.base/mips_pro.exp: Likewise.
10072 * gdb.base/miscexprs.exp: Likewise.
10073 * gdb.base/multi-forks.exp: Likewise.
10074 * gdb.base/opaque.exp: Likewise.
10075 * gdb.base/overlays.exp: Likewise.
10076 * gdb.base/pc-fp.exp: Likewise.
10077 * gdb.base/pointers.exp: Likewise.
10078 * gdb.base/printcmds.exp: Likewise.
10079 * gdb.base/psymtab.exp: Likewise.
10080 * gdb.base/ptype.exp: Likewise.
10081 * gdb.base/recurse.exp: Likewise.
10082 * gdb.base/relational.exp: Likewise.
10083 * gdb.base/relocate.exp: Likewise.
10084 * gdb.base/remote.exp: Likewise.
10085 * gdb.base/reread.exp: Likewise.
10086 * gdb.base/restore.exp: Likewise.
10087 * gdb.base/return.exp: Likewise.
10088 * gdb.base/return2.exp: Likewise.
10089 * gdb.base/scope.exp: Likewise.
10090 * gdb.base/sect-cmd.exp: Likewise.
10091 * gdb.base/sep.exp: Likewise.
10092 * gdb.base/sepdebug.exp: Likewise.
10093 * gdb.base/setshow.exp: Likewise.
10094 * gdb.base/setvar.exp: Likewise.
10095 * gdb.base/sigall.exp: Likewise.
10096 * gdb.base/sigbpt.exp: Likewise.
10097 * gdb.base/signals.exp: Likewise.
10098 * gdb.base/signull.exp: Likewise.
10099 * gdb.base/sizeof.exp: Likewise.
10100 * gdb.base/solib.exp: Likewise.
10101 * gdb.base/step-line.exp: Likewise.
10102 * gdb.base/step-test.exp: Likewise.
10103 * gdb.base/structs.exp: Likewise.
10104 * gdb.base/structs2.exp: Likewise.
10105 * gdb.base/term.exp: Likewise.
10106 * gdb.base/twice.exp: Likewise.
10107 * gdb.base/until.exp: Likewise.
10108 * gdb.base/varargs.exp: Likewise.
10109 * gdb.base/volatile.exp: Likewise.
10110 * gdb.base/watchpoint.exp: Likewise.
10111 * gdb.base/whatis-exp.exp: Likewise.
10112 * gdb.base/whatis.exp: Likewise.
10113 * gdb.cp/ambiguous.exp: Likewise.
10114 * gdb.cp/annota2.exp: Likewise.
10115 * gdb.cp/annota3.exp: Likewise.
10116 * gdb.cp/bool.exp: Likewise.
10117 * gdb.cp/breakpoint.exp: Likewise.
10118 * gdb.cp/casts.exp: Likewise.
10119 * gdb.cp/class2.exp: Likewise.
10120 * gdb.cp/classes.exp: Likewise.
10121 * gdb.cp/cplusfuncs.exp: Likewise.
10122 * gdb.cp/ctti.exp: Likewise.
10123 * gdb.cp/derivation.exp: Likewise.
10124 * gdb.cp/exception.exp: Likewise.
10125 * gdb.cp/gdb1355.exp: Likewise.
10126 * gdb.cp/hang.exp: Likewise.
10127 * gdb.cp/inherit.exp: Likewise.
10128 * gdb.cp/local.exp: Likewise.
10129 * gdb.cp/m-data.exp: Likewise.
10130 * gdb.cp/m-static.exp: Likewise.
10131 * gdb.cp/member-ptr.exp: Likewise.
10132 * gdb.cp/method.exp: Likewise.
10133 * gdb.cp/misc.exp: Likewise.
10134 * gdb.cp/namespace.exp: Likewise.
10135 * gdb.cp/overload.exp: Likewise.
10136 * gdb.cp/ovldbreak.exp: Likewise.
10137 * gdb.cp/pr-1023.exp: Likewise.
10138 * gdb.cp/pr-1210.exp: Likewise.
10139 * gdb.cp/pr-574.exp: Likewise.
10140 * gdb.cp/printmethod.exp: Likewise.
10141 * gdb.cp/psmang.exp: Likewise.
10142 * gdb.cp/ref-params.exp: Likewise.
10143 * gdb.cp/ref-types.exp: Likewise.
10144 * gdb.cp/rtti.exp: Likewise.
10145 * gdb.cp/templates.exp: Likewise.
10146 * gdb.cp/try_catch.exp: Likewise.
10147 * gdb.cp/userdef.exp: Likewise.
10148 * gdb.cp/virtfunc.exp: Likewise.
10149 * gdb.disasm/am33.exp: Likewise.
10150 * gdb.disasm/h8300s.exp: Likewise.
10151 * gdb.disasm/mn10300.exp: Likewise.
10152 * gdb.disasm/sh3.exp: Likewise.
10153 * gdb.disasm/t01_mov.exp: Likewise.
10154 * gdb.disasm/t02_mova.exp: Likewise.
10155 * gdb.disasm/t03_add.exp: Likewise.
10156 * gdb.disasm/t04_sub.exp: Likewise.
10157 * gdb.disasm/t05_cmp.exp: Likewise.
10158 * gdb.disasm/t06_ari2.exp: Likewise.
10159 * gdb.disasm/t07_ari3.exp: Likewise.
10160 * gdb.disasm/t08_or.exp: Likewise.
10161 * gdb.disasm/t09_xor.exp: Likewise.
10162 * gdb.disasm/t10_and.exp: Likewise.
10163 * gdb.disasm/t11_logs.exp: Likewise.
10164 * gdb.disasm/t12_bit.exp: Likewise.
10165 * gdb.disasm/t13_otr.exp: Likewise.
10166 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
10167 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
10168 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10169 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
10170 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
10171 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10172 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10173 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10174 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
10175 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
10176 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10177 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10178 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10179 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10180 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10181 * gdb.mi/gdb701.exp: Likewise.
10182 * gdb.mi/gdb792.exp: Likewise.
10183 * gdb.mi/mi-basics.exp: Likewise.
10184 * gdb.mi/mi-break.exp: Likewise.
10185 * gdb.mi/mi-cli.exp: Likewise.
10186 * gdb.mi/mi-console.exp: Likewise.
10187 * gdb.mi/mi-disassemble.exp: Likewise.
10188 * gdb.mi/mi-eval.exp: Likewise.
10189 * gdb.mi/mi-file.exp: Likewise.
10190 * gdb.mi/mi-read-memory.exp: Likewise.
10191 * gdb.mi/mi-regs.exp: Likewise.
10192 * gdb.mi/mi-return.exp: Likewise.
10193 * gdb.mi/mi-simplerun.exp: Likewise.
10194 * gdb.mi/mi-stack.exp: Likewise.
10195 * gdb.mi/mi-stepi.exp: Likewise.
10196 * gdb.mi/mi-syn-frame.exp: Likewise.
10197 * gdb.mi/mi-until.exp: Likewise.
10198 * gdb.mi/mi-var-block.exp: Likewise.
10199 * gdb.mi/mi-var-child.exp: Likewise.
10200 * gdb.mi/mi-var-cmd.exp: Likewise.
10201 * gdb.mi/mi-var-display.exp: Likewise.
10202 * gdb.mi/mi-watch.exp: Likewise.
10203 * gdb.mi/mi2-basics.exp: Likewise.
10204 * gdb.mi/mi2-break.exp: Likewise.
10205 * gdb.mi/mi2-cli.exp: Likewise.
10206 * gdb.mi/mi2-console.exp: Likewise.
10207 * gdb.mi/mi2-disassemble.exp: Likewise.
10208 * gdb.mi/mi2-eval.exp: Likewise.
10209 * gdb.mi/mi2-file.exp: Likewise.
10210 * gdb.mi/mi2-read-memory.exp: Likewise.
10211 * gdb.mi/mi2-regs.exp: Likewise.
10212 * gdb.mi/mi2-return.exp: Likewise.
10213 * gdb.mi/mi2-simplerun.exp: Likewise.
10214 * gdb.mi/mi2-stack.exp: Likewise.
10215 * gdb.mi/mi2-stepi.exp: Likewise.
10216 * gdb.mi/mi2-syn-frame.exp: Likewise.
10217 * gdb.mi/mi2-until.exp: Likewise.
10218 * gdb.mi/mi2-var-block.exp: Likewise.
10219 * gdb.mi/mi2-var-child.exp: Likewise.
10220 * gdb.mi/mi2-var-cmd.exp: Likewise.
10221 * gdb.mi/mi2-var-display.exp: Likewise.
10222 * gdb.mi/mi2-watch.exp: Likewise.
10223 * gdb.stabs/exclfwd.exp: Likewise.
10224 * gdb.stabs/weird.exp: Likewise.
10225 * gdb.threads/gcore-thread.exp: Likewise.
10226 * gdb.trace/actions.exp: Likewise.
10227 * gdb.trace/backtrace.exp: Likewise.
10228 * gdb.trace/circ.exp: Likewise.
10229 * gdb.trace/collection.exp: Likewise.
10230 * gdb.trace/deltrace.exp: Likewise.
10231 * gdb.trace/infotrace.exp: Likewise.
10232 * gdb.trace/limits.exp: Likewise.
10233 * gdb.trace/packetlen.exp: Likewise.
10234 * gdb.trace/passc-dyn.exp: Likewise.
10235 * gdb.trace/passcount.exp: Likewise.
10236 * gdb.trace/report.exp: Likewise.
10237 * gdb.trace/save-trace.exp: Likewise.
10238 * gdb.trace/tfind.exp: Likewise.
10239 * gdb.trace/tracecmd.exp: Likewise.
10240 * gdb.trace/while-dyn.exp: Likewise.
10241 * gdb.trace/while-stepping.exp: Likewise.
10242
10243 2006-08-08 Joel Brobecker <brobecker@adacore.com>
10244
10245 * gdb.base/step-bt.c: New file.
10246 * gdb.base/step-bt.exp: New testcase.
10247
10248 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
10249
10250 * config/monitor.exp (gdb_load): Remove support for obsolete
10251 download-write-size.
10252 * gdb.base/remote.exp: Likewise. Update all callers of
10253 gdb_timed_load.
10254
10255 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
10256
10257 * cursal.exp: Pass binfile to gdb_load.
10258
10259 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
10260
10261 * gdb.base/cursal.exp: Add "" to gdb_load call.
10262
10263 2006-07-29 Mark Kettenis <kettenis@gnu.org>
10264
10265 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10266 NetBSD/ELF targets.
10267
10268 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
10269
10270 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10271 operator*.
10272
10273 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
10274
10275 * gdb.base/completion.exp: Update for change in "file" behavior.
10276 * gdb.stabs/weird.exp: Likewise.
10277 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10278 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
10279
10280 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
10281
10282 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10283 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10284
10285 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
10286
10287 * gdb.base/default.exp: Update source command error message.
10288 * gdb.base/help.exp: Update 'help source' message.
10289
10290 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
10291
10292 * gdb.cp/bs15503.exp: Update comment for no longer crashing
10293 test.
10294
10295 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
10296
10297 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10298
10299 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10300
10301 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10302
10303 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10304
10305 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10306
10307 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10308
10309 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10310 *-*-openbsd* from targets for wich we expect ARM FPA floating
10311 point format.
10312
10313 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
10314
10315 * gdb.cp/annota3.exp: Expect frame-begin annotation.
10316
10317 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10318
10319 * gdb.base/annota3.exp: Expect frame-begin annotation.
10320
10321 2006-07-14 Joel Brobecker <brobecker@adacore.com>
10322
10323 * gdb.base/help.exp: Adjust "help unset" test to accept
10324 any list of unset commands.
10325
10326 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
10327 Daniel Jacobowitz <dan@codesourcery.com>
10328
10329 * gdb.cp/ref-params.exp: New test.
10330 * gdb.cp/ref-params.cc: New source file.
10331 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10332
10333 2006-07-08 Mark Kettenis <kettenis@gnu.org>
10334
10335 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10336 spaces/tabs in regular expressions since they might not be there.
10337
10338 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
10339
10340 * gdb.base/ifelse.exp: New file.
10341
10342 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
10343
10344 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10345 line.
10346 * gdb.base/huge.exp: Loop over compilation to find a size that
10347 is acceptable.
10348 * gdb.base/remote.exp: Correct expected strings.
10349 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10350
10351 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10352
10353 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10354
10355 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10356
10357 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
10358 native.
10359
10360 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10361
10362 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10363 enable stabs testing.
10364
10365 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10366
10367 * gdb.base/auxv.exp: Intercept undefined command messages before
10368 gdb_test_multiple does.
10369
10370 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10371
10372 * Makefile.in (host_alias): Remove.
10373 (target_alias): Use @target_noncanonical@.
10374 (site.exp): Don't set host_alias.
10375 * aclocal.m4: Remove contents. Include acx.m4.
10376 * configure: Regenerated.
10377 * configure.ac: Use ACX_NONCANONICAL_TARGET.
10378
10379 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
10380
10381 * lib/gdb.exp (gdb_load_cmd): New.
10382
10383 * gdb.base/fileio.c: Add system(NULL) test.
10384 * gdb.base/fileio.exp: Check it.
10385
10386 * gdb.base/break.c: Add 10a breakpoint at }
10387 * gdb.base/break.exp: Add test for breakpoint at }
10388 * gdb.cp/anon-union.cc: Add code at end of function.
10389 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10390 * gdb.mi/var-cmd.c: Add code at end of function.
10391 * gdb.mi/mi-var-display.exp: Adjust end of next.
10392 * gdb.mi/mi2-var-display.exp: Likewise.
10393 * gdb.base/fileio.c: Add stop function and insert calls at
10394 stopping places.
10395 * gdb.base/fileio.exp: Breakpoint stop function and remove
10396 explicit line number references.
10397
10398 2006-05-19 Joel Brobecker <brobecker@adacore.com>
10399
10400 * gdb.base/del.exp (test_delete_alias): New function.
10401 Now check that both "del" and "d" work as aliases for "delete".
10402
10403 2006-05-18 Fred Fish <fnf@specifix.com>
10404
10405 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
10406 required. Check for spurious output after program exits normally.
10407
10408 2006-05-17 Fred Fish <fnf@specifix.com>
10409
10410 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
10411 gdb_load, so it works in the simulator.
10412
10413 2006-05-11 Fred Fish <fnf@specifix.com>
10414
10415 * gdb.base/bang.exp: Ignore unexpected output between the
10416 "program exited normally" and the gdb prompt, as many other
10417 tests do.
10418
10419 2006-05-07 Mark Kettenis <kettenis@gnu.org>
10420
10421 * gdb.base/help.exp: Make "delete checkpoint" part option for
10422 "help d" and "help delete" tests.
10423
10424 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10425
10426 * gdb.mi/mi-basics.exp: Add missing serial number to
10427 expected output in some mi_gdb_test statements.
10428 * gdb.mi/mi2-basics.exp: Likewise.
10429
10430 2006-05-05 Joel Brobecker <brobecker@adacore.com>
10431
10432 * gdb.base/del.c: New file.
10433 * gdb.base/del.exp: New testcase.
10434
10435 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
10436
10437 * gdb.base/break.exp: Do not assume a breakpoint on
10438 main will actually be in $srcfile when optimizing.
10439 * gdb.base/savedregs.exp: Do not require that the dummy
10440 frame location match up to a symbol and source file location.
10441 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
10442 will get printed without a mi_cmd_data_list_register_values prefix.
10443 (*-data-list-register-*): Correct regular expressions to expect the new
10444 pseudo d? floating point registers.
10445 * gdb.mi/mi2-regs.exp: Likewise.
10446
10447 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
10448
10449 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
10450 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
10451 is allocated by the compiler.
10452 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
10453 anons, e, anone to force their allocation by the compiler.
10454
10455 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
10456
10457 * gdb.base/help.exp: Update expected text for help d and
10458 help delete.
10459
10460 2006-05-02 Mark Kettenis <kettenis@gnu.org>
10461
10462 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
10463 NetBSD/ELF targets.
10464
10465 2006-04-30 Mark Kettenis <kettenis@gnu.org>
10466
10467 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
10468 single-step breakpoint fails; make this a KFAIL on
10469 sparc*-*-openbsd*.
10470 * gdb.base/siginfo.exp: Likewise.
10471 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10472
10473 2006-04-26 Michael Snyder <msnyder@redhat.com>
10474
10475 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10476 which may have to consume output from other forks.
10477 Add tests to make sure that "delete fork" succeeded.
10478
10479 2006-04-20 Michael Snyder <msnyder@redhat.com>
10480
10481 * 2006-03-22 Jim Blandy <jimb@redhat.com>
10482 Add support for the Renesas M32C and M16C.
10483
10484 * gdb.asm/asm-source.exp: Add m32c target.
10485 * gdb.asm/m32c.inc: Support for m32c target.
10486
10487 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
10488
10489 * gdb.base/commands.exp (recursive_source_test): New test.
10490
10491 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
10492
10493 * gdb.base/float.exp: Add pattern for sparc targets.
10494
10495 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10496
10497 * gdb.base/commands.exp (stray_arg0_test): New test.
10498
10499 2006-03-30 Paul Brook <paul@codesourcery.com>
10500
10501 * gdb.mi/mi-until.exp: kfail broken until command.
10502 * gdb.mi/mi2-until.exp: Ditto.
10503
10504 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10505
10506 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10507
10508 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
10509
10510 * gdb.base/prelink.exp: Anchor tested-for regular expression
10511 on gdb prompt.
10512
10513 2006-03-07 Paul Brook <paul@codesourcery.com>
10514
10515 * gdb.base/assign.exp: Correct fail message.
10516
10517 2006-03-07 Paul Brook <paul@codesourcery.com>
10518
10519 * lib/compiler.c: Extract armcc version number.
10520 * lib/compiler.cc: Ditto.
10521
10522 2006-03-07 Paul Brook <paul@codesourcery.com>
10523
10524 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10525 additional_flags=-w.
10526 * gdb.arch/altivec-regs.exp: Ditto.
10527 * gdb.arch/e500-abi.exp: Ditto.
10528 * gdb.arch/e500-regs.exp: Ditto.
10529 * gdb.base/all-bin.exp: Ditto.
10530 * gdb.base/annota1.exp: Ditto.
10531 * gdb.base/annota3.exp: Ditto.
10532 * gdb.base/args.exp: Ditto.
10533 * gdb.base/arithmet.exp: Ditto.
10534 * gdb.base/assign.exp: Ditto.
10535 * gdb.base/async.exp: Ditto.
10536 * gdb.base/bang.exp: Ditto.
10537 * gdb.base/break.exp: Ditto.
10538 * gdb.base/call-rt-st.exp: Ditto.
10539 * gdb.base/completion.exp: Ditto.
10540 * gdb.base/cond-expr.exp: Ditto.
10541 * gdb.base/condbreak.exp: Ditto.
10542 * gdb.base/consecutive.exp: Ditto.
10543 * gdb.base/define.exp: Ditto.
10544 * gdb.base/display.exp: Ditto.
10545 * gdb.base/ena-dis-br.exp: Ditto.
10546 * gdb.base/environ.exp: Ditto.
10547 * gdb.base/eval-skip.exp: Ditto.
10548 * gdb.base/info-proc.exp: Ditto.
10549 * gdb.base/jump.exp: Ditto.
10550 * gdb.base/logical.exp: Ditto.
10551 * gdb.base/long_long.exp: Ditto.
10552 * gdb.base/maint.exp: Ditto.
10553 * gdb.base/miscexprs.exp: Ditto.
10554 * gdb.base/pc-fp.exp: Ditto.
10555 * gdb.base/pointers.exp: Ditto.
10556 * gdb.base/relational.exp: Ditto.
10557 * gdb.base/reread.exp: Ditto.
10558 * gdb.base/sect-cmd.exp: Ditto.
10559 * gdb.base/sep.exp: Ditto.
10560 * gdb.base/sepdebug.exp: Ditto.
10561 * gdb.base/until.exp: Ditto.
10562 * gdb.base/whatis-exp.exp: Ditto.
10563 * gdb.cp/annota2.exp: Ditto.
10564 * gdb.cp/annota3.exp: Ditto.
10565 * gdb.trace/actions.exp: Ditto.
10566 * gdb.trace/backtrace.exp: Ditto.
10567 * gdb.trace/circ.exp: Ditto.
10568 * gdb.trace/collection.exp: Ditto.
10569 * gdb.trace/deltrace.exp: Ditto.
10570 * gdb.trace/infotrace.exp: Ditto.
10571 * gdb.trace/limits.exp: Ditto.
10572 * gdb.trace/packetlen.exp: Ditto.
10573 * gdb.trace/passc-dyn.exp: Ditto.
10574 * gdb.trace/passcount.exp: Ditto.
10575 * gdb.trace/report.exp: Ditto.
10576 * gdb.trace/save-trace.exp: Ditto.
10577 * gdb.trace/tfind.exp: Ditto.
10578 * gdb.trace/tracecmd.exp: Ditto.
10579 * gdb.trace/while-dyn.exp: Ditto.
10580 * gdb.trace/while-stepping.exp: Ditto.
10581 * lib/gdb.exp: Ditto.
10582 (gdb_compile): Handle nowarning option.
10583
10584 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
10585
10586 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10587 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10588 Rename executable to prelinkt. Don't re-prelink if we didn't
10589 get a core file. Test prelink -u exit status to tell whether
10590 prelinking failed. Use gdb_test_multiple.
10591
10592 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10593
10594 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10595 (do_tests): Call it.
10596
10597 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
10598
10599 * gdb.base/prelink.exp: New test.
10600 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10601
10602 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10603
10604 * gdb.fortran/derived-type.f90: New file.
10605 * gdb.fortran/derived-type.exp: New testcase.
10606
10607 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10608
10609 * gdb.base/default.exp: Allow ';' as a directory separator.
10610
10611 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10612
10613 * gdb.base/help.exp (help add-symbol-file): Update.
10614
10615 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10616
10617 * gdb.base/help.exp (help load): Update expected results.
10618
10619 2006-02-19 Fred Fish <fnf@specifix.com>
10620
10621 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10622 specifix hex value as part of results.
10623 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10624
10625 2006-02-16 Fred Fish <fnf@specifix.com>
10626
10627 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10628 ushort_addr, and slong_addr, so the typedefs are not optimized
10629 away.
10630 * gdb.base/whatis.exp: Add tests using type name for struct type,
10631 union type, enum type, and typedef.
10632
10633 2006-02-13 Mark Kettenis <kettenis@gnu.org>
10634
10635 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10636
10637 2006-02-13 Jim Blandy <jimb@redhat.com>
10638
10639 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10640 case where it takes two "next" commands to skip past the init
10641 call.
10642
10643 2006-02-12 Fred Fish <fnf@specifix.com>
10644
10645 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10646 to handle cases where it takes two "next" commands to skip
10647 past the init call.
10648
10649 2006-02-07 Joel Brobecker <brobecker@adacore.com>
10650
10651 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10652 on hppa32 targets.
10653
10654 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
10655
10656 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10657 field.
10658
10659 2006-01-29 Mark Kettenis <kettenis@gnu.org>
10660
10661 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10662
10663 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10664
10665 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10666 files.
10667
10668 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10669
10670 * gdb.cp/maint.exp: Set complaints to a positive value.
10671
10672 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10673
10674 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
10675 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
10676 function name.
10677
10678 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10679
10680 * gdb.base/checkpoint.c: Update copyright notice. Include
10681 <stdlib.h>.
10682
10683 2006-01-04 Jim Blandy <jimb@redhat.com>
10684
10685 * gdb.asm/asm-source.exp: Independently provide default values for
10686 asm-flags and debug-flags. Use 'string equal' to do the
10687 comparison, not the implicit expr's '==' operator. Remove
10688 now-unneeded assignments to asm-flags. In h8300 case, place
10689 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10690
10691 2006-01-04 Michael Snyder <msnyder@redhat.com>
10692
10693 * gdb.base/checkpoint.c: New file.
10694 * gdb.base/checkpoint.exp: New file.
10695 * gdb.base/multi-fork.c: New file.
10696 * gdb.base/multi-fork.exp: New file.
10697 * gdb.base/pi.txt: New file (data for checkpoint.c test).
10698
10699 2006-01-04 Fred Fish <fnf@specifix.com>
10700
10701 * gdb.base/ptype.c (foo): Add typedef.
10702 (intfoo): Add function.
10703 * gdb.base/ptype1.c: New file.
10704 * gdb.base/ptype.exp: Handle compilation and linking with two
10705 source files. Test that proper type for "foo" is found based
10706 on source context rather than first match found in symtabs.
10707
10708 2005-12-28 Mark Kettenis <kettenis@gnu.org>
10709
10710 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10711 * gdb.asm/openbsd.inc: Indent commands.
10712
10713 2005-12-26 Mark Kettenis <kettenis@gnu.org>
10714
10715 * gdb.base/freebpcmd.exp: Increase timeout.
10716
10717 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10718
10719 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
10720
10721 * gdb.base/default.exp: Update check for "show version".
10722
10723 2005-12-09 Randolph Chung <tausq@debian.org>
10724
10725 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10726 * gdb.asm/pa64.inc: New file.
10727
10728 2005-12-09 Randolph Chung <tausq@debian.org>
10729
10730 * gdb.asm/common.inc: Indent commands.
10731 * gdb.asm/asmsrc1.s: Likewise.
10732 * gdb.asm/asmsrc2.s: Likewise.
10733
10734 2005-12-09 Randolph Chung <tausq@debian.org>
10735
10736 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10737 (get_addr_of_sym): Remove duplicate print.
10738 (gen_core): xfail hppa*-*-hpux*, update expected output.
10739 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10740 * gdb.arch/pa64-nullify.s: New file.
10741
10742 2005-12-09 Randolph Chung <tausq@debian.org>
10743
10744 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10745
10746 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
10747
10748 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10749 code generation for these functions.
10750 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10751 error message.
10752
10753 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
10754
10755 * gdb.base/help.exp (help b, help br, help bre, help brea)
10756 (help break): Update the expected message.
10757
10758 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
10759
10760 * gdb.asm/m68hc11.inc: Setup the data section.
10761 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10762 script for this test.
10763 (m6812-*-*): Likewise.
10764
10765 2005-11-09 Randolph Chung <tausq@debian.org>
10766
10767 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10768
10769 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
10770
10771 * gdb.base/break.exp: Fix a comment typo.
10772
10773 2005-11-03 Jim Blandy <jimb@redhat.com>
10774
10775 Checked in by Elena Zannoni <ezannoni@redhat.com>
10776
10777 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
10778
10779 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
10780
10781 * gdb.arch/gdb1558.c: Include stdio.h.
10782
10783 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10784
10785 * gdb.asm/asm-source.exp: Use -e instead of --entry.
10786
10787 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10788
10789 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10790
10791 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
10792
10793 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10794 vscr" tests to better match output.
10795
10796 2005-10-12 Jim Blandy <jimb@redhat.com>
10797
10798 * gdb.base/structs.exp (any): New function.
10799 (test_struct_returns): Don't make any assumptions at all about
10800 what value the function returns when GDB can't set the return
10801 value.
10802
10803 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10804
10805 * gdb.ada/arrayidx/p.adb: New file.
10806 * gdb.ada/arrayidx.exp: New testcase
10807
10808 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10809
10810 * gdb.ada/array_return/pck.ads: New file.
10811 * gdb.ada/array_return/pck.adb: New file.
10812 * gdb.ada/array_return/p.adb: New file.
10813 * gdb.ada/array_return.exp: New testcase.
10814
10815 2005-10-03 Joel Brobecker <brobecker@adacore.com>
10816
10817 * gdb.base/arrayidx.c: New file.
10818 * gdb.base/arrayidx.exp: New testcase.
10819
10820 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
10821
10822 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10823 frames-invalid and breakpoints-invalid are no longer generated
10824 with level 3 so don't expect them in the output.
10825
10826 2005-09-27 Bob Rossi <bob@brasko.net>
10827
10828 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
10829 from test. Escape the | in mi_gdb_test call.
10830 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10831 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10832 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10833 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10834 expected regex's in mi_gdb_test calls.
10835 * lib/mi-support.exp: Remove arbitrary .* from tests.
10836 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10837 Fully anchor GDB/MI expected results in mi_gdb_test.
10838 * lib/gdb.exp (string_to_regexp): Escape the ] character.
10839 * gdb.base/sizeof.exp: Remove escape character. Correct test.
10840
10841 2005-09-26 Paul Brook <paul@codesourcery.com>
10842
10843 * long_long.exp: Exclude eabi targets from arm FPA float format test.
10844
10845 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10846
10847 * bfp-test.c: New file.
10848 * bfp-test.exp: New testcase.
10849
10850 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10851
10852 * gdb.fortran/subarray.exp: New testcase to test the evaluation
10853 of subarray and substring variable.
10854 * gdb.fortran/subarray.f: New source file for the test of subarray
10855 and substring variable evaluation.
10856 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10857 of string constant.
10858
10859 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10860
10861 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10862 copyright dates.
10863
10864 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
10865
10866 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10867 powerpc altivec' test with an almost identical 'info vector' test.
10868
10869 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10870
10871 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10872 vscr" tests to match output.
10873
10874 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10875
10876 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10877 output.
10878
10879 2005-09-11 Bob Rossi <bob@brasko.net>
10880
10881 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10882 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10883 commands that return an MI output command and an asyncronous MI output
10884 command.
10885 * gdb.mi/mi-console.exp: Ditto.
10886
10887 2005-09-11 Bob Rossi <bob@brasko.net>
10888
10889 * gdb.mi/mi-var-child.c: Include <string.h>.
10890
10891 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
10892
10893 * killed.exp: Correct gdb_expect syntax.
10894
10895 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
10896
10897 * lib/mi-support.exp (mi_gdb_load): Fix typo.
10898
10899 2005-08-02 Bob Rossi <bob@brasko.net>
10900
10901 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10902 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10903 Change tests to inferior-tty-set/show.
10904 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10905 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10906 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10907 inferior. Use mi_gdb_test to get GDB and Inferior output.
10908 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10909 descriptor.
10910 (mi_inferior_tty_name): Add inferior PTY file name.
10911 (mi_gdb_start): Add INFERIOR_PTY parameter.
10912 (mi_gdb_test): Add IPATTERN parameter.
10913
10914 2005-08-02 Bob Rossi <bob@brasko.net>
10915
10916 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10917 parameter to mi_gdb_test.
10918 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10919
10920 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10921
10922 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10923 struct_declarations.
10924 * gdb.mi/mi-var-child.exp: Step over the initialization of
10925 struct_declarations.
10926
10927 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10928
10929 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10930 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10931 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10932 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10933 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10934 file.
10935
10936 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
10937
10938 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10939 (do_children_tests): Assign values to the extra elements.
10940
10941 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10942 them for tests for "-var-update --no-values" and
10943 "-var-update --all-values".
10944 Add test for "-var-list-children --simple-values".
10945
10946 * gdb.mi/basics.c (callee4): Add integer array D[3]...
10947
10948 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10949 "-stack-list-locals --simple-values" Improve doc strings and
10950 comments.
10951
10952 2005-07-18 Mark Kettenis <kettenis@gnu.org>
10953
10954 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10955 *-*-openbsd*.
10956 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10957
10958 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10959 sigaltsatck'.
10960
10961 2005-07-14 Bob Rossi <bob@brasko.net>
10962
10963 * gdb.base/default.exp (tty): Changed output of command.
10964 * gdb.base/help.exp (help tty): Ditto.
10965
10966 2005-07-12 Mark Kettenis <kettenis@gnu.org>
10967
10968 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10969
10970 2005-07-10 Mark Kettenis <kettenis@gnu.org>
10971
10972 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10973 -stack-select-frame without arguments.
10974 (test_stack_frame_listing): Add test for newly implemented command
10975 -stack-info-frame.
10976
10977 2005-07-06 Bob Rossi <bob@brasko.net>
10978
10979 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10980 command.
10981 (Copyright): Update copyright.
10982
10983 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
10984
10985 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10986 tests to evaluate exponentiation expression.
10987
10988 2005-06-29 Andreas Schwab <schwab@suse.de>
10989
10990 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10991 main to avoid warnings.
10992
10993 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10994
10995 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
10996
10997 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10998 -stack-select-frame without arguments.
10999 (test_stack_frame_listing): Add test for newly implemented command
11000 -stack-info-frame.
11001
11002 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
11003
11004 * gdb.fortran/array-element.f: New file.
11005 * gdb.fortran/array-element.exp: New testcase.
11006
11007 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11008
11009 * gdb.base/bigcore.exp: Correct checks for systems which can
11010 not dump a large core file.
11011
11012 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11013
11014 * gdb.base/relocate.c: Add a copyright notice.
11015 (dummy): Remove.
11016 * gdb.base/relocate.exp: Test printing the values of variables
11017 from a relocatable file.
11018
11019 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11020
11021 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
11022 excess MI output after an error.
11023
11024 2005-05-29 Joel Brobecker <brobecker@adacore.com>
11025
11026 * gdb.arch/alpha-step.c: New file.
11027 * gdb.arch/alpha-step.exp: New testcase.
11028
11029 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
11030 Dennis Brueni <dennis@slickedit.com>
11031
11032 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
11033 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
11034 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
11035 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
11036 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
11037 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
11038 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
11039
11040 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
11041 Wu Zhou <woodzltc@cn.ibm.com>
11042
11043 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
11044 IBM's xlc compiler.
11045 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
11046 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
11047
11048 2005-05-13 Jim Blandy <jimb@redhat.com>
11049
11050 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
11051 calling gdb_suppress_entire_file.
11052 * gdb.base/charset.exp: Same.
11053 * gdb.base/call-rt-st.exp: Same.
11054
11055 2005-05-05 Bob Rossi <bob_rossi@cox.net>
11056
11057 * lib/gdb.exp (fullname_syntax): Added global regex.
11058 (fullname_syntax_POSIX): Ditto.
11059 (fullname_syntax_UNC): Ditto.
11060 (fullname_syntax_DOS_CASE): Ditto.
11061 (fullname_syntax_DOS): Ditto.
11062 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
11063 fullname_syntax variable to scope and use it.
11064 (test_file_list_exec_source_files): Ditto.
11065 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
11066
11067 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11068
11069 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
11070
11071 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
11072
11073 * lib/gdb.exp (skip_altivec_tests): New function, based on
11074 check_vmx_hw_available from the GCC testsuite.
11075 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
11076 * lib/gdb.arch/altivec-regs.exp: Likewise.
11077
11078 2005-05-02 Jim Blandy <jimb@redhat.com>
11079
11080 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
11081 calling gdb_suppress_entire_file.
11082
11083 2005-04-30 Randolph Chung <tausq@debian.org>
11084
11085 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
11086 Slightly relax "sem_post" name checking.
11087
11088 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11089
11090 * gdb.base/unload.exp: Use new shared library infrastructure.
11091
11092 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11093
11094 * gdb.base/so-impl-ld.exp: Use new shared library
11095 infrastructure.
11096
11097 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
11098
11099 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
11100 * gdb.asm/h8300.inc: New file.
11101
11102 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11103
11104 * gdb.base/shlib-call.exp: Change to use new shared library
11105 infrastructure.
11106
11107 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11108
11109 * gdb.base/pending.exp: Change to use new shared library
11110 infrastructure.
11111
11112 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11113
11114 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
11115 use test_compiler_info instead of gcc_compiled, and update copyright.
11116
11117 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
11118
11119 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
11120 shared objects being adjusted and update copyright years.
11121
11122 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
11123
11124 * ChangeLog: Correct some 2003-01-13 dates.
11125 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
11126 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
11127 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
11128 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
11129 gdb.trace/tfind.exp: Update copyright years.
11130
11131 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
11132 Daniel Jacobowitz <dan@codesourcery.com>
11133
11134 * lib/gdb.exp (gdb_compile): Handle shlib=.
11135 (gdb_compile_shlib): New function.
11136
11137 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
11138
11139 * lib/gdb.exp (test_compiler_info): Give argument a default value.
11140
11141 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11142
11143 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11144 gdb.server.
11145 * configure.ac: Likewise.
11146 * configure: Regenerated.
11147 * gdb.gdbserver/Makefile.in: Moved to...
11148 * gdb.server/Makefile.in: ... here.
11149 * gdb.gdbserver/server.c: Moved to...
11150 * gdb.server/server.c: ... here.
11151 * gdb.gdbserver/server-run.exp: Moved to...
11152 * gdb.server/server-run.exp: ... here.
11153
11154 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11155
11156 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11157 * configure.ac: Create gdb.gdbserver/Makefile.
11158 * configure: Regenerated.
11159 * lib/gdbserver-support.exp: New file, derived from
11160 config/gdbserver.exp.
11161 * config/gdbserver.exp: Use gdbserver-support.exp.
11162 * gdb.gdbserver/Makefile.in: New file.
11163 * gdb.gdbserver/server.c: New file.
11164 * gdb.gdbserver/server-run.exp: New file.
11165
11166 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
11167
11168 * lib/gdb.exp (test_compiler_info): Return compiler_info
11169 if no arguments are given.
11170
11171 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
11172
11173 * gdb.arch/altivec-abi.exp: Check for compiler and set
11174 use altivec' flag accordingly.
11175 * gdb.arch/altivec-regs.exp: Likewise.
11176
11177 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
11178
11179 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
11180
11181 2005-03-27 Andreas Schwab <schwab@suse.de>
11182
11183 * gdb.base/bigcore.c (main): Add missing mode argument in open
11184 call.
11185
11186 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
11187
11188 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
11189 downloads.
11190 * config/gdbserver.exp (gdb_load): Likewise.
11191
11192 2005-03-14 Paul Brook <paul@codesourcery.com>
11193
11194 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
11195 targets.
11196
11197 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11198
11199 * gdb.dwarf2/dup-psym.S: New file.
11200 * gdb.dwarf2/dup-psym.exp: New testcase.
11201
11202 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11203
11204 * gdb.ada/exec_changed/first.adb: New file.
11205 * gdb.ada/exec_changed/second.adb: New file.
11206 * gdb.ada/exec_changed.exp: New testcase.
11207
11208 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
11209
11210 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
11211 (A2): New class.
11212 (main): Test operator+.
11213 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
11214 breakpoint test.
11215
11216 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
11217 * gdb.base/signull.exp: Disable if gdb,nosignals.
11218 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
11219 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
11220 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
11221 * gdb.mi/mi2-console.exp: Likewise.
11222 * gdb.trace/collection.exp (run_trace_experiment): Consume the
11223 continue output at start.
11224 (gdb_collect_locals_test): Robustify regexp.
11225 * gdb.trace/passc-dyn.exp: Fix comment typo.
11226 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
11227
11228 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
11229
11230 * gdb.asm/asm-source.exp: Add iq2000 case.
11231 * gdb.asm/iq2000.inc: New file.
11232
11233 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
11234
11235 * gdb.base/command.exp: Change hardcoded value to regular expression.
11236 * gdb.base/float.exp: Add powerpc to the list of targets checked.
11237
11238 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
11239
11240 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
11241 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
11242 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
11243 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
11244 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
11245
11246 2005-03-05 Mark Kettenis <kettenis@gnu.org>
11247
11248 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
11249 changes.
11250
11251 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
11252
11253 * lib/compiler.c: Add test for IBM's xlc compiler.
11254 * lib/compiler.cc: Likewise.
11255
11256 2004-02-24 Joel Brobecker <brobecker@adacore.com>
11257
11258 * gdb.ada/fixed_points.exp: Create compilation object directory
11259 before running the test.
11260 * gdb.ada/null_record.exp: Likewise.
11261 * gdb.ada/packed_array.exp: Likewise.
11262 * gdb.ada/start.exp: Likewise.
11263
11264 2005-02-15 Joel Brobecker <brobecker@adacore.com>
11265
11266 * gdb.ada/packed_array/pa.adb: New file.
11267 * gdb.ada/packed_array.exp: New testcase.
11268
11269 2005-02-10 Mark Kettenis <kettenis@gnu.org>
11270
11271 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11272 files.
11273
11274 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11275 on *-*-openbsd*. Correctly match whitespace in regukar
11276 expressions.
11277
11278 2005-02-10 Daniel Jacobowitz <dan@debian.org>
11279
11280 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11281 PR exp/1821
11282 * gdb.base/gdb1821.c: New test file.
11283 * gdb.base/gdb1821.exp: New test file.
11284
11285 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11286
11287 * gdb.base/start.c: New file.
11288 * gdb.base/start.exp: New testcase.
11289
11290 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11291
11292 * gdb.ada/start/dummy.adb: New file.
11293 * gdb.ada/start.exp: New testcase.
11294
11295 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
11296
11297 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11298 for printing symbols and statistics.
11299 Add test for using relative pathnames in "maint print msymbols" test.
11300 Mark "maint info sections DATA" XFAIL on Cygwin.
11301 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11302 tests.
11303
11304 2005-02-09 Andreas Schwab <schwab@suse.de>
11305
11306 Committed by Andrew Cagney <cagney@gnu.org>
11307 * gdb.base/remotetimeout.exp: New file.
11308
11309 2005-02-07 Mark Kettenis <kettenis@gnu.org>
11310
11311 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11312
11313 2005-02-03 Joel Brobecker <brobecker@adacore.com>
11314
11315 * gdb.ada/gnat_ada.gpr: New file.
11316 * gdb.ada/gnat_ada.gin: Delete, no longer used.
11317 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11318 * configure.ac: No longer generate gnat_ada.gpr.
11319 * configure: Regenerate.
11320 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11321 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11322 * gdb.ada/null_record/bar.ads: Likewise.
11323 * gdb.ada/null_record/bar.adb: Likewise.
11324 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11325 * gdb.ada/null_record.exp (testdir): New variable.
11326 (testfile): executable is now in testdir subdirectory.
11327 (srcfile): Use full path to the main compilation unit.
11328 * gdb.ada/fixed_points.exp: Same changes as above.
11329
11330 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
11331
11332 * gdb.base/interp.exp: New test.
11333
11334 2005-01-24 Andrew Cagney <cagney@gnu.org>
11335
11336 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11337
11338 2005-01-19 Andrew Cagney <cagney@gnu.org>
11339
11340 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11341 configure.ac not configure.in.
11342
11343 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11344 of powerpc*-*-*.
11345 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
11346 * gdb.base/list.exp (test_list_function)
11347 (test_list_filename_and_function): Ditto.
11348 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11349
11350 2005-01-16 Andrew Cagney <cagney@gnu.org>
11351
11352 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11353
11354 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11355
11356 2005-01-14 Andrew Cagney <cagney@gnu.org>
11357
11358 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11359 * gdb.mi/mi2-var-cmd.exp: Ditto.
11360
11361 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
11362
11363 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11364
11365 2005-01-07 Andrew Cagney <cagney@gnu.org>
11366
11367 * configure.ac: Rename configure.in, require autoconf 2.59.
11368 * configure: Re-generate.
11369 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11370 * gdb.stabs/configure: Re-generate.
11371 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11372 * gdb.hp/configure: Re-generate.
11373 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11374 autoconf 2.59.
11375 * gdb.hp/gdb.objdbg/configure: Re-generate.
11376 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11377 autoconf 2.59.
11378 * gdb.hp/gdb.defects/configure: Re-generate.
11379 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11380 autoconf 2.59.
11381 * gdb.hp/gdb.compat/configure: Re-generate.
11382 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11383 autoconf 2.59.
11384 * gdb.hp/gdb.base-hp/configure: Re-generate.
11385 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11386 autoconf 2.59.
11387 * gdb.hp/gdb.aCC/configure: Re-generate.
11388
11389 2004-12-15 Jim Blandy <jimb@redhat.com>
11390
11391 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11392 under NPTL when there is debugging info available for libpthread.
11393
11394 2004-12-13 Jerome Guitton <guitton@gnat.com>
11395
11396 * gdb.ada/fixed_points.c: New file.
11397 * gdb.ada/fixed_points.exp: New file.
11398
11399 2004-12-03 Randolph Chung <tausq@debian.org>
11400
11401 * gdb.arch/pa-nullify.exp: New file.
11402 * gdb.arch/pa-nullify.s: New file.
11403
11404 2004-11-30 Randolph Chung <tausq@debian.org>
11405
11406 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
11407 instead of "tbug". Fix regexp to work properly with gdb_test.
11408
11409 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
11410
11411 * gdb.base/bitfields2.exp: New test.
11412 * gdb.base/bitfields2.c: New file.
11413
11414 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
11415
11416 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
11417
11418 2004-11-16 Randolph Chung <tausq@debian.org>
11419
11420 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
11421
11422 2004-11-14 Daniel Jacobowitz <dan@debian.org>
11423
11424 * gdb.threads/threadapply.exp: Correct "macro details" test.
11425
11426 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
11427
11428 * gdb.threads/threadapply.exp: New test.
11429 * gdb.threads/threadapply.c: New file.
11430
11431 2004-11-07 Mark Kettenis <kettenis@gnu.org>
11432
11433 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
11434 frames.
11435
11436 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
11437
11438 * gdb.base/cursal.exp: New file.
11439 * gdb.base/cursal.c: New file.
11440
11441 2004-11-03 Andrew Cagney <cagney@gnu.org>
11442
11443 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
11444
11445 2004-10-30 Mark Kettenis <kettenis@gnu.org>
11446
11447 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
11448 NetBSD/ELF targets.
11449
11450 2004-10-29 Joel Brobecker <brobecker@gnat.com>
11451
11452 * gdb.threads/bp_in_thread.c: New file, copied from
11453 pthread_cond_wait.c.
11454 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
11455 file, rather than reusing the .c file from another testcase.
11456
11457 2004-10-20 Joel Brobecker <brobecker@gnat.com>
11458
11459 * gdb.ada/null_record.exp: Check where we stopped after
11460 sending the start command, instead of where the associated
11461 temporary breakpoint was inserted.
11462
11463 2004-10-14 Andrew Cagney <cagney@gnu.org>
11464
11465 * gdb.mi/gdb701.c (main): Return 0.
11466
11467 2004-10-13 Daniel Jacobowitz <dan@debian.org>
11468
11469 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11470
11471 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
11472
11473 * gdb.threads/schedlock.c: Add comment markers to use to find
11474 line numbers.
11475 * gdb.threads/schedlock.exp: Adjust regex to handle the new
11476 comments.
11477 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11478 breakpoint lines.
11479
11480 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11481
11482 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11483
11484 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11485
11486 * configure.in: Add gdb.dwarf2.
11487 * configure: Regenerated.
11488 * Makefile.in: Add gdb.dwarf2.
11489 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11490 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11491 gdb.dwarf2/file1.txt: New files.
11492
11493 2004-10-11 Orjan Friberg <orjanf@axis.com>
11494
11495 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
11496 of "run", since the latter doesn't work with remote targets. Adjust
11497 the breakpoint numbering accordingly.
11498 * gdb.threads/pthread_cond_wait.exp: Ditto.
11499
11500 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
11501
11502 * gdb.base/overlays.exp: Update copyright years.
11503
11504 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11505
11506 * gdb.base/overlays.exp: Disable if target is Linux.
11507
11508 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
11509
11510 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11511
11512 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11513
11514 * gdb.asm/asm-source.exp: Add m32r-linux target.
11515 * gdb.asm/m32r-linux.inc: New file.
11516
11517 2004-09-24 Andrew Cagney <cagney@redhat.com>
11518 David Anderson <anderson@redhat.com>
11519
11520 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11521 command fails, assume things will work.
11522 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11523 (_GNU_SOURCE): Define.
11524 (print_unsigned, print_hex): Change parameter to "long long".
11525 (print_byte_count): New function, use to print byte counts.
11526 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11527 O_LARGEFILE.
11528 (main): Compute an upper bound on a corefile in max_core_size.
11529 Limit memory chunk size to max_core_size. Limit total memory
11530 allocated to max_core_size.
11531
11532 2004-09-23 Andrew Cagney <cagney@gnu.org>
11533
11534 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11535 from a separate process with code that creates a corefile by
11536 making the inferior dump core.
11537
11538 2004-09-23 Mark Kettenis <kettenis@gnu.org>
11539
11540 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11541 block.
11542
11543 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11544
11545 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11546 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11547 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11548 Likewise.
11549
11550 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11551
11552 * gdb.java/jprint.exp: New test case for java inferior call.
11553 * gdb.java/jprint.java: Ditto.
11554
11555 2004-09-15 Joel Brobecker <brobecker@gnat.com>
11556
11557 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11558
11559 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11560
11561 * gdb.threads/killed.c: Include <stdlib.h>.
11562 * gdb.threads/pthreads.c: Likewise.
11563
11564 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11565
11566 * gdb.threads/killed.c: Add copyright notice.
11567
11568 2004-09-10 Jason Molenda (jmolenda@apple.com)
11569
11570 * gdb.base/define.exp: Two new tests to verify zero space chars
11571 after 'if' and 'while' commands in a user-defined command is correctly
11572 parsed.
11573
11574 2004-09-08 Andrew Cagney <cagney@gnu.org>
11575
11576 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11577 delivery test with duplicate at end of file.
11578
11579 2004-09-06 Mark Kettenis <kettenis@jive.nl>
11580
11581 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11582
11583 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11584
11585 * config/hppro.exp: Removed.
11586
11587 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11588
11589 * config/sparclet.exp: Removed.
11590
11591 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11592
11593 * config/udi.exp: Removed.
11594
11595 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11596
11597 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11598 of "exp_continue".
11599 (advancei): Likewise.
11600
11601 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11602
11603 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11604
11605 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11606
11607 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11608 to check for nodebug in executable.
11609 * gdb.gdb/observer.exp (setup_test): Likewise.
11610 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11611 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11612
11613 2004-09-01 Andrew Cagney <cagney@gnu.org>
11614
11615 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11616 files.
11617
11618 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11619
11620 * gdb.base/unload.exp: Fix expected warning message to match
11621 latest format.
11622
11623 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
11624
11625 * gdb.base/call-rt-st.exp: Fix typos.
11626
11627 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11628
11629 * gdb.threads/thread_check.exp: New testcase.
11630 * gdb.threads/thread_check.c: New testcase.
11631
11632 2004-08-31 Andrew Cagney <cagney@gnu.org>
11633
11634 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11635 (skip_to_handler_entry): New procedures. Test stepping into a
11636 handler when the breakpoint is at the handler's entry point.
11637
11638 2004-08-30 Andrew Cagney <cagney@gnu.org>
11639
11640 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11641 gdb/1757.
11642
11643 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11644
11645 With code from Manoj Iyer <manjo@austin.ibm.com>:
11646 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11647 return value. Add an arm for "no debugging symbols found".
11648 Change a stray "error" to "perror".
11649 (gdb_run_cmd): Adapt to new return value.
11650 * gdb.base/remote.exp: Adapt to new return value.
11651 * gdb.gdb/complaints.exp: Likewise.
11652 * gdb.gdb/observer.exp: Likewise.
11653 * gdb.gdb/selftest.exp: Likewise.
11654 * gdb.gdb/xfullpath.exp: Likewise.
11655
11656 2004-08-27 Joel Brobecker <brobecker@gnat.com>
11657
11658 * gdb.threads/bp_in_thread.exp: New testcase.
11659
11660 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11661
11662 Fix PR testsuite/1735.
11663 * gdb.threads/schedlock.c (thread_function): Add a cast
11664 to suppress a gcc warning.
11665 * gdb.threads/thread-specific.c (thread_function): Likewise.
11666
11667 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11668
11669 * gdb.base/unload.c: Include <stdlib.h>.
11670
11671 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11672
11673 From Paul Gilliam <pgilliam@us.ibm.com>:
11674 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11675 synchronized after the "return".
11676
11677 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11678
11679 * gdb.mi/basics.c: Include <stdio.h>.
11680 * gdb.mi/pthreads.c: Include <stdlib.h>.
11681 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11682
11683 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11684
11685 * gdb.threads/schedlock.c: Add copyright notice.
11686
11687 2004-08-25 Andrew Cagney <cagney@gnu.org>
11688
11689 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11690 (skip_over_handler, breakpoint_over_hander): New test procedures.
11691 (advance, advancei): Add a proper prefix, do not use
11692 rerun_to_main.
11693 * gdb.base/sigstep.c (main): Change to use an infinite loop.
11694
11695 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
11696
11697 * gdb.mi/basics.c: Add copyright notice.
11698 * gdb.mi/var-cmd.c: Add copyright notice.
11699
11700 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11701
11702 * lib/gdb.exp: Remove signed_keyword_not_used.
11703 * lib/compiler.c: Likewise.
11704 * lib/compiler.cc: Likewise.
11705
11706 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11707
11708 * gdb.base/whatis.c: Remove conditional disabling of "signed".
11709 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11710
11711 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11712
11713 * gdb.base/whatis.c: Add copyright notice.
11714
11715 2004-08-20 Mark Kettenis <kettenis@gnu.org>
11716
11717 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
11718 it to skip the breakpoints encoded in the inline assembly.
11719
11720 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11721
11722 * Makefile.in: Add gdb.fortran.
11723
11724 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11725
11726 * gdb.base/call-sc.exp (test_scalar_returns):
11727 Fix cut-and-paste glitch in "Make fun return now".
11728
11729 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11730
11731 * configure.in: Add gdb.fortran.
11732 * configure: Regenerate.
11733 * gdb.fortran/Makefile.in: New file.
11734 * lib/gdb.exp (skip_fortran_tests): New procedure.
11735
11736 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11737
11738 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
11739 reference to bug-gnu@prep.ai.mit.edu.
11740 * gdb.mi/mi-var-child.exp: Likewise.
11741 * gdb.mi/mi-var-cmd.exp: Likewise.
11742 * gdb.mi/mi-var-display.exp: Likewise.
11743 * gdb.mi/mi2-var-block.exp: Likewise.
11744 * gdb.mi/mi2-var-child.exp: Likewise.
11745 * gdb.mi/mi2-var-cmd.exp: Likewise.
11746 * gdb.mi/mi2-var-display.exp: Likewise.
11747
11748 2004-08-15 Mark Kettenis <kettenis@gnu.org>
11749
11750 * gdb.base/unload.c (main): Make local variable msg const.
11751
11752 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11753
11754 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
11755 to bug-gnu@prep.ai.mit.edu.
11756 * gdb.mi/mi-disassemble.exp: Likewise.
11757 * gdb.mi/mi-eval.exp: Likewise.
11758 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
11759 default line number.
11760 * gdb.mi/mi-return.exp: Likewise.
11761 * gdb.mi/mi-simplerun.exp: Likewise.
11762 * gdb.mi/mi-stack.exp: Likewise.
11763 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
11764 number with explicit range test.
11765 * gdb.mi/mi-watch.exp: Likewise.
11766 * gdb.mi/mi2-break.exp: Likewise.
11767 * gdb.mi/mi2-cli.exp: Likewise.
11768 * gdb.mi/mi2-disassemble.exp: Likewise.
11769 * gdb.mi/mi2-eval.exp: Likewise.
11770 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
11771 default line number.
11772 * gdb.mi/mi2-return.exp: Likewise.
11773 * gdb.mi/mi2-simplerun.exp: Likewise.
11774 * gdb.mi/mi2-stack.exp: Likewise.
11775 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
11776 number with explicit range test.
11777 * gdb.mi/mi2-watch.exp: Likewise.
11778
11779 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11780
11781 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11782 * gdb.cp/m-static.exp: Likewise.
11783 * gdb.cp/rtti.exp: Likewise.
11784
11785 2004-08-14 Mark Kettenis <kettenis@gnu.org>
11786
11787 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11788
11789 2004-08-14 Eli Zaretskii <eliz@gnu.org>
11790
11791 * ChangeLog: Prefix Local Variables with semi-colons and indent
11792 the reference to older ChangeLog files, to fix fontification in
11793 Emacs.
11794
11795 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11796
11797 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11798 * gdb.mi/mi2-break.exp: Likewise.
11799
11800 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11801
11802 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11803
11804 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11805
11806 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11807
11808 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11809
11810 * gdb.cp/classes.exp: Remove unused declarations. Just let
11811 test names default instead of providing special names. Remove
11812 extraneous demangler test.
11813
11814 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
11815
11816 * gdb.base/unload.exp: New test for breakpoints in dynamically
11817 loaded libraries.
11818 * gdb.base/unload.c: Ditto.
11819 * gdb.base/unloadshr.c: Ditto.
11820
11821 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
11822
11823 * gdb.cp/classes.exp (test_ptype_class_objects): Call
11824 cp_test_ptype_class.
11825 (test_enums): Likewise.
11826
11827 2004-08-10 Andrew Cagney <cagney@gnu.org>
11828
11829 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11830 files.
11831
11832 2004-08-10 Andrew Cagney <cagney@gnu.org>
11833
11834 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11835 init_malloc call.
11836
11837 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
11838
11839 * ChangeLog: Add copyright notice. The notice is copied
11840 from emacs 21.3 top level ChangeLog.
11841
11842 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11843
11844 * lib/cp-support.exp: New file.
11845 * lib/cp-support.exp (cp_test_type_class): New function.
11846 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11847 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11848 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11849 cp_test_ptype_class.
11850
11851 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11852
11853 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11854 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11855 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11856 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11857 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11858 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11859 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11860 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11861 gdb.mi/mi2-watch.exp: Update copyright years.
11862
11863 2004-08-09 Mark Kettenis <kettenis@gnu.org>
11864
11865 * gdb.base/sigaltstack.exp: Provide proper anchoring.
11866
11867 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11868
11869 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11870 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11871 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11872 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11873 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11874 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11875 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11876 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11877 gdb.mi/mi-watch.exp: Update copyright years.
11878
11879 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11880
11881 PR gdb/1738
11882 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11883 from a breakpoint with a pending signal.
11884
11885 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11886
11887 PR gdb/1736
11888 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11889 * gdb.base/sigaltstack.exp (finish_test): Consume output until
11890 the prompt.
11891 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11892
11893 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11894
11895 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11896
11897 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11898
11899 PR gdb/1736
11900 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
11901 for i?86-*-linux*.
11902
11903 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11904
11905 * gdb.arch/i386-prologue.exp: Compile without debug information.
11906
11907 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
11908
11909 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11910 rather than asking gdb to search.
11911
11912 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11913
11914 * gdb.base/gcore.c: Include <string.h>.
11915
11916 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11917
11918 * gdb.base/gcore.c: Add copyright notice.
11919
11920 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11921
11922 * gdb.base/freebpcmd.c: Include <stdio.h>.
11923 * gdb.base/long_long.c: Include <string.h>.
11924 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11925 * gdb.base/siginfo.c: Include <string.h>.
11926 * gdb.base/sigstep.c: Include <string.h>.
11927
11928 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11929
11930 * gdb.base/complex.c: Include <stdlib.h>.
11931
11932 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11933
11934 * gdb.base/complex.c: Add copyright notice.
11935
11936 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11937
11938 * gdb.base/charset.c: Include <stdlib.h>.
11939
11940 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11941
11942 * gdb.base/auxv.c: Include <stdlib.h>.
11943
11944 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11945
11946 * gdb.base/auxv.c: Add copyright notice.
11947
11948 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11949
11950 * gdb.base/coremaker.c: Add copyright notice.
11951 * gdb.base/coremaker2.c: Add copyright notice.
11952
11953 2004-08-04 Andrew Cagney <cagney@gnu.org>
11954
11955 * gdb.base/store.exp: Update copyright.
11956 (check_set, up_set, check_struct, up_struct): Add a prefix to test
11957 names, do not import gdb_prompt.
11958
11959 2004-08-01 Andrew Cagney <cagney@gnu.org>
11960
11961 Fix PR testsuite/1729.
11962 * gdb.base/dump.exp: Add test name to callers of capture_value, do
11963 not use capture_value with value 4.
11964 (capture_value): Add optional test name parameter.
11965 (test_reload_saved_value, test_restore_saved_value): Use $msg as
11966 the prefix, pass to capture_value.
11967
11968 2004-08-01 Mark Kettenis <kettenis@gnu.org>
11969
11970 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11971 * gdb.arch/i386-prologue.c (standard): New prototype and function.
11972 (main): Call new function.
11973
11974 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11975
11976 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11977
11978 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11979
11980 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11981
11982 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11983
11984 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
11985 Accept more values of vtbl pointer. Remove some messages
11986 about "obsolete gcc or gdb".
11987
11988 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11989
11990 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11991
11992 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11993
11994 * gdb.base/asm-source.exp: Properly convert target board
11995 debug flags from gcc format to binutils format.
11996
11997 2004-07-28 Mark Kettenis <kettenis@gnu.org>
11998
11999 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
12000 gdb1718". PR backtrace/1718 partially fixed.
12001
12002 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
12003
12004 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
12005
12006 2004-07-26 Nick Clifton <nickc@redhat.com>
12007
12008 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
12009 good default value for a specific architecture is available then
12010 set it to that value. Otherwise default to the -gstabs switch.
12011 Remove the -g... switches from the asm-flags variable. Allow the
12012 target board info to override the value if it wants to. Pass the
12013 switch on the assembler command line.
12014
12015 2004-07-23 Mark Kettenis <kettenis@gnu.org>
12016
12017 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
12018 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
12019 (main): Call new function.
12020
12021 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
12022
12023 Test for PR exp/1715.
12024 * gdb.base/radix.exp: Refactor common procedures. Make all
12025 test names unique. Change XFAIL to KFAIL.
12026
12027 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
12028
12029 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
12030 * gdb.ada/gnat_ada.gin: ... to here.
12031 * configure.in: Use gnat_ada.gin.
12032 * configure: Regenerate.
12033
12034 2004-07-20 Andrew Cagney <cagney@gnu.org>
12035
12036 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
12037 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
12038 XFAILs. Clean up test messages and comments. Check backtraces.
12039 Delete re-sync code.
12040
12041 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12042
12043 Fix PR cli/740.
12044 * gdb.base/annota1.exp: Honor gdb,nosignals.
12045 * gdb.base/annota3.exp: Likewise.
12046
12047 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12048
12049 * lib/java.exp: Update copyright notice.
12050
12051 2004-07-19 Andrew Cagney <cagney@gnu.org>
12052
12053 * gdb.base/selftest.exp: Copy file from here ...
12054 * gdb.gdb/selftest.exp: ... to here.
12055
12056 2004-07-16 Andrew Cagney <cagney@redhat.com>
12057
12058 * lib/insight-support.exp: Delete file.
12059 * lib/java.exp (java_init): Fix copyright.
12060
12061 2004-07-16 Andrew Cagney <cagney@gnu.org>
12062
12063 * gdb.base/restore.c: Append "prologue" to comments marking the a
12064 function's prologue.
12065 * gdb.base/restore.exp: Update copyright, re-indent.
12066 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
12067 callerN" prefix where needed. Update patterns that match a
12068 function's prologue.
12069
12070 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
12071
12072 * gdb.base/restore.c: Add copyright notice.
12073
12074 2004-07-16 Andrew Cagney <cagney@gnu.org>
12075
12076 * gdb.base/logical.exp: Update copyright.
12077 (evaluate): New procedure. Use to re-implement tests using
12078 several tables.
12079
12080 2004-07-14 Martin Hunt <hunt@redhat.com>
12081
12082 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
12083 which fixes some problems where init.tcl was not found.
12084
12085 2004-07-13 Andrew Cagney <cagney@gnu.org>
12086
12087 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
12088 (check_sizeof, check_valueof): Do not include the output in the
12089 test name. Use gdb_test.
12090 (get_valueof): Use gdb_test_multiple.
12091
12092 * gdb.base/step-test.exp: Update copyright. Use
12093 gdb_test_multiple. Ensure that test names do not include
12094 architecture dependent output.
12095
12096 * gdb.gdb/observer.exp: Update copyright.
12097 (setup_test): Use gdb_test_multiple.
12098 (attach_first_observer, attach_second_observer)
12099 (attach_third_observer, detach_first_observer)
12100 (detach_second_observer, detach_third_observer)
12101 (reset_counters, check_counters): Make $message a prefix.
12102 (test_normal_stop_notifications): Add "args" parameter - a list of
12103 init functions to be called. Make $message a prefix,
12104 (test_observer_normal_stop): Change the message prefixes so that
12105 they are unique, pass the attach / detach procedures to
12106 test_normal_stop_notifications.
12107
12108 * gdb.base/signull.exp (test_segv): Prefix all tests with
12109 "${name}". Clean up test messages.
12110
12111 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
12112
12113 * gdb.base/ena-dis-br.exp: Update copyright.
12114 (break_at): New function. Replace send_gdb with gdb_test,
12115 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
12116 ignore count, not stopped at bpt", with KFAIL.
12117
12118 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
12119
12120 * gdb.base/attach.exp: Remove cleanupfile handling.
12121
12122 2004-07-12 Andrew Cagney <cagney@gnu.org>
12123
12124 * gdb.base/annota1.exp: Cleanup corefile test name.
12125 * gdb.base/annota3.exp: Ditto.
12126
12127 2004-07-12 Andrew Cagney <cagney@gnu.org>
12128
12129 * gdb.base/signals.exp: Clean up copyright, re-indent.
12130
12131 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
12132 gdb_test and gdb_test_multiple.
12133
12134 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
12135
12136 * gdb.java/jmain.exp: Fix expected line number for main to
12137 break at. Set XFAIL for break at main test since gcj does not
12138 provide line number info for first statement in main.
12139
12140 2004-07-08 Andrew Cagney <cagney@gnu.org>
12141
12142 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
12143
12144 * gdb.base/sigbpt.exp: Make the common part of each test name a
12145 prefix instead of suffix.
12146
12147 2004-07-07 Bob Rossi <bob_rossi@cox.net>
12148
12149 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12150 test from test_tbreak_creation_and_listing to
12151 test_file_list_exec_source_file
12152 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12153 Changed name of test from test_tbreak_creation_and_listing to
12154 test_file_list_exec_source_file
12155
12156 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12157
12158 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12159 the jmisc() constructor instead of <init>.
12160 * gdb.java/jmisc1.exp: Ditto.
12161
12162 2004-07-07 Andrew Cagney <cagney@gnu.org>
12163
12164 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
12165 corrupting the PC.
12166
12167 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
12168
12169 * gdb.cp/templates.exp: Accept whitespace change in demangler
12170 output.
12171
12172 2004-07-06 Andrew Cagney <cagney@gnu.org>
12173
12174 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
12175
12176 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
12177
12178 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
12179 * lib/compiler.cc: Likewise.
12180
12181 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
12182
12183 * lib/compiler.cc: Work around string preprocessing problem
12184 with old hp c++ compiler.
12185 * lib/compiler.c: Likewise.
12186
12187 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12188
12189 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
12190 directives to conditionalize symbol prefixing.
12191 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
12192 additional_flags handling. Add underscore prefix for Cygwin.
12193 * gdb.arch/i386-unwind.c: Use preprocessor directives to
12194 conditionalize symbol prefixing.
12195 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
12196 additional_flags handling. Add underscore prefix for Cygwin.
12197
12198 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12199
12200 * gdb.base/bigcore.exp: Skip test on Cygwin.
12201
12202 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
12203
12204 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
12205 formats for "info register". Use gdb_test_multiple. Fix
12206 the "invalid register" test.
12207
12208 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
12209
12210 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
12211 PID for Cygwin. Add Cygwin specific strings to check for in some
12212 tests.
12213 (do_attach_tests): Add a test for user interaction when attaching
12214 to a process with no matching symbol table already loaded.
12215
12216 2004-06-26 Andrew Cagney <cagney@gnu.org>
12217
12218 Test PR java/1567 and PR java/1565.
12219 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
12220 * gdb.java/jmisc2.exp: Delete file.
12221
12222 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
12223
12224 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
12225
12226 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
12227
12228 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
12229 attach process.
12230
12231 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
12232
12233 * gdb.cp/pr-1553.exp: Remove.
12234
12235 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
12236
12237 * gdb.cp/pr-1553.cc: Remove.
12238 * gdb.cp/pr-1553.exp: Disable this test.
12239
12240 2004-06-20 Jim Blandy <jimb@redhat.com>
12241
12242 Fix PR testsuite/1680.
12243 * gdb.arch/i386-sse.exp: Properly quote curly braces in
12244 regular expressions.
12245
12246 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
12247
12248 Fix PR testsuite/1679.
12249 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
12250 Issue an UNSUPPORTED result instead.
12251
12252 2004-06-18 Jim Blandy <jimb@redhat.com>
12253
12254 * gdb.base/charset.exp: Only send a control-C if we see a new
12255 prompt and incomplete command.
12256
12257 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
12258
12259 * gdb.cp/pr-574.cc: Add copyright notice.
12260
12261 2004-06-17 Jim Blandy <jimb@redhat.com>
12262
12263 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12264 cases where the regexp has no groups; this grabs random text from
12265 the previous test suite, whatever that was.
12266
12267 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
12268
12269 * gdb.cp/printmethod.cc: Add copyright notice.
12270
12271 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
12272
12273 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12274
12275 2004-06-16 Andrew Cagney <cagney@gnu.org>
12276
12277 * gdb.base/signull.c: Update copyright. Include <string.h>.
12278 (bowler): Replace data_pointer with data_read
12279 and data_write cases. Add code_descriptor case.
12280 (zero, desc): New array and pointer.
12281 (data, code): Change to simple pointers.
12282 * gdb.base/signull.exp: Fix probe pattern matching a function
12283 descriptor SIGSEGV. Replace data_pointer with data_read and
12284 data_write tests.
12285
12286 2004-06-16 Andrew Cagney <cagney@gnu.org>
12287
12288 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12289
12290 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12291
12292 * gdb.base/long_long.c: Add copyright notice.
12293
12294 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12295
12296 * gdb.base/long_long.exp: Remove reference to
12297 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
12298 to gdb_breakpoint and gdb_continue_to_breakpoint.
12299
12300 2004-06-14 Jim Blandy <jimb@redhat.com>
12301
12302 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12303 endian case.
12304
12305 2004-06-14 Andrew Cagney <cagney@gnu.org>
12306
12307 * gdb.base/gcore.exp (capture_command_output): Delete the always
12308 passing tests containing inferior values.
12309 * gdb.base/ending-run.exp: Do not include the breakpoint address
12310 in the test message. Update copyright.
12311 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12312 size in the test name, use gdb_test_multiple. Update copyright.
12313
12314 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12315
12316 * gdb.cp/ref-types.cc: Add copyright notice.
12317
12318 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12319
12320 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12321 hp_aCC_compiler.
12322 * lib/compiler.cc: Likewise.
12323 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12324 'set' commands. Log diagnostics for other lines. Set
12325 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12326
12327 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
12328
12329 * gdb.cp/try_catch.cc: Add copyright notice.
12330
12331 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
12332
12333 * gdb.cp/userdef.cc: Add copyright notice.
12334
12335 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
12336
12337 * gdb.cp/virtfunc.cc: Add copyright notice.
12338
12339 2004-06-11 Randolph Chung <tausq@debian.org>
12340
12341 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12342 problem.
12343
12344 2004-06-10 Andrew Cagney <cagney@gnu.org>
12345
12346 * lib/compiler.cc, lib/compiler.c: Append either
12347 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12348 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12349 instead of gcc-3-3.
12350
12351 2004-06-09 Andrew Cagney <cagney@gnu.org>
12352
12353 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12354 gdb/1455, bug is specific to "long long" and "double".
12355
12356 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12357 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12358 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
12359 fixed.
12360
12361 2004-06-09 Andrew Cagney <cagney@gnu.org>
12362
12363 * gdb.base/structs.exp (test_struct_returns): Replace
12364 "return_value_unknown" and "finish_value_unknown" by
12365 "return_value_known" and "finish_value_known". Instead of
12366 "return_value_unknown" iff "finish_value_unknown", check
12367 "return_value_known" implies "finish_value_known".
12368
12369 2004-06-08 Martin Hunt <hunt@redhat.com>
12370
12371 * gdb.base/float.exp: Add pattern for mips targets.
12372
12373 2004-06-08 Randolph Chung <tausq@debian.org>
12374
12375 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12376 message for unknown architectures more clear.
12377
12378 2004-06-08 Joel Brobecker <brobecker@gnat.com>
12379
12380 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12381 start the execution of the program.
12382
12383 2004-06-07 Jim Blandy <jimb@redhat.com>
12384
12385 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12386 * gdb.arch/i386-cpuid.h: New helper file.
12387
12388 2004-06-07 Randolph Chung <tausq@debian.org>
12389
12390 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12391 has started.
12392
12393 2004-06-04 Roland McGrath <roland@redhat.com>
12394
12395 Fix PR gdb/1647.
12396 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12397 differently to be robust to output buffering differences.
12398
12399 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
12400
12401 * gdb.threads/pthreads.exp: Update copyright years.
12402 (check_control_c): Change asynchronous 'after' to synchronous.
12403
12404 2004-06-04 Roland McGrath <roland@redhat.com>
12405
12406 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
12407 next gdb prompt.
12408
12409 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
12410
12411 Fix PR gdb/1636.
12412 * gdb.threads/manythreads.exp: Change asynchronous 'after'
12413 calls to synchronous.
12414
12415 2004-05-26 Jim Blandy <jimb@redhat.com>
12416
12417 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
12418
12419 2004-05-24 Randolph Chung <tausq@debian.org>
12420
12421 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
12422 * gdb.asm/pa.inc: New file.
12423
12424 2004-05-22 Mark Kettenis <kettenis@gnu.org>
12425
12426 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
12427
12428 2004-05-21 Joel Brobecker <brobecker@gnat.com>
12429 Daniel Jacobowitz <drow@mvista.com>
12430
12431 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
12432 GDB prompt.
12433
12434 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12435
12436 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
12437 setjmp/longjmp. Use sigaction instead of signal.
12438
12439 2004-05-19 J. Brobecker <brobecker@gnat.com>
12440 Michael Snyder <msnyder@redhat.com>
12441
12442 * gdb.threads/pthread_cond_wait.c: New file.
12443 * gdb.threads/pthread_cond_wait.exp: New testcase.
12444
12445 2004-05-13 Andrew Cagney <cagney@redhat.com>
12446
12447 * gdb.base/signull.exp, gdb.base/signull.c: New files.
12448 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
12449
12450 2004-05-11 Andrew Cagney <cagney@redhat.com>
12451
12452 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
12453 fixed but revealed gdb/1639.
12454
12455 2004-05-10 Andrew Cagney <cagney@redhat.com>
12456
12457 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
12458 func1" and "next to 2nd alarm", kernel bug avoided.
12459
12460 2004-05-10 Daniel Jacobowitz <dan@debian.org>
12461
12462 PR external/1568
12463 * gdb.base/bigcore.exp: Check the size of the dumped core file.
12464 XFAIL if it is smaller than bytes_allocated.
12465 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
12466 (main): Make chunks_allocated unsigned. Correct comment.
12467
12468 2004-05-07 Joel Brobecker <brobecker@gnat.com>
12469
12470 * gdb.arch/powerpc-aix-prologue.c: New file.
12471 * gdb.arch/powerpc-aix-prologue.exp: New file.
12472
12473 2004-05-07 Jim Blandy <jimb@redhat.com>
12474
12475 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12476 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12477
12478 2004-05-06 Joel Brobecker <brobecker@gnat.com>
12479
12480 * gdb.base/sep.exp: No longer setup_kfail when the program was
12481 built with dwarf2.
12482
12483 2004-05-05 Jim Ingham <jingham@apple.com>
12484
12485 * gdb.base/pending.exp: Make sure pending breakpoints
12486 preserve the ignore count.
12487
12488 2004-04-27 Jerome Guitton <guitton@gnat.com>
12489
12490 * i386-prologue.exp: Add testcase for jump instruction as first
12491 instruction of the real code.
12492 * i386-prologue.c (jump_at_beginning): New function.
12493
12494 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12495
12496 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12497 x86_64-*-*.
12498
12499 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12500
12501 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12502 i*86-*-*.
12503
12504 2004-04-25 Mark Kettenis <kettenis@gnu.org>
12505
12506 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12507 expression that checks the return type.
12508
12509 2004-04-23 Andrew Cagney <cagney@redhat.com>
12510
12511 * gdb.base/call-sc.exp: New test of scalar call/return values.
12512 * gdb.base/call-sc.c: Ditto.
12513
12514 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12515
12516 * gdb.threads/manythreads.c: Reduce thread stack size.
12517
12518 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12519
12520 * gdb.threads/manythreads.c: Add copyright notice.
12521
12522 2004-04-23 Andrew Cagney <cagney@redhat.com>
12523
12524 * gdb.base/siginfo.exp: Better handle step out of signal.
12525 * gdb.base/sigstep.exp: Ditto.
12526
12527 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
12528 Daniel Jacobowitz <drow@mvista.com>
12529
12530 * gdb.threads/manythreads.c: New testcase.
12531 * gdb.threads/manythreads.exp: Ditto.
12532
12533 2004-04-22 Jim Blandy <jimb@redhat.com>
12534
12535 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12536 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12537
12538 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12539
12540 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12541
12542 2004-04-21 Andrew Cagney <cagney@redhat.com>
12543
12544 * gdb.base/sigstep.c: New file.
12545 * gdb.base/sigstep.exp: New file.
12546
12547 2004-04-16 Joel Brobecker <brobecker@gnat.com>
12548
12549 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12550 call to observer_notify_normal_stop.
12551
12552 2004-04-15 Andrew Cagney <cagney@redhat.com>
12553
12554 * gdb.base/siginfo.c: New file.
12555 * gdb.base/siginfo.exp: New file.
12556
12557 2004-04-12 J. Brobecker <brobecker@gnat.com>
12558
12559 * gdb.base/sep.exp: Fix typo in comment.
12560
12561 2004-04-12 J. Brobecker <brobecker@gnat.com>
12562
12563 * gdb.base/sep.c: New file.
12564 * gdb.base/sep-proc.c: New file.
12565 * gdb.base/sep.exp: New testcase.
12566
12567 2004-04-09 Mark Kettenis <kettenis@gnu.org>
12568
12569 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12570 support.
12571
12572 2004-04-05 Andrew Cagney <cagney@redhat.com>
12573
12574 * gdb.base/sigaltstack.c: New file.
12575 * gdb.base/sigaltstack.exp: New file.
12576
12577 2004-04-04 Joel Brobecker <brobecker@gnat.com>
12578
12579 * gdb.base/foll-fork.exp: Update the expected output for
12580 "help set follow-fork-mode", to match a change that was made
12581 to the help of this variable on 2004-01-13.
12582
12583 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12584
12585 * lib/ada.exp: Add copyright notice.
12586 * bar.ads: Likewise.
12587 * bar.adb: Likewise.
12588 * null_record.adb: Likewise.
12589 * null_record.exp: Likewise.
12590 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12591
12592 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12593
12594 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12595 * configure: Regenerate.
12596
12597 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12598
12599 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12600 to build the application. Remove the message printed when in
12601 verbose mode, redundant with the UNSUPPORTED message above.
12602
12603 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12604
12605 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12606 * gdb.ada (null_record.exp): New testcase.
12607
12608 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12609
12610 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12611
12612 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12613
12614 * gdb.ada: New subdirectory.
12615 * gdb.ada/Makefile.in: New file.
12616 * gdb.ada/gnat_ada.gpr.in: New file.
12617
12618 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12619
12620 * lib/ada.exp: New file.
12621
12622 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
12623
12624 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12625 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12626
12627 2004-03-22 Andrew Cagney <cagney@redhat.com>
12628
12629 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12630 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12631 Problem identified by Ulrich Weigand.
12632
12633 2004-03-17 David Carlton <carlton@kealia.com>
12634
12635 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12636 PR c++/826.
12637
12638 2004-03-16 Roland McGrath <roland@redhat.com>
12639
12640 * gdb.base/auxv.exp: New file.
12641 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12642
12643 2004-03-12 David Carlton <carlton@kealia.com>
12644
12645 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12646 * gdb.cp/pr-1553.cc: Ditto.
12647 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12648 pass branch.
12649
12650 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12651
12652 * gdb.cp/templates.exp: Accept more template types.
12653
12654 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12655
12656 From Corinna Vinschen with modifications.
12657 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12658 local variable obj_with_enum.
12659 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12660 results with obj_with_enum.
12661
12662 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12663
12664 * gdb.cp/classes.cc: New file, copied from misc.cc.
12665 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12666
12667 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12668
12669 * gdb.cp/misc.cc: Add copyright notice.
12670
12671 2004-03-05 David Carlton <carlton@kealia.com>
12672
12673 * gdb.cp/rtti.exp: Add 'print *obj3' test.
12674 * gdb.cp/rtti.h: Update copyright.
12675 (namespace n2::n3): New.
12676 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12677 (n2::n3::func3): New.
12678 (main): Call n2::n3::func3.
12679 * gdb.cp/rtti2.cc: Update copyright.
12680 (n2::create3): New.
12681
12682 2004-03-04 Mark Kettenis <kettenis@gnu.org>
12683
12684 * gdb.asm/openbsd.inc: Fix typo.
12685
12686 2004-03-03 Fred Fish <fnf@redhat.com>
12687
12688 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12689 "val" instead of unused "size". Update copyright year.
12690
12691 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12692
12693 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
12694 to use unsigned char.
12695 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12696 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12697
12698 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12699
12700 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12701 line of output.
12702
12703 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12704
12705 * gdb.base/relocate.c (dummy): Initialize.
12706
12707 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12708
12709 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
12710 a breakpoint at exit.
12711
12712 2004-02-27 Fred Fish <fnf@redhat.com>
12713
12714 * gdb.base/chng-syms.exp: Add expect condition to match failing
12715 case that isn't a timeout.
12716
12717 2004-02-27 Andrew Cagney <cagney@redhat.com>
12718
12719 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12720 support.
12721
12722 2004-02-26 Fred Fish <fnf@redhat.com>
12723
12724 * gdb.arch/gdb1431.c: Remove.
12725 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12726 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12727 of "until" incorrectly.
12728
12729 2004-02-26 J. Brobecker <brobecker@gnat.com>
12730
12731 * gdb.cp/class2.cc (empty): New class.
12732 (refer): New function.
12733 (main): Declare an object of type empty and use it.
12734 * gdb.cp/class2.exp: Print the value of an object of type empty.
12735
12736 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
12737
12738 * gdb.base/langs.exp: Update query string to match the
12739 new nquery format used for pending breakpoints.
12740
12741 2004-02-26 Andrew Cagney <cagney@redhat.com>
12742
12743 Fix PR i18n/1570.
12744 * gdb.base/charset.c: Update copyright notice.
12745 (main, init_string): Remove the escape character '\e' tests.
12746 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12747 * gdb.base/charset.exp (valid_host_charset): Ditto.
12748 * gdb.base/setvar.exp: Ditto.
12749
12750 2004-02-24 Andrew Cagney <cagney@redhat.com>
12751
12752 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12753 mmapped data in core file" PASS and FAIL messages consistent.
12754
12755 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12756 setting a breakpoint. Work around PR java/1565.
12757
12758 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
12759
12760 * lib/gdb.exp (gdb_breakpoint): Update query string to match
12761 new nquery format.
12762 * gdb.base/pending.exp: Ditto.
12763
12764 2004-02-22 Mark Kettenis <kettenis@gnu.org>
12765
12766 * configure.in: Run stabs tests on *BSD.
12767 * configure: Regenerated.
12768
12769 2004-02-21 Mark Kettenis <kettenis@gnu.org>
12770
12771 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12772
12773 2004-02-20 Fred Fish <fnf@redhat.com>
12774
12775 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12776 blank in test for "returns short", for consistency with other
12777 "returns xxx" tests. Update copyright year.
12778
12779 2004-02-19 Fred Fish <fnf@redhat.com>
12780
12781 New testcase for PR breakpoint/1558.
12782 * gdb.arch/gdb1558.exp: New file.
12783 * gdb.arch/gdb1558.c: New file.
12784
12785 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
12786
12787 * gdb.base/nodebug.exp: Fix typo.
12788
12789 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12790
12791 Committed by Jim Blandy <jimb@redhat.com>.
12792
12793 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12794
12795 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12796
12797 * gdb.base/float.exp: Support s390*-*-* targets.
12798
12799 2004-02-17 Adam Fedor <fedor@gnu.org>
12800
12801 * gdb.base/gdb1555.exp: New file.
12802 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12803
12804 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12805
12806 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12807
12808 2004-02-16 Fred Fish <fnf@redhat.com>
12809
12810 * gdb.arch/gdb1291.c: Remove
12811 * gdb.arch/gdb1291.s: New test input file.
12812 * gdb.arch/gdb1291.exp: Expand test to check case that should not
12813 fail. Test for correct result, known incorrect result, other
12814 failures and timeouts.
12815
12816 2004-02-16 Andrew Cagney <cagney@redhat.com>
12817
12818 * gdb.base/bigcore.exp: New file.
12819 * gdb.base/bigcore.c: New file.
12820
12821 2004-02-13 Andrew Cagney <cagney@redhat.com>
12822
12823 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12824 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12825 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12826 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12827 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12828 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12829 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12830 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12831 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12832 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12833
12834 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
12835
12836 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12837 executed is an alloc instruction.
12838
12839 2004-02-11 David Carlton <carlton@kealia.com>
12840
12841 * gdb.cp/breakpoint.exp: New.
12842 * gdb.cp/breakpoint.cc: New.
12843
12844 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
12845
12846 Partial fix for PR gdb/1543.
12847 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12848 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12849 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12850 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12851 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12852 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12853 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12854 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12855 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12856 to bug-gdb@prep.ai.mit.edu .
12857 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12858 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12859 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12860 Likewise.
12861
12862 2004-02-10 Andrew Cagney <cagney@redhat.com>
12863
12864 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12865 using gdb_internal_error_resync.
12866
12867 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12868
12869 * gdb.threads/thread-specific.exp: Stop early if no threads are
12870 found.
12871
12872 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
12873
12874 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12875
12876 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
12877
12878 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12879 breakpoints.
12880
12881 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
12882
12883 * config/sim.exp (gdb_load): Handle $arg == "".
12884 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12885 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12886
12887 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12888
12889 * gdb.base/maint.exp: Update test to reflect
12890 obstack changes.
12891
12892 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
12893
12894 * gdb.base/pendshr.c (pendfunc): New function that calls
12895 pendfunc1.
12896 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12897
12898 2004-02-04 Fred Fish <fnf@redhat.com>
12899
12900 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12901 function symbols and update copyright years.
12902 * gdb.arch/gdb1291.c: Ditto.
12903
12904 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12905
12906 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
12907
12908 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12909
12910 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
12911
12912 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12913
12914 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12915
12916 2004-02-02 Fred Fish <fnf@redhat.com>
12917
12918 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12919 remote targets. Update copyright years.
12920
12921 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12922
12923 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12924 support.
12925 * gdb.base/langs.exp: Fix test which attempts to create
12926 breakpoint on non-existent function to handle new pending
12927 support.
12928 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12929 a breakpoint.
12930 * gdb.base/pending.exp: New test.
12931 * gdb.base/pending.c: New file.
12932 * gdb.base/pendshr.c: Ditto.
12933
12934 2004-02-02 David Carlton <carlton@kealia.com>
12935
12936 * gdb.cp/overload.exp: Add overloadNamespace tests.
12937 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12938 (overloadNamespace, XXX): New.
12939 (main): Call XXX::marker2.
12940
12941 2004-02-01 Fred Fish <fnf@redhat.com>
12942
12943 * gdb.base/dump.exp: Use runto_main instead of "runto main".
12944 * gdb.base/finish.exp: Ditto.
12945 * gdb.base/gcore.exp: Ditto.
12946 * gdb.base/huge.exp: Ditto.
12947 * gdb.base/info-proc.exp: Ditto.
12948 * gdb.base/return2.exp: Ditto.
12949 * gdb.threads/gcore-thread.exp: Ditto.
12950
12951 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12952
12953 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12954
12955 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12956
12957 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12958 that opening the file succeeds on OpenBSD.
12959
12960 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12961
12962 * gdb.threads/thread-specific.c: New file.
12963 * gdb.threads/threads-specific.exp: New test script.
12964 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12965 to expect_out.
12966
12967 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12968
12969 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
12970 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12971 only on the "print_small_structs from print_long_arg_list" test.
12972
12973 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12974
12975 * gdb.base/completion.exp: Kill a stray backslash.
12976
12977 From Jim Ingham <jingham@apple.com>:
12978 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12979 agrees with the result from sending a tab.
12980
12981 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12982
12983 * gdb.base/chng-syms.exp: Remove stray newline.
12984
12985 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12986
12987 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12988 *-*-openbsd*.
12989 * gdb.asm/openbsd.inc: New file.
12990
12991 2004-01-30 Mark Kettenis <kettenis@gnu.org>
12992
12993 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12994 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12995 *-*solaris2*. Remove commented out default settings for
12996 asm-flags. Replace gdb_compile with target_link.
12997
12998 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12999
13000 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
13001 for all tests. Remove old hp-ux and cygnus xfail cases.
13002
13003 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
13004
13005 * gdb.base/chng-syms.exp: New file.
13006 * gdb.base/chng-syms.c: New file.
13007
13008 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13009
13010 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
13011 Provide arms for current output in all my configurations.
13012
13013 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13014
13015 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
13016 * lib/compiler.cc: Likewise.
13017 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
13018 get the right preprocessor. Eval the output directly. Remove
13019 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
13020 hp_f77_compiler and hp_f90_compiler completely.
13021 (gdb_preprocess): Delete.
13022 (get_compiler): Delete.
13023
13024 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13025
13026 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
13027 <string.h>.
13028
13029 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13030
13031 * gdb.mi/mi-stack.exp: Update copyright.
13032
13033 2004-01-23 David Carlton <carlton@kealia.com>
13034
13035 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
13036 test for cp_lookup_transparent_type.
13037 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
13038 call them.
13039
13040 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
13041
13042 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
13043 after -var-update.
13044
13045 2004-01-23 David Carlton <carlton@kealia.com>
13046
13047 * gdb.cp/namespace.cc (C::ensureRefs): New.
13048 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
13049
13050 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13051
13052 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
13053 case "-stack-list-locals 2".
13054 * gdb.mi/mi-var-child.exp: Test for case
13055 "-var-list-children --all-values NAME".
13056
13057 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
13058
13059 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
13060
13061 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13062
13063 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
13064 used with gdb_test_multiple.
13065
13066 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
13067 read at address 0. This fixes PR testsuite/1504.
13068
13069 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
13070
13071 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
13072 Remove downloading, guessing the host executable, the calls to
13073 gdb_file_cmd and gdb_target_cmd, and "load" support.
13074 (infer_host_exec): New function broken out from gdb_load.
13075 (gdb_load): New wrapper for gdbserver_gdb_load.
13076 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
13077 gdb_target_cmd. Use -target-select.
13078 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
13079 Download binaries to the host. Clear last_mi_remote_file when
13080 we load a new binary.
13081 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
13082 call gdbserver_gdb_load and mi_gdb_target_cmd.
13083
13084 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13085
13086 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
13087 type patterns.
13088
13089 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13090
13091 * gdb.cp/templates.exp: Fix typo in test name of
13092 "print Foo<volatile char*>::foo".
13093
13094 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13095
13096 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
13097
13098 2004-01-16 Ben Elliston <bje@wasabisystems.com>
13099
13100 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
13101 (clean mostlyclean): Remove empty rm.
13102
13103 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13104
13105 * gdb.base/setvar.exp: Add copyright years.
13106
13107 2004-01-14 David Carlton <carlton@bactrian.org>
13108
13109 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
13110 PR c++/1511 and update coment.
13111 * gdb.cp/templates.exp: Update patterns to match current output.
13112 If changes involve something other than whitespace, KFAIL
13113 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
13114
13115 2004-01-14 David Carlton <carlton@kealia.com>
13116
13117 * gdb.cp/namespace.exp: Add tests involving classes defined within
13118 namespaces.
13119 * gdb.cp/namespace.cc (C::CClass): New.
13120 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
13121
13122 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13123
13124 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
13125 what debug info we have. Print a better message if something goes
13126 wrong while producing the separate debug info file.
13127
13128 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13129
13130 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
13131
13132 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13133
13134 * gdb.base/callfuncs.c: Add copyright notice.
13135
13136 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
13137
13138 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
13139 inheritance. PR gdb/1498, PR gcc/13539.
13140
13141 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
13142
13143 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13144 test specific name.
13145 * gdb.mi/gdb669.exp: Ditto.
13146 * gdb.mi/mi-pthreads.exp: Ditto.
13147 * gdb.mi/mi1-pthreads.exp: Ditto.
13148 * gdb.mi/mi2-pthreads.exp: Ditto.
13149
13150 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13151
13152 * gdb.cp/member-ptr.cc: Add copyright notice.
13153
13154 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13155
13156 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13157 some patterns for recent versions of gcc and hpacc. Delete
13158 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13159 Delete tests that access a NULL pointer-to-member-data. This
13160 script is still disabled for gcc.
13161
13162 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13163
13164 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
13165 escaped correctly.
13166
13167 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13168
13169 * gdb.base/sepdebug.exp: New file.
13170 * gdb.base/sepdebug.c: New file.
13171 * lib/gdb.exp (separate_debug_filename): New procedure.
13172 (gdb_gnu_strip_debug): New procedure.
13173
13174 2004-01-12 Andrew Cagney <cagney@redhat.com>
13175
13176 * gdb.mi/ChangeLog: Delete file. Renamed to ...
13177 * gdb.mi/ChangeLog-1999-2003: New file.
13178
13179 2004-01-12 Andrew Cagney <cagney@redhat.com>
13180
13181 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
13182 "Renaming a directory to a non-empty directory returns ENOTEMPTY
13183 or EEXIST", treat EBUSY as an XFAIL.
13184
13185 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
13186
13187 * gdb.base/scope.exp: Remove obsolete setup_xfail for
13188 hp_cc_compiler.
13189
13190 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13191
13192 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
13193 decorations.
13194
13195 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13196
13197 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
13198 and "(aCC)" decorations. Remove obsolete doco about old
13199 test results.
13200
13201 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13202
13203 * gdb.cp/exception.exp: Fix typo in doco.
13204
13205 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13206
13207 * gdb.base/gdb1476.exp: Fix typo.
13208
13209 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13210
13211 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
13212 file.
13213
13214 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13215
13216 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
13217 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
13218 Use gdb_compile. Remove restriction on gcc. Add some patterns
13219 for recent version of gdb. Delete second half, which was a copy
13220 of the first half with different build flags. This test is
13221 still disabled because it is still not ready for production.
13222
13223 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13224
13225 * gdb.cp/exception.cc: Add copyright notice.
13226 * gdb.cp/exception.exp: Add a notice that this file is broken
13227 because of line number changes caused by addition of copyright
13228 notice.
13229
13230 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13231
13232 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
13233 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
13234
13235 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13236
13237 * gdb.cp/classes.exp: Accept gnu abi 2.
13238 * gdb.cp/derivation.exp: Likewise.
13239 * gdb.cp/overload.exp: Likewise.
13240 * gdb.cp/virtfunc.exp: Likewise.
13241
13242 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13243
13244 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
13245 semicolon after end of function.
13246
13247 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13248
13249 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
13250 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
13251 boilerplate code for compiling and running the program under
13252 test. Add some string method tests.
13253
13254 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13255
13256 * gdb.cp/bs15503.cc: Add copyright notice.
13257 * gdb.cp/bs15503.exp: Adjust line number.
13258
13259 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13260
13261 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13262 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13263
13264 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13265
13266 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13267 hp_cc_compiler.
13268
13269 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13270
13271 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13272 * gdb.cp/ctti.exp: Use the marker instead of "next".
13273 With gcc, run further before bailing.
13274
13275 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13276
13277 * gdb.cp/cttiadd.cc: Add copyright notice.
13278 * gdb.cp/cttiadd1.cc: Likewise.
13279 * gdb.cp/cttiadd2.cc: Likewise.
13280 * gdb.cp/cttiadd3.cc: Likewise.
13281
13282 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13283
13284 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
13285 Use gdb_test, gdb_test_multiple. Use floating-point values that
13286 have exact representations in IEEE-ish formats.
13287
13288 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13289
13290 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13291 compilers. Delete duplicate call to get_compiler_info.
13292 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13293 * gdb.base/volatile.exp: Likewise.
13294
13295 2004-01-07 Mark Kettenis <kettenis@gnu.org>
13296
13297 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13298 memory at address 0.
13299
13300 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13301
13302 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13303 to test for hp-ux assembler. Fix copyright years.
13304
13305 2004-01-07 Andrew Cagney <cagney@redhat.com>
13306
13307 * gdb.base/fileio.c (strerrno): Add "EBUSY".
13308
13309 2004-01-07 Andrew Cagney <cagney@redhat.com>
13310
13311 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13312 when creating the read-only file. From analysis by Roland McGrath
13313 and Elena Zannoni.
13314
13315 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13316
13317 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13318
13319 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13320
13321 * gdb.base/cvexpr.c: Be type-safe with function pointers and
13322 data pointers.
13323
13324 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13325
13326 * gdb.cp/m-static.exp: Compile one source file at a time.
13327 Delete unused call to get_compiler_info.
13328
13329 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13330
13331 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13332 * gdb.base/call-rt-st.exp: Likewise.
13333 * gdb.base/nodebug.exp: Likewise.
13334 * gdb.base/volatile.exp: Likewise.
13335 * gdb.cp/ref-types.exp: Likewise.
13336 * gdb.cp/templates.exp: Likewise.
13337
13338 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13339
13340 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13341
13342 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
13343
13344 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13345 hppa*-hp-hpux*.
13346
13347 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13348
13349 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13350 x86_64-*-*.
13351
13352 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13353 sparc64-*-* and sparc*-solaris2*.
13354
13355 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13356
13357 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13358 return ${tests}" test. The ${tests} already mentions the
13359 filename.
13360
13361 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13362
13363 * gdb.cp/local.exp: Accept gcc abi 2.
13364
13365 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13366
13367 * gdb.cp/templates.exp: Accept gcc abi 2.
13368
13369 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13370
13371 * lib/compiler.cc: Remove supports_template_debugging.
13372 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13373
13374 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13375
13376 * gdb.cp/namespace.exp: Accept gcc abi 2.
13377
13378 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13379
13380 * gdb.cp/method.exp: Accept gcc abi 2.
13381
13382 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13383
13384 * gdb.cp/classes.exp: Generate identical results as old version.
13385 * gdb.cp/derivation.exp: Likewise.
13386 * gdb.cp/overload.exp: Likewise.
13387 * gdb.cp/virtfunc.exp: Likewise.
13388
13389 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13390
13391 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13392 mysterious bug with sourceware version of expect.
13393
13394 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13395
13396 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
13397 current versions of gcc, including gcc abi 2. Remove gratuitous
13398 restart of test program. Use gdb_test_multiple and gdb_test for
13399 all tests. Add patterns to xfail missing "const" in "const char *"
13400 and kfail PR gdb/1155.
13401
13402 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13403
13404 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
13405 current versions of gcc, including gcc abi 2. Remove gratuitous
13406 restart of test program. Use gdb_test_multiple and gdb_test for
13407 all tests. Add patterns to kfail PR gdb/1498.
13408
13409 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13410
13411 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
13412 current versions of gcc, including gcc abi 2. Use "breakpoint"
13413 and "continue" instead of restarting the target program. Use
13414 gdb_test_multiple and gdb_test for all tests.
13415
13416 2004-01-01 Mark Kettenis <kettenis@gnu.org>
13417
13418 * gdb.asm/asm-source.exp: Update copyright year. Link statically
13419 for *-*-solaris2*.
13420
13421 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13422
13423 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
13424 current versions of gcc, including gcc abi 2. Use "breakpoint"
13425 and "continue" instead of restarting the target program several
13426 times. Use gdb_test_multiple and gdb_test for all tests.
13427
13428 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
13429
13430 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
13431 source files.
13432
13433 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13434
13435 * gdb.base/environ.exp: Handle compiling test case from multiple
13436 source files.
13437
13438 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13439
13440 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
13441
13442 2003-12-17 Jim Blandy <jimb@redhat.com>
13443
13444 * gdb.base/freebpcmd.c: Add copyright notice.
13445
13446 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
13447
13448 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13449
13450 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
13451
13452 2003-12-13 Jim Blandy <jimb@redhat.com>
13453
13454 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
13455
13456 2003-12-12 Kevin Buettner <kevinb@redhat.com>
13457
13458 * gdb.asm/frv.inc: New file.
13459 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
13460
13461 2003-12-09 Fred Fish <fnf@redhat.com>
13462
13463 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13464 functions to break1.c and leave prototypes behind. Add more
13465 "set breakpoint NN here" comments.
13466 * gdb.base/break1.c: New file.
13467
13468 * gdb.base/break.exp: Handle compiling test case from multiple
13469 source files and change source file references as needed.
13470 * gdb.base/completion.exp: Ditto.
13471 * gdb.base/condbreak.exp: Ditto.
13472 * gdb.base/define.exp: Ditto.
13473 * gdb.base/ena-dis-br.exp: Ditto.
13474 * gdb.base/info-proc.exp: Ditto.
13475 * gdb.base/maint.exp: Ditto.
13476 * gdb.base/until.exp: Ditto.
13477
13478 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13479 hardcoded line numbers.
13480 * gdb.base/define.exp: Ditto.
13481 * gdb.base/ena-dis-br.exp: Ditto.
13482 * gdb.base/maint.exp: Ditto.
13483 * gdb.base/until.exp: Ditto.
13484
13485 * gdb.base/completion.exp: Use "break1" for completion tests since
13486 "break" is no longer a unique prefix.
13487
13488 2003-12-06 Andrew Cagney <cagney@redhat.com>
13489
13490 * gdb.base/structs.exp (test_struct_returns): When applicable, set
13491 "return_value_unimplemented". When an unimplemented struct return
13492 architecture, report incorrect values as a KFAIL
13493
13494 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13495
13496 * gdb.cp/rtti.exp: Accept new wording of warning from
13497 cp_lookup_rtti_type.
13498
13499 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13500
13501 Partial fix for PR testsuite/1456.
13502 * gdb.base/scope.exp (test_at_main): Replace references to
13503 gcc_compiled with calls to test_compiler_info.
13504 (test_at_foo): Likewise.
13505 (test_at_bar): Likewise.
13506
13507 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13508
13509 Partial fix for PR testsuite/1456.
13510 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13511 to test_compiler_info.
13512
13513 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13514
13515 * gdb.base/so-impl-ld.exp: Update copyright notice.
13516
13517 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13518
13519 Partial fix for PR testsuite/1456.
13520 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13521 to test_compiler_info.
13522
13523 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13524
13525 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13526 from current versions of gdb. Clean up regular expressions.
13527 Delete redundant timeout case.
13528
13529 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13530
13531 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13532 from current versions of gdb. Clean up regular expressions.
13533 Delete redundant timeout case.
13534
13535 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13536
13537 Partial fix for PR testsuite/1456.
13538 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13539 gcc_compiled with call to test_compiler_info.
13540
13541 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13542
13543 Partial fix for PR testsuite/1456.
13544 * gdb.base/list.exp (test_list_function): Delete unused declaration
13545 of gcc_compiled.
13546
13547 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13548
13549 Partial fix for PR testsuite/1456.
13550 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13551 call to test_compiler_info.
13552
13553 2003-11-29 Mark Kettenis <kettenis@gnu.org>
13554
13555 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13556 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13557 it to create the appropriate note.inc.
13558 * gdb.asm/asmsrc1.s: Include "note.inc".
13559 * gdb.asm/netbsd.inc: New file.
13560 * gdb.asm/empty.inc: New file.
13561
13562 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13563
13564 Partial fix for PR testsuite/1456.
13565 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13566 calls to test_compiler_info.
13567
13568 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13569
13570 Partial fix for PR testsuite/1456.
13571 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13572 calls to test_compiler_info.
13573
13574 2003-11-27 Mark Kettenis <kettenis@gnu.org>
13575
13576 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13577 pattern for the KFAILs.
13578
13579 2003-11-25 Adam Fedor <fedor@gnu.org>
13580
13581 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13582 * gdb.objc/objcdecode.m: New file.
13583
13584 2003-11-25 Adam Fedor <fedor@gnu.org>
13585
13586 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13587 * gdb.objc/nondebug.m: New file.
13588
13589 2003-11-26 Ben Elliston <bje@wasabisystems.com>
13590
13591 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13592 NetBSD as it does on FreeBSD. Modelled on a similar change by
13593 Mark Kettenis on 2003-05-30.
13594 (link-flags): Set to "--entry _start" regardless of target.
13595 Special linker flags are to be appended to $link-flags.
13596 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13597
13598 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13599
13600 * gdb.cp/method.exp: Accept output of new demangler.
13601
13602 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13603
13604 * gdb/class2.exp: New file.
13605 * gdb/class2.cc: New file.
13606
13607 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13608
13609 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13610 of new demangler.
13611
13612 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13613
13614 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13615 of gdb_test "run".
13616
13617 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13618
13619 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13620 "continue" into "run".
13621
13622 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13623
13624 Partial fix for PR testsuite/1456.
13625 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13626 call to test_compiler_info.
13627 * gdb.cp/ctti.exp: Likewise.
13628 * gdb.cp/derivation.exp: Likewise.
13629 * gdb.cp/member-ptr.exp: Likewise.
13630 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13631 reference to gcc_compiled.
13632
13633 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13634
13635 Fix PR testsuite/1463.
13636 * gdb.base/structs.exp (start_structs_test): Call
13637 get_debug_format before using the debug format.
13638
13639 2003-11-22 Andrew Cagney <cagney@redhat.com>
13640
13641 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13642 * gdb.base/structs.exp: Use gdb_test_multiple.
13643
13644 2003-11-20 Andrew Cagney <cagney@redhat.com>
13645
13646 * gdb.base/structs.exp: Handle and recover from internal errors.
13647 Replace "foo${n}" with "foo<n>" in test messages.
13648
13649 * gdb.base/structs.exp: Update copyright. Rewrite.
13650 * gdb.base/structs.c: Update copyright. Rewrite.
13651
13652 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13653 resync count exceeded.
13654
13655 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13656 from the internal error.
13657 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13658 Original from Jim Blandy.
13659 (gdb_test_multiple): Use gdb_internal_error_resync.
13660
13661 2003-11-19 Andrew Cagney <cagney@redhat.com>
13662
13663 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13664 KFAIL.
13665
13666 2003-11-17 Mark Kettenis <kettenis@gnu.org>
13667
13668 New testcase for PR backtrace/1435.
13669 * gdb.arch/i386-unwind.exp: New file.
13670 * gdb.arch/i386-unwind.c: New file.
13671
13672 2003-11-17 Andrew Cagney <cagney@redhat.com>
13673
13674 * lib/gdb.exp (compiler_info): New global.
13675 (test_compiler_info): New function.
13676 (get_compiler_info): Set compiler_info.
13677 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
13678 "compiler_info" to gcc-<major>-<minor>.
13679
13680 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
13681
13682 * gdb.trace/configure: Remove.
13683
13684 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
13685
13686 * gdb.base/break.c: Add comments to aid finding line numbers for
13687 breakpoints.
13688 * gdb.base/break.exp: Remove all references to explicit line
13689 numbers.
13690
13691 2003-11-11 Nick Clifton <nickc@redhat.com>
13692
13693 * gdb.base/shreloc.exp: Do not run for targets which do not
13694 support shared objects.
13695
13696 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
13697
13698 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13699 Don't run tests if nofileio flag is given.
13700
13701 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
13702
13703 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
13704 as well as 'Watchpoint'.
13705
13706 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13707
13708 Reported by Jim Ingham <jingham@apple.com>:
13709 * gdb.base/annota1.exp: Match at least one occurrence of the
13710 signal handler annotation.
13711
13712 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13713
13714 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13715 as well as 'Watchpoint'.
13716
13717 2003-11-05 Michael Chastain <mec@shout.net>
13718
13719 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13720
13721 2003-11-03 Kris Warkentin <kewarken@qnx.com>
13722
13723 * gdb.arch/gdb1291.c: New test file.
13724 * gdb.arch/gdb1291.exp: New test script.
13725 * gdb.arch/gdb1431.c: New test file.
13726 * gdb.arch/gdb1431.exp: New test script.
13727
13728 2003-10-22 Michael Chastain <mec@shout.net>
13729
13730 * gdb.mi/pthreads.c: Add copyright notice.
13731
13732 2003-10-22 Michael Chastain <mec@shout.net>
13733
13734 * gdb.threads/pthreads.c: Add copyright notice.
13735
13736 2003-10-20 Michael Chastain <mec@shout.net>
13737
13738 * gdb.base/gdb1056.exp: New test script.
13739
13740 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13741
13742 * gdb.threads/killed.exp: Use gdb_run_cmd.
13743
13744 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13745
13746 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13747 create a core file.
13748 * gdb.threads/gcore-thread.exp: Likewise.
13749
13750 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
13751
13752 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13753 type, based on char type.
13754 (struct bit_flags_short_t): New bitfield type, based on short type.
13755 (init_bit_flags_char): New fuction.
13756 (init_bit_flags_short): Ditto.
13757 (print_bit_flags_char): Ditto.
13758 (print_bit_flags_short): Ditto.
13759 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13760
13761 2003-10-11 Michael Chastain <mec@shout.net>
13762
13763 * gdb.base/call-rt-st.exp: Update copyright year.
13764
13765 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
13766
13767 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13768 * gdb.disasm/sh3.s: Ditto.
13769
13770 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
13771
13772 * gdb.threads/switch-threads.exp: New test.
13773 * gdb.threads/switch-threads.c: New source file.
13774
13775 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
13776
13777 * gdb.base/ending-run.exp: Add sh specific case.
13778
13779 2003-10-06 Andrew Cagney <cagney@redhat.com>
13780
13781 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13782 * gdb.disasm/mn10200.exp: Delete obsolete file.
13783
13784 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
13785
13786 * ChangeLog: Correct an entry command.exp -> commands.exp.
13787 * gdb.base/commands.exp (bp_deleted_in_command_test)
13788 (temporary_breakpoint_commands): Check noargs.
13789
13790 2003-09-25 David Carlton <carlton@kealia.com>
13791
13792 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
13793 of some print tests, where appropriate. Add tests for C::D::cd,
13794 E::ce, F::cXfX, G::XgX.
13795 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13796
13797 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
13798
13799 * lib/java.exp (java_init): Import target_alias before using it.
13800
13801 2003-09-25 David Carlton <carlton@kealia.com>
13802
13803 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13804
13805 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
13806
13807 * gdb.base/selftest.exp: Accomodate more instruction reordering
13808 weirdness.
13809
13810 2003-09-17 Michael Chastain <mec@shout.net>
13811
13812 * gdb.cp/gdb1355.exp: New file.
13813 * gdb.cp/gdb1355.c: New file.
13814
13815 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
13816
13817 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13818 * gdb.asm/sh.inc: New file.
13819
13820 2003-09-11 David Carlton <carlton@kealia.com>
13821
13822 * gdb.cp/namespace.exp: Add tests for namespace types.
13823 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
13824 (test_namespace): New.
13825
13826 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
13827
13828 * gdb.base/relocate.exp: Handle new gdb output at startup.
13829 * gdb.stabs/weird.exp: Ditto.
13830
13831 2003-09-08 Michael Chastain <mec@shout.net>
13832
13833 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13834
13835 2003-09-07 Michael Chastain <mec@shout.net>
13836
13837 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13838 'parse error'.
13839
13840 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
13841
13842 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13843
13844 2003-08-30 Michael Chastain <mec@shout.net>
13845
13846 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13847 * gdb.gdb/observer.exp: Ditto.
13848 * gdb.gdb/xfullpath.exp: Ditto.
13849
13850 2003-08-29 Mark Kettenis <kettenis@gnu.org>
13851
13852 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13853 *-*-*bsd*.
13854
13855 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
13856
13857 * gdb.base/dump.exp: Skip for ia64.
13858
13859 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
13860
13861 * gdb.asm/asm-source.exp: Add ia64 support.
13862 * gdb.asm/ia64.inc: New file.
13863
13864 2003-08-22 Michael Chastain <mec@shout.net>
13865
13866 * gdb.cp: New directory.
13867 * gdb.cp/*: Copy from gdb.c++/*.
13868 * gdb.c++/*: Remove.
13869 * Makefile.in: Change gdb.c++ to gdb.cp.
13870 * configure.in: Ditto.
13871 * configure: Regnerate.
13872
13873 2003-08-18 Mark Kettenis <kettenis@gnu.org>
13874
13875 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13876 * gdb.arch/i386-prologue.c (gdb1338): Add function.
13877
13878 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13879
13880 * mi-var-display.exp (-var-list-children weird): Accept function
13881 pointers with argument types.
13882 * mi1-var-display.exp (-var-list-children weird): Likewise.
13883 * mi2-var-display.exp (-var-list-children weird): Likewise.
13884
13885 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13886
13887 * gdb.base/annota3.exp: Add missing newline.
13888
13889 2003-08-06 Michael Chastain <mec@shout.net>
13890
13891 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13892
13893 2003-08-12 Michael Snyder <msnyder@redhat.com>
13894
13895 * gdb.base/float.exp: Add test for SH.
13896
13897 2003-08-10 Mark Kettenis <kettenis@gnu.org>
13898
13899 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13900
13901 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13902
13903 * gdb.base/completion.exp: Remove reduntant completion test
13904 on filename.
13905
13906 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13907
13908 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13909 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13910 gdb.trace/save-trace.exp: Make sure that full pathnames are
13911 escaped correctly.
13912
13913 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13914
13915 * configure.in: Don't generate config.h from config.hin.
13916 * configure: Regenerate.
13917 * config.hin: Remove file.
13918 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13919 * gdb.threads/pthreads.c: Ditto.
13920
13921 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
13922
13923 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13924 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13925 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13926 Replace ld24 with seth/add3.
13927
13928 2003-08-02 Andrew Cagney <cagney@redhat.com>
13929
13930 * gdb.base/annota3.exp: New file.
13931 * gdb.base/annota3.c: New file.
13932 * gdb.c++/annota3.exp: New file.
13933 * gdb.c++/annota3.cc: New file.
13934
13935 2003-07-29 Michael Chastain <mec@shout.net>
13936
13937 * gdb.threads/tls.c (spin): Check errno only if sem_wait
13938 actually failed.
13939 (do_pass): Likewise.
13940 * gdb.threads/tls.exp: Always initialize no_of_threads.
13941
13942 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
13943
13944 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13945 pattern.
13946 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13947 * gdb.threads/tls.exp: Recognize one case of the host library not
13948 supporting TLS.
13949
13950 2003-07-27 Andrew Cagney <cagney@redhat.com>
13951
13952 * gdb.base/fileio.exp: Use SH when running commands using
13953 remote_exec.
13954
13955 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
13956
13957 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13958 * gdb.base/relocate.c (dummy): New padding array.
13959
13960 2003-07-22 Michael Snyder <msnyder@redhat.com>
13961
13962 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
13963
13964 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13965 patterns to be more general, accepting old and new output.
13966 Some output chars (such as '+') also must be quoted.
13967 Some addresses are displayed numerically instead of
13968 symbolically.
13969
13970 2003-07-23 Michael Snyder <msnyder@redhat.com>
13971
13972 * gdb.base/return2.exp: Don't test long-long return.
13973
13974 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13975 * gdb.disasm/t01_mov.exp: Ditto.
13976 * gdb.disasm/t02_mova.s: Ditto.
13977 * gdb.disasm/t02_mova.exp: Ditto.
13978 * gdb.disasm/t03_add.s: Ditto.
13979 * gdb.disasm/t03_add.exp: Ditto.
13980 * gdb.disasm/t04_sub.s: Ditto.
13981 * gdb.disasm/t04_sub.exp: Ditto.
13982 * gdb.disasm/t05_cmp.s: Ditto.
13983 * gdb.disasm/t05_cmp.exp: Ditto.
13984 * gdb.disasm/t06_ari2.s: Ditto.
13985 * gdb.disasm/t06_ari2.exp: Ditto.
13986 * gdb.disasm/t07_ari3.s: Ditto.
13987 * gdb.disasm/t07_ari3.exp: Ditto.
13988 * gdb.disasm/t08_or.s: Ditto.
13989 * gdb.disasm/t08_or.exp: Ditto.
13990 * gdb.disasm/t09_xor.s: Ditto.
13991 * gdb.disasm/t09_xor.exp: Ditto.
13992 * gdb.disasm/t10_and.s: Ditto.
13993 * gdb.disasm/t10_and.exp: Ditto.
13994 * gdb.disasm/t11_logs.s: Ditto.
13995 * gdb.disasm/t11_logs.exp: Ditto.
13996 * gdb.disasm/t12_bit.s: Ditto.
13997 * gdb.disasm/t12_bit.exp: Ditto.
13998 * gdb.disasm/t13_otr.s: Ditto.
13999 * gdb.disasm/t13_otr.exp: Ditto.
14000
14001 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
14002
14003 * gdb.threads/tls.exp :Add kfail for 'info address' case.
14004
14005 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
14006
14007 * gdb.threads/tls.c : New file.
14008 * gdb.threads/tls.exp : New file.
14009 * gdb.threads/tls-main.c : New file.
14010 * gdb.threads/tls-shared.c : New file.
14011 * gdb.threads/tls-shared.exp : New file.
14012
14013 2003-07-22 Andreas Schwab <schwab@suse.de>
14014
14015 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
14016
14017 2003-07-20 Andreas Schwab <schwab@suse.de>
14018
14019 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
14020 due to insn reordering.
14021
14022 2003-07-15 Andrew Cagney <cagney@redhat.com>
14023
14024 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
14025
14026 2003-07-15 Michael Chastain <mec@shout.net>
14027
14028 * gdb.base/gdb1250.exp: New file.
14029 * gdb.base/gdb1250.c: New file.
14030
14031 2003-07-09 Michal Ludvig <mludvig@suse.cz>
14032
14033 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
14034 expansion of size_t to 'unsigned long', not only to 'unsigned'.
14035
14036 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
14037
14038 * gdb.threads/tls.c: New file.
14039 * gdb.threads/tls.exp: New file.
14040 * gdb.threads/tls-main.c: New file.
14041 * gdb.threads/tls-shared.c: New file.
14042 * gdb.threads/tls-shared.exp: New file.
14043
14044 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
14045
14046 * gdb.base/annota1.exp: Make sure that we properly escape the
14047 full path of the source file. Xfail more permissive patterns,
14048 due to a compiler debug info problem.
14049
14050 2003-07-07 Andreas Schwab <schwab@suse.de>
14051
14052 * gdb.asm/m68k.inc: New file.
14053 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
14054
14055 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
14056 arguments"): Also match negative number.
14057
14058 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
14059
14060 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
14061
14062 * gdb.base/store.c (charest): New typedef.
14063 (add_char): Rename to add_charest, update.
14064 (wack_char): Rename to wack_charest, update types. Return l + r
14065 to keep r live across the call.
14066 (wack_short, wack_int, wack_long, wack_longest, wack_float)
14067 (wack_double, wack_doublest): Return l + r to keep r live across
14068 the call.
14069 * gdb.base/store.exp: Accomodate store.c changes.
14070
14071 2003-06-30 David Carlton <carlton@kealia.com>
14072
14073 * gdb.c++/maint.exp (test_invalid_name): New.
14074 (test_first_component): Add tests for invalid names.
14075
14076 2003-06-29 Michael Chastain <mec@shout.net>
14077
14078 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
14079 output of '<VTT for class>' for virtual base classes.
14080
14081 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14082
14083 * gdb.base/completion.exp: Tab-complete "complet" instead of
14084 "compl".
14085 * gdb.base/complex.exp, gdb.base/complex.c: New files.
14086
14087 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14088
14089 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
14090 * gdb.base/volatile.exp: Likewise.
14091
14092 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14093
14094 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
14095 gdb/1265.
14096
14097 2003-06-28 Michael Chastain <mec@shout.net>
14098 Daniel Jacobowitz <drow@mvista.com>
14099
14100 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
14101 initial line count of 'captured_main' from 26 to 32.
14102 (test_with_self): Allow xmalloc call to be interleaved with the
14103 preceding two lines.
14104
14105 2003-06-24 Joel Brobecker <brobecker@gnat.com>
14106
14107 * gdb.base/bang.exp: New testcase.
14108
14109 2003-06-23 Joel Brobecker <brobecker@gnat.com>
14110
14111 * gdb.base/langs.exp: Add some tests for the "minimal" language
14112 support.
14113
14114 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
14115
14116 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
14117 the testcase.
14118
14119 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14120
14121 * gdb.base/relocate.exp: Test add-symbol-file with a variable
14122 offset.
14123
14124 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14125
14126 * gdb.c++/pr-1210.cc: New file.
14127 * gdb.c++/pr-1210.exp: New file.
14128
14129 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
14130
14131 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
14132 000-exec-continue.
14133
14134 2003-06-15 Mark Kettenis <kettenis@gnu.org>
14135
14136 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
14137 on *-*-*bsd* instead of *-*-freebsd*.
14138
14139 2003-06-14 Andrew Cagney <cagney@redhat.com>
14140
14141 * gdb.base/store.exp: Test longest and doublest. Test all
14142 parameters. Weaken return statement match.
14143 * gdb.base/store.c: Add longest and doublest - aka long long and
14144 long double functions. Put all parameters into local register
14145 variables. Use negative values.
14146
14147 2003-06-14 Andrew Cagney <cagney@redhat.com>
14148
14149 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14150 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14151 exit status.
14152 * gdb.base/fileio.exp: Disable target when nointerrupts and
14153 noinferiorio, instead of limiting it to remote. Use remote_exec
14154 instead of system.
14155
14156 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14157
14158 * gdb.base/float.exp: Add ia64 support.
14159
14160 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
14161
14162 * gdb.base/fileio.exp: Run only on remote targets.
14163
14164 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
14165
14166 * gdb.base/fileio.c: New file, testing File-I/O.
14167 * gdb.base/fileio.exp: Ditto.
14168
14169 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
14170
14171 * gdb.base/shreloc.exp: New file, check symbol values obtained from
14172 shared objects after relocation at load time (gdb PR/1132).
14173 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
14174 as above, part of the shared object relocation test.
14175
14176 2003-06-08 Mark Kettenis <kettenis@gnu.org>
14177
14178 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
14179 fully filled history list.
14180 * gdb.base/gdb_history: New file.
14181
14182 * gdb.base/signals.exp: XFAIL "continue to func1" on
14183 i*86-*-freebsd*.
14184
14185 * gdb.base/attach.exp: When trying to attach to a nonexistent
14186 process, make it possible to specify the PID based on the target,
14187 and do so for *-*-freebsd*.
14188
14189 2003-06-02 Richard Henderson <rth@redhat.com>
14190
14191 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
14192
14193 2003-06-02 Richard Henderson <rth@redhat.com>
14194
14195 * gdb.base/selftest.exp: Next over lim_at_start initialization.
14196
14197 2003-06-02 Richard Henderson <rth@redhat.com>
14198
14199 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
14200
14201 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
14202
14203 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
14204 of globalvar.
14205
14206 2003-06-01 Mark Kettenis <kettenis@gnu.org>
14207
14208 * gdb.asm/asm-source.exp: Check for memory read errors in
14209 disassembler test on *BSD too.
14210
14211 2003-06-01 Richard Henderson <rth@redhat.com>
14212
14213 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14214 for .frame.
14215 (gdbasm_call): Lose ldgp.
14216 (gdbasm_startup): Add frame information.
14217 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
14218
14219 2003-05-31 Mark Kettenis <kettenis@gnu.org>
14220
14221 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
14222 i?86-*-*.
14223
14224 2003-05-30 Mark Kettenis <kettenis@gnu.org>
14225
14226 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14227 FreeBSD.
14228
14229 2003-05-29 Richard Henderson <rth@redhat.com>
14230
14231 * gdb.asm/alpha.inc: New file.
14232 * gdb.asm/asm-source.exp: Use it.
14233
14234 2003-05-29 Jim Blandy <jimb@redhat.com>
14235
14236 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14237 'core.PID'.
14238
14239 2003-05-22 Jim Blandy <jimb@redhat.com>
14240
14241 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
14242 backtrace.
14243
14244 2003-05-20 David Carlton <carlton@math.stanford.edu>
14245
14246 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
14247 this time.
14248
14249 2003-05-19 David Carlton <carlton@bactrian.org>
14250
14251 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
14252 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
14253
14254 2003-05-19 David Carlton <carlton@bactrian.org>
14255
14256 * gdb.c++/namespace.exp: Add namespace scope and anonymous
14257 namespace tests.
14258 Bump copyright date.
14259 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14260 (main): Call C::D::marker2.
14261 * gdb.c++/namespace1.cc: New file.
14262
14263 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
14264
14265 Roland McGrath <roland@redhat.com>
14266 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
14267 there is no manager thread.
14268
14269 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
14270
14271 * gdb.threads/schedlock.exp: Remove assumption that all threads
14272 will run in a particular small time slice. Also ensure we break
14273 in one of the child threads rather than the main thread.
14274
14275 2003-05-07 Jim Blandy <jimb@redhat.com>
14276
14277 Add support for assembly source testing on the s390x.
14278 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14279 architecture.
14280 * gdb.asm/s390x.inc: New file.
14281
14282 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14283 succession of 'if' statements.
14284
14285 2003-05-05 Andrew Cagney <cagney@redhat.com>
14286
14287 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14288
14289 2003-05-05 Andrew Cagney <cagney@redhat.com>
14290
14291 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14292 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14293
14294 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
14295
14296 * gdb.base/charset.exp: Update based on new behavior of set/show
14297 charset commands.
14298
14299 2003-05-01 Andrew Cagney <cagney@redhat.com>
14300
14301 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14302 variable do not give memory errors.
14303
14304 2003-04-30 Adam Fedor <fedor@gnu.org>
14305
14306 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14307 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14308 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14309 gdb.objc/basicclass.m: : New files
14310
14311 * lib/gdb.exp (gdb_compile_objc): New procedure.
14312
14313 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
14314
14315 * gdb.base/signals.exp: Make backtrace tests more specific.
14316
14317 2003-04-23 David Carlton <carlton@bactrian.org>
14318
14319 * gdb.c++/maint.exp (test_first_component): Add tests for
14320 'operator' in more locations.
14321
14322 2003-04-16 Kevin Buettner <kevinb@redhat.com>
14323
14324 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14325
14326 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
14327
14328 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
14329 func marke' instead. Update test name.
14330
14331 2003-04-15 David Carlton <carlton@math.stanford.edu>
14332
14333 * gdb.c++/maint.exp: New file.
14334
14335 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14336
14337 * gdb.threads/schedlock.c: Change type of thread function argument
14338 to long, to avoid warnings on 64-bit platforms.
14339
14340 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14341
14342 * gdb.base/attach.exp: Add new message from ptrace in case of
14343 attaching to nonexistent process.
14344
14345 2003-04-11 Jim Blandy <jimb@redhat.com>
14346
14347 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14348 gdb.c++/userdef.cc: Place comments on the lines to which the
14349 marker function might return.
14350 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14351 gdb.c++/userdef.exp: Look for those comments to check that we've
14352 returned to the right place, instead of checking line numbers.
14353
14354 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
14355
14356 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14357 match on sourcefile name, instead of directory name.
14358
14359 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
14360
14361 * gdb.base/completion.exp: Use string_to_regexp to match the
14362 working directory name.
14363
14364 2003-04-09 Jim Blandy <jimb@redhat.com>
14365
14366 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14367 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14368 after an inferior function call, report the failure, but allow the
14369 test to continue.
14370
14371 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14372
14373 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14374 with -DPROTOTYPES.
14375
14376 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14377
14378 * gdb.base/break.exp: Revert last patch.
14379
14380 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
14381
14382 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14383 with -DPROTOTYPES.
14384
14385 2003-04-02 Andrew Cagney <cagney@redhat.com>
14386
14387 * gdb.base/callfuncs.exp: Make "print add" messages unique.
14388 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14389 matching directories by the name breakpoint.
14390 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14391 Make "continue to marker1" consistent.
14392 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14393 message consistent.
14394 * lib/gdb.exp: Put "the program is no longer running", and "the
14395 program exited" in parenthesis.
14396 * lib/mi-support.exp: Ditto.
14397
14398 2003-04-02 Bob Rossi <bob_rossi@cox.net>
14399
14400 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14401
14402 2003-03-29 Andrew Cagney <cagney@redhat.com>
14403
14404 * gdb.base/sizeof.c (main): Print the value of '\377'.
14405 * gdb.base/sizeof.exp: Check the sign of '\377'.
14406
14407 2003-03-27 Michael Chastain <mec@shout.net>
14408
14409 * gdb.base/gdb1090.exp: New file.
14410 * gdb.base/gdb1090.cc: New file.
14411
14412 2003-03-27 J. Brobecker <brobecker@gnat.com>
14413
14414 * gdb.gdb/observer.exp: New regression test.
14415
14416 2003-03-27 Michael Chastain <mec@shout.net>
14417
14418 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
14419 * gdb.base/ptype.exp: Likewise.
14420
14421 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
14422
14423 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
14424
14425 2003-03-26 Michael Chastain <mec@shout.net>
14426
14427 * gdb.base/ptype.exp: Actually use some typedef'd types.
14428
14429 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
14430
14431 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
14432 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
14433
14434 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14435
14436 * gdb.base/default.exp: Fix regular expression.
14437
14438 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14439
14440 * gdb.base/args.exp: Fix regular expression.
14441
14442 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14443
14444 * gdb.base/help.exp: Allow Win32 child process.
14445
14446 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14447
14448 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
14449 when stepping out of main().
14450
14451 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14452
14453 * gdb.base/default.exp: Check for win32 specific message when calling
14454 "run" without executable.
14455
14456 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14457
14458 * gdb.base/args.exp: Expect .exe in output.
14459
14460 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14461
14462 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
14463 Cygwin native.
14464
14465 2003-03-17 Andrew Cagney <cagney@redhat.com>
14466
14467 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
14468 vector registes.
14469 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14470 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14471
14472 2003-03-17 David Carlton <carlton@math.stanford.edu>
14473
14474 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14475 test, for PR breakpoints/38.
14476 Call test_watchpoint_and_breakpoint.
14477 * gdb.base/watchpoint.c (func3): New function.
14478 (main): Call func3.
14479
14480 2003-03-04 David Carlton <carlton@math.stanford.edu>
14481
14482 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14483 Garply<Garply<char> >:: garply".
14484 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14485 with respect to PR c++/1111; note also PR c++/1113.
14486 (test_template_breakpoints): KFAIL "constructor breakpoint" with
14487 respect to PR c++/1062.
14488 KFAIL "destructor breakpoint" with respect to PR c++/1112.
14489
14490 2003-03-03 David Carlton <carlton@math.stanford.edu>
14491
14492 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14493 with respect to PR c++/57.
14494 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14495 c++/826.
14496 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14497 respect to PR c++/57.
14498
14499 2003-03-03 David Carlton <carlton@math.stanford.edu>
14500
14501 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14502 respect to PR c++/33 into FAILs.
14503
14504 2003-03-03 Michael Chastain <mec@shout.net>
14505
14506 * configure.in: Update copyright years.
14507
14508 2003-03-03 Michael Chastain <mec@shout.net>
14509
14510 * Makefile.in: Update copyright years.
14511
14512 2003-02-28 David Carlton <carlton@math.stanford.edu>
14513
14514 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14515 print class instead of struct and/or superfluous protection
14516 specifiers, as long as the resulting output is equivalent to the
14517 source code.
14518 Delete FIXME from end of messages on tests that don't need
14519 fixing.
14520
14521 2003-02-28 David Carlton <carlton@math.stanford.edu>
14522
14523 * gdb.c++/templates.exp (do_tests): Allow const in the two
14524 Foo<volatile char *>::foo tests.
14525
14526 2003-02-27 Michael Snyder <msnyder@redhat.com>
14527
14528 * gdb.base/restore.c (main): Return zero, so exit code
14529 will be consistant.
14530
14531 2003-02-26 David Carlton <carlton@math.stanford.edu>
14532
14533 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14534 char *>::foo" test with respect to PR c++/33. Create a new test
14535 which is identical to that one except that it doesn't put the
14536 space between the "char" and the "*"; KFAIL it, too.
14537
14538 2003-02-26 David Carlton <carlton@math.stanford.edu>
14539
14540 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14541 template types into either PASSes or KFAILs (corresponding to PR
14542 c++/57). Tweak indentation. Update copyright.
14543
14544 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14545
14546 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14547
14548 2003-02-13 Michael Chastain <mec@shout.net>
14549
14550 * gdb.base/exprs.exp: Remove i960 remnants.
14551 * gdb.base/funcargs.exp: Likewise.
14552 * gdb.base/list.exp: Likewise.
14553 * gdb.base/ptype.exp: Likewise.
14554
14555 2003-02-14 David Carlton <carlton@math.stanford.edu>
14556
14557 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14558 pEe->D::vg()" from XFAIL to KFAIL.
14559
14560 2003-02-13 Jason Molenda (jmolenda@apple.com)
14561
14562 * gdb.base/maint.exp: Update maint print statistics regexp to include
14563 new entries.
14564
14565 2003-02-13 Michael Chastain <mec@shout.net>
14566
14567 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14568
14569 2003-02-12 Michael Chastain <mec@shout.net>
14570
14571 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14572 * gdb.c++/inherit.exp: Likewise.
14573 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14574 * gdb.c++/templates.exp: Likewise.
14575 * gdb.c++/virtfunc.exp: Likewise.
14576
14577 2003-02-06 Jason Molenda (jason-cl@molenda.com)
14578
14579 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14580 why the code is written that way.
14581
14582 2003-02-05 Michael Chastain <mec@shout.net>
14583
14584 * gdb.base/dump.exp: Add missing copyright line.
14585
14586 2003-02-05 Jason Molenda (jason-cl@molenda.com)
14587
14588 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14589 at the beginning so the breakpoint doesn't get set on the loop.
14590
14591 2003-02-05 Michael Chastain <mec@shout.net>
14592
14593 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14594 output for configurations with gcc 2.95.3.
14595
14596 2003-02-05 Keith Seitz <keiths@redhat.com>
14597 Andrew Cagney <ac131313@redhat.com>
14598
14599 * gdb.mi/mi-cli.exp: New file.
14600
14601 2003-02-04 Michael Chastain <mec@shout.net>
14602
14603 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14604 Call perror and then continue.
14605
14606 2003-02-03 Michael Chastain <mec@shout.net>
14607
14608 * gdb.c++/pr-1023.cc: New file.
14609 * gdb.c++/pr-1023.exp: New file.
14610
14611 2003-02-05 Jim Blandy <jimb@redhat.com>
14612
14613 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14614 it's local to foobar. Check for it there, and check that it's not
14615 present in main.
14616 * gdb.c++/local.cc (marker2): New function.
14617 (foobar): Call marker1.
14618 (main): Call marker2 instead of marker1.
14619
14620 2003-02-04 Andrew Cagney <ac131313@redhat.com>
14621
14622 * gdb.disasm/mn10200.exp: Obsolete file.
14623 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14624 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14625 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14626
14627 2003-02-04 David Carlton <carlton@math.stanford.edu>
14628
14629 * gdb.c++/overload.exp: Test intToChar(1).
14630 * gdb.c++/overload.cc (intToChar): New.
14631 (main): Call intToChar.
14632
14633 2003-02-03 David Carlton <carlton@math.stanford.edu>
14634
14635 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14636 'might_kfail' arg.
14637 KFAIL some of the continue_to_bp_overloaded calls, according to
14638 PR c++/1025.
14639
14640 2003-02-01 Michael Chastain <mec@shout.net>
14641
14642 * gdb.base/advance.c (marker1): New marker function.
14643 * gdb.base/advance.exp: When the 'advance' command lands on the
14644 return breakpoint, it can legitimately stop on either the
14645 current line or the next line. Accommodate both outcomes.
14646 * gdb.base/until.exp: Likewise.
14647
14648 2003-02-02 Andrew Cagney <ac131313@redhat.com>
14649
14650 2002-11-10 Jason Molenda (jason-cl@molenda.com):
14651 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14652 now a list, not a tuple.
14653 * gdb.mi/mi-var-display.exp: Ditto.
14654 * gdb.mi/gdb792.exp: Ditto.
14655
14656 2003-02-01 Andrew Cagney <ac131313@redhat.com>
14657
14658 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14659 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14660 stack backtraces.
14661 * gdb.mi/mi-syn-frame.c: Part of same.
14662
14663 2003-02-01 Mark Kettenis <kettenis@gnu.org>
14664
14665 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14666 gdb.mi/mi1-pthreads.exp: Return instead of calling
14667 gdb_suppress_entire_file.
14668
14669 2003-02-01 Mark Salter <msalter@redhat.com>
14670
14671 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14672
14673 2003-01-31 Mark Salter <msalter@redhat.com>
14674
14675 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14676 Support empty arg.
14677
14678 2003-01-30 Michael Chastain <mec@shout.net>
14679
14680 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14681 This was a workaround for a UTF-8 bug in readline 4.3. The bug
14682 has been fixed in gdb/readline on 2003-01-09.
14683
14684 2003-01-29 Michael Snyder <msnyder@redhat.com>
14685
14686 * gdb.base/maint.exp: Allow for leading underscore in symbol.
14687 * gdb.base/display.exp: Allow for leading underscore in symbol.
14688 * gdb.base/args.exp: Skip if target does not support args passing.
14689
14690 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14691
14692 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
14693 gdb_test. Accept a list of expect arguments as the third
14694 parameter.
14695 (gdb_test): Use it.
14696
14697 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
14698
14699 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14700 allow for different test tree configurations. Update some
14701 tescases accordingly.
14702 * gdb.arch/altivec-regs.exp: Ditto.
14703 * gdb.asm/asm-source.exp: Ditto.
14704 * gdb.base/advance.exp: Ditto.
14705 * gdb.base/display.exp: Ditto.
14706 * gdb.base/long_long.exp: Ditto.
14707 * gdb.base/mips_pro.exp: Ditto.
14708 * gdb.base/overlays.exp: Ditto.
14709 * gdb.base/relocate.exp: Ditto.
14710 * gdb.base/setshow.exp: Ditto.
14711 * gdb.base/step-line.exp: Ditto.
14712 * gdb.base/step-test.exp: Ditto.
14713 * gdb.base/until.exp: Ditto.
14714 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14715
14716 2003-01-17 David Carlton <carlton@math.stanford.edu>
14717
14718 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14719 corresponding to PR c++/945.
14720 Update copyright.
14721
14722 2003-01-17 David Carlton <carlton@math.stanford.edu>
14723
14724 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14725 corresponding to PR c++/68.
14726
14727 2003-01-17 David Carlton <carlton@math.stanford.edu>
14728
14729 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14730 (test_paddr_hairy_functions): Call print_addr_2_kfail for
14731 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
14732
14733 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14734
14735 * gdb.base/break.exp: Fix change of default location, because of
14736 removal of until tests.
14737 * gdb.base/help.exp: Update test for new 'until' help message.
14738 Add test for help on 'advance'.
14739 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
14740
14741 2003-01-15 Mark Kettenis <kettenis@gnu.org>
14742
14743 * gdb.base/default.exp: Adapt "info float" test for recent changes
14744 to that command. Add test for "info vector".
14745 * gdb.base/float.exp: New file. Add test for "info float" that
14746 resembles the old test in gdb.base/default.exp.
14747
14748 2003-01-15 David Carlton <carlton@math.stanford.edu>
14749
14750 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14751
14752 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14753
14754 * gdb.base/break.exp: Move the tests of until command from here...
14755 * gdb.base/until.exp: ... to here. New file. Add other tests.
14756 * gdb.base/advance.c: New file.
14757 * gdb.base/advance.exp: New file.
14758
14759 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14760
14761 * gdb.base/args.c: New file.
14762 * gdb.base/args.exp: New file.
14763
14764 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14765
14766 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14767
14768 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14769
14770 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14771
14772 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14773
14774 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
14775 dates.
14776
14777 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14778
14779 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14780
14781 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14782
14783 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14784 (ptype &*"foo").
14785 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14786
14787 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14788
14789 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14790 * gdb.mi/mi1-console.exp: Likewise.
14791
14792 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14793
14794 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14795 * gdb.mi/mi1-console.exp: Likewise.
14796
14797 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14798
14799 * gdb.c++/overload.exp: Remove some fixed XFAILs.
14800
14801 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14802
14803 * gdb.base/detach.exp: New test.
14804
14805 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14806
14807 * Makefile.in (ALL_SUBDIRS): New variable.
14808 (subdirs, clean, distclean): Use it.
14809 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
14810 regenerating Makefile, since it is generated from the top level.
14811 * gdb.asm/Makefile.in: Likewise.
14812 * gdb.base/Makefile.in: Likewise.
14813 * gdb.c++/Makefile.in: Likewise.
14814 * gdb.disasm/Makefile.in: Likewise.
14815 * gdb.java/Makefile.in: Likewise.
14816 * gdb.mi/Makefile.in: Likewise.
14817 * gdb.threads/Makefile.in: Likewise.
14818 * gdb.trace/Makefile.in: Likewise.
14819
14820 2003-01-09 David Carlton <carlton@math.stanford.edu>
14821
14822 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14823 Add copyright year 2003.
14824
14825 2003-01-06 Michael Chastain <mec@shout.net>
14826
14827 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14828 When selecting a thread, 'line' and 'file' are optional.
14829 * gdb.mi/mi1-pthreads.exp: Likewise.
14830
14831 2003-01-06 Andreas Schwab <schwab@suse.de>
14832
14833 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14834 failures.
14835
14836 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14837
14838 Fix PR gdb/844
14839 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14840 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14841
14842 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
14843 instead of calling gdb_suppress_entire_file.
14844 * gdb.threads/print-threads.exp: Likewise.
14845 * gdb.threads/schedlock.exp: Likewise.
14846
14847 * gdb.threads/killed.exp: Return instead of calling
14848 gdb_suppress_entire_file.
14849 * gdb.threads/linux-dp.exp: Likewise.
14850 * gdb.threads/pthreads.exp: Likewise.
14851
14852 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14853
14854 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14855 stabs.
14856 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14857 * gdb.base/whatis.exp: Always allow (void) after function names.
14858
14859 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14860
14861 * gdb.c++/casts.exp: Correct regexp.
14862
14863 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14864
14865 * configure.in: Call AC_CONFIG_HEADER. Don't call
14866 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14867 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
14868 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
14869 aforementioned directories in the AC_OUPUT call.
14870 * config.hin: New file.
14871 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14872 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14873 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14874 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14875 pass -I$objdir instead of -I$objdir/$subdir in compilation.
14876 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14877 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14878 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14879 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14880 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14881 gdb.threads/configure.in, gdb.threads/configure,
14882 gdb.threads/config.in, gdb.trace/configure.in,
14883 gdb.trace/configure: Removed.
14884
14885 2003-01-03 Michael Chastain <mec@shout.net>
14886
14887 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14888 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14889
14890 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
14891
14892 * gdb.base/store.exp: Fix regular expressions.
14893
14894 2002-12-28 Mark Kettenis <kettenis@gnu.org>
14895
14896 * configure.in: Rewrite.
14897 * configure: Regenerated.
14898
14899 2003-01-03 David Carlton <carlton@math.stanford.edu>
14900
14901 * gdb.base/psymtab.exp: New file.
14902 * gdb.base/psymtab1.c: Ditto.
14903 * gdb.base/psymtab2.c: Ditto.
14904
14905 2002-12-23 Adam Fedor <fedor@gnu.org>
14906
14907 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14908
14909 2002-12-23 David Carlton <carlton@math.stanford.edu>
14910
14911 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14912 and current_directory initialization.
14913
14914 2002-12-22 Jim Blandy <jimb@redhat.com>
14915
14916 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14917 rather than as part of the output file name.
14918
14919 * gdb.base/attach.exp: There's no need to copy the test program to
14920 /tmp; that was only ever necessary on HP/UX, and this test is
14921 entirely disabled there anyway.
14922
14923 2002-12-21 Jim Blandy <jimb@redhat.com>
14924
14925 * gdb.c++/psmang.exp: Doc fix.
14926
14927 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14928 test.
14929
14930 2002-12-20 David Carlton <carlton@math.stanford.edu>
14931
14932 * gdb.c++/annota2.exp: KFAIL annotate-quit.
14933
14934 2002-12-18 Michael Chastain <mec@shout.net>
14935
14936 * gdb.c++/annota2.exp: Add copyright year 2002.
14937
14938 2002-12-17 David Carlton <carlton@math.stanford.edu>
14939
14940 * gdb.c++/try_catch.cc: Add marker comments.
14941 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14942 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14943 * gdb.c++/m-static.cc: Ditto.
14944 * gdb.c++/m-static1.cc: Ditto.
14945 * gdb.c++/try_catch.cc: Ditto.
14946
14947 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
14948
14949 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14950 to see whether we are using the new -environment-directory
14951 command which resets via -r or the old version of the command
14952 which may prompt the user. Part of fix for gdb/741.
14953
14954 2002-12-13 Andrew Cagney <ac131313@redhat.com>
14955
14956 * gdb.fortran/types.exp: Update obsolete comment.
14957 * gdb.fortran/exprs.exp: Ditto.
14958 * lib/gdb.exp: Delete obsolete code.
14959 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14960 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14961 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14962 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14963 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14964 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14965 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14966 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14967 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14968 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14969 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14970 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14971 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14972 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14973 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14974 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14975 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14976 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14977 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14978 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14979 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14980 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14981 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14982 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14983 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14984 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14985 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14986 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14987 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14988 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14989 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14990 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14991 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14992 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14993 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14994 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14995 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14996
14997 2002-12-11 David Carlton <carlton@math.stanford.edu>
14998
14999 * gdb.c++/m-data.exp: Add test for members that shadow global
15000 variables: see PR gdb/804.
15001 * gdb.c++/m-data.cc: Ditto.
15002
15003 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
15004
15005 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
15006
15007 2002-12-06 David Carlton <carlton@math.stanford.edu>
15008
15009 * gdb.base/store.c: Don't declare functions static.
15010
15011 2002-12-04 Andrew Cagney <ac131313@redhat.com>
15012
15013 * gdb.base/store.exp, gdb.base/store.c: New files.
15014
15015 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
15016
15017 * gdb.base/selftest.exp: Update for current gdb.
15018
15019 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
15020
15021 * gdb.base/maint.exp: Only dump symbols from one source file
15022 or objfile.
15023
15024 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
15025
15026 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
15027 function call.
15028
15029 2002-11-25 Jim Blandy <jimb@redhat.com>
15030
15031 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
15032 function appearing in error message.
15033
15034 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
15035
15036 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
15037
15038 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
15039
15040 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
15041 for mi1 and current mi is in correct format. New mi startup message
15042 should be in mi console format. This is part of fix for PR gdb/604.
15043
15044 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15045
15046 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
15047 which explicitly prints the zero offset as "+0".
15048
15049 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
15050
15051 * gdb.threads/schedlock.c (args): Make unsigned.
15052
15053 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
15054
15055 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
15056 numbers. Allow "foo2|selected stack frame".
15057 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
15058 * gdb.asm/asmsrc2.s: Likewise.
15059 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
15060 comments.
15061 * gdb.asm/mips.inc: New file.
15062
15063 2002-10-18 Adam Fedor <fedor@gnu.org>
15064
15065 * gdb.base/default.exp: Update expected output to include 'ObjC'.
15066 * gdb.base/help.exp: Likewise.
15067
15068 2002-10-17 Kevin Buettner <kevinb@redhat.com>
15069
15070 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
15071 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
15072
15073 2002-10-02 Jim Blandy <jimb@redhat.com>
15074
15075 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
15076
15077 2002-10-01 Andrew Cagney <ac131313@redhat.com>
15078
15079 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
15080 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
15081 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
15082 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
15083 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
15084 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
15085 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
15086
15087 2002-09-29 Andrew Cagney <ac131313@redhat.com>
15088
15089 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
15090 * mi0-disassemble.exp, mi0-eval.exp: Delete.
15091 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
15092 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
15093 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
15094 * mi0-var-block.exp, mi0-var-child.exp: Delete.
15095 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
15096
15097 2002-09-27 Kevin Buettner <kevinb@redhat.com>
15098
15099 * gdb.base/annota1.exp (info break): Make directory components of
15100 path optional since not all compilers emit this debug information.
15101
15102 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
15103 step ends up stepping out of the function instead of stopping on
15104 the epilogue.
15105
15106 2002-09-26 Keith Seitz <keiths@redhat.com>
15107
15108 * lib/insight-support.exp (gdbtk_start): Figure out where
15109 the insight executable is based on where gdb is. Use this
15110 executable to start insight instead of gdb.
15111
15112 2002-09-25 Andrew Cagney <cagney@redhat.com>
15113
15114 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
15115
15116 2002-09-24 Andrew Cagney <ac131313@redhat.com>
15117
15118 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
15119 test_isolated_complaints.
15120 (test_empty_complaint): New function.
15121 (test_empty_complaints): New function. Check no output when no
15122 complaints.
15123
15124 2002-09-19 Jim Blandy <jimb@redhat.com>
15125
15126 * gdb.base/charset.exp, gdb.base/charset.c: New files.
15127
15128 2002-09-19 Andrew Cagney <ac131313@redhat.com>
15129
15130 * gdb.gdb/complaints.exp: New file.
15131
15132 2002-09-18 Andrew Cagney <ac131313@redhat.com>
15133
15134 * gdb.base/maint.exp: Check `help maint internal-warning'.
15135
15136 2002-09-18 David Carlton <carlton@math.stanford.edu>
15137
15138 * gdb.c++/m-static.exp: Remove breakpoints depending on line
15139 numbers, and replace them by a single breakpoint after the
15140 constructors are all finished.
15141 Add test 4.
15142 * gdb.c++/m-static.cc: Add test 4.
15143 * gdb.c++/m-static.h: New file.
15144 * gdb.c++/m-static1.cc: New file.
15145
15146 * gdb.c++/printmethod.exp: New file.
15147 * gdb.c++/printmethod.cc: New file.
15148
15149 * gdb.c++/pr-574.exp: New file.
15150 * gdb.c++/pr-574.cc: New file.
15151
15152 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15153
15154 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15155 embedded targets which never actually exit.
15156
15157 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15158
15159 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15160 "don't step after run" as unresolved or unsupported, instead of xfail.
15161
15162 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15163
15164 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
15165 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
15166 Add newline to expected string in "step out of main (status wrapper)"
15167 case.
15168
15169 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15170
15171 * lib/gdb.exp (rerun_to_main): Allow restarting application.
15172 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
15173
15174 2002-09-17 Tom Tromey <tromey@redhat.com>
15175
15176 * gdb.base/printcmds.exp (test_print_string_constants): Expect
15177 \000, not \0, in double-quoted string.
15178
15179 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
15180
15181 * gdb.base/commands.exp: Don't expect a "Program exited normally"
15182 string after running the commands execution on breakpoint tests.
15183
15184 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
15185
15186 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
15187
15188 2002-09-12 Joel Brobecker <brobecker@gnat.com>
15189
15190 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
15191
15192 2002-09-10 Keith Seitz <keiths@redhat.com>
15193
15194 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
15195 runto proc.
15196 (mi_run_to_main): Use mi_runto.
15197 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
15198
15199 2002-09-10 Keith Seitz <keiths@redhat.com>
15200
15201 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
15202 regexp for stopping at main. Could have multiple event notifications.
15203 Don't assume that main was declared with no parameters.
15204 (mi_next): Use mi_step_to.
15205 (mi_step): Use mi_next_to.
15206
15207 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
15208
15209 * gdb.base/default.exp: Fix expected string in `info float' test.
15210
15211 2002-09-09 Ben Elliston <bje@redhat.com>
15212
15213 * config/mips.exp: Update comments.
15214 * config/mips-idt.exp: Likewise.
15215 * config/nind.exp: Likewise.
15216 * config/slite.exp: Likewise.
15217 * config/sparclet.exp: Likewise.
15218 * config/udi.exp: Likewise.
15219 * config/vx.exp: Likewise.
15220 * config/vxworks29k.exp: Likewise.
15221
15222 2002-09-05 Jim Blandy <jimb@redhat.com>
15223
15224 * gdb.threads/killed.exp: Fix test failure message.
15225
15226 2002-09-04 Keith Seitz <keiths@redhat.com>
15227
15228 * lib/mi-support.exp: Update copyright.
15229 (mi_gdb_test): Increase the priority of the expected pattern
15230 so that it matches gdb_test.
15231
15232 2002-09-03 Keith Seitz <keiths@redhat.com>
15233
15234 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
15235 Use integer comparison instead of string comparison for testing
15236 whether binary was built.
15237
15238 2002-09-03 Jim Blandy <jimb@redhat.com>
15239
15240 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
15241
15242 2002-08-29 Jim Blandy <jimb@redhat.com>
15243
15244 * gdb.threads/pthreads.exp: Move the portable thread compilation
15245 code into a function in lib/gdb.exp, and call that from here.
15246 * lib/gdb.exp (gdb_compile_pthreads): New function.
15247
15248 2002-08-29 Keith Seitz <keiths@redhat.com>
15249
15250 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
15251 expect_out so that callers can get at it.
15252
15253 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
15254
15255 * gdb.threads/print-threads.c: New file.
15256 * gdb.threads/print-threads.exp: New file.
15257 * gdb.threads/schedlock.c: New file.
15258 * gdb.threads/schedlock.exp: New file.
15259
15260 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
15261
15262 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15263 not altivec.c.
15264
15265 2002-08-17 Mark Kettenis <kettenis@gnu.org>
15266
15267 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15268 targets. The problem should be fixed now.
15269
15270 2002-08-15 Mark Kettenis <kettenis@gnu.org>
15271
15272 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15273 2002-07-24 change that removes final dots from error messages.
15274
15275 2002-08-13 Tom Tromey <tromey@redhat.com>
15276
15277 * gdb.base/readline.exp: New file.
15278
15279 2002-08-01 Andrew Cagney <ac131313@redhat.com>
15280
15281 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15282 supress message.
15283
15284 2002-08-01 Andrew Cagney <cagney@redhat.com>
15285
15286 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15287 CHILL_FOR_TARGET and CHILL_LIB.
15288 * configure.in (configdirs): Remove gdb.chill.
15289 * configure: Regenerate.
15290 * lib/gdb.exp: Obsolete references to chill.
15291 * gdb.fortran/types.exp: Ditto.
15292 * gdb.fortran/exprs.exp: Ditto.
15293
15294 2002-07-30 Kevin Buettner <kevinb@redhat.com>
15295
15296 * gdb.base/shlib-call.exp (additional_flags): Conditionally
15297 set Irix-specific compile and link flags.
15298
15299 2002-07-29 Kevin Buettner <kevinb@redhat.com>
15300
15301 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15302 source files. The ``-o'' option doesn't work with the ``-E'' option
15303 when using the Irix compiler.
15304
15305 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
15306
15307 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15308 Improve support for reusing an exec file. Copy exec file
15309 to target, and run gdbserver on the target instead of on the host.
15310
15311 2002-07-18 Jim Blandy <jimb@redhat.com>
15312
15313 * gdb.base/ending-run.exp: Don't expect to see the program end in
15314 some orderly fashion when we're running on a real stand-alone
15315 board.
15316
15317 * gdb.base/interrupt.exp: Correct logic for skipping tests on
15318 targets that don't support interrupts.
15319
15320 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
15321
15322 * gdb.base/attach.exp: Add patterns to match output from /proc-based
15323 systems.
15324 Move comments in expect statements to inside the actions, so that they
15325 don't get matched against.
15326
15327 2002-07-10 Mark Kettenis <kettenis@gnu.org>
15328
15329 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15330 function when asleep" test.
15331
15332 2002-07-10 Andrew Cagney <ac131313@redhat.com>
15333
15334 * gdb.base/page.exp: Rewrite to handle problems with very long
15335 `info set' output. Update copyright.
15336
15337 2002-06-26 Andrew Cagney <ac131313@redhat.com>
15338
15339 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15340 gdb.threads-hp.
15341 * gdb.hp/configure: Regenerate.
15342 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15343 * gdb.hp/gdb.threads-hp/configure: Delete file.
15344 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15345
15346 2002-06-22 Andrew Cagney <ac131313@redhat.com>
15347
15348 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15349 setlocale, bindtextdomain and textdomain.
15350
15351 2002-06-11 Jim Blandy <jimb@redhat.com>
15352
15353 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15354 preprocessor macro information is present.
15355
15356 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15357 tests.
15358
15359 2002-06-06 Michael Snyder <msnyder@redhat.com>
15360
15361 * gdb.base/overlays.exp: Record addresses of overlay
15362 functions in TCL variables rather than in GDB variables,
15363 to avoid having GDB convert them to pointers (with loss
15364 of information).
15365
15366 * gdb.base/d10v.ld: Merge in several years worth of
15367 default linker script changes.
15368 * gdb.base/long_long.exp: Add check for sizeof (long double).
15369
15370 2002-06-06 Michal Ludvig <mludvig@suse.cz>
15371
15372 * gdb.asm/asm-source.exp: Add x86-64 target.
15373 * gdb.asm/x86_64.inc: New.
15374
15375 2002-05-30 Michael Chastain <mec@shout.net>
15376
15377 From Benjamin Kosnik <bkoz@redhat.com>:
15378 * gdb.c++/m-static.cc: New file.
15379 * gdb.c++/m-static.exp: New file.
15380
15381 2002-05-28 Michael Snyder <msnyder@redhat.com>
15382
15383 * gdb.base/call-ar-st.exp: Allow for reduced floating point
15384 precision.
15385
15386 2002-05-27 Michael Chastain <mec@shout.net>
15387
15388 From Benjamin Kosnik <bkoz@redhat.com>:
15389 * gdb.c++/m-data.cc: New file.
15390 * gdb.c++/m-data.exp: New file.
15391
15392 2002-05-27 Michael Chastain <mec@shout.net>
15393
15394 From Benjamin Kosnik <bkoz@redhat.com>:
15395 * gdb.c++/try_catch.cc: New file.
15396 * gdb.c++/try_catch.exp: New file.
15397
15398 2002-05-27 Michael Chastain <mec@shout.net>
15399
15400 * gdb.c++/local.exp: Accept more nested types in output.
15401
15402 2002-05-26 Michael Chastain <mec@shout.net>
15403
15404 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15405
15406 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
15407
15408 * lib/gdb.exp (gdb_wrapper_init): Just because
15409 gdb_wrapper_file exists, this does not mean that the file
15410 should not be rebuilt. That is what gdb_wrapper_initialized
15411 is for.
15412 (default_gdb_init): Reset gdb_wrapper_initialized.
15413
15414 2002-05-23 Michael Snyder <msnyder@redhat.com>
15415
15416 * gdb.base/all-bin.exp: Revise previous patch by just reducing
15417 the precision of the floating point test results.
15418 * gdb.base/call-rt-st.exp: Ditto.
15419
15420 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
15421 * gdb.base/call-rt-st.exp: Ditto.
15422
15423 2002-05-19 Michael Chastain <mec@shout.net>
15424
15425 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
15426
15427 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
15428
15429 * configure.in (configdirs): Add gdb.arch.
15430 * configure: Regenerate.
15431
15432 2002-05-17 Jim Blandy <jimb@redhat.com>
15433
15434 * gdb.base/completion.exp: Recognize the more detailed error
15435 messages produced by the macro expander's lexical analyzer.
15436
15437 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15438
15439 * gdb.arch/altivec-abi.c: New file.
15440 * gdb.arch/altivec-abi.exp: New file.
15441 * gdb.arch/altivec-regs.c: New file.
15442 * gdb.arch/altivec-regs.exp: New file.
15443
15444 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
15445
15446 * gdb.base/maint.exp (maint print type): Update for new type
15447 structure.
15448
15449 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15450
15451 * gdb.arch: New directory.
15452 * gdb.arch/configure.in: New file.
15453 * gdb.arch/configure: New file.
15454 * gdb.arch/Makefile.in: New file.
15455
15456 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
15457
15458 * gdb.asm/asm-source.exp: Add v850 as supported target.
15459 * gdb.asm/v850.inc: New file.
15460
15461 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
15462
15463 * gdb.c++/annota2.exp (annotate-quit): Add comment.
15464
15465 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
15466
15467 * gdb.base/break.exp: Check 'break "marker2"'.
15468
15469 2002-05-10 Michael Snyder <msnyder@redhat.com>
15470
15471 * gdb.base/long_long.exp: Fix typo.
15472
15473 2002-05-10 Jim Blandy <jimb@redhat.com>
15474
15475 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
15476 a bug.
15477
15478 * gdb.base/printcmds.exp (test_integer_literals_rejected):
15479 Recognize more detailed error message produced by the macro
15480 expander's lexical analyzer.
15481 * lib/gdb.exp (test_print_reject): Same.
15482
15483 2002-05-09 Mark Kettenis <kettenis@gnu.org>
15484
15485 * gdb.c++/method.exp: Fix typo.
15486
15487 2002-05-08 Michael Snyder <msnyder@redhat.com>
15488
15489 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15490 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
15491 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
15492 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15493 Add iftarget clause for strongarm.
15494
15495 2002-05-06 Michael Snyder <msnyder@redhat.com>
15496
15497 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15498 (gdb_continue_to_end): Accept output from status wrapper.
15499 * gdb.base/ending-run.exp: Add case for output from status wrapper.
15500 Clean up fail messages to match pass messages.
15501
15502 Enable the "needs_status_wrapper" testsuite feature.
15503 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15504 (gdb_compile): Conditionally call gdb_wrapper_init.
15505 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15506 * gdb.c++/method.exp: Recognize output from status wrapper.
15507
15508 2002-05-06 Ben Elliston <bje@redhat.com>
15509 From Graydon Hoare <graydon@redhat.com>
15510
15511 * config/sid.exp: Include support for "rawsid" protocol.
15512
15513 2002-05-03 Jim Blandy <jimb@redhat.com>
15514
15515 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15516 * gdb.c++/hang3.C: New file.
15517
15518 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15519
15520 * gdb.base/default.exp: Remove obsolete code.
15521 * gdb.c++/misc.exp: Ditto. Update copyright.
15522 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15523 * gdb.base/whatis.exp: Ditto. Update copyright.
15524 * gdb.base/scope.exp: Ditto. Update copyright.
15525 * gdb.base/ptype.exp: Ditto. Update copyright.
15526 * gdb.base/printcmds.exp: Ditto. Update copyright.
15527 * gdb.base/opaque.exp: Ditto. Update copyright.
15528 * gdb.base/list.exp: Ditto.
15529 * gdb.base/funcargs.exp: Ditto. Update copyright.
15530 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15531 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15532 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15533 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15534 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15535 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15536
15537 2002-05-02 Michael Snyder <msnyder@redhat.com>
15538
15539 * gdb.base/watchpoint.exp: Add xscale target.
15540 * gdb.base/long_long.exp: Add xscale target.
15541 * gdb.base/default.exp: Add xscale target.
15542
15543 2002-05-01 Jim Blandy <jimb@redhat.com>
15544
15545 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15546 gdb.c++/hang.exp: New test.
15547
15548 2002-05-01 Fred Fish <fnf@redhat.com>
15549
15550 * gdb.base/completion.exp: Handle completions of "./Make" for
15551 more than one completion possibility, as is the case when we
15552 build and test in the source tree.
15553
15554 2002-04-29 Anthony Green <green@redhat.com>
15555
15556 * gdb.java/jmisc1.exp: New file.
15557 * gdb.java/jmisc2.exp: New file.
15558
15559 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
15560
15561 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15562
15563 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
15564
15565 * gdb.base/help.exp: Change 'help status' to allow for target
15566 dependent output differences.
15567
15568 2002-04-22 Michael Chastain <mec@shout.net>
15569
15570 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15571
15572 2002-04-22 Michael Chastain <mec@shout.net>
15573
15574 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15575
15576 2002-04-17 David S. Miller <davem@redhat.com>
15577
15578 * gdb.asm/sparc64.inc: New file.
15579 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15580
15581 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
15582
15583 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15584 instruction file directly into the build tree. Clean up at end of
15585 test.
15586
15587 2002-04-18 David S. Miller <davem@redhat.com>
15588
15589 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15590 handle 64-bit platforms correctly.
15591 * gdb.base/maint.exp: Likewise.
15592
15593 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15594
15595 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15596 ``-fpic'' when compiling files comprising a shared library, but
15597 it does need additional linker flags in order to find shared
15598 libraries at run time.
15599
15600 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15601
15602 * gdb.base/cvexpr.c (use): New function.
15603 (main): Invoke use() on all global variables to prevent
15604 some linkers from deleting these otherwise unused symbols.
15605
15606 2002-04-17 Michael Chastain <mec@shout.net>
15607 From David S. Miller <davem@redhat.com>
15608
15609 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15610 handle 64-bit platforms correctly.
15611
15612 2002-04-12 Michael Snyder <msnyder@redhat.com>
15613 From Jim Blandy <jimb@redhat.com>
15614 * gdb.base/foo.c (foox): Remove section attribute; the linker
15615 script can handle this instead.
15616 * gdb.base/bar.c (barx): Same.
15617 * gdb.base/baz.c (bazx): Same.
15618 * gdb.base/grbx.c (grbxx): Same.
15619
15620 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15621 manager doesn't automatically unmap overlays unnecessarily.
15622
15623 2002-04-10 Martin M. Hunt <hunt@redhat.com>
15624
15625 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15626 stepping out of main.
15627
15628 2002-04-09 Michael Chastain <mec@shout.net>
15629
15630 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15631 scope so that the nested scope tests will make sense.
15632 * gdb.c++/local.exp: Write patterns that actually work with gcc
15633 (the HP patterns "were never known to work with gcc").
15634 Keep the old aCC patterns too.
15635
15636 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15637
15638 * gdb.base/attach.exp: Correct target board test.
15639
15640 2002-04-08 Michael Chastain <mec@shout.net>
15641
15642 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15643 in a const method. Add some xfail and fail cases for configurations
15644 that do not emit the "const ...".
15645
15646 2002-04-07 Michael Chastain <mec@shout.net>
15647
15648 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15649 Accept "A * const" and "const A * const" as type of "this".
15650 Fix spelling of getFunky throughout. Make messages uniform.
15651
15652 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15653
15654 Work around for PR gdb/285:
15655 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15656
15657 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15658
15659 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15660 instructions file at run time instead of configure time.
15661 Sometimes we run the test in a directory that is not the one we
15662 configured in.
15663 * gdb.asm/configure.in: Delete creation of symlink.
15664 * gdb.asm/configure: Regenerate.
15665
15666 2002-04-05 J. Brobecker <brobecker@gnat.com>
15667
15668 * gdb.gdb/xfullpath.exp: New test, to exercise the new
15669 xfullpath () function.
15670
15671 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15672
15673 * gdb.asm/Makefile.in: Correct dependencies.
15674
15675 * gdb.asm/powerpc.inc: New file.
15676 * gdb.asm/asm-source.exp: Add PowerPC.
15677 * gdb.asm/configure.in: Likewise.
15678 * gdb.asm/configure: Regenerated.
15679
15680 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15681
15682 * gdb.base/relocate.exp: New file.
15683 * gdb.base/relocate.c: New file.
15684
15685 2002-04-04 Fred Fish <fnf@redhat.com>
15686
15687 * gdb.base/step-test.exp: Update comment regarding stopping in
15688 memcpy/bcopy calls inserted as part of the compiler runtime.
15689
15690 2002-04-04 Michael Snyder <msnyder@redhat.com>
15691
15692 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15693
15694 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
15695
15696 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15697 (gdb_expect): Remove $notransfer hack.
15698
15699 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
15700
15701 * gdb.c++/classes.exp ("calling method for small class"): Match
15702 updated register output.
15703
15704 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15705
15706 Fix PR gdb/452
15707 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15708 when finished. Make gdb_file_cmd send "exec-file" when
15709 appropriate.
15710
15711 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15712
15713 * gdb.base/attach.exp: Remove extra setup_xfail.
15714
15715 2002-03-26 Michael Snyder <msnyder@redhat.com>
15716
15717 * gdb.base/default.exp: Add tests for dump, append, and restore.
15718 * gdb.base/help.exp: Add tests for dump, append, and restore.
15719 * gdb.base/dump.exp: New file, test dump, append and restore.
15720 * gdb.base/dump.c: New file.
15721
15722 2002-03-27 Michael Snyder <msnyder@redhat.com>
15723
15724 * gdb.base/help.exp: Modify expect strings to reflect
15725 clean-ups in help messages.
15726
15727 2002-03-26 Fred Fish <fnf@redhat.com>
15728
15729 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15730 have debugging info for those functions and the compiler uses them
15731 internally to copy structs around.
15732
15733 2002-03-26 Fred Fish <fnf@redhat.com>
15734
15735 * gdb.base/list.exp: Revert the change made yesterday and add note
15736 about why we don't list the default lines for remote targets.
15737
15738 2002-03-25 Michael Snyder <msnyder@redhat.com>
15739
15740 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15741
15742 2002-03-25 Fred Fish <fnf@redhat.com>
15743
15744 * gdb.base/list.exp: This test works on remote targets so remove
15745 the short circuit for remote targets. Update copyright.
15746
15747 2002-03-25 Fred Fish <fnf@redhat.com>
15748
15749 * gdb.base/attach.exp: Fix logic error that was suppressing this
15750 test for all non hppa*-*-hpux* targets, instead of the hp target.
15751 Move comments closer to the suppression point. Also now need to
15752 check that we are running natively.
15753
15754 2002-03-22 Michael Snyder <msnyder@redhat.com>
15755
15756 * gdb.base/default.exp: Add test for gcore. Update copyright.
15757 * gdb.base/help.exp: Add test for gcore. Update copyright.
15758
15759 2002-03-06 Fred Fish <fnf@redhat.com>
15760
15761 * gdb.base/funcargs.c: Remove extraneous ';' character.
15762 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15763
15764 2002-03-04 Michael Chastain <mec@shout.net>
15765
15766 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15767 accommodate gcc v3 function signature.
15768 * gdb.mi/mi0-var-cmd-exp: Ditto.
15769
15770 2002-02-24 Andrew Cagney <ac131313@redhat.com>
15771
15772 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15773 ``GNU/Linux'' or ``Linux kernel''
15774 * testsuite/gdb.threads/pthreads.c: Ditto.
15775
15776 2002-02-24 Michael Chastain <mec@shout.net>
15777
15778 * gdb.threads/pthreads.c (thread1): Add a return statement.
15779 (thread2): Likewise.
15780 (foo): Likewise.
15781
15782 2002-02-23 Michael Chastain <mec@shout.net>
15783
15784 * gdb.threads/linux-dp.c (philosopher): Add a return statement
15785 to placate gcc.
15786
15787 2002-02-23 Michael Chastain <mec@shout.net>
15788
15789 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15790 test "ptype bint". The test passes on all my stabs configurations.
15791
15792 2002-02-21 Jim Blandy <jimb@redhat.com>
15793
15794 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15795 filename at a time, and watch for the ones we want to see.
15796
15797 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15798 types of pointers to prototyped functions.
15799
15800 2002-02-20 Andrew Cagney <ac131313@redhat.com>
15801
15802 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
15803 signed, unsigned and straight char.
15804 (padding_char, padding_short, padding_int, padding_long,
15805 padding_long_long, padding_float, padding_double,
15806 padding_long_double): New global variables.
15807 (fill, fill_structs): New functions.
15808
15809 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
15810 for correctly sized writes. Update copyright.
15811 (get_valueof): New procedure.
15812 (get_sizeof): Call get_valueof.
15813 (check_valueof): New procedure.
15814 (check_padding): New procedure.
15815
15816 2002-02-20 Michael Chastain <mec@shout.net>
15817
15818 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15819 to setup_xfail. Document some of the remaining calls.
15820
15821 2002-02-18 Michael Chastain <mec@shout.net>
15822
15823 * gdb.c++/userdef.exp: Update copyright year.
15824
15825 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
15826
15827 * gdb.c++/userdef.exp: Test overloaded operators properly.
15828 Remove xfails.
15829
15830 2002-02-14 Michael Snyder <msnyder@redhat.com>
15831
15832 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15833
15834 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
15835
15836 * gdb.base/a2-run.exp: Check for a remote target properly.
15837 * gdb.base/annota1.exp: Likewise.
15838 * gdb.base/list.exp: Likewise.
15839 * gdb.base/reread.exp: Likewise.
15840 * gdb.base/scope.exp: Likewise.
15841 * gdb.base/shlib-call.exp: Likewise.
15842 * gdb.base/term.exp: Likewise.
15843 * gdb.c++/annota2.exp: Likewise.
15844
15845 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
15846
15847 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15848
15849 2002-02-10 Michael Chastain <mec@shout.net>
15850
15851 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15852 (call_after_alloca): Ditto.
15853
15854 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
15855
15856 * gdb.base/ending-run.exp: Guard "cont" test with
15857 gdb_skip_stdio_test.
15858
15859 2002-02-06 Jim Blandy <jimb@redhat.com>
15860
15861 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15862 from here...
15863 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15864 To here. Disable this test on non-HP platforms. Add big comment.
15865
15866 2002-02-04 Michael Snyder <msnyder@redhat.com>
15867
15868 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
15869 other than d10v and m32r.
15870
15871 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
15872
15873 * gdb.base/default.exp: Rewrite test patterns to reduce time
15874 taken to match them.
15875
15876 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15877
15878 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15879 Allow a start function above main.
15880 * gdb.threads/linux-dp.exp: Fix copyright date.
15881
15882 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15883
15884 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15885 (check_philosopher_stack): Check for manager thread before checking
15886 for a just-starting thread.
15887
15888 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15889
15890 From Neil Booth <neil@daikokuya.demon.co.uk>:
15891 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15892 warnings.
15893
15894 2002-01-21 Fred Fish <fnf@redhat.com>
15895
15896 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15897 not caller.
15898
15899 2002-01-21 Jim Blandy <jimb@redhat.com>
15900
15901 * gdb.base/reread.exp: Check that GDB properly re-reads the
15902 executable file when it changes while no inferior is running.
15903
15904 2002-01-21 Fred Fish <fnf@redhat.com>
15905
15906 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15907 optionally accept the "shlib events" variation.
15908
15909 2002-01-21 Jim Blandy <jimb@redhat.com>
15910
15911 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15912 call `fflush' after every `printf', so that the output is produced
15913 at predictable points, regardless of whatever buffering does (or
15914 doesn't) take place.
15915 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15916 at different points.
15917
15918 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15919
15920 * gdb.c++/inherit.exp: Update copyright years.
15921 * gdb.c++/method.exp: Likewise.
15922
15923 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15924
15925 * gdb.c++/classes.exp: Update for improved v3 support and skipping
15926 artificial methods/arguments.
15927 * gdb.c++/derivation.exp: Likewise.
15928 * gdb.c++/inherit.exp: Likewise.
15929 * gdb.c++/method.exp: Likewise.
15930 * gdb.c++/virtfunc.exp: Likewise.
15931
15932 2002-01-18 Andrew Cagney <ac131313@redhat.com>
15933
15934 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15935 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15936 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15937 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15938 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15939 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15940
15941 2002-01-17 Jim Blandy <jimb@redhat.com>
15942
15943 * gdb.asm/asm-source.exp (info symbol): Take another shot at
15944 anchoring the pattern matching the entry point symbol's name.
15945
15946 2002-01-17 Andrew Cagney <ac131313@redhat.com>
15947
15948 * gdb.base/maint.exp: Update ``maint internal-error'' to match
15949 continue/quit query. Update copyright.
15950
15951 2002-01-14 Michael Snyder <msnyder@redhat.com>
15952
15953 * gdb.base/gcore.exp: Remove extra debugging output.
15954
15955 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15956
15957 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15958 for slightly dubious v2 mangled string.
15959
15960 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15961
15962 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15963
15964 2002-01-10 Jason Merrill <jason@redhat.com>
15965
15966 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
15967
15968 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15969 constructors.
15970 * gdb.c++/derivation.exp: Likewise.
15971 * gdb.c++/templates.exp: Likewise.
15972 * gdb.c++/virtfunc.exp: Likewise.
15973
15974 2002-01-10 Michael Snyder <msnyder@redhat.com>
15975
15976 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
15977
15978 2002-01-08 Michael Snyder <msnyder@redhat.com>
15979
15980 * gdb.base/gcore.exp: New test for generate-core-file command.
15981 * gdb.base/gcore.c: Testcase for above.
15982 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15983
15984 2002-01-08 Jason Merrill <jason@redhat.com>
15985
15986 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15987
15988 2002-01-07 Fred Fish <fnf@redhat.com>
15989
15990 * gdb.c++/overload.exp: Remove unconditional xfails for:
15991 print foo_instance1.overloadargs(1)
15992 print foo_instance1.overloadargs(1, 2)
15993 print foo_instance1.overloadargs(1, 2, 3)
15994 print foo_instance1.overloadargs(1, 2, 3, 4)
15995 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15996 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15997 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15998 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15999 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
16000 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
16001 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
16002 print foo_instance1.overload1arg()
16003 print foo_instance1.overload1arg((char)arg2)
16004 print foo_instance1.overload1arg((signed char)arg3)
16005 print foo_instance1.overload1arg((unsigned char)arg4)
16006 print foo_instance1.overload1arg((int)arg7)
16007 print foo_instance1.overload1arg((unsigned int)arg8)
16008 print foo_instance1.overload1arg((float)arg11)
16009 print foo_instance1.overload1arg((double)arg12)
16010
16011 2002-01-07 Michael Snyder <msnyder@redhat.com>
16012
16013 * gdb.base/huge.exp: New test. Print a very large target data object.
16014 (skip_huge_test): New test variable. Define if you want to skip this
16015 test. The test reads an 8 megabyte data object from the target, so it
16016 might be very time consuming on remote targets with a slow connection.
16017 * gdb.base/huge.c: New file. Test case for above.
16018
16019 2002-01-07 Fred Fish <fnf@redhat.com>
16020
16021 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
16022 g_instance.bfoo, and g_instance.cfoo.
16023
16024 2002-01-07 Jeffrey A Law <law@redhat.com>
16025
16026 * gdb.base/break.c (multi_line_if_conditional): New function.
16027 (multi_ilne_while_conditional): Likewise.
16028 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
16029 IF or WHILE condition puts the breakpoint at the start of
16030 the condition.
16031
16032 * gdb.base/selftest.exp (backtrace through signal handler): Remove
16033 hppa*-*-hpux* expected failure.
16034 * gdb.base/structs.exp (do_function_calls): Similarly.
16035
16036 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
16037 watchpoints.
16038
16039 2002-01-06 Andrew Cagney <ac131313@redhat.com>
16040
16041 Fix PR gdb/66.
16042 * gdb.base/structs.exp: Replace skip for a29k with skip for
16043 gdb,cannot_call_functions.
16044 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
16045 * gdb.base/callfuncs.exp: Ditto.
16046 * gdb.base/call-rt-st.exp: Ditto.
16047 * gdb.base/call-strs.exp: Ditto.
16048 * gdb.base/callfwmall.exp: Ditto.
16049 * gdb.base/scope.exp: Obsolete xfail a29k.
16050 * gdb.c++/misc.exp: Ditto.
16051 * gdb.c++/cplusfuncs.exp: Ditto.
16052 * gdb.base/ptype.exp: Ditto.
16053 * gdb.base/printcmds.exp: Ditto.
16054 * gdb.base/opaque.exp: Ditto.
16055 * gdb.base/list.exp: Ditto.
16056 * gdb.base/funcargs.exp: Ditto.
16057 * gdb.base/default.exp: Ditto.
16058
16059 2002-01-04 Michael Snyder <msnyder@redhat.com>
16060
16061 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
16062 * gdb.base/maint.exp: Add tests for maint info sections options.
16063
16064 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
16065
16066 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
16067
16068 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
16069
16070 * gdb.asm/arm.inc: New file.
16071 * gdb.asm/asm-source.exp: Add arm targets.
16072 * gdb.asm/configure.in: Ditto.
16073 * gdb.asm/configure: Recreated from configure.in.
16074
16075 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
16076
16077 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
16078 with HP's compiler.
16079 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16080 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16081 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16082 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16083
16084 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
16085 either HP's compilers or GCC.
16086
16087 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
16088 a SIGBUS or SIGSEGV.
16089
16090 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
16091
16092 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
16093 can be compiled with either HP's compiler or GCC.
16094
16095 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
16096 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
16097 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
16098
16099 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
16100 to match current gdb output. Update due to using auto-solib-limit
16101 for limiting instead of overloading auto-solib-add.
16102 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
16103 test program.
16104
16105 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
16106 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
16107 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16108 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16109 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16110 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16111 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
16112 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
16113 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
16114 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
16115 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
16116 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
16117 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
16118
16119 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
16120 a SIGTRAP to the inferior.
16121
16122 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
16123
16124 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
16125 Substitute call to target_link by call to gdb_compile.
16126
16127 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
16128
16129 * gdb.base/break.exp: Fix HP specific search string when testing
16130 backtracing in a called function.
16131
16132 * gdb.base/constvars.exp: Only set lang to C++ if we're
16133 compiling the test with HP's compilers.
16134 * gdb.base/volatile.exp: Similarly.
16135
16136 2001-12-19 Jim Blandy <jimb@redhat.com>
16137
16138 * gdb.base/printcmds.exp: Expect the null character to be printed
16139 as '\0', and the '\013' to be printed as '\v'.
16140 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
16141 * gdb.base/setvar.exp: Same.
16142
16143 2001-12-17 Jim Blandy <jimb@redhat.com>
16144
16145 * gdb.base/completion.exp: Rather than completing very long
16146 filenames, which can make the readline library produce output we
16147 don't recognize, cd to the directory first, and then complete
16148 using nice, short relative paths.
16149
16150 * gdb.base/completion.exp: On some systems, there is, in fact, a
16151 variable named `b' in scope, since GDB treats all static
16152 variables as being in scope. So use `no_var_named_this'
16153 instead of `b'.
16154
16155 * gdb.base/corefile.exp: Recognize the message saying that GDB
16156 can't find the core file's registers as a failure.
16157
16158 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16159
16160 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16161 test expect string more specific.
16162
16163 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
16164
16165 * gdb.asm/asm-source.exp: Add support for xstormy16.
16166 * gdb.asm/configure.in: Ditto.
16167 * gdb.asm/configure: Rebuild.
16168 * gdb.asm/xstormy16.inc: New file.
16169
16170 2001-12-10 Fred Fish <fnf@redhat.com>
16171
16172 * gdb.base/maint.exp: Update to match changes in type dumping code.
16173
16174 2001-12-10 Jim Blandy <jimb@redhat.com>
16175
16176 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
16177 matching the entry point symbol's name at the beginning of the
16178 line.
16179
16180 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16181
16182 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
16183 gdb.c++/inherit.exp, gdb.c++/method.exp,
16184 gdb.c++/namespace.exp, gdb.c++/templates.exp,
16185 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
16186 and class layout support.
16187
16188 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16189
16190 * gdb.c++/classes.exp: Add test for static member function.
16191 * gdb.c++/misc.cc: Add class with static member function.
16192
16193 2001-12-07 Jim Blandy <jimb@redhat.com>
16194
16195 If GDB says it can't find the struct the function returned, report
16196 those tests as `unsupported'.
16197 * gdb.base/call-rt-st.exp (print_struct_call): New function.
16198 Rewrite subsequent tests to use it.
16199
16200 If GDB says it can't find the struct the function returned, report
16201 those tests as `unsupported'.
16202 * gdb.base/structs.exp (call_struct_func): New function.
16203 (do_function_calls): Use call_struct_func to call the functions
16204 returning structs.
16205
16206 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
16207 whether functions are prototyped or not, so we can't possibly pass
16208 arguments to t_float_values2 properly.
16209
16210 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
16211 value of `timeout' for targets other than the mips*tx39-*.
16212
16213 2001-12-06 Michael Snyder <msnyder@redhat.com>
16214
16215 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
16216 and detect whether the start symbol has a leading underscore.
16217
16218 2001-12-04 Jim Blandy <jimb@redhat.com>
16219
16220 * gdb.base/completion.exp: Clarify indentation.
16221
16222 2001-12-03 Jim Blandy <jimb@redhat.com>
16223
16224 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
16225 variables on the S/390, not `.word'.
16226
16227 2001-11-30 Jim Blandy <jimb@redhat.com>
16228
16229 Add assembly-source tests for s390-ibm-linux.
16230 * gdb.asm/s390.inc: New file.
16231 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
16232 the S/390 architecture.
16233 * gdb.asm/configure: Regenerated.
16234
16235 2001-11-30 Michael Snyder <msnyder@redhat.com>
16236
16237 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
16238 next, info source, info sources, info line, global and static
16239 variables, and static functions.
16240 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
16241 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
16242 * gdb.asm/asmsrc1.s: Add a static function and some variables.
16243 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
16244 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
16245 (gdbasm_leave): Restore frame pointer.
16246 (gdbasm_startup): Copy stack set-up from crt0.S.
16247
16248 2001-11-26 Fernando Nasser <fnasser@redhat.com>
16249
16250 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
16251 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
16252 to a local (non-static) variable. Copy tstruct.a to a static buffer
16253 and return a pointer to that buffer.
16254 * gdb.base/callfwmall.c (t_structs_a): Ditto.
16255
16256 2001-11-24 Mark Kettenis <kettenis@gnu.org>
16257
16258 * gdb.asm/configure.in: Fix recognition of ix86 target.
16259 * gdb.asm/configure: Regenerate.
16260
16261 2001-11-21 Michael Snyder <msnyder@redhat.com>
16262
16263 * gdb.asm/sparc.inc: New file.
16264 * gdb.asm/asm-source.exp: Recognize sparc target.
16265 * gdb.asm/configure.in: Recognize sparc target.
16266 * gdb.asm/configure: Regenerate.
16267
16268 2001-11-21 Michael Snyder <msnyder@redhat.com>
16269
16270 * gdb.asm/m32r.inc: New file.
16271 * gdb.asm/asm-source.exp: Recognize m32r target.
16272 * gdb.asm/configure.in: Recognize m32r target.
16273 * gdb.asm/configure: Regenerate.
16274
16275 2001-11-20 Michael Snyder <msnyder@redhat.com>
16276
16277 * gdb.asm/i386.inc: New file.
16278 * gdb.asm/asm-source.exp: Recognize ix86 target.
16279 * gdb.asm/configure.in: Recognize ix86 target.
16280 * gdb.asm/configure: Regenerate.
16281
16282 * gdb.c++/namespace.exp: Fix quotes in output messages.
16283
16284 2001-11-14 Michael Snyder <msnyder@redhat.com>
16285
16286 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
16287 qualifier in a type cast expression, to designate an address
16288 in the instruction space (Harvard architecture).
16289
16290 2001-11-13 Michael Snyder <msnyder@redhat.com>
16291
16292 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16293 Tests for expressions using 'const' and 'volatile'.
16294
16295 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
16296
16297 * gdb.asm/asm-sources.exp: Allow defining linker flags.
16298
16299 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
16300
16301 * lib/mi-support.exp (mi_run_to_helper): Move comments
16302 outside of gdb_expect.
16303
16304 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
16305
16306 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16307 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16308 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16309 mi0_run_to): New functions.
16310 * gdb.mi/mi-simplerun.exp: Use them.
16311 * gdb.mi/mi0-simplerun.exp: Likewise.
16312 * gdb.mi/mi-var-cmd.exp: Likewise.
16313 * gdb.mi/mi0-var-cmd.exp: Likewise.
16314
16315 2001-11-10 Andrew Cagney <ac131313@redhat.com>
16316
16317 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16318 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16319
16320 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16321
16322 * gdb.base/restore.exp: Include $expected value in restored test
16323 message.
16324
16325 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16326
16327 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16328 implemented.
16329
16330 2001-11-08 Michael Snyder <msnyder@redhat.com>
16331
16332 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16333 Add pass/fail message for stop at breakpoint in call dummy function.
16334
16335 2001-11-07 Michael Snyder <msnyder@redhat.com>
16336
16337 * gdb.c++/templates.exp (test_template_breakpoints):
16338 If we get an overload menu, but it does not match what
16339 we expect, we still need to issue the "cancel" command.
16340 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16341 making the whitespace optional. Argument for "new" may be
16342 "unsigned" as well as "unsigned int/long".
16343 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
16344 making the whitespace optional. Also replace "(void) with
16345 "((void|)), making the keyword "void" optional.
16346 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
16347 making the whitespace optional. Also replace "(void) with
16348 "((void|)), making the keyword "void" optional.
16349 * gdb.base/callfuncs.c (t_float_values): This function must
16350 _not_ be prototyped, and the following function (t_float_values2)
16351 must be prototyped (if the compiler supports it), so that GDB
16352 can be tested against both cases. Usually one case involves
16353 promotion of float to double, while the other does not.
16354 * gdb.base/callfwmall.c: Ditto.
16355 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16356 includes a stack frame for "start".
16357
16358 2001-11-05 Jim Blandy <jimb@redhat.com>
16359
16360 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
16361 pointers are 32 bits long, and that offsets of relocs are always
16362 stored in the data (REL-style), and not in the reloc entry itself
16363 (RELA-style).
16364 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16365 stabs.
16366
16367 2001-11-01 Michael Snyder <msnyder@redhat.com>
16368
16369 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16370 and regular expression operators by using quoting.
16371
16372 2001-10-31 Michael Snyder <msnyder@redhat.com>
16373
16374 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16375 depending on what the symbol table contains.
16376 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16377 the output of the ptype command. Similarly, accept both "const &"
16378 and "const&".
16379
16380 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
16381
16382 * gdb.base/miscexprs.c (main): Add usage of preprocessor
16383 symbol `STORAGE' to allow to choose the storage class of
16384 the local datastructures.
16385 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16386 compiler directive.
16387
16388 2001-10-30 Michael Snyder <msnyder@redhat.com>
16389
16390 * gdb.base/jump.exp: Allow it to run for all targets.
16391
16392 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16393
16394 * gdb.base/call-ar-st.c (print_double_array): Match for loop
16395 with new double_array size.
16396 (main): Change storage class of all local variables to static.
16397 Reduce size of double_array to 9.
16398 * gdb.base/call-ar-st.exp: Increase timeout value.
16399 Change expected output for double array to match new size in
16400 call-ar-st.c.
16401
16402 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16403
16404 * gdb.base/ending-run.exp: Create identical output when passing
16405 `step to end of run' case. Add regular expression branch satisfying
16406 Stormy16 target.
16407
16408 2001-10-28 Mark Kettenis <kettenis@gnu.org>
16409
16410 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
16411 that we catch the expected failure under Linux/x86.
16412
16413 2001-10-29 Orjan Friberg <orjanf@axis.com>
16414
16415 * gdb.base/setvar.exp: Escape curly braces.
16416 * gdb.stabs/weird.exp: Ditto.
16417
16418 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
16419
16420 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
16421 * gdm.mi/mi0-hack-cli.exp: Likewise.
16422
16423 2001-10-25 Andrew Cagney <ac131313@redhat.com>
16424
16425 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
16426 messages.
16427
16428 2001-10-21 Andrew Cagney <ac131313@redhat.com>
16429
16430 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
16431 checking MI enabled.
16432
16433 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
16434
16435 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
16436
16437 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
16438
16439 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
16440 if gdb child process crashes, just signal an error.
16441
16442 2001-10-02 Jim Blandy <jimb@redhat.com>
16443
16444 * lib/gdb.exp (test_xfail_format): Simplify.
16445
16446 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
16447 front of the variable name `format'. Simplify `if'.
16448
16449 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16450
16451 * gdb.threads/pthreads.exp: Wait for output and delay
16452 before sending ^C.
16453
16454 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16455
16456 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
16457 some incorrect output instead of timing out.
16458 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
16459
16460 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
16461
16462 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
16463 check to allow additional `int'.
16464
16465 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
16466
16467 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
16468 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
16469
16470 2001-09-27 Michael Snyder <msnyder@redhat.com>
16471
16472 * lib/gdb.exp (test_debug_format): New proc.
16473 (setup_xfail_format): Use new proc test_debug_format.
16474 * gdb.base/constvars.exp (local_compiler_xfail_check): New
16475 proc; use new service proc test_debug_format.
16476 Replace all other "gcc_compiled" tests with this test.
16477 * gdb.base/volatile.exp (local_compiler_xfail_check): New
16478 proc; use new service proc test_debug_format.
16479 Replace all other "gcc_compiled" tests with this test.
16480
16481 2001-09-27 Michael Snyder <msnyder@redhat.com>
16482
16483 * gdb.base/cvexpr.exp: New file.
16484 * gdb.base/cvexpr.c: New file
16485 Test for expressions using const and volatile keywords.
16486
16487 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
16488
16489 * gdb.base/constvars.exp: Check for different orders of keywords
16490 and additional "int" strings in output.
16491
16492 2001-09-22 Andrew Cagney <ac131313@redhat.com>
16493
16494 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16495 responses from "help maint".
16496
16497 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
16498
16499 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16500 to localhost:NNN instead of :NNN, in case Xvfb is listening
16501 only on TCP.
16502
16503 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
16504
16505 * gdb.base/recurse.exp: When checking leaving the watchpoint
16506 scope, recognize when gdb is in function's epilogue and pass.
16507
16508 2001-09-18 Keith Seitz <keiths@redhat.com>
16509
16510 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16511 support for running tests against sid targets.
16512 (gdbtk_done): Ditto.
16513
16514 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
16515
16516 * gdb.base/ending-run.c (main): Set stdout buffersize
16517 to the same reasonable value for any target.
16518 * gdb.base/ending-run.exp: Add a regular expression
16519 to make testsuite happy on Sanyo Stormy16 target.
16520
16521 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
16522
16523 * gdb.base/display.c (do_loops): Add float variable `f'.
16524 Increment f in loop.
16525 * gdb.base/display.exp: Increment timeout by 60 seconds.
16526 Change float display test to use variable `f'.
16527
16528 2001-09-17 Jim Blandy <jimb@redhat.com>
16529
16530 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16531 overflowing the limited breakpoint tables on some ROM monitors
16532 (like the ROM68K).
16533
16534 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
16535
16536 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16537 the "-ac" (disable access control) flag.
16538
16539 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
16540
16541 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16542 ints.
16543
16544 2001-08-30 Keith Seitz <keiths@redhat.com>
16545
16546 * lib/gdb.exp: Move all insight-related functionality into
16547 separate file.
16548 * lib/insight-support.exp: New file.
16549
16550 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
16551
16552 * config/sid.exp (sid_start): Never set sid verbosity; disable
16553 expect_background {} that consumed its stdout; tolerate </dev/null.
16554 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16555
16556 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16557
16558 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16559 CLI jump command to start it.
16560 (mi_run_to_main): Fail immediatly when unexpected output.
16561
16562 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16563
16564 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16565 beginning of function. Fix PR gdb/191.
16566
16567 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
16568
16569 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16570 what to force sid endianness to.
16571
16572 2001-08-15 Keith Seitz <keiths@redhat.com>
16573
16574 * lib/gdb.exp (gdbtk_start): Don't set environment
16575 variables for TCL_LIBRARY and friends. Insight will
16576 now figure these out for itself.
16577
16578 2001-08-02 Michael Snyder <msnyder@redhat.com>
16579
16580 * gdb.base/completion.exp: Remove the symbol "a64l" from
16581 the expect string; this is target-specific, and not related
16582 to what is being tested.
16583
16584 2001-08-02 Dave Brolley <brolley@redhat.com>
16585
16586 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16587
16588 2001-07-25 Michael Snyder <msnyder@redhat.com>
16589
16590 * gdb.base/consecutive.exp: New file. Test stepping over
16591 breakpoints on consecutive instructions.
16592 * gdb.base/consecutive.c: New file.
16593
16594 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16595 curly braces in regular expressions.
16596
16597 2001-07-25 Michael Snyder <msnyder@redhat.com>
16598
16599 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16600 legitimate output from stepping out of main.
16601
16602 2001-07-22 Keith Seitz <keiths@redhat.com>
16603
16604 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16605 the empty string, do not run the tests.
16606
16607 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16608
16609 * gdb.base/long_long.exp: Detect size of pointer. Take into
16610 account 2-byte pointers when testing for p/a results.
16611
16612 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16613
16614 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16615 and defined to 1K for m68hc11.
16616 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16617 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16618 (sizeof_random_data): New variable to tell the size of the data table;
16619 don't test past this size; always run to main.
16620
16621 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16622
16623 * gdb.base/return2.exp: return of long long and double fails for
16624 68HC11; don't execute these tests on that platform.
16625 * gdb.base/return.exp: Return of a double fails for 68hc11.
16626
16627 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16628
16629 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16630 tests that print a float.
16631 * call-rt-st.exp: Likewise.
16632
16633 2001-07-12 Mark Kettenis <kettenis@gnu.org>
16634
16635 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16636 running this test on Linux.
16637
16638 2001-06-24 Michael Chastain <chastain@redhat.com>
16639
16640 * gdb.base/arithmet.exp: Remove some tests to make all test names
16641 unique.
16642
16643 2001-07-03 Michael Snyder <msnyder@redhat.com>
16644
16645 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16646 the output of the ptype command.
16647
16648 2001-07-02 Michael Snyder <msnyder@redhat.com>
16649
16650 * gdb.base/completion.exp: Don't assume that break.c is the only
16651 source file that may contain functions named "marker".
16652 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16653
16654 2001-06-28 Andrew Cagney <ac131313@redhat.com>
16655
16656 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16657 of files to delete.
16658
16659 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16660 * gdb.disasm/h8300s.exp: New file.
16661 gdb.disasm/h8300s.s: Likewise.
16662
16663 2001-06-27 Andrew Cagney <ac131313@redhat.com>
16664
16665 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16666 empty breakpoint tables.
16667
16668 2001-06-25 Andrew Cagney <ac131313@redhat.com>
16669
16670 * lib/mi-support.exp: Update args=... part of stop-reason
16671 patterns. Accept either a list or a tuple.
16672
16673 2001-06-23 Andrew Cagney <ac131313@redhat.com>
16674
16675 * lib/mi-support.exp: Remove local emacs variable defining
16676 change-log-default-name.
16677
16678 2001-06-22 Michael Chastain <chastain@redhat.com>
16679
16680 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16681 This is operationally compatible with the previous version.
16682
16683 2001-06-13 Jim Blandy <jimb@redhat.com>
16684
16685 * lib/gdb.exp (gdb_test): Doc fix.
16686
16687 2001-06-10 Michael Chastain <chastain@redhat.com>
16688
16689 * gdb.base/exprs.exp: Remove a duplicate test.
16690
16691 2001-06-06 Jim Blandy <jimb@redhat.com>
16692
16693 * gdb.base/return2.exp (main): Use values to test float and double
16694 returns that are not NaN's, to avoid being confused by IEEE
16695 comparison rules.
16696
16697 2001-06-04 Michael Snyder <msnyder@redhat.com>
16698
16699 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
16700 non-zero if control_c fails. Terminate the test on failure,
16701 rather than wait for 12 more tests to time out.
16702
16703 2001-06-06 Jim Blandy <jimb@redhat.com>
16704
16705 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
16706 Don't forget to match the GDB prompt.
16707
16708 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16709
16710 2001-06-04 Jim Blandy <jimb@redhat.com>
16711
16712 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16713 command.
16714
16715 2001-05-31 Kevin Buettner <kevinb@redhat.com>
16716
16717 * gdb.base/annota1.exp (info break): Match four or more spaces
16718 after "Address".
16719
16720 2001-05-31 Michael Chastain <chastain@redhat.com>
16721
16722 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16723 (dm_type_int_star): Likewise.
16724 (dm_type_long_star): Likewise.
16725 (dm_type_void_star): Likewise.
16726
16727 2001-05-29 Kevin Buettner <kevinb@redhat.com>
16728
16729 * gdb.base/completion.exp (INPUTRC): Set this environment variable
16730 to a known value in order to get consistent results regardless
16731 of the setting of INPUTRC or the presence or contents of .inputrc.
16732
16733 2001-05-24 Michael Snyder <msnyder@redhat.com>
16734
16735 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16736 Don't require that the main thread and the manager thread are the
16737 first in the list.
16738
16739 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16740 debugging. If test fails, issue an "unsupported" not a "fail".
16741
16742 2001-05-24 Jim Blandy <jimb@redhat.com>
16743
16744 Don't assume that short is shorter than int.
16745 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16746 assume that shorts are smaller than ints. On a 16-bit machine,
16747 this isn't true.
16748 ("print unsigned char == (~0)"): Add test that verifies that ~0,
16749 an int, is not equal to ~0 stored in an unsigned char. This tests
16750 the same thing that the previous test meant to, but works on
16751 16-bit machines, too.
16752 ("print unsigned char != (~0)"): Same test, complemented.
16753
16754 2001-05-24 Michael Snyder <msnyder@redhat.com>
16755
16756 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
16757 test for (full_coverage == 0). This makes the test run faster,
16758 and prevents dejagnu getting out of step.
16759
16760 2001-05-23 Kevin Buettner <kevinb@redhat.com>
16761
16762 * gdb.base/finish.exp (finish_void): Revise pattern for
16763 stopping on the call statement to not permit stopping at
16764 the start of the instructions comprising the call sequence.
16765
16766 2001-05-19 Michael Chastain <chastain@redhat.com>
16767
16768 * gdb.base/callfuncs.exp: Make all test names unique.
16769 * gdb.base/commands.exp: Make all test names unique.
16770 * gdb.base/condbreak.exp: Make all test names unique.
16771 * gdb.base/dbx.exp: Make all test names unique.
16772 * gdb.base/default.exp: Make all test names unique.
16773 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
16774 and TIMEOUT messages to their corresponding PASS message.
16775 * gdb.base/ending-run.exp: Make all test names unique.
16776 * gdb.base/long_long.exp: Remove duplicate test.
16777
16778 2001-05-21 Kevin Buettner <kevinb@redhat.com>
16779
16780 * gdb.base/finish.exp (finish_void): Allow "finish" command to
16781 stop on the call statement as well as the statement after the
16782 call.
16783
16784 2001-05-21 Michael Snyder <msnyder@redhat.com>
16785
16786 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16787
16788 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16789
16790 * gdb.base/completion.exp: Revamp test. Make it execute on all
16791 platforms.
16792
16793 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16794
16795 * config/gdbserver.exp (gdb_load): Handle the case
16796 in which the arguments to gdbserver are given in the
16797 baseboard configuration file.
16798 Also handle the case in which the server needs to do a
16799 load.
16800
16801 2001-05-07 Keith Seitz <keiths@cygnus.com>
16802
16803 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16804 set up the display for testing.
16805 (gdbtk_start): Convert all paths to paths that tcl will like.
16806 Export target information to environment.
16807 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16808 necessary.
16809 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16810 (to_tcl_path): New proc to convert a given pathname into
16811 a path acceptible as an argument to a tcl command.
16812 (_gdbtk_export_target_info): New proc to export target info
16813 into the environment for gdbtk testing.
16814 (gdbtk_done): New proc to signal end-of-test.
16815
16816 2001-05-06 Jim Blandy <jimb@redhat.com>
16817
16818 * restore.c: Make the code of caller0 correspond to its comment.
16819
16820 2001-05-03 Michael Snyder <msnyder@redhat.com>
16821
16822 * config/sid.exp (gdb_target_sid): Check for error messages.
16823 On error or timeout, don't make expect exit (which will terminate
16824 all subsequent tests); instead just make gdb exit.
16825 (gdb_load): Check for error messages. On error or timeout,
16826 return a negative value.
16827
16828 2001-04-24 Jim Blandy <jimb@redhat.com>
16829
16830 * gdb.c++/templates.exp: If we see the prompt for the overload
16831 list, but we haven't recognized any of the longer patterns,
16832 arrange for this test to fail, not hang.
16833
16834 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16835 variations.
16836
16837 2001-04-22 Michael Chastain <chastain@redhat.com>
16838
16839 * gdb.c++/local.exp: Use the 'runto' library function.
16840 * gdb.c++/namespace.exp: Likewise.
16841 * gdb.c++/overload.exp: Likewise.
16842
16843 2001-03-26 Kevin Buettner <kevinb@redhat.com>
16844
16845 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16846 * gdb.base/step-line.exp: New file. Test step/next in presence of
16847 #line directives.
16848 * gdb.base/step-line.c: New file. Test program for the above.
16849 * gdb.base/step-line.inp: New file. We pretend that this file has
16850 been transformed by some other tool into step-line.c.
16851
16852 2001-03-21 Jim Blandy <jimb@redhat.com>
16853
16854 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16855 unmangled operator names.
16856
16857 2001-03-20 Jim Blandy <jimb@redhat.com>
16858
16859 * gdb.threads/linux-dp.exp: Recognize an additional message
16860 generated by GDB when it doesn't understand how to debug threads
16861 on the target system.
16862
16863 2001-03-19 Andrew Cagney <ac131313@redhat.com>
16864
16865 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16866
16867 2001-03-12 Michael Chastain <chastain@redhat.com>
16868
16869 * gdb.c++/derivation.exp: Use the 'runto' library function.
16870
16871 2001-03-12 Michael Chastain <chastain@redhat.com>
16872
16873 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16874
16875 2001-02-24 Michael Chastain <chastain@redhat.com>
16876
16877 * gdb.c++/ref-types.exp: Change handwritten code to library
16878 function 'runto'.
16879
16880 2001-03-16 Orjan Friberg <orjanf@axis.com>
16881
16882 * gdb.base/signals.exp: Set count to 0 explicitly.
16883
16884 2001-03-15 Mark Salter <msalter@redhat.com>
16885
16886 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16887 (gdb_target_monitor): Add check of gdb_target_cmd return value.
16888 (gdb_load): Add support for additional target_info: gdb_download_size
16889 and gdb_load_timeout.
16890
16891 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
16892
16893 * gdb.base/annota1.exp: Move test of isnative to earlier in the
16894 file -- to prevent failing when the compile fails but we have no
16895 intention of running the tests anyway.
16896
16897 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16898 tests if set.
16899
16900 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
16901 integers.
16902
16903 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16904 * gdb.c++/namespace.exp: Ditto.
16905
16906 2001-03-07 Orjan Friberg <orjanf@axis.com>
16907
16908 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16909 * gdb.base/pointers.exp: Relax pattern match of decimals.
16910
16911 2001-03-06 Kevin Buettner <kevinb@redhat.com>
16912
16913 * Makefile.in, config/abug.exp, config/cfdbug.exp,
16914 config/cpu32bug.exp, config/dve.exp, config/est.exp,
16915 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16916 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16917 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16918 config/sh.exp, config/sid.exp, config/slite.exp,
16919 config/sparclet.exp, config/udi.exp, config/unknown.exp,
16920 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16921 config/vxworks.exp, config/vxworks29k.exp,
16922 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16923 gdb.base/all-bin.exp, gdb.base/annota1.exp,
16924 gdb.base/arithmet.exp, gdb.base/assign.exp,
16925 gdb.base/async.exp, gdb.base/attach.exp,
16926 gdb.base/bitfields.exp, gdb.base/bitops.exp,
16927 gdb.base/break.exp, gdb.base/call-ar-st.exp,
16928 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16929 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16930 gdb.base/commands.exp, gdb.base/completion.exp,
16931 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16932 gdb.base/constvars.exp, gdb.base/corefile.exp,
16933 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16934 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16935 gdb.base/ending-run.exp, gdb.base/environ.exp,
16936 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16937 gdb.base/finish.exp, gdb.base/foll-exec.exp,
16938 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16939 gdb.base/funcargs.exp, gdb.base/help.exp,
16940 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16941 gdb.base/logical.exp, gdb.base/long_long.exp,
16942 gdb.base/maint.exp, gdb.base/mips_pro.exp,
16943 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16944 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16945 gdb.base/pointers.exp, gdb.base/printcmds.exp,
16946 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16947 gdb.base/regs.exp, gdb.base/relational.exp,
16948 gdb.base/remote.exp, gdb.base/reread.exp,
16949 gdb.base/restore.exp, gdb.base/return2.exp,
16950 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16951 gdb.base/selftest.exp, gdb.base/setshow.exp,
16952 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16953 gdb.base/sigall.exp, gdb.base/signals.exp,
16954 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16955 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16956 gdb.base/step-test.exp, gdb.base/structs.c,
16957 gdb.base/structs.exp, gdb.base/structs2.exp,
16958 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16959 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16960 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16961 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16962 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16963 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16964 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16965 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16966 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16967 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16968 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16969 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16970 gdb.fortran/types.exp, gdb.java/jmisc.exp,
16971 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16972 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16973 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16974 gdb.trace/circ.exp, gdb.trace/collection.exp,
16975 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16976 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16977 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16978 gdb.trace/report.exp, gdb.trace/save-trace.exp,
16979 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16980 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16981 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16982 notices.
16983
16984 2001-02-27 Michael Snyder <msnyder@cygnus.com>
16985
16986 * gdb.base/varargs.c (find_max_double): Fix printf format string:
16987 first arg is int not float.
16988
16989 2001-02-22 Michael Snyder <msnyder@cygnus.com>
16990
16991 * gdb.base/reread.exp: Unsupported for non-native targets;
16992 doesn't work for remote debugging.
16993
16994 2001-02-19 Fernando Nasser <fnasser@redhat.com>
16995
16996 From Drew Moseley <dmoseley@redhat.com>
16997 * gdb.base/ending-run.exp: Properly handle the BSP state when
16998 stepping past the end of main.
16999
17000 2001-02-19 John Moore <jmoore@redhat.com>
17001
17002 * gdb.base/commands.exp (infrun_breakpoint_command_test):
17003 Converted HPUX fix for non-expected items following multiple
17004 step commands into general solution for all platforms.
17005
17006 2001-02-18 Michael Chastain <chastain@redhat.com>
17007
17008 * gdb.c++/classes.exp (do_tests): Change runto statements
17009 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17010 statements demangler agnostic.
17011 * gdb.c++/virtfunc.exp (do_tests): Likewise.
17012 (gdb_virtfunc_restart): Likewise.
17013
17014 2001-02-14 Michael Chastain <chastain@redhat.com>
17015
17016 * gdb.c++/inherit.exp (do_tests): Change runto statements
17017 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17018 statements demangler agnostic.
17019
17020 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
17021
17022 * gdb.threads/pthreads.exp: Unify pass/fail messages for
17023 ``continue to bkpt at common_routine in thread 2'' and ``stopped
17024 before calling common_routine 15 times'' tests.
17025
17026 2001-02-11 Michael Chastain <chastain@redhat.com>
17027
17028 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
17029 Helps the test script figure out which demangler is in use.
17030 (dm_type_foo_ref): Ditto.
17031 (dm_type_int_star): Ditto.
17032 (dm_type_long_star): Ditto.
17033 (dm_type_unsigned_int): Ditto.
17034 (dm_type_void): Ditto.
17035 (dm_type_void_star): Ditto.
17036 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
17037 Probe the gdb demangler and set variables to accommodate
17038 formatting differences.
17039 (info_func_regexp): New function. Same as info_func, but
17040 matches against a regexp.
17041 (info_func): Match against a literal string.
17042 (print_addr_2): New function. Match against a literal string,
17043 which can be different from the input to gdb.
17044 (print_addr): Simply call print_addr_2 with the same argument twice.
17045 (test_lookup_operator_functions): Use demangler formatting variables.
17046 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
17047 the tests in the same order as the C++ class declaration.
17048 (test_paddr_operator_functions): Ditto.
17049 (test_paddr_overloaded_functions): Ditto.
17050 (test_paddr_hairy_functions): Use demangler formatting variables.
17051 Add reference to gdb/19 for related tests.
17052 (do_tests): Call probe_demangler.
17053
17054 2001-01-30 Kevin Buettner <kevinb@redhat.com>
17055
17056 * gdb.c++/templates.cc (printf): Remove unused function definition.
17057
17058 2001-01-26 Felix Lee <flee@redhat.com>
17059
17060 * sid.exp (sid_exit): Pass host, not target, to remote_close.
17061
17062 2001-01-25 matthew green <mrg@redhat.com>
17063
17064 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
17065 up sid.
17066 (sid_exit): Call `remote_pop_conn' after GDB is gone.
17067
17068 2001-01-25 matthew green <mrg@redhat.com>
17069
17070 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
17071 Deprecate $sid_spawn_id.
17072 (sid_exit): Remove code necessary only for `spawn.'
17073
17074 2001-01-25 matthew green <mrg@redhat.com>
17075
17076 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
17077
17078 2001-01-28 Michael Chastain <chastain@redhat.com>
17079
17080 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
17081 to call when tests fail. It takes gdb out of the overloaded
17082 function choice menu back to the main prompt, so that the test
17083 program stays synchronized.
17084 (set_bp_overloaded): New proc to collect all the common
17085 code for setting a breakpoint on an overloaded name. Calls
17086 take_gdb_out_of_choice_menu when needed.
17087 (menu_overload1arg): New variable to collect the repeated
17088 instances of the expected menu for an overloaded name. Change
17089 the regular expression to handle changes in g++ type encoding:
17090 "void" can be either "void" or "", and "unsigned int" can be
17091 either "unsigned int" or "unsigned".
17092 (continue_to_bp_overloaded): Change regular expressions to handle
17093 changes in g++ type encoding.
17094 (no proc): Call take_gdb_out_of_choice_menu when needed.
17095 Remove redundant calls to "info break". Accept either "canceled"
17096 or "cancelled". Change regular expressions in "info break"
17097 calls to handle changes in g++ type encoding. Give all tests
17098 unique strings.
17099
17100 2001-01-17 Ben Elliston <bje@redhat.com>
17101
17102 * config/sid.exp: New file.
17103
17104 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
17105
17106 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
17107
17108 2000-12-21 Michael Snyder <msnyder@cygnus.com>
17109
17110 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
17111 Add a RE to accept a non-ascii char if one is ever presented.
17112
17113 2000-12-20 Fernando Nasser <fnasser@redhat.com>
17114
17115 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
17116
17117 2000-12-18 Michael Snyder <msnyder@cygnus.com>
17118
17119 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
17120 in regexp. One '\' does not suffice on Linux.
17121
17122 2000-12-09 Michael Chastain <chastain@redhat.com>
17123
17124 * gdb.base/break.exp (test_clear_command): Use a marker function
17125 rather than 'main' for the test function. Also move this
17126 test to an execution point where the marker function names are
17127 guaranteed to be bound to functions. (Executing tests after a
17128 'finish' from main runs into name conflicts with local names
17129 in __libc_start_main).
17130
17131 2000-12-07 Michael Snyder <msnyder@cygnus.com>
17132
17133 * gdb.base/finish.exp: New test for gdb's "finish" command.
17134 * gdb.base/return2.exp: New test for gdb's "return" command.
17135 * gdb.base/return2.c: New source file for above.
17136
17137 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17138
17139 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
17140 * gdb.base/miscexprs.exp: Ditto.
17141 * gdb.base/pointers.exp: Ditto.
17142 * gdb.c++/derivation.exp: Ditto.
17143 * gdb.c++/local.exp: Ditto.
17144 * gdb.c++/namespace.exp: Ditto.
17145 * gdb.c++/overload.exp: Ditto.
17146 * gdb.c++/ref-types.exp: Ditto.
17147
17148 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17149
17150 * gdb.base/constvars.exp: Test result of "up" command.
17151 * gdb.base/miscexprs.exp: Ditto.
17152 * gdb.base/pointers.exp: Ditto.
17153 * gdb.base/scope.exp: Ditto.
17154 * gdb.c++/derivation.exp: Ditto.
17155 * gdb.c++/local.exp: Ditto.
17156 * gdb.c++/namespace.exp: Ditto.
17157 * gdb.c++/overload.exp: Ditto.
17158 * gdb.c++/ref-types.exp: Ditto.
17159
17160 2000-11-22 Michael Chastain <chastain@redhat.com>
17161
17162 * mips_pro.exp: Accept either "middle -> top -> main" or
17163 "middle -> main" in the backtrace, because gcc can optimize
17164 tail calls to jumps. Remove setup_xfail for the hppa case.
17165 Add a comment with the original warning messages from PR 3016,
17166 which was filed in 1993, to preserve them for posterity.
17167
17168 2000-11-17 Nick Duffek <nsd@redhat.com>
17169
17170 * lib/gdb.exp (gdb_test): Override timeout with board info.
17171
17172 2000-11-17 Nick Duffek <nsd@redhat.com>
17173
17174 * gdb.base/display.exp: Don't kill running stub. Add "again" to
17175 the second kill and detach messages.
17176
17177 2000-11-17 Nick Duffek <nsd@redhat.com>
17178
17179 * configure.in: Add AC_EXEEXT.
17180 * configure: Regenerate.
17181 * Makefile.in (just-check): Export EXEEXT.
17182 * lib/gdb.exp ($EXEEXT): Import from environment.
17183 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
17184 expect "maint dump-me" on Cygwin.
17185 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
17186 $EXEEXT.
17187
17188 2000-11-17 Nick Duffek <nsd@redhat.com>
17189
17190 * gdb.base/break.exp: Test backtrace and finish from called
17191 function on all platforms, not just HP-UX.
17192
17193 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17194
17195 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
17196 code from gdb_target_monitor, so it can be used independantly
17197 for gdbserver. Also comment out an unnecessary PUTS.
17198
17199 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17200
17201 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
17202 * gdb.base/corefile.exp: Expect the message "Program is being
17203 debugged already" when we send the "corefile" command, since
17204 the preceeding gdb_load may have connected gdb to a remote target.
17205 * gdb.base/display.exp: Disable hardware watchpoints if new
17206 board info variable "no_hardware_watchpoints" is true.
17207 Replace single-letter commands with more readable ones.
17208 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
17209 if new board info variable "no_hardware_watchpoints" is true.
17210 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
17211 to see if stdio (printf) testing is possible.
17212 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
17213 board info variable "no_hardware_watchpoints" is true. Use new
17214 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
17215
17216 2000-11-13 Fernando Nasser <fnasser@redhat.com>
17217
17218 From Orjan Friberg <orjanf@axis.com>:
17219 * gdb.base/printcmds.exp: Escape curly braces followed by a number
17220 in array print pattern match.
17221
17222 2000-11-09 Fernando Nasser <fnasser@redhat.com>
17223
17224 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
17225 spelling "cancelled" to U.S. spelling "canceled" to match changes
17226 made to gdb.
17227 * gdb.c++/ovldbreak.exp: Ditto.
17228
17229 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17230
17231 * gdb.base/callfuncs.c (main): Moved to end of file, call
17232 t_double_values to initialize the FPU before inferior calls are made.
17233 * gdb.base/callfuncs.exp: Test for register preservation after calling
17234 inferior functions. Add tests for continuining, finishing and
17235 returning from a stop in a call dummy.
17236
17237 2000-10-24 Michael Snyder <msnyder@cygnus.com>
17238
17239 * gdb.base/commands.exp: Break up long lines, and re-indent.
17240
17241 2000-10-19 Michael Snyder <msnyder@cygnus.com>
17242
17243 * config/gdbserver.exp: Rewritten from the ground up, to make it
17244 compatible with the current dejagnu tree, and to make it work with
17245 the new "gdbserver" in libremote.
17246
17247 2000-10-16 Michael Snyder <msnyder@cygnus.com>
17248
17249 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
17250 * gdb.base/varargs.exp: Skip entire test if no printf support.
17251 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
17252 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
17253
17254 2000-10-13 Michael Snyder <msnyder@cygnus.com>
17255
17256 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
17257 no floating point support.
17258 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
17259 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17260 * gdb.base/call-rt-st.exp: Ditto.
17261 * gdb.base/call-strs.exp: Ditto.
17262
17263 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
17264
17265 * gdb.base/sizeof.c: include <stdio.h>.
17266
17267 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
17268 'finish', otherwise uncaptured gdb_prompt would potentially
17269 throw remaining test points out of sync.
17270
17271 2000-07-26 Scott Bambrough <scottb@netwinder.org>
17272
17273 * gdb.base/recurse.exp: Run tests for all targets.
17274 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17275 gnu-oldld case on ARM.
17276 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17277 for ARM targets.
17278
17279 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
17280
17281 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17282 * gdb.java/configure: Rebuild.
17283
17284 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
17285
17286 * gdb.java/jv-exp.exp: New file.
17287
17288 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
17289
17290 * configure: Rebuilt.
17291 * configure.in (configdirs): Add gdb.java.
17292 * gdb.java/jmisc.java: New file.
17293 * gdb.java/jmisc.exp: New file.
17294 * gdb.java/Makefile.in: New file.
17295 * gdb.java/configure: Rebuilt.
17296 * gdb.java/configure.in: New file.
17297 * lib/java.exp: New file.
17298
17299 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
17300
17301 * gdb.base/exprs.exp: Test casts to a pointer including over and
17302 underflow.
17303
17304 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
17305
17306 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
17307 and the compilers sizes.
17308
17309 2000-07-09 Nick Duffek <nsd@redhat.com>
17310
17311 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17312 (use_methods): New function.
17313 (main): Call use_methods().
17314 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17315 (do_tests): Call test_method_param_class.
17316
17317 2000-07-09 Nick Duffek <nsd@redhat.com>
17318
17319 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17320 spelling.
17321 (test_enums): New procedure. Move enum tests from end of script
17322 to here. Set breakpoint on function name instead of line number.
17323 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17324 (enums2): New marker function.
17325 (enums1): New function.
17326 (main): Call enums1(). Move enum tests to enums1().
17327
17328 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
17329
17330 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
17331 compile/link program. Update line numbers.
17332 * gdb.asm/d10v.inc: Define ``startup''.
17333 * gdb.asm/asmsrc1.s: Add definition of _start.
17334
17335 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
17336
17337 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17338
17339 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17340
17341 * gdb.base/maint.exp: Add 'maint print architecture' item to output
17342 of 'help maint print' command.
17343
17344 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
17345
17346 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
17347 they use gdb_expect_list.
17348
17349 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
17350
17351 * gdb.base/commands.exp: Use ``set remote
17352 memory-read-packet-size'' instead of ``set endian big'' to test
17353 long commands.
17354
17355 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
17356
17357 * gdb.c++/templates.exp (do_tests): Make all of these work under
17358 g++, and stop skipping them.
17359
17360 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17361 work under g++.
17362
17363 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
17364 initialization.
17365
17366 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17367
17368 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17369 the regular expression: accept an (almost) arbitrary sequence of
17370 "frames-invalid" and "breakpoints-invalid" messages both before
17371 and after the "starting" message.
17372
17373 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17374
17375 * gdb.c++/local.exp: This test has never been known to work with g++.
17376
17377 2000-05-18 Michael Snyder <msnyder@cygnus.com>
17378
17379 * gdb.base/annota1.exp (annotate-signal-handler-caller):
17380 Relax the regular expression a little, make it pass on Solaris 8.
17381
17382 2000-05-12 Kevin Buettner <kevinb@redhat.com>
17383
17384 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
17385 a call, do not require that gdb stop on the line after the call.
17386 Instead, it is permissible for gdb to stop on the line of the
17387 call itself.
17388
17389 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
17390
17391 * gdb.base/break.exp (bp on small function, optimized file):
17392 Add a second pass pattern. The behavior differs here between stabs
17393 and dwarf for one-line functions. Stabs preserves two line symbols
17394 (one before the prologue and one after) with the same line number,
17395 but dwarf regards these as duplicates and discards one of them.
17396 Therefore the address after the prologue (where the breakpoint is)
17397 has no exactly matching line symbol, and GDB reports the breakpoint
17398 as if it were in the middle of a line rather than at the beginning.
17399
17400 2000-05-08 Michael Snyder <msnyder@cygnus.com>
17401
17402 * gdb.base/interrupt.exp: Make "pass" message say "send"
17403 rather than "send_gdb" (for consistancy).
17404
17405 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
17406
17407 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
17408 * gdb.c++/templates.cc: Properly check for GCC version number.
17409 * lib/compiler.cc: Likewise
17410
17411 2000-04-28 Michael Snyder <msnyder@cygnus.com>
17412
17413 * gdb.base/break.exp: When compiled with -O2 optimization,
17414 gdb may not stop at the first line of main, due to code motion.
17415
17416 2000-04-26 Michael Snyder <msnyder@cygnus.com>
17417
17418 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
17419 This test depends on parsing the printf output from the target.
17420 Since the sparclet stub doesn't do stdio, this will never work.
17421 * gdb.base/call-rt-st.exp: ditto.
17422 * gdb.base/call-strs: ditto.
17423
17424 2000-04-24 Michael Snyder <msnyder@cygnus.com>
17425
17426 * gdb.base/miscexprs.exp: make sizeof long array test portable.
17427
17428 * gdb.base/ending-run.exp: After connecting to a remote target,
17429 but before running, the target will appear to be in a random
17430 location. Specify both a file and a line for breakpoints.
17431 Also, the function that calls main may be called 'init'
17432 rather than 'start'.
17433
17434 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17435
17436 * gdb.base/help.exp: Update output for add-symbol-file command.
17437
17438 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
17439
17440 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17441 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
17442
17443 2000-04-07 J.T. Conklin <jtc@redback.com>
17444
17445 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
17446
17447 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
17448
17449 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
17450
17451 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
17452 values that can be represented exactly.
17453 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
17454 above change, and to not check against the directory part of the source
17455 file name.
17456 (step into print_long_arg_list): Likewise.
17457 (print print_small_structs from print_long_arg_list): Likewise.
17458 (print print_long_arg_list): Likewise.
17459
17460 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17461
17462 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
17463
17464 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
17465
17466 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
17467
17468 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
17469
17470 * gdb.base/commands.exp (deprecated_command_test): Add test for
17471 deprecate with no arguments.
17472
17473 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
17474
17475 * gdb.base/break.exp: Add new test for setting breakpoints on
17476 optimized code so we can test breakpoints work even when function
17477 prologues may be optimized away
17478
17479 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
17480
17481 From David Whedon <dwhedon@gordian.com>
17482 * gdb.base/commands.exp : Added command deprecator tests.
17483
17484 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
17485
17486 * gdb.base/help.exp: Added test for new apropos command.
17487
17488 2000-03-21 Kevin Buettner <kevinb@redhat.com>
17489
17490 * gdb.base/pointers.c (usevar): New function.
17491 (main): Make sure that global variables v_int_pointer2, rptr,
17492 and y are all referenced someplace in the program by calling
17493 usevar() on them. [Some linkers delete symbols which are
17494 never referenced. The space remains, but there's no way to
17495 get a (symbolic) handle on the variable from the debugger.]
17496
17497 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17498
17499 * gdb.base/printcmds.c: Add typedeffed arrays.
17500
17501 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17502 procedure to test arrays that are typedef'd.
17503
17504 2000-03-13 James Ingham <jingham@leda.cygnus.com>
17505
17506 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17507 the library directories.
17508
17509 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17510
17511 * configure.in (configdirs): Add sub directory gdb.mi.
17512 * configure: Re-generate.
17513
17514 * gdb.mi: New directory.
17515
17516 2000-02-25 Scott Bambrough <scottb@netwinder.org>
17517
17518 * gdb.base/long_long.exp: Correct test suite failure when printing
17519 a long long value as a double on ARM platforms.
17520
17521 2000-02-16 Jim Blandy <jimb@redhat.com>
17522
17523 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17524 default source file is set properly before running this test.
17525
17526 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17527
17528 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17529 gdbtk/library directory, not in gdbtcl2.
17530
17531 2000-02-04 Jim Blandy <jimb@redhat.com>
17532
17533 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17534 backslash from regexp pattern.
17535
17536 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17537 procedure. Use it to run all the "continue to bp overloaded"
17538 tests. Note that this changes the names of the tests slightly.
17539 If the breakpoint hit message includes a hex PC value, because
17540 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17541 from the real source code, still consider that a pass.
17542
17543 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17544 XFAIL here if the breakpoint message contains a hex address. Note
17545 similar change on 1999-11-02.
17546
17547 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17548
17549 * gdb.base/ptype.exp: Establish a default source file before
17550 calling get_debug_format.
17551
17552 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17553
17554 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17555
17556 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17557
17558 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17559 of successive stepi commands -- while in the prologue we should see
17560 the function entry bracket.
17561
17562 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17563
17564 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17565 reach __change_mode() when stepping through the end of main().
17566
17567 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17568
17569 * gdb.base/default.exp: Fix expected pattern.
17570 * gdb.base/help.exp: Same.
17571
17572 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17573
17574 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17575 Don't use xfail's because that affects only the following test.
17576
17577 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17578 solaris or linux.
17579
17580 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17581
17582 2000-01-07 Michael Snyder <msnyder@cygnus.com>
17583
17584 * gdb.base/display.exp: Some yacc parsers like to say
17585 "A syntax error" rather than "A parse error". Accept both.
17586
17587 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17588
17589 * gdb.base/default.exp: Remove OS dependent string from "target
17590 remote" test.
17591 * gdb.base/help.exp: Same for "help target remote" test.
17592
17593 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17594
17595 From Jim Kingdon <kingdon@redhat.com>:
17596
17597 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17598 prompt (cleanup rather than necessity, but still might keep output
17599 from spilling to next test).
17600
17601 2000-01-02 Fred Fish <fnf@cygnus.com>
17602
17603 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17604 AIX, which defines them in <sys/types.h>.
17605
17606 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
17607
17608 * gdb.base/default.exp: Match arm* etc instead of arm in "info
17609 float" test.
17610
17611 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
17612
17613 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17614
17615 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17616 outermost frame disallowed".
17617
17618 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17619
17620 * gdb.base/setvar.exp: New tests for setting the value of a struct
17621 with a constant list.
17622
17623 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17624
17625 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17626 require the user to type a cast before setting the value of a struct.
17627
17628 1999-12-06 Jim Blandy <jimb@cygnus.com>
17629
17630 * gdb.base/default.exp: Expect the new 'info float' command on
17631 all i386 platforms.
17632
17633 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17634 LinuxThreads libraries that don't support debugging.
17635
17636 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17637
17638 * gdb.base/remote.c: Fill the buffer with truely random data.
17639 Change the buffer type to ``unsigned char'' to simplify size
17640 arithmetic.
17641
17642 * gdb.base/remote.exp: Reduce download numbers by one. Typical
17643 stub only handles 400-1 byte packets. Verify that the download
17644 worked.
17645
17646 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17647
17648 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17649 tests, using UNRESOLVED for the untested cases. Also, does not wait
17650 for a timeout if the prompt was received before a recognizable pattern.
17651
17652 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17653
17654 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17655
17656 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17657
17658 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17659 watchpoints.
17660
17661 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
17662
17663 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17664
17665 * gdb.c++/local.exp: Be more flexible in recognizing local class
17666 name mangling. Don't allow horribly truncated method names.
17667 * gdb.c++/derivation.exp: Expect protected inheritance.
17668 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17669 * gdb.c++/virtfunc.exp: Likewise.
17670 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
17671 when printing a nested enum.
17672
17673 1999-11-22 Jim Blandy <jimb@cygnus.com>
17674
17675 * gdb.base/step-test.exp: Properly await GDB's response to setting
17676 a breakpoint on the call to large_struct_by_value.
17677
17678 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17679 just because we have debug info for the `start' function.
17680
17681 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
17682
17683 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17684 "Unknown signal" messages, which indicate (on LinuxThreads) that
17685 GDB doesn't know how to debug threads on this system. This is
17686 better than hanging while philosopher 0 dumps chatter into gdb.log.
17687
17688 1999-11-18 Tom Tromey <tromey@cygnus.com>
17689
17690 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17691
17692 1999-11-18 Fred Fish <fnf@cygnus.com>
17693
17694 * gdb.base/coremaker2.c: Add sample program for generating
17695 cores that is more self contained than coremaker.c. Eventually
17696 I'll add more code to this and tie it into the testsuite.
17697
17698 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
17699
17700 * gdb.base/dollar.exp: Remove, now in gdb.hp.
17701
17702 1999-11-10 Jimmy Guo <guo@cup.hp.com>
17703
17704 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
17705 from $srcdir/lib/.
17706 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
17707 and gdb.c++/.
17708
17709 * gdb.c++/derivation.exp: remove redundant get compiler info code.
17710
17711 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
17712 'continue with watch' test point.
17713
17714 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
17715
17716 Merged from p2linux-990323-branch:
17717
17718 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17719
17720 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
17721
17722 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
17723 {limit,fixed}''. Test ``set download-write-size''.
17724
17725 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
17726
17727 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
17728 gdb_expect_list.
17729
17730 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
17731
17732 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17733
17734 1999-11-03 Mark Salter <msalter@cygnus.com>
17735
17736 * gdb.base/break.exp: Fix "stub continue" pattern.
17737
17738 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
17739
17740 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17741
17742 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
17743
17744 * gdb.base/display.exp ("finish"): Add timeout clause.
17745
17746 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17747 plain prompt clause, so this doesn't have to time out in order to
17748 fail.
17749
17750 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
17751 breakpoint hit messages include an address.
17752
17753 * gdb.base/display.exp: Don't forget to escape parens in regular
17754 expressions. Unix regexp notatation sucks.
17755
17756 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17757
17758 * gdb.base/annota1.exp: Test for annotate-signalled: change output
17759 order for 'signalled' message.
17760
17761 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
17762
17763 From Jimmy Guo <guo@cup.hp.com>:
17764 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17765 * gdb.base/annota1.c: Add code for tests to work with.
17766
17767 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
17768
17769 * gdb.base/remote.exp: New test for remote downloading settings.
17770 * gdb.base/remote.c: New file with large .data.
17771
17772 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
17773
17774 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17775 for LinuxThreads support, merged from the Code Fusion branch.
17776
17777 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
17778
17779 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
17780 containing exp_continue into a while within an expect. Don't
17781 attempt a start more than three times. Check return value from
17782 gdb_load.
17783
17784 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
17785
17786 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
17787 a pass case.
17788
17789 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
17790
17791 * gdb.base/break.c (main): Added a statement that we can step
17792 off of.
17793 * gdb.base/break.exp: Added tests for setting a breakpoint
17794 at an offset and stepping onto a breakpoint.
17795
17796 1999-10-01 Fred Fish <fnf@cygnus.com>
17797
17798 * gdb.base/help.exp (help add-symbol-file): Update to match current
17799 gdb output.
17800
17801 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
17802
17803 * gdb.base/break.exp: Code locations are in hex, don't forget!
17804 (For HP-UX.)
17805
17806 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
17807
17808 * condbreak.exp: Use break.c as test program.
17809 * condbreak.c: Remove, redundant with break.c.
17810
17811 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
17812
17813 * config/monitor.exp (gdb_target_monitor): Disable X- and
17814 Z-packets if the target needs it.
17815
17816 1999-09-13 James Ingham <jingham@leda.cygnus.com>
17817
17818 * gdb.c++/overload.exp: Added tests for listing overloaded
17819 functions with function pointers in the arg, explicitly calling
17820 out the version you want.
17821
17822 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
17823
17824 * long_long.exp: Add variations of test cases that work for
17825 targets with 16-bit ints and 32-bit doubles.
17826
17827 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
17828
17829 * break.c (main): Compare a possibly-uninitialized argc with an
17830 unlikely value that fits in 16 bits.
17831
17832 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
17833
17834 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17835 0xfeeb, don't want negative numbers if ints are 16 bits.
17836
17837 * lib/gdb.exp (skip_cplus_tests): New proc.
17838 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17839 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17840 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17841 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17842 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17843 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17844 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17845 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
17846
17847 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17848
17849 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
17850
17851 * gdb.base/corefile.exp (up): Allow a parameter to appear
17852 in the frame that we're going up to.
17853
17854 From Jim Blandy <jimb@cygnus.com>:
17855
17856 * gdb.base/default.exp (info float): Expect some output now.
17857
17858 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17859 returning floating-point values to fail on the x86.
17860 * gdb.base/callfwmall.exp (do_function_calls): Same.
17861
17862 * gdb.base/list.exp (test_listsize): Correct expectations for
17863 listing line 1 with listsize 2. Also, listing a single line
17864 works now, as does listing three lines. [Kevin's note: There
17865 were a number of other cases fixed too where the expectations
17866 differed...]
17867
17868 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
17869
17870 * gdb.base/selftest.exp: Add case for when version prints as
17871 constant string instead of char pointer.
17872
17873 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
17874
17875 * gdb.base/ending-run.exp: Add Solaris case for what happens when
17876 stepping out of main.
17877
17878 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17879 G++ used.
17880
17881 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
17882 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
17883
17884 * gdb.c++/ovldbreak.exp: Update match string in test that
17885 includes a warning of multiple breakpoints.
17886
17887 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
17888
17889 * gdb.base/display.exp: Improve precision of step-after-finish
17890 added yesterday.
17891
17892 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
17893 test.
17894
17895 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17896 configs when using G++, not just hppa*.
17897
17898 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17899
17900 * gdb.base/async.c: New file.
17901 * gdb.base/async.exp: New file.
17902
17903 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
17904
17905 * gdb.base/break.exp: Tweak PA specific tests to properly handle
17906 PA64.
17907
17908 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
17909
17910 * gdb.base/display.exp: "finish" can leave us mid-line on many
17911 targets, deal with it. Add a small constant to main, instead of
17912 1000 since main+1000 may not be a valid address in the target.
17913
17914 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17915 on hpux11.
17916
17917 * gdb.base/attach.exp: Handle another hpux11 error message variant
17918 when attaching to a process that does not exist.
17919
17920 1999-08-19 J.T. Conklin <jtc@redback.com>
17921
17922 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
17923 characters in 'continue to 1241' test.
17924
17925 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
17926
17927 * gdb.base/call-ar-st.exp: Add a shorter match case for the
17928 stop in print_long_arg_list, define and use a whitespace
17929 variable in print_small_structs test, add an XFAIL for Solaris.
17930 * gdb.base/dbx.exp: XFAIL func commands until somebody is
17931 interested enough to fix.
17932
17933 1999-08-13 Keith Seitz <keiths@cygnus.com>
17934
17935 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17936 (dbx_gdb_load): Remove. Use gdb_load instead, since that
17937 proc knows about targets other than the natives.
17938 (test_assign): Use "gdb_run_cmd" to "run" the target.
17939 Check that we've actually hit the breakpoint at main.
17940 When we attempt to assign a value to a local variable, check
17941 that the variable is in the current scope, i.e., don't use
17942 a test with an empty result.
17943
17944 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
17945
17946 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
17947 command.
17948
17949 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
17950
17951 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17952 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17953 gdb.compat, gdb.threads-hp.
17954 gdb.hp/configure, gdb.hp/configure.in: New files.
17955 gdb.hp/Makefile.in: Recurse into new subdirs.
17956 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17957 gdb.hp/gdb.objdbg: New directory, tests for debugging info
17958 in object files.
17959 gdb.hp/tools: New directory, aux tools for HP-specific tests.
17960
17961 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
17962
17963 * gdb.base/display.exp: Help expect by putting a newline in the
17964 funky printf, remove a bogus p/a test.
17965
17966 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17967
17968 * gdb.base/display.exp: Make sure that when we say 'run', we are
17969 connected to the target. This is necessary when running not
17970 natively.
17971
17972 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
17973
17974 * gdb.base/step-test.exp: Removed some extraneous messages.
17975
17976 * gdb.base/long_long.exp: Don't run memory examination tests
17977 on little-endian targets (they will need a different set of
17978 results to match).
17979
17980 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
17981
17982 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17983 until somebody decides to fix GDB.
17984
17985 * gdb.base/long_long.c: Stop compiler complaint by specifying long
17986 constant as "ULL".
17987 * gdb.base/long_long.exp: Loosen x/c test, add partial result
17988 matches for a couple x/2 commands.
17989
17990 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17991
17992 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17993 by merging in ref-types2 tests.
17994 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17995
17996 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17997 * gdb.c++/Makefile.in: Add standard actions.
17998 (EXECUTABLES): Rename from PROGS, update list.
17999 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
18000 from gdb.hp.
18001 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
18002 foo and bar locals.
18003 * gdb.c++/anon-union.exp: Fix tests to match.
18004 * gdb.c++/classes.exp: Run if HP compiler used, add extra
18005 expect matches to handle output variations.
18006 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
18007 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
18008 output, add HP alternatives for new and delete prints.
18009 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
18010 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
18011 * gdb.c++/demangle.exp: Use $style when reporting failure.
18012 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
18013 * gdb.c++/inherit.exp: Run if HP compiler used, add some
18014 match alternatives.
18015 * gdb.c++/local.exp: Add match alternatives or xfails for HP
18016 compilers.
18017 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
18018 * gdb.c++/method.exp: Add match alternatives.
18019 * gdb.c++/misc.cc: Add bool types.
18020 * gdb.c++/misc.exp: Add tests for bool types.
18021 * gdb.c++/overload.exp: Add xfails.
18022 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
18023 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
18024 add some more template parameter tests (only for HP currently).
18025 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
18026 * gdb.c++/virtfunc.cc: Add return type and value for main.
18027 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
18028 match alternatives.
18029
18030 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18031
18032 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
18033
18034 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
18035
18036 * gdb.base/signals.exp: Don't expect getting a backtrace from
18037 within a signal handler to fail on Linux.
18038
18039 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
18040
18041 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18042 * lib/gdb.exp: Remove some gratuitious semicolons.
18043 (delete_breakpoints): Increase timeout.
18044 (gdb_expect): Add -notransfer option.
18045 (gdb_test): Use -notransfer option.
18046 (get_compiler_info): Add f77 case.
18047 (get_compiler): New proc, split out from gdb_preprocess, add f77
18048 case.
18049 (gdb_preprocess): Call get_compiler.
18050
18051 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
18052 * gdb.base/attach.exp, gdb.base/display.exp,
18053 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
18054 gdb.base/long_long.exp, gdb.base/printcmds.exp,
18055 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
18056 third arg to gdb_test.
18057 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
18058 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
18059 HP-UX xfails, add others.
18060 * gdb.base/completion.exp: Reflect name change of self-test.
18061 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
18062 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
18063 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
18064 HP failure number.
18065 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
18066 useless HP-UX 10.30 references.
18067 * gdb.base/maint.exp: Loosen matches.
18068 * gdb.base/pointers.c (main): Declare more_code.
18069 * gdb.base/pointers.exp: Match on output of a `next'.
18070 * gdb.base/structs.c: Add prototypes.
18071 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
18072 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
18073
18074 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18075
18076 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
18077 command.
18078
18079 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18080
18081 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
18082 Fix run to main failures. Watchpoint can be hardware watchpoint.
18083
18084 * gdb.base/annota1.exp: Clean up some more, in case printf has
18085 debug info. Deal with lack of signal hanlder info in stack.
18086
18087 From Jim Kingdon <kingdon@redhat.com>:
18088 * gdb.base/annota1.exp: If printf has debug info, deal with it.
18089
18090 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
18091
18092 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
18093 gdb.base/foll-vfork.exp: Don't run for crosses.
18094
18095 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18096
18097 * gdb.base/configure.in: Check for gdbvars.exp instead of
18098 a1-selftest.exp.
18099 * gdb.base/configure: Re-generate.
18100
18101 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
18102
18103 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
18104 in trying to run first and name is too long.
18105
18106 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
18107 pointers2.c and pointers2.exp, respectively.
18108 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
18109 doschk happier.
18110
18111 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
18112
18113 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
18114 callfuncs2.c and callfuncs2.exp.
18115
18116 * gdb.base/list.exp: Remove mistaken xfails.
18117 * gdb.base/list0.h: Add optional prototypes.
18118
18119 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
18120
18121 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
18122 calling malloc.
18123 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
18124 * ptype.exp: Move test for get_debug_format to before its first
18125 use.
18126
18127 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18128
18129 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
18130 * gdb.base/annota2.cc, annota2.exp: Move from here.
18131 * gdb.c++/annota2.cc, annota2.exp: To here.
18132 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
18133
18134 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
18135
18136 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
18137 a consistent format.
18138
18139 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
18140
18141 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18142 * lib/gdb.exp (get_compiler_info): Add detection for assorted
18143 HP compilers, also set the globals $true and $false.
18144
18145 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
18146 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18147 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18148 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18149 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18150 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18151 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18152 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18153 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18154 whatis.c} Add C++ compatible function definitions and return
18155 types, add includes for library functions.
18156 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18157 * gdb.base/step-test.c (myglob): Rename from glob.
18158 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
18159 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18160 files, move here from gdb.hp.
18161 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
18162 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18163 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
18164 Adjust line numbers in regexps.
18165
18166 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
18167 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
18168 instead of 0/1.
18169
18170 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
18171 foll-vfork.exp: New files, move here from gdb.hp.
18172 * gdb.base/page.exp: New file, test of pagination command.
18173
18174 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
18175 recursion test.
18176 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
18177
18178 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
18179 gdb.base/solib.exp: Fix compiler invocation process.
18180
18181 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
18182 HP-UX 11, turn off overload resolution explicitly.
18183 * gdb.base/commands.exp: Set argument list explicitly, add
18184 watchpoint test.
18185 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
18186 them work.
18187 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
18188 expressions properly.
18189 * gdb.base/corefile.exp: Loosen the match slightly.
18190 * gdb.base/default.exp: Allow "Error accessing memory" message
18191 also.
18192 * gdb.base/display.exp: Skip over x/0 j if PA64.
18193 * gdb.base/funcargs.exp: Add xfails for HP-UX.
18194 * gdb.base/interrupt.exp: Ditto.
18195 * gdb.base/langs.exp: Add symbolic matches governed by compiler
18196 in use.
18197 * gdb.base/list.exp: Add xfails for HP-UX.
18198 * gdb.base/long_long.exp: Refine some of the numeric matches.
18199 * gdb.base/mips_pro.exp: Xfail on HP-UX.
18200 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
18201 * gdb.base/nodebug.exp: Succeed on more varieties of output.
18202 * gdb.base/opaque.exp: Remove some HP-UX xfails.
18203 * gdb.base/ptype.exp: Succeed on more varieties of output.
18204 * gdb.base/scope.exp: Add xfails for HP-UX.
18205 * gdb.base/sect-cmd.exp: Add more cases.
18206 * gdb.base/setvar.exp: Add xfails for HP-UX.
18207 * gdb.base/shlib-call.exp: Loosen some matches slightly.
18208 * gdb.base/signals.exp: Match on void symbolically.
18209 * gdb.base/step-test.exp: Add case for PA64.
18210 * gdb.base/term.exp: Add exit and restart.
18211 * gdb.base/twice.exp: Clean up after self.
18212 * gdb.base/varargs.exp: Disable overload resolution explicitly.
18213 * gdb.base/whatis.exp: Allow more ways to pass tests.
18214
18215 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
18216 no longer useful.
18217
18218 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
18219
18220 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
18221 list of patterns.
18222 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
18223 print_double_array(double_array)", "continuing to breakpoint
18224 1018", "print print_double_array(array_d)" and "continuing to
18225 1034" tests.
18226
18227 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
18228
18229 * Makefile.in: Add empty html and install-html targets.
18230
18231 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
18232
18233 * config/mt-*: Remove, these haven't been used since 1996.
18234
18235 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
18236
18237 * gdb.base/call-strs.c, gdb.base/ending-run.c,
18238 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
18239 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
18240
18241 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
18242
18243 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
18244 simpler match case for the ptype of the big class.
18245
18246 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18247
18248 * gdb.exp: Fix test for gdb_prompt existence.
18249
18250 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18251
18252 * gdb.exp (gdb_test): Add fail after calls to perror.
18253
18254 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18255
18256 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
18257
18258 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18259
18260 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18261
18262 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
18263
18264 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
18265 malloc() is linked in.
18266
18267 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18268
18269 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18270 step at end.
18271
18272 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18273
18274 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
18275
18276 * gdb.java/jv-print.exp: New file. (Our first Java test!)
18277
18278 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
18279
18280 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18281 * gdb.base/mips_pro.exp: Likewise.
18282
18283 1999-06-02 Keith Seitz <keiths@cygnus.com>
18284
18285 * gdb.c++/templates.cc: Change all "new" operators to throw
18286 an exception.
18287 * gdb.c++/cplusfuncs.cc: Likewise.
18288
18289 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18290
18291 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
18292
18293 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
18294 * gdb.base/ending-run.exp: When stepping out of main, accept a
18295 step into an arbitrary assembler file.
18296
18297 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18298
18299 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
18300 "breakpoint-invalid" to be printed.
18301 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
18302 number of "frames-invalid" and "breakpoint-invalid" to be printed.
18303 * gdb.base/annota2.cc: Initialize a.x to 0.
18304
18305 1999-05-17 Keith Seitz <keiths@cygnus.com>
18306
18307 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18308 when "skip_float_tests" set.
18309 Ditto for "print print_double_array(array_d)", "print print_small_structs",
18310 "print print_ten_doubles", and "step into print_long_arg_list".
18311 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18312 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18313 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18314 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18315 "skip_float_tests" is set.
18316 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18317 when "skip_float_tests" set.
18318
18319 1999-05-06 Keith Seitz <keiths@cygnus.com>
18320
18321 * gdb.base/annota2.cc: Include stdio.h.
18322
18323 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
18324
18325 * gdb.base/crossload.exp: Remove, this has been disabled ever
18326 since BFD stopped including all targets, and cross-GDB gets
18327 plenty of testing anyway.
18328 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
18329 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18330 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
18331 * gdb.base/README: Remove, was doc for this.
18332 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
18333 needed.
18334
18335 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18336
18337 * gdb.base/call-ar-st.exp: Fix one regular expression in test
18338 output.
18339
18340 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18341 * gdb.base/annota2.exp: New file. More annotation tests.
18342 * gdb.base/annota1.c: New file. Source file for annota1.exp.
18343 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18344
18345 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
18346
18347 * config/cfdbug.exp: New file.
18348
18349 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
18350
18351 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18352 Marcus Daniel's and Dale Hawkins's demangler crashes.
18353
18354 * gdb.c++/demangle.exp (test_gnu_style_demangling,
18355 test_lucid_style_demangling, test_arm_style_demangling,
18356 test_hp_style_demangling): Try Tom Tromey's core-dumping
18357 identifier under each demangling style.
18358
18359 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
18360
18361 * gdb.c++/demangle.exp: Include the current demangling style
18362 in all test names.
18363 (current_demangling_style): New global variable.
18364 (set_demangling_style, test_demangling_core, test_demangling,
18365 test_demangling_exact): New functions.
18366 (test_gnu_style_demangling, test_lucid_style_demangling,
18367 test_arm_style_demangling, test_hp_style_demangling): Use those,
18368 instead of calling gdb_test and gdb_test_exact directly.
18369 (catch_demangling_errors): New function, which reports errors
18370 signalled by the demangling test functions in an orderly way.
18371 (do_tests): Use catch_demangling_errors.
18372
18373 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
18374
18375 * gdb.base/signals.exp (test_handle_all_print): Use () for
18376 grouping in expressions, not {}.
18377
18378 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
18379 initialized yet.
18380
18381 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
18382
18383 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18384 are listed.
18385
18386 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
18387
18388 * gdb.stabs/weird.exp: Test for CC being defined before
18389 looking at its value.
18390
18391 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
18392
18393 * gdb.base/call-ar-st.exp: Remove stray '#'.
18394 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18395 "short int" and "long int".
18396 * gdb.c++/overload.cc: Cast the string added in the previous
18397 change, to mollify finicky HP compiler.
18398 * gdb.hp/reg-test.exp (testfile): Fix file name.
18399 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
18400
18401 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18402 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18403 alternate form of enum ptype.
18404
18405 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
18406
18407 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
18408 * gdb.hp/*.exp: Change all to run compiler probe only after
18409 passing skip_hp_tests, so as not to waste time on guaranteed
18410 failure.
18411
18412 * gdb.c++/overload.cc: Pass string instead of char addr, always
18413 init ccpfoo.
18414 * gdb.c++/templates.cc: Fix syntax error.
18415
18416 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18417
18418 * gdb.base/commands.exp: Add test for correct position of '>'
18419 when issuing the 'commands' command after a 'while' or 'if'
18420 command.
18421
18422 1999-03-18 James Ingham <jingham@cygnus.com>
18423
18424 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
18425
18426 * gdb.c++/method.exp: It was testing an uninitialized int on the
18427 stack and assuming it was positive.
18428
18429 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
18430
18431 * gdb.base/step-test.exp: Catch a case where finish is broken and
18432 keep it from killing the rest of the tests.
18433 Use gdb_continue_to_end.
18434
18435 * gdb.base/sigall.exp: use gdb_continue_to_end.
18436
18437 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
18438
18439 * gdb.base/display.exp: use runto_main, not run.
18440
18441 * gdb.base/default.exp: Check for the current error message in the
18442 r abbreviation test.
18443 Add strongarm to the targets that know info float.
18444
18445 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
18446 run which doesn't work with monitors.
18447
18448 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
18449
18450 * gdb.base/break.exp: use the gdb_continue_to_end proc.
18451
18452 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
18453 program. Traps the case (in Cygmon) when the program never really
18454 exits. Same as Mark's continue_to_exit, but I had put it in a lot
18455 more places, so I used my name. Sorry Mark...
18456
18457 * config/monitor.exp (gdb_target_monitor): added another
18458 target_info parameter: remotebinarydownload. This will set the
18459 remotebinarydownload flag if this is causing some boards trouble.
18460
18461 1999-03-18 Mark Salter <msalter@cygnus.com>
18462
18463 * lib/gdb.exp (continue_to_exit): New function.
18464
18465 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
18466 * gdb.base/ending-run.exp: Ditto.
18467 * gdb.base/step-test.exp: Ditto.
18468
18469 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
18470
18471 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18472 (suggested by Art Haas <ahaas@neosoft.com>).
18473
18474 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
18475
18476 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
18477
18478 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
18479
18480 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
18481 descriptions of types (short unsigned int vs unsigned short, etc).
18482
18483 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
18484
18485 * gdb.base/call-strs.exp: Don't assume that `step' will step over
18486 a call to strlen; sometimes we do have sources.
18487
18488 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18489
18490 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
18491 character, so GDB won't print garbage after its end.
18492
18493 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18494 breakpoint there instead. Sometimes GCC emits memcpy to handle
18495 the large structures being passed by value, so we step into that
18496 instead of sum_array_print, which obscures what we're really testing.
18497 * gdb.base/step-test.exp: However, we do want a test that notices
18498 the bizarre steps into memcpy, so do that here. Add check for
18499 stepping into function calls that pass large structures by value.
18500 ("Is that a noun clause, or are you just happy to see me?")
18501 Remove all references to specific line numbers.
18502 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18503 New type and function.
18504 (main): Call large_struct_by_value, passing it a large struct by value.
18505 * lib/gdb.exp (gdb_get_line_number): New function.
18506
18507 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18508 more portable.
18509
18510 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18511
18512 * lib/gdb.exp: Doc fixes.
18513
18514 1999-03-05 Nick Clifton <nickc@cygnus.com>
18515
18516 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18517
18518 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18519
18520 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18521 commands. They're not germane to this test, and they don't work
18522 that way on remote targets.
18523
18524 1999-03-01 James Ingham <jingham@cygnus.com>
18525
18526 * Changelog entries merged over from gdb development branch.
18527
18528 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18529
18530 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18531 for outputting results of test run.
18532
18533 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
18534
18535 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18536
18537 1999-02-25 Felix Lee <flee@cygnus.com>
18538
18539 * lib/gdb.exp (debug_format): initialize
18540
18541 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18542
18543 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18544 * gdb.base/call-rt-st.c: Ditto.
18545
18546 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18547
18548 * gdb.threads/pthreads.exp (horiz): New variable.
18549 (test_startup): Fix regexps that capture thread numbers.
18550
18551 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18552
18553 * gdb.base/smoke.exp: Disambiguate two test case names (both
18554 called ``print'').
18555
18556 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18557
18558 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18559 compilation.
18560
18561 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18562
18563 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18564 actual output formatting.
18565 * gdb.base/smoke.exp: GDB removes leading 0's.
18566 * gdb.base/volatile.exp: Don't check type of remuneration;
18567 that variable is no longer defined in constvars.c.
18568 * gdb.base/step-test.c (main): Exit with explicit exit code.
18569 * gdb.base/step-test.exp: Remove two nexti checks--they are
18570 not portable.
18571
18572 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18573
18574 * gdb.base/help.exp ("help delete display"): Fix test to match
18575 gdb's output.
18576
18577 * gdb.base/long_long.c (known_types): Initialize values to zero.
18578 * gdb.base/long_long.exp: Step one more line
18579 so 'dec' is initialized in "get to known place". GDB removes
18580 leading zeros. Explicitly ask for hex formatting. Use
18581 unique test case names.
18582
18583 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18584
18585 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18586
18587 * gdb.c++/method.exp: Add missing close brace.
18588
18589 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18590
18591 * gdb.base/maint.exp: Use 'set height 0' to disable page
18592 prompting, not 'set height 400'.
18593
18594 Fix a bunch of timeouts.
18595 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18596 four separate tests, so expect doesn't take forever to match a ton
18597 of text against a regexp with lots of .* forms.
18598 ("maint print psymbols", "maint print symbols"): Make some of
18599 these greps more selective, so that expect doesn't try to wade
18600 through huge piles of output and time out.
18601
18602 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18603
18604 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18605 tests: one which doesn't expect shlib events to be reported, and
18606 another which does, but is XFAIL for all platforms other than
18607 HP/UX.
18608
18609 * gdb.base/break.exp: Teach the test suite that the `catch
18610 fork', `catch vfork', and `catch exec' commands produce error
18611 messages on platforms that don't provide these features.
18612
18613 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18614
18615 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18616 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18617 (shortening names from solib_threshold.exp etc), won't run on
18618 anything but HP-UX for the foreseeable future.
18619 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18620 reflect move.
18621
18622 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18623
18624 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18625 gdb.trace/Makefile.in (clean): Remove all test executables.
18626
18627 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18628
18629 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18630 successfully re-sets breakpoints in shared libraries.
18631 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18632
18633 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18634
18635 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18636 and compiled w/o GCC.
18637
18638 * gdb.hp/watch-cmd.exp: ditto.
18639
18640 * gdb.hp/watch-hp.exp: ditto.
18641
18642 * gdb.hp/xdb1.exp: ditto.
18643
18644 * gdb.hp/xdb2.exp: ditto.
18645
18646 * gdb.hp/dbx.exp: ditto.
18647
18648 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18649
18650 * constvars.c: Remove C++-isms.
18651 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18652 with GCC.
18653
18654 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18655
18656 The following changes are part of the HP merge.
18657
18658 * gdb.base/break.exp: new tests to verify that catchpoints for
18659 fork, vfork, and exec don't trigger inappropriately.
18660
18661 * gdb.base/opaque.exp: compile one file at a time, then link.
18662
18663 * gdb.base/signals.exp: be more restrictive about which hppa
18664 systems receive a setup_xfail. new tests.
18665
18666 * gdb.base/solib_threshold.build: new file.
18667 * gdb.base/solib_threshold.exp: new file.
18668 * gdb.base/solib_threshold.link_opts: new file.
18669 * gdb.base/solib_threshold.mk: new file.
18670 * gdb.base/gen_solib_threshold.c: new file.
18671
18672 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18673 tests. New tests for enums inside classes.
18674
18675 * gdb.c++/compiler.cc: indicate support of template debugging.
18676
18677 * gdb.c++/demangle.exp: run hp style demangling tests.
18678
18679 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18680 tests.
18681
18682 * gdb.c++/misc.cc: changes to support new tests.
18683
18684 * gdb.c++/templates.cc: changes to support HP's compiler; changes
18685 to support new tests.
18686
18687 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18688 gcc, then skip these tests.
18689
18690 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
18691
18692 The following files are part of the HP merge; some had longer
18693 names at HP, but have been renamed to be no more than 14
18694 characters in length.
18695
18696 * gdb.hp/ambiguous.cc: new file.
18697 * gdb.hp/ambiguous.exp: new file.
18698 * gdb.hp/attach.exp: new file.
18699 * gdb.hp/attach2.exp: new file.
18700 * gdb.hp/classes-hp.exp: new file.
18701 * gdb.hp/ctti.exp: new file.
18702 * gdb.hp/ctti-add.cc: new file.
18703 * gdb.hp/ctti-add1.cc: new file.
18704 * gdb.hp/ctti-add2.cc: new file.
18705 * gdb.hp/ctti-add3.cc: new file.
18706 * gdb.hp/dbx.exp: new file.
18707 * gdb.hp/exception.cc: new file.
18708 * gdb.hp/exception.exp: new file.
18709 * gdb.hp/foll-exec.c: new file.
18710 * gdb.hp/foll-exec.exp: new file.
18711 * gdb.hp/foll-fork.c: new file.
18712 * gdb.hp/foll-fork.exp: new file.
18713 * gdb.hp/foll-vfork.c: new file.
18714 * gdb.hp/foll-vfork.exp: new file.
18715 * gdb.hp/inherit-hp.exp: new file.
18716 * gdb.hp/more-steps.exp: new file.
18717 * gdb.hp/namespace.cc: new file.
18718 * gdb.hp/namespace.exp: new file.
18719 * gdb.hp/optimize.exp: new file.
18720 * gdb.hp/pxdb.c: new file.
18721 * gdb.hp/pxdb.exp: new file.
18722 * gdb.hp/quicksort.exp: new file.
18723 * gdb.hp/reg-test.exp: new file.
18724 * gdb.hp/reg-test.s: new file.
18725 * gdb.hp/sized-enum.c: new file.
18726 * gdb.hp/sized-enum.exp: new file.
18727 * gdb.hp/start-stop.exp: new file.
18728 * gdb.hp/templ-hp.cc: new file.
18729 * gdb.hp/templ-hp.exp: new file.
18730 * gdb.hp/thr-lib.c: new file.
18731 * gdb.hp/thr-lib.exp: new file.
18732 * gdb.hp/thr-lib.h: new file.
18733 * gdb.hp/thr-liblib.c: new file.
18734 * gdb.hp/virtfun-hp.c: new file.
18735 * gdb.hp/virtfun-hp.exp: new file.
18736 * gdb.hp/watch-cmd.exp: new file.
18737 * gdb.hp/watch-hp.exp: new file.
18738 * gdb.hp/xdb1.exp: new file.
18739 * gdb.hp/xdb2.exp: new file.
18740 * gdb.hp/xdb3.exp: new file.
18741
18742 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
18743
18744 The following files are part of the HP merge; some had longer
18745 names at HP, but have been renamed to be no more than 14
18746 characters in length.
18747
18748 * gdb.base/ss.h: new file.
18749 * gdb.base/call-ar-st.c: new file.
18750 * gdb.base/call-ar-st.exp: new file.
18751 * gdb.base/call-rt-st.c: new file.
18752 * gdb.base/call-rt-st-exp: new file.
18753 * gdb.base/call-strs.exp: new file.
18754 * gdb.base/ena-dis-br.exp: new file.
18755 * gdb.base/environ.exp: new file.
18756 * gdb.base/long_long.exp: new file.
18757 * gdb.base/sect-cmd.exp: new file.
18758 * gdb.base/shlib-cl2.exp: new file.
18759 * gdb.base/smoke.exp: new file.
18760 * gdb.base/so-impl-ld.c: new file.
18761 * gdb.base/so-impl-ld.exp: new file.
18762 * gdb.base/so-indr-cl.c: new file.
18763 * gdb.base/so-indr-cl.exp: new file.
18764 * gdb.base/varargs.exp: new file.
18765 * gdb.base/volatile.exp: new file.
18766 * gdb.base/whatis-exp.exp: new file.
18767 * gdb.base/display.exp: new file.
18768 * gdb.c++/derivation.exp: new file.
18769 * gdb.c++/local.exp: new file.
18770 * gdb.c++/member-ptr.exp: new file.
18771 * gdb.c++/overload.exp: new file.
18772 * gdb.c++/ovldbreak.exp: new file.
18773 * gdb.c++/ref-types.exp: new file.
18774 * gdb.c++/ref-types2.exp: new file.
18775 * gdb.c++/userdef.exp: new file.
18776
18777 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
18778
18779 * gdb.base/default.exp: Reflect wording change in remote.c.
18780
18781 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
18782
18783 * gdb.base/help.exp: Update to reflect current text.
18784
18785 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
18786
18787 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18788 they're stack variables and contain garbage.
18789 * gdb.c++/anon-union.exp: new file.
18790
18791 The following changes were made by David Taylor
18792 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18793 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18794 in changes by HP.
18795
18796 * gdb.base/bitops.exp: new file.
18797 * gdb.base/default.exp: change expected messages for catch and
18798 info catch tests to reflect HP merge changes.
18799 * gdb.base/enable-disable-break.exp
18800 * gdb.base/ending-run.c: new file.
18801 * gdb.base/long_long.c: new file.
18802 * gdb.base/maint.exp: new file.
18803 * gdb.base/pointers2.exp: new file.
18804 * gdb.base/shlib-call2.exp: new file.
18805 * gdb.base/solib.exp: new file.
18806 * gdb.base/step-test.c: new file.
18807 * gdb.c++/anon-union.cc: new file.
18808 * gdb.c++/local.cc: new file.
18809 * gdb.c++/member-pointer.cc: new file.
18810 * gdb.c++/method.cc: new file.
18811 * gdb.c++/ref-types.cc: new file.
18812 * gdb.c++/ref-types2.cc: new file.
18813 * gdb.c++/userdef.cc: new file.
18814
18815 * gdb.base/scope.exp: compile one file at a time, then link.
18816 * gdb.base/langs.exp: ditto.
18817 * gdb.base/list.exp: ditto.
18818
18819 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
18820
18821 The following changes were made by David Taylor
18822 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18823 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18824 in changes by HP.
18825
18826 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18827 skip tests. When compiling pass c++ flag to gdb_compile.
18828 * gdb.c++/
18829
18830 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18831 test for on hppa*-*-hpux*; use args to see if c++ was specified.
18832 (skip_hp_tests): new function.
18833 (gdb_preprocess): new function.
18834
18835 * configure.in (hpdir): decide whether to configure gdb.hp.
18836 * configure: regenerated.
18837
18838 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18839 to delete on clean.
18840 (EXECUTABLES): update to reflect new additions.
18841 * gdb.base/commands.exp: update message expected.
18842 * gdb.base/default.exp: add copyright notice.
18843 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18844 * gdb.base/help.exp: update messages to reflect current text.
18845 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18846 targets for recurse tests.
18847 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18848 skip this file.
18849
18850 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18851 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18852 compilation.
18853 * gdb.c++/misc.exp: ditto.
18854 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18855 run the tests. tell gdb_compile that it's a c++ compilation.
18856
18857 * gdb.threads/pthreads.exp: fix typo in message.
18858
18859 * gdb.base/all-bin.exp: new file.
18860 * gdb.base/arithmet.exp: new file.
18861 * gdb.base/assign.exp: new file.
18862 * gdb.base/completion.exp: new file.
18863 * gdb.base/cond-expr.exp: new file.
18864 * gdb.base/condbreak.exp: new file.
18865 * gdb.base/define.exp: new file.
18866 * gdb.base/dollar.exp: new file.
18867 * gdb.base/environment.exp: new file.
18868 * gdb.base/eval-skip.exp: new file.
18869 * gdb.base/jump.exp: new file.
18870 * gdb.base/logical.exp: new file.
18871 * gdb.base/pointers.exp: new file.
18872 * gdb.base/relational.exp: new file.
18873 * gdb.base/section_command.exp: new file.
18874 * gdb.base/whatis-expr.exp: new file.
18875
18876 * gdb.base/all-types.c: new file.
18877 * gdb.base/call-array-struct.c: new file.
18878 * gdb.base/call-return-struct.c: new file.
18879 * gdb.base/call-strings.c: new file.
18880 * gdb.base/callfuncs2.c: new file.
18881 * gdb.base/condbreak.c: new file.
18882 * gdb.base/constvars.c: new file.
18883 * gdb.base/display.c: new file.
18884 * gdb.base/int-type.c: new file.
18885 * gdb.base/jump.c: new file.
18886 * gdb.base/miscexprs.c: new file.
18887 * gdb.base/pointers.c: new file.
18888 * gdb.base/pointers2.c: new file.
18889 * gdb.base/shmain.c: new file.
18890 * gdb.base/shr1.c: new file.
18891 * gdb.base/shr2.c: new file.
18892 * gdb.base/solib.c: new file.
18893 * gdb.base/solib1.c: new file.
18894 * gdb.base/solib2.c: new file.
18895 * gdb.base/varargs.c: new file.
18896 * gdb.c++/derivation.cc: new file.
18897 * gdb.c++/overload.cc: new file.
18898 * gdb.c++/ovldbreak.cc: new file.
18899 * gdb.hp/attach.c: new file.
18900 * gdb.hp/attach2.c: new file.
18901 * gdb.hp/average.c: new file.
18902 * gdb.hp/compiler.c: new file.
18903 * gdb.hp/compiler.cc: new file.
18904 * gdb.hp/execd-program.c: new file.
18905 * gdb.hp/follow-exec.c: new file.
18906 * gdb.hp/follow-fork.c: new file.
18907 * gdb.hp/follow-vfork-and-exec.c: new file.
18908 * gdb.hp/misc-hp.cc: new file.
18909 * gdb.hp/more-steps.c: new file.
18910 * gdb.hp/optimize.c: new file.
18911 * gdb.hp/quicksort.c: new file.
18912 * gdb.hp/run-hp.c: new file.
18913 * gdb.hp/start-stop.c: new file.
18914 * gdb.hp/sum.c: new file.
18915 * gdb.hp/templates-hp.cc: new file.
18916 * gdb.hp/thread-local-in-lib.c: new file.
18917 * gdb.hp/thread-local-in-lib.h: new file.
18918 * gdb.hp/thread-local-in-lib.lib.c: new file.
18919 * gdb.hp/vforked-program.c: new file.
18920 * gdb.hp/virtfunc-hp.cc: new file.
18921 * gdb.hp/watchpoint-hp.c: new file.
18922 * gdb.hp/xdb.c: new file.
18923 * gdb.hp/xdb0.c: new file.
18924 * gdb.hp/xdb0.h: new file.
18925 * gdb.hp/xdb1.c: new file.
18926
18927 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
18928
18929 The following change was made by Edith Epstein
18930 <eepstein@cygnus.com> as part of a project to merge in changes
18931 originally made by HP; HP did not create ChangeLog entries.
18932
18933 * gdb.c++/demangle.exp: changed the expected output for some
18934 ARM-style mangling -- removed second reference to datatype.
18935 For example, maint demangle __dt__11T1__pt__2_cFv
18936 T1<char>::~T1<char>(void)
18937 becomes,
18938 maint demangle __dt__11T1__pt__2_cFv
18939 T1<char>::~T1(void)
18940
18941 (test_hp_style_demangling): new hp specific demangling test cases.
18942
18943 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
18944
18945 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18946 * gdb.trace/backtrace.exp: Likewise.
18947 * gdb.trace/circ.exp: Likewise.
18948 * gdb.trace/collection.exp: Likewise.
18949 * gdb.trace/deltrace.exp: Likewise.
18950 * gdb.trace/infotrace.exp: Likewise.
18951 * gdb.trace/limits.exp: Likewise.
18952 * gdb.trace/packetlen.exp: Likewise.
18953 * gdb.trace/passc-dyn.exp: Likewise.
18954 * gdb.trace/passcount.exp: Likewise.
18955 * gdb.trace/report.exp: Likewise.
18956 * gdb.trace/save-trace.exp: Likewise.
18957 * gdb.trace/tfind.exp: Likewise.
18958 * gdb.trace/tracecmd.exp: Likewise.
18959 * gdb.trace/while-dyn.exp: Likewise.
18960 * gdb.trace/while-stepping.exp: Likewise.
18961
18962 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
18963
18964 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18965
18966 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
18967
18968 From Brendan Kehoe:
18969 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18970 int return types.
18971
18972 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
18973
18974 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
18975 remote dos host testing right.
18976
18977 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
18978
18979 * gdb.base/corefile.exp: remove some xfails.
18980
18981 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
18982
18983 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
18984 have different timestamps.
18985
18986 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
18987
18988 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
18989 gdb.base/default.exp: Replace "exec" with "executable".
18990
18991 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18992
18993 * gdb.base/default.exp: Change else if to elseif from previous
18994 delta.
18995
18996 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18997
18998 * gdb.base/default.exp: Add brace missing from previous delta.
18999
19000 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
19001
19002 * gdb.base/default.exp: Support test for info float for all
19003 varieties of arm toolchain.
19004
19005 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
19006
19007 * gdb.trace/*.exp: remove "remote_download" command.
19008
19009 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
19010
19011 * gdb.trace/*.exp: remove -gdwarf from compile.
19012
19013 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
19014
19015 * gdb.trace/configure.in(AC_INIT): typo
19016 * gdb.trace/configure: regenerated
19017
19018 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
19019
19020 * config/m68k-emc.exp: New file.
19021 * lib/<emc-support.exp trace-support.exp}: New files.
19022 * configure.in: add new test directory gdb.trace.
19023 * gdb.trace/{configure configure.in Makefile.in}: New files.
19024 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
19025 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
19026 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
19027 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
19028 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
19029 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
19030 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
19031
19032 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
19033
19034 * gdb.c++/classes.exp: Change all regular expressions to match
19035 arbitrary combinations of newline/carriage-return, so that they
19036 will work equally well on Unix and Windows.
19037 * gdb.c++/inherit.exp: ditto.
19038 * gdb.c++/virtfunc.exp: ditto.
19039
19040 1998-08-11 Dawn Perchik <dawn@cygnus.com>
19041
19042 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
19043
19044 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
19045
19046 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
19047 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
19048 to use a0-a3/d0-d3 as needed.
19049
19050 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
19051
19052 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
19053 * gdb.disasm/am33.exp: Corresponding changes.
19054
19055 1998-07-11 Felix Lee <flee@cygnus.com>
19056
19057 * gdb.base/callfuncs.exp: add cmp10 test.
19058 * gdb.base/callfuncs.c (cmp10): new function.
19059
19060 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
19061
19062 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
19063 into two parts to get around a synchronization problem in expect.
19064
19065 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
19066
19067 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
19068
19069 * configure.in: Add options for gdbtk testsuite.
19070
19071 * configure: Regenerate.
19072
19073 * gdb.gdbtk: New directory to hold gdbtk tests.
19074
19075 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19076
19077 * gdb.fortran/types.exp: Escape brackets in expect patterns
19078 for test_float_literal_types_accepted tests.
19079 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
19080 before run test.
19081
19082 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
19083
19084 * am33.exp: Just compile, do not link the testcase.
19085 * am33.s: Add ".am33" pseudoop to force am33 mode.
19086
19087 1998-06-25 Felix Lee <flee@cygnus.com>
19088
19089 * gdb.base/setshow.exp: make sure $pc is sane.
19090
19091 * gdb.stabs/weird.exp: split expect patterns properly.
19092
19093 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
19094
19095 * gdb.disasm/am33.s: New disassembler testfile for the am33.
19096 * gdb.disasm/am33.exp: Run it.
19097
19098 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
19099
19100 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
19101 match processing (and eliminate spurious timeouts when running).
19102
19103 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
19104
19105 * gdb.base/signals.exp (test_handle_all_print): put back Mach
19106 exception test, but conditionalize it on target [mach | gnu].
19107
19108 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
19109
19110 * gdb.base/overlays.exp: fixup compile line for linker script.
19111
19112 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
19113
19114 * gdb.fortran/types.exp: don't guess at float size.
19115
19116 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
19117
19118 * gdb.base/exprs.exp: delete test that depends on int size.
19119
19120 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
19121
19122 * config/sim.exp: Removed checks for target triplets.
19123 (gdb_target_sim): Use gdb,target_sim_options.
19124
19125 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
19126
19127 * gdb.base/reread.exp: New file.
19128 * gdb.base/reread1.c: New file.
19129 * gdb.base/reread2.c: New file.
19130
19131 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
19132
19133 * config/sim.exp: Use 'target sim -sparclite' when running
19134 SPARClite programs.
19135
19136 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
19137
19138 * gdb.base/structs2.exp: New file.
19139 * gdb.base/structs2.c: New file.
19140
19141 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
19142
19143 * gdb.asm/common.inc: New file.
19144 * gdb.asm/d10v.inc: New file.
19145 * asm-source.exp: Pass -I's to gas to find .inc files.
19146 Update line numbers in expected output.
19147 * asmsrc1.s: Rewrite.
19148 * asmsrc2.s: Rewrite.
19149 * configure.in: Create arch.inc symlink.
19150 * configure: Regenerate.
19151 * Makefile.in (distclean): Delete arch.inc.
19152
19153 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19154
19155 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
19156 (t_enum_value2): ditto
19157 (t_enum_value3): ditto
19158 (main): ditto
19159 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19160
19161 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19162 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19163 change.
19164 Use gdb_test instead of send_gdb/gdb_expect sequences.
19165
19166 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
19167
19168 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
19169 not void.
19170
19171 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
19172
19173 * gdb.base/branches.c: Code with lots of loops and
19174 subroutines. Used to test gdbs ability to single step through PC
19175 changes, especially to test mips-tdep.c:mips_next_pc
19176
19177 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
19178
19179 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
19180 more rigorous EGCS C++ error checking.
19181
19182 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19183
19184 * gdb.base/help.exp: Clean up `help set args' and `help show args'
19185 tests.
19186 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
19187 function when asleep.
19188 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
19189 for i*86 Linux and SVR4 signal handling problems.
19190 Remove linux xfail for `next to handler in signals_tests_1', fixed
19191 by recent infrun.c change.
19192 Limit backtrace to 10 frames to avoid timeout problems with infinite
19193 stack backtraces.
19194 Adjust expect pattern in `handle all print' test to match Apr 28 1997
19195 target.[ch] change.
19196
19197 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
19198
19199 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
19200 for a newline from gdb before continuing.
19201 (default_gdb_exit): Just look for y or n.
19202 (gdb_test): Detect abnormal exit from GDB running on DOS; if
19203 it does, fail the rests of the tests in the file.
19204
19205 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
19206
19207 * config/cygmon.exp: New file.
19208
19209 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
19210
19211 * gdb.base/list.exp: Fix problem with "list default lines around
19212 main" test on remote targets.
19213
19214 * gdb.base/scope.exp: Fix problem with filelocal_bss before
19215 run test on remote targets.
19216
19217 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
19218
19219 * gdb.asm: New directory.
19220 * configure.in: Configure it.
19221 * configure: Regenerate.
19222 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
19223 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
19224
19225 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
19226
19227 * config/mn10300-eval.exp: New file to support MN10300 eval board.
19228
19229 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
19230
19231 * gdb.base/overlays (several files): Merge the two overlay
19232 managers into one. Change variables (foox, barx, bazx, grbxx)
19233 back into ints but force them to load in their proper sections.
19234
19235 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
19236
19237 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
19238 on-chip insn memory and IMAP1 to upper 128k.
19239 (D10VCopy): Handle memory regions crossing 16k boundaries.
19240 (D10VCopy): Transfer data in 32 bit chunks.
19241
19242 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
19243
19244 * gdb.base/overlays.c (main): Exit normally when result is
19245 correct.
19246
19247 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
19248 map. Include space for printf in .text segment.
19249
19250 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
19251 updated d10v memory VMA/LMA map.
19252 (D10VCopy): Call D10VTranslate.
19253
19254 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
19255
19256 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
19257
19258 * gdb.base/bar.c (barx, bar): Change variable to small array so
19259 that it won't be put into the .sdata - small data -
19260 section. Update reference.
19261 * gdb.base/baz.c (bazx, baz): Ditto.
19262 * gdb.base/foo.c (foox, foo): Ditto.
19263 * gdb.base/grbx.c (grbxx, grbx): Ditto.
19264
19265 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
19266 to be arrays.
19267
19268 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
19269
19270 * gdb.base/overlays.exp: fix up and get working again.
19271 Add tests for backtraces from an overlay function.
19272
19273 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
19274
19275 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19276 "calling function with watchpoint enabled".
19277
19278 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
19279
19280 * gdb.base/break.exp (test_next_with_recursion): Remove
19281 gdb_suppress_tests for d10v-*-*.
19282 * lib/gdb.exp (gdb_suppress_tests): Disable this function
19283 pending review of whether it is useful or not.
19284
19285 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
19286
19287 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19288
19289 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
19290
19291 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19292 * config/dve.exp: New file to support Densan boards.
19293
19294 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
19295
19296 * gdb.base/interrupt.exp: Document problem of simulators, signals,
19297 reads and BSD.
19298
19299 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
19300
19301 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19302 response.
19303
19304 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19305
19306 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
19307
19308 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
19309 test.
19310
19311 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
19312 target_sizeof_long and target_bigendian_p.
19313 (structs_by_value, structs_by_reference): Check values according
19314 to targets word size and endianess.
19315
19316 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
19317
19318 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
19319 output.
19320
19321 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
19322
19323 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
19324 Update test of set args help to match source change.
19325
19326 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
19327
19328 * gdb.base/default.exp: Expect help system output to be in
19329 alphabetical order.
19330 * gdb.base/help.exp: Ditto.
19331
19332 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
19333
19334 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19335 "i*86-pc-linux-gnu*".
19336 * gdb.base/interrupt.exp: Ditto.
19337 * gdb.base/corefile.exp: Ditto.
19338
19339 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
19340 define vxworks when building the testcase.
19341
19342 * gdb.base/ptype.exp: Fix testnames to be unique.
19343 * gdb.base/radix.exp: Ditto.
19344 * gdb.base/term.exp: Ditto.
19345 * gdb.base/whatis.exp: Ditto.
19346 * gdb.c++/classes.exp: Ditto.
19347
19348 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
19349
19350 * gdb.base/callfuncs.exp: Fix indentation.
19351
19352 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19353 suppress_flag has been set.
19354 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19355 target feature.
19356
19357 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
19358
19359 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19360 the testcase.
19361
19362 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
19363 set_debug_traps() and breakpoint().
19364 * gdb.c++/misc.cc (main): Ditto.
19365 * gdb.c++/templates.cc (main): Ditto.
19366 * gdb.c++/virtfunc.cc (main): Ditto.
19367
19368 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
19369
19370 * lib/gdb.exp(gdb_step_for_stub): New function.
19371 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19372 exists, reload the executable and do a "continue" instead of
19373 doing a jump.
19374 (runto_main): Use gdb_step_for_stub.
19375
19376 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
19377 tests to have unique names.
19378 * gdb.base/callfuncs.exp: Ditto.
19379 * gdb.base/commands.exp: Ditto.
19380 * gdb.base/default.exp: Ditto.
19381 * gdb.base/help.exp: Ditto.
19382 * gdb.base/list.exp: Ditto.
19383 * gdb.base/opaque.exp: Ditto.
19384 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19385 similar tests.
19386
19387 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19388 * gdb.c++/cplusfuncs.cc: Ditto.
19389 * gdb.c++/virtfunc.cc: Ditto.
19390
19391 * config/monitor.exp: Keep track of the last file we saw, rather
19392 than trying to get the info from gdb.
19393
19394 * gdb.fortran/types.exp: Move comment to previous line.
19395
19396 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
19397
19398 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
19399 target mode.
19400
19401 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
19402
19403 From Bob Manson:
19404 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
19405 string from GDB when it connects.
19406
19407 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
19408
19409 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
19410
19411 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
19412 if we can't get a debug format from GDB (we may be testing an
19413 older GDB). Use a 10 second timeout when checking for the format.
19414
19415 * gdb.stabs/weird.exp: Fix quoting.
19416
19417 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
19418
19419 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
19420
19421 * config/arm-ice.exp: New file.
19422
19423 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
19424
19425 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
19426 until it has been modified to work with the new testsuite.
19427
19428 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
19429 testcase won't compile, cause all of the testcases in the file to
19430 fail instead.
19431
19432 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
19433 (gdb_clear_suppressed): New procedure.
19434 (gdb_stop_suppressing_tests): Only clear suppress_flag if
19435 it contains a positive value.
19436
19437 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
19438
19439 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
19440
19441 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
19442
19443 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
19444
19445 * lib/gdb.exp (setup_xfail_format): New function.
19446 (get_debug_format): New function to get debug format.
19447 (debug_format): New global variable to hold last value set
19448 by get_debug_format.
19449 * gdb.base/list.exp: Call get_debug_format and expect some
19450 tests to fail for DWARF 1 and COFF formats.
19451 * gdb.c++/ptype.exp: Ditto.
19452 * gdb.c++/classes.exp: Ditto.
19453 * gdb.c++/cplusfuncs.exp: Ditto.
19454 * gdb.c++/inherit.exp: Ditto.
19455 * gdb.c++/templates.exp: Ditto.
19456 * gdb.c++/virtfunc.exp: Ditto.
19457
19458 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
19459
19460 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
19461 host doesn't have a currently-open connection.
19462
19463 * config/sparclet.exp: Cleanups and fixes to make it generic for
19464 any gdb stub target. Handle cases where gdb doesn't respond when
19465 interrupted in a sane fashion.
19466
19467 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
19468 same thing in a totally different way.
19469
19470 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
19471 setting "timeout".
19472 (gdb_start): We set the global gdb_prompt variable in
19473 default_gdb_init now.
19474
19475 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
19476
19477 * gdb.base/printcmds.exp: Fix "check for floating addition"
19478 regexp to accept results within approx +/- .01 of exact value.
19479 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19480
19481 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
19482
19483 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
19484 properly.
19485 (gdb_expect): Add optional timeout parameter, and add timeout
19486 value to various calls.
19487 (gdb_suppress_tests): Only give one warning message per group.
19488
19489 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
19490
19491 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
19492 global variables. Handle getting a value for $timeout more
19493 gracefully.
19494
19495 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19496
19497 * lib/gdb.exp: Close connection to remote host if gdb doesn't
19498 initialize.
19499 (default_gdb_init): New procedure; allow gdb_init to be overridden
19500 by a target configuration file.
19501 (gdb_expect): Pass the timeout to remote_expect.
19502
19503 * config/monitor.exp(gdb_load): Fix typo in regexp.
19504
19505 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19506
19507 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19508
19509 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19510
19511 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19512 here. Call gdb_target_exec before rebooting the target, to make
19513 sure the connection to the target is closed.
19514 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19515 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19516 Also detect "Timeout reading from remote" error.
19517
19518 * config/gdbserver.exp: Pass the executable being loaded to
19519 gdb_target_monitor. Don't call gdb_file_cmd here; let
19520 gdb_target_monitor do it.
19521
19522 * gdb.disasm/hppa.exp: Don't use exec_output.
19523
19524 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19525
19526 * gdb.base/list.exp: If we're debugging a non-native target,
19527 try to set the pc register to point to the start of the
19528 program before doing the first list command.
19529
19530 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19531 test_calls after restarting.
19532
19533 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19534 reloading.
19535
19536 * gdb.base/watchpoint.exp: Fix typo.
19537
19538 * gdb.base/setshow.exp: Check for use_gdb_stub.
19539
19540 * gdb.base/break.exp: Fix continue until exit test for the gdb
19541 stub case.
19542 * gdb.base/langs.exp: Ditto.
19543
19544 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19545 gdb_load_offset. If we weren't given a file to load, figure out
19546 what the current file is and use it.
19547
19548 * config/i386-bozo.exp: New file.
19549
19550 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19551
19552 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19553 feature.
19554
19555 * config/proelf.exp: New entry.
19556
19557 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19558
19559 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19560 of regexps.
19561
19562 * gdb.base/watchpoint.exp: Don't run the test_stepping
19563 tests if gdb can't call functions on the target.
19564
19565 * gdb.base/setshow.exp: Don't run the set prompt tests if
19566 the board has gdb_prompt set.
19567
19568 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19569
19570 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19571 * gdb.base/commands.exp: Likewise.
19572 * gdb.base/setshow.exp: Likewise.
19573
19574 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19575
19576 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19577 feature.
19578
19579 * config/i960.exp: New file.
19580
19581 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19582
19583 * gdb.base/funcargs.exp: Check for gdb,short_int target
19584 feature instead of looking for explicit target triplets.
19585
19586 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
19587
19588 * gdb.base/printcmds.exp: add a couple more tests a la
19589 "p 123DEADBEEF", to check parse_number.
19590 * top.c: change "to enable to enable" to "to enable" in a couple
19591 of help strings.
19592
19593 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19594
19595 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19596 on the mn10300.
19597
19598 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19599
19600 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19601 where the test executable is run with explicit args.
19602 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19603
19604 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19605
19606 * gdb.base/run.c: Use FAKEARGV to build test executable that
19607 does not require a command line arg, since most simulators
19608 don't currently support passing such an arg into the simulated
19609 program.
19610 * gdb.base/commands.exp: Change tests to insert the proper
19611 value as the arg to the first recursive factorial call. Change
19612 compilation line to define FAKEARGV at compile time.
19613
19614 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19615
19616 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19617 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19618 function with watchpoint enabled" test.
19619
19620 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19621
19622 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19623 Don't call gdb_test when the command doesn't return to a gdb prompt.
19624
19625 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19626 "Tests restarted" messages.
19627
19628 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19629
19630 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19631
19632 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
19633
19634 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19635 for INFO SYMBOL; add help tests for OVERLAY commands.
19636 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19637 add tests for OVERLAY commands
19638 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19639 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19640 * gdb.base/sigall.c: add usestubs code frag
19641 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19642
19643 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19644
19645 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19646 failures.
19647 (gdb_stop_suppressing_tests): Note that tests have restarted.
19648
19649 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19650
19651 * config/h8300.exp: New file.
19652
19653 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19654
19655 * gdb.base/setshow.exp: Check for the existence of a
19656 feature, not its value.
19657
19658 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19659
19660 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19661
19662 * gdb.base/scope.exp: It's now init0(), not init().
19663
19664 * gdb.base/scope0.c: For now, change init() to be init0().
19665
19666 * config/monitor.exp: Use gdb_serial in preference to serial
19667 or netport.
19668
19669 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
19670 and it's not already set.
19671
19672 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
19673
19674 * gdb.base/setshow.exp: Only test the run command if the target
19675 isn't using a stub and if it supports argument passing.
19676
19677 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
19678
19679 * config/udi.exp(gdb_start): Make sure UDICONF is set
19680 properly before starting gdb.
19681
19682 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
19683
19684 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19685 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19686 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19687
19688 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
19689
19690 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
19691 specialized code to reboot the board, use remote_reboot instead.
19692
19693 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19694
19695 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19696
19697 * config/monitor.exp: Make sure we disconnect from the target.
19698 Also, try a reboot/reload cycle instead of failing if the
19699 load fails.
19700
19701 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
19702
19703 * gdb.base/default.exp: Don't set match_max.
19704 * gdb.base/help.exp: Ditto.
19705 * gdb.base/list.exp: Ditto.
19706 * gdb.base/signals.exp: Ditto.
19707
19708 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19709 set, use remote_ld to download the testcase instead of
19710 the GDB loader.
19711
19712 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
19713
19714 * config/vr5000.exp: New file.
19715
19716 * config/monitor.exp(gdb_target_monitor): Add pattern for
19717 "Ending remote" to detect errors in connecting.
19718
19719 * gdb.base/setshow.exp: Add .* within auto language test.
19720
19721 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19722 target feature.
19723
19724 * config/monitor.exp(gdb_load): Check for a failure when loading,
19725 and reboot the board if necessary.
19726
19727 * gdb.base/setvar.exp(test_set): Handle multiple prints within
19728 a set of tests. Remove print.* from the patterns being checked.
19729
19730 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
19731
19732 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19733 refer to gdb_spawn_id.
19734
19735 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19736 longer used.
19737 * config/sparclet.exp: Ditto.
19738 * config/sparclet-old.exp: Ditto.
19739 * config/slite.exp: Ditto.
19740 * config/sim.exp: Ditto.
19741 * gdb.base/funcargs.exp: Ditto.
19742
19743 * lib/gdb.exp:Remove references to gdb_spawn_id.
19744 (gdb_expect): Move to remote.exp.
19745
19746 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
19747
19748 * config/monitor.exp: Detect the "Couldn't establish connection"
19749 message from GDB.
19750
19751 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
19752
19753 * gdb.base/bitfields.exp: Use runto instead of explicit
19754 gdb_run_cmd/gdb_expect sequences.
19755
19756 * gdb.base/break.exp(text_next_with_recursion): Add match for
19757 gdb_expect call.
19758
19759 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19760 We also need to handle the "A program is being debugged already"
19761 prompt from gdb. Use gdb_test to set the baud rate.
19762
19763 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19764 to 20000. Really. I mean it.
19765
19766 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19767
19768 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
19769 fails. If suppress_flag is set, skip perror message about not
19770 being able to send to GDB.
19771 (send_gdb): If suppress_flag is set, don't try to send commands to
19772 GDB.
19773 (gdb_expect): If suppress_flag is set, always fail immediately.
19774 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19775 (gdb_init): Call gdb_stop_suppressing_tests.
19776 (default_gdb_exit): Ditto.
19777 (default_gdb_start): Ditto.
19778
19779 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
19780 gdb_stop_suppressing_tests as appropriate.
19781 * gdb.base/break.exp: Ditto.
19782 * gdb.base/callfuncs.exp: Ditto.
19783 * gdb.base/commands.exp: Ditto.
19784 * gdb.base/exprs.exp: Ditto.
19785 * gdb.base/funcargs.exp: Ditto.
19786 * gdb.base/list.exp: Ditto.
19787 * gdb.base/recurse.exp: Ditto.
19788 * gdb.base/scope.exp: Ditto.
19789 * gdb.base/structs.exp: Ditto.
19790 * gdb.c++/inherit.exp: Ditto.
19791
19792 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
19793
19794 * config/vr4300.exp: New file.
19795
19796 * gdb.*/*.exp: Call gdb_expect instead of expect.
19797
19798 * lib/gdb.exp(gdb_expect): New function.
19799
19800 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
19801
19802 * lib/gdb.exp(gdb_init): New function.
19803
19804 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
19805 for each individual variable set.
19806
19807 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19808 name.
19809
19810 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19811
19812 * gdb.base/scope.exp: Use gdb_test.
19813
19814 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19815 aborting; the testsuite driver will do that for us (see
19816 gdb_finish). Also, use gdb_test in a few more places.
19817
19818 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
19819
19820 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19821
19822 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
19823
19824 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19825 and "add_tests" are not at the same address.
19826
19827 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
19828
19829 * gdb.base/ptype.exp: Use gdb_test.
19830
19831 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
19832
19833 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19834 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19835 left in. No longer expect them to fail.
19836
19837 * gdb.stabs/*.mt; Deleted, no longer used.
19838 * gdb.stabs/configure.in: Remove references to target makefile
19839 frags.
19840 * gdb.stabs/configure: Rebuilt.
19841
19842 * gdb.disasm/*.mt: Deleted, no longer used.
19843 * gdb.disasm/configure.in: Remove references to target makefile
19844 frags. Use "sh3.s" as the unique filename for this directory.
19845 * gdb.disasm/configure: Rebuilt.
19846
19847 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19848 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19849 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19850
19851 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
19852
19853 * config/udi.exp: Use mondfe,name instead of remote_host.
19854
19855 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
19856
19857 * gdb.base/watchpoint.exp: Don't expect a failure when calling
19858 a function with a watchpoint enabled on the mn10200.
19859
19860 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19861 before trying to create it!
19862
19863 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
19864
19865 * config/vx.exp: Use hostname instead of netport.
19866
19867 * config/vxworks.exp: New file.
19868
19869 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19870
19871 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
19872 gdb before assuming everything worked. Send a ^C if a timeout
19873 occurs.
19874
19875 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19876 $gdb_spawn_id directly.
19877 (gdb_run_cmd): Try _start as well as start. Use the target feature
19878 gdb,start_symbol as the symbol to start from when jumping.
19879
19880 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
19881
19882 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19883 redundant) test.
19884
19885 * gdb.base/recurse.exp: Relax final value test for 'b' so that
19886 it doesn't lose for 16bit integer systems.
19887
19888 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
19889
19890 * gdb.fortran/types.exp: If the target doesn't support "double"
19891 data types, then expect "real" types to only be 4 bytes.
19892
19893 * gdb.c++/virtfunc.exp: Expect failure for virtual function
19894 call tests if the target doesn't support inferior function calls.
19895
19896 * gdb.base/printcmds.exp: Allow minor deviation in FP values
19897 in printf tests.
19898
19899 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
19900
19901 * gdb.base/help.exp: Disable "help set", "help show", and
19902 "help support". Simplify regexp for "help stack".
19903
19904 * gdb.base/default.exp: Set match_max to 5000 and the timeout
19905 to 60 seconds. Temporarily set match_max to 15000 around the
19906 "info copying" test.
19907
19908 * gdb.base/nodebug.exp: Don't try to do an inferior function
19909 call if the target doesn't support them.
19910 * gdb.base/printcmds.exp: Likewise.
19911 * gdb.base/setvar.exp: Likewise.
19912 * gdb.base/structs.exp: Likewise.
19913 * gdb.c++/templates.exp: Likewise.
19914 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
19915
19916 * gdb.base/recurse.exp: Enable for the mn10200.
19917
19918 * configure.in: Do configure gdb.stabs directory for *-*-elf
19919 targets.
19920 * configure: Rebuilt.
19921
19922 * gdb.base/break.exp: Check for gdb,noresults before testing
19923 exit status and/or results from the target.
19924 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19925 * lib/gdb.exp: Remove old (now bogus) initialization of
19926 noinferior, noargs, noresults and nosignals.
19927
19928 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
19929
19930 * config/sh.exp: New file.
19931
19932 * config/slite.exp: Try to connect multiple times to the board
19933 before rebooting. Only send a "monitor run" if need_monitor_run
19934 is set.
19935
19936 * gdb.base/break.exp: Don't do the "stub continue" test if
19937 the target has gdb_stub set.
19938
19939 * gdb.base/callfuncs.exp: Increase the timeout.
19940
19941 * gdb.base/interrupt.exp: Don't even try to compile the testcase
19942 if the target has gdb,noinferiorio set.
19943
19944 * gdb.base/list.exp: Increase match_max to 10000 characters.
19945
19946 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19947
19948 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19949 target.
19950
19951 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19952
19953 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
19954
19955 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
19956 trying to delete the copy of gdb. Catch the file delete so we
19957 don't die if the delete fails; also, the file should be copied to
19958 the host, not to the build.
19959
19960 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
19961
19962 * lib/gdb.exp(gdb_test): Surround the result pattern with
19963 parenthesis in case it contains multiple regexps separated
19964 with |.
19965
19966 * gdb.base/watchpoint.exp: Use gdb_test.
19967 * gdb.base/default.exp: Ditto.
19968
19969 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
19970
19971 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
19972
19973 * gdb.base/scope.exp: Use gdb_test.
19974 * gdb.c++/classes.exp: Ditto.
19975 * gdb.c++/inherit.exp: Ditto.
19976
19977 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
19978
19979 * gdb.base/crossload.exp: Don't use execute_anywhere, use
19980 remote_exec instead.
19981 * gdb.base/corefile.exp: Don't be ridiculous.
19982 * gdb.base/*.c: Add missing stub invocations.
19983
19984 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
19985
19986 * config/slite.exp: Miscellaneous fixes.
19987
19988 * lib/gdb.exp: Fix runto.
19989
19990 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19991 the target.
19992
19993 * gdb.base/watchpoint.exp: Fix regexp.
19994
19995 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19996 close and wait commands, as the descriptor may now be
19997 invalid. Always call "remote_close host".
19998
19999 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
20000
20001 Major rewrite for testsuite revision.
20002
20003 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
20004 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
20005 instead of relying on spawn_id to always contain a valid
20006 spawn id.
20007 (get_compiler_info): New procedure to build the ${binfile}.ci
20008 file, instead of replicating this in N different places.
20009 (gdb_compile): New procedure.
20010
20011 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
20012 appropriate arguments) instead of compile. Use gdb_test in a lot
20013 more places. Use send_gdb instead of send. Always run gdb_start
20014 at the start of a testcase, as this is no longer done magically.
20015
20016 config/*-gdb.exp: Rename without the -gdb suffix.
20017
20018 config/mips.exp: Use remote_close instead of exit_remote_shell.
20019 config/monitor.exp: Use target_info instead of looking at
20020 baud, timeout, etc.
20021 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
20022
20023 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20024
20025 * gdb.c++/templates.exp (test_ptype_of_templates),
20026 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
20027 Update expect patterns for destructors and assignment operators
20028 to match corresponding c-typeprint.c changes.
20029 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
20030 to destructor breakpoint test, GDB should be able to set the
20031 destructor breakpoint without specifying arguments.
20032
20033 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
20034
20035 * gdb.threads/pthreads.exp: Change result for failure to compile due
20036 to lack of pthreads runtime support from an error to simply an
20037 unsupported test, per dejagnu standards.
20038
20039 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20040
20041 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
20042 where GDB exits to reduce pattern match time.
20043 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
20044
20045 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
20046
20047 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
20048
20049 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
20050 * gdb.base/default.exp: ditto.
20051 * gdb.base/nodebug.exp: ditto.
20052 * gdb.base/printcmds.exp: ditto.
20053 * gdb.base/ptype.exp: ditto.
20054 * gdb.base/setvar.exp: ditto.
20055 * gdb.base/structs.exp: ditto.
20056 * gdb.base/setshow.c: Guard against uninitialized values of argc.
20057
20058 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
20059
20060 * configure, */configure: Rebuild with autoconf 2.12.
20061
20062 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
20063
20064 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
20065 use new i*86-pc-linux*-gnu quads.
20066 * gdb.base/corefile.exp: Ditto.
20067 * gdb.base/signals.exp: Ditto.
20068 * gdb.base/sigall.exp: Ditto.
20069 * gdb.base/interrupt.exp: Ditto.
20070
20071 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
20072 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
20073 RedHat 4.0.
20074
20075 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
20076 linux. This allows the test case to at least compile on latest
20077 linux, but still not run due to missing the threads runtime library.
20078
20079 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20080
20081 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
20082 directory to search gdb directory. Accept and step over conditional
20083 stack alignment code. Consume $prompt in failure cases.
20084 Reset timeout to $oldtimeout instead of some arbitrary value.
20085 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
20086 timeout problems with infinite stack backtraces.
20087 * gdb.base/ptype.exp (ptype struct link, union tu_link):
20088 Accept function parameters for linkfunc member.
20089
20090 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
20091
20092 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
20093 (CXXFLAGS): Remove, unreferenced.
20094 (B_OPTIONS): Add for -B options and add code to initialize with
20095 previous -B options and also add -B option to pick up cross compiled
20096 runtime.
20097 (TARGET_INCLUDES): Add for -I options and add code to initialize when
20098 doing cross compiles.
20099 (target_alias): Declare global.
20100 (xgcc): Set variable to full path of gcc in build tree. Use findfile
20101 to verify that gcc exists in build tree, and if so set CC to that
20102 gcc and to use B_OPTIONS and TARGET_INCLUDES.
20103
20104 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
20105
20106 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
20107 ptype test for anonymous union. Fixup testcase to match
20108 current gcc debug output.
20109
20110 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
20111
20112 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
20113 force argument to an unsigned long type.
20114
20115 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
20116
20117 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
20118 tests and anonymous union print/ptype tests.
20119 * gdb.base/list.exp (test_forward-search): Increase timeout by
20120 5 minutes for the "search extremely long line" case.
20121 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
20122 completely optional and that the pass/fail messages use the command as
20123 the message if that third arg is a null string.
20124 (gdb_test_exact): Arrange that a null string pattern means match a
20125 null string output rather than any output, which might include random
20126 errors.
20127 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
20128 backtrace test.
20129 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
20130 always failing and failure is now exposed by gdb.exp changes.
20131
20132 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
20133
20134 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
20135 weren't being noted.
20136
20137 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20138
20139 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
20140 * gdb.stabs/weird.exp: Remove v_comb xfails.
20141
20142 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
20143
20144 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
20145 list.exp scope.exp watchpoint.exp]
20146 Make all timeout error msgs explicitly say "(timeout)".
20147
20148 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
20149
20150 * config/monitor.exp: Increase download timeout to 1000 seconds.
20151
20152 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
20153
20154 * config/m32r.exp: Increase timeout to 120 seconds.
20155
20156 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20157
20158 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20159 and accept older ordering as obsolescent gcc or gdb.
20160 * gdb.c++/templates.exp: Ditto.
20161 * gdb.c++/virtfunc.exp: Ditto.
20162
20163 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
20164
20165 * gdb.base/coremaker.c: Add code to mmap some data so we
20166 can check that it ends up in the core file.
20167 * gdb.base/corefile.exp: Add test to read mmapped data
20168 from core file.
20169
20170 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
20171
20172 * config/m32r.exp: New file.
20173
20174 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
20175
20176 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
20177 that cflags can contains -gstabs, and work correctly for other tests.
20178
20179 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
20180
20181 * gdb.base/setshow.exp: New file, tests show and set.
20182 * gdb.base/setshow.c: New file, tests show and set.
20183 * gdb.base/help.exp: Add test for help set|show annotate.
20184 * gdb.base/default.exp: Add test for set|show annotate.
20185
20186 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
20187
20188 * testsuite/gdb.base/break.exp: Make backtrace from factorial
20189 errors unique.
20190 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
20191 explicitly.
20192
20193 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
20194
20195 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
20196 and width commands. This is done elsewhere.
20197 * (gdb_start): Don't call gdb_start_sim here. That's already
20198 done in gdb_load. This fixes lots of failures in default.exp.
20199
20200 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
20201
20202 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
20203 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
20204 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
20205 in the same we we treat other failures (since it may be an expected
20206 condition), rather than as an error.
20207 * gdb.base/signals.exp (test_handle_all_print): Revert back to
20208 old test format.
20209
20210 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
20211
20212 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
20213 (distclean maintainer-clean realclean): No need to remove files
20214 twice. Nuke the duplicates.
20215 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
20216 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
20217 Remove config.h along with other config files.
20218
20219 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
20220
20221 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
20222 "p func1 ()" and note that rests of tests are skipped.
20223 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
20224 setup_xfails for "print func2::coremaker_local".
20225 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
20226 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
20227 affected by the previous run test.
20228 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
20229 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
20230 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
20231 "pass int powerset tuple" and "pass modeless int powerset tuple".
20232 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
20233 "real write 4" and "real write 8".
20234 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
20235 setup_xfails for "print vs1 after tuple assign 2",
20236 "print \$i after tuple assign 2", and
20237 "print vs2 after tuple assign 2".
20238 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
20239 meaningful error message and return -1 so the caller can
20240 suppress further tests and avoid a cascade of errors.
20241
20242 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
20243
20244 * gdb.base/a1-selftest.exp: Tweak tests to account for new
20245 format for printing version.
20246 * gdb.base/default.exp: Ditto.
20247 * gdb.base/interrupt.exp: Fix problem with cascade of
20248 errors if child process dies while calling a function.
20249
20250 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
20251
20252 * Makefile.in (VPATH): Add
20253 * Makefile.in (Makefile, config.status): Fix rules so things get
20254 remade when necessary.
20255
20256 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
20257
20258 * Makefile.in (just-check): Add path to sibling expect dir
20259 to environment variable specified by RPATH_ENVVAR.
20260
20261 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
20262
20263 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20264 (just-check): Add shared library paths for libstdc++, tk,
20265 tcl, bfd, and opcodes to the environment variable specified
20266 in RPATH_ENVVAR.
20267 * configure.in: Add support to recognize --enable-shared flag
20268 and generate correct value for RPATH_ENVVAR.
20269 * configure: Regenerated with autoconf.
20270
20271 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
20272
20273 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
20274 include all osf versions.
20275 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20276 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
20277 when target is linux. When failing to build pthreads test
20278 executable, give more meaningful message.
20279 * gdb.threads/pthreads.c: Hpux also uses old definition of second
20280 arg for pthread_create.
20281
20282 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
20283
20284 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
20285 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
20286 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
20287 and -lpthreads (everybody else).
20288 (test_startup): Fail gracefully if threads are not supported.
20289 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20290 "p/c array_index("abcdef",2)" when not gcc compiled.
20291 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20292 "print func2::coremaker_local" when not gcc compiled.
20293 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20294 "ptype on opaque struct tagname (statically)",
20295 "ptype on opaque struct tagname (dynamically) 1", and
20296 "ptype on opaque struct tagname (dynamically) 2"
20297 for not compiled with gcc.
20298 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20299 backtrace when compiled with gcc.
20300 * lib/gdb.exp (runto_main): Return result of "runto main" rather
20301 than always return success.
20302
20303 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
20304
20305 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20306
20307 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
20308
20309 * gdb.base/structs.exp: Undo last change.
20310
20311 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
20312
20313 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20314 encapsulate all the steps/nexts done during self test, starting
20315 at main, and makes them less sensitive to optimization issues.
20316 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20317 signal handler" test.
20318 * gdb.threads/pthreads.exp: Only run this for native configs.
20319 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20320 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20321 tests.
20322 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20323 for "runto test_calls(void)" test.
20324
20325 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
20326
20327 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20328 and don't expect address info in breakpoint confirmations.
20329
20330 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
20331
20332 * gdb.base/list.exp (test_forward_search): Increase timeout
20333 temporarily by 60 seconds for searching extremely long line,
20334 and then reset to old value when done. Increase expect input
20335 buffer to 10000.
20336
20337 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
20338
20339 * gdb.base/list.exp (test_forward_search): Fix to handle very
20340 long source line without overflowing expect's input buffer.
20341
20342 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
20343
20344 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20345 "buffer_full".
20346
20347 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20348 "buffer_full".
20349
20350 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20351 "buffer_full".
20352
20353 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20354 "buffer_full".
20355
20356 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
20357
20358 * configure.in (configdirs): Add gdb.threads.
20359 * configure: Regenerated with autoconf.
20360 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20361 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20362 * gdb.threads/configure: New, generated with autoconf.
20363
20364 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
20365
20366 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20367
20368 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
20369
20370 * gdb.base/signals.exp (test_handle_all_print): Test separately for
20371 each signal's status in the output of "handle all print".
20372 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20373 the \r\n sequence that immediately precedes the gdb prompt.
20374 * gdb.base/a1-selftest.exp: Save original timeout and restore
20375 after test.
20376
20377 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
20378
20379 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20380 symbol.
20381
20382 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
20383
20384 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20385
20386 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
20387
20388 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20389 timeout by 60 seconds.
20390
20391 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
20392
20393 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20394 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20395 error return.
20396
20397 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
20398
20399 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20400 gdb initialization, also report how long dejagnu waited. Restore
20401 old timeout before doing error return. Temporarily increase timeout
20402 by 3 minutes to allow for slow startups over heavy NFS use.
20403
20404 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
20405
20406 * lib/gdb.exp: Report timeout value for verbosity level 2.
20407 * config/gdbserver.exp: Ditto.
20408 * config/hppro.exp: Ditto.
20409 * config/mips-gdb.exp: Ditto.
20410 * config/monitor.exp: Ditto.
20411 * config/netware.exp: Ditto.
20412 * config/sim-gdb.exp: Ditto.
20413 * config/slite-gdb.exp: Ditto.
20414 * config/udi-gdb.exp: Ditto.
20415 * config/unix-gdb.exp: Ditto.
20416 * config/vx-gdb.exp: Ditto.
20417 * gdb.base/a1-selftest.exp: Ditto.
20418 * gdb.base/a2-run.exp: Ditto.
20419 * gdb.base/break.exp: Ditto.
20420 * gdb.base/corefile.exp: Ditto.
20421 * gdb.base/list.exp: Ditto.
20422 * gdb.base/recurse.exp: Ditto.
20423 * gdb.base/scope.exp: Ditto.
20424 * gdb.base/signals.exp: Ditto.
20425
20426 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20427
20428 * gdb.threads/Makefile.in (docdir): Removed.
20429
20430 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20431
20432 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
20433 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
20434 @srcdir@.
20435 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
20436 autoconf 2.5 or higher.
20437 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
20438
20439 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
20440
20441 * configure: Regenerated.
20442 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
20443 avoid name clashes with SunOS headers.
20444
20445 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
20446
20447 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
20448
20449 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
20450
20451 * gdb.base/callfuncs.exp: Finish last change -- make sure the
20452 prototype information ends up in the compiler info file.
20453
20454 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
20455
20456 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
20457 attempting to regenerate it. Eliminate use of a temporary file
20458 and just generate the info file directly. Source it immediately,
20459 for consistency of use.
20460 * gdb.base/corefile.exp: Ditto
20461 * gdb.base/exprs.exp: Ditto.
20462 * gdb.base/funcargs.exp: Ditto.
20463 * gdb.base/langs.exp: Ditto.
20464 * gdb.base/list.exp: Ditto.
20465 * gdb.base/mips_pro.exp: Ditto.
20466 * gdb.base/nodebug.exp: Ditto.
20467 * gdb.base/opaque.exp: Ditto.
20468 * gdb.base/ptype.exp: Ditto.
20469 * gdb.base/scope.exp: Ditto.
20470 * gdb.base/setvar.exp: Ditto.
20471 * gdb.base/signals.exp: Ditto.
20472 * gdb.base/whatis.exp: Ditto.
20473 * gdb.c++/templates.exp: Ditto.
20474 * gdb.c++/virtfunc.exp: Ditto.
20475 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
20476 whether or not to add -lstdc++ to the compile command line args.
20477
20478 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20479
20480 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
20481 it got fixed by the recent lookup_minimal_symbol_by_pc change.
20482 Increase timeout, a lot of single stepping might be needed if the
20483 target has no hardware watchpoints.
20484
20485 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
20486
20487 * gdb.base/break.exp: Ignore compiler warnings when compiling
20488 break.c.
20489 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20490 * gdb.base/default.exp: Add h8300 xfails. Handle messages
20491 from remote-sim.
20492 * gdb.base/exprs.exp: Add h8300 xfails.
20493 * gdb.base/funcargs.exp: Likewise.
20494 * gdb.base/nodebug.exp: Likewise.
20495 * gdb.base/printcmds.exp: Likewise.
20496 * gdb.base/ptype.exp: Likewise.
20497 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
20498 h8300 xfails.
20499 * gdb.base/return.exp: Handle float/double precision problems
20500 on the h8300.
20501 * gdb.base/funcargs.c: Explicitly make last constant argument to
20502 call_after_alloca_subr an unsigned long type.
20503 * gdb.base/return.c: Include stdio.h.
20504
20505 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20506
20507 * config/abug.exp: New file for the older Motorola Bug monitor
20508 that runs on the mvme13x series VME boards.
20509 * config/monitor.exp: Use the new config array for target settings
20510 if they exist.
20511
20512 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20513
20514 * sim-gdb.exp: Make the SH simulator allocate less space when
20515 it is targeted.
20516
20517 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20518
20519 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20520 test.
20521
20522 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20523
20524 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20525 "rs6000-*-*" for "list function in include file" when gcc compiled.
20526 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20527 for "p ctable1[120]".
20528 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20529 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20530 Remove setup_xfail for "rs6000-*-*" for
20531 "print 'scope0.c'::filelocal before run".
20532 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20533 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20534 since some compilers don't allow both options to be given
20535 on the same command line. Create object file and move it.
20536
20537 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20538
20539 * gdb.base/corefile.exp: Always regenerate the core file, since
20540 we always regenerate the coremaker program. Detect special case
20541 where registers cannot be read from core file.
20542
20543 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20544
20545 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20546 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20547 * gdb.c++/templates.exp: Only match on basename of file since
20548 some formats like xcoff don't encode directory information.
20549 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20550 and rs6000 AIX xcoff targets.
20551 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20552 * configure: Regenerate.
20553 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20554 here, rather than in distclean.
20555
20556 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20557
20558 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20559 defined, and use it to compile the test case with -O2. The
20560 native compilation still uses no optimization.
20561 * gdb.base/mips_pro.c: Remove inline assembly code since
20562 it is compiled PIC by default, which results in assembler
20563 warnings that make the testsuite think the compilation
20564 was unsuccessful.
20565
20566 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20567
20568 * gdb.c++/misc.exp: Add note to message for
20569 "print s.a for foo struct" that this is a known gcc 2.7.2
20570 and earlier bug.
20571
20572 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20573
20574 * gdb.base/break.exp: Fix pattern for matching "Delete all
20575 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20576 setup_xfail for deleting all breakpoints test. Fix various
20577 timeout messages to include "(timeout)".
20578 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20579 for "p t_float_values2(3.14159,float_val2)".
20580 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20581 for "continue to call2g" when gcc compiled.
20582 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20583 "up to foo in langs.exp", "show language at foo in langs.exp",
20584 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20585 and "show language at fsub in langs.exp".
20586 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20587 "list line 1 in include file", "list message for lines past EOF",
20588 "list function in include file", "list list0.h:foo", and
20589 "list filename:function; nonexistant function".
20590 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20591 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20592 and "ptype t_char_array" to be for native cc only.
20593
20594 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20595
20596 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20597 setup_xfail for "print coremaker_bss", "print coremaker_ro",
20598 "print func2::coremaker_local", and "backtrace in corefile.exp".
20599
20600 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20601
20602 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20603 "bt in signals.exp". This problem only appears when running
20604 the testsuite, and then only intermittently.
20605
20606 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20607
20608 * gdb.base/return.exp (return_tests): Differentiate between
20609 two tests of continuing.
20610
20611 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20612
20613 * */Makefile.in (maintainer-clean): Remove config.log.
20614 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20615 * gdb.c++/Makefile.in (PROGS): Add inherit.
20616 (clean): Remove *.ci.
20617
20618 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20619
20620 * gdb.c++/misc.cc: Add test code from Mike Stump.
20621 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20622
20623 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20624
20625 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20626 to "alpha-*-osf2*" and add comment.
20627 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20628 setup_xfail for "step over execarg initialization" and
20629 "step over corearg initialization".
20630 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20631 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20632 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20633 gcc compiled for "print coremaker_bss", "print coremaker_ro",
20634 "print func2::coremaker_local", and "backtrace in corefile.exp".
20635 * gdb.base/signals.exp: Build and source signals.ci.
20636 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20637 to be for gcc only.
20638 * lib/gdb.exp: Move verbose statements outside conditionals.
20639
20640 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20641
20642 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20643 Feb 3 procfs.c change.
20644
20645 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20646
20647 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20648
20649 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20650
20651 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20652 from dejagnu's apparent default of 10 seconds, which gives random
20653 results when running the tests over NFS on moderately loaded systems.
20654 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20655
20656 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20657
20658 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20659 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20660 result reports.
20661
20662 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
20663
20664 * configure.in (CY_AC_PATH_TCLH): Remove.
20665 * configure: Regenerate.
20666
20667 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
20668
20669 * gdb.c++/Makefile.in (clean): Add missing '{'.
20670
20671 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
20672
20673 * lib/gdb.exp: Provide a default value for noinferior.
20674
20675 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20676 Load libgloss.exp.
20677
20678 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
20679
20680 * gdb.disasm/hppa.exp: Compile directly into an executable, use
20681 the executable, not the .o to run the tests from.
20682
20683 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
20684
20685 * gdb.base/break.exp: Don't test for program exit or exit status
20686 if $noresults if nonzero.
20687 * gdb.base/langs.exp: Likewise.
20688 * gdb.base/watchpoint.exp: Likewise.
20689
20690 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20691 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20692 trying to compile the testcase.
20693
20694 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
20695
20696 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20697 * gdb.base/signals.exp (continue to handler): Likewise.
20698
20699 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
20700
20701 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
20702
20703 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
20704
20705 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
20706
20707 * gdb.base/corefile.exp: Recognize "not found" as failure
20708 when trying to determine if a core file was generated.
20709 If no core file was generate the first time, try again without
20710 the ulimit -c to work around braindamaged shells.
20711
20712 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
20713
20714 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20715 [] tests with "test" and enclose string in quotes.
20716 * gdb.stabs/configure: Rebuild
20717
20718 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
20719
20720 Changes in sync with expect:
20721 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20722 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20723 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20724 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
20725 argument to AC_REQUIRE.
20726 * configure: Regenerated.
20727
20728 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
20729
20730 * gdb.base/corefile.exp: When generating a core, discard any
20731 error messages about ulimit not found and the "core dumped"
20732 message from the shell that runs the coredumper.
20733
20734 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
20735
20736 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20737
20738 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20739 which sed script to run. Expect failure for v_comb test
20740 on PA targets too.
20741
20742 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
20743
20744 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
20745 "print func2::coremaker_local" and for "backtrace in corefile.exp"
20746
20747 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
20748
20749 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20750 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
20751 "sparc-sun-solaris*" xfails for "p v_comb".
20752 * lib/gdb.exp (default_gdb_start): Fix typo.
20753 * gdb.base/corefile.exp: Allow "Core was generated by ..."
20754 messages to not include the full program name that caused
20755 the core dump since some systems (such as solaris) apparently
20756 truncate this path to about 80 characters.
20757 When generating a core file first try increasing the core file
20758 size limit to unlimited since some systems may default it to
20759 zero, and it is harmless to try it. Move the test for failing
20760 to generate a core file to where it will actually get executed.
20761 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20762 new gdb result from g++ debug info improvements and make old
20763 pattern obsolescent. Also account for size_t differences
20764 (may be int or long).
20765 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20766 initialization before function call is placed in the delay slot
20767 and thus appears to be skipped over by commands such as "next".
20768
20769 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
20770
20771 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20772
20773 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
20774
20775 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20776 input source file; fix code to compile test to deal with this
20777 convention.
20778 * gdb.c++/*.exp: Likewise.
20779
20780 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
20781
20782 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20783 "bt in signals.exp".
20784
20785 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
20786
20787 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20788 "step over execarg initialization" and
20789 "step over corearg initialization".
20790
20791 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
20792
20793 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20794 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
20795
20796 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
20797
20798 From Rob Savoye (rob@poseidon.cygnus.com)
20799 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20800 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
20801 configure.in}, gdb.disasm/{Makefile.in, configure.in},
20802 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20803 configure.in}: Major reworking for autoconfig.
20804 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20805 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
20806 New files.
20807 * config/unix-gdb.exp: Make GDB global.
20808 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
20809 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20810 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20811 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20812 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20813 term.exp, twice.exp, watchpoint.exp, whatis.exp},
20814 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
20815 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20816 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20817 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20818 pr-8136.exp, result.exp, string.exp, tuples.exp},
20819 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
20820 to returns as necessary, arrange for test to compile own testcase
20821 executable.
20822 * lib/gdb.exp: Changes for testsuite to compile own test cases.
20823
20824 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
20825
20826 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
20827 clear_xfail at end of test which might not call either pass or fail.
20828 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20829 "backtrace through signal handler".
20830
20831 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20832
20833 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
20834 continuing from a job control stop signal.
20835 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
20836
20837 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
20838
20839 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20840 * gdb.base/corefile.exp: Likewise.
20841 * gdb.base/funcargs.exp: Likewise.
20842
20843 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
20844
20845 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
20846 * config/monitor.exp: Add support for setting baud rate.
20847
20848 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
20849
20850 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20851 i*86-*-linux* xfails for "backtrace through signal handler".
20852 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20853 "print func2::coremaker_local".
20854 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
20855 alpha-dec-osf2* xfail for
20856 "delete all breakpoints when none".
20857
20858 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
20859
20860 * gdb.base/break.exp: Change test that deletes all breakpoints
20861 when no user breakpoints are installed. A post 4.15 change
20862 causes gdb to no longer prompt in this case.
20863
20864 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
20865
20866 * gdb.base/return.exp (return_tests): Change xfail for test
20867 "correct value returned double test" to stop xfailing at
20868 Solaris 2.5. Apparently the bug has been fixed.
20869
20870 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
20871
20872 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20873 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20874
20875 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
20876
20877 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20878 * gdb.disasm/hppa.s: Corresponding changes.
20879
20880 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
20881
20882 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20883 makefile fragment.
20884 * config/mt-hpux: Deleted.
20885
20886 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
20887
20888 * Many files: When warning about suppressed tests due to a
20889 nonexistant test binary, avoid incrementing the warning count.
20890
20891 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
20892
20893 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
20894
20895 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20896
20897 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
20898 "sparc-*-solaris2*".
20899
20900 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20901
20902 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
20903 Add global and local variables and initialize them.
20904 * gdb.base/corefile.exp: Test correct mapping of corefile sections
20905 by printing variables. Remove rs6000 and powerpc xfails, BFD now
20906 extracts the file name and terminating signal from the core file.
20907 * TODO: Remove note about tests for correct mapping of corefile.
20908 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
20909 from optimizing it away.
20910 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
20911 handles common blocks.
20912
20913 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
20914
20915 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20916 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20917
20918 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
20919
20920 * Makefile.in (maintainer-clean): New target, synonym for
20921 realclean.
20922 * gdb.base/Makefile.in (maintainer-clean): Likewise.
20923 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20924 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20925 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20926 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20927 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20928
20929 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
20930
20931 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
20932 xfails when not gcc compiled for "print foo::funclocal".
20933 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20934 "print foo::funclocal at foo",
20935 "print 'scope1.c'::foo::funclocal at foo",
20936 "print foo::funclocal_bss at foo",
20937 "print 'scope1.c'::foo::funclocal_bss at foo",
20938 "print foo::funclocal_ro at foo",
20939 "print 'scope1.c'::foo::funclocal_ro at foo",
20940 "print bar::funclocal at foo" and
20941 "print 'scope1.c'::bar::funclocal at foo".
20942 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
20943 gcc compiled for "print foo::funclocal at bar".
20944 Expand all messages to ensure that they identify that
20945 the test is at bar().
20946 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20947 gcc compiled for:
20948 "ptype on opaque struct pointer (statically)",
20949 "ptype on opaque struct tagname (statically)",
20950 "ptype on opaque struct pointer (dynamically) 1",
20951 "ptype on opaque struct tagname (dynamically) 1",
20952 "ptype on opaque struct pointer (dynamically) 2" and
20953 "ptype on opaque struct tagname (dynamically) 2
20954 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20955 gcc compiled for:
20956 "p datalocal"
20957 "whatis datalocal",
20958 "ptype datalocal",
20959 "p bsslocal",
20960 "whatis bsslocal", and
20961 "ptype bsslocal".
20962 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20963 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20964 when not gcc compiled.
20965 * gdb.base/funcargs.exp (float_and_integral_args): Add
20966 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20967 compiled.
20968 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
20969 "backtrace from call6a" when not gcc compiled.
20970 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20971 "backtrace from call7a" when not gcc compiled.
20972 * gdb.base/callfuncs.exp (do_function_calls):
20973 Add "hppa*-*-hpux*" xfail when not gcc compiled for
20974 "p t_char_array_values(char_array_val2,char_array_val1)",
20975 "p t_char_array_values(char_array_val1,char_array_val2)",
20976 "p t_char_array_values("carray 1","carray 2")",
20977 "p t_char_array_values("carray 1",char_array_val2)",
20978 "p t_char_array_values(char_array_val1,"carray 2")",
20979 "p sum_args(1,{2})",
20980 "p sum_args(2,{2,3})",
20981 "p sum_args(3,{2,3,4})",
20982 "p sum_args(4,{2,3,4,5})"
20983 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20984 "backtrace in corefile.exp" when not gcc compiled.
20985
20986 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20987
20988 * gdb.base/signals.exp: Rewrite `handle all print' test as
20989 a procedure. Accept blanks or TABs as whitespace, increase
20990 timeout and expect input buffer size for the large output
20991 from the command. Remove "i*86-*-bsdi2.0" xfail.
20992
20993 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20994
20995 * gdb.base/setvar.exp: Add new testcases for truncation when
20996 assigning invalid values to bitfields.
20997
20998 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20999
21000 * gdb.base/callfuncs.exp (do_function_calls): Remove
21001 mips-sgi-irix* xfail for
21002 "call inferior func with struct - returns char *"
21003 and fix test so that an optional (unsigned char *) cast is
21004 accepted in the result.
21005
21006 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
21007
21008 * gdb.base/funcargs.exp (float_and_integral_args): Remove
21009 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21010 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
21011 * gdb.base/signals.exp: Remove duplicate "handle all print" test
21012 that accidentally got checked in.
21013
21014 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
21015
21016 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
21017 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
21018 compiled test.
21019 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
21020 Add mips-sgi-irix5* xfail for not gcc compiled.
21021 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
21022 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
21023 "p top", "whatis top", "p middle", and "whatis middle".
21024 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
21025 "whatis signed char" for not gcc compiled.
21026 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
21027 "set variable signed char=-1 (-1)" and
21028 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
21029 * gdb.base/funcargs.exp (float_and_integral_args):
21030 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
21031 Add mips-sgi-irix* xfail when not gcc compiled for
21032 "continue to call2b".
21033 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
21034 "continue to call2g".
21035 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
21036 "backtrace from call6a"
21037 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
21038 "backtrace from call7k".
21039 Add mips-sgi-irix5* xfail when not gcc compiled for
21040 "backtrace from call7a".
21041 (localvars_after_alloca): Fix gdb_test cmds for
21042 "print * after runto ...".
21043 Remove rs6000-*-* xfails for
21044 "print i after runto localvars_after_alloca" and
21045 "print l after runto localvars_after_alloca"
21046 for all compilers.
21047 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
21048 when not compiled with gcc, for:
21049 "print signed char == (minus)",
21050 "print signed char != (minus)",
21051 "print signed char < (minus)",
21052 "print signed char > (minus)".
21053 * gdb.base/callfuncs.exp (do_function_calls):
21054 Add mips-sgi-irix* xfail, when compiled with native compiler, for
21055 "call inferior func with struct - returns char *".
21056 * gdb.base/return.exp (return_tests): Change xfail for
21057 "correct value returned double test" to include Solaris 2.4.
21058 * gdb.base/funcargs.exp (float_and_integral_args):
21059 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21060
21061 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21062
21063 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
21064 enumeration bitfields if compiling with GNU C.
21065 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
21066 to empty' prompt.
21067
21068 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
21069
21070 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
21071 test for PRO targets.
21072
21073 * gdb.base/funcargs.exp: Avoid ever setting more than 8
21074 breakpoints in the inferior at any given time by making
21075 two groups of breakpoints for call2*, call6* and call7*
21076 tests.
21077
21078 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21079
21080 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
21081 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
21082 from optimizing it away.
21083 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
21084 "call inferior func with struct".
21085
21086 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
21087
21088 * configure.in: Only configure gdb.chill for particular targets.
21089
21090 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
21091
21092 * gdb.base/Makefile.in: Add action to .c.o transformation
21093 rule that generates a .ci file for each .o file and remove
21094 explicit .c.o rules except for callfuncs.o.
21095 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
21096 generates a .ci file for each .o file and remove explicit
21097 .cc.o rules.
21098 (clean): Remove *.tmp *.ci files.
21099 (EXECUTABLES): Remove templ-info.exp.
21100 * gdb.base/compiler.c: New file.
21101 * gdb.c++/compiler.cc: New file
21102 * gdb.base/scope.exp: Source gdb.base/scope.ci.
21103 Change rs6000-*-* xfail for
21104 "print 'scope0.c'::filelocal_ro" and
21105 "print 'scope1.c'::filelocal" and
21106 "print 'scope1.c'::filelocal_bss" and
21107 "print 'scope1.c'::filelocal_ro" and
21108 "print 'scope1.c'::foo::funclocal" and
21109 "print 'scope1.c'::foo::funclocal_ro" and
21110 "print 'scope1.c'::bar::funclocal" and
21111 "print 'scope0.c'::filelocal_ro" and
21112 "print 'scope1.c'::filelocal at foo" and
21113 "print 'scope1.c'::filelocal_bss at foo" and
21114 "print 'scope1.c'::filelocal_ro at foo" and
21115 "print 'scope1.c'::foo::funclocal at foo" and
21116 "print 'scope1.c'::foo::funclocal_bss at foo" and
21117 "print 'scope1.c'::foo::funclocal_ro at foo" and
21118 "print 'scope1.c'::bar::funclocal at foo" and
21119 "print 'scope0.c'::filelocal_ro" and
21120 "print 'scope1.c'::filelocal" and
21121 "print 'scope1.c'::filelocal_bss" and
21122 "print 'scope1.c'::filelocal_ro" and
21123 "print 'scope1.c'::foo::funclocal" and
21124 "print 'scope1.c'::foo::funclocal_bss" and
21125 "print 'scope1.c'::foo::funclocal_ro" and
21126 "print 'scope1.c'::bar::funclocal" and
21127 "print 'scope1.c'::bar::funclocal_bss"
21128 to only be xfail'd when not compiled with gcc.
21129 Add rs6000-*-* xfail for
21130 "print 'scope0.c'::filelocal_bss before run"
21131 when compiled with gcc.
21132 (test_at_main): Add rs6000-*-* xfail for
21133 "print filelocal_ro in test_at_main"
21134 when compiled with gcc.
21135 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
21136 Add rs6000-*-aix* xfail for
21137 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
21138 "ptype t_char_array", not compiled with gcc.
21139 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
21140 xfail for "list foo (in include file)" when gcc compiled.
21141 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
21142 (integral_args): Add rs6000-*-* xfail for
21143 "run to call0a" if not compiled with gcc.
21144 (unsigned_integral_args): Add rs6000-*-* xfail for
21145 "run to call1a" if not compiled with gcc.
21146 (float_and_integral_args): Add rs6000-*-* xfail for
21147 "run to call2a" if not compiled with gcc and for
21148 "continue to call2b" for any compiler.
21149 Add rs6000-*-* xfail to
21150 "print f1 after run to call2a" for gcc compiled.
21151 (discard_and_shuffle): Add rs6000-*-* xfail for
21152 "run to call6a".
21153 (shuffle_round_robin): Add rs6000-*-* xfail for
21154 "backtrace from call7a" if not compiled with gcc.
21155 Add rs6000-*-* xfail for
21156 "backtrace from call7b" if compiled with gcc.
21157 (call_after_alloca): Add rs6000-*-* xfail for
21158 "print c in call_after_alloca" and
21159 "print s in call_after_alloca" and
21160 "backtrace from call_after_alloca_subr"
21161 if not compiled with gcc.
21162 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21163 "print c in localvars_in_indirect_call" and
21164 "print c in localvars_in_indirect_call" and
21165 "backtrace in indirectly called function" and
21166 "stepping into indirectly called function"
21167 if not compiled with gcc.
21168 (localvars_after_alloca): Add rs6000-*-* xfail for
21169 "print c after runto localvars_after_alloca" and
21170 "print s after runto localvars_after_alloca" and
21171 "print i after runto localvars_after_alloca" and
21172 "print l after runto localvars_after_alloca"
21173 for all compilers.
21174 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
21175 than whatis-info.exp.
21176 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
21177 than opaque-info.exp.
21178 Setup rs6000-*-* xfail for
21179 "ptype on opaque struct pointer (statically)" and
21180 "ptype on opaque struct pointer (dynamically)" when
21181 not compiled with gcc.
21182 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
21183 rather than callf-info.exp.
21184 (do_function_calls): Add clear_xfail for rs6000-*-* for
21185 "p t_float_values2(3.14159,float_val2)". Seems to work
21186 fine there, both with xlc and gcc. Need to find out what
21187 it is doing right and fix other platforms.
21188 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
21189 "call inferior func with struct - returns int",
21190 "call inferior func with struct - returns long",
21191 "call inferior func with struct - returns float",
21192 "call inferior func with struct - returns double",
21193 "call inferior func with struct - returns char *",
21194 but only if not gcc compiled (presumes xlc compiled).
21195 Change rs6000-*-* xfails for
21196 "call inferior func with struct - returns char" and
21197 " call inferior func with struct - returns short" to only
21198 xfail if not using gcc.
21199 (clean mostlyclean): Remove *.ci and *.tmp files.
21200 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
21201 than templ-info.exp.
21202 * gdb.base/langs.exp: Source gdb.base/langs.ci.
21203 Add rs6000-*-* xfail for "up to foo in langs.exp"
21204 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
21205 when not gcc compiled.
21206
21207 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21208
21209 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
21210 * gdb.base/corefile.exp: Likewise.
21211 * gdb.base/list.exp: Likewise.
21212 * gdb.base/scope.exp: Likewise.
21213 * gdb.base/siganls.exp: Likewise.
21214
21215 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
21216 compiler output.
21217 * gdb.base/whatis.exp: Likewise.
21218
21219 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
21220
21221 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
21222 failure (opcode table has been fixed to match reality).
21223
21224 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
21225
21226 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
21227 "call inferior func with struct - returns char",
21228 "call inferior func with struct - returns short"
21229
21230 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
21231 "print 'scope0.c'::filelocal at main",
21232 "print 'scope0.c'::filelocal_bss in test_at_main",
21233 "print 'scope0.c'::filelocal at foo",
21234 "print 'scope0.c'::filelocal_bss in test_at_foo",
21235 "print 'scope0.c'::filelocal at bar",
21236 "print 'scope0.c'::filelocal_bss in test_at_bar"
21237
21238 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
21239 in source file 1". This bug seems to have been fixed with both
21240 gcc and native cc (was native assembler bug?).
21241
21242 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
21243
21244 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
21245 "backtrace through signal handler" to "i*86-*-sysv4*".
21246 * gdb.base/signals.exp: Add xfail for "'next' behaved as
21247 continue" case. Add "known SVR4 bug" to fail message.
21248 Add "i*86-*-bsdi2.0" xfail for "handle all print".
21249 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
21250 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
21251 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
21252 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
21253 "up to foo in langs.exp", "show language at foo in
21254 langs.exp", "up to cppsub_ in langs.exp", "show
21255 language at cppsub_ in langs.exp", "up to fsub in
21256 langs.exp", and "show language at fsub in langs.exp".
21257 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
21258 "bactrace in corefile.exp".
21259 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21260 "call inferior function with struct - returns float" and
21261 "call inferior function with struct - returns double".
21262
21263 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
21264
21265 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21266 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21267 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21268 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21269
21270 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
21271
21272 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21273 (or overriden) "CHILL" macro rather then bare "gcc".
21274 Also look for ../../gcc/xgcc since that is what we will
21275 actually need, not "Makefile". Remove following assignment
21276 of CHILL to CHILL_FOR_TARGET because that results in
21277 recursive definition.
21278
21279 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
21280
21281 * gdb.base/corefile.exp: Change xfail for backtrace in
21282 corefile.exp from linuxaout to all linux.
21283 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
21284 cases where we miss the breakpoint at the signal handler
21285 for some reason. Setup xfail for linuxoldld/linuxaout and
21286 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
21287 hitting SIGURG breakpoint.
21288 * gdb.base/signals.exp: Setup xfail for "next" acting like
21289 continue to add linuxoldld. Setup xfail for all linux for
21290 "next to handler in signals_tests_1", "backtrace in
21291 signals_tests_1", "continue to func1", "pass SIGUSR1",
21292 and continue to handler".
21293
21294 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
21295
21296 * Update all FSF addresses except those in COPYING* files.
21297
21298 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
21299
21300 * gdb.base/a2-run.exp: Change messages to be more explicit about
21301 the status of args, and quote binfile in results.
21302
21303 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
21304
21305 * gdb.base/callfuncs.exp: Add tests for passing structs to
21306 inferior functions and return various types.
21307 * gdb.base/callfuncs.c: Add functions to receive a struct
21308 and return a member of the struct, in various types.
21309
21310 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21311
21312 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21313
21314 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21315
21316 * config/vxworks29k.exp: New file, sources vxworks.exp.
21317
21318 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21319
21320 * config/gdbremote.exp: New file. Testing framework using
21321 gdbserver.
21322
21323 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
21324
21325 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21326 "call function when asleep" and "send end of file".
21327 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21328 for "backtrace in corefile.exp".
21329 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21330 for "backtrace through signal handler".
21331 * gdb.base/corefile.exp: Make sure we actually generate a core file
21332 before trying the core tests. Some systems allow the user to suppress
21333 generation of core files and default to that (linux for example).
21334 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21335 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
21336
21337 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21338
21339 * gdb.threads: New directory with some crude multi-threaded
21340 gdb tests (step.exp and step2.exp).
21341 * config/mt-lynx (STEP_EXECUTABLE): Define.
21342 (THREADFLAGS): Define.
21343
21344 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
21345
21346 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21347
21348 * gdb.base/signals.exp: Disable whole file for lynx until
21349 further notice.
21350
21351 * gdb.base/signals.exp: xfail test where "next" acts like
21352 "continue" for lynx.
21353
21354 * gdb.base/interrupt.exp: xfail test for calling function while
21355 inferior is asleep for lynx.
21356
21357 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21358 than one cr-lf after each command.
21359
21360 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21361
21362 * configure.in: Reinstate setting of stabsdirs variable, fix
21363 typo in setting up configdirs for native builds.
21364
21365 * gdb.base/return.exp: Fix typo in return double test.
21366 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
21367 compiler from optimizing them away.
21368
21369 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
21370
21371 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21372 sequences to be echo'd by gdb when using gdb_test.
21373 * gdb.chill/chexp.exp: Likewise.
21374 * gdb.fortran/exprs.exp: Likewise
21375
21376 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21377
21378 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21379 after the inferior gdb has started.
21380
21381 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21382 after each command.
21383 * gdb.base/funcargs.exp: Likewise.
21384 * gdb.base/gdbvars.exp: Likewise.
21385 * gdb.base/interrupt.exp: Likewise.
21386 * gdb.base/list.exp: Likewise.
21387 * gdb.base/watchpoint.exp: Likewise.
21388 * gdb.c++/demangle.exp: Likewise.
21389 * gdb.c++/inherit.exp: Likewise.
21390 * gdb.chill/chexp.exp: Likewise.
21391 * gdb.fortran/exprs.exp: Likewise.
21392
21393 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21394 test if we can't handle IO to/from the inferior.
21395
21396 * gdb.c++/misc.exp: Always check for a program already being
21397 started after sending a "run" command to gdb.
21398
21399 * gdb.base/twice.exp: Start with a fresh gdb.
21400
21401 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21402 only depend on gdb's expression code, not the chill runtime.
21403
21404 * gdb.base/return.c: Put return values into variables so we
21405 can have gdb print them rather than depending on the program
21406 to print them.
21407 * gdb.base/return.exp: Corresponding changes.
21408
21409 * lib/gdb.exp: Provide default value for noinferiorio.
21410 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
21411 the inferior.
21412
21413 * gdb.base/break.exp: Always check for a program already being
21414 started after sending a "run" command to gdb.
21415 (text_next_with_recursion): Don't check the output from the
21416 program's printf statement. Instead just make sure the program
21417 exited.
21418
21419 * gdb.base/commands.exp: Protect tests which need arguments with
21420 $noargs conditionals.
21421
21422 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21423
21424 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
21425 of structure member arrays to match gdb/valops.c:value_addr change.
21426
21427 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
21428
21429 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
21430 cases.
21431
21432 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
21433
21434 * configure.in (configdirs): Remove gdb.chill from default list
21435 of subdirs and then add it back in only if doing a native build.
21436 The current chill compiler does not yet work in any cross build.
21437 * Revert all signal changes from Jul 6.
21438 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
21439 for sh-hms targets, allowing these tests to link, with no other
21440 changes. Testing is suppressed by setting "nosignals" in site.exp.
21441
21442 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
21443
21444 * configure.in (signaldirs): Define and add to configdirs for all
21445 targets except some specific ones that are known to not support signals.
21446 Also clean up formatting.
21447 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
21448 (signals, sigall): Remove rules to build.
21449 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
21450 Moved to new gdb.signals directory.
21451 * gdb.signals: New test directory.
21452 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
21453 signals.c signals.exp}: New or moved files.
21454
21455 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
21456
21457 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
21458
21459 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
21460
21461 * gdb.base/return.exp: Xfail `return double' test failure
21462 on at least Solaris 2.3 and handle future/past versions on
21463 a case by case basis as appropriate. Also update message
21464 to include i*86 failures.
21465
21466 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21467
21468 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
21469
21470 * lib/gdb.exp: Fix comment which erroneously identified
21471 gdb_file_cmd as gdb_load (the 19 May change was in fact to
21472 gdb_file_cmd not gdb_load).
21473 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21474
21475 * gdb.base/setvar.exp: Make test names consistent between pass and
21476 fail cases. Use gdb_test more.
21477
21478 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21479
21480 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21481
21482 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21483
21484 * gdb.base/help.exp: Fix expected help string for `show commands'.
21485
21486 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
21487
21488 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21489
21490 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21491 of a text section.
21492
21493 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
21494
21495 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
21496 that loop eventually terminates. Fix Connection refused logic so
21497 that testsuite will expire nicely.
21498
21499 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
21500
21501 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21502 config/rom68k.exp: New tcl glue for the appropriate monitors.
21503 These all just end up calling monitor.exp.
21504 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21505 refused' by retrying. Cleanup some timeout issues.
21506 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21507 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21508 callers don't have to set/restore global timeout variable.
21509
21510 * The following set of changes centralizes management of the global
21511 timeout variable. This way, it can be set in one target dependent
21512 place instead of dozens of places scattered throughout the test suite.
21513 If you need to lengthen a timeout, then you should either set timeout
21514 in one of the config/{target}.exp files, or multiply it by a factor.
21515 Setting it to an absolute value is always going to lose for some
21516 targets.
21517 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21518 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21519 * gdb.base/funcargs.exp: Don't set timeout.
21520 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21521 * gdb.base/printcmds.exp (test_print_string_constants
21522 test_print_array_constants): Don't set timeout.
21523 * gdb.base/ptype.exp: Don't set timeout.
21524 * gdb.base/recurse.exp: Don't set timeout.
21525 * gdb.base/return.exp: Don't set timeout.
21526 * gdb.base/watchpoint.exp: Don't set timeout.
21527 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21528 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21529
21530 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21531
21532 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21533
21534 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21535
21536 * lib/gdb.exp: Disable chill tests for irix5.
21537
21538 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21539
21540 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21541 each test pass or fail.
21542
21543 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21544
21545 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21546 xlc not gcc.
21547
21548 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21549
21550 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21551
21552 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21553
21554 * config/est.exp: Fix copyright and comments. Remove dead code.
21555 Use targetname, serialport and baud variables instead of fixed
21556 constants.
21557 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21558 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21559
21560 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21561
21562 * gdb.base/watchpoint.exp: Don't run
21563 test_watchpoint_triggered_in_syscall for sunos.
21564
21565 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21566
21567 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21568 they don't seem to exist. Do include stdio.h.
21569
21570 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21571
21572 * gdb.base/a1-selftest.exp: Add alpha xfail.
21573
21574 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21575
21576 * gdb.base/watchpoint.c (main): Prompt before calling read().
21577 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21578 Revise accordingly. Remove cruft about sending "123" several
21579 times, until it gets noticed. Clean up the "print buf[0]" stuff
21580 so that it passes or fails, and waits for prompts in the usual way.
21581
21582 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21583
21584 * gdb.base/recurse.exp: Fix comment.
21585
21586 * TODO: Remove item about printing variables in nodebug.exp. Add
21587 item about enabling tests which are only run on some targets.
21588
21589 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21590 fail, make test names unique, use new gdb_test convention
21591 regarding pattern, use gdb_test more, etc.).
21592
21593 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21594 fail, make test names unique, etc.).
21595
21596 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21597
21598 * gdb.base/nodebug.c: Change return type of top and middle to
21599 short.
21600 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21601 are fixed by the recent mdebugread.c changes. Allow `short ()'
21602 as type for top and middle.
21603
21604 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21605
21606 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21607 nearly as I can tell, the whole thing was an accident in Stu's
21608 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21609 to replace a send/expect pair with gdb_test, but ended up only
21610 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21611 of 30 Mar 1995 took care of it, but left this vestigial comment
21612 which I am now nuking.
21613
21614 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21615
21616 * gdb.base/break.exp: Look for different line number for
21617 breakpoint at main depending on usestubs.
21618
21619 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21620
21621 * gdb.base/list.exp: Adjust some alternate expect patterns to
21622 match recent list0.c change. Add alternate expect pattern for
21623 output from `list default lines around main' for optimizing
21624 compilers.
21625
21626 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21627
21628 * lib/gdb.exp: If nosignals is not set, set it to 0.
21629
21630 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21631
21632 * config/slite-gdb.exp: Responds to load symbol table prompt.
21633 * gdb.base/break.exp: Adjust line number, fix rerun.
21634 * gdb.base/langs0.c: Add #ifdef usestubs.
21635
21636 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21637
21638 * gdb.base/list.exp: Adjust line contents after adding new lines in
21639 list0.c. Also fix a syntax error.
21640
21641 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21642 * gdb.base/break.exp: ditto.
21643 * gdb.base/list.exp: ditto.
21644 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21645 * gdb.base/run.c: ditto.
21646 * gdb.base/list0.c: ditto.
21647 * gdb.base/funcargs.c: ditto.
21648
21649 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21650
21651 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21652 $targetname, $serialport and $baud instead of hardwired variables.
21653 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21654 target doesn't support signals.
21655
21656 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21657
21658 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21659
21660 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21661
21662 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
21663 Don't rely on the value of an auto variable before it has been
21664 initialized. Use gdb_test more.
21665
21666 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21667
21668 * lib/gdb.exp (default_gdb_version): A version number must start
21669 with a digit, but other than that contains all characters up to
21670 the first whitespace character.
21671
21672 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21673
21674 * gdb.base/commands.exp (breakpoint_command_test): New tests.
21675
21676 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21677
21678 * gdb.c++/*.exp: Warn if executable does not exist. The original
21679 reason for skipping the warning was that configure.in sometimes
21680 intentionally skipped building the executables but the tcl code
21681 had no way of knowing. That (a) was always bogus with respect to
21682 error handling, (b) is no longer true (right now there is no way
21683 to skip C++ tests).
21684
21685 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21686
21687 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21688
21689 * gdb.base/list.exp: Add expect patterns for output from
21690 SunPRO compiled executables.
21691 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
21692 types.
21693
21694 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21695
21696 * gdb.base/break.exp (test_next_with_recursion): Accept any line
21697 number (we are already testing that the correct source line text
21698 gets printed).
21699
21700 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
21701 that is what is intended, but something needed to be done to get
21702 sunos4 native working again.
21703
21704 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21705
21706 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21707 apparently went with a (very) old xfail.
21708
21709 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
21710
21711 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21712 runto_main is a proc in gdb.exp that will do 'step' for target use
21713 stubs.
21714 * gdb.base/exprs.exp: ditto.
21715 * gdb.base/interrupt.exp: ditto.
21716 * gdb.base/opaque.exp: ditto.
21717 * gdb.base/printcmds.exp: ditto.
21718 * gdb.base/ptype.exp: ditto.
21719 * gdb.base/scope.exp: ditto.
21720 * gdb.base/setvar.exp: ditto.
21721 * gdb.base/signals.exp: ditto.
21722 * gdb.base/twice.exp: ditto.
21723 * gdb.c++/classes.exp: ditto.
21724 * gdb.c++/inherit.exp: ditto.
21725 * gdb.c++/templates.exp: ditto.
21726 * gdb.base/break.exp: no run and hit main for stubs. Change line
21727 numbers for breakpoints and info breakpoint.
21728 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21729 breakpoint().
21730 * gdb.base/callfuncs.c: ditto.
21731 * gdb.base/exprs: ditto.
21732 * gdb.base/interrupt.c: ditto.
21733 * gdb.base/opaque0.c: ditto.
21734 * gdb.base/printcmds.c: ditto.
21735 * gdb.base/ptype.c: ditto.
21736 * gdb.base/scope0.c: ditto.
21737 * gdb.base/setvar.c: ditto.
21738 * gdb.base/signals.c: ditto.
21739 * gdb.base/twice.c: ditto.
21740 * gdb.c++/misc.cc: ditto.
21741 * gdb.c++/templates.cc: ditto.
21742
21743 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21744
21745 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21746
21747 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21748 somewhere between `read' and `main.c'. I'm pretty sure the
21749 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21750 and it isn't particularly useful.
21751
21752 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
21753
21754 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21755
21756 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21757
21758 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
21759
21760 * config/mt-slite: add LIBS and -nostdlib.
21761 * config/slite-gdb.exp: add this new file to support sparclite target.
21762
21763 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
21764
21765 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21766
21767 * gdb.base/a2-run.exp: Change argument to istarget from
21768 "*-*-vxworks" to "*-*-vxworks*".
21769 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21770
21771 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
21772
21773 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21774 will not runto main but do a 'step' to step out of breakpoint().
21775 * config/mt-slite: add -Dusestubs.
21776
21777 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21778
21779 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21780 instead of just @.
21781
21782 * gdb.base/signals.exp: Add test for "handle all print".
21783 * TODO: Remove "handle all print". Also remove item about
21784 checking copyright date (I don't like the idea of a spurious FAIL
21785 based on when we run the tests).
21786
21787 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
21788 for SunOS4 (reason for failure not investigated). Remove
21789 redundant test for $binfile.
21790
21791 * gdb.base/nodebug.c (array_index): Call malloc.
21792
21793 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21794
21795 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
21796
21797 * gdb.base/recurse.exp: Update gdb_test invocation to use new
21798 conventions and slightly simplify the matching regexp.
21799
21800 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21801
21802 * gdb.base/break.exp: Update gdb_test invocation to use new
21803 convention.
21804
21805 * lib/gdb.exp: If noargs is not set, set it to 0.
21806
21807 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
21808 tests unique.
21809
21810 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21811
21812 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21813
21814 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21815 one argument of type "<non-float parameter>".
21816
21817 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
21818
21819 * config/rom68k.exp: New file to support Motorola IDP board.
21820 * gdb.base/a2-run.exp: Skip this file if noargs is set.
21821 * gdb.base/break.c: Change things around so that this program
21822 doesn't depend upon args. This is necessary to make remote
21823 targets work (in general, they can't take args).
21824 * gdb.base/break.exp: Don't try to send args to program. Don't
21825 expect output. Also, replace lots of code with gdb_test.
21826
21827 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21828
21829 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21830 printing of '\'' (which is what the comment says we are testing,
21831 even though we were not), not '''.
21832 (test_integer_literals_rejected): Test that printing ''' is an error.
21833
21834 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21835 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21836 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21837 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21838 Use gdb_test not test_print_accept.
21839 * lib/gdb.exp: Remove test_print_accept.
21840
21841 * gdb.base/signals.exp (signal_tests_1): Make pass message
21842 consistent with fail message.
21843
21844 * gdb.base/whatis.exp: Remove xfails for printing char vs.
21845 unsigned char; the bug (PR 1821) is fixed.
21846
21847 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21848
21849 * gdb.base/scope.exp (test_at_localscopes): Call pass for
21850 successful tests--makes xfailing them work right.
21851
21852 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21853
21854 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21855 only \r\n, not .*. The test can pass .* as the last thing in
21856 $pattern if that is what it wants. In addition to providing this
21857 flexibility, this change should speed up pattern matching in cases
21858 where the pattern already ended with .* (there were a number of
21859 them). This change also helps catch bad patterns--in the old
21860 scheme the typo "char \*" instead of "char \\*" would pass. Now
21861 it is caught.
21862 * Many .exp files: Update callers.
21863
21864 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
21865 clearer and does not spuriously match multiple ('s. Likewise for
21866 ) and *.
21867
21868 * gdb.base/nodebug.exp: Test ability to call a function and pass
21869 it a string (even with no debugging info).
21870
21871 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21872 "p '\'", which is the same as "p ''" once tcl gets done with
21873 quoting, to "p '\\'", which I suspect is what is intended (one
21874 backslash gets sent to GDB).
21875
21876 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21877
21878 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21879
21880 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
21881 1817) was fixed literally years ago.
21882
21883 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21884
21885 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
21886 test, it causes stepping out of call_after_alloca_subr with
21887 optimizing compilers.
21888 (localvars_in_indirect_call): Consume GDB prompt if `finish'
21889 fails.
21890
21891 * gdb.c++/templates.exp: Source templ-info.exp only if
21892 the templates executable exists.
21893
21894 * gdb.c++/misc.cc (class Contains_static_instance,
21895 class Contains_nested_static_instance),
21896 gdb.c++/classes.exp (test_static_members): Test printing of
21897 a class that contains a static instance of the class.
21898
21899 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21900
21901 * gdb.base/langs2.c (cppsub_): Don't prototype.
21902 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21903 only, I believe).
21904
21905 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21906
21907 * lib/gdb.exp (skip_chill_tests): New procedure.
21908
21909 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21910
21911 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
21912
21913 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21914 each expect pattern. Cuts runtime from 12 to about 4 seconds.
21915
21916 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21917
21918 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21919
21920 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21921 disassemble 8, not 16, instructions for part 4.
21922
21923 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
21924 support the latter anymore.
21925
21926 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21927 -DNO_PROTOTYPES.
21928 * gdb.base/callfuncs.c: Control use of prototypes based on
21929 NO_PROTOTYPES, not __STDC__.
21930 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21931 t_float_values2 tests if prototypes in use.
21932
21933 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21934 t_double_values): When checking differences against DELTA, check
21935 that difference is within the range (-DELTA,DELTA), not just
21936 (-infinity,DELTA).
21937
21938 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
21939
21940 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21941 'file' command firts, then 'target', then 'load', this is due to gdb
21942 target set up.
21943 * config/mips-gdb.exp: Fix a couple regular exp bugs.
21944
21945 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
21946
21947 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21948 FP load/store variants.
21949 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21950
21951 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21952
21953 * gdb.base/term.exp: Do not give a warning if not native, it is
21954 not an abnormal condition.
21955
21956 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
21957
21958 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21959 t_char_array".
21960
21961 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21962
21963 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21964 are getting the version number.
21965
21966 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21967 if not native, it is not an abnormal condition.
21968
21969 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21970
21971 * lib/gdb.exp: Just use "file exists", rather than undocumented
21972 dejagnu procedure "findfile".
21973
21974 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21975
21976 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21977 (LDFLAGS): Set to -Xlinker -Ur.
21978
21979 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21980 Removed, these values are set by lib/gdb.exp.
21981
21982 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21983
21984 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21985
21986 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21987 of replicating gdb startup code.
21988
21989 * config/mt-vxworks (LDFLAGS): Set to -r.
21990 (CFLAGS_FOR_TARGET): Removed.
21991
21992 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21993 (gdb) and gdb for vxworks uses (vxgdb).
21994
21995 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21996 executable is not in the tree and host != target, use sed and
21997 program_transform_name to determine the gdb name used by the
21998 target.
21999
22000 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
22001 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
22002
22003 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22004
22005 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
22006 floats, chars, and shorts where there are ANSI-style function
22007 definitions.
22008
22009 * gdb.base/langs.exp, gdb.base/langs*: New test.
22010 * gdb.base/Makefile.in: Build it.
22011 * TODO: Remove item about checking that C names don't get C++
22012 demangling applied; this test tests it.
22013
22014 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22015
22016 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
22017 went with the const70 xfail. The xfail went away a year ago.
22018
22019 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
22020
22021 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
22022 for hp300.
22023
22024 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
22025
22026 * gdb.base/a1-selftest.exp: Don't run on hp300.
22027
22028 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22029
22030 * Makefile.in (site.exp): Set host_alias and target_alias as well
22031 as host_triplet and target_triplet.
22032
22033 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22034
22035 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
22036
22037 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
22038 places as other ecoff systems).
22039
22040 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
22041 ultrix.
22042
22043 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22044
22045 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
22046 remove them.
22047 * gdb.base/nodebug.exp: Accept "function" in addition to "text
22048 variable and "variable" in addition to "data variable".
22049 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
22050
22051 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
22052 2.
22053 * gdb.base/list1.c (long_line): Add additional statement at start
22054 of function.
22055 * gdb.base/list.exp (test_forward_search): Update line number to
22056 reflect new statement.
22057
22058 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22059
22060 * gdb.base/signals.exp: Reinitialize searched source directories
22061 after gdb_start call.
22062
22063 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
22064
22065 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
22066 * gdb.stabs/Makefile.in: Likewise.
22067
22068 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
22069 change. Instead split the tests into smaller pieces.
22070 * gdb.disasm/hppa.s: Corresponding changes.
22071
22072 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22073
22074 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22075 Quote ^C when passing it to stty. For some shells ^ is a pipe.
22076
22077 * gdb.base/funcargs.exp: Modify many tests so that every test
22078 either passes or fails. Make some test names unique.
22079
22080 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22081
22082 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22083 Call stty to set interrupt character.
22084
22085 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
22086 for HP assembler versus GNU assembler based on actual behavior of
22087 $(CC), rather than assuming that $(AS) is always the GNU assembler.
22088
22089 * TODO: Suggest a few more stepping tests.
22090
22091 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
22092
22093 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
22094 restart GDB for h8300 after a continue.
22095 (return): Add pattern to match a29k-udi behavior.
22096 * gdb.base/nodebug.exp: Remove obsolete comment.
22097 * gdb.base/regs.exp: New file, testing of register displays.
22098 * gdb.base/return.exp: Fix typo in reference to $objdir.
22099 * gdb.base/whatis.exp: Always start with a fresh GDB.
22100
22101 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22102
22103 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
22104 higher, these tests generate a lot of output.
22105
22106 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22107
22108 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
22109 code following the catch silently ignored some errors; without the
22110 catch they should be thrown like any other tcl error. Also, the
22111 catch used "" instead of {} which meant all the callers who wanted
22112 to include one of the characters "[]$ had to quote it an extra time.
22113 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
22114 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
22115 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
22116 Remove extra quoting.
22117
22118 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
22119
22120 * gdb.base/commands.exp: Make test names unique; every test either
22121 passes or fails. Update some comments.
22122
22123 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
22124
22125 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22126
22127 The following fixes a FAIL caused by the fact that the alpha stabs
22128 configuration didn't use the ".if alpha" code in weird.def.
22129 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
22130 bit pointer, so the 32 bit version works even on the alpha.
22131 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
22132 Remove the stuff which allowed us to have separate versions for
22133 alpha and everything else.
22134
22135 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
22136 regexp which "info func operator\[\](" is supposed to match. Fix
22137 string to send to GDB. Note that GDB still doesn't work right. Add a
22138 new test for "info func .perator\[\](" which GDB does handle correctly.
22139
22140 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
22141
22142 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22143
22144 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22145 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22146 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22147 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22148 it makes the tests harder to understand and confuses test-o-matic.
22149 The preferred style is that each test provides a PASS or a FAIL,
22150 and has a unique message (e.g. "continue #54" not just "continue")
22151 which is the same for the pass and the fail.
22152 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22153 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22154 to lib/gdb.exp.
22155 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22156 prt_accept which was basically the same thing. Likewise for
22157 test_print_reject and prt_reject.
22158 * lib/gdb.exp (test_print_reject): Add some more error message
22159 patterns to match from the former printcmds.exp (prt_reject).
22160 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22161 One defect of the passcount stuff is that some of it failed to
22162 report XPASS where appropriate.
22163 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
22164 stuff before and after arg in expected pattern.
22165 (test_paddr_operator_functions): Re-do test without print_addr_of;
22166 this is the only test which seems to want extra stuff there.
22167
22168 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22169
22170 * gdb.base/nodebug.exp: Update new tests to reflect improved
22171 wording of gdb output.
22172
22173 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
22174 and "ptype" work on variables in files compiled without -g.
22175 Replaces commented out "maint print msymbol" tests.
22176
22177 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22178
22179 * gdb.base/setvar.c (dummy): Call malloc.
22180
22181 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
22182 losing with the irix4 sed.
22183
22184 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
22185 ALRM" on irix4.
22186
22187 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22188
22189 * TODO: Remove items about corefile.exp testing new exec-file and
22190 backtrace; both are now done. Add items about printing enums.
22191
22192 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22193
22194 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
22195 "get signal $thissig" test fails.
22196
22197 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
22198
22199 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22200
22201 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
22202 compiler warning with dec alpha compiler.
22203
22204 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
22205 extra \n from gdb_test call (this explains why the prompt test
22206 that I removed yesterday was there).
22207 (user_defined_command_test): Remove extra \n and prompt test.
22208
22209 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
22210 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
22211 doesn't exist.
22212 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
22213 Also remove alpha workaround, which turns out to be because
22214 SIGABRT == SIGLOST.
22215
22216 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
22217
22218 * gdb.base/help.exp: Don't test "help show".
22219
22220 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22221
22222 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
22223 "set print address" is on.
22224 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
22225 pass prompt to gdb_test; gdb_test already looks for the prompt.
22226
22227 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
22228
22229 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
22230 was a vestige of the manual TESTSTRATEGY, and the purpose of it
22231 was to make sure that gdb can read a core file. But (a) the "read
22232 the corefile" part didn't make it to a1-selftest.exp, we just
22233 delete the corefile after creating it, and (b) we test reading
22234 corefiles in corefile.exp anyway. Also, this test left around a
22235 xgdb process on Solaris.
22236
22237 * gdb.base/corefile.exp: Also test backtrace.
22238
22239 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
22240
22241 * gdb.base/commands.exp: Test a simple user defined command with
22242 arguments and if/while statements; verify the full user command is
22243 printed by "show user".
22244
22245 * gdb.base/commands.exp: Test if/while commands as part of a
22246 breakpoint command list; verify they appear in breakpoint
22247 information.
22248
22249 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22250
22251 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
22252 than by dividing by zero.
22253
22254 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
22255
22256 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
22257 performing an inferior call with watchpoints enabled.
22258 * gdb.base/watchpoint.c (main): Delete second unnecessary read
22259 call.
22260
22261 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22262
22263 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22264 of "file" command.
22265
22266 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22267 Add additional pattern for when "int operator int(void);" appears
22268 in a different order.
22269
22270 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22271
22272 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22273
22274 * gdb.base/help.exp: Replace most of docstrings for "info signals"
22275 and "signal" with ".*".
22276
22277 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22278
22279 * TODO: Add note about "handle all nostop".
22280
22281 * gdb.base/{sigall.c, sigall.exp}: New test.
22282 * gdb.base/Makefile.in: Add it.
22283
22284 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
22285
22286 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22287 when invoking GDB, suppresses any windowing interface.
22288
22289 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
22290
22291 * config/sim-gdb: New file, simulator testing support.
22292
22293 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
22294
22295 * gdb.base/interrupt.exp: Test calling func1 twice.
22296
22297 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
22298
22299 * gdb.base/list.exp (test_forward_search): Set timeout higher
22300 when we'll be getting lots of output from gdb.
22301
22302 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22303 "init_malloc" to after the expect statement. Run it if that
22304 regexp is taken, but also for two others which happen if source
22305 cannot be found.
22306
22307 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22308
22309 * gdb.base/printcmds.exp: New test, for printing register before
22310 program is running.
22311
22312 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22313
22314 * gdb.base/list.exp: Correct some alternate expect patterns
22315 to reflect changes in list1.c.
22316
22317 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22318
22319 * TODO: Add item regarding large frames.
22320
22321 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22322
22323 * TODO: Remove item about enabling return.exp; it
22324 is enabled. Suggest a few more "return" tests.
22325
22326 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22327
22328 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
22329 anonymous unions.
22330
22331 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22332
22333 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22334 and pr-5646.o, so "make" is the same as "make all", not "make
22335 pr-4975.o".
22336
22337 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
22338
22339 * gdb.base/list.exp: Adjust expectations to reflect changes in
22340 list1.c.
22341 (test_forward_search): New test proc.
22342 * gdb.base/list1.c (long_line): New function, has long source line.
22343
22344 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
22345
22346 * gdb.base/a1-selftest.exp: Change initial stepping to know about
22347 additional line of code that was added.
22348
22349 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
22350
22351 * gdb.disasm/hppa.s: Break the large branching tests into smaller
22352 tests so as not to overflow expect's input buffers.
22353 * gdb.disasm/hppa.exp: Corresponding changes.
22354
22355 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22356
22357 Beginnings of template debugging tests.
22358 * gdb.c++/templ-info.cc: New file to test for template
22359 debugging capability of the compiler.
22360 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
22361 templ-info.cc.
22362 * gdb.c++/templates.cc: Add explicit template instantiations
22363 to enable compiling with -fno-implicit-templates. Add destructor
22364 and 'value' method to T5 class for template tests.
22365 * gdb.c++/templates.exp: Add testcases for printing of template
22366 types, setting breakpoints on template methods and calling a
22367 template method.
22368
22369 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
22370
22371 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22372 branch target since some assemblers (gas-2.5) may emit a
22373 relocation for the branch instead of resolving it in the
22374 assembler.
22375
22376 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22377
22378 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
22379 through signal handler.
22380
22381 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22382
22383 * configure.in (*-*-netware): Use config/mt-netware.
22384
22385 * config/mt-netware: New file.
22386 * config/mt-i386-netware: Removed, separate configs for different
22387 netware architectures are no longer needed now that we have
22388 --with-headers.
22389
22390 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22391
22392 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
22393 by the recent changes to use ANSI C arithmetic conversions.
22394
22395 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22396
22397 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22398 bug involving using inferior_pid to figure out whether to select a
22399 frame.
22400
22401 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
22402
22403 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22404 match the current disassembler output.
22405
22406 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
22407
22408 * gdb.fortran/exprs.exp: Expect VOID instead of void.
22409 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
22410 types, expect "int" as type of integer values (for now).
22411
22412 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
22413
22414 * gdb.base/commands.exp: New tests for if/while commands.
22415
22416 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
22417
22418 * lib/gdb.exp (runto): Replace sub-pattern for hex value
22419 by .*, since hex values have different syntax in Chill mode.
22420
22421 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22422
22423 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
22424 linefeed from expect pattern for repeated types with indices > 9.
22425
22426 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
22427
22428 First part of Fortran test suite.
22429 * gdb.fortran: New directory.
22430 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
22431
22432 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22433
22434 * gdb.base/default.exp: Update expect pattern for load command
22435 without arguments.
22436
22437 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
22438
22439 * configure.in: Change i386 to i[345]86.
22440 * gdb.base/configure.in: Likewise.
22441 * gdb.c++/configure.in: Likewise.
22442 * gdb.chill/configure.in: Likewise.
22443
22444 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
22445
22446 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
22447 patterns, since that is not a valid context for comments.
22448
22449 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
22450
22451 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
22452 repeated types and repeated types with indices > 9.
22453
22454 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
22455
22456 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
22457 2417; old bug has been fixed.
22458
22459 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
22460
22461 * gdb.base/interrupt.exp: When trying to wake up the inferior,
22462 send the newline ourselves instead of assuming gdb_test will do
22463 so when passed an empty input string.
22464
22465 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
22466 stabs testcode.
22467
22468 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22469
22470 * lib/gdb.exp (gdb_test): Don't send anything if the first
22471 argument is an empty string. This makes cases where we want to
22472 match output that is already in expect's buffers (for example,
22473 matching a breakpoint after gdb_run_cmd has been called) work
22474 reliably.
22475
22476 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22477
22478 * config/netware.exp: New file.
22479
22480 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22481
22482 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22483 the -B and -L prefixes so we can find the debugging stub.
22484
22485 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22486 there and we are using the gcc from the tree.
22487
22488 * gdb.base/types.c: Removed.
22489
22490 * gdb.base/configure.in: Look for makefile fragments in ../config.
22491 Recognize i386-*-netware.
22492 * gdb.c++/configure.in: Likewise.
22493
22494 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22495
22496 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
22497 the correct TCL syntax.
22498
22499 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22500
22501 * gdb.base/opaque.exp: use runto instead of messing around with
22502 breakpoints. Simplify by using gdb_test.
22503
22504 * gdb.base/bitfields.exp: restart between tests on netware targets
22505 because breakpoints aren't relocated after target death. Run
22506 processes to completion.
22507
22508 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22509
22510 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22511
22512 * Makefile.in: Remove extra tabs that confuse some versions
22513 of "make". Use the newly built gdb to test with by default,
22514 rather than the first one in the tester's search path.
22515
22516 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22517
22518 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22519
22520 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22521 condition help.
22522
22523 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22524
22525 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22526
22527 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22528 running.
22529 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22530 * gdb.base/funcargs.exp: Likewise.
22531
22532 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22533 * gdb.base/funcargs.exp: Likewise.
22534
22535 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22536 message is "".
22537
22538 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22539
22540 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22541 return,signals,twice}.exp: Handle non-existant binaries
22542 consistantly.
22543
22544 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22545 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22546 might testing a cross development system.
22547
22548 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22549
22550 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22551 runtest script is relative to ${srcdir}, not ${rootdir}.
22552
22553 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22554
22555 * gdb.base/signals.exp: Allow for optionality of breakpoint
22556 address.
22557
22558 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22559
22560 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22561
22562 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22563
22564 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22565 for size_t definition.
22566 * gdb.c++/templates.cc: Likewise
22567
22568 * config/mt-i386-netware: New file.
22569
22570 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22571 defined.
22572
22573 * gdb.base/Makefile.in: Added support for systems that name core
22574 files by appending "core" to the program name.
22575 * gdb.base/a1-selftest.exp: Likewise.
22576
22577 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22578
22579 * gdb.base/return.exp: Add comment and message for `return double'
22580 test failure on Sparc Solaris.
22581
22582 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22583
22584 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22585
22586 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22587
22588 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22589 from optimizing them away.
22590 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22591 patterns to include default constructors and assignment operators,
22592 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22593 character in the output of the virtual base pointer.
22594
22595 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22596
22597 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22598 expression match in print_addr_of to avoid unintented matches.
22599 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22600 versions up to 2.5.8.
22601
22602 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22603
22604 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22605 included file to run under newer versions of expect.
22606 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22607 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22608 Remove xfail for the virtual table of BDDHookV.
22609
22610 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22611
22612 * lib/gdb.exp (string_to_regexp): Set a default result.
22613 (default_gdb_start): Fix misleading message.
22614
22615 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22616
22617 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22618 Remove all CC, etc definitions.
22619 * config/mt-hpux: New file.
22620 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22621 (CFLAGS, LDFLAGS): Define.
22622 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22623
22624 * Makefile.in (site.exp): Don't insert host_os, etc.
22625 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22626 (distclean): Check existence of subdir.
22627 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22628 * gdb.base/Makefile.in: General cleanup and simplification.
22629 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22630 to build executables. Use default rule to build .o files.
22631 (EXPECT, RUNTEST, CC): Fix relative pathname.
22632 (site.exp): Don't insert host_os, etc.
22633 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22634 and/or SIGUSR1 defined.
22635 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22636 * gdb.c++/Makefile.in: General cleanup and simplification.
22637 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22638 (CFLAGS): Remove.
22639 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22640
22641 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22642
22643 * gdb.base/recurse.exp: Misc changes to get tests running again
22644 after Kung's changes to the watchpoint code.
22645 * gdb.base/watchpoint.exp: Likewise.
22646
22647 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22648
22649 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22650
22651 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22652
22653 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22654 * lib/gdb.exp (default_gdb_start): Define.
22655 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22656 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22657 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22658 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22659 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22660 Don't call gdb_target_udi in between tests.
22661
22662 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22663
22664 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22665 (which was basically just a local version of the same thing). In
22666 addition to avoiding duplication, gdb_test_exact is faster.
22667 * lib/gdb.exp (gdb_test_exact): Fix typo.
22668
22669 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22670 don't give an error.
22671
22672 * gdb.base/term.exp: Call delete_breakpoints before starting.
22673
22674 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22675 (t10): Add comment.
22676
22677 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22678
22679 Reorganization of the GDB Test Suite.
22680
22681 * gdb.base: New directory, contains all the basic tests.
22682 * gdb.c++: New directory, tests specific to C++.
22683 * gdb.chill: New directory, tests specific to Chill.
22684 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22685 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22686 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22687 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22688 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22689 t30-31 to chill).
22690 * */gdbme.*: Rename to match appropriate expect scripts.
22691 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22692 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22693 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22694 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22695 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22696 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22697 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22698 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22699 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22700 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22701 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22702 gdb.c++/virtfunc.cc: New names of C++ files.
22703 * gdb.chill/chillvars.ch: New name of Chill file.
22704 * gdb.base/configure.in, gdb.c++/configure.in,
22705 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22706 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22707 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22708 * configure.in (configdirs): Update to reflect directory changes.
22709 (target_abbrev): No longer define for any configuration.
22710 * Makefile.in: Cosmetic improvements to header comments.
22711
22712 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
22713
22714 Various changes to gdb.t31:
22715
22716 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
22717 * gdbme.ch: Make all key-words and predefineds be upper-case.
22718 * chillvars.exp: Expect key-words and predefinds in upper-case.
22719
22720 * chillvars.exp: Use gdb_test_exact many places.
22721 Change expected output for arrays (which now includes index labels).
22722
22723 * pr-5020.exp, gdme.ch (module PR_5020):
22724 New test, for PR-5020.
22725
22726 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
22727
22728 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
22729 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
22730
22731 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
22732
22733 * Makefile.in: Fix bit-rot in definitions of CHILL,
22734 CHILL_FOR_TARGET and Chill_LIB.
22735 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
22736 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
22737 CHILL, and CHILL_LIB.
22738
22739 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
22740
22741 * Revert the previous changes. Please see Rob's directory
22742 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22743
22744 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
22745
22746 * Makefile.in, configure.in, config/mips-gdb.exp,
22747 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22748 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22749 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
22750 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22751 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22752 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22753 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22754 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22755 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22756 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22757 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22758 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22759 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22760 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22761 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
22762 changes from 94Q1.
22763
22764 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
22765
22766 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22767 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22768 Rob's new testing fragments.
22769
22770 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
22771
22772 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
22773 lib/gdb.exp: Replace error proc calls with perror.
22774
22775 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22776
22777 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22778 version also, match on casted version strings, and match on
22779 gdb startup case where the line numbers might be messed up.
22780
22781 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
22782
22783 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
22784 (CFLAGS): Delete it from here.
22785
22786 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
22787
22788 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22789
22790 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
22791
22792 * Makefile.in (RUNTEST): Default to just "runtest".
22793
22794 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22795
22796 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22797 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22798 the code has been restructured.
22799
22800 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22801
22802 * gdb.t00/default.exp (set write): Allow any number of \r and/or
22803 \n, not just one of each.
22804
22805 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22806 /bin/cc gives a warning if you do.
22807
22808 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
22809
22810 * gdb.t24/demangle.exp: change expect pattern of
22811 __t10ListS_link1ZUiRCUiPT0
22812
22813 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22814
22815 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22816 on local variables in recursive functions.
22817
22818 * gdb.t07/Makefile.in: Build the new test.
22819
22820 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22821
22822 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22823 directly. Instead compare the return values from actual calls.
22824
22825 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
22826
22827 * Makefile.in (check): Set TCL_LIBRARY for runtest.
22828
22829 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22830
22831 * From Peter Schauer with minor modifications.
22832 * gdb.t15/return.exp (return_tests): Handle targets where "return"
22833 stops in mid-line in the caller. Add xfail for returning a float
22834 value on X86 targets.
22835
22836 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22837
22838 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22839 to avoid expect lossage.
22840 (fmem_LRbug_tests): Likewise.
22841 * gdb.disasm/hppa.s: Corresponding changes.
22842
22843 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22844 conditions to work with latest dejagnu/expect.
22845
22846 * gdb.t15/funcargs.exp (finish from indirect call): No longer
22847 expected to fail on the PA.
22848 (backtrace in call with trampolines): Explicitly require main
22849 to be frame #1 (no trampolines should show up in backtrace).
22850
22851 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22852 "continue -expect".
22853 * gdb.t06/break.exp: Likewise.
22854 * gdb.t07/watchpoint.exp: Likewise.
22855 * gdb.t13/bitfields.exp: Likewise.
22856 * gdb.t15/{funcargs,return}.exp: Likewise.
22857 * gdb.stabs/weird.exp: Likewise.
22858 * config/{mips,udi}-gdb.exp: Likewise.
22859
22860 * hppa.sed: Enclose comments within a sed command to avoid
22861 losing with the old OSF1 sed.
22862
22863 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22864
22865 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
22866 sequent dynix.
22867 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
22868 * gdb.t15/funcargs.exp: Conditionally step again to really
22869 finish from marker_call_with_trampolines. Handle the case where
22870 the first step from within call_with_trampolines already steps
22871 us back to main.
22872 * gdb.t15/gdbme.c: Add comment to closing brace of
22873 call_with_trampolines for funcargs.exp.
22874
22875 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22876
22877 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22878 Fix typo(s).
22879
22880 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22881
22882 * gdb.t07/gdbme.c: More code for watchpoint testing.
22883
22884 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22885 "Hardware watchpoint" throughout file.
22886 (test_watchpoint_triggered_in_syscall): New test.
22887 (test_complex_watchpoint): New test.
22888
22889 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22890
22891 * gdbme.c (call_with_trampolines): New function to try and step
22892 into. Tests trampoline problems on the PA.
22893
22894 * funcargs.exp (localvars_in_indirect_call): No longer expect
22895 stepping into indirect call to fail on PAs.
22896 (test_stepping_over_trampolines): New test.
22897
22898 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22899
22900 * TODO: Add suggestions for static member function tests, and
22901 completion tests.
22902
22903 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22904
22905 * TODO: Add suggestions for "p/a" tests.
22906
22907 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22908 (default_gdb_exit): Replace all the hair with sending "quit" to
22909 the process with a simple close.
22910
22911 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22912
22913 * TODO: Add suggestions for shared library tests.
22914
22915 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22916
22917 * TODO: Add suggestions for x/s tests.
22918
22919 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22920
22921 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22922 "enable once", and "enable breakpoints once" with ".*".
22923
22924 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22925
22926 * TODO: Add suggestions about structure passing tests.
22927
22928 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22929
22930 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
22931 the primary1 test, use work around if __GNUC__ < 2.
22932 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
22933 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
22934 Test for bad output rather than waiting for timeout. Issue
22935 second continue only if first continue failed.
22936
22937 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22938
22939 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22940 operator[] test with gdb_test because the old code didn't seem to
22941 be getting the quoting right with the new dejagnu.
22942
22943 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
22944
22945 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22946 one from the path.
22947 * Makefile.in: Use a fresh expect if there is one, use runtest
22948 from the src tree if there is one.
22949
22950 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22951
22952 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22953 next over recursive call. Revise the tests from that point on
22954 (which had been skipped) to match GDB's actual (correct) output.
22955
22956 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22957 with next over a breakpoint whose condition is false.
22958
22959 * gdb.t00/help.exp: Comment out "help set print" tests just like
22960 (and for same reason as) "help set" test.
22961
22962 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22963
22964 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22965 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22966
22967 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22968
22969 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22970 necessary gdb_target_udi.
22971
22972 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22973
22974 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22975 1838 and 2417; they are fixed.
22976
22977 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22978 gdb.t03/ptype.exp (ptype structure, ptype union):
22979 Remove xfails; the test is looser than when the xfails were added.
22980
22981 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22982 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22983
22984 * gdb.t01/run.exp: Only run shell test if isnative.
22985
22986 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22987 since "run" automatically loads if necessary. Call gdb_target_udi
22988 after the "file" since "file" kills any execution target.
22989
22990 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22991 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22992 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22993 argument for UDI.
22994
22995 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22996
22997 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22998
22999 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
23000
23001 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23002
23003 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
23004 properly quoting regexps. This makes the second argument to
23005 demangle a fixed string, which matches the callers, instead of a
23006 shell-style pattern which is what the previous implementation
23007 used. Update some of the callers.
23008
23009 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23010
23011 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
23012 (comib_nullified_tests): Fix typo.
23013 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
23014 strings. No longer expected to fail.
23015
23016 * gdb.disasm/hppa.s (addib_tests): Fix typo.
23017 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
23018 strings. No longer expected to fail.
23019
23020 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
23021 string. No longer expected to fail.
23022
23023 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23024
23025 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
23026 No longer expected to fail.
23027
23028 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
23029 string. No longer expected to fail.
23030
23031 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23032
23033 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
23034 only in the names (I probably got most of them). I was even
23035 generous with some which differed in underscores in names, and
23036 probably missed a few, and I *still* was able to remove almost a
23037 third of the file with almost no impact on testsuite coverage.
23038
23039 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23040
23041 * gdb.t00/default.exp: Match udi_attach error message as well as
23042 the one from child_attach.
23043
23044 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
23045
23046 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
23047
23048 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
23049 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
23050
23051 * Move test with enums and partial symbols back to
23052 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
23053 Reverts the change of 26 May 93. Per today's change to
23054 stabs.texinfo, the behavior that weird.exp was expecting was
23055 unreasonable; what is important is that the compiler+gdb get
23056 things right, which happens with a recent gcc. Also fix the test
23057 to deal with native compilers which put out the stab gdb can't
23058 deal with.
23059
23060 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23061
23062 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
23063 in the names. The main thing these accomplish is to slow things down.
23064 Many more such duplicates surely remain.
23065
23066 * gdb.t00/help.exp: Comment out "help support" test just like
23067 (and for same reason as) "help set" test.
23068
23069 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
23070
23071 * gdb.t06/break.exp: Remove setup_xfails for
23072 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
23073 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
23074 about known bug in gcc to include up through 2.5.8.
23075 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
23076 well as "_vb$".
23077 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
23078 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
23079 with latest gcc and gdb.
23080 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
23081 well as "_vb$".
23082
23083 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23084
23085 * configure.in (hppa*-*-*): Also configure and build stabs-only
23086 tests.
23087
23088 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23089
23090 * gdb.t10/hppa.mt: A makefile fragment for the PA.
23091 * gdb.t10/configure.in (hppa*-*-*): Use it.
23092
23093 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23094
23095 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
23096
23097 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23098
23099 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
23100 versions prior to 1.13.5.
23101
23102 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23103
23104 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
23105 the prompt is at the start of a line.
23106
23107 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23108
23109 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
23110 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
23111 in the copr tests now.
23112 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
23113 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
23114 expected to fail.
23115
23116 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
23117
23118 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
23119 gdb.t31/chillvars.exp, lib/gdb.exp:
23120 Tweak to run under either version of expect.
23121 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
23122 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
23123 * gdb.t11/list.exp: Remove extraneous whitespace.
23124
23125 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23126
23127 * gdb.t16/printcmds.exp (test_print_strings): Accept
23128 "(unsigned char *) " before the string.
23129
23130 * TODO: Add notes about printing of fancy types and GDB expressions.
23131
23132 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
23133
23134 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
23135 * gdb.t06/configure.in: Don't try to compile signals test program
23136 if doing mips-idt-ecoff.
23137
23138 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
23139
23140 * Most .exp files: Tweak to run under either version of expect.
23141
23142 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23143
23144 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23145 xfails; I'm not sure why they are failing, but not because of PR 1806.
23146
23147 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23148
23149 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23150 defined in lib/gdb.exp.
23151
23152 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23153
23154 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23155 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23156 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23157 have to be typeless.
23158
23159 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23160
23161 * TODO: Add suggestion for copyright year test.
23162
23163 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
23164
23165 * configure.in (*-*-lynxos*): Add stabs tests.
23166
23167 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23168
23169 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
23170 so insert a tab before any assembler directive in column zero.
23171
23172 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
23173 stores.
23174 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
23175 stores.
23176 (fpu_short_memory_tests): Likewise.
23177
23178 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23179
23180 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
23181 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
23182 .stabs directives in comments.
23183
23184 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23185
23186 * TODO: New file, describing tests we could write.
23187 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
23188
23189 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23190
23191 * gdb.t06/signals.exp: Add kludge to force re-sync.
23192
23193 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
23194 to xgdb instead of gdb, get out of gdb.
23195
23196 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
23197
23198 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
23199 for info.
23200
23201 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23202
23203 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
23204 * gdb.stabs/configure.in (hppa*-*-*): Use it.
23205 * gdb.stabs/hppa.sed: New sed script for the PA.
23206
23207 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23208
23209 * gdb.stabs: Re-write weird.def and configuration to use sed
23210 instead of cpp. sed is portable and POSIX; cpp is neither.
23211
23212 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23213
23214 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
23215
23216 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23217
23218 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
23219
23220 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23221
23222 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
23223 "_vb$".
23224 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
23225 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
23226
23227 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23228
23229 * lib/gdb.exp: Comment out code which depends on non-existent
23230 `transform' procedure.
23231
23232 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
23233
23234 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
23235 * lib/gdb.exp: Transform tool name.
23236 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
23237 1.1's new error handling system.
23238
23239 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23240
23241 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
23242
23243 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23244
23245 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
23246 They made pattern matching so slow that timeouts happened on
23247 heavily loaded systems. Now any output from "show print" which
23248 gets us back to the GDB prompt is a PASS.
23249
23250 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
23251
23252 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
23253
23254 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23255
23256 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
23257
23258 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23259 It is not from PR 3220.
23260
23261 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23262
23263 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23264 just started failing because they depended on the order the
23265 subcommands are presented, or exact docstring text. This kind of
23266 test is a pain and has minimal benefit.
23267
23268 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23269
23270 * gdb.t09/corefile.exp: At end of test, use "core" command with
23271 no arguments.
23272
23273 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
23274
23275 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23276 17}/Makefile.in: Make it possible to run the testsuite with Sun
23277 make and CC = cross gcc by adding explicit build rules for .o
23278 files.
23279
23280 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23281
23282 * gdb.t15/funcargs.exp: Don't put comments on same line as
23283 setup_xfail (@#$*%& tcl braindamage!).
23284
23285 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23286
23287 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23288
23289 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
23290
23291 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23292 * gdb.t20/inherit.exp: remove three dumplicate entries.
23293
23294 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23295
23296 * gdb.t06/break.exp: For "next over recursive call", fail on any
23297 incorrect output, not just on "factorial (value=2)".
23298
23299 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23300
23301 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
23302 working now. Add an xfail if accesing a bss variable causes
23303 a memory error if the target is not yet run.
23304
23305 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23306
23307 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23308 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23309 name of __st* demangling (2 strings). Did Kung really get the
23310 more than 95 others right without testing them?
23311
23312 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23313
23314 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23315
23316 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
23317
23318 * configure.in (configdirs): Add gdb.disasm
23319 * gdb.disasm: New directory for GDB disassembler tests.
23320 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23321
23322 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23323
23324 * gdb.t00/help.exp: Don't test "help set".
23325
23326 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23327 from within expect statements. None of these happen anymore and
23328 they cause regressions to be silently unnoticed.
23329
23330 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23331 messages) about known failures with gcc cygnus-2.4.5-930417.
23332
23333 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23334 comp-info.exp so it gets built if it doesn't exist.
23335
23336 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23337 it is no longer used.
23338 * gdb.t13/comp-info.c: Removed.
23339
23340 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23341
23342 * gdb.t06/signals.exp: Add xfail for sun3.
23343
23344 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23345
23346 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23347 relevant because ^C doesn't get sent but failure can be reproduced
23348 interactively).
23349
23350 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23351
23352 * gdb.stabs/alpha.mt: New configuration file for alpha.
23353 * gdb.stabs/configure.in: Use it.
23354 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
23355 sharing with alpha.mt, redefine long to word via preprocessor.
23356 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
23357 for alpha.
23358 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
23359 native cc.
23360 * gdb.t00/teststrategy.exp: Change expect string so that we
23361 consume the `(xgdb)' from the command echo and from the gdb prompt.
23362 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
23363 gdb currently compares all values as long, so this failure probably
23364 applies to any configuration where LONGEST is bigger than a target int.
23365 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
23366 with gcc.
23367 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
23368 to handle opaque pointers, gcc is.
23369 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
23370 as first argument. Include <sys/types.h> and change all operator
23371 new definitions to use size_t.
23372 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
23373 now that we use size_t.
23374
23375 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23376
23377 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
23378 a long or float array cast all array members to the same type.
23379 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
23380 with 64 bit longs.
23381 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
23382 on alpha.
23383 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
23384
23385 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23386
23387 * gdb.t24 (demangle.exp): Constructors of templates have names like
23388 vector<int>::vector(int) not vector<int>::vector<int>(int). See
23389 section 14.6 of the ARM.
23390
23391 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23392 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23393 accomplish little and slow down the testsuite.
23394
23395 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23396 Accept spaces various places.
23397
23398 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23399
23400 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23401 with watchpoint enabled.
23402
23403 * Makefile.in: Remove definition of CC and remove the second
23404 definition of CXX (the "CXX = gcc" one remains). These definitions
23405 were causing backquotes to be expanded within backquotes, which
23406 doesn't work.
23407
23408 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
23409
23410 * gdb.t17/callfuncs.exp: Add "return 0" to end.
23411
23412 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23413
23414 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
23415 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
23416 by mips cc and contains no stabs entries.
23417
23418 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
23419
23420 * config/vx-gdb.exp: Use fake device to load files rather than
23421 NFS.
23422 * lib/gdb.exp: New proc to do "file" command.
23423 * config/unix-gdb.exp: Use new "file" proc.
23424
23425 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
23426
23427 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
23428 Rework board rebooting slightly.
23429 (gdb_exit): Don't exit from the remote shell; there isn't one.
23430 * gdb.stabs/weird.exp: If a program is being debugged already,
23431 kill it.
23432 * gdb.t04/setvar.exp: Stop and restart gdb.
23433 * gdb.t05/expr.exp: Likewise.
23434 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
23435 restart gdb and reload the program.
23436 * gdb.t08/opaque.exp: Likewise.
23437 * gdb.t12/scope.exp: Likewise.
23438 * gdb.t13/bitfields.exp: Likewise.
23439 * gdb.t15/funcargs.exp: Likewise.
23440 * gdb.t20/classes.exp: Likewise.
23441 * gdb.t03/ptype.exp: Increase timeout.
23442 * gdb.t16/printcmds.exp (test_print_string_constants,
23443 test_print_array_constants): Likewise.
23444 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
23445 * gdb.t20/classes.exp (do_tests): Likewise.
23446 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
23447
23448 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
23449
23450 * gdb.stabs: Renamed *wierd* to *weird*.
23451
23452 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23453
23454 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
23455 for timeout. Add "known gcc 2.4.5 bug" to failure message.
23456
23457 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23458
23459 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
23460 (do_tests): Remove xfail for whatis on one_var and two_var.
23461
23462 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
23463
23464 * Makefile.in: Made cross building work better by adding
23465 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
23466
23467 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23468
23469 * gdb.t15/{return.c,return.exp,Makefile.in}:
23470 New test, currently commented out.
23471
23472 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
23473
23474 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23475 still running and removes the leftover named socket so GDb can do
23476 clean restarts.
23477
23478 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
23479
23480 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23481 console, not GDB.
23482 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23483 cross testing works better with "make check"
23484 * config/unix-gdb: Use default procedures for exit and version.
23485 * config/vx-gdb.exp: Cleaned up and massaged back to working order
23486 with the newest VxWorks.
23487
23488 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23489
23490 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23491 old form.
23492
23493 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23494 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23495
23496 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23497
23498 * config/unix-gdb.exp: Remove this version of gdb_exit
23499 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23500 Rob says he'll look at it when he gets back to testing boards.
23501
23502 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23503
23504 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23505 an expected fail for certain ptype commands.
23506
23507 * gdb.t20/classes.exp: Update expected results of "ptype class
23508 Base1" to account for the constructor that now appears in the type.
23509
23510 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23511
23512 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23513 disappeared from list.
23514 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23515 "alldone" proc with call to cleanup and exit.
23516 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23517 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23518 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23519 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23520 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23521 "alldone" proc with simple returns that suppress remaining
23522 tests. The alldone proc went away many months ago.
23523
23524 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23525
23526 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23527
23528 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23529
23530 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23531
23532 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23533 as vax gdb will display them.
23534
23535 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23536
23537 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23538 optimizers.
23539
23540 * scope.exp: Change "bad value for localval" messages so each one
23541 is unique.
23542
23543 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23544 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23545
23546 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23547
23548 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23549
23550 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23551 doesn't exist (due to optimization).
23552
23553 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23554
23555 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23556 contains \r because the filename is long.
23557
23558 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23559 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23560
23561 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23562
23563 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23564 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23565 Ultrix.
23566 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23567 int tests.
23568 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23569
23570 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23571
23572 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23573
23574 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
23575 to match does not match the passing case but still matches the
23576 failing case.
23577
23578 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23579
23580 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23581
23582 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23583
23584 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23585 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23586 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23587 Remove various versions of gdb_exit.
23588 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23589 gdb_exit.
23590 * config/unix-gdb.exp: gdb_exit remains here, and should override
23591 the generic version, since it's doing a lot of wierd stuff that
23592 the other versions aren't. FIXME, fold it in, or abandon this
23593 version.
23594
23595 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23596
23597 * gdb.t24/demangle.exp: Add tests for PR 3220.
23598
23599 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23600
23601 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23602
23603 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23604
23605 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23606 "i386-*-*". Works for i486 as well.
23607
23608 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23609 bug, and expand domain of xfail to all SVR4 systems, since the
23610 actual problem is likely to be in generic SVR4 /proc support.
23611
23612 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23613
23614 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23615
23616 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23617
23618 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23619 xfails for other systems. Match a missing 'Continuing.' as an
23620 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23621
23622 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23623 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23624 Only issue warning for missing executables if -all option is used.
23625
23626 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23627 file if -all option is used. It's like an unpredictable XFAIL.
23628
23629 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23630
23631 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23632 for dynamically linked binaries.
23633
23634 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23635
23636 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23637
23638 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23639 to state that this is a known bug in old versions of g++.
23640
23641 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23642
23643 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23644 while waiting for `Continuing'.
23645
23646 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23647
23648 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23649 in text, data, and bss.
23650 * gdb.t10/nodebug.c: Add local and global test variables for
23651 initialized and uninitialized data.
23652
23653 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23654
23655 * config/unix-gdb.exp (gdb_exit): Add "wait".
23656
23657 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23658
23659 * gdb.t06/signals.exp: xfail the continue from the handler for all
23660 targets.
23661
23662 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
23663 function with watchpoints enabled, the i386 call dummy starts with
23664 a call.
23665
23666 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
23667 386 bsd names its corefiles.
23668
23669 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
23670
23671 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
23672 compilers don't grok it.
23673 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
23674 with small octal ints rather than character constants, which
23675 are signed and might not fit if first promoted to int.
23676
23677 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
23678
23679 * gdb.t09/Makefile.in (clean): Remove corefile.
23680
23681 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23682
23683 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23684
23685 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23686 and Jim Kingdon (kingdon@cygnus.com)
23687
23688 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23689 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
23690 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23691
23692 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23693
23694 * gdb.t17/interrupt.exp: Add xfail for hppa.
23695
23696 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23697
23698 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23699 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
23700 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
23701 to determine signed-ness of bitfields and use the result to setup
23702 the xfail.
23703 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
23704 * gdb.t15/funcargs.exp: Use them to step until the second indirect
23705 call line is reached if necessary.
23706
23707 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23708
23709 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23710
23711 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23712
23713 * gdb.t06/break.exp: Also test `clear' command.
23714
23715 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23716
23717 * gdb.t00/teststrategy.exp: Remove extra quote.
23718
23719 * gdb.t07/watchpoint.exp: Change xfail for calling function with
23720 watchpoint enabled to be for all non-68k machines.
23721
23722 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23723
23724 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23725
23726 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23727 targets use aout.mt instead of ecoff.mt as gas understands
23728 standard aout format.
23729
23730 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23731
23732 * lib/gdb.exp (runto): Don't insist that function we are running to
23733 was compiled with -g.
23734
23735 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23736
23737 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23738 to get back into the read system call.
23739 Accept leading newline in case where we woke it up.
23740
23741 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23742
23743 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
23744 to make the stabs test work on ecoff systems using gcc and -with-stabs.
23745 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
23746 enable ecoff configuration.
23747
23748 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23749
23750 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23751
23752 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23753
23754 * gdb.t16/printcmds.exp: Add another printf test.
23755
23756 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
23757
23758 * configure.in: If configured -with-stabs on any target, add
23759 stabsdirs to configdirs.
23760
23761 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23762
23763 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23764 fun" so pattern does not match the command itself.
23765
23766 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23767
23768 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23769
23770 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23771
23772 * gdb.t17/interrupt.exp: Test for more things.
23773
23774 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23775
23776 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23777 compiler arranges the code and line numbers.
23778
23779 * gdb.t17/interrupt.exp: Don't send \n after ^C.
23780
23781 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23782
23783 * gdb.t00/help.exp: Increase expect input buffer size.
23784
23785 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23786
23787 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23788
23789 * gdb.t07/watchpoint.exp: Add xfail for hppa.
23790
23791 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23792
23793 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23794 [0-9]*, not just [0-9].
23795
23796 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23797
23798 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23799
23800 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23801
23802 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23803
23804 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23805
23806 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23807
23808 * gdb.t06/signals.c: Add xfails for sun3.
23809
23810 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23811
23812 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
23813 test_stepping tests.
23814
23815 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23816
23817 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23818
23819 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23820
23821 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23822 rather than actually putting it through cpp twice.
23823
23824 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23825
23826 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
23827
23828 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23829 no longer needed.
23830
23831 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23832
23833 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23834
23835 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23836 C++ features prints as "struct", make it a pass, not an xfail.
23837
23838 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23839
23840 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23841 Don't require VA to print as "class" rather than "struct".
23842
23843 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
23844
23845 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23846
23847 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23848
23849 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23850
23851 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23852
23853 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
23854 order.
23855
23856 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23857
23858 * gdb.t16/printcmds.exp: Add printf tests.
23859
23860 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23861
23862 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23863
23864 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
23865
23866 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
23867 pass counts, to counteract any existing or future setup_xfails.
23868
23869 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23870
23871 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23872 {BEGIN,END}_COMMON for common block instead of STAB.
23873 * gdb.stabs/wierd.exp: Add xfail for rs6000.
23874
23875 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23876 intp_var should be N_GSYM not N_LSYM.
23877 wierd-aout.S: Use a label for the value of the N_SO.
23878 wierd.def: Remove all backslashes.
23879 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23880
23881 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23882
23883 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23884 get the expected next to inheritance3.
23885
23886 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23887
23888 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23889 now that gcc-2.4 gets it right.
23890
23891 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23892
23893 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23894
23895 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23896 generating comp-info.exp which works for cross-compilation.
23897
23898 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
23899
23900 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
23901 "*-*-sysv4.*".
23902
23903 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
23904
23905 * gdb.t01/run.exp: Start with a fresh gdb.
23906 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
23907 SVR4.x.
23908
23909 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
23910
23911 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23912 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23913 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23914 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23915 things to remove.
23916
23917 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
23918
23919 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
23920 test cases from bug reports.
23921
23922 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
23923
23924 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
23925 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
23926 avoid spurious xfails.
23927 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
23928 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
23929 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
23930
23931 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
23932
23933 * gdb.t00/teststrategy.exp: Rework to provide more useful
23934 description of each test, fix problem with systems that define
23935 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23936 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
23937 results for "next over recursive call" so timeouts aren't taken
23938 by error.
23939
23940 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
23941
23942 * gdb.t12/scope.exp: Test printing of variables before run.
23943
23944 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23945 printed in wrong order due to sorting.
23946
23947 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
23948
23949 * gdb.t00/teststrategy.exp: Fix expected results for printing
23950 user entered string constant. Is array of char, prints with no
23951 address.
23952
23953 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
23954 commands.
23955 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
23956 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
23957 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
23958 of struct of char arrays.
23959 * gdb.t00/radix.exp: New tests for radix commands.
23960
23961 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
23962
23963 * gdb.t16/printcmd.exp: Print a variable before running program
23964 (with xfail for AIX).
23965
23966 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
23967
23968 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23969
23970 * gdb.t16/printcmd.exp: Don't print variables before running program.
23971
23972 * gdb.t06/break.exp: Don't require envp argument to main.
23973
23974 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23975
23976 * gdb.t02/whatis.exp, gdb.t11/list.exp:
23977 Add xfails for rs6000.
23978
23979 * gdb.t02/whatis.exp: Change other tests not to re-test something
23980 we already tested.
23981
23982 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23983 each type used has a variable of that type.
23984
23985 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23986
23987 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23988
23989 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
23990
23991 * configure.in: change srctrigger to be a file, not a directory
23992
23993 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23994
23995 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23996
23997 * gdb.t11/list.exp: Fixed a couple of typos.
23998
23999 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
24000
24001 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
24002 is fixed and PR is closed.
24003 * gdb.t16 (gdbme.c): Add simple test string variable.
24004 * gdb.t16 (printcmds.exp): Add tests with simple test string
24005 variable, primarily for boundaries on "set print elements".
24006
24007 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
24008
24009 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
24010 Make leading 0's optional and don't expect a tab in the middle
24011 of the number.
24012
24013 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
24014
24015 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
24016 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
24017 don't end command passed to gdb_test with newline.
24018
24019 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
24020 signed keyword away, don't expect signed bitfields to be signed.
24021
24022 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
24023 printing with only as many 1's as are in the field as well as printing
24024 with 32 1's (see comment).
24025
24026 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
24027
24028 * gdb.t00/default.exp: Start with a fresh gdb.
24029 * configure.in (configdirs): Remove gdb.t31 until the chill
24030 compiler works again. It no longer is able to find chillrt0
24031 since it isn't in libchill.a anymore.
24032 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
24033 wierd.o, make more modular.
24034 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
24035 spurious newlines that caused problems.
24036
24037 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24038
24039 * Move test with enums and partial symbols from gdb.t03/ptype.exp
24040 to gdb.stabs/wierd.exp since GCC has worked around the bug.
24041 gdb.stabs/wierd.{exp,def}: Many new tests.
24042
24043 * gdb.t00/default.exp: update info line for new message.
24044
24045 * gdb.t02/{whatis.exp,gdbme.c}:
24046 Test that "char *" doesn't print as "caddr_t".
24047
24048 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24049
24050 * gdb.t00/help.exp: Use .* in place of some help messages which
24051 just changed.
24052 gdb.t00/default.exp: Update "info frame" test for new message.
24053 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
24054 Remove some xfails
24055
24056 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24057
24058 * gdb.t03/{gdbme.c,ptype.exp}:
24059 Add tests for typedef'd struct and union without tags.
24060 Also check "whatis" on a variable of a typedef'd enum without a tag.
24061
24062 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
24063 PRMS 1823; the bug still exists but isn't reproduced by this test
24064 anymore), and remove rs6000 XFAIL (the bug is fixed).
24065
24066 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
24067 duplicated from whatis.exp. For those that are left, accept
24068 "long", "long int", or "int" for long variables (whatis.exp already
24069 has an XFAIL for "int", so no need to fail it here).
24070
24071 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
24072 Deal with GCC's names for types now that GDB uses the compiler's names.
24073
24074 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
24075 setup_xfail's for sunos4. If we #defined the signed keyword away,
24076 don't expect GDB to know that char it is signed.
24077
24078 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
24079
24080 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
24081
24082 * configure.in (configdirs): Add gdb.t24 for C++ tests that
24083 should work on any system, regardless of debugging format.
24084 * gdb.t21/demangle.exp: Move to gdb.t24.
24085 * gdb.t24/demangle.exp: Move from gdb.t21.
24086 * gdb.t24/{Makefile.in, configure.in}: New files.
24087
24088 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24089
24090 * configure.in: Do gdb.stabs and C++ tests only for stabs.
24091 * gdb.stabs: New directory.
24092
24093 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24094
24095 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
24096 not just "Quit anyway?".
24097
24098 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
24099
24100 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
24101 that all setup_xfails are immediately followed by clear_xfails.
24102
24103 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
24104
24105 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
24106 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
24107 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
24108 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
24109 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
24110 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24111 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24112 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
24113 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
24114 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
24115 gdb.t31/chillvars.exp, lib/gdb.exp:
24116 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
24117 bug-gdb@prep.ai.mit.edu.
24118
24119 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
24120
24121 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
24122 with 0.0, not integer 0.
24123
24124 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
24125
24126 * gdb.t06/break.exp: Update for "Kill the program" message change.
24127
24128 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
24129
24130 * Makefile.in (GDBFLAGS): Set to -nx.
24131 * Makefile.in (site.exp): Use GDBFLAGS.
24132
24133 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24134
24135 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
24136 Makefiles.
24137 (check): depend on just-check.
24138 (just-check): added so that tests can be run without a noop
24139 build pass.
24140
24141 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24142
24143 Switch to using configure's configdirs.
24144 * Makefile.in (Makefile): add configure.in dependency.
24145 (SUBDIRS): removed redundant assignment.
24146 * configure.in: switch subdirs assignment to configdirs.
24147 * gdb.t*/configure.in: new files.
24148
24149 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24150
24151 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24152 works.
24153
24154 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24155
24156 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24157 in explicit rules. Apparently this is not supported by some makes.
24158
24159 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24160
24161 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24162
24163 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24164
24165 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
24166 disappeared.
24167
24168 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
24169
24170 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
24171
24172 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
24173
24174 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
24175 watchpoint problem that is now fixed.
24176 * gdb.t30/chexp.exp: Remove setup_xfail for printing
24177 uninitialized convenience variables.
24178 * gdb.t31/chillvars.exp: Fix expected patterns for printing
24179 structures.
24180
24181 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24182
24183 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
24184 which causes expect to get out of sync with gdb on long output
24185 from help set.
24186 * gdb.t09/corefile.exp: Make expected pattern for core file
24187 failing signal and frame output format less sun specific.
24188
24189 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
24190
24191 * gdb.t31/chillvars.exp: Add and remove initial dummy
24192 breakpoint, so that symbol table is forced in.
24193 (Needed at least on Sunos4, though it seems not SVR4.)
24194 * gdb.t31/chillvars.exp: Update for changed output format.
24195
24196 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
24197
24198 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
24199
24200 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
24201
24202 * Makefile.in: Added --srcdir when invoking runtest, removed the
24203 need for a local config file. (optional now)
24204
24205 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
24206
24207 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
24208 failure count used to force early termination. Add some more
24209 expected failures for gnu style demangling.
24210
24211 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24212
24213 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
24214 pmi variable from gdb.t20/gdbme to get optimized away.
24215 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
24216 Check for written corefile upon timeout _and_ eof.
24217
24218 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24219
24220 * config/unix-gdb.exp: Add missing return 0.
24221
24222 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24223
24224 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
24225 test termination.
24226
24227 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24228
24229 * configure.in (subdirs): Put back gdb.t17 which mysteriously
24230 disappeared.
24231
24232 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
24233
24234 * gdb.t10/crossload.exp: Disable the i860-elf test until such
24235 time as i860 support works.
24236
24237 * gdb.t15/funcargs.exp: Fix expected outputs to include
24238 "backtrace 100\r" rather than just "backtrace\r", to match last
24239 change.
24240
24241 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
24242
24243 * config/udi-gdb.exp (gdb_exit): Remove close command.
24244 (gdb_target_udi): New procedure to set the UDI target.
24245 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
24246 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
24247 Added waits for prompts after several question responses. Added
24248 some more responses used by a29k-amd-udi-gdb.
24249 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
24250 pass different arguments, restart UDI connection after program
24251 completion.
24252 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
24253 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24254 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
24255 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
24256 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
24257 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
24258 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24259 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24260 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24261 after program completion.
24262 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24263 compiled with a SELECT_VECS setting.
24264 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24265 infinite recursion.
24266
24267 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24268 Added checks for COFF results, and made them expected failures for
24269 all targets. It would be better to make them expected failures
24270 for COFF targets only.
24271
24272 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
24273
24274 * Makefile.in: add null dvi target, don't bother to recurse
24275 through test directories for info and install-info; rename
24276 $(datadir) to be dejagnu instead of deja-gnu
24277
24278 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
24279
24280 * gdb.t31/gdbme.ch: Re-enable code that previously caused
24281 compiler to coredump.
24282 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
24283 code.
24284
24285 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
24286
24287 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
24288 coredump.
24289 * gdb.t31/chillvars.exp: Comment out tests that depend on that
24290 code.
24291
24292 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
24293
24294 * gdb.t03/ptype.exp: tests for return code from gdb_test.
24295 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24296 which in a shell. Deletes xgdb when done.
24297 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24298 Tests the return from the "set height" or "set width" commands.
24299 Added a few return codes where needed.
24300
24301 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
24302
24303 * Makefile.in (SUBDIRS): Add gdb.t17.
24304 * configure.in (subdirs): Add gdb.t17.
24305 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
24306 files to test gdb's calling of functions in the inferior with
24307 the correct arguments and gdb's ability to retrieve any
24308 result returned.
24309
24310 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
24311
24312 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24313 may be called after gdb goes away. Previous versions of expect
24314 needed these to avoid file descriptor leaks, but they cause
24315 errors with the current revision of expect.
24316 * gdb.t00/gdbvars.exp: Use -re on expected output after
24317 setting sevenbit-strings.
24318 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
24319 to set sevenbit-strings consistent across tests.
24320 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
24321 set sevenbit-strings consistent across tests.
24322
24323 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24324
24325 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
24326 expected output to match current "expect" expectations.
24327
24328 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
24329
24330 * gdb.t00/default.exp: Change expected output for default "source"
24331 command, to match new gdb behavior which requires a filename to
24332 source.
24333
24334 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
24335
24336 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
24337 expected fail for i486-*-* that misses the marker2 function.
24338 * gdb.t10/crossload.exp (bfddefault): Allow successful
24339 recognition of a format to pass even if no symbols are found.
24340 Explicitly catch failures where the format is not recognized
24341 or is ambiguous, and add the reason to the fail message.
24342 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
24343 the cause is and invalid target and add reason to failure message.
24344 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
24345 elf32-i386, elf32-sparc, and elf32-i860.
24346 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24347 Set up expected failure for 'filename'::variable scope resolution,
24348 which is now apparently broken on all targets.
24349 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24350 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24351 gdb.t23/templates.exp: Change failure for missing binfile into
24352 just a warning.
24353 gdb.t21/demangle.exp: Change all cfront references to 'arm'
24354 references.
24355
24356 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
24357
24358 * gdb.t00/default.exp: Add expected output for default "source"
24359 command, to match new gdb behavior.
24360 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
24361
24362 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
24363
24364 * config/*-gdb.exp: returns an error, rather than exiting on
24365 internal errors.
24366
24367 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
24368
24369 * gdb.t03/gdbme.c: Add pointer to struct variable.
24370 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
24371 referencing struct members.
24372
24373 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
24374
24375 * configure.in (mips-idt-ecoff): New target.
24376 * config/mips-gdb.exp: New file for remote board using MIPS remote
24377 debugging protocol.
24378
24379 * Redid configuration scheme. Removed gdb.t*/configure.in.
24380 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
24381 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
24382 distclean targets. Built executables via .o files. Adjusted
24383 tests to account for source files in $(srcdir) rather than
24384 $(objdir).
24385 * lib/gdb.exp (runto): Don't expect () after the function name,
24386 because it may have arguments.
24387
24388 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
24389
24390 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24391 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24392 expected failures for mips-idt-* and mips-sgi-*.
24393 * gdb.t00/default.exp (attach): Kill process if requested.
24394 * gdb.t00/help.exp (help target core, help target): Accept a gdb
24395 that does not read core files.
24396 * gdb.t01/run.exp: Removed checks for exit status code.
24397 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24398 it is linked in.
24399 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24400 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24401 appropriate, rather than doing it by hand.
24402 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24403 execution.
24404 * gdb.t10/crossload.exp: Kill existing program if needed.
24405 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
24406 appropriate, rather than doing it by hand. Always increase
24407 timeout for this test, not just for VxWorks.
24408
24409 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
24410
24411 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
24412 of Chill STRUCT types and STRUCT values.
24413 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
24414 than "char".
24415 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
24416 struct2): New struct definitions and initializations to test
24417 simple Chill STRUCT types.
24418
24419 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
24420
24421 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
24422 the null byte at the end of strings.
24423 * gdb.t00/default.exp: Make show version insensitive to copyright
24424 date.
24425 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
24426 to avoid dependencies on target char signedness.
24427 * gdb.t16/printcmds.exp: Update expected results for explicitly
24428 unsigned char.
24429 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
24430 now work.
24431 * gdb.t21/demangle.exp: Add many more patterns for template
24432 demangling, most of them being expected failures.
24433 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
24434 string we are matching for, to match on the whole string.
24435 * gdb.t21/demangle.exp: Add many new test strings to demangle,
24436 and fix a whole bunch that had incorrect expected output but were
24437 passing anyway because of the bug in "proc demangle".
24438 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
24439 type.
24440 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
24441
24442 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
24443
24444 * gdb/testsuite: made modifications to testcases, etc., to allow
24445 them to work properly given the reorganization of deja-gnu and the
24446 relocation of the testcases from deja-gnu to a "tool" subdirectory.
24447
24448 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
24449
24450 * gdb/testsuite: Initial creation of gdb/testsuite.
24451 Migrated dejagnu testcases and support files for testing nm to
24452 gdb/testsuite from deja-gnu. These files were moved "as is"
24453 with no modifications. This migration is part of a major overhaul
24454 of dejagnu. The modifications to these testcases, etc., which
24455 will allow them to work with the new version of dejagnu will be
24456 made in a future update.
24457
24458 For additional changes see gdb.mi/ChangeLog-1999-2003.
24459 \f
24460 ;; Local Variables:
24461 ;; mode: change-log
24462 ;; left-margin: 8
24463 ;; fill-column: 74
24464 ;; version-control: never
24465 ;; End:
24466
24467 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
24468 2003, 2004, 2005 Free Software Foundation, Inc.
24469 Copying and distribution of this file, with or without modification,
24470 are permitted provided the copyright notice and this notice are preserved.
This page took 1.084234 seconds and 4 git commands to generate.