gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.base/async-shell.c: New file.
4 * gdb.base/async-shell.exp: New file.
5
6 2011-06-06 Pedro Alves <pedro@codesourcery.com>
7
8 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9
10 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
11
12 From Stephen Kitt <steve@sk2.org>
13 * gdb.base/help.exp: Adjust following some spelling corrections
14 in GDB.
15
16 2011-06-01 Yao Qi <yao@codesourcery.com>
17
18 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
19
20 2010-05-31 Keith Seitz <keiths@redhat.com>
21
22 PR c++/12750
23 * gdb.cp/static-method.cc: New file.
24 * gdb.cp/static-method.exp: New file.
25
26 2010-05-31 Keith Seitz <keiths@redhat.com>
27
28 PR symtab/12704
29 * gdb.cp/anon-ns.cc: New file.
30 * gdb.cp/anon-ns.exp: New file.
31
32 2011-05-31 Pedro Alves <pedro@codesourcery.com>
33
34 * gdb.arch/i386-dr3-watch.c: New file.
35 * gdb.arch/i386-dr3-watch.exp: New file.
36
37 2011-05-30 Yao Qi <yao@codesourcery.com>
38
39 * gdb.base/callfuncs.c (t_structs_fc): New.
40 (t_structs_dc, t_structs_ldc): New.
41 (t_double_many_args):
42 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
43 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
44 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
45 * gdb.base/callfuncs.exp: Call new functions.
46
47 2011-05-30 Yao Qi <yao@codesourcery.com>
48
49 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
50 Call rerun_and_prepare for each test to isolate effects.
51
52 2011-05-30 Yao Qi <yao@codesourcery.com>
53
54 * gdb.base/varargs.c (find_max_float_real): New.
55 (find_max_double_real, find_max_long_double_real): New.
56 * gdb.base/varargs.exp: Call these new added functions.
57 * lib/gdb.exp (setup_kfail_for_target): New.
58
59 2011-05-30 Yao Qi <yao@codesourcery.com>
60
61 * gdb.base/funcargs.c (callca, callcb, callcc): New.
62 (callcd, callce, callcf, callc1a, callc1b): New.
63 (callc2a, callc2b): New.
64 * gdb.base/funcargs.exp (complex_args): New.
65 (complex_integral_args, complex_float_integral_args): New.
66 * lib/gdb.exp (support_complex_tests): New. Determine
67 whether to run test cases on _Complex types.
68
69 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
70
71 * gdb.threads/leader-exit.c: New file.
72 * gdb.threads/leader-exit.exp: New file.
73
74 2011-05-27 Marek Polacek <mpolacek@redhat.com>
75
76 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
77
78 2011-05-27 Marek Polacek <mpolacek@redhat.com>
79
80 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
81 remove the `supported' variable.
82 * gdb.mi/mi-nonstop.exp: Likewise.
83 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
84 * gdb.mi/mi-nsintrall.exp: Likewise.
85 * gdb.mi/mi-nsmoribund.exp: Likewise.
86 * gdb.mi/mi-nsthrexec.exp: Likewise.
87
88 2011-05-26 Pedro Alves <pedro@codesourcery.com>
89
90 * gdb.reverse/finish-reverse-bkpt.exp: New test.
91
92 2011-05-26 Pedro Alves <pedro@codesourcery.com>
93
94 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
95
96 2011-05-24 Keith Seitz <keiths@redhat.com>
97
98 PR breakpoint/12803
99 * gdb.cp/cmpd-minsyms.cc (a): New method.
100 (b): New method.
101 (c): New method.
102 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
103
104 2011-05-24 Pedro Alves <pedro@codesourcery.com>
105
106 * gdb.base/commands.exp (watchpoint_command_test): Check that the
107 watchpoint's command list didn't execute when the watchpoint went
108 out of scope.
109
110 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
111
112 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
113 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
114 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
115 * gdb.arch/i386-gnu-cfi.exp: Likewise.
116 * gdb.arch/i386-permbkpt.exp: Likewise.
117 * gdb.arch/i386-prologue.exp: Likewise.
118 * gdb.arch/i386-size-overlap.exp: Likewise.
119 * gdb.arch/i386-size.exp: Likewise.
120 * gdb.arch/i386-unwind.exp: Likewise.
121 * gdb.reverse/i386-precsave.exp: Likewise.
122 * gdb.reverse/i386-reverse.exp: Likewise.
123 * gdb.reverse/i386-sse-reverse.exp: Likewise.
124 * gdb.reverse/i387-env-reverse.exp: Likewise.
125 * gdb.reverse/i387-stack-reverse.exp: Likewise.
126
127 2011-05-24 Pedro Alves <pedro@codesourcery.com>
128
129 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
130 file doesn't error, using MI.
131
132 2011-05-23 Tom Tromey <tromey@redhat.com>
133
134 * gdb.base/charset.exp (string_display): Add tests to assign to
135 arrays.
136 * gdb.base/charset.c (short_array, int_array, long_array): New.
137
138 2011-05-20 Pedro Alves <pedro@codesourcery.com>
139
140 Cope with async mode.
141
142 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
143 into gdb_test + mi_expect_stop.
144
145 2011-05-20 Pedro Alves <pedro@codesourcery.com>
146
147 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
148 (callme): Remove printf call.
149
150 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
151
152 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
153 quote pattern to avoid problems with Cygwin/mingw expect versions.
154 * gdb.base/default.exp (show convenience): Use double
155 quote pattern for regular expressions.
156
157 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
158
159 Fix -readnow for -gdwarf-4 unused type units.
160 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
161 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
162
163 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
164
165 * gdb.base/kill-after-signal.c: New file.
166 * gdb.base/kill-after-signal.exp: New file.
167
168 2011-05-16 Pedro Alves <pedro@codesourcery.com>
169
170 * gdb.ada/start.exp: Call untested with the correct test filename.
171 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
172 test filename. Make the test's binary unique.
173 * gdb.arch/i386-signal.exp: Call untested with the correct test
174 filename.
175 * gdb.arch/i386-size-overlap.exp: Ditto.
176 * gdb.arch/Makefile.in (EXECUTABLES): Update.
177 * gdb.base/gcore-buffer-overflow.exp: Ditto.
178 * gdb.cp/call-c.exp: Ditto.
179 * gdb.mi/mi-reverse.exp: Call untested with the correct test
180 filename. Make the test's binary unique.
181 * gdb.mi/Makefile.in (EXECUTABLES): Update.
182 * gdb.python/py-mi.exp: Ditto.
183 * gdb.python/Makefile.in (EXECUTABLES): Update.
184 * gdb.reverse/i386-precsave.exp: Ditto.
185 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
186 test filename.
187 * gdb.reverse/i387-stack-reverse.exp: Ditto.
188 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
189 unique.
190 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
191 test filename.
192 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
193 * gdb.trace/tfile.exp: Ditto.
194
195 2011-05-14 Yao Qi <yao@codesourcery.com>
196
197 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
198 type.
199
200 2011-05-13 Doug Evans <dje@google.com>
201
202 * gdb.python/py-objfile-script.exp: New file.
203 * gdb.python/py-objfile-script.c: New file.
204 * gdb.python/py-objfile-script-gdb.py: New file.
205 * testsuite/gdb.python/py-section-script.exp: Test
206 "info auto-load-scripts".
207
208 2011-05-13 Tom Tromey <tromey@redhat.com>
209
210 * gdb.dwarf2/clztest.exp: New file.
211 * gdb.dwarf2/clztest.c: New file.
212 * gdb.dwarf2/clztest.S: New file.
213
214 2011-05-13 Doug Evans <dje@google.com>
215
216 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
217 String16 tests.
218
219 2011-05-13 Tom Tromey <tromey@redhat.com>
220
221 * lib/gdb.exp (is_x86_like_target): New proc.
222 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
223 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
224 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
225 -nostdlib to compiler.
226 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
227 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
228 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
229 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
230 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
231
232 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
233
234 * gdb.python/py-function.exp: Test setting a value from a function
235 which executes a command.
236
237 2011-05-12 Tom Tromey <tromey@redhat.com>
238
239 * gdb.dwarf2/typeddwarf.S: New file.
240 * gdb.dwarf2/typeddwarf.c: New file.
241 * gdb.dwarf2/typeddwarf.exp: New file.
242
243 2011-05-12 Marek Polacek <mpolacek@redhat.com>
244
245 * gdb.mi/mi-basics.exp: Fix races. Honour the
246 `test_exec_and_symbol_mi_operatons' return value.
247 (test_mi_interpreter_selection): Use mi_gdb_test instead of
248 gdb_test_multiple.
249 (test_exec_and_symbol_mi_operatons): Likewise.
250 (test_path_specification): Likewise.
251
252 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
253
254 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
255 (gdb_touch_execfile): Remove catch wrappers. New variable time.
256 Replace `file copy' and `file rename' by `file mtime'. Twice.
257
258 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
259
260 * gdb.base/readline-ask.c: New file.
261 * gdb.base/readline-ask.exp: New file.
262 * gdb.base/readline-ask.inputrc: New file.
263
264 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
265
266 * gdb.cell/bt.exp: Delete breakpoints before running to signal
267 to avoid race condition.
268 * gdb.cell/coremaker.c: Use small stack size.
269 * gdb.cell/ea-standalone.exp: Use file name without path as
270 argument to c_to.
271 * gdb.cell/fork.exp: Allow other output when continuing to end.
272
273 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
274
275 * gdb.threads/corethreads.c: New file.
276 * gdb.threads/corethreads.exp: New file.
277
278 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
279
280 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
281 Try to compile the test using -Wl,-z,norelro first.
282 (load_core): New variable libthread_db_seen, initialize it.
283 (zeroed-threads cannot be listed): Protect it by XFAIL on
284 !$libthread_db_seen.
285
286 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
287
288 PR 12573
289 * gdb.dwarf2/dw2-skip-prologue.S: New file.
290 * gdb.dwarf2/dw2-skip-prologue.c: New file.
291 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
292
293 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
294
295 * gdb.cp/psymtab-parameter.cc: New file.
296 * gdb.cp/psymtab-parameter.exp: New file.
297
298 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
299
300 Fix a race.
301 * gdb.cp/static-print-quit.exp (print c): Split to ...
302 (print c - <return>, print c - q <return>, print c - to quit):
303 ... these. Make the testfile untested on gdb-7.1.
304
305 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
306
307 * lib/gdb.exp (exec_target_file, exec_symbol_file,
308 gdb_rename_execfile, gdb_touch_execfile): New.
309 * gdb.base/reread.exp: Use new procs to handle multiple
310 exec files.
311
312 2011-05-05 Yao Qi <yao@codesourcery.com>
313
314 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
315 (test_adr_32bit, test_pop_pc): New.
316 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
317 (test_adr_32bit, test_pop_pc): New.
318
319 2011-05-04 Joseph Myers <joseph@codesourcery.com>
320
321 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
322 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
323 targets.
324 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
325 handle targets.
326
327 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
328
329 * gdb.base/completion.exp (complete help info wat): Rename to ...
330 (complete 'help info wat'): ... here.
331 Remove all `-re ".*' and `-re "^.*' redundant regexes.
332 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
333
334 2011-05-04 Pedro Alves <pedro@codesourcery.com>
335
336 * gdb.base/completion.exp: Use gdb_test_multiple instead of
337 gdb_test and explicit $gdb_prompt/timeout matches.
338
339 2011-05-04 Yao Qi <yao@codesourcery.com>
340
341 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
342 and __thumb2__.
343
344 2011-05-03 Marek Polacek <mpolacek@redhat.com>
345
346 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
347 in place of `gdb_test "delete breakpoints"'. This eliminates two
348 testcases.
349
350 2011-05-02 Pedro Alves <pedro@codesourcery.com>
351
352 PR testsuite/12649
353 Fix races.
354
355 * gdb.base/completion.exp: Remove all sleep calls. Remove
356 unnecessary regexs. Don't explicitly expect anything after the
357 prompt. Eat the prompt if necessary.
358
359 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
360
361 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
362 accept to show the caller line again as well as the line after.
363
364 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
365
366 PR mi/12531
367
368 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
369 compile target.
370 * gdb.python/py-prettyprint.exp: Add C++ object for
371 CPLUS_FAKE_CHILD test.
372
373 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
374
375 * gdb.base/signest.exp: New file.
376 * gdb.base/signest.c: Likewise.
377
378 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
379
380 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
381 thread and breakpoint notifications.
382
383 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
384
385 * gdb.base/fortran-sym-case.c: New file.
386 * gdb.base/fortran-sym-case.exp: New file.
387 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
388 * gdb.dwarf2/dw2-case-insensitive.c: New file.
389 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
390
391 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
392
393 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
394 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
395 false #1', `if true else false #2' and `if true else false #3'.
396
397 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
398
399 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
400 while delivering signal.
401
402 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
403
404 MI breakpoint notifications.
405
406 * testsuite/gdb.mi/mi-cli.exp: Adust.
407 * testsuite/gdb.mi/mi2-cli.exp: Adust.
408 * testsuite/gdb.mi/mi-watch.exp: Adust.
409 * testsuite/gdb.mi/mi2-watch.exp: Adust.
410 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
411 notifications.
412
413 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
414
415 * gdb.base/gdbindex-stabs-dwarf.c: New file.
416 * gdb.base/gdbindex-stabs.c: New file.
417 * gdb.base/gdbindex-stabs.exp: New file.
418
419 2011-04-25 Yao Qi <yao@codesourcery.com>
420
421 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
422 with /*...*/.
423 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
424
425 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
426
427 * gdb.python/py-value.exp (test_objfiles): Name the first test
428 `py-value in file.filename'.
429
430 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
431
432 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
433 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
434 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
435 !gdbserver_reconnect_p..
436 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
437
438 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
439
440 * gdb.cp/cpcompletion.exp (complete class methods)
441 (complete class methods beginning with F): Move them above runto. New
442 comment about the runto delimiter.
443
444 2011-04-20 Pedro Alves <pedro@codesourcery.com>
445
446 * gdb.base/maint.exp: Test that "maint print registers" works
447 without a running program.
448
449 2011-04-20 Marek Polacek <mpolacek@redhat.com>
450
451 * gdb.base/setshow.exp: Fix racy tests.
452 ($old_gdb_prompt): New variable.
453
454 2011-04-19 Tom Tromey <tromey@redhat.com>
455
456 * gdb.mi/mi-nsmoribund.exp:
457 * gdb.hp/gdb.objdbg/objdbg01.exp:
458 * gdb.base/structs.exp (test_struct_returns):
459 * gdb.base/call-sc.exp (test_scalar_returns):
460 * gdb.base/bigcore.exp: Remove duplicate words.
461
462 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
463
464 * gdb.base/break-interp-lib.c (v, vptr): New variables.
465 * gdb.base/break-interp.exp (test_attach): New comment.
466
467 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
468
469 * gdb.threads/gcore-thread.exp ($core0file): New variable.
470 (clear __stack_user.next, clear stack_used.next)
471 (save a zeroed-threads corefile): New test.
472 Call core_load for $core0file.
473 (zeroed-threads cannot be listed): New test.
474
475 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
476
477 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
478 filename.
479 ($srcfile): Preserve the original value.
480 ($testfile): Match it the .exp filename.
481 ($corefile): New variable. Substitute it around.
482 Use clean_restart.
483 ($prev_timeout): Remove.
484 (load_core): Move core loading into this proc.
485 Fix restore of $timeout if load_core fails.
486
487 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
488
489 * gdb.base/eu-strip-infcall.c: New file.
490 * gdb.base/eu-strip-infcall.exp: New file.
491
492 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
493
494 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
495 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
496
497 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
498
499 Fix Python access to inlined frames.
500 * gdb.python/py-frame-inline.c: New file.
501 * gdb.python/py-frame-inline.exp: New file.
502
503 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
504
505 * gdb.base/gdb1090.exp: Change breakpoint location to read the
506 content of 's24' correctly (avoiding "optimized out").
507 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
508
509 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
510
511 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
512
513 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
514
515 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
516 expect a colon in watch -location output.
517
518 2011-04-13 Marek Polacek <mpolacek@redhat.com>
519
520 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
521 New testcase `expect response to define backtrace'. Also remove
522 redundant `default' block.
523
524 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
525
526 * gdb.python/py-prettyprint.c (struct hint_error): New.
527 (main): New variable hint_error.
528 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
529 "print hint_error".
530 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
531 (register_pretty_printers): Register it.
532
533 2011-04-04 Tom Tromey <tromey@redhat.com>
534
535 * gdb.cp/maint.exp (test_help): Update.
536 (test_namespace): Likewise.
537
538 2011-04-01 Joel Brobecker <brobecker@adacore.com>
539
540 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
541 * gdb.ada/arrayptr.exp: Add new tests.
542
543 2011-04-01 Joel Brobecker <brobecker@adacore.com>
544
545 * gdb.ada/mi_catch_ex: New testcase.
546
547 2011-04-01 Pedro Alves <pedro@codesourcery.com>
548
549 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
550 base::overload(void) method without specifying "const".
551
552 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
553
554 * gdb.arch/thumb-singlestep.S: New file.
555 * gdb.arch/thumb-singlestep.exp: Likewise.
556
557 2011-03-31 Tom Tromey <tromey@redhat.com>
558
559 * gdb.python/py-prettyprint.py (exception_flag): New global.
560 (NoStringContainerPrinter._iterator.next): Check it.
561 * gdb.python/py-prettyprint.c (main): New variable nstype2.
562 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
563
564 2011-03-29 Tom Tromey <tromey@redhat.com>
565
566 * gdb.cp/anon-struct.cc: New file.
567 * gdb.cp/anon-struct.exp: New file.
568
569 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
570
571 Test STT_GNU_IFUNC support.
572 * gdb.base/gnu-ifunc-lib.c: New file.
573 * gdb.base/gnu-ifunc.c: New file.
574 * gdb.base/gnu-ifunc.exp: New file.
575
576 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
577
578 Support a ring of related breakpoints.
579 * gdb.base/watchpoint-delete.c: New file.
580 * gdb.base/watchpoint-delete.exp: New file.
581
582 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 * gdb.ada/arrayparam.exp (print first after function call): Use
585 explicit package name. Add a comment
586 (print lasta after function call): Rename ...
587 (print last after function call): ... it and use explicit package
588 name.
589 (print length after function call): Use explicit package name.
590 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
591 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
592 (multiple matches for symbol i): Rename ...
593 (multiple matches for symbol integervar): ... it.
594 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
595 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
596
597 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
598
599 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
600 environment variable to make grep output more predictable. Move
601 all the environment setup into gdb_init so it's done once per test
602 case rather than each time we start gdb.
603
604 2011-03-24 Tom Tromey <tromey@redhat.com>
605
606 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
607 test.
608
609 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
610
611 * gdb.dwarf2/dw2-entry-value-main.c: New file.
612 * gdb.dwarf2/dw2-entry-value.S: New file.
613 * gdb.dwarf2/dw2-entry-value.exp: New file.
614
615 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
616
617 PR python/12183
618
619 * gdb.python/py-function.exp: Add GdbError tests.
620
621 2011-03-18 Pedro Alves <pedro@codesourcery.com>
622
623 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
624 (reglocal_test_func, statlocal_test_func): New functions.
625 (globals_test_func): Call new functions.
626 * gdb.trace/unavailable.exp (gdb_collect_args_test)
627 (gdb_collect_locals_test): New procedure.
628 (gdb_trace_collection_test): Call new procedures.
629
630 2011-03-18 Pedro Alves <pedro@codesourcery.com>
631
632 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
633 (test_register, test_register_unavailable): New procedures.
634 (gdb_unavailable_registers_test): New procedure.
635 (gdb_trace_collection_test): Call it.
636
637 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
638
639 PR python/12149
640
641 * gdb.python/python.exp: Add gdb.write tests.
642
643 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
644
645 * gdb.python/Makefile.in: Add py-objfile.
646 * gdb.python/py-objfile.exp: New file.
647 * gdb.python/py-objfile.c: New file.
648 * gdb.python/py-block.exp: Add is_valid tests.
649 * gdb.python/py-inferior.exp: Ditto.
650 * gdb.python/py-infthread.exp: Ditto.
651 * gdb.python/py-symbol.exp: Ditto.
652 * gdb.python/py-symtab.exp: Ditto.
653
654 2011-03-16 Keith Seitz <keiths@redhat.com>
655
656 PR c++/12273
657 * gdb.cp/cmpd-minsyms.exp: New test.
658 * gdb.cp/cmpd-minsyms.cc: New file.
659
660 PR c++/11734
661 * gdb.cp/ovsrch.exp: New test.
662 * gdb.cp/ovsrch.h: New file.
663 * gdb.cp/ovsrch1.cc: New file.
664 * gdb.cp/ovsrch2.cc: New file.
665 * gdb.cp/ovsrch3.cc: New file.
666 * gdb.cp/ovsrch4.cc: New file.
667
668 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
669
670 PR gdb/12528
671 * gdb.base/Makefile.in: Adjust EXECUTABLES.
672 * gdb.base/break-on-linker-gcd-function.exp: New test.
673 * gdb.base/break-on-linker-gcd-function.cc: New file.
674
675 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
676
677 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
678
679 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
680
681 * lib/gdb.exp (gdb_unload): Add another termination case.
682
683 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
684
685 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
686 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
687 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
688 Provide a stub byte there.
689 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
690 DW_AT_entry_pc.
691 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
692
693 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
694
695 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
696 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
697 "generic ABI, auto".
698 (altivec_abi_tests): Accept vectors returned by reference.
699
700 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
701
702 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
703
704 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
705
706 * gdb.python/py-section-script.exp: Skip test if no Python support.
707
708 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
709
710 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
711
712 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
713
714 * gdb.python/py-parameter.exp: Update tests to the new Python
715 parameter API. Add "no documentation" test. Add deprecated API
716 backward compatibility test.
717
718 2011-03-09 Tom Tromey <tromey@redhat.com>
719
720 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
721 gdb_continue_to_end.
722
723 2011-03-09 Mark Kettenis <kettenis@gnu.org>
724
725 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
726 tabs.
727
728 2011-03-09 Tom Tromey <tromey@redhat.com>
729
730 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
731 parentheses.
732 (gdb_continue_to_end): Add "allow_extra" parameter. Use
733 $command.
734 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
735 argument to gdb_continue_to_end.
736 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
737 argument to gdb_continue_to_end.
738 * gdb.cp/annota3.exp: Fix regex.
739 * gdb.cp/annota2.exp: Fix regex.
740 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
741 gdb_continue_to_end.
742 * gdb.base/call-signal-resume.exp: Revert earlier patch.
743 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
744 gdb_continue_to_end.
745
746 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
747
748 * gdb.server/ext-run.exp
749 (load new file without any gdbserver inferior): New test.
750
751 2011-03-07 Tom Tromey <tromey@redhat.com>
752
753 * Makefile.in (TAGS): Rewrite.
754
755 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
756
757 * gdb.trace/report.exp (12.1: trace report #1): New match for the
758 initial commands echo. New match for `Found trace'. Anchor all the
759 other matches. Anchor and match for `No trace frame found' the final
760 match.
761
762 2011-03-07 Tom Tromey <tromey@redhat.com>
763
764 * Makefile.in (TAGS): New target.
765
766 2011-03-07 Tom Tromey <tromey@redhat.com>
767
768 * lib/opencl.exp (skip_opencl_tests): Update for exit message
769 change.
770 * lib/mi-support.exp (mi_gdb_test): Update for exit message
771 change.
772 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
773 exit message change.
774 (skip_altivec_tests): Update for exit message change.
775 (skip_vsx_tests): Likewise.
776 (gdb_continue_to_end): Likewise. Add 'command' argument.
777 * lib/cell.exp (skip_cell_tests): Update for exit message change.
778 * gdb.threads/tls.exp: Update for exit message change.
779 * gdb.threads/thread-unwindonsignal.exp: Use
780 gdb_continue_to_end.
781 * gdb.threads/step.exp (step_it): Update for exit message change.
782 (continue_all): Likewise.
783 * gdb.threads/print-threads.exp (test_all_threads): Update for
784 exit message change.
785 * gdb.threads/interrupted-hand-call.exp: Use
786 gdb_continue_to_end.
787 * gdb.threads/execl.exp: Use gdb_continue_to_end.
788 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
789 gdb_continue_to_end.
790 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
791 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
792 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
793 * gdb.cp/method.exp: Update for exit message change.
794 * gdb.cp/mb-templates.exp: Update for exit message change.
795 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
796 * gdb.cp/annota3.exp: Update for exit message change.
797 * gdb.cp/annota2.exp: Update for exit message change.
798 * gdb.cell/fork.exp: Use gdb_continue_to_end.
799 * gdb.base/term.exp: Update for exit message change.
800 * gdb.base/step-test.exp (test_i): Update for exit message change.
801 * gdb.base/sigstep.exp (advance): Update for exit message change.
802 (advancei): Likewise.
803 * gdb.base/siginfo.exp: Update for exit message change.
804 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
805 * gdb.base/reread.exp: Use gdb_continue_to_end.
806 * gdb.base/langs.exp: Use gdb_continue_to_end.
807 * gdb.base/interrupt.exp: Update for exit message change.
808 * gdb.base/gdb1555.exp: Update for exit message change.
809 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
810 * gdb.base/ending-run.exp: Update for exit message change.
811 * gdb.base/chng-syms.exp: Update for exit message change.
812 * gdb.base/checkpoint.exp: Update for exit message change.
813 * gdb.base/catch-syscall.exp (check_for_program_end): Use
814 gdb_continue_to_end.
815 (test_catch_syscall_with_wrong_args): Likewise.
816 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
817 * gdb.base/break-interp.exp (test_ld): Update for exit message
818 change.
819 * gdb.base/bang.exp: Update for exit message change.
820 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
821 (do_call_attach_tests): Likewise.
822 * gdb.base/a2-run.exp: Update for exit message change.
823 * gdb.arch/ppc-dfp.exp: Update for exit message change.
824 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
825 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
826
827 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
828
829 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
830
831 2011-03-03 Tom Tromey <tromey@redhat.com>
832
833 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
834 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
835 * gdb.hp/gdb.aCC/configure.ac: Remove.
836 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
837 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
838 * gdb.hp/gdb.base-hp/configure.ac: Remove.
839 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
840 * gdb.hp/gdb.compat/configure (Makefile): Remove.
841 * gdb.hp/gdb.compat/configure.ac: Remove.
842 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
843 * gdb.hp/gdb.defects/configure (Makefile): Remove.
844 * gdb.hp/gdb.defects/configure.ac: Remove.
845 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
846 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
847 * gdb.hp/gdb.objdbg/configure.ac: Remove.
848 * gdb.hp/configure.ac: Remove.
849 * gdb.hp/configure: Remove.
850 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
851 substitution.
852 (Makefile): Remove rule.
853 * gdb.cell/configure.ac: Remove.
854 * gdb.cell/configure: Remove.
855 * gdb.stabs/Makefile.in (Makefile): Remove.
856 (distclean): Don't remove config.status or config.log.
857 * gdb.stabs/configure (Makefile): Remove.
858 * gdb.stabs/configure.ac: Remove.
859 * configure: Rebuild.
860 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
861 Remove stabs- and cell-specific logic. Test for existence of
862 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
863 subdirectories, gdb.cell, and and gdb.stabs.
864 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
865
866 2011-03-03 Joel Brobecker <brobecker@adacore.com>
867
868 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
869 end of buffer.
870
871 2011-03-02 Joel Brobecker <brobecker@adacore.com>
872
873 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
874 gdb_test when running a test where we expected no output back.
875
876 2011-02-28 Michael Snyder <msnyder@vmware.com>
877
878 * gdb.cp/overload.cc: Change initializer value to integer.
879
880 2011-02-27 Michael Snyder <msnyder@vmware.com>
881
882 * gdb.multi/base.exp: Add test for remove-inferiors.
883
884 2011-02-26 Joel Brobecker <brobecker@adacore.com>
885
886 * gdb.python/py-frame.exp: Simplify the initialization phase
887 using prepare_for_testing.
888
889 2011-02-25 Michael Snyder <msnyder@vmware.com>
890
891 * gdb.multi/base.exp: Add tests for info inferiors with args.
892
893 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
894
895 * gdb.dwarf2/dw2-ranges.S: Rename to ...
896 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
897 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
898 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
899 asmfile3. Comment the STABS (#3) file compilation. Compile
900 everything through assembler. Provide KFAIL for symtab/12497.
901 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
902 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
903 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
904 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
905
906 2011-02-24 Michael Snyder <msnyder@vmware.com>
907
908 * gdb.base/break.exp: Add tests for delete breakpoints using
909 convenience variables and value history references.
910
911 2011-02-24 Michael Snyder <msnyder@vmware.com>
912
913 * gdb.base/break.exp: Remove debugging 'printf' accidentally
914 left behind in previous check-in.
915
916 2011-02-23 Michael Snyder <msnyder@vmware.com>
917
918 * gdb.base/break.exp: Add tests for "info break" with arguments.
919 * gdb.trace/infotrace.exp: Update patterns for error and help.
920 * gdb.base/completion.exp: Update pattern.
921 * gdb.base/ena-dis-br.exp: Update pattern.
922 * gdb.base/help.exp: Update patterns.
923
924 2011-02-23 Michael Snyder <msnyder@vmware.com>
925
926 * gdb.base/memattr.exp: New test.
927 * gdb.base/memattr.c: Test load for memattr.exp.
928
929 2011-02-22 Doug Evans <dje@google.com>
930
931 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
932
933 2011-02-22 Michael Snyder <msnyder@vmware.com>
934
935 * Makefile.in: Make more clean.
936 * gdb.ada/Makefile.in: Ditto.
937 * gdb.arch/Makefile.in: Ditto.
938 * gdb.asm/Makefile.in: Ditto.
939 * gdb.base/Makefile.in: Ditto.
940 * gdb.cp/Makefile.in: Ditto.
941 * gdb.dwarf2/Makefile.in: Ditto.
942 * gdb.java/Makefile.in: Ditto.
943 * gdb.mi/Makefile.in: Ditto.
944 * gdb.modula2/Makefile.in: Ditto.
945 * gdb.python/Makefile.in: Ditto.
946 * gdb.server/Makefile.in: Ditto.
947 * gdb.stabs/Makefile.in: Ditto.
948 * gdb.threads/Makefile.in: Ditto.
949 * gdb.trace/Makefile.in: Ditto.
950
951 2011-02-22 Michael Snyder <msnyder@vmware.com>
952
953 * gdb.threads/thread-find.exp: Add tests for bad input to
954 info threads.
955
956 2011-02-22 Joel Brobecker <brobecker@adacore.com>
957
958 * gdb.python/py-breakpoint.exp: Fix the expected output of
959 one of the "maint info breakpoints" tests to accept the output
960 generated on platforms that do not have hardware watchpoints.
961
962 2011-02-22 Joel Brobecker <brobecker@adacore.com>
963
964 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
965 clean_restart. Be a little stricter in the expected output
966 for one of the tests. Fix a typo in one of the comments.
967
968 2011-02-22 Joel Brobecker <brobecker@adacore.com>
969
970 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
971 Delete variable binfile, no longer use. Add or modify test
972 comments to make them unique.
973
974 2011-02-21 Michael Snyder <msnyder@vmware.com>
975
976 * Makefile.in: Update for make 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-21 Michael Snyder <msnyder@vmware.com>
993
994 * gdb.threads/thread-find.exp: Update patterns for changes in
995 output of "info threads" command.
996
997 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
998 Ulrich Weigand <uweigand@de.ibm.com>
999
1000 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
1001 (skip_hw_watchpoint_tests): Likewise.
1002 (skip_hw_watchpoint_multi_tests): Likewise.
1003
1004 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1005
1006 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
1007 (skip_hw_watchpoint_tests): Likewise.
1008 (skip_hw_watchpoint_multi_tests): Likewise.
1009 (skip_hw_watchpoint_access_tests): Likewise.
1010
1011 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
1012 * gdb.base/pr11022.exp: Likewise.
1013 * gdb.base/watch-read.exp: Likewise.
1014 * gdb.base/watch_thread_num.exp: Likewise.
1015 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
1016 * gdb.base/watchpoint-hw.exp: Likewise.
1017 * gdb.base/watchpoint.exp: Likewise.
1018 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
1019 * gdb.threads/watchthreads-reorder.exp: Likewise.
1020 * gdb.threads/watchthreads.exp: Likewise.
1021 * gdb.threads/watchthreads2.exp: Likewise.
1022
1023 2011-02-21 Joel Brobecker <brobecker@adacore.com>
1024
1025 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
1026 the debugger is unable to find the array bounds.
1027
1028 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1029
1030 * gdb.cp/typedef-operator.exp: New file.
1031 * gdb.cp/typedef-operator.cc: New file.
1032
1033 2011-02-17 Michael Snyder <msnyder@vmware.com>
1034
1035 * gdb.threads/thread-find.exp: Fix regular expressions.
1036
1037 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.ada/packed_array: Expand testcase to test printing of
1040 unconstrained packed array.
1041
1042 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1043
1044 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
1045
1046 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1047
1048 * gdb.trace/collection.c (globalarr3): New global.
1049 (main): Initialize it before collecting, and and clear it
1050 afterwards.
1051 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1052 collecting with '{type} addr', where the addr expression is not an
1053 rvalue.
1054
1055 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
1056
1057 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
1058 a bool variable. Expect correct OpenCL names for vector types. Use the
1059 uc3 variable name instead of referring to the uchar3 built-in type.
1060 Escape the asterisk at the half pointer test.
1061
1062 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1063
1064 * gdb.trace/collection.c (globalarr2): New global.
1065 (main): Initialize it before collecting, and and clear it
1066 afterwards.
1067 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1068 collecting overlapping memory ranges.
1069
1070 2011-02-15 Michael Snyder <msnyder@vmware.com>
1071
1072 * gdb.base/default.exp: Add tests for thread commands.
1073 * gdb.base/help.exp: Add tests for thread commands.
1074 * gdb.threads/thread-find.exp: New test for thread find command.
1075
1076 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
1077
1078 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
1079
1080 2011-02-15 Yao Qi <yao@codesourcery.com>
1081
1082 PR tdep/12352
1083 * gdb.arch/arm-disp-step.S : New test for str instruction.
1084 * gdb.arch/arm-disp-step.exp : Likewise.
1085
1086 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1087
1088 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
1089 "vector_register2_vr" test strings. Test the extended floating
1090 point registers (F32~F63).
1091 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
1092 IBM XL C compiler. Make the test program use a register provided
1093 by the compiler for the lxvd2x instruction.
1094
1095 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1096
1097 * gdb.trace/unavailable.cc (class Base, class Middle, class
1098 Derived): New types.
1099 (derived_unavail, derived_partial, derived_whole): New globals.
1100 (virtual_partial): New global.
1101 (virtualp): Point at virtual_partial.
1102 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1103 related to unavailable vptr.
1104
1105 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1106
1107 * gdb.trace/unavailable.cc (a, b, c): New globals.
1108 (main): Set and clear them.
1109 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1110 `a' and `c', and check that `b' isn't collected, although `a' and
1111 `c' are.
1112
1113 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1114
1115 * gdb.trace/unavailable.cc (struct Virtual): New.
1116 (virtualp): New global pointer.
1117 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1118 printing a pointer to an object whose type has a vtable, with
1119 print object on.
1120
1121 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1122
1123 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
1124 value repeat handles unavailableness.
1125
1126 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1127
1128 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
1129 tests for building arrays from unavailable values, subscripting
1130 non-memory rvalue unvailable arrays, and accessing fields or
1131 baseclasses of non-lazy unavailable values,
1132 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
1133 struct types.
1134 (g_smallstruct, g_smallstruct_b): New globals.
1135
1136 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1137
1138 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
1139
1140 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1141
1142 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1143 * gdb.cp/overload-const.exp: New file.
1144 * gdb.cp/overload-const.cc: New file.
1145
1146 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1147
1148 * gdb.opencl/callfuncs.cl: New file.
1149 * gdb.opencl/callfuncs.exp: New test.
1150 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
1151
1152 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1153
1154 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
1155 when computing result.
1156 * gdb.arch/altivec-abi.exp: Update expected results.
1157
1158 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1159
1160 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
1161 * gdb.base/jit.exp: Likewise.
1162 * gdb.base/pie-execl.exp: Likewise.
1163 * gdb.base/solib-nodir.exp: Likewise.
1164 * gdb.base/solib-overlap.exp: Likewise.
1165
1166 2011-02-07 Pedro Alves <pedro@codesourcery.com>
1167
1168 * gdb.trace/collection.c (global_pieces): New.
1169 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
1170 New procedure.
1171 (gdb_trace_collection_test): Call it.
1172
1173 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1174
1175 * gdb.python/py-evthreads.c: New file.
1176 * gdb.python/py-evthreads.exp: New file.
1177 * gdb.python/py-events.py: New file.
1178 * gdb.python/py-events.exp: New file.
1179 * gdb.python/py-events.c: New file.
1180
1181 2011-02-04 David Daney <ddaney@caviumnetworks.com>
1182
1183 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
1184
1185 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
1186
1187 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
1188 gdb.base/disasm-end-cu.exp: New test for disassembling over the
1189 boundary between two compilation units.
1190
1191 2011-02-02 Pedro Alves <pedro@codesourcery.com>
1192
1193 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
1194 (Virtual): New structs.
1195 (virtual_o, virtual_middle_b): New globals.
1196 * gdb.cp/virtbase.exp: New tests.
1197
1198 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1199
1200 * gdb.base/jit.exp: New file.
1201 * gdb.base/jit-main.c: New file.
1202 * gdb.base/jit-solib.c: New file.
1203
1204 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
1205
1206 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
1207 proceed to initial kernel entry point.
1208 * gdb.opencl/datatypes.exp: Likewise.
1209 * gdb.opencl/operators.exp: Likewise.
1210 * gdb.opencl/vec_comps.exp: Likewise.
1211
1212 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
1213
1214 * gdb.cp/nsnested.cc: New.
1215 * gdb.cp/nsnested.exp: New.
1216 * gdb.cp/nsnoimports.exp: New.
1217 * gdb.cp/nsnoimports.cc: New.
1218
1219 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1220
1221 * gdb.base/interact.exp: Add extra tests that verify that
1222 the value of the interactive-mode setting does not change
1223 after the script is sourced.
1224
1225 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 * gdb.cp/noparam.exp: New file.
1228 * gdb.cp/noparam.cc: New file.
1229
1230 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1231
1232 * gdb.trace/tfile.exp: Test that with no traceframe selected,
1233 there's no stack or registers.
1234
1235 2011-01-26 Tom Tromey <tromey@redhat.com>
1236
1237 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1238 space before string output. Add test for "set print pretty off"
1239 case.
1240
1241 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1242
1243 * gdb.base/frame-args.exp: Adjust.
1244 * gdb.dwarf2/dw2-noloc.exp: Adjust.
1245 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1246 * gdb.dwarf2/pieces.exp: Adjust.
1247 * gdb.opt/clobbered-registers-O2.exp: Adjust.
1248 * gdb.opt/inline-locals.exp: Adjust.
1249 * gdb.threads/fork-child-threads.exp: Adjust.
1250
1251 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
1252
1253 * gdb.opencl/convs_casts.cl: Move program scope variables into the
1254 OpenCL kernel function. Add a comment as marker. Add address space
1255 qualifiers for the remaining program scope variables.
1256 * gdb.opencl/datatypes.cl: Likewise.
1257 * gdb.opencl/operators.cl: Likewise.
1258 * gdb.opencl/vec_comps.cl: Likewise.
1259 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1260 Add breakpoint at the marker comment.
1261 * gdb.opencl/datatypes.exp: Likewise.
1262 * gdb.opencl/operators.exp: Likewise.
1263 * gdb.opencl/vec_comps.exp: Likewise.
1264
1265 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1266
1267 * gdb.base/printcmds.c (some_struct): New struct and instance.
1268 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1269 procedure.
1270 <global scope>: Call it.
1271
1272 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
1273
1274 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1275 argument to the gdb_compile_opencl_hostapp call.
1276
1277 2011-01-19 Yao Qi <yao@codesourcery.com>
1278
1279 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1280 positve list.
1281
1282 2011-01-19 Yao Qi <yao@codesourcery.com>
1283
1284 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1285 canonical form.
1286 Remove "xscale-*-*"
1287 * gdb.xml/tdesc-regs.exp: Likewise.
1288 * gdb.python/py-section-script.exp: Replace ARM target triplet
1289 with canonical form.
1290 Match arm*-*-symbianelf*.
1291 * gdb.base/dup-sect.exp: Likewise.
1292 * lib/dwarf.exp: New.
1293 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1294 dwarf2_support.
1295 * gdb.dwarf2/dup-psym.exp: Likewise.
1296 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1297 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1298 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1299 * gdb.dwarf2/dw2-basic.exp: Likewise.
1300 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1301 * gdb.dwarf2/dw2-const.exp: Likewise.
1302 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1303 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1304 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1305 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1306 * gdb.dwarf2/dw2-filename.exp: Likewise.
1307 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1308 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1309 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1310 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1311 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1312 * gdb.dwarf2/dw2-noloc.exp: Likewise.
1313 * gdb.dwarf2/dw2-op-call.exp: Likewise.
1314 * gdb.dwarf2/dw2-producer.exp: Likewise.
1315 * gdb.dwarf2/dw2-ranges.exp: Likewise.
1316 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1317 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1318 * gdb.dwarf2/dw2-strp.exp: Likewise.
1319 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1320 * gdb.dwarf2/implptr.exp: Likewise.
1321 * gdb.dwarf2/mac-fileno.exp: Likewise.
1322 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1323 * gdb.dwarf2/pieces.exp: Likewise.
1324 * gdb.dwarf2/pr11465.exp: Likewise.
1325 * gdb.dwarf2/valop.exp: Likewise.
1326 * gdb.dwarf2/watch-notconst.exp: Likewise.
1327 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1328
1329 2011-01-19 Tom Tromey <tromey@redhat.com>
1330
1331 * gdb.python/py-infthread.exp: Add thread tests.
1332
1333 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1334
1335 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1336
1337 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1338
1339 * gdb.ada/widewide: New testcase.
1340
1341 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1342
1343 * gdb.base/interact.exp: New testcase.
1344
1345 2011-01-12 Tom Tromey <tromey@redhat.com>
1346
1347 * gdb.mi/gdb2549.exp: Update for error message changes.
1348 * gdb.mi/mi-cli.exp: Likewise.
1349 * gdb.mi/mi-disassemble.exp: Likewise.
1350 * gdb.mi/mi-pthreads.exp: Likewise.
1351 * gdb.mi/mi-regs.exp: Likewise.
1352 * gdb.mi/mi-stack.exp: Likewise.
1353 * gdb.mi/mi-var-block.exp: Likewise.
1354 * gdb.mi/mi-var-cmd.exp: Likewise.
1355 * gdb.mi/mi2-cli.exp: Likewise.
1356 * gdb.mi/mi2-disassemble.exp: Likewise.
1357 * gdb.mi/mi2-pthreads.exp: Likewise.
1358 * gdb.mi/mi2-regs.exp: Likewise.
1359 * gdb.mi/mi2-stack.exp: Likewise.
1360 * gdb.mi/mi2-var-block.exp: Likewise.
1361 * gdb.mi/mi2-var-cmd.exp: Likewise.
1362
1363 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1364 Jan Kratochvil <jan.kratochvil@redhat.com>
1365
1366 PR fortran/11104 and DWARF unbound arrays detection.
1367 * gdb.fortran/multi-dim.exp: New file.
1368 * gdb.fortran/multi-dim.f90: New file.
1369
1370 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1371
1372 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
1373 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
1374 add new tests for opcode dumping.
1375
1376 2011-01-11 Tom Tromey <tromey@redhat.com>
1377
1378 * gdb.python/py-infthread.exp: Load gdb-python.exp.
1379
1380 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1381
1382 Convert hardware watchpoints to use breakpoint_ops.
1383 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
1384 type is not supported.
1385 * gdb.base/foll-fork.exp: Likewise.
1386 * gdb.base/foll-vfork.exp: Likewise.
1387
1388 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
1389
1390 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
1391 Use load_lib gdb-python.exp.
1392 * gdb.python/python.exp: Ditto.
1393 * gdb.python/py-function.exp: Ditto.
1394
1395 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1396
1397 * gdb.threads/tls.exp ("info address me"): Fix expected output.
1398
1399 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1400
1401 * configure: Regenerate.
1402
1403 2011-01-06 Tom Tromey <tromey@redhat.com>
1404
1405 * gdb.python/py-frame.exp: Test gdb.newest_frame.
1406
1407 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1408
1409 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
1410 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
1411 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1412 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
1413 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
1414 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1415 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
1416 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
1417 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
1418 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
1419 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
1420 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
1421 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
1422 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1423 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1424 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
1425 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
1426 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
1427 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1428 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1429 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1430 gdb.ada/uninitialized_vars.exp,
1431 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1432 Simplify by using clean_restart.
1433
1434 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1435
1436 Add marker to be used as anchor for inserting breakpoints.
1437 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1438 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1439 Likewise.
1440
1441 Remove uses of gdb_start_cmd.
1442 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1443 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1444
1445 Do not run testcase if testing with GDBserver.
1446 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1447 if testing with GDBserver.
1448
1449 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1450
1451 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1452 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1453 copyright header.
1454
1455 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1456
1457 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1458 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1459 testsuite/gdb.fortran/complex.f,
1460 testsuite/gdb.fortran/derived-type.f90,
1461 testsuite/gdb.fortran/library-module-lib.f90,
1462 testsuite/gdb.fortran/library-module-main.f90,
1463 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1464 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1465 Copyright year update.
1466
1467 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1468
1469 * gdb.base/langs1.f: Add copyright header.
1470
1471 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1472
1473 * gdb.base/morestack.exp: New file.
1474 * gdb.base/morestack.c: New file.
1475
1476 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1477
1478 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1479
1480 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1481
1482 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1483 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1484
1485 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1486
1487 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1488
1489 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1490
1491 * gdb.threads/tls.exp: Fix typo.
1492
1493 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1494 * gdb.threads/execl.exp: Update.
1495
1496 2010-12-23 Yao Qi <yao@codesourcery.com>
1497
1498 * gdb.arch/arm-disp-step.exp: New.
1499 * gdb.arch/arm-disp-step.S: New.
1500
1501 2010-12-21 Tom Tromey <tromey@redhat.com>
1502
1503 * gdb.threads/execl.exp: Update.
1504 * gdb.threads/linux-dp.exp: Update.
1505 * gdb.threads/manythreads.exp: Update.
1506 * gdb.threads/tls.exp: Update.
1507
1508 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1509
1510 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1511 (NextOverThrowDerivates) <resumebpt>: New.
1512 (resumebpt_test): New.
1513 (main): Call resumebpt_test.
1514 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1515
1516 2010-12-12 Stan Shebs <stan@codesourcery.com>
1517
1518 * gdb.trace/tsv.exp: Test print command on trace state variables.
1519
1520 2010-12-09 Tom Tromey <tromey@redhat.com>
1521
1522 * gdb.base/interp.exp: Add regression test.
1523
1524 2010-12-09 Tom Tromey <tromey@redhat.com>
1525
1526 * gdb.java/jnpe.java: New file.
1527 * gdb.java/jnpe.exp: New file.
1528 * gdb.cp/nextoverthrow.exp: New file.
1529 * gdb.cp/nextoverthrow.cc: New file.
1530
1531 2010-12-07 Doug Evans <dje@google.com>
1532
1533 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1534 of data-directory.
1535 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1536 updated.
1537 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1538
1539 2010-11-29 Michael Snyder <msnyder@vmware.com>
1540
1541 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1542 * gdb.base/call-sc.exp: Ditto.
1543 * gdb.base/finish.exp: Ditto.
1544 * gdb.base/return.exp: Ditto.
1545 * gdb.base/return2.exp: Ditto.
1546
1547 2010-11-30 Doug Evans <dje@google.com>
1548
1549 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1550 (gdb_expect_list): Fix spelling errors in comments.
1551 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1552 send_gdb/gdb_expect_list where applicable.
1553 * gdb.base/call-ar-st.exp: Ditto.
1554 * gdb.base/funcargs.exp: Ditto.
1555 * gdb.base/gcore.exp: Ditto.
1556 * gdb.base/page.exp: Ditto.
1557 * gdb.base/sigaltstack.exp: Ditto.
1558 * gdb.base/siginfo.exp: Ditto.
1559 * gdb.base/sigstep.exp: Ditto.
1560 * gdb.base/trace-commands.exp: Ditto.
1561
1562 2010-11-29 Doug Evans <dje@google.com>
1563
1564 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1565 printer-name;subprinter-name.
1566
1567 2010-11-29 Tom Tromey <tromey@redhat.com>
1568
1569 * gdb.dwarf2/implptr.exp: New file.
1570 * gdb.dwarf2/implptr.c: New file.
1571 * gdb.dwarf2/implptr.S: New file.
1572
1573 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1574
1575 PR python/12199
1576
1577 * gdb.python/py-breakpoint.exp: Test the delete method.
1578
1579 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1580
1581 Fix step_resume_breakpoint unsaved during an infcall.
1582 * gdb.base/step-resume-infcall.exp: New file.
1583 * gdb.base/step-resume-infcall.c: New file.
1584
1585 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1586
1587 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1588
1589 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1590
1591 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1592 on ppc64's symbols; "finish" and "return" commands must accept to
1593 show the caller line again as well as the line after.
1594 * gdb.asm/powerpc64.inc: New file.
1595
1596 2010-11-23 Doug Evans <dje@google.com>
1597
1598 * lib/gdb.exp (gdb_test_sequence): New function.
1599 (gdb_expect_list): Add verbose -log call for each pattern.
1600 * gdb.base/signals.exp (test_handle_all_print): Call it.
1601 Reduce timeout increment from 6 minutes to 1 minute.
1602 * gdb.server/ext-run.exp: Call it.
1603
1604 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1605
1606 PR python/12212
1607
1608 * gdb.python/python.exp: Check that selected_thread raises an
1609 error when no inferior is loaded.
1610
1611 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1612
1613 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1614 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1615
1616 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1617
1618 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1619 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1620
1621 2010-11-18 Doug Evans <dje@google.com>
1622
1623 * gdb.server/ext-run.exp: Fix intermittent failures.
1624
1625 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1626
1627 * gdb.stabs/gdb11479.exp: Use runto_main.
1628
1629 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1630
1631 * gdb.base/break-entry.exp: Skip if using a stub.
1632
1633 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
1634
1635 * gdb.python/py-inferior.exp: Pack values in target endianness.
1636
1637 2010-11-12 Tom Tromey <tromey@redhat.com>
1638
1639 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
1640 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
1641 MemoryError.
1642 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
1643 type.
1644 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
1645 MemoryError.
1646 (test_subscript_regression): Update exception type.
1647
1648 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
1649
1650 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
1651 breakpoint tests.
1652
1653 2010-11-09 Pedro Alves <pedro@codesourcery.com>
1654
1655 * gdb.base/watchpoint.exp: Test "watch -location" with an
1656 innacessible location.
1657
1658 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
1659 Luis Machado <luisgpm@br.ibm.com>
1660
1661 * gdb.base/maint.exp: Expect "." prefix.
1662 * gdb.base/nodebug.exp: Expect "." Likewise.
1663 * gdb.base/sepsymtab.exp: Expect "." Likewise.
1664 * gdb.base/watchpoint-cond-gone.exp: Likewise.
1665 * gdb.base/watchpoint.exp: Expect a software watch to be created for
1666 POWER server processors.
1667
1668 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
1669 Luis Machado <luisgpm@br.ibm.com>
1670
1671 * gdb.base/break-entry.exp: convert entry point for
1672 ppc64 and expect leading `.' on ppc64's symbols
1673
1674 2010-11-05 Doug Evans <dje@google.com>
1675
1676 * gdb.base/help.exp: Update expected output.
1677 * gdb.python/py-param.exp: Delete, contents moved to ...
1678 * gdb.python/py-parameter.exp: ... here. New file.
1679 Add test for gdb.parameter ("directories").
1680
1681 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
1682
1683 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
1684 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
1685 * configure: Regenerate.
1686 * gdb.opencl/Makefile.in: New File.
1687 * gdb.opencl/datatypes.exp: Likewise.
1688 * gdb.opencl/datatypes.cl: Likewise.
1689 * gdb.opencl/operators.exp: Likewise.
1690 * gdb.opencl/operators.cl: Likewise.
1691 * gdb.opencl/vec_comps.exp: Likewise.
1692 * gdb.opencl/vec_comps.cl: Likewise.
1693 * gdb.opencl/convs_casts.exp: Likewise.
1694 * gdb.opencl/convs_casts.cl: Likewise.
1695 * lib/opencl.exp: Likewise.
1696 * lib/opencl_hostapp.c: Likewise.
1697 * lib/opencl_kernel.cl: Likewise.
1698 * lib/cl_util.c: Likewise.
1699 * lib/cl_util.c: Likewise.
1700 * gdb.base/default.exp (set language): Add "opencl" to the list of
1701 languages.
1702
1703 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
1704
1705 * gdb.cp/overload.exp: Added test for inheritance overload.
1706 * gdb.cp/overload.cc: Ditto.
1707 * gdb.cp/oranking.exp: Removed releveant kfails.
1708
1709 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1710 Joel Brobecker <brobecker@adacore.com>
1711
1712 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
1713 check test_compiler_info.
1714
1715 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1716
1717 * gdb.base/gnu_vector.exp: Adjust expect messages.
1718
1719 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1720
1721 * gdb.base/gnu_vector.exp: Add unary operator tests.
1722
1723 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
1724
1725 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
1726
1727 2010-11-02 Doug Evans <dje@google.com>
1728
1729 * gdb.python/py-pp-maint.c: New file.
1730 * gdb.python/py-pp-maint.exp: New file.
1731 * gdb.python/py-pp-maint.py: New file.
1732
1733 2010-11-02 Tom Tromey <tromey@redhat.com>
1734
1735 * gdb.base/default.exp: Remove "scheme" from language list.
1736
1737 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1738
1739 Revert:
1740 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1741 * gdb.threads/sigstep-threads.exp: New file.
1742 * gdb.threads/sigstep-threads.c: New file.
1743
1744 2010-10-20 Michael Snyder <msnyder@vmware.com>
1745
1746 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
1747
1748 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1749
1750 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
1751 Skip test completely if gdb,no_hardware_watchpoints.
1752
1753 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
1754
1755 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
1756 strict, but do not check for any particular function name within libc.
1757
1758 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1759
1760 * gdb.cp/smartp.exp: New test.
1761 * gdb.cp/smartp.cc : New test.
1762
1763 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
1764
1765 * gdb.cp/converts.exp: Test pointer to bool conversion.
1766 Test pointer to long conversion.
1767 * gdb.cp/oranking.exp: Removed relevant kfail.
1768
1769 2010-10-18 Tom Tromey <tromey@redhat.com>
1770
1771 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
1772 argument to lazy_string.
1773 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
1774 (pp_ls.to_string): Use it.
1775 * gdb.python/py-prettyprint.c (main): Move declarations to top.
1776 Add "estring2" local.
1777
1778 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1779
1780 Fix s390x compatibility.
1781 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
1782 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
1783
1784 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1785
1786 * gdb.threads/sigstep-threads.exp: New file.
1787 * gdb.threads/sigstep-threads.c: New file.
1788
1789 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1790
1791 * gdb.base/pie-execl.exp: New file.
1792 * gdb.base/pie-execl.c: New file.
1793
1794 2010-10-13 Doug Evans <dje@google.com>
1795 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 PR exp/12117
1798 * gdb.cp/ptype-cv-cp.cc: New file.
1799 * gdb.cp/ptype-cv-cp.exp: New file.
1800
1801 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
1802
1803 * gdb.cp/converts.cc: New test program.
1804 * gdb.cp/converts.exp: New test.
1805 * gdb.cp/overload.exp: Added test for void* vs int*.
1806 * gdb.cp/overload.exp: Ditto.
1807 * gdb.cp/oranking.exp: Removed related kfail.
1808
1809 2010-10-13 Doug Evans <dje@google.com>
1810
1811 * lib/gdb-python.exp (gdb_check_python_config): New function.
1812 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
1813 * gdb.python/lib-types.cc: New file.
1814 * gdb.python/lib-types.exp: New file.
1815
1816 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1817
1818 * gdb.python/py-error.exp: New file.
1819 * gdb.python/py-error.py: New file.
1820
1821 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1822
1823 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
1824 gdb_test_multiple.
1825
1826 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 * gdb.base/break-interp.exp: Use ldlags for linking flags.
1829 * gdb.base/prelink.exp: Likewise.
1830 * gdb.base/solib-nodir.exp: Likewise.
1831 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
1832 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
1833 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
1834
1835 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
1836
1837 * break-interp.exp (test_ld): Use two separate gdb_expect statements
1838 for the "info files" test to avoid timeouts on slow machines.
1839
1840 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1841
1842 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
1843 (main): Make openlib dummy call.
1844
1845 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1846
1847 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
1848 * break-interp.exp (reach): Move the core body ...
1849 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
1850 (test_ld): Provide always real argument, even to the linker. Replace
1851 dl_main by _dl_debug_state.
1852
1853 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1854
1855 Fix results of prelinked PIEs on ppc*.
1856 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
1857 Accept also DISPLACEMENT "PRESENT".
1858 (main): Replace "ZERO" displacements by "PRESENT".
1859
1860 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
1861
1862 * gdb.cp/oranking.exp: New test.
1863 * gdb.cp/oranking.cc: New test program.
1864
1865 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
1866
1867 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
1868 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
1869
1870 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1871
1872 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
1873 lush, lynx) New constant.
1874 * gdb.base/constvars.exp: Test const array types.
1875 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
1876
1877 2010-10-06 Doug Evans <dje@google.com>
1878
1879 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
1880 of syscall staging area.
1881
1882 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
1883
1884 * gdb.base/gnu_vector.c: Add variable c4.
1885 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
1886 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1887
1888 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
1889
1890 * gdb.arch/altivec-abi.exp: Fix a typo.
1891
1892 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
1893
1894 * lib/mi-support.exp (thread_selected_re): Correct pattern used
1895 to match a thread ID.
1896
1897 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1898
1899 Fix s390x testcase compatibility.
1900 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
1901
1902 2010-10-01 Doug Evans <dje@google.com>
1903
1904 * lib/gdb-python.exp: New file.
1905 * gdb.python/py-block.exp: Use it.
1906 * gdb.python/py-breakpoint.exp: Ditto.
1907 * gdb.python/py-frame.exp: Ditto.
1908 * gdb.python/py-inferior.exp: Ditto.
1909 * gdb.python/py-param.exp: Ditto.
1910 * gdb.python/py-prettyprint.exp: Ditto.
1911 * gdb.python/py-shared.exp: Ditto.
1912 * gdb.python/py-symbol.exp: Ditto.
1913 * gdb.python/py-symtab.exp: Ditto.
1914 * gdb.python/py-type.exp: Ditto.
1915 * gdb.python/py-value.exp: Ditto.
1916 * gdb.python/python.exp: Ditto.
1917
1918 2010-09-30 Tom Tromey <tromey@redhat.com>
1919
1920 * gdb.base/anon.exp: New file.
1921 * gdb.base/anon.c: New file.
1922
1923 2010-09-30 Tom Tromey <tromey@redhat.com>
1924
1925 * gdb.base/completion.exp: Test completion through anonymous
1926 union.
1927 * gdb.base/break1.c (struct some_struct): Add anonymous union.
1928
1929 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1930
1931 Fix printing parameters of inlined functions.
1932 * gdb.dwarf2/dw2-inline-param.exp: New file.
1933 * gdb.dwarf2/dw2-inline-param-main.c: New file.
1934 * gdb.dwarf2/dw2-inline-param.S: New file.
1935
1936 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1937
1938 PR corefiles/12071.
1939 * gdb.base/corefile.exp (quit with a process, no question: load core)
1940 (quit with a core file): New tests.
1941
1942 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1943
1944 Fix GDB crash on inferior calls with self-referencing classes.
1945 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
1946 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
1947 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
1948
1949 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1950
1951 Fix lost siginfo_t for inferior calls.
1952 * gdb.base/siginfo-infcall.exp: New file.
1953 * gdb.base/siginfo-infcall.c: New file.
1954
1955 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1956
1957 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
1958
1959 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1960
1961 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
1962 New test.
1963 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
1964
1965 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1966
1967 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
1968 type of our const type.
1969
1970 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
1971
1972 * gdb.cp/pr12028.cc: New.
1973 * gdb.cp/pr12028.exp: New.
1974
1975 2010-09-22 Joel Brobecker <brobecker@adacore.com>
1976
1977 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
1978
1979 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
1980 Jan Kratochvil <jan.kratochvil@redhat.com>
1981
1982 PR mi/11407
1983 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
1984 * gdb.mi/dw2-ref-missing-frame-main.c New File.
1985 * gdb.mi/dw2-ref-missing-frame.S New File.
1986 * gdb.mi/dw2-ref-missing-frame.exp New File.
1987
1988 2010-09-14 Tom Tromey <tromey@redhat.com>
1989
1990 PR symtab/8399:
1991 * gdb.threads/tls.exp: Remove kfail. Update expected output.
1992
1993 2010-09-14 Tom Tromey <tromey@redhat.com>
1994
1995 PR exp/11803:
1996 * gdb.threads/tls.exp: Use C++.
1997 (check_thread_local): Use K::another_thread_local.
1998 * gdb.threads/tls.c (class K): New.
1999 (another_thread_local): Now a member of K.
2000 (spin): Update. No longer K&R C.
2001
2002 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2003
2004 * gdb.cp/koenig.cc: created class for testing member lookup.
2005 * gdb.cp/koenig.exp: Added test for member lookup.
2006
2007 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2008
2009 Fix false FAILs on sourcetree topdir directory containing "kill".
2010 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
2011 source line matching regexp.
2012
2013 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 * gdb.python/python.exp (set height 0, collect help from uiout)
2016 (verify help to uiout): New tests.
2017
2018 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2019
2020 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
2021 is_lp64_target to check 64bit target.
2022
2023 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2024
2025 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
2026 (test_ld) <powerpc64-*>: New.
2027
2028 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2029
2030 * gdb.cp/templates.exp (test_template_args): Allow "struct".
2031
2032 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2033
2034 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
2035 (FunctionArg::method): New function.
2036 (empty, arg): New variables.
2037 (main): Call arg.method.
2038 * gdb.cp/templates.exp (test_template_args): New function.
2039 (do_tests): Call it.
2040
2041 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2042
2043 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
2044 of "next" to proceed over pthread_exit call.
2045
2046 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2047
2048 * gdb.base/maint.exp: Avoid wildcards against potentially very long
2049 "maint print statistics" output to prevent expect timeouts.
2050
2051 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2052
2053 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
2054 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2055 (test_float_rejected): ... here.
2056 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
2057 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2058 (test_float_rejected): ... here.
2059 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
2060 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2061 (test_float_rejected): ... here.
2062 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
2063 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2064 (test_float_rejected): ... here.
2065
2066 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2067
2068 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
2069 before disabling hardware watchpoints.
2070 (test_inaccessible_watchpoint): Check that hardware watchpoints
2071 are used. Test for watchpoints on a constant address.
2072
2073 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2074
2075 * gdb.base/ui-redirect.exp: New file.
2076
2077 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2078 Joel Brobecker <brobecker@adacore.com>
2079
2080 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
2081
2082 2010-08-31 Doug Evans <dje@google.com>
2083
2084 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
2085
2086 2010-08-30 Tom Tromey <tromey@redhat.com>
2087
2088 PR python/11792:
2089 * gdb.python/py-value.exp (test_subscript_regression): Add
2090 dynamic_type test.
2091
2092 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
2093
2094 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
2095 instead of running to main. Do not test the main function.
2096 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
2097 Add new main.
2098
2099 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2100
2101 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
2102 one test.
2103
2104 2010-08-24 Doug Evans <dje@google.com>
2105
2106 PR symtab/11942
2107 * gdb.dwarf2/dw4-sig-types.cc: New file.
2108 * gdb.dwarf2/dw4-sig-types.h: New file.
2109 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2110 * gdb.dwarf2/dw4-sig-types.exp: New file.
2111
2112 2010-08-23 Tom Tromey <tromey@redhat.com>
2113
2114 PR python/11145:
2115 * gdb.python/py-value.c (Base, Derived): New types.
2116 (base): New global.
2117 * gdb.python/py-value.exp (test_subscript_regression): Add
2118 dynamic_cast test.
2119
2120 2010-08-23 Tom Tromey <tromey@redhat.com>
2121
2122 PR python/10676:
2123 * gdb.python/py-type.exp (test_fields): Add tests for type
2124 equality.
2125
2126 2010-08-23 Tom Tromey <tromey@redhat.com>
2127
2128 PR python/11915:
2129 * gdb.python/py-type.exp (test_fields): Add tests for array.
2130
2131 2010-08-23 Keith Seitz <keiths@redhat.com>
2132
2133 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
2134 have any children. Create a new abbrev for it.
2135 Add missing terminal sequence to .debug_abbrev.
2136
2137 2010-08-20 Keith Seitz <keiths@redhat.com>
2138
2139 PR symtab/11465:
2140 * gdb.dwarf2/pr11465.exp: New test.
2141 * gdb.dwarf2/pr11465.S: New file.
2142 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
2143 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
2144
2145 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2146
2147 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
2148 registers. Update data sets with the new v2_double element in the
2149 VSX register union. Add vector_register3_vr data set for the AltiVec
2150 registers. Use gdb_test_no_output instead of send_gdb.
2151
2152 2010-08-19 Pedro Alves <pedro@codesourcery.com>
2153
2154 * gdb.python/py-shared.exp: New file, factored out from
2155 python.exp.
2156 * gdb.python/py-shared.c: New file.
2157 * gdb.python/py-shared-sl.c: New file.
2158 * gdb.python/python-1.c: New file.
2159 * gdb.python/python-sl.c: Delete.
2160 * gdb.python/python.c: Mention python-1.c.
2161 * gdb.python/python.exp: Move shared library tests to
2162 py-shared.exp.
2163 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
2164 (MISCELLANEOUS): New.
2165 (clean mostlyclean): Also remove $MISCELLANEOUS.
2166
2167 2010-08-19 Doug Evans <dje@google.com>
2168
2169 PR exp/11926
2170 * gdb.base/printcmds.exp (test_float_accepted): New function.
2171 Move existing float tests there. Add tests for floats with suffixes.
2172 (test_float_rejected): New function.
2173 * gdb.java/jv-print.exp (test_float_accepted): New function.
2174 (test_float_rejected): New function.
2175 * gdb.objc/print.exp: New file.
2176 * gdb.pascal/print.exp: New file.
2177 * lib/objc.exp: New file.
2178
2179 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2180
2181 * gdb.base/default.exp (info set): Avoid full buffer error and force
2182 reading up to final gdb prompt.
2183 (show): Likewise.
2184
2185 2010-08-18 Tom Tromey <tromey@redhat.com>
2186
2187 PR symtab/11919:
2188 * gdb.base/completion.exp: Add test.
2189
2190 2010-08-18 Doug Evans <dje@google.com>
2191
2192 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
2193 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
2194 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
2195 Simplify, early exit if runto_main fails.
2196 * gdb.fortran/exprs.exp: load_lib fortran.exp.
2197 (set_lang_fortran): Moved to lib/fortran.exp.
2198 * gdb.fortran/types.exp: load_lib fortran.exp.
2199 (set_lang_fortran): Moved to lib/fortran.exp.
2200 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
2201 * gdb.java/jprint.exp (set_lang_java): Ditto.
2202 * gdb.java/jv-exp.exp: load_lib java.exp.
2203 If set_lang_java fails, issue a warning instead of failure to be
2204 consistent with other set_lang_foo uses.
2205 (set_lang_java): Moved to lib/java.exp.
2206 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
2207 If set_lang_java fails, issue a warning instead of failure to be
2208 consistent with other set_lang_foo uses.
2209 * gdb.pascal/types.exp: load_lib pascal.exp.
2210 (set_lang_pascal): Moved to lib/pascal.exp.
2211 * lib/fortran.exp: New file.
2212 * lib/java.exp (set_lang_java): New function.
2213 * lib/pascal.exp (set_lang_pascal): New function.
2214
2215 2010-08-18 Yao Qi <yao@codesourcery.com
2216
2217 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2218 func_nofb_start and func_loopfb_start, so that address of functions
2219 is equal to these labels on Thumb.
2220
2221 2010-08-18 Yao Qi <yao@codesourcery.com>
2222
2223 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2224 to reflect latest c source file.
2225
2226 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2227
2228 * gdb.cp/infcall-dlopen.exp: New file.
2229 * gdb.cp/infcall-dlopen.cc: New file.
2230 * gdb.cp/infcall-dlopen-lib.cc: New file.
2231
2232 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2233 Pedro Alves <pedro@codesourcery.com>
2234
2235 PR breakpoints/11371
2236
2237 * gdb.base/watch-cond-infcall.exp: New file.
2238 * gdb.base/watch-cond-infcall.c: New file.
2239
2240 2010-08-16 Tom Tromey <tromey@redhat.com>
2241
2242 * gdb.base/help.exp: Update.
2243 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2244 watchpoint.
2245 (test_watch_location): New proc.
2246 (test_watchpoint_in_big_blob): Delete watchpoint.
2247 * gdb.base/watchpoint.c (func5): New function.
2248 (main): Call it.
2249
2250 2010-08-16 Doug Evans <dje@google.com>
2251
2252 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2253
2254 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2255
2256 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2257 tests.
2258
2259 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2260
2261 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2262 * gdb.base/gnu_vector.c: New File.
2263 * gdb.base/gnu_vector.exp: Likewise.
2264
2265 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2266
2267 * gdb.python/python.c: New File.
2268 * gdb.python/python-sl.c: New File.
2269 * gdb.python/python.exp: Test solib_address and decode_line
2270 * functions.
2271
2272 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 * gdb.python/python.exp (show height, set height 10)
2275 (verify pagination beforehand, verify pagination beforehand: q)
2276 (gdb.execute does not page, verify pagination afterwards)
2277 (verify pagination afterwards: q): New.
2278
2279 2010-08-02 Doug Evans <dje@google.com>
2280
2281 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2282 because of an older gcc, change test2
2283 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2284 to unsupported.
2285
2286 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
2287
2288 * gdb.base/break-always.exp: Do not expect full paths to file
2289 names.
2290 * gdb.base/commands.exp: Likewise.
2291
2292 2010-07-30 Doug Evans <dje@google.com>
2293
2294 * gdb.cp/temargs.exp: For new tests that require newer gccs,
2295 xfail them when run with older gccs.
2296
2297 * lib/gdb.exp (build_executable): Forward "c++" option to
2298 get_compiler_info.
2299
2300 * gdb.python/py-type.exp (test_template): Mark as xfail tests
2301 "python print ttype.template_argument(1)" and
2302 "python print isinstance(ttype.template_argument(1), gdb.Value)"
2303 if using gcc 4.4 or earlier.
2304
2305 * gdb.base/valgrind-db-attach.exp: Use unique test name for
2306 attach-to-debugger handling.
2307
2308 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2309
2310 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2311 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2312 (main): Use copyreloc.
2313 * gdb.base/prelink.exp (split debug of executable)
2314 (.dynbss vs. .bss address shift): New tests.
2315
2316 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2317
2318 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2319 in gdb_test_multiple.
2320
2321 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2322
2323 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2324 environment.
2325
2326 2010-07-28 Tom Tromey <tromey@redhat.com>
2327
2328 PR python/11060:
2329 * gdb.python/py-type.c (Temargs): New template.
2330 (temvar): New variable.
2331 * gdb.python/py-type.exp (test_template): New proc.
2332
2333 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2334
2335 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2336 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2337
2338 2010-07-28 Tom Tromey <tromey@redhat.com>
2339
2340 PR c++/9946:
2341 * gdb.cp/temargs.exp: New file.
2342 * gdb.cp/temargs.cc: New file.
2343
2344 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2345
2346 * gdb.base/help.exp (help disassemble): Update the content.
2347
2348 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2349
2350 * gdb.threads/ia64-sigill.exp: New file.
2351 * gdb.threads/ia64-sigill.c: New file.
2352
2353 2010-07-27 Tom Tromey <tromey@redhat.com>
2354
2355 * gdb.opt/inline-cmds.c (ATTR): New define.
2356 (func1): Use it.
2357 (func2): Likewise.
2358 (func3): Likewise.
2359 (outer_inline1): Likewise.
2360 (outer_inline2): Likewise.
2361 * gdb.opt/inline-bt.c (ATTR): New define.
2362 (func1): Use it.
2363 (func2): Likewise.
2364 * gdb.opt/inline-locals.c (ATTR): New define.
2365 (func1): Use it.
2366 (func2): Likewise.
2367
2368 2010-07-27 Tom Tromey <tromey@redhat.com>
2369
2370 * gdb.stabs/gdb11479.c (hack): New function.
2371 (test): Use it.
2372 (test2): Use it.
2373 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
2374 (int32_search_buf, int64_search_buf): No longer static.
2375 (x): Remove.
2376 * gdb.base/relocate.c (hack): New function.
2377
2378 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2379
2380 * gdb.python/py-value.exp (test_inferior_function_call): New function.
2381 * gdb.python/py-value.c (func1): New function.
2382 (func2): Likewise.
2383
2384 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
2385
2386 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
2387 as not to clash with .data section.
2388
2389 2010-07-26 Jerome Guitton <guitton@adacore.com>
2390
2391 * gdb.base/code_elim.exp: New file.
2392 * gdb.base/code_elim1.c: New file.
2393 * gdb.base/code_elim2.c: New file.
2394
2395 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2396
2397 PR symtab/11827
2398
2399 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
2400 (some_volatile_enum): New variable.
2401 * gdb.base/printcmds.exp (test_print_enums): New.
2402 <top level>: Call it.
2403
2404 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2405
2406 * gdb.cp/fpointer.cc: New test.
2407 * gdb.cp/fpointer.exp: New test.
2408
2409 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2410
2411 * gdb.base/solib-nodir.exp: New file.
2412 * lib/gdb.exp (runto): New case for a GDB internal error.
2413
2414 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2415 Ulrich Weigand <uweigand@de.ibm.com>
2416 Tom Tromey <tromey@redhat.com>
2417
2418 * gdb.base/charset-malloc.c: New file.
2419 * gdb.base/charset.c (malloc_stub): New prototype.
2420 (main): Call it instead of malloc itself.
2421 * gdb.base/charset.exp: Use only prepare_for_testing.
2422 (binfile): Remove the variable.
2423
2424 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2425
2426 Make core files the process_stratum.
2427 * gdb.base/corefile.exp (run: load core again)
2428 (run: sanity check we see the core file, run: with core)
2429 (run: core file is cleared, attach: load core again)
2430 (attach: sanity check we see the core file, attach: with core)
2431 (attach: core file is cleared): New tests.
2432 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
2433
2434 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2435
2436 * gdb.arch/altivec-abi.exp: New tests.
2437
2438 2010-07-13 Tom Tromey <tromey@redhat.com>
2439
2440 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2441 (main): Use it.
2442 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2443
2444 2010-07-13 Tom Tromey <tromey@redhat.com>
2445
2446 * gdb.base/label.exp: New file.
2447 * gdb.base/label.c: New file.
2448
2449 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2450 H.J. Lu <hongjiu.lu@intel.com>
2451
2452 * lib/gdb.exp (is_ilp32_target): New.
2453 (is_lp64_target): Likewise.
2454
2455 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2456 target.
2457 * gdb.arch/amd64-disp-step.exp: Likewise.
2458 * gdb.arch/amd64-dword.exp: Likewise.
2459 * gdb.arch/amd64-i386-address.exp: Likewise.
2460 * gdb.arch/amd64-word.exp: Likewise.
2461
2462 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2463 target.
2464 * gdb.arch/i386-bp_permanent.exp: Likewise.
2465 * gdb.arch/i386-byte.exp: Likewise.
2466 * gdb.arch/i386-disp-step.exp: Likewise.
2467 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2468 * gdb.arch/i386-prologue.exp: Likewise.
2469 * gdb.arch/i386-size-overlap.exp: Likewise.
2470 * gdb.arch/i386-size.exp: Likewise.
2471 * gdb.arch/i386-sse.exp: Likewise.
2472 * gdb.arch/i386-unwind.exp: Likewise.
2473 * gdb.arch/i386-word.exp: Likewise.
2474
2475 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2476 test only when building 64-bit executables. Do not hard-code
2477 -m64 option.
2478
2479 2010-07-07 Doug Evans <dje@google.com>
2480
2481 * lib/gdb.exp (gdb_test_list_exact): New function.
2482 * gdb.base/default.exp (show convenience): Call it, add tests for
2483 $_sdata = void, $_thread = 0.
2484
2485 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2486 Joel Brobecker <brobecker@adacore.com>
2487
2488 Fix re-run of PIE executable, PR shlibs/11776.
2489 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2490 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2491 and re-"run" of the inferior.
2492
2493 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2494 Joel Brobecker <brobecker@adacore.com>
2495
2496 Cope with missing /usr/sbin/prelink.
2497 * lib/prelink-support.exp (prelink_no):
2498 <result == 1 && $output is "no such file or directory">: New.
2499 (prelink_yes): Likewise. Return on failed prelink_no.
2500
2501 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2502 Joel Brobecker <brobecker@adacore.com>
2503
2504 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2505 build_executable by build_executable_own_libs. Replace "prelink -R"
2506 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2507 change.
2508 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2509 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2510 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2511 Replace build_executable by build_executable_own_libs's function
2512 build_executable_own_libs.
2513 (prelinkNO): Create new stub to call prelink_no.
2514 (prelinkYES): Create new stub to call prelink_yes.
2515 (test_attach): Rename calls of copy to file_copy.
2516 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2517 (copy): Move to ...
2518 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2519 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2520 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2521 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2522 special flags by gdb_compile_shlib. Replace second gdb_compile by
2523 build_executable_own_libs. Replace "prelink -R" execution by a call of
2524 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2525 a second call of prelink_yes. Replace restart commands by
2526 clean_restart.
2527 (prelink): Rename to ...
2528 (seen displacement message): ... this test. Extend its expectation
2529 strictness.
2530
2531 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2532
2533 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2534 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2535 displacement message exactly once.
2536
2537 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2538 Joel Brobecker <brobecker@adacore.com>
2539
2540 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2541 its restore after the <$relink_args != ""> loop. new comment.
2542
2543 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2544 Joel Brobecker <brobecker@adacore.com>
2545
2546 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2547 code for it. New variable relink_args.
2548 (prelinkYES): Call prelinkNO.
2549 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2550 in such case. Move the core code to ...
2551 (test_attach_gdb): ... a new function. Send GDB command "file".
2552 Extend expected "Attaching to " string.
2553
2554 2010-07-02 Tom Tromey <tromey@redhat.com>
2555
2556 * gdb.base/bitops.exp: Remove extraneous "pass".
2557
2558 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2559
2560 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2561
2562 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2563
2564 * gdb.base/help.exp: Adjust expected output.
2565
2566 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2567
2568 * gdb.base/help.exp: Adjust expected output.
2569
2570 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2571
2572 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2573 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2574 c++/11702.
2575
2576 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2577 Doug Evans <dje@google.com>
2578
2579 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2580 add .dynamic entry'.
2581
2582 2010-06-29 Doug Evans <dje@google.com>
2583
2584 Test PR c++/11702.
2585 * gdb.cp/m-static.exp: Add testcase.
2586 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2587
2588 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2589 Tom Tromey <tromey@redhat.com>
2590 Thiago Jung Bauermann <bauerman@br.ibm.com>
2591
2592 * gdb.python/py-inferior.c: New File.
2593 * gdb.python/py-infthread.c: New File.
2594 * gdb.python/py-inferior.exp: New File.
2595 * gdb.python/py-infthread.exp: New File.
2596
2597 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2600 (ptype ::C::OtherFileClass typedefs): New.
2601 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2602 (C::OtherFileClass::cOtherFileClassVar2): New.
2603 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2604 cOtherFileClassVar2.
2605 (C::cOtherFileType2, C::cOtherFileVar2): New.
2606 (C::cOtherFileVar_use): use also cOtherFileVar2.
2607 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2608
2609 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2610
2611 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2612 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2613 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2614 (print ::C::cOtherFileVar)
2615 (whatis C::OtherFileClass::cOtherFileClassType)
2616 (whatis ::C::OtherFileClass::cOtherFileClassType)
2617 (print C::OtherFileClass::cOtherFileClassVar)
2618 (print ::cOtherFileClassVar)
2619 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2620 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2621 trailing content.
2622 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
2623 (C::OtherFileClass::cOtherFileClassVar)
2624 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
2625 (C::cOtherFileVar, C::cOtherFileVar_use): New.
2626
2627 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 Test PR c++/11703 and PR gdb/1448.
2630 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
2631 gdb/1448.
2632
2633 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2634
2635 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
2636 (main) <rtti_data>: New.
2637 * gdb.cp/virtbase.exp (print rtti_data): New.
2638
2639 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2640 Joel Brobecker <brobecker@adacore.com>
2641
2642 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
2643
2644 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2645
2646 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
2647
2648 2010-06-28 Doug Evans <dje@google.com>
2649
2650 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
2651
2652 2010-06-27 Doug Evans <dje@google.com>
2653
2654 * gdb.cp/m-static.exp: Update expected test output.
2655
2656 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2657
2658 * gdb.gdb/selftest.exp: Adjust expected message for
2659 capturing start-up runtime.
2660
2661 2010-06-25 Tom Tromey <tromey@redhat.com>
2662
2663 PR python/10808:
2664 * gdb.python/python.exp: Add new tests.
2665
2666 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
2667
2668 * gdb.cp/operator.cc: Created an import loop.
2669 * gdb.cp/operator.exp: Added testcase for import loop.
2670
2671 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2672
2673 Test PR python/11407.
2674 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
2675 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
2676 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
2677 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
2678 executable_nofb and executable_fb. New variables srcsfile, objsfile,
2679 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
2680 binfile. Call gdb_compile with clean_restart twice.
2681 (func_nofb print, func_nofb backtrace, func_loopfb print)
2682 (func_loopfb backtrace): New.
2683
2684 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
2687 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
2688 by a hand made one.
2689 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
2690 i?86 requirement. Remove variables srcfile and binfile. New variable
2691 sources, executable_nofb and executable_fb. Call prepare_for_testing.
2692
2693 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2694
2695 * gdb.cell/dwarfaddr.exp: New file.
2696 * gdb.cell/dwarfaddr.S: New file.
2697
2698 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2699
2700 Test PR 9436.
2701 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
2702
2703 2010-06-24 Hui Zhu <teawater@gmail.com>
2704
2705 * gdb.base/eval.exp: New file.
2706
2707 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2708
2709 * gdb.cell/fork.exp: New file.
2710 * gdb.cell/fork.c: Likewise.
2711 * gdb.cell/fork-spu.c: Likewise.
2712
2713 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
2714
2715 * lib/gdb.exp (banned_variables_traced): New global variable.
2716 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
2717 (gdb_init): Use `trace add variable' instead of obsolete
2718 `trace variable'.
2719
2720 2010-06-21 Doug Evans <dje@google.com>
2721
2722 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
2723
2724 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2725
2726 * gdb.arch/spu-ls.exp: New file.
2727 * gdb.arch/spu-ls.c: Likewise.
2728
2729 2010-06-18 Stan Shebs <stan@codesourcery.com>
2730
2731 * gdb.threads/thread-specific.exp: Add tests of $_thread.
2732
2733 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2734
2735 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
2736 * gdb.base/watch-cond.exp: Likewise.
2737 * gdb.python/py-breakpoint.exp: Likewise.
2738
2739 2010-06-18 Pedro Alves <pedro@codesourcery.com>
2740
2741 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
2742 clean_restart, make sure every test has a distinct message, and
2743 that messages don't include the executable' full path.
2744
2745 2010-06-17 Doug Evans <dje@google.com>
2746
2747 * gdb.arch/i386-size.exp: Updated expected output for
2748 DISASSEMBLY_OMIT_FNAME.
2749
2750 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2751 Sergio Durigan Junior <sergiodj@redhat.com>
2752
2753 * gdb.base/watch-notconst.c: New file.
2754 * gdb.base/watch-notconst.S: New file.
2755 * gdb.base/watch-notconst2.c: New file.
2756 * gdb.base/watch-notconst2.S: New file.
2757 * gdb.base/watch-notconst.exp: New file.
2758 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
2759 (func4): Add operations on `global_ptr_ptr'.
2760 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
2761 routine to test watchpoints created with a constant expression.
2762 (test_inaccessible_watchpoint): Include tests for watchpoints
2763 created with a constant expression.
2764
2765 2010-06-14 Kevin Buettner <kevinb@redhat.com>
2766
2767 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
2768 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
2769 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
2770 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
2771 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
2772 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
2773 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
2774 of `_start'.
2775
2776 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2777
2778 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
2779 not supported on the target.
2780 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2781 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2782 * gdb.mi/mi-nsintrall.exp: Likewise.
2783 * gdb.mi/mi-nsmoribund.exp: Likewise.
2784 * gdb.mi/mi-nsthrexec.exp: Likewise.
2785
2786 2010-06-11 Stan Shebs <stan@codesourcery.com>
2787
2788 * gdb.base/permissions.exp: New file.
2789
2790 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2791
2792 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
2793 does not support ELF executable class.
2794
2795 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2796
2797 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
2798
2799 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2800
2801 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
2802 (runto): Catch "The target does not support running in non-stop mode.".
2803
2804 2010-06-11 Michael Snyder <msnyder@vmware.com>
2805
2806 * gdb.base/setshow.exp (set language asm): Don't use
2807 gdb_test_no_output, fails on some targets.
2808
2809 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2810
2811 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
2812 * gdb.cp/pr9167.exp: Likewise.
2813
2814 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2815
2816 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
2817
2818 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2819
2820 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
2821
2822 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2823
2824 * gdb.base/charset.c (main): Make sure malloc gets linked in.
2825
2826 2010-06-11 Tom Tromey <tromey@redhat.com>
2827
2828 PR gdb/9977, PR exp/11636::
2829 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
2830 (pieces_test_f6): Update expected output.
2831
2832 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2833
2834 * gdb.base/moribund-step.exp: New.
2835
2836 2010-06-08 Michael Snyder <msnyder@vmware.com>
2837
2838 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
2839 * gdb.ada/boolean_expr.exp:
2840 * gdb.ada/frame_args.exp: Ditto.
2841 * gdb.ada/lang_switch.exp: Ditto.
2842 * gdb.ada/ptype_arith_binop.exp: Ditto.
2843 * gdb.ada/ref_param.exp: Ditto.
2844 * gdb.ada/type_coercion.exp:Ditto.
2845
2846 * gdb.asm/asm-source.exp: Ditto.
2847
2848 * gdb.base/attach.exp: Ditto.
2849 * gdb.base/bitfields2.exp: Ditto.
2850 * gdb.base/call-signal-resume.exp: Ditto.
2851 * gdb.base/callfuncs.exp: Ditto.
2852 * gdb.base/commands.exp: Ditto.
2853 * gdb.base/dbx.exp: Ditto.
2854 * gdb.base/default.exp: Ditto.
2855 * gdb.base/dump.exp: Ditto.
2856 * gdb.base/exprs.exp: Ditto.
2857 * gdb.base/freebpcmd.exp: Ditto.
2858 * gdb.base/interrupt.exp: Ditto.
2859 * gdb.base/list.exp: Ditto.
2860 * gdb.base/long_long.exp: Ditto.
2861 * gdb.base/maint.exp: Ditto.
2862 * gdb.base/ptype.exp: Ditto.
2863 * gdb.base/return.exp: Ditto.
2864 * gdb.base/setshow.exp: Ditto.
2865 * gdb.base/sigbpt.exp: Ditto.
2866 * gdb.base/sigrepeat.exp: Ditto.
2867
2868 * gdb.cp/classes.exp: Ditto.
2869
2870 * gdb.dwarf2/dw2-restore.exp: Ditto.
2871
2872 * gdb.gdb/selftest.exp: Ditto.
2873
2874 * gdb.multi/base.exp: Ditto.
2875 * gdb.multi/bkpt-multi-exec.exp: Ditto.
2876
2877 * gdb.python/py-block.exp: Ditto.
2878 * gdb.python/py-prettyprint.exp: Ditto.
2879 * gdb.python/py-template.exp: Ditto.
2880
2881 * gdb.server/ext-attach.exp: Ditto.
2882 * gdb.server/ext-run.exp: Ditto.
2883 * gdb.server/server-mon.exp: Ditto.
2884
2885 * gdb.threads/fork-thread-pending.exp: Ditto.
2886 * gdb.threads/hand-call-in-threads.exp: Ditto.
2887 * gdb.threads/interrupted-hand-call.exp: Ditto.
2888 * gdb.threads/linux-dp.exp: Ditto.
2889 * gdb.threads/manythreads.exp: Ditto.
2890 * gdb.threads/print-threads.exp: Ditto.
2891 * gdb.threads/pthreads.exp: Ditto.
2892 * gdb.threads/schedlock.exp: Ditto.
2893 * gdb.threads/thread-unwindonsignal.exp: Ditto.
2894 * gdb.threads/threadapply.exp: Ditto.
2895
2896 2010-06-08 Michael Snyder <msnyder@vmware.com>
2897
2898 * gdb.ada/exec_changed.exp:
2899 Use ".*" instead of "" as wildcard regexp.
2900
2901 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
2902 * gdb.base/call-ar-st.exp: Ditto.
2903 * gdb.base/checkpoint.exp: Ditto.
2904 * gdb.base/default.exp: Ditto.
2905 * gdb.base/dump.exp: Ditto.
2906 * gdb.base/ending-run.exp: Ditto.
2907 * gdb.base/fileio.exp: Ditto.
2908 * gdb.base/miscexprs.exp: Ditto.
2909 * gdb.base/pointers.exp: Ditto.
2910 * gdb.base/readline.exp: Ditto.
2911 * gdb.base/reread.exp: Ditto.
2912 * gdb.base/restore.exp: Ditto.
2913 * gdb.base/shlib-call.exp: Ditto.
2914 * gdb.base/valgrind-db-attach.exp: Ditto.
2915 * gdb.base/volatile.exp: Ditto.
2916 * gdb.base/watchpoints.exp: Ditto.
2917
2918 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
2919
2920 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
2921 * gdb.python/py-value.exp: Ditto.
2922
2923 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
2924 * gdb.trace/circ.exp: Ditto.
2925 * gdb.trace/collection.exp: Ditto.
2926 * gdb.trace/packetlen.exp: Ditto.
2927 * gdb.trace/passc-dyn.exp: Ditto.
2928 * gdb.trace/report.exp: Ditto.
2929 * gdb.trace/tfile.exp: Ditto.
2930 * gdb.trace/tfind.exp: Ditto.
2931 * gdb.trace/while-dyn.exp: Ditto.
2932
2933 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2934
2935 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
2936
2937 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2938
2939 Test PR 10640.
2940 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
2941
2942 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2943
2944 * gdb.cp/koenig.exp: Test for ADL operators.
2945 * gdb.cp/koenig.cc: Added ADL operators.
2946 * gdb.cp/operator.exp: New test.
2947 * gdb.cp/operator.cc: New test.
2948
2949 2010-06-04 Michael Snyder <msnyder@vmware.com>
2950
2951 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
2952 * gdb.base/pending.exp: Ditto.
2953
2954 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
2955
2956 2010-06-04 Doug Evans <dje@google.com>
2957
2958 * gdb.python/py-prettyprint.exp: Add new test for enabled and
2959 disabled printers.
2960 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
2961 (enable_lookup_function): New function.
2962
2963 2010-06-04 Tom Tromey <tromey@redhat.com>
2964
2965 * gdb.python/py-value.exp (test_value_hash): Don't test equality
2966 of hash and id.
2967
2968 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2969
2970 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
2971 newline.
2972 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
2973 (empty verbose non-noisy clear, empty verbose noisy clear)
2974 (empty non-verbose noisy clear): Likewise.
2975
2976 2010-06-03 Michael Snyder <msnyder@vmware.com>
2977
2978 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
2979 * gdb.base/display.exp: Ditto.
2980 * gdb.base/find.exp: Ditto.
2981 * gdb.base/ifelse.exp: Ditto.
2982 * gdb.base/multi-forks.exp: Ditto.
2983 * gdb.base/recurse.exp: Ditto.
2984 * gdb.base/setshow.exp: Ditto.
2985 * gdb.base/value-double-free.exp: Ditto.
2986 * gdb.base/watch-vfork.exp: Ditto.
2987 * gdb.base/watch_thread_num.exp: Ditto.
2988 * gdb.base/watchpoint-solib.exp: Ditto.
2989 * gdb.base/watchpoint.exp: Ditto.
2990 * gdb.base/watchpoints.exp: Ditto.
2991
2992 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
2993 * gdb.cp/overload.exp: Ditto.
2994 * gdb.cp/virtfunc.exp: Ditto.
2995
2996 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
2997
2998 * gdb.reverse/watch-precsave.exp:
2999 Replace gdb_test with gdb_test_no_output.
3000
3001 * gdb.threads/attach-into-signal.exp:
3002 Replace gdb_test with gdb_test_no_output.
3003 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3004 * gdb.threads/watchthreads.exp: Ditto.
3005 * gdb.threads/watchthreads2.exp: Ditto.
3006
3007 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
3008 * gdb.trace/tfind.exp: Ditto.
3009
3010 2010-06-03 Joel Brobecker <brobecker@adacore.com>
3011
3012 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
3013 successful test if message is the empty string.
3014
3015 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3016
3017 * gdb.fortran/module.exp (stopped language detection): New test.
3018
3019 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3020
3021 Support DW_TAG_module as separate namespaces.
3022 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
3023 gdb.fortran/library-module-lib.f90: New.
3024 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
3025 (print i): Remove.
3026 (continue to breakpoint: i-is-1, print var_i value 1)
3027 (continue to breakpoint: i-is-2, print var_i value 2)
3028 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
3029 (print var_d, print var_i value 14, ptype modmany, complete `modm)
3030 (complete `modmany, complete `modmany`, complete `modmany`var)
3031 (show language, setting breakpoint at module): New tests.
3032 * gdb.fortran/module.f90 (module mod): Remove.
3033 (module mod1, module mod2, module modmany, subroutine sub1)
3034 (subroutine sub2, program module): New.
3035
3036 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3037
3038 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
3039 (print value of rUC, print value of rI, print value of UI): ... here.
3040 * gdb.cp/anon-union.exp (pass): Rename to ...
3041 (print z 2): ... here.
3042
3043 2010-06-02 Michael Snyder <msnyder@vmware.com>
3044
3045 * gdb.trace/actions.exp: Use gdb_test_no_output.
3046 * gdb.trace/circ.exp: Ditto.
3047 * gdb.trace/packetlen.exp: Ditto.
3048 * gdb.trace/save-trace.exp: Ditto.
3049 * gdb.trace/tracecmd.exp: Ditto.
3050 * gdb.trace/tsv.exp: Ditto.
3051
3052 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
3053 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
3054 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3055 * gdb.threads/manythreads.exp: Ditto.
3056 * gdb.threads/print-threads.exp: Ditto.
3057 * gdb.threads/pthreads.exp: Ditto.
3058 * gdb.threads/schedlock.exp: Ditto.
3059 * gdb.threads/staticthreads.exp: Ditto.
3060 * gdb.threads/thread-specific.exp: Ditto.
3061 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3062 * gdb.threads/threadapply.exp: Ditto.
3063 * gdb.threads/watchthreads.exp: Ditto.
3064 * gdb.threads/watchthreads2.exp: Ditto.
3065
3066 * gdb.python/py-block.exp: Use gdb_test_no_output.
3067 * gdb.python/py-prettyprint.exp: Ditto.
3068 * gdb.python/py-template.exp: Ditto.
3069 * gdb.python/py-value.exp: Ditto.
3070
3071 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
3072 * gdb.reverse/watch-reverse.exp: Ditto.
3073
3074 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
3075 * gdb.server/ext-run.exp: Ditto.
3076
3077 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
3078 * gdb.dwarf2/dw2-compressed.exp: Ditto.
3079 * gdb.dwarf2/dw2-intercu.exp: Ditto.
3080 * gdb.dwarf2/dw2-intermix.exp: Ditto.
3081 * gdb.dwarf2/dw2-producer.exp: Ditto.
3082 * gdb.dwarf2/mac-fileno.exp: Ditto.
3083
3084 * gdb.gdb/observer.exp: Use gdb_test_no_output.
3085 * gdb.gdb/selftest.exp: Ditto.
3086
3087 * gdb.multi/base.exp: Use gdb_test_no_output.
3088
3089 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
3090
3091 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
3094
3095 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3096
3097 * gdb.cp/class2.exp: Use gdb_test_no_output.
3098 * gdb.cp/classes.exp: Ditto.
3099 * gdb.cp/extern-c.exp: Ditto.
3100 * gdb.cp/inherit.exp: Ditto.
3101 * gdb.cp/maint.exp: Ditto.
3102 * gdb.cp/mb-inline.exp: Ditto.
3103 * gdb.cp/mb-templates.exp: Ditto.
3104 * gdb.cp/method2.exp: Ditto.
3105 * gdb.cp/misc.exp: Ditto.
3106 * gdb.cp/ovldbreak.exp: Ditto.
3107 * gdb.cp/punctuator.exp: Ditto.
3108 * gdb.cp/templates.exp: Ditto.
3109 * gdb.cp/virtbase.exp: Ditto.
3110
3111 * gdb.threads/attach-stopped.exp:
3112 Replace uses of send_gdb / gdb_expect.
3113 * gdb.threads/attachstop-mt.exp:
3114 Replace uses of send_gdb / gdb_expect.
3115 * gdb.threads/gcore-thread.exp:
3116 Replace uses of send_gdb / gdb_expect.
3117 * gdb.threads/hand-call-in-threads.exp:
3118 Replace uses of send_gdb / gdb_expect.
3119 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
3120 * gdb.threads/print-threads.exp:
3121 Replace uses of send_gdb / gdb_expect.
3122 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
3123 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
3124 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
3125
3126 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
3127 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
3128 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
3129 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
3130 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
3131 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
3132 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
3133 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
3134 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
3135 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
3136 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
3137
3138 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3139
3140 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
3141
3142 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3143
3144 * gdb.cp/koenig.exp: Added new test case.
3145 * gdb.cp/koenig.cc: Ditto.
3146
3147 2010-06-01 Michael Snyder <msnyder@vmware.com>
3148
3149 * gdb.base/arithmet.exp: Use gdb_test_no_output.
3150 * gdb.base/arrayidx.exp: Ditto.
3151 * gdb.base/attach.exp: Ditto.
3152 * gdb.base/auxv.exp: Ditto.
3153 * gdb.base/bigcre.exp: Ditto.
3154 * gdb.base/break-always.exp: Ditto.
3155 * gdb.base/break-interp.exp: Ditto.
3156 * gdb.base/break.exp: Ditto.
3157 * gdb.base/breakpoint-shadow.exp: Ditto.
3158 * gdb.base/call-ar-st.exp: Ditto.
3159 * gdb.base/call-sc.exp: Ditto.
3160 * gdb.base/call-signal-resume.exp: Ditto.
3161 * gdb.base/callfuncs.exp: Ditto.
3162 * gdb.base/catch-syscall.exp: Ditto.
3163 * gdb.base/charset.exp: Ditto.
3164 * gdb.base/code-expr.exp: Ditto.
3165 * gdb.base/commands.exp: Ditto.
3166 * gdb.base/cond-expr.exp: Ditto.
3167 * gdb.base/condbreak.exp: Ditto.
3168 * gdb.base/cursal.exp: Ditto.
3169 * gdb.base/cvexpr.exp: Ditto.
3170 * gdb.base/default.exp: Ditto.
3171 * gdb.base/del.exp: Ditto.
3172 * gdb.base/detach.exp: Ditto.
3173 * gdb.base/display.exp: Ditto.
3174 * gdb.base/ena-dis-br.exp: Ditto.
3175 * gdb.base/eval-skip.exp: Ditto.
3176 * gdb.base/foll-fork.exp: Ditto.
3177 * gdb.base/foll-vfork.exp: Ditto.
3178 * gdb.base/frame-args.exp: Ditto.
3179 * gdb.base/funcargs.exp: Ditto.
3180 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3181 * gdb.base/gdbvars.exp: Ditto.
3182 * gdb.base/help.exp: Ditto.
3183 * gdb.base/ifelse.exp: Ditto.
3184 * gdb.base/included.exp: Ditto.
3185 * gdb.base/list.exp: Ditto.
3186 * gdb.base/macscp.exp: Ditto.
3187 * gdb.base/maint.exp: Ditto.
3188 * gdb.base/multi-fork.exp: Ditto.
3189 * gdb.base/overlays.exp: Ditto.
3190 * gdb.base/page.exp: Ditto.
3191 * gdb.base/pending.exp: Ditto.
3192 * gdb.base/pointers.exp: Ditto.
3193 * gdb.base/pr11022.exp: Ditto.
3194 * gdb.base/prelink.exp: Ditto.
3195 * gdb.base/printcmds.exp: Ditto.
3196 * gdb.base/psymtab.exp: Ditto.
3197 * gdb.base/randomize.exp: Ditto.
3198 * gdb.base/relational.exp: Ditto.
3199 * gdb.base/relocate.exp: Ditto.
3200 * gdb.base/remote.exp: Ditto.
3201 * gdb.base/sepdebug.exp: Ditto.
3202 * gdb.base/set-lang-auto.exp: Ditto.
3203 * gdb.base/setshow.exp: Ditto.
3204 * gdb.base/setvar.exp: Ditto.
3205 * gdb.base/signals.exp: Ditto.
3206 * gdb.base/signull.exp: Ditto.
3207 * gdb.base/sigstep.exp: Ditto.
3208 * gdb.base/sizeof.exp: Ditto.
3209 * gdb.base/solib-disc.exp: Ditto.
3210 * gdb.base/store.exp: Ditto.
3211 * gdb.base/structs.exp: Ditto.
3212 * gdb.base/structs2.exp: Ditto.
3213 * gdb.base/subst.exp: Ditto.
3214 * gdb.base/term.exp: Ditto.
3215 * gdb.base/trace-commands.exp: Ditto.
3216 * gdb.base/unwindonsignal.exp: Ditto.
3217 * gdb.base/valgrind-db-attach.exp: Ditto.
3218 * gdb.base/varargs.exp: Ditto.
3219 * gdb.base/watch-cond.exp: Ditto.
3220 * gdb.base/watch_thread_num.exp: Ditto.
3221 * gdb.base/watchpoint-cond-gone.exp: Ditto.
3222 * gdb.base/watchpoint.exp: Ditto.
3223 * gdb.base/whatis-exp.exp: Ditto.
3224
3225 2010-06-01 Michael Snyder <msnyder@vmware.com>
3226
3227 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3228 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3229 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3230 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3231 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3232 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3233 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3234 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3235 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3236 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3237 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3238 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3239 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3240 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3241 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3242
3243 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 * gdb.base/commands.exp (begin commands on watch): Remove excessive
3246 trailing newline.
3247 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3248 * gdb.java/jmisc.exp (p *args\n): Rename to ...
3249 (p *args): ... here and remove excessive trailing newline.
3250
3251 2010-05-31 Joel Brobecker <brobecker@adacore.com>
3252
3253 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3254
3255 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3256
3257 Accept the new Linux kernel "t (tracing stop)" string.
3258 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3259 Update comment.
3260 (state_wait) <T (tracing stop)>: New.
3261 (main): Update the state_wait expect string.
3262
3263 2010-05-28 Pedro Alves <pedro@codesourcery.com>
3264
3265 * limits.c, limits.exp: Delete files.
3266 * Makefile.in (clean mostlyclean): Adjust.
3267 * tracecmd.exp: Adjust.
3268
3269 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3270
3271 * gdb.base/tui-layout.exp: New.
3272
3273 2010-05-28 Michael Snyder <msnyder@vmware.com>
3274
3275 * gdb.reverse/break-precsave.exp:
3276 Replace uses of send_gdb / gdb_expect.
3277 * gdb.reverse/break-reverse.exp:
3278 Replace uses of send_gdb / gdb_expect.
3279 * gdb.reverse/consecutive-precsave.exp:
3280 Replace uses of send_gdb / gdb_expect.
3281 * gdb.reverse/consecutive-reverse.exp:
3282 Replace uses of send_gdb / gdb_expect.
3283 * gdb.reverse/finish-precsave.exp:
3284 Replace uses of send_gdb / gdb_expect.
3285 * gdb.reverse/finish-reverse.exp:
3286 Replace uses of send_gdb / gdb_expect.
3287 * gdb.reverse/i386-precsave.exp:
3288 Replace uses of send_gdb / gdb_expect.
3289 * gdb.reverse/i386-reverse.exp:
3290 Replace uses of send_gdb / gdb_expect.
3291 * gdb.reverse/i386-sse-reverse.exp:
3292 Replace uses of send_gdb / gdb_expect.
3293 * gdb.reverse/i387-env-reverse.exp:
3294 Replace uses of send_gdb / gdb_expect.
3295 * gdb.reverse/i387-stack-reverse.exp:
3296 Replace uses of send_gdb / gdb_expect.
3297 * gdb.reverse/machinestate-precsave.exp:
3298 Replace uses of send_gdb / gdb_expect.
3299 * gdb.reverse/machinestate.exp:
3300 Replace uses of send_gdb / gdb_expect.
3301 * gdb.reverse/sigall-precsave.exp:
3302 Replace uses of send_gdb / gdb_expect.
3303 * gdb.reverse/sigall-reverse.exp:
3304 Replace uses of send_gdb / gdb_expect.
3305 * gdb.reverse/solib-precsave.exp:
3306 Replace uses of send_gdb / gdb_expect.
3307 * gdb.reverse/solib-reverse.exp:
3308 Replace uses of send_gdb / gdb_expect.
3309 * gdb.reverse/step-precsave.exp:
3310 Replace uses of send_gdb / gdb_expect.
3311 * gdb.reverse/step-reverse.exp:
3312 Replace uses of send_gdb / gdb_expect.
3313 * gdb.reverse/until-precsave.exp:
3314 Replace uses of send_gdb / gdb_expect.
3315 * gdb.reverse/until-reverse.exp:
3316 Replace uses of send_gdb / gdb_expect.
3317 * gdb.reverse/watch-precsave.exp:
3318 Replace uses of send_gdb / gdb_expect.
3319 * gdb.reverse/watch-reverse.exp:
3320 Replace uses of send_gdb / gdb_expect.
3321
3322 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3325 excessive newline.
3326
3327 2010-05-27 Michael Snyder <msnyder@vmware.com>
3328
3329 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
3330 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3331 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3332 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3333 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3334 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3335 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3336 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3337 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3338 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3339 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3340 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3341 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3342 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3343 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3344 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3345 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3346 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3347 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
3348
3349 2010-05-26 Michael Snyder <msnyder@vmware.com>
3350
3351 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3352 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3353
3354 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3355 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3356 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3357
3358 * gdb.reverse/consecutive-reverse.exp:
3359 Replace uses of send_gdb / gdb_expect.
3360 * gdb.reverse/consecutive-precsave.exp:
3361 Replace uses of send_gdb / gdb_expect.
3362
3363 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3364 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
3365 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
3366 * gdb.mi/mi-ns-stale-regcache.exp:
3367 Replace uses of send_gdb / gdb_expect.
3368 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
3369 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
3370 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
3371 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
3372 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
3373 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
3374 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
3375 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
3376 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
3377
3378 2010-05-26 Michael Snyder <msnyder@vmware.com>
3379
3380 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
3381
3382 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
3383
3384 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
3385 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
3386 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
3387 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
3388 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
3389 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
3390 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
3391 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
3392 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
3393
3394 2010-05-25 Tom Tromey <tromey@redhat.com>
3395
3396 * gdb.base/macscp.exp: Add missing space after setup_kfail.
3397
3398 2010-05-25 Tom Tromey <tromey@redhat.com>
3399
3400 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
3401 argument order.
3402 * gdb.base/macscp.exp: Fix setup_kfail argument order.
3403 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
3404 order.
3405 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
3406 order.
3407 * gdb.base/call-sc.exp (setup_kfails): Remove.
3408 (setup_compiler_kfails): Remove.
3409 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
3410 argument order.
3411 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
3412 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
3413 (advancei): Fix setup_kfail argument order.
3414 * gdb.base/radix.exp: Fix setup_kfail argument order.
3415 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
3416 order.
3417 * gdb.base/structs.exp (setup_kfails): Remove.
3418 (setup_compiler_kfails): Fix setup_kfail argument order.
3419 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
3420 order.
3421 * gdb.java/jmain.exp: Fix setup_kfail argument order.
3422 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
3423 setup_kfail argument order.
3424 * gdb.cp/overload.exp: Fix setup_kfail argument order.
3425
3426 2010-05-25 Tom Tromey <tromey@redhat.com>
3427
3428 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3429
3430 2010-05-25 Michael Snyder <msnyder@vmware.com>
3431
3432 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3433 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3434 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3435 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3436 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3437 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3438 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3439 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3440 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
3441 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3442 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3443 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3444 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3445 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3446 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3447 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3448 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3449 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3450 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3451 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3452 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3453 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3454 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
3455 * gdb.base/default.exp: Replace send_gdb with gdb_test.
3456 * gdb.base/define.exp: Replace send_gdb with gdb_test.
3457 * gdb.base/display.exp: Replace send_gdb with gdb_test.
3458 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3459 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3460 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3461 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3462 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3463 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3464 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3465 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3466 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3467 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3468 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3469 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3470 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3471 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3472 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3473 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3474 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3475 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3476 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3477 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3478 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3479 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3480
3481 2010-05-25 Doug Evans <dje@google.com>
3482
3483 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3484 gdb.string_to_argv.
3485
3486 2010-05-21 Tom Tromey <tromey@redhat.com>
3487
3488 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3489 Call it.
3490 * gdb.dwarf2/pieces.S: Update.
3491 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3492
3493 2010-05-21 Tom Tromey <tromey@redhat.com>
3494
3495 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3496 Call it.
3497 * gdb.dwarf2/pieces.c (struct C): New.
3498 (f6): New function.
3499 * gdb.dwarf2/pieces.S: Replace.
3500
3501 2010-05-21 Tom Tromey <tromey@redhat.com>
3502
3503 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3504 Call it.
3505
3506 2010-05-21 Tom Tromey <tromey@redhat.com>
3507
3508 * gdb.dwarf2.pieces.exp: New file.
3509 * gdb.dwarf2.pieces.S: New file.
3510 * gdb.dwarf2.pieces.c: New file.
3511
3512 2010-05-20 Pedro Alves <pedro@codesourcery.com>
3513 Joel Brobecker <brobecker@adacore.com>
3514
3515 * lib/gdb.exp (gdb_test_no_output): New function.
3516 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3517 when testing commands that should produce no output.
3518
3519 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3520
3521 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3522 parameter that we want to watch being a constant.
3523
3524 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3525
3526 * gdb.ada/cond_lang: New testcase.
3527
3528 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3529
3530 * lib/gdb.exp (banned_variables): New variable/constant.
3531 (gdb_init): Add write trace on variables listed in banned_variables.
3532 (gdb_finish): Remove write traces on variables listed in
3533 banned_variables.
3534
3535 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3536
3537 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3538 * gdb.cp/koenig.exp: Likewise.
3539
3540 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3541
3542 PR python/11482
3543
3544 * gdb.python/py-value.exp (test_value_hash): New function.
3545
3546 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3547
3548 PR exp/11530.
3549 * gdb.base/gdb11530.c: New file.
3550 * gdb.base/gdb11530.exp: New file.
3551
3552 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3553
3554 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3555 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3556
3557 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3558
3559 * gdb.cp/koenig.exp: New test.
3560 * gdb.cp/koenig.cc: New test program.
3561
3562 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3563
3564 Remove the use of prms_id and bug_id throughout the testsuite.
3565
3566 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3567
3568 PR exp/11349.
3569 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3570 use a reference local variable.
3571
3572 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3573
3574 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3575 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3576 variable different_dir. Move debugfile into a full directory pathname
3577 under DIFFERENT_DIR.
3578 * lib/gdb.exp (separate_debug_filename): Remove.
3579 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3580 variable debug_dir and mkdir of it. Update function comments.
3581
3582 2010-04-29 Pedro Alves <pedro@codesourcery.com>
3583
3584 PR gdb/11557
3585
3586 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3587 files.
3588
3589 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3590
3591 * gdb.python/py-param.exp: New File.
3592
3593 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3594
3595 * gdb.base/default.exp: Fix "set language" test.
3596
3597 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3598
3599 PR breakpoints/11531.
3600 * gdb.base/gdb11531.c: New file.
3601 * gdb.base/gdb11531.exp: New file.
3602
3603 2010-04-26 Tom Tromey <tromey@redhat.com>
3604
3605 * gdb.base/completion.exp: Add tests for completion and deprecated
3606 commands.
3607
3608 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3611 (print /x char_array): Escape curly brackets.
3612
3613 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3614
3615 Fix deadlock on looped list of loaded shared objects.
3616 * gdb.base/solib-corrupted.exp: New.
3617
3618 2010-04-23 Doug Evans <dje@google.com>
3619
3620 * gdb.python/py-section-script.c: New file.
3621 * gdb.python/py-section-script.exp: New file.
3622 * gdb.python/py-section-script.py: New file.
3623
3624 2010-04-20 Chris Moller <cmoller@redhat.com>
3625
3626 PR 10179
3627
3628 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
3629 * gdb.base/pr10179-a.c:
3630 * gdb.base/pr10179-b.c:
3631 * gdb.base/pr10179.exp: New files.
3632
3633 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3634
3635 Fix crashes on dangling display expressions.
3636 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
3637 is SEP.
3638 (lib_flags): Remove the "debug" keyword.
3639 (libsepdebug): New variable for iterating new loop.
3640 (save_pf_prefix): New variable wrapping the loop.
3641 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
3642 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
3643
3644 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3645
3646 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
3647
3648 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3649
3650 PR stabs/11479.
3651 * gdb.stabs/gdb11479.exp: New file.
3652 * gdb.stabs/gdb11479.c: New file.
3653
3654 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3655
3656 * gdb.base/charset.c (Strin16, String32): New variables.
3657 * gdb.base/charset.exp (gdb_test): Test correct display
3658 of 16 or 32 bit strings.
3659
3660 2010-04-21 Chris Moller <cmoller@redhat.com>
3661
3662 PR 9167
3663 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
3664 * gdb.cp/pr9167.cc: New file.
3665 * gdb.cp/pr9167.exp: New file.
3666
3667
3668 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3669
3670 PR pascal/11492.
3671 * gdb.pascal/gdb11492.pas: New file.
3672 * gdb.pascal/gdb11492.exp: New file.
3673
3674 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3675
3676 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
3677
3678 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3679
3680 * gdb.ada/dyn_loc: New testcase.
3681
3682 2010-04-20 Chris Moller <cmoller@redhat.com>
3683
3684 PR 10867
3685
3686 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
3687 * gdb.cp/pr10687.cc: New file.
3688 * gdb.cp/pr10687.exp: New file.
3689
3690
3691 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3692 Sergio Durigan Junior <sergiodj@redhat.com>
3693
3694 * gdb.fortran/logical.exp: New testcase.
3695 * gdb.fortran/logical.f90: New file.
3696
3697 2010-04-19 Doug Evans <dje@google.com>
3698
3699 * gdb.base/help.exp (help source): Update expected output.
3700
3701 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3702
3703 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
3704 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
3705 gdb_exit and return.
3706 (executable): New variable.
3707 (binfile): Use it.
3708
3709 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3710
3711 PR breakpoints/8554.
3712
3713 * gdb.trace/save-trace.exp: Adjust.
3714
3715 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3716
3717 PR corefiles/11511
3718 * gdb.arch/system-gcore.exp: New.
3719 * gdb.arch/gcore.c: Likewise.
3720
3721 2010-04-15 Doug Evans <dje@google.com>
3722
3723 * gdb.python/py-progspace.c: New file.
3724 * gdb.python/py-progspace.exp: New file.
3725
3726 * gdb.base/source.exp: Add tests for "source -s".
3727
3728 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3729
3730 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
3731 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
3732 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
3733 * gdb.python/py-mi.exp: New test for to_string returning None.
3734
3735 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
3736
3737 * gdb.python/py-breakpoint.c: Make result global.
3738
3739 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3740
3741 Fix non-GNU make compatibility.
3742 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
3743
3744 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3745
3746 * gdb.python/py-breakpoint.exp: New File.
3747 * gdb.python/py-breakpoint.C: Ditto.
3748
3749 2010-04-08 Stan Shebs <stan@codesourcery.com>
3750
3751 * gdb.trace/actions.exp: Clear default-collect.
3752 * gdb.trace/save-trace.exp: Clear default-collect.
3753
3754 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
3755
3756 * gdb.python/py-value: Add null string variable.
3757 (test_lazy_string): Test zero length, NULL address lazy
3758 strings.
3759
3760 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3761
3762 * gdb.arch/i386-avx.c: New.
3763 * gdb.arch/i386-avx.exp: Likewise.
3764
3765 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
3766
3767 2010-04-06 Doug Evans <dje@google.com>
3768
3769 * gdb.base/source-test.gdb: New file.
3770 * gdb.base/source.exp: Test source -v.
3771
3772 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3773
3774 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
3775
3776 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
3777
3778 * gdb.stabs/aout.sed: Convert all backslash to double backslash
3779 within one line, unless it is followed by a double quote.
3780 * gdb.stabs/hppa.sed: Idem.
3781 * gdb.stabs/weird.def: Add char and String constants
3782 * gdb.stabs/weird.exp: Check for correct parsing of
3783 char and string constants.
3784 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
3785 in .stabs to .stabx substitution.
3786
3787 2010-04-05 Stan Shebs <stan@codesourcery.com>
3788
3789 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
3790 constant global.
3791 * gdb.trace/tfile.exp: Try to print them.
3792
3793 2010-04-04 Stan Shebs <stan@codesourcery.com>
3794
3795 * gdb.base/completion.exp: Update for new "info watchpoints".
3796 * gdb.base/default.exp: Ditto.
3797 * gdb.base/help.exp: Ditto.
3798 * gdb.base/watchpoint.exp: Ditto.
3799 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
3800
3801 2010-04-04 Stan Shebs <stan@codesourcery.com>
3802
3803 * gdb.trace/tfile.exp: Sharpen tfind test.
3804
3805 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3806
3807 * gdb.base/break-entry.exp: New.
3808
3809 2010-04-02 Hui Zhu <teawater@gmail.com>
3810 Michael Snyder <msnyder@vmware.com>
3811
3812 * gdb.reverse/i386-sse-reverse.exp: New file.
3813 * gdb.reverse/i386-sse-reverse.c: New file.
3814
3815 2010-04-02 Pedro Alves <pedro@codesourcery.com>
3816
3817 * gdb.trace/tfind.exp: Adjust expected disassembly output.
3818
3819 2010-04-01 Stan Shebs <stan@codesourcery.com>
3820
3821 * gdb.trace/actions.exp: Tweak expected output.
3822 * gdb.trace/while-stepping.exp: Tweak expected output.
3823
3824 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
3825
3826 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
3827
3828 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3829
3830 * gdb.base/commands.exp: Adjust.
3831 * gdb.cp/extern-c.exp: Adjust.
3832
3833 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3834
3835 * gdb.trace/collection.c (local_test_func): Define a local struct,
3836 and instanciate it.
3837
3838 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3839
3840 * gdb.trace/collection.exp (gdb_collect_args_test)
3841 (gdb_collect_argarray_test): XFAIL the tests that assume the
3842 argarray argument's elements are collected.
3843
3844 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3845
3846 * gdb.dwarf2/dw2-bad-parameter-type.exp,
3847 gdb.dwarf2/dw2-bad-parameter-type.S: New.
3848
3849 2010-03-31 Stan Shebs <stan@codesourcery.com>
3850
3851 * gdb.trace/save-trace.exp: Test save/restore of default-collect
3852 and tracepoint conditionals.
3853 (gdb_verify_tracepoints): Delete unused return.
3854
3855 2010-03-26 Keith Seitz <keiths@redhat.com>
3856
3857 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
3858 appear in the output before main.
3859 Remove KFAIL for gdb/2215 aka bz 9320.
3860
3861 2010-03-30 Doug Evans <dje@google.com>
3862
3863 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
3864 by dejagnu.
3865 * gdb.arch/amd64-dword.exp: Ditto.
3866
3867 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
3868 match.
3869 (break printf): Ditto.
3870
3871 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
3872
3873 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
3874 gcc < 4.4.
3875 * gdb.cp/shadow.exp: Ditto.
3876
3877 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3878
3879 * gdb.trace/collection.exp (run_trace_experiment): Make sure
3880 "tstart" is silent.
3881
3882 2010-03-29 Pedro Alves <pedro@codesourcery.com>
3883
3884 * gdb.trace/collection.exp (executable): New.
3885 (binfile): Use it.
3886 (fpreg, spreg, pcreg): New.
3887 (test_register): Use gdb_test_multiple. Pass /x to print.
3888 (prepare_for_trace_test): New.
3889 (run_trace_experiment): Use "continue", not gdb_run_cmd.
3890 (gdb_collect_args_test, gdb_collect_argstruct_test)
3891 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
3892 prepare_for_trace_test.
3893 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
3894 fpreg, spreg and pcreg.
3895 (gdb_collect_expression_test, gdb_collect_globals_test): Use
3896 prepare_for_trace_test.
3897 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
3898 try to detect tracing support here. Don't set breakpoints at
3899 `begin' or `end' here.
3900 <global scope>: Use clean_restart. Run to main before checking
3901 for tracing support. Check for for tracing support here.
3902
3903 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3904
3905 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
3906 " as $displacement" to "seen displacement message".
3907
3908 2010-03-28 Pedro Alves <pedro@codesourcery.com>
3909
3910 * gdb.trace/while-dyn.exp (executable): New variable.
3911 (binfile): Use it.
3912 (test_while_stepping): New function. Move most tests here. Call
3913 it once for each of the while-stepping, stepping and ws aliases.
3914
3915 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3916
3917 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
3918 that do not provide the tagless_struct type name at all.
3919 (test_print_anon_union): Do not check value of uninitialized
3920 union member. Do not use cp_test_ptype_class, so we can accept
3921 "long" as well as "long int".
3922
3923 2010-03-26 Pedro Alves <pedro@codesourcery.com>
3924
3925 * gdb.trace/tfile.c (tohex, bin2hex): New.
3926 (write_error_trace_file): Hexify error description.
3927
3928 2010-03-25 Stan Shebs <stan@codesourcery.com>
3929
3930 * gdb.trace/tfile.c: Generate an additional trace file, improve
3931 portability.
3932 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
3933 files in a better way.
3934
3935 2010-03-25 Keith Seitz <keiths@redhat.com>
3936
3937 * gdb.java/jprint.exp: XFAIL printing of static class members
3938 because of GCC debuginfo problem.
3939
3940 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3941
3942 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
3943
3944 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3945
3946 * gdb.base/completion.exp: Allow long instead of long int.
3947 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
3948 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
3949 variable p.
3950 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
3951 * gdb.base/pointers.exp: Allow long instead of long int.
3952 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
3953 * gdb.base/step-line.exp: Allow a directory before the source file name.
3954
3955 2010-03-24 Tom Tromey <tromey@redhat.com>
3956
3957 PR breakpoints/9352:
3958 * gdb.base/default.exp: Update.
3959 * gdb.base/commands.exp: Update.
3960 * gdb.cp/extern-c.exp: Test setting commands on multiple
3961 breakpoints at once.
3962
3963 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3964
3965 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
3966 if gdb,nosignals.
3967 * gdb.base/watchpoints.c: Do not include unnecessary headers.
3968 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
3969 exited".
3970
3971 2010-03-24 Stan Shebs <stan@codesourcery.com>
3972
3973 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
3974
3975 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
3976
3977 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
3978 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
3979 argument. Handle "short" and "long".
3980 (Top level): Pass overprototyped output for old_fptr and xptr.
3981
3982 2010-03-23 Pedro Alves <pedro@codesourcery.com>
3983
3984 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
3985 format strings and add casts to avoid compiler warnings.
3986
3987 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
3988
3989 * lib/trace-support.exp (gdb_trace_setactions):
3990 Don't expect whitespace after ">" prompt.
3991 * gdb.trace/actions.exp: Adjust for output changes.
3992 * gdb.trace/while-stepping.exp: Likewise.
3993
3994 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3995
3996 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
3997 and r157645).
3998
3999 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
4002 New.
4003
4004 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
4005
4006 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
4007 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
4008
4009 2010-03-19 Stan Shebs <stan@codesourcery.com>
4010
4011 * gdb.trace/ax.exp: New file.
4012
4013 2010-03-19 Doug Evans <dje@google.com>
4014
4015 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
4016 output from gcc.
4017
4018 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
4019 named /usr/sbin/prelink<foo>.
4020
4021 2010-03-18 Stan Shebs <stan@codesourcery.com>
4022
4023 * gdb.trace/circ.exp: Test circular-trace-buffer.
4024 * gdb.trace/tfile.exp: Update tstatus test.
4025
4026 2010-03-18 Joel Brobecker <brobecker@adacore.com>
4027
4028 * gdb.dwarf2/dw2-anonymous-func.S: New file.
4029 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
4030
4031 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4032
4033 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
4034
4035 2010-03-18 Pedro Alves <pedro@codesourcery.com>
4036
4037 * gdb.base/default.exp: Adjust the expected output of the finish
4038 and until commands when the inferior is not being run.
4039
4040 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
4041
4042 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
4043 * gdb.cp/nsusing.exp: Ditto.
4044
4045 2010-03-15 Tom Tromey <tromey@redhat.com>
4046
4047 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
4048 * gdb.cp/userdef.cc (operator==): New function.
4049 (main): New locals mem1, mem2.
4050
4051 2010-03-15 Jie Zhang <jie@codesourcery.com>
4052
4053 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
4054 Declare and use new loadtimeout variable.
4055
4056 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4057
4058 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
4059 Use gdb_load later.
4060
4061 2010-03-14 Pedro Alves <pedro@codesourcery.com>
4062
4063 * gdb.base/solib-disc.c (main): Make format of fprintf a string
4064 literal. Add missing endlines to prints to stderr.
4065
4066 2010-03-12 Tom Tromey <tromey@redhat.com>
4067
4068 PR c++/9708:
4069 * gdb.cp/m-static.exp: Add regression test.
4070 * gdb.cp/m-static.cc (method): New method.
4071 (main): Call it.
4072
4073 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4074
4075 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
4076 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
4077
4078 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4079
4080 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
4081
4082 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4083
4084 * lib/gdb.exp (skip_stl_tests): New.
4085 (gdb_compile): Symbian needs -ldl.
4086 (shlib_target_file): New.
4087 (shlib_symbol_file): New.
4088 (gdb_load_shlibs): Use shlib_target_file.
4089 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
4090 * gdb.cp/exception.exp: Use skip_stl_tests.
4091 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
4092 * gdb.cp/try_catch.exp: Use skip_stl_tests.
4093 * gdb.cp/mb-templates.exp: Ditto.
4094 * gdb.base/commands.exp: Relax regexes.
4095 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
4096 shlib_target_file and shlib_symbol_file.
4097 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
4098 sections.
4099 * gdb.base/ending-run.exp: Accept E32Main for symbian.
4100 * gdb.base/solib-disc.exp: Use
4101 shlib_target_file and shlib_symbol_file.
4102 * gdb.base/unload.exp: Don't skip on symbian. Use
4103 shlib_target_file and shlib_symbol_file.
4104 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4105
4106 2010-03-12 Pedro Alves <pedro@codesourcery.com>
4107
4108 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4109 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4110 Issue a tfind end before looking for a tracepoint frame.
4111 * gdb.trace/tfind.exp: Adjust tstatus output.
4112 Adjust disassembly output.
4113 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4114
4115 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4116
4117 * gdb.base/break-interp.exp: Create new displacement parameter value
4118 for the test_ld calls.
4119 (reach): New parameter displacement, verify its content. New push of
4120 pf_prefix "reach-$func:". Import global expect_out.
4121 (test_core): New parameter displacement, verify its content. New push
4122 of pf_prefix "core:". New command "set verbose on". Import global
4123 expect_out.
4124 (test_attach): New parameter displacement, verify its content. New
4125 push of pf_prefix "attach:". New command "set verbose on". Import
4126 global expect_out.
4127 (test_ld): New parameter displacement, pass it to the reach, test_core
4128 and test_attach calls and verify its content in the "ld.so exit" test.
4129 * gdb.base/prelink.exp: Remove gdb_exit and final return.
4130 (prelink): Update expected text, use gdb_test.
4131
4132 2010-03-10 Doug Evans <dje@google.com>
4133
4134 * gdb.base/checkpoint.exp: Fix comment.
4135 Lengthen timeout while doing >600 checkpoints test.
4136 Rename duplicate "kill all one" test to keep test names unique.
4137
4138 2010-03-10 Pedro Alves <pedro@codesourcery.com>
4139
4140 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
4141
4142 2010-03-08 Keith Seitz <keiths@redhat.com>
4143
4144 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
4145 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
4146 (dm_type_long): New function.
4147 (dm_type_unsigned_short): New function.
4148 (dm_type_unsigned_long): New function.
4149 (myint): New typedef.
4150 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
4151 long, unsigned shor and long, operator char*, and typedef.
4152 (test_lookup_operator_functions): Add operator char* test.
4153 (test_paddr_operator_functions): Likewise.
4154 (test_paddr_overloaded_functions): Use probe values for
4155 short, long, and unsigned short and long.
4156 (test_paddr_hairy_functions): If the demangler probe detected
4157 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
4158 demangler.
4159 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
4160 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
4161 and "print null_pmf".
4162 Add test "ptype a.*pmf".
4163 * gdb.cp/overload.exp: Allow optional "int" to appear with
4164 "short" and "long".
4165 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
4166 long expect value for men_overload1arg.
4167 Allow "int" to appear with "short" and "long".
4168 When testing "info break", add argument for main (void).
4169 Also allow "int" to appear with "short" and "long".
4170 Ditto with "unsigned" and "long long".
4171 * gdb.java/jmain.exp: Do not enclose methods names in single
4172 quotes.
4173 * gdb.java/jmisc.exp: Likewise.
4174 * gdb.java/jprint.exp: Likewise.
4175 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
4176
4177 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4178 * gdb.cp/exception.exp (backtrace after first throw)
4179 (backtrace after second throw): Allow a namespace before __cxa_throw.
4180 (backtrace after first catch, backtrace after second catch): Allow
4181 a namespace before __cxa_begin_catch.
4182
4183 * gdb.cp/cpexprs.exp: New file.
4184 * gdb.cp/cpexprs.cc: New file.
4185
4186 From Daniel Jacobowitz <dan@codesourcery.com>
4187 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
4188 to use string_to_regexp.
4189 (ctor, dtor): New functions. Use them to match constructor
4190 and destructor function types.
4191 (Top level): Use runto_main.
4192
4193 2010-03-05 Tom Tromey <tromey@redhat.com>
4194
4195 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
4196 gdb.target_charset.
4197 (pp_ns.to_string): Likewise.
4198
4199 2010-03-04 Keith Seitz <keiths@redhat.com>
4200
4201 * gdb.cp/overload.exp: Test that the filename portion of a linespec
4202 can be quoted. Test that both the filename and function/line
4203 portions can be quoted at the same time.
4204
4205 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4206
4207 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
4208
4209 2010-03-03 Doug Evans <dje@google.com>
4210
4211 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
4212 libc contains libpthread.
4213
4214 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
4215 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
4216 of gdb_compile. Add another pattern to match android backtrace.
4217
4218 2010-03-03 Tom Tromey <tromey@redhat.com>
4219
4220 PR gdb/11345:
4221 * gdb.base/printcmds.exp (test_printf): Add test.
4222
4223 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4224
4225 * gdb.arch/amd64-byte.exp: New.
4226 * gdb.arch/amd64-dword.exp: Likewise.
4227 * gdb.arch/amd64-pseudo.c: Likewise.
4228 * gdb.arch/amd64-word.exp: Likewise.
4229 * gdb.arch/i386-byte.exp: Likewise.
4230 * gdb.arch/i386-pseudo.c: Likewise.
4231 * gdb.arch/i386-word.exp: Likewise.
4232
4233 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4234
4235 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4236 types. Add structreg, bitfields, and flags registers.
4237 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4238 registers.
4239
4240 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4241
4242 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
4243 (load_description): Set architecture if defined.
4244
4245 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4246
4247 * gdb.python/py-frame.exp: Add read_var block tests.
4248 * gdb.python/py-frame.c (block): New function.
4249
4250 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4251 Daniel Jacobowitz <dan@codesourcery.com>
4252
4253 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
4254
4255 2010-02-25 David S. Miller <davem@davemloft.net>
4256
4257 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4258 fix logic for setting all_syscalls_numbers.
4259
4260 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4261
4262 * Makefile.in: Add py-block and py-symbol.
4263 * gdb.python/py-symbol.exp: New File.
4264 * gdb.python/py-symtab.exp: New File.
4265 * gdb.python/py-block.exp: New File.
4266 * gdb.python/py-symbol.c: New File.
4267 * gdb.python/py-block.c: New File.
4268
4269 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4270
4271 PR python/11314
4272 * lib/gdb.exp (skip_python_tests): New function.
4273 * gdb.python/py-cmd.exp: Use skip_python_tests.
4274 * gdb.python/py-frame.exp: Likewise.
4275 * gdb.python/py-function.exp: Likewise.
4276 * gdb.python/py-prettyprint.exp: Likewise.
4277 * gdb.python/py-template.exp: Likewise.
4278 * gdb.python/py-type.exp: Likewise.
4279 * gdb.python/py-value.exp: Likewise.
4280
4281 2010-02-22 Pedro Alves <pedro@codesourcery.com>
4282
4283 PR9605
4284
4285 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4286
4287 2010-02-19 Tom Tromey <tromey@redhat.com>
4288
4289 PR c++/8693, PR c++/9496:
4290 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
4291 regression tests.
4292
4293 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4294
4295 Fix compatibility with m68k as.
4296 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
4297 Use only /* comments */.
4298
4299 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4300
4301 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4302 * configure: Regenerate.
4303
4304 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4305
4306 * gdb.python/py-type.exp: Check for Python support.
4307
4308 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4309
4310 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4311 `regsub' syntax available.
4312
4313 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4314
4315 * gdb.base/shmain.c (main): Remove printf call.
4316 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4317 * gdb.base/unload.c (main): Make format of fprintf a string
4318 literal. Add missing endlines to prints to stderr.
4319 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4320
4321 2010-02-17 Tom Tromey <tromey@redhat.com>
4322
4323 * gdb.java/jprint.java (jprint.props): New field.
4324 * gdb.java/jprint.exp (set_lang_java): Add regression test.
4325
4326 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4327
4328 * gdb.base/charset.exp: Don't assume new `regsub' syntax
4329 available.
4330
4331 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4332
4333 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4334 creation to support remote host testing.
4335
4336 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4337
4338 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4339 Recognize "command not found".
4340
4341 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4342
4343 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4344 single-stepping.
4345
4346 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4347
4348 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4349 if arguments are not supported.
4350
4351 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4352
4353 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4354 be const or non-const.
4355
4356 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4357
4358 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4359 mi_send_resuming_command to send -exec-continue.
4360
4361 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4362
4363 * gdb.base/list.exp (test_list_filename_and_function): Add test
4364 with single quotes.
4365 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
4366 matching.
4367 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
4368 Add KFAIL'd tests for PR gdb/11289.
4369
4370 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4371
4372 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
4373
4374 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4375
4376 * gdb.base/comp-dir/subdir/dummy.txt: New file.
4377 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
4378 a temporary directory.
4379
4380 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4381
4382 * gdb.base/charset.exp: Use a single regular expression to match
4383 show host-charset and show target-charset output.
4384
4385 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4386
4387 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
4388 "Illegal process-id" expect string more exact.
4389 (attach to digits-starting nonsense is prohibited): New.
4390
4391 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 * gdb.base/prelink.exp (set verbose on): New.
4394
4395 2010-02-12 Tomas Holmberg <th@virtutech.com>
4396
4397 * mi-reverse.exp: New file. Test for reverse option to the
4398 following MI commands: exec-continue, exec-finish, exec-next,
4399 exec-step, exec-next-instruction, exec-step-instruction.
4400
4401 2010-02-09 Joel Brobecker <brobecker@adacore.com>
4402
4403 * gdb.ada/ptype_tagged_param: New testcase.
4404
4405 2010-02-08 Tom Tromey <tromey@redhat.com>
4406
4407 PR c++/8017:
4408 * gdb.cp/overload.exp: Add tests.
4409 * gdb.cp/overload.cc (struct K): New.
4410 (namespace N): New.
4411 (main): Call new functions.
4412 (K::staticoverload): Define.
4413
4414 2010-02-08 Chris Moller <moller@mollerware.com>
4415
4416 PR gdb/10728
4417 * gdb.cp/pr10728-x.h: New file.
4418 * gdb.cp/pr10728-x.cc: New file.
4419 * gdb.cp/pr10728-y.cc: New file.
4420 * gdb.cp/pr10728.exp: New file.
4421 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
4422
4423 2010-02-08 Chris Moller <moller@mollerware.com>
4424
4425 PR gdb/9067
4426 * gdb.cp/pr9067.exp: New
4427 * gdb.cp/pr9067.cc: New
4428 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4429
4430 2010-02-08 Joel Brobecker <brobecker@adacore.com>
4431
4432 * lib/gdb.exp (gdb_test_timeout): New global variable.
4433 Set it to timeout if not already set.
4434 (gdb_init): Reset the value of timeout to gdb_test_timeout.
4435
4436 2010-02-05 Doug Evans <dje@google.com>
4437
4438 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4439 user.
4440
4441 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4442
4443 PR c++/7935:
4444 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4445
4446 2010-02-04 Tom Tromey <tromey@redhat.com>
4447
4448 * gdb.cp/virtbase.exp: Make test case names unique.
4449
4450 2010-02-02 Tom Tromey <tromey@redhat.com>
4451
4452 * gdb.cp/virtbase.exp: Add regression tests.
4453 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4454 (main): Instantiate RHC.
4455
4456 2010-02-02 Tom Tromey <tromey@redhat.com>
4457
4458 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4459 type-printing change.
4460
4461 2010-02-02 Tom Tromey <tromey@redhat.com>
4462
4463 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4464 * gdb.cp/virtbase.cc: New file.
4465 * gdb.cp/virtbase.exp: New file.
4466 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4467
4468 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4469
4470 PR libc/11214:
4471 * gdb.threads/current-lwp-dead.c: Include features.h.
4472 (HAS_NOMMU): New.
4473 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4474
4475 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4476
4477 * gdb.base/symbol-without-target_section.exp,
4478 gdb.base/symbol-without-target_section.c: New.
4479
4480 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4481
4482 * gdb.base/bigcore.exp: Reset increased timeout.
4483 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4484
4485 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4486
4487 * gdb.base/gcore.exp (capture_command_output): Use
4488 gdb_test_multiple.
4489
4490 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4491
4492 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4493 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4494 (Top level): Call it.
4495
4496 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4497
4498 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4499
4500 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4501
4502 * gdb.base/call-strs.exp, gdb.base/default.exp,
4503 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4504 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4505 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4506 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4507 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4508 * gdb.base/ending-run.exp: Correct restore of timeout.
4509 * gdb.base/page.exp: Remove unnecessary timeout setting.
4510
4511 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4512
4513 * gdb.ada/rec_return: New testcase.
4514
4515 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4516
4517 * gdb.ada/call_pn: New testcase.
4518
4519 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4520
4521 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4522 (Top level): Use it to resume.
4523 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4524 the Thumb mode displaced stepping error as unsupported.
4525
4526 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4527
4528 * gdb.cp/nsusing.exp: Added more tests.
4529 * gdb.cp/nsrecurs.exp: Ditto.
4530 * gdb.cp/nsusing.cc: Added test functions.
4531 * gdb.cp/nsrecurs.cc: Ditto.
4532
4533 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4534
4535 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4536 absolute directory pathnames in gdb.sum file.
4537
4538 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4539
4540 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4541 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4542
4543 2010-01-26 Tom Tromey <tromey@redhat.com>
4544
4545 PR exp/7643:
4546 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4547 setup_kfail.
4548
4549 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4550
4551 * gdb.cp/nsrecurs.exp: New test.
4552 * gdb.cp/nsrecurs.cc: New test program.
4553 * gdb.cp/nsstress.exp: New test.
4554 * gdb.cp/nsstress.cc: New test program.
4555 * gdb.cp/nsdecl.exp: New test.
4556 * gdb.cp/nsdecl.cc: New test program.
4557
4558 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4559
4560 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4561 imported into file scope.
4562 Marked test as xfail.
4563 * gdb.cp/namespace-using.cc (marker5): New function.
4564 * gdb.cp/shadow.exp: New test.
4565 * gdb.cp/shadow.cc: New test program.
4566 * gdb.cp/nsimport.exp: New test.
4567 * gdb.cp/nsimport.cc: New test program.
4568
4569 2010-01-25 Tom Tromey <tromey@redhat.com>
4570
4571 PR gdb/11049:
4572 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4573 with "set print null-stop on".
4574
4575 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4576
4577 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4578 Adjust it for DISASSEMBLY_OMIT_FNAME.
4579
4580 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4581
4582 PR symtab/11199:
4583 * gdb.dwarf2/member-ptr-forwardref.exp,
4584 gdb.dwarf2/member-ptr-forwardref.S: New.
4585
4586 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4587
4588 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4589 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4590 thread1_tid_mutex. Remove gdbstop_mutex handling.
4591 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4592 thread2_tid_mutex. Remove gdbstop_mutex handling.
4593 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4594 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4595 pthread_cond_wait conditionalizations by while loops.
4596
4597 2010-01-20 Tom Tromey <tromey@redhat.com>
4598
4599 PR backtrace/10770:
4600 * gdb.dwarf2/pr10770.exp: New file.
4601 * gdb.dwarf2/pr10770.c: New file.
4602 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4603
4604 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4605
4606 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4607 that target was removed, and the test always runs native anyway.
4608
4609 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4610
4611 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4612 gdb.base/watchpoint-cond-gone-stripped.c: New.
4613
4614 2010-01-19 Tom Tromey <tromey@redhat.com>
4615
4616 PR c++/8000:
4617 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4618 existing tests.
4619 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4620 (main): Use AAA::SomeEnum.
4621
4622 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4623
4624 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
4625 (test_ignore_count): Declare line_callme_body global.
4626 (run to breakpoint with ignore count): Use line_callme_body.
4627 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
4628 (set line_main_hello, set line_main_return): Reindent.
4629 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
4630 New.
4631 (continue to callee4): Use line_callee4_body.
4632 (check *stopped from CLI command): Use line_callee4_next.
4633 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
4634 (set line_main_hello, set line_main_return): Reindent.
4635 (set line_callee4_head, set line_callee4_body): New.
4636 (continue to callee4): Use line_callee4_body.
4637
4638 2010-01-18 Tom Tromey <tromey@redhat.com>
4639
4640 PR c++/9680:
4641 * gdb.cp/casts.cc: Add new classes and variables.
4642 * gdb.cp/casts.exp: Test new operators.
4643
4644 2010-01-18 Tom Tromey <tromey@redhat.com>
4645 Thiago Jung Bauermann <bauerman@br.ibm.com>
4646
4647 * gdb.python/source2.py: New file.
4648 * gdb.python/source1: New file.
4649 * gdb.python/python.exp: Test "source" command.
4650
4651 2010-01-15 Stan Shebs <stan@codesourcery.com>
4652
4653 * gdb.trace/tfile.c: New file.
4654 * gdb.trace/tfile.exp: New file.
4655
4656 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4657
4658 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
4659
4660 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4661
4662 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
4663
4664 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4665
4666 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
4667 (libfunc): New parameter action. Implement also selectable "sleep".
4668 * gdb.base/break-interp-main.c: Include assert.h.
4669 (libfunc): New parameter action.
4670 (main): New parameters argc and argv. Assert argc. Pass argv.
4671 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
4672 (test_attach): New proc.
4673 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
4674 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
4675
4676 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4677
4678 * gdb.base/break-interp.exp (test_core): New proc.
4679 (test_ld): Call it.
4680
4681 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4682
4683 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
4684 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
4685 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
4686 and gdb_compile_shlib. Use new -Wl compiler options.
4687 (dl bt, main bt): New tests.
4688
4689 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4690
4691 Support PIEs with no symfile_objfile.
4692 * gdb.base/break-interp.exp: New argument at the test_ld calls.
4693 (test_ld): New parameter trynosym.
4694 (test_ld <$trynosym>): New block.
4695
4696 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4697
4698 * gdb.base/break-interp.exp: New file.
4699
4700 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
4701
4702 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
4703 * gdb.python/py-prettyprint.py (pp_ls): New printer.
4704 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
4705 test.
4706 * gdb.python/py-prettyprint.c: Define lazystring test structure.
4707 * gdb.python/py-mi.exp: Add lazy string test.
4708
4709 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4710
4711 * lib/mi-support.exp (mi_check_thread_states): Handle
4712 core number in thread listing.
4713
4714 2010-01-12 Joel Brobecker <brobecker@adacore.com>
4715
4716 * gdb.base/maint.exp: Adjust the expected output for the
4717 "maint print type" test. Use gdb_test_multiple instead of
4718 gdb_sent/gdb_expect.
4719
4720 2010-01-11 Doug Evans <dje@google.com>
4721
4722 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
4723 from gdbserver_download. All callers updated.
4724
4725 * gdb.server/ext-run.exp: "info os processes" requires xml support.
4726
4727 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4728
4729 Implement binary numbers parsing.
4730 * gdb.base/printcmds.exp (test_integer_literals_accepted)
4731 (test_integer_literals_rejected): New binary tests.
4732
4733 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4734
4735 * gdb.cell/configure: Regenerate.
4736
4737 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 * gdb.base/corefile.exp: Move the core finding block out and call it as
4740 core_find, new variable $corefile, replace corefile by $corefile and
4741 [file tail $corefile] for usage vs. test names resp.
4742 * lib/gdb.exp (core_find): Move it as a new function here. New
4743 parameter binfile and deletefiles. New variable $destcore. Pre-delete
4744 $destcore. Return "" on error.
4745
4746 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4747
4748 Workaround PR binutils/10802.
4749 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
4750 (twice).
4751
4752 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
4755
4756 2010-01-08 Joel Brobecker <brobecker@adacore.com>
4757
4758 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
4759 call, to avoid interruption.
4760
4761 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4762
4763 * gdb.stabs/weird.def (args93): New.
4764
4765 2010-01-07 Doug Evans <dje@google.com>
4766
4767 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
4768
4769 2010-01-07 Tom Tromey <tromey@redhat.com>
4770
4771 * gdb.base/source.exp: Use correct line number.
4772
4773 2010-01-05 Stan Shebs <stan@codesourcery.com>
4774
4775 * gdb.trace/tracecmd.exp: Test ftrace.
4776
4777 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4778
4779 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
4780
4781 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4782
4783 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
4784 "uint_for_mi_testing".
4785
4786 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4787
4788 Test indented comment in file being sourced.
4789 * gdb.base/commands.exp: Test indented comment in file being sourced.
4790
4791 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4792
4793 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
4794 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
4795 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
4796 notice.
4797
4798 2010-01-01 Joel Brobecker <brobecker@adacore.com>
4799
4800 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
4801 notice.
4802
4803 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4804
4805 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
4806 missing $after_stopped and comma (,) expectation.
4807
4808 2009-12-31 Stan Shebs <stan@codesourcery.com>
4809
4810 * gdb.trace/actions.exp: Test teval action.
4811
4812 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4813
4814 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
4815 (top level): Call test_watchpoint_in_big_blob.
4816 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
4817 watchpoints.
4818 (func3): Write to buf.
4819
4820 2009-12-29 Stan Shebs <stan@codesourcery.com>
4821
4822 * gdb.trace/actions.exp: Test default-collect.
4823
4824 2009-12-28 Stan Shebs <stan@codesourcery.com>
4825
4826 * gdb.trace/tsv.exp: New file.
4827 * gdb.base/completion.exp: Update ambiguous info output.
4828
4829 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
4830
4831 * gdb.base/find.c (main): Reference search buffers.
4832 * gdb.base/included.c (main): Reference integer.
4833 * gdb.base/ptype.c (charfoo): Declare.
4834 (intfoo): Call charfoo.
4835 * gdb.base/scope0.c (useitp): New function.
4836 (usestatics): Use useitp.
4837 (useit): Add a type for val.
4838 * gdb.base/scope1.c (useit1): Take a pointer argument.
4839 (usestatics1): Update calls to useit1.
4840 * gdb.cp/call-c.cc: Declare foo.
4841 (main): Call foo.
4842 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
4843 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
4844 (main): Call C::ensureRefs and ensureOtherRefs.
4845 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
4846 variables.
4847 (ensureOtherRefs): New function.
4848 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
4849 * gdb.cp/templates.cc (main): Call t5i.value.
4850
4851 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4852
4853 Fix compatibility with G++-4.5.
4854 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
4855 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
4856 (uncaught return): Remove.
4857
4858 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4859 Phil Muldoon <pmuldoon@redhat.com>
4860
4861 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
4862 (bp_location13, bp_location14, bp_location17, bp_location18)
4863 (marker3_proto, marker4_proto): New variables.
4864 (breakpoint info): Update output.
4865 (run until breakpoint at marker3, run until breakpoint at marker4): New
4866 tests.
4867
4868 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4869
4870 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
4871 Replace the printf call of Y by provided "y-set-1" label. New block
4872 for the second shared library.
4873 * gdb.base/unload.exp: Compile also the second library, call
4874 gdb_load_shlibs also for it. Use now gdb_breakpoint.
4875 (single pending breakpoint info): Rename to ...
4876 (pending breakpoint info before run): ... this extended test.
4877 (libfile2, libname2, libsrcfile2, libsrc2)
4878 (lib_sl2): New variables.
4879 (exec_opts): Set also SHLIB_NAME2.
4880 (pending breakpoint info on first run at shrfunc1)
4881 (pending breakpoint info on second run at shrfunc1)
4882 (pending breakpoint info on second run at shrfunc2)
4883 (print y from libfile, print y from libfile2): New tests.
4884 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
4885 * gdb.base/unloadshr2.c: New.
4886
4887 2009-12-22 Hui Zhu <teawater@gmail.com>
4888
4889 * gdb.reverse/sigall-reverse.exp: Adjust.
4890
4891 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
4892
4893 PR gdb/10884
4894
4895 * gdb.mi/var-cmd.c (do_bitfield_tests): New
4896 (main): Call do_bitfield_tests.
4897 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
4898
4899 2009-12-20 Joel Brobecker <brobecker@adacore.com>
4900
4901 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
4902 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
4903 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
4904 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
4905 gdb.modula2/unbounded1.c: Update copyright header.
4906
4907 2009-12-10 Chris Moller <moller@mollerware.com>
4908
4909 PR gdb/9399
4910 * gdb.cp/virtfunc2.exp: New tests
4911 * gdb.cp/virtfunc2.cc: New tests
4912 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
4913
4914 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
4915
4916 * gdb.reverse/i387-env-reverse.c: New file.
4917 * gdb.reverse/i387-env-reverse.exp: New file.
4918 * gdb.reverse/i387-stack-reverse.c: New file.
4919 * gdb.reverse/i387-stack-reverse.exp: New file.
4920
4921 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
4922
4923 * gdb.python/py-type.exp (test_range): New test.
4924
4925 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
4926
4927 PR python/10805
4928
4929 * gdb.python/py-type.exp: New file.
4930 * gdb.python/py-type.c: New file.
4931 * Makefile.in: Add py-type.
4932
4933 2009-12-03 Tom Tromey <tromey@redhat.com>
4934
4935 * gdb.python/py-value.exp (test_parse_and_eval): New
4936 function.
4937
4938 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4939
4940 PR gdb/11022
4941
4942 * gdb.base/pr11022.exp: New test.
4943 * gdb.base/pr11022.c: New test.
4944
4945 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4946
4947 Fix spurious false FAILs.
4948 * gdb.base/structs.c (chartest): New.
4949 (main): Fill-in chartest.
4950 * gdb.base/structs.exp (anychar_re, first): New.
4951 (start_structs_test): Import global anychar_re and first.
4952 New gdb_test call "set print elements 300; ${testfile}"
4953 (start_structs_test <$first>): New block.
4954 (any): Import global anychar_re. New variable ac. Use ${ac}.
4955
4956 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4957
4958 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
4959
4960 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4961
4962 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
4963 Force $srcfile file.
4964 * gdb.base/foll-fork.c (callee): Comment out the printf call.
4965
4966 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4967
4968 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
4969 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
4970 * gdb.threads/watchthreads-reorder.exp: Likewise.
4971
4972 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4973
4974 PR gdb/8704
4975
4976 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
4977 "if", and "thread". Correct matching in the previous test.
4978
4979 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
4980
4981 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
4982
4983 2009-11-23 Michael Snyder <msnyder@vmware.com>
4984
4985 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
4986 * gdb.reverse-watch-precsave.exp: Ditto.
4987
4988 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
4989
4990 * gdb.asm/asm-source.exp: Adjust.
4991 * gdb.base/help.exp: Adjust.
4992
4993 2009-11-22 Pedro Alves <pedro@codesourcery.com>
4994
4995 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
4996 (do_syscall_tests_without_xml): Set data-directory to
4997 /the/path/to/nowhere.
4998
4999 2009-11-21 Pedro Alves <pedro@codesourcery.com>
5000
5001 * gdb.threads/local-watch-wrong-thread.c,
5002 gdb.threads/local-watch-wrong-thread.exp: New files.
5003
5004 2009-11-21 Pedro Alves <pedro@codesourcery.com>
5005
5006 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
5007 assume new `regsub' syntax available.
5008
5009 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5010
5011 * gdb.base/watchpoint-hw-hit-once.exp,
5012 gdb.base/watchpoint-hw-hit-once.c: New.
5013
5014 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5015
5016 * gdb.threads/watchthreads-reorder.exp,
5017 gdb.threads/watchthreads-reorder.c: New.
5018
5019 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
5020
5021 * gdb.xml/tdesc-regs.exp: Use for m68k.
5022
5023 2009-11-15 Pedro Alves <pedro@codesourcery.com>
5024
5025 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
5026
5027 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5028
5029 * lib/gdb.exp (current_target_name): New procedure.
5030 (gdb_wrapper_target): New variable.
5031 (gdb_wrapper_init): Set gdb_wrapper_target.
5032 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
5033 wrapper.
5034
5035 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5036
5037 * gdb.base/remote.exp: Delete the slowest load test.
5038 Do not load with fixed packet sizes.
5039
5040 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5041
5042 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
5043
5044 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5045
5046 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
5047 srcfile when setting a breakpoint.
5048
5049 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
5050
5051 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
5052 macros.
5053
5054 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5055
5056 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
5057 to be in memory.
5058 * gdb.base/display.c (force_mem): New.
5059 (do_loops): Use it. Add breakpoint comments.
5060 (do_vars): Add a breakpoint comment.
5061 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
5062 line numbers.
5063
5064 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
5065
5066 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
5067 instead of a bare "run".
5068
5069 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5070
5071 * gdb.python/py-prettyprint.exp: Adjust.
5072
5073 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5074
5075 * lib/cell.exp (skip_cell_tests): Clean up test files before
5076 returning.
5077
5078 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5079
5080 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
5081 and the breakpoint menu. Do not call perror if a prompt is seen.
5082 Consume the following GDB prompt.
5083 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
5084 * gdb.cp/namespace.exp: Use gdb_test.
5085 * gdb.cp/templates.exp: Use gdb_test.
5086 (test_template_breakpoints): Use gdb_test_multiple.
5087
5088 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5089
5090 * gdb.base/break1.c (struct some_struct, values): Move earlier.
5091 (marker4): Reference values.
5092
5093 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5094
5095 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
5096 is missing.
5097
5098 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5099
5100 * gdb.base/break.c (need_malloc): New.
5101 * gdb.base/constvars.c (main): Reference crass and crisp.
5102 * gdb.base/gdb1821.c (main): Reference bar.
5103 * gdb.cp/gdb1355.cc (main): Reference s1.
5104 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5105 (main): Call them.
5106 * gdb.cp/hang2.cc (dummy2): Define.
5107 * gdb.cp/hang3.cc (dummy3): Define.
5108 * gdb.cp/m-data.cc (main): Reference shadow.
5109
5110 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5111 Nathan Froyd <froydnj@codesourcery.com>
5112
5113 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5114 remote host.
5115
5116 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5117
5118 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5119 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5120 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5121 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5122 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5123 * gdb.dwarf2/dw2-producer.exp: Likewise.
5124 * gdb.dwarf2/mac-fileno.exp: Likewise.
5125 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
5126 py-prettyprint.py to the remote host.
5127 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
5128
5129 2009-11-11 Keith Seitz <keiths@redhat.com>
5130
5131 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
5132 use it instead of "Foo".
5133 * gdb.cp/classes.exp (do_tests): Add a test to access
5134 a method through a typedef'd class name.
5135
5136 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
5137
5138 * gdb.base/long_long.exp: Permit leading zeros on floating-point
5139 exponents.
5140 * gdb.base/pointers.exp: Likewise.
5141 * gdb.cp/ref-types.exp: Likewise.
5142
5143 2009-11-11 Keith Seitz <keiths@redhat.com>
5144
5145 * gdb.cp/cplusfuncs.cc (class foo): Add operators
5146 new[] and delete[].
5147 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
5148 "void".
5149 (probe_demangler): Remove all single-quoting of
5150 method and variable names.
5151 (info_func_regexp): Remove the word "void" from any
5152 occurrence of "(void)".
5153 (print_addr_2): Remove all single-quoting of
5154 method names.
5155 (print_addr_2_kfail): Likewise.
5156 (print_addr): Single-quote C function names before
5157 passing to print_addr_2.
5158 (test_paddr_operator_functions): Remove single-quoting
5159 for method names.
5160 Add tests for operator new[] and operator delete[].
5161
5162 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5163
5164 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
5165
5166 2009-11-09 Keith Seitz <keiths@redhat.com>
5167
5168 * gdb.cp/overload.exp: Add tests for resolving overloaded
5169 methods in expression parsing/evaluation.
5170
5171 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5172
5173 * lib/gdb.exp (default_gdb_version): Use --version instead of
5174 --command.
5175
5176 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
5177
5178 * lib/gdb.exp (gdb_compile_test): New.
5179 (skip_ada_tests, skip_java_tests): New.
5180 (gdb_compile): Use gdb_compile_test for f77.
5181 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
5182 * lib/java.exp (compile_java_from_source): Remove runtests check,
5183 use gdb_compile_test to record result.
5184 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
5185 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
5186 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
5187 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
5188 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
5189 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
5190 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
5191 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
5192 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
5193 adjust gdb_compile invocations.
5194
5195 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5196
5197 * Makefile.in (abs_builddir): New.
5198 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
5199 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
5200 `$(abs_builddir)/site.exp'.
5201
5202 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5203
5204 * config/m68k-emc.exp, lib/emc-support.exp,
5205 gdb.trace/gdb_c_test.c: Delete.
5206 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
5207 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5208 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5209 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5210 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5211 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
5212 casing for m68k-*-elf.
5213
5214 2009-11-03 Pedro Alves <pedro@codesourcery.com>
5215
5216 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
5217 * gdb.arch/i386-prologue.exp: Likewise.
5218 * gdb.arch/i386-unwind.exp: Likewise.
5219
5220 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5221
5222 * lib/gdb.exp (gdb_expect): Fix timeout typo.
5223
5224 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5225
5226 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5227
5228 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5229
5230 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5231
5232 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5233
5234 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5235
5236 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5237
5238 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5239 * gdb.base/sepdebug2.c: New file.
5240
5241 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5242
5243 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5244 the modified warnings for catch syscall. Verify if GDB was compiled
5245 with support for lib expat, and choose which tests to run depending
5246 on this.
5247
5248 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
5249
5250 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5251 that composite commands are parsed OK. And also test
5252 that breakpoint commands do work.
5253
5254 2009-10-23 Michael Snyder <msnyder@vmware.com>
5255
5256 gdb.reverse/consecutive-precsave.exp: Change expect pattern
5257 to allow for new disassembly style.
5258
5259 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5260
5261 * gdb.asm/asm-source.exp: Adjust.
5262
5263 2009-10-22 Michael Snyder <msnyder@vmware.com>
5264
5265 * gdb.reverse/break-precsave.exp: New test.
5266 * gdb.reverse/consecutive-precsave.exp: Ditto.
5267 * gdb.reverse/finish-precsave.exp: Ditto.
5268 * gdb.reverse/i386-precsave.exp: Ditto.
5269 * gdb.reverse/machinestate-precsave.exp: Ditto.
5270 * gdb.reverse/sigall-precsave.exp: Ditto.
5271 * gdb.reverse/solilb-precsave.exp: Ditto.
5272 * gdb.reverse/step-precsave.exp: Ditto.
5273 * gdb.reverse/until-precsave.exp: Ditto.
5274 * gdb.reverse/watch-precsave.exp: Ditto.
5275
5276 2009-10-22 Michael Snyder <msnyder@vmware.com>
5277
5278 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5279 for gdb_expect. Adjust one test's expect strings for the new
5280 format of disassemble.
5281 * gdb.reverse/finish-reverse.exp: Delete 'return'.
5282 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5283 gdb_test_multiple.
5284 * gdb.reverse/step-reverse.exp: Delete 'return'.
5285 * gdb.reverse/until-reverse.exp: Delete blank lines.
5286 * gdb.reverse/watch-reverse.exp: Delete blank lines.
5287
5288 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5289
5290 * gdb.base/consecutive.exp: Adjust.
5291 * gdb.base/display.exp: Likewise.
5292 * gdb.base/pc-fp.exp: Likewise.
5293 * gdb.base/sigbpt.exp: Likewise.
5294
5295 2009-10-19 Michael Snyder <msnyder@vmware.com>
5296
5297 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5298 * gdb.reverse/finish-reverse.c: Ditto.
5299 * gdb.reverse/sigall-reverse.c: Ditto.
5300 * gdb.reverse/solib-reverse.c: Ditto.
5301 * gdb.reverse/step-reverse.c: Ditto.
5302 * gdb.reverse/watch-reverse.c: Ditto.
5303
5304 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5305 Stan Shebs <stan@codesourcery.com>
5306
5307 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5308 * gdb.base/foll-exec.exp: Adjust to expect a process id before
5309 "Executing new program".
5310 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5311 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
5312 left listed after having been killed.
5313 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5314 * gdb.base/maint.exp: Adjust test.
5315
5316 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5317 * gdb.multi/Makefile.in: New.
5318 * gdb.multi/base.exp: New.
5319 * gdb.multi/goodbye.c: New.
5320 * gdb.multi/hangout.c: New.
5321 * gdb.multi/hello.c: New.
5322 * gdb.multi/bkpt-multi-exec.c: New.
5323 * gdb.multi/bkpt-multi-exec.exp: New.
5324 * gdb.multi/crashme.c: New.
5325
5326 2009-10-13 Tristan Gingold <gingold@adacore.com>
5327
5328 * gdb.base/sepdebug.exp: Check debug info are found.
5329
5330 2009-10-08 Pedro Alves <pedro@codesourcery.com>
5331
5332 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5333 bits.
5334
5335 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5336
5337 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5338
5339 2009-10-07 Joel Brobecker <brobecker@adacore.com>
5340
5341 * gdb.base/watchpoints.c: Add copyright header. Reformat one
5342 of the comments.
5343
5344 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
5345
5346 * gdb.base/annota1.exp: Remove obsolete match_max increase.
5347 * gdb.base/annota3.exp: Idem.
5348 * gdb.base/maint.exp: Idem.
5349
5350 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5351
5352 * lib/gdb.exp (default_gdb_init): Set current value of match_max
5353 to default.
5354
5355 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5356
5357 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
5358 mingw and cygwin targets.
5359
5360 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5361 Pedro Alves <pedro@codesourcery.com>
5362
5363 * lib/gdb.exp (gdb_compile): Avoid adding
5364 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
5365
5366 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5367
5368 * gdb.base/shr1.c: Use %p in format string.
5369 * gdb.base/unload.c: Avoid warning in fprintf.
5370 * gdb.base/watchpoint-solib.c: Idem.
5371
5372 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5373
5374 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
5375 long type.
5376 (test_unlink): Correct printf string.
5377 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
5378 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
5379
5380 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5381
5382 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
5383 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
5384 * gdb.arch/ia64-breakpoint-shadow.S: New file.
5385
5386 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5387
5388 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
5389 * gdb.objc/nondebug.exp: Likewise.
5390
5391 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5392
5393 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
5394 target_info setting.
5395
5396 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
5397 that detect new threads during "info threads".
5398
5399 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5400
5401 * gdb.threads/manythreads.c (main): Increase thread stack size
5402 to 2*PTHREAD_STACK_MIN.
5403 * gdb.threads/multi-create.c (main): Likewise.
5404 (create_function): Likewise.
5405
5406 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5407
5408 * gdb.base/dump.exp: Pass difference of pointer types instead
5409 of integer types as offset to restore in intarr3.srec case.
5410
5411 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5412
5413 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
5414
5415 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5416
5417 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
5418
5419 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5420
5421 New test for two watchpoints, with disabling of
5422 the first inserted.
5423 * testsuite/gdb.base/watchpoints.c: New file.
5424 * testsuite/gdb.base/watchpoints.exp: New file.
5425
5426 2009-09-25 Tom Tromey <tromey@redhat.com>
5427
5428 * gdb.base/charset.exp: Test utf-16 strings with Python.
5429
5430 2009-09-25 Tom Tromey <tromey@redhat.com>
5431
5432 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5433 UCS-4.
5434 * gdb.base/charset.c (utf_32_string): Rename.
5435 (init_utf32): Rename.
5436 (main): Update.
5437
5438 2009-09-22 Tom Tromey <tromey@redhat.com>
5439
5440 * gdb.python/py-function.exp: Add regression tests.
5441
5442 2009-09-21 Keith Seitz <keiths@redhat.com>
5443
5444 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5445 with invalid operator.
5446
5447 2009-09-21 Keith Seitz <keiths@redhat.com>
5448
5449 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5450 and destructor using typedef name of class.
5451 * gdb.cp/classes.cc (class Base1): Add a destructor.
5452 (base1): New typedef.
5453 (use_methods): Instanitate an object of type base1.
5454 * gdb.cp/templates.exp (test_template_typedef): New procedure.
5455 (do_tests): Call test_template_typedef.
5456 * gdb.cp/templates.cc (Baz::~Baz): New method.
5457 (intBazOne): New typedef.
5458 (main): Instantiate intBazOne.
5459
5460 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5461
5462 PR python/10633
5463
5464 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5465 Function.
5466 (run_lang_tests): Add print elements test.
5467
5468 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5469
5470 * gdb.python/py-value.exp (test_subscript_regression): New
5471 function. Test for invalid subscripts.
5472 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5473 (ptr_ref): New function.
5474
5475 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5476
5477 * gdb.base/default.exp: Fix "show convenience".
5478
5479 2009-09-15 Tom Tromey <tromey@redhat.com>
5480
5481 * lib/mi-support.exp (mi_create_varobj): Update.
5482 (mi_create_floating_varobj): Likewise.
5483 (mi_create_dynamic_varobj): New proc.
5484 (mi_varobj_update): Update.
5485 (mi_varobj_update_with_type_change): Likewise.
5486 (mi_varobj_update_kv_helper): New proc.
5487 (mi_varobj_update_dynamic_helper): Rewrite.
5488 (mi_varobj_update_dynamic): New proc.
5489 (mi_list_varobj_children): Update.
5490 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5491 * gdb.python/python-prettyprint.py (pp_outer): New class.
5492 (pp_nullstr): Likewise.
5493 (lookup_function): Register new printers.
5494 * gdb.python/python-prettyprint.c (struct substruct): New type.
5495 (struct outerstruct): Likewise.
5496 (substruct_test): New function.
5497 (struct nullstr): New type.
5498 (string_1, string_2): New globals.
5499 (main): Add new tests.
5500 * gdb.python/python-mi.exp: Added regression tests.
5501 * gdb.mi/mi2-var-display.exp: Update.
5502 * gdb.mi/mi2-var-cmd.exp: Update.
5503 * gdb.mi/mi2-var-child.exp: Update.
5504 * gdb.mi/mi2-var-block.exp: Update.
5505 * gdb.mi/mi-var-invalidate.exp: Update.
5506 * gdb.mi/mi-var-display.exp: Update.
5507 * gdb.mi/mi-var-cmd.exp: Update.
5508 * gdb.mi/mi-var-child.exp: Update.
5509 * gdb.mi/mi-var-block.exp: Update.
5510 * gdb.mi/mi-break.exp: Update.
5511 * gdb.mi/gdb701.exp: Update.
5512
5513 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5514
5515 * Makefile.in: Inclusion of catch-syscall object.
5516 * gdb.base/catch-syscall.c: New file.
5517 * gdb.base/catch-syscall.exp: New file.
5518
5519 2009-09-12 Michael Snyder <msnyder@vmware.com>
5520
5521 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5522 that can support reverse debuggnig.
5523
5524 2009-09-11 Tom Tromey <tromey@redhat.com>
5525
5526 * gdb.dwarf2/valop.S: New file.
5527 * gdb.dwarf2/valop.exp: New file.
5528
5529 2009-09-11 Mark Kettenis <kettenis@gnu.org>
5530
5531 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5532
5533 2009-09-10 Doug Evans <dje@google.com>
5534
5535 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5536 Add $gdb_prompt to second breakpoint regexp.
5537
5538 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5539
5540 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5541 names, add missing ones.
5542 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5543 * gdb.python/py-frame.c: Rename from python-frame.c.
5544 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5545 testfile name.
5546 * gdb.python/py-function.exp: Rename from python-function.exp.
5547 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5548 testfile name.
5549 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5550 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5551 Adjust testfile name.
5552 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5553 * gdb.python/py-template.cc: Rename from python-template.cc.
5554 * gdb.python/py-template.exp: Rename from python-template.exp.
5555 Adjust testfile name.
5556 * gdb.python/py-value.c: Rename from python-value.c.
5557 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5558 testfile name.
5559
5560 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5561
5562 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5563 $bpt2address.
5564 (Second breakpoint address is valid on ia64)
5565 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5566
5567 2009-09-03 Joseph Myers <joseph@codesourcery.com>
5568
5569 * gdb.base/ending-run.exp: Restrict regular expression matching
5570 line number to require closing brace following.
5571
5572 2009-09-03 Doug Evans <dje@google.com>
5573
5574 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5575
5576 2009-09-02 Tom Tromey <tromey@redhat.com>
5577
5578 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5579
5580 2009-09-02 Tom Tromey <tromey@redhat.com>
5581
5582 * gdb.dwarf2/callframecfa.exp: New file.
5583 * gdb.dwarf2/callframecfa.S: New file.
5584
5585 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5586
5587 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5588 gdb.base/solib-overlap-main.c: New.
5589
5590 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5591
5592 PR gdb/10565
5593
5594 * gdb.base/bitfields.c (struct container, container): New.
5595 (main): Initialize it and call break5.
5596 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5597
5598 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5599
5600 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5601 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5602
5603 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5604
5605 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5606
5607 2009-08-26 Michael Snyder <msnyder@vmware.com>
5608
5609 * gdb.base/i386-reverse.c: New file.
5610 * gdb.base/i386-reverse.exp: New file.
5611 * gdb.base/Makefile.in: Add new files to be removed.
5612
5613 2009-08-26 Joseph Myers <joseph@codesourcery.com>
5614
5615 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5616 environment-pwd for remote host.
5617 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5618
5619 2009-08-24 Keith Seitz <keiths@redhat.com>
5620
5621 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
5622 Add two new C++ completer tests which limit the output to a
5623 given class.
5624
5625 2009-08-24 Michael Snyder <msnyder@vmware.com>
5626
5627 * gdb.base/del.exp: Fix typo in comment.
5628 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
5629
5630 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5631
5632 * configure: Regenerate.
5633 * gdb.hp/configure: Likewise.
5634 * gdb.hp/gdb.aCC/configure: Likewise.
5635 * gdb.hp/gdb.base-hp/configure: Likewise.
5636 * gdb.hp/gdb.compat/configure: Likewise.
5637 * gdb.hp/gdb.defects/configure: Likewise.
5638 * gdb.hp/gdb.objdbg/configure: Likewise.
5639 * gdb.stabs/configure: Likewise.
5640
5641 2009-08-19 Doug Evans <dje@google.com>
5642
5643 * gdb.base/gdbvars.c: New file.
5644 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
5645
5646 2009-08-14 Pedro Alves <pedro@codesourcery.com>
5647
5648 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5649 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
5650
5651 2009-08-13 Pedro Alves <pedro@codesourcery.com>
5652
5653 * gdb.base/default.exp: Adjust "set language test": it's now an
5654 enum command. Larger help string moved to "help set language".
5655 * gdb.base/help.exp: Adjust "help set language" expected output,
5656 now lists all known languages.
5657
5658 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
5659
5660 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
5661 all frame arguments.
5662 * gdb.arch/altivec-regs.exp: Likewise.
5663
5664 2009-08-07 Tom Tromey <tromey@redhat.com>
5665
5666 * gdb.base/setshow.exp: Add tests for changes to set language, set
5667 check range, and set check type.
5668
5669 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
5670
5671 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
5672 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
5673 Call it.
5674
5675 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5676
5677 * configure.ac: Run gdb.cell tests when appropriate.
5678 * configure: Regenerate.
5679 * lib/cell.exp: New file.
5680 * gdb.cell: New directory.
5681 * gdb.cell/configure.ac: New file.
5682 * gdb.cell/configure: New file.
5683 * gdb.cell/Makefile.in: New file.
5684 * gdb.cell/arch.exp: New file.
5685 * gdb.cell/break.c: New file.
5686 * gdb.cell/break.exp: New file.
5687 * gdb.cell/break-spu.c: New file.
5688 * gdb.cell/bt.c: New file.
5689 * gdb.cell/bt2-spu.c: New file.
5690 * gdb.cell/bt-spu.c: New file.
5691 * gdb.cell/bt.exp: New file.
5692 * gdb.cell/coremaker.c: New file.
5693 * gdb.cell/coremaker-spu.c: New file.
5694 * gdb.cell/core.exp: New file.
5695 * gdb.cell/gcore.exp: New file.
5696 * gdb.cell/data.c: New file.
5697 * gdb.cell/data.exp: New file.
5698 * gdb.cell/data-spu.c: New file.
5699 * gdb.cell/ea-cache.exp: New file.
5700 * gdb.cell/ea-cache.c: New file.
5701 * gdb.cell/ea-cache-spu.c: New file.
5702 * gdb.cell/ea-standalone.c: New file.
5703 * gdb.cell/ea-standalone.exp: New file.
5704 * gdb.cell/ea-test.c: New file.
5705 * gdb.cell/ea-test.exp: New file.
5706 * gdb.cell/f-regs.exp: New file.
5707 * gdb.cell/mem-access.c: New file.
5708 * gdb.cell/mem-access.exp: New file.
5709 * gdb.cell/mem-access-spu.c: New file.
5710 * gdb.cell/ptype.exp: New file.
5711 * gdb.cell/registers.exp: New file.
5712 * gdb.cell/size.c: New file.
5713 * gdb.cell/sizeof.exp: New file.
5714 * gdb.cell/size-spu.c: New file.
5715 * gdb.cell/solib.exp: New file.
5716 * gdb.cell/solib-symbol.exp: New file.
5717
5718 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5719
5720 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
5721
5722 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5723
5724 * gdb.base/float.exp: Handle VFP registers.
5725
5726 2009-07-14 Michael Snyder <msnyder@vmware.com>
5727
5728 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
5729 to bring gdb to the beginning of the calling line.
5730
5731 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
5732 confusing the i386 epilogue unwinder.
5733
5734 2009-07-14 Stan Shebs <stan@codesourcery.com>
5735
5736 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
5737
5738 2009-07-14 Michael Snyder <msnyder@vmware.com>
5739
5740 * gdb.reverse/step-reverse.exp (stepi into function call):
5741 Call instruction may not be first instruction in the line.
5742 (reverse stepi from a function call): Used wrong line number.
5743
5744 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5745
5746 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
5747
5748 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5749
5750 Fix gdb.base/macscp.exp when using custom inputrc.
5751 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
5752 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
5753 env(TERM) set.
5754 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
5755 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
5756
5757 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5758
5759 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
5760 * gdb.base/annota1.exp (thread_test): Import global $testfile.
5761 Change the compilation target to match the testcase name.
5762 * gdb.base/sect-cmd.exp: Change the compilation target to match the
5763 testcase name.
5764 * a2-run.exp: Use for setup prepare_for_testing. Change the
5765 compilation target to match the testcase name.
5766 * gdb.base/commands.exp: Likewise.
5767 * gdb.base/finish.exp: Likewise.
5768 * gdb.base/float.exp: Likewise.
5769 * gdb.base/info-target.exp: Likewise.
5770 * gdb.base/relational.exp: Likewise.
5771 * gdb.base/term.exp: Likewise.
5772 * gdb.base/until.exp: Likewise.
5773 * gdb.base/volatile.exp: Likewise.
5774 * gdb.base/whatis-exp.exp: Likewise.
5775
5776 2009-07-11 Hui Zhu <teawater@gmail.com>
5777
5778 * gdb.base/help.exp (disassemble): Update expected help text.
5779
5780 2009-07-09 Tom Tromey <tromey@redhat.com>
5781
5782 * lib/gdb.exp: Handle TRANSCRIPT.
5783 (remote_spawn, remote_close, send_gdb): New procs.
5784
5785 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
5786
5787 * gdb.python/python-prettyprint.c: Add counted null string
5788 structure.
5789 * gdb.python/python-prettyprint.exp: Print null string. Test for
5790 embedded nulls.
5791 * gdb.python/python-prettyprint.py (pp_ns): New Function.
5792 * gdb.python/python-value.exp (test_value_in_inferior): Add
5793 variable length string fetch tests.
5794 * gdb.python/python-value.c (main): Add strings for string fetch tests.
5795
5796 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5797
5798 * gdb.base/dump.exp (inaccessible memory is reported): New test.
5799
5800 2009-07-07 Tom Tromey <tromey@redhat.com>
5801
5802 * gdb.base/call-rt-st.exp: Update for change to escape output.
5803 * gdb.base/callfuncs.exp: Likewise.
5804 * gdb.base/charset.exp: Likewise.
5805 * gdb.base/constvars.exp: Likewise.
5806 * gdb.base/long_long.exp: Likewise.
5807 * gdb.base/pointers.exp: Likewise.
5808 * gdb.base/printcmds.exp: Likewise.
5809 * gdb.base/setvar.exp: Likewise.
5810 * gdb.base/store.exp: Likewise.
5811 * gdb.cp/ref-types.exp: Likewise.
5812 * gdb.mi/mi-var-child.exp: Likewise.
5813 * gdb.mi/mi-var-display.exp: Likewise.
5814 * gdb.mi/mi2-var-display.exp: Likewise.
5815 * gdb.base/charset.exp: Test octal escape sequence length.
5816 Update for change to escape output.
5817
5818 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
5821
5822 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
5823
5824 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
5825
5826 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5827
5828 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
5829 gdbserver increasing $portnum if "Can't bind address" has been seen.
5830
5831 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5832
5833 * gdb.base/ending-run.exp: Add "step out of main" pattern for
5834 mingw32ce.
5835
5836 2009-07-05 Pedro Alves <pedro@codesourcery.com>
5837
5838 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
5839 VFP format.
5840
5841 2009-07-02 Pedro Alves <pedro@codesourcery.com>
5842
5843 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
5844 linux. Adjust to use "inferior", "info inferiors", "detach
5845 inferior" and "kill inferior" instead of "restart", "info fork",
5846 "detach fork" and "delete fork".
5847 * gdb.base/ending-run.exp: Spell out "info".
5848 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
5849 the "kill" command.
5850
5851 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5852
5853 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
5854 change to prefix TLS offset in hex with 0x.
5855
5856 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5857
5858 * gdb.base/default.exp: Update test case for "x" changes.
5859
5860 2009-07-01 Tristan Gingold <gingold@adacore.com>
5861
5862 * gdb.base/bigcore.exp: Make darwin untested.
5863
5864 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5865
5866 * gdb.base/completion.exp (directory completion): Create the directory.
5867 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
5868 escapeuniquesub.
5869 (directory completion 2): Expect now ${escapeuniquesub}.
5870 (Glob remaining of directory test): Remove one excessive newline.
5871 Expect the real output.
5872
5873 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5874
5875 Fix `make check//%' target after `make check' has been ran.
5876 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
5877 a mkdir call.
5878 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
5879 (%/.dir): Remove.
5880
5881 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5882
5883 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
5884 the expected result record.
5885
5886 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5887
5888 Remove racy FAILs relying just on the timeouts.
5889 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
5890 (annotation_level 2): Remove racy FAILs.
5891
5892 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
5893
5894 gdb/10275
5895 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
5896
5897 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
5898
5899 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
5900
5901 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
5902
5903 * gdb.mi/mi-stack.exp: Testing symbolic options
5904 to -stack-list-locals and -stack-list-arguments.
5905
5906 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5907
5908 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
5909
5910 2009-06-29 Tom Tromey <tromey@redhat.com>
5911
5912 * dg-extract-results.sh: New file.
5913 * Makefile.in (FORCE_PARALLEL): New variable.
5914 (CHECK_TARGET): New conditional variable.
5915 (check): Use CHECK_TARGET.
5916 (DO_RUNTEST): New variable.
5917 (check-single): New target.
5918 (TEST_DIRS): New variable.
5919 (TEST_TARGETS): Likewise.
5920 (check-parallel): New target.
5921 (check-gdb.%): New pattern.
5922 (BASE1_FILES): New variable.
5923 (BASE2_FILES): Likewise.
5924 (check-gdb.base%): New pattern.
5925 (%/.dir): New pattern.
5926 * configure: Rebuild.
5927 * aclocal.m4 (AM_CONDITIONAL): New defun.
5928 * configure.ac: Check whether user is using GNU make.
5929 (GMAKE): New conditional.
5930
5931 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
5932
5933 * gdb.cp/namespace-nested-import.cc: New test.
5934 * gdb.cp/namespace-nested-import.exp: New test.
5935
5936 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5937
5938 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
5939 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
5940 * gdb.opt/Makefile.in (EXECUTABLES): Update.
5941 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
5942 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
5943 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
5944 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
5945 gdb.opt/inline-markers.c: New files.
5946 * lib/gdb.exp (skip_inline_frame_tests): New function.
5947 (skip_inline_var_tests): New function.
5948
5949 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
5950
5951 * gdb.cp/exception.exp: Don't require $hex before inner frame in
5952 backtrace.
5953
5954 2009-06-27 Michael Snyder <msnyder@vmware.com>
5955
5956 * gdb.reverse: New directory.
5957 * gdb.reverse/break-reverse.c: New test.
5958 * gdb.reverse/break-reverse.exp: New test.
5959 * gdb.reverse/consecutive-reverse.c: New test.
5960 * gdb.reverse/consecutive-reverse.exp: New test.
5961 * gdb.reverse/finish-reverse.c: New test.
5962 * gdb.reverse/finish-reverse.exp: New test.
5963 * gdb.reverse/machinestate.c: New test.
5964 * gdb.reverse/ms1.c: New test.
5965 * gdb.reverse/machinestate.exp: New test.
5966 * gdb.reverse/Makefile.in: New file.
5967 * gdb.reverse/shr2.c: New test.
5968 * gdb.reverse/solib-reverse.c: New test.
5969 * gdb.reverse/solib-reverse.exp: New test.
5970 * gdb.reverse/step-reverse.c: New test.
5971 * gdb.reverse/step-reverse.exp: New test.
5972 * gdb.reverse/until-reverse.c: New test.
5973 * gdb.reverse/ur1.c: New test.
5974 * gdb.reverse/until-reverse.exp: New test.
5975 * gdb.reverse/watch-reverse.c: New test.
5976 * gdb.reverse/watch-reverse.exp: New test.
5977 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
5978 * configure: Regenerate.
5979
5980 2009-06-26 Doug Evans <dje@google.com>
5981
5982 * gdb.base/psymtab.exp: Turn off pending breakpoints.
5983
5984 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
5985
5986 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
5987 windows problem for 'file delete $binfile'.
5988
5989 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
5990
5991 * gdb.cp/namespace-using.exp: New test.
5992 * gdb.cp/namespace-using.cc: New test.
5993
5994 2009-05-20 Joel Brobecker <brobecker@adacore.com>
5995
5996 * gdb.ada/variant_record_packed_array: New testcase.
5997
5998 2009-06-23 Tom Tromey <tromey@redhat.com>
5999
6000 * gdb.base/charset.exp (test_combination): Regression test.
6001 * gdb.base/charset.c (my_wchar_t): New typedef.
6002 (myvar): New global.
6003 (main): Set myvar.
6004
6005 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
6006
6007 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
6008 target.
6009
6010 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6011
6012 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
6013
6014 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6015
6016 * gdb.mi/gdb680.exp: Update test for error message.
6017
6018 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6019
6020 * gdb.base/annota1.exp: Allow multiple occurrences of the
6021 frames-invalid annotation.
6022 * gdb.cp/annota2.exp: Likewise.
6023
6024 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6025
6026 * gdb.cp/gdb2495.cc: New file.
6027 * gdb.cp/gdb2495.exp: New file.
6028
6029 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6030
6031 Report error on GDB crash during runto.
6032 * lib/gdb.exp (runto <eof>): New.
6033
6034 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
6035
6036 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
6037 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
6038 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
6039 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
6040 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
6041 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
6042 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
6043 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
6044 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
6045 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
6046 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
6047 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
6048 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6049 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
6050 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
6051 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
6052 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
6053 gdb.server/server-mon.exp, gdb.server/server-run.exp,
6054 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6055 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6056 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
6057 gdb.trace/passcount.exp, gdb.trace/report.exp,
6058 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
6059 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
6060 gdb.trace/while-stepping.exp: Use a unique name for the compiled
6061 executable.
6062
6063 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6064
6065 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
6066 defined before referencing it.
6067
6068 2009-06-03 Doug Evans <dje@google.com>
6069
6070 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
6071 * gdb.arch/i386-see.c: Ditto.
6072
6073 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
6074
6075 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
6076 (check_macro): Return 1 if undefined.
6077 If first test fails, check if macro debug information is available,
6078 and report unsupported test if no macro information is found.
6079
6080 2009-05-29 Doug Evans <dje@google.com>
6081
6082 * gdb.threads/hand-call-in-threads.exp: New.
6083 * gdb.threads/hand-call-in-threads.c: New.
6084
6085 2009-05-29 Michael Snyder <msnyder@vmware.com>
6086
6087 * gdb.base/break-always.exp: Change "1" to "on".
6088 Add confirmation check.
6089
6090 2009-05-28 Pedro Alves <pedro@codesourcery.com>
6091
6092 * gdb.threads/threxit-hop-specific.c: New.
6093 * gdb.threads/threxit-hop-specific.exp: New.
6094 * gdb.threads/thread-execl.c: New.
6095 * gdb.threads/thread-execl.exp: New.
6096
6097 2009-05-27 Tom Tromey <tromey@redhat.com>
6098 Thiago Jung Bauermann <bauerman@br.ibm.com>
6099
6100 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
6101 (mi_child_regexp): Likewise.
6102 (mi_list_varobj_children_range): Likewise.
6103 (mi_get_features): Likewise.
6104 (mi_list_varobj_children): Rewrite.
6105 * gdb.python/python-mi.exp: New file.
6106
6107 2009-05-27 Tom Tromey <tromey@redhat.com>
6108 Thiago Jung Bauermann <bauerman@br.ibm.com>
6109 Phil Muldoon <pmuldoon@redhat.com>
6110 Paul Pluzhnikov <ppluzhnikov@google.com>
6111
6112 * gdb.python/python-prettyprint.exp: New file.
6113 * gdb.python/python-prettyprint.c: New file.
6114 * gdb.python/python-prettyprint.py: New file.
6115 * gdb.base/display.exp: print/r is now valid.
6116
6117 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6118 Tom Tromey <tromey@redhat.com>
6119 Pedro Alves <pedro@codesourcery.com>
6120 Paul Pluzhnikov <ppluzhnikov@google.com>
6121
6122 * gdb.python/python-template.exp: New file.
6123 * gdb.python/python-template.cc: New file.
6124 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6125 tests.
6126 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6127 Call it.
6128 (test_value_after_death): New proc.
6129 * gdb.python/python-value.c (PTR): New typedef.
6130 (main): New variable 'x'.
6131
6132 2009-05-27 Tom Tromey <tromey@redhat.com>
6133
6134 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6135 tests.
6136 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6137 Call it.
6138
6139 2009-05-27 Pedro Alves <pedro@codesourcery.com>
6140
6141 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
6142
6143 2009-05-24 Pedro Alves <pedro@codesourcery.com>
6144
6145 * gdb.threads/fork-thread-pending.c: New.
6146 * gdb.threads/fork-thread-pending.exp: New.
6147
6148 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6149
6150 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
6151 * gdb.dwarf2/dw2-strp.S (a_string2): New.
6152
6153 2009-05-18 Jon Beniston <jon@beniston.com>
6154
6155 * gdb.asm/asm-source.exp: Add lm32 target.
6156
6157 2009-05-17 Pedro Alves <pedro@codesourcery.com>
6158
6159 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
6160 `gdb_get_line_number'. Call `callee' in both parent and child.
6161 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
6162 `gdb_get_line_number' instead of hardcoding line numbers.
6163 (catch_fork_unpatch_child): New procedure to test detaching
6164 breakpoints from child fork.
6165 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
6166 hardcoding line numbers.
6167 (do_fork_tests): Run `catch_fork_unpatch_child'.
6168
6169 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
6170
6171 * gdb.mi/mi-cmd-var.exp: Check that when varobj
6172 of structure type enters or leaves the scope, it
6173 is reported by -var-update.
6174
6175 2009-05-11 Doug Evans <dje@sebabeach.org>
6176
6177 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
6178 * gdb.threads/pending-step.c (main): Fix off-by-one error.
6179 * gdb.threads/schedlock.c (main): Fix off-by-one error.
6180
6181 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6182
6183 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
6184
6185 2009-04-30 Doug Evans <dje@google.com>
6186
6187 * gdb.threads/watchthreads2.exp: New testcase.
6188 * gdb.threads/watchthreads2.c: New testcase.
6189
6190 2009-04-29 Doug Evans <dje@google.com>
6191
6192 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
6193 * gdb.cp/mb-ctor.cc: Ditto.
6194 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
6195 * gdb.cp/mb-inline.h (multi_line_foo): New function.
6196 * gdb.cp/mb-inline1.cc: Call it.
6197 * gdb.cp/mb-inline2.cc: Ditto.
6198 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
6199 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
6200
6201 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6202
6203 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
6204 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
6205 Replace all uses of `decimal' by `nonzero'.
6206 (info macro FROM_COMMANDLINE): New test.
6207
6208 2009-04-27 Tom Tromey <tromey@redhat.com>
6209
6210 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
6211
6212 2009-04-27 Doug Evans <dje@google.com>
6213
6214 * gdb.threads/watchthreads.c (main): Initialize args before starting
6215 the threads. Plus formatting cleanup.
6216 * gdb.threads/watchthreads.exp: Avoid errant failures due to
6217 biased scheduling of one thread.
6218
6219 2009-04-27 Jerome Guitton <guitton@adacore.com>
6220
6221 * gdb.cp/templates.cc (GetMax): New template.
6222 (main): Declare two instances of GetMax.
6223 * gdb.cp/templates.exp: Add new test.
6224
6225 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6226
6227 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6228
6229 2009-04-22 Joseph Myers <joseph@codesourcery.com>
6230
6231 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6232
6233 2009-04-15 Tom Tromey <tromey@redhat.com>
6234
6235 * gdb.base/charset.exp: Add regression test.
6236
6237 2009-04-14 Joel Brobecker <brobecker@adacore.com>
6238
6239 * gdb.base/exe-lock.exp: New testcase.
6240
6241 2009-04-13 Tom Tromey <tromey@redhat.com>
6242
6243 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6244 operator on Frame.
6245
6246 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6247
6248 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6249 * gdb.server/ext-attach.exp: Likewise.
6250
6251 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
6252
6253 Eliminate some sleep usage.
6254
6255 * gdb.mi/basics.c (do_nothing): New.
6256 (main): Use do_nothing instead of printf, so that
6257 not to introduce race condition between output of
6258 inferiour and output of gdb. Do not use sleep as it
6259 is not generally available on embedded targets.
6260
6261 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6262
6263 * gdb.server/ext-attach.exp: Expect an optional process id after
6264 "Detached from remote process".
6265
6266 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6267
6268 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6269 gdb.dwarf2/dw2-unresolved.exp: New.
6270
6271 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6272
6273 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6274 mi_run_to_main.
6275
6276 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6277
6278 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
6279 mi_run_to_main. Skip thread exit test on remote targets.
6280 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
6281 mi_run_to_main.
6282 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
6283 mi_run_to_main.
6284 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6285 when expecting ^connected. Detect when the target doesn't support
6286 non-stop mode.
6287 (mi_run_cmd): Detect if non-stop mode was requested by isn't
6288 supported. Return -1 on error, 0 on success.
6289 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6290 (mi_runto): Return mi_runto_helper's result explicitly.
6291
6292 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6293
6294 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6295
6296 2009-04-01 Tom Tromey <tromey@redhat.com>
6297
6298 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6299 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6300 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6301 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6302
6303 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
6304 Jan Kratochvil <jan.kratochvil@redhat.com>
6305
6306 PR gdb/931
6307 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6308 output.
6309 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
6310 for gdb/931.
6311 * dw2-strp.S (DW_AT_language): Change to C++.
6312 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6313
6314 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6315
6316 * gdb.ada/tasks: New testcase.
6317
6318 2009-03-30 Stan Shebs <stan@codesourcery.com>
6319
6320 * gdb.trace/actions.exp: Update to match new info trace format.
6321 * gdb.trace/deltrace.exp: Ditto.
6322 * gdb.trace/infotrace.exp: Ditto.
6323 * gdb.trace/passcount.exp: Ditto.
6324 * gdb.trace/save-trace.exp: Ditto.
6325 * gdb.trace/while-stepping.exp: Ditto.
6326 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6327
6328 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6329
6330 * gdb.python/python-frame.c: New file.
6331 * gdb.python/python-frame.exp: New file.
6332
6333 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6334
6335 * gdb.python/python-value.exp: Add tests for the address
6336 attribute.
6337
6338 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
6339
6340 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6341
6342 2009-03-26 Doug Evans <dje@google.com>
6343
6344 * gdb.mi/mi-nonstop-exit.exp: New file.
6345 * gdb.mi/non-stop-exit.c: New file.
6346
6347 2009-03-26 Tom Tromey <tromey@redhat.com>
6348
6349 Update for change to prologue skipping:
6350 * gdb.mi/mi2-simplerun.exp: Update.
6351 * gdb.mi/mi2-break.exp: Update.
6352 * gdb.mi/mi-simplerun.exp: Update.
6353 * gdb.mi/mi-break.exp: Update.
6354 * gdb.base/ending-run.exp: Update.
6355
6356 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6357
6358 * gdb.python/python-value.exp (test_value_in_inferior): Test
6359 gdb.Value.is_optimized_out attribute.
6360
6361 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6362
6363 * gdb.dwarf2/dw2-noloc-main.c: New file.
6364 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
6365 (.text): Remove.
6366 (.data): New.
6367 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
6368 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
6369 (DW_TAG_subprogram func_cu1, noloc): Remove.
6370 (main): New.
6371 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
6372 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
6373 (file_symbols): New procedure.
6374
6375 2009-03-25 Tom Tromey <tromey@redhat.com>
6376
6377 * gdb.base/charset.exp (valid_target_charset): New proc.
6378 Use it to skip tests on invalid charsets.
6379
6380 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
6381
6382 * gdb.base/completion.exp: Add a test for directory completion.
6383
6384 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6385
6386 Fix a racy FAIL.
6387 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
6388 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
6389
6390 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6391
6392 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
6393 * gdb.python/python-function.exp: Add test for function returning
6394 a GDB value.
6395
6396 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
6397
6398 * gdb.python/python-function.exp: New file.
6399
6400 2009-03-20 Tom Tromey <tromey@redhat.com>
6401
6402 * gdb.base/store.exp: Update for change to escape output.
6403 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
6404 to escape output.
6405 * gdb.base/pointers.exp: Update for change to escape output.
6406 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
6407 to escape output.
6408 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
6409 escape output.
6410 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
6411 to escape output.
6412 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
6413 escape output.
6414 * gdb.base/setvar.exp: Update for change to escape output.
6415 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
6416 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
6417 to escape output.
6418 (test_print_string_constants): Likewise.
6419 * gdb.base/charset.exp (valid_host_charset): Check size of
6420 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
6421 cases. Handle "auto"-related output.
6422 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
6423 (uvar, Uvar): New globals.
6424
6425 2009-03-19 Jerome Guitton <guitton@adacore.com>
6426
6427 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
6428 deltas.
6429 * gdb.ada/fixed_points.exp: Ditto.
6430
6431 2009-03-18 Pedro Alves <pedro@codesourcery.com>
6432
6433 * return-nodebug.c: Don't include stdio.h.
6434 (init): Delete.
6435 (func): Delete definition and provide extern declaration.
6436 (t): New.
6437 (main): Don't call printf. Call func and store its result in t.
6438 * return-nodebug1.c: New.
6439 * return-nodebug.exp: Don't expect stdio output. Instead, print
6440 the global variable t. Drop printf formatters and cast types from
6441 foreach loop. Don't use prepare_for_testing. Compile
6442 return-nodebug.c and return-nodebug1.c in separate steps. Don't
6443 define FORMAT or CAST.
6444
6445 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6446
6447 * gdb.base/solib-display.exp: Disable test for remote targers.
6448
6449 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6450
6451 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6452
6453 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6454
6455 Fix a racy FAIL.
6456 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6457 code from `follow parent, print pids'.
6458 (`follow child, print pids', `follow parent, print pids'): Call it.
6459 Replace `gdb_test "break..."' by gdb_breakpoint.
6460
6461 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6462
6463 * gdb.mi/mi-cli.exp: Adjust for output difference in
6464 sync and async modes.
6465
6466 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6467
6468 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6469 that was checked in by mistake. Remove loading of ada.exp, since
6470 this is not necessary in this case.
6471
6472 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6473
6474 * gdb.ada/ptype_arith_binop.exp: New testcase.
6475
6476 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6477
6478 * gdb.ada/mod_from_name: New testcase.
6479
6480 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6481
6482 * gdb.ada/tick_last_segv: New testcase.
6483
6484 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6485
6486 * gdb.mi/mi-cli.exp: Remove debug print.
6487
6488 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6489
6490 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6491 include the token in ^running and frame info in *stopped.
6492
6493 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6494
6495 * solib-display.exp: New file.
6496 * solib-display-main.c: New file.
6497 * solib-display-lib.c: New file.
6498
6499 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6500
6501 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6502
6503 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6504
6505 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6506 (list_and_check_macro): Use more specific test name.
6507 (next to definition): Make the test names unique.
6508
6509 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6510
6511 * gdb.pascal/floats.exp: Accept approximate results everywhere.
6512
6513 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6514
6515 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6516 notifications.
6517 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6518 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6519 * lib/mi-support.exp (library_loaded_re): New.
6520 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6521
6522 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6523
6524 * gdb.gdb/observer.exp: Use test_notification observer, not
6525 normal_stop, everywhere.
6526 (test_normal_stop_notifications): Rename to...
6527 (test_notifications): ...this.
6528 (test_observer_normal_stop): Rename to...
6529 (test_observer): ...this.
6530
6531 2009-02-16 Doug Evans <dje@google.com>
6532
6533 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6534 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6535 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6536 (test_prefixed_syscall,test_int3): New tests.
6537 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6538 (test_prefixed_syscall,test_int3): New tests.
6539
6540 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6541
6542 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6543 (mi_expect_interrupt): Likewise.
6544 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6545 response.
6546
6547 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6548
6549 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6550 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6551 Replace calls to get_valueofx by get_hexadecimal_valueof.
6552
6553 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6554
6555 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6556 (get_integer_valueof): New procedure.
6557 (get_sizeof): Use new get_integer_value_of.
6558 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6559 by get_integer_valueof.
6560
6561 2009-02-13 Tom Tromey <tromey@redhat.com>
6562
6563 * gdb.base/remote.exp (get_sizeof): Remove.
6564 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6565 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6566 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6567 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6568 (get_sizeof): Likewise.
6569
6570 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6571
6572 PR fortran/9806
6573 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6574
6575 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6576
6577 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6578
6579 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6580
6581 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6582
6583 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6584
6585 * gdb.python/python-cmd.exp: New file.
6586
6587 2009-02-06 Tristan Gingold <gingold@adacore.com>
6588
6589 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6590
6591 2009-02-05 Tristan Gingold <gingold@adacore.com>
6592
6593 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6594 pointer is dereferenced and use this signal name in regexp.
6595 * gdb.base/signull.exp: Ditto.
6596 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6597 * gdb.base/signull.c (main): Ditto.
6598
6599 2009-02-04 Tom Tromey <tromey@redhat.com>
6600 Thiago Jung Bauermann <bauerman@br.ibm.com>
6601
6602 * gdb.python/python-value.exp: Use `gdb.history' instead of
6603 `gdb.value_from_history'.
6604 (test_value_numeric_ops): Add test for conversion of enum constant.
6605 * gdb.python/python-value.c (enum e): New type.
6606 (evalue): New global.
6607 (main): Use argv.
6608
6609 2009-02-04 Jerome Guitton <guitton@adacore.com>
6610
6611 * gdb.ada/uninitialized_vars: New test program.
6612 * gdb.ada/uninitialized_vars.exp: New testcase.
6613
6614 2009-02-02 Tom Tromey <tromey@redhat.com>
6615
6616 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6617 * gdb.cp/pr2489.cc: Rename...
6618 * gdb.cp/pr9594.cc: ... to this.
6619
6620 2009-02-02 Tom Tromey <tromey@redhat.com>
6621
6622 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
6623 * gdb.cp/pr2489.cc: New file.
6624 * gdb.cp/cpcompletion.exp: New file.
6625
6626 2009-02-02 Tom Tromey <tromey@redhat.com>
6627
6628 PR exp/9059:
6629 * gdb.cp/call-c.exp: Add regression test.
6630 * gdb.cp/call-c.cc (FooHandle): New typedef.
6631 (main): New variable 'handle'.
6632
6633 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6634
6635 * lib/mi-support.exp (et_mi_thread_list)
6636 (check_mi_and_console_threads): Adjust for current thread in
6637 -thread-list-ids output.
6638
6639 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
6640
6641 * gdb.mi/mi-break.exp (test_disabled_creation): New.
6642 Call it.
6643
6644 2009-01-28 Doug Evans <dje@google.com>
6645
6646 * gdb.arch/amd64-disp-step.S: New file.
6647 * gdb.arch/amd64-disp-step.exp: New file.
6648 * gdb.arch/i386-disp-step.S: New file.
6649 * gdb.arch/i386-disp-step.exp: New file.
6650
6651 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
6652
6653 * gdb.base/find.exp: Set newline variable
6654 using quotes instead of braces to fix cygwin failures.
6655
6656 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6657
6658 * gdb.base/radix.exp: Add tests to ensure that that set
6659 input-radix 0 and set output-radix 0 are really rejected.
6660
6661 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6662
6663 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
6664 copyright years.
6665
6666 2009-01-23 Pedro Alves <pedro@codesourcery.com>
6667
6668 PR gdb/9664:
6669 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
6670
6671 2009-01-22 Pedro Alves <pedro@codesourcery.com>
6672
6673 PR c++/9631:
6674 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
6675
6676 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
6677
6678 * gdb.server/file-transfer.exp: Use EXEEXT variable for
6679 binfile definition to fix Windows OS failure.
6680
6681 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6682
6683 PR gdb/9346
6684 * gdb.base/interrupt.c (sigint_handler): New.
6685 (main): Install a SIGINT handler if SIGNALS is defined. Exit
6686 on error.
6687 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
6688 Test "signal SIGINT".
6689
6690 2009-01-19 Doug Evans <dje@google.com>
6691
6692 * gdb.base/break.exp: Update expected gdb output.
6693 * gdb.base/sepdebug.exp: Ditto.
6694 * gdb.mi/mi-syn-frame.exp: Ditto.
6695 * gdb.mi/mi2-syn-frame.exp: Ditto.
6696 * gdb.base/call-signal-resume.exp: New file.
6697 * gdb.base/call-signals.c: New file.
6698 * gdb.base/unwindonsignal.exp: New file.
6699 * gdb.base/unwindonsignal.c: New file.
6700 * gdb.threads/interrupted-hand-call.exp: New file.
6701 * gdb.threads/interrupted-hand-call.c: New file.
6702 * gdb.threads/thread-unwindonsignal.exp: New file.
6703
6704 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
6705
6706 * gdb.base/define.exp: Test defining and hooking prefix commands.
6707 * gdb.python/python.exp: Update test for "show user" output.
6708
6709 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6710
6711 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
6712 now the output exactly, using less wildcards. Expect also the output
6713 of gfortran-4.3. Update for the f-valprint.c modification from
6714 2008-04-22.
6715 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
6716 Remove gdb_test test names where matching the command.
6717
6718 2009-01-01 Pedro Alves <pedro@codesourcery.com>
6719
6720 PR breakpoints/9681:
6721 * gdb.base/watchpoint.exp: Add regression test.
6722
6723 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6724
6725 * gdb.threads/attach-into-signal.exp: Don't use
6726 gdb_suppress_entire_file.
6727 * gdb.threads/attach-stopped.exp: Ditto.
6728 * gdb.threads/attachstop-mt.exp: Ditto.
6729
6730 2008-12-31 Pedro Alves <pedro@codesourcery.com>
6731
6732 PR gdb/8812:
6733 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
6734
6735 2008-12-29 Pedro Alves <pedro@codesourcery.com>
6736
6737 PR gdb/7536:
6738 * gdb.base/radix.exp: Add tests to ensure invalid input radices
6739 and unsupported output radices are really rejected.
6740
6741 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6742
6743 * gdb.cp/punctuator.exp: Backslash the '$' signs.
6744
6745 2008-12-22 Tom Tromey <tromey@redhat.com>
6746
6747 * gdb.cp/punctuator.exp: New file.
6748
6749 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6750
6751 * gdb.base/completion.exp (Completing non-existing component): New test.
6752
6753 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6754
6755 Fix for PR gdb/8648.
6756 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
6757 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
6758 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
6759 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
6760
6761 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6762
6763 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
6764
6765 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
6766
6767 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
6768 compiler actually generate code at the expected line number.
6769
6770 2008-12-15 Jie Zhang <jie.zhang@analog.com>
6771
6772 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
6773
6774 2008-12-12 Tom Tromey <tromey@redhat.com>
6775
6776 * gdb.base/commands.exp (redefine_hook_test): New proc.
6777 Call it.
6778
6779 2008-12-11 Tom Tromey <tromey@redhat.com>
6780
6781 * gdb.base/macscp.exp: New regression test.
6782
6783 2008-12-11 Tom Tromey <tromey@redhat.com>
6784
6785 * gdb.base/macscp.exp: Print "address.addr".
6786 * gdb.base/macscp1.c (struct outer): New struct.
6787 (address): New global.
6788
6789 2008-12-09 Tom Tromey <tromey@redhat.com>
6790
6791 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
6792 Call it.
6793
6794 2008-12-04 Doug Evans <dje@google.com>
6795
6796 * gdb.server/ext-run.exp: Relax regexp for init program.
6797
6798 2008-12-03 Tristan Gingold <gingold@adacore.com>
6799
6800 * gdb.base/macscp.exp: Generate an object file during compilation
6801 to work around Darwin dsymutil limitations.
6802
6803 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6804
6805 Test resolving external references to TLS variables.
6806 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
6807 FILE2_THREAD_LOCAL.
6808 (testfile2, srcfile2): New variables.
6809 * gdb.threads/tls.c (file2_thread_local)
6810 (function_referencing_file2_thread_local): New.
6811 * gdb.threads/tls2.c: New file.
6812
6813 2008-11-28 Joel Brobecker <brobecker@adacore.com>
6814
6815 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
6816 rather than integer, as integer might not be big enough when
6817 on 64bit targets.
6818
6819 2008-11-27 Jerome Guitton <guitton@adacore.com>
6820
6821 * gdb.cp/formatted-ref.exp: Add equality test.
6822 * gdb.ada/formatted_ref.exp: Ditto.
6823
6824 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6825
6826 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
6827 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
6828
6829 2008-11-20 Andreas Schwab <schwab@suse.de>
6830
6831 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
6832 matching syscall entry point.
6833 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6834 (tcatch_vfork_then_child_follow): Likewise. Finish through
6835 vfork even if we stopped at the syscall trampoline.
6836
6837 2008-11-20 Doug Evans <dje@google.com>
6838
6839 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
6840
6841 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6842
6843 * gdb.arch/ppc-dfp.exp: New file.
6844 * gdb.arch/ppc-dfp.c: New file.
6845
6846 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6847
6848 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
6849
6850 2008-11-17 Doug Evans <dje@google.com>
6851
6852 * gdb.mi/mi-syn-frame.exp: Update expected output.
6853 * gdb.mi/mi2-syn-frame.exp: Update expected output.
6854
6855 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6856
6857 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
6858 "thread N" results in =thread-selected.
6859 * lib/mi-support (mi_run_cmd, mi_expect_stop)
6860 (mi_send_resuming_command_raw): Be prepared for
6861 =thread-selected.
6862
6863 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
6864
6865 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
6866 * lib/mi-support.exp: Likewise.
6867
6868 2008-11-16 Joel Brobecker <brobecker@adacore.com>
6869
6870 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
6871 commands from the expected output for "help catch".
6872
6873 2008-11-15 Joel Brobecker <brobecker@adacore.com>
6874
6875 * gdb.ada/int_deref.exp: New testcase.
6876
6877 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
6878
6879 * gdb.mi/gdb2549.exp: New file.
6880
6881 2008-11-11 Doug Evans <dje@google.com>
6882
6883 * gdb.base/callexit.exp: New file.
6884 * gdb.base/callexit.c: New file.
6885
6886 2008-11-10 Doug Evans <dje@google.com>
6887
6888 * lib/gdb.exp (GDBFLAGS): Move -nx ...
6889 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
6890 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
6891 (default_gdb_start,default_gdb_exit): Ditto.
6892 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
6893 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
6894 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
6895 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
6896 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
6897 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
6898
6899 2008-11-03 Andreas Schwab <schwab@suse.de>
6900
6901 * gdb.base/hashline2.exp: Fix typo.
6902 * gdb.base/hashline3.exp: Likewise.
6903
6904 2008-10-30 Tom Tromey <tromey@redhat.com>
6905
6906 * gdb.base/pointers.exp: Add test.
6907 * gdb.base/pointers.c (k, S): New typedefs.
6908 (instance): New global.
6909
6910 2008-10-30 Andreas Schwab <schwab@suse.de>
6911
6912 * gdb.base/args.exp: Add tests for newlines.
6913
6914 2008-10-30 Joel Brobecker <brobecker@adacore.com>
6915
6916 gdb.base/foll-exec.exp: Update the expected output of a couple
6917 of "info breakpoints" tests.
6918
6919 2008-10-28 Tom Tromey <tromey@redhat.com>
6920
6921 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
6922
6923 2008-10-24 Pedro Alves <pedro@codesourcery.com>
6924
6925 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
6926 gdb_start_cmd.
6927 Use runto_main before any test that requires execution.
6928
6929 2008-10-23 Pedro Alves <pedro@codesourcery.com>
6930
6931 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
6932 instead of SIGINT.
6933
6934 2008-10-22 Joel Brobecker <brobecker@adacore.com>
6935
6936 * gdb.base/completion.exp: Update expected output following
6937 the addition of the "info tasks" command.
6938
6939 2008-10-22 Tom Tromey <tromey@redhat.com>
6940
6941 * gdb.base/exprs.exp (test_expr): Add test for string
6942 concatenation.
6943
6944 2008-10-19 Pedro Alves <pedro@codesourcery.com>
6945
6946 * configure.ac: Output gdb.python/Makefile.
6947 * configure: Regenerate.
6948 * gdb.python/Makefile.in: New.
6949
6950 2008-10-16 Joel Brobecker <brobecker@adacore.com>
6951
6952 * gdb.base/foll-fork.exp: Adjust the expected output to match
6953 the new description for fork/vfork catchpoints in the "info
6954 breakpoints" output.
6955
6956 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6957
6958 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
6959
6960 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
6961
6962 * gdb.python/python-value.c: New file.
6963 * gdb.python/python-value.exp: New file.
6964
6965 2008-10-15 Pedro Alves <pedro@codesourcery.com>
6966
6967 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
6968
6969 2008-10-15 Denis Pilat <denis.pilat@st.com>
6970
6971 * gdb.cp/mb-ctor.exp: Fix a typo.
6972
6973 2008-10-09 Tom Tromey <tromey@redhat.com>
6974
6975 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
6976 'fprintf' and 'stderr'.
6977
6978 2008-10-07 Joel Brobecker <brobecker@adacore.com>
6979
6980 * gdb.ada/ref_tick_size.exp: New testcase.
6981
6982 2008-10-06 Doug Evans <dje@google.com>
6983
6984 * gdb.dwarf2/dw2-cu-size.exp: New file.
6985 * gdb.dwarf2/dw2-cu-size.S: New file.
6986
6987 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
6988 .Ltype_int for clarity.
6989
6990 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6991
6992 PR gdb/2384:
6993 * gdb.cp/gdb2384.exp: Extended to test more cases.
6994 * gdb.cp/gdb2384.cc: Likewise.
6995 * gdb.cp/gdb2384-base.h: Likewise.
6996 * gdb.cp/gdb2384-base.cc: Likewise.
6997
6998 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6999
7000 * gdb.base/maint.exp (maint print type): Remove printing
7001 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
7002
7003 2008-09-30 Tom Tromey <tromey@redhat.com>
7004
7005 * gdb.base/macscp.exp: Add completion tests.
7006 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
7007 (TWENTY_THREE): Likewise.
7008 (FORTY_EIGHT): Likewise.
7009
7010 2008-09-30 Tom Tromey <tromey@redhat.com>
7011
7012 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
7013 everywhere.
7014 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
7015
7016 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7017
7018 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
7019 testcase is derived from. Fix racy dependency on an expected PID
7020 number. No longer support the testcase on Linux kernel 2.4.x.
7021
7022 2008-09-27 Tom Tromey <tromey@redhat.com>
7023
7024 * gdb.base/macscp.exp: Add tests for stringification, splicing,
7025 and varargs.
7026
7027 2008-09-22 Pedro Alves <pedro@codesourcery.com>
7028
7029 * lib/mi-support.exp (mi_expect_interrupt): New.
7030 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
7031 from gdb.mi/mi-nonstop.exp.
7032 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
7033 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
7034 lib/mi-support.exp.
7035 Use mi_check_thread_states throughout. Avoid ".*" and do not
7036 require an anchor after -exec-run.
7037
7038 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
7039
7040 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
7041 stop is pending. Avoid ".*" when two stops are pending.
7042 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
7043 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
7044 newlines in fullnames.
7045 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
7046 (mi_expect_stop): Update comments. Only anchor in sync mode.
7047 Do not match newlines.
7048 (mi_send_resuming_command_raw): Always return status.
7049 (mi_get_stop_line): Do not match more than one line by accident.
7050 Only anchor in sync mode.
7051 (mi_run_inline_test): If -exec-next fails, give up.
7052
7053 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7054
7055 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
7056 on SPU.
7057
7058 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7059
7060 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
7061
7062 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7063
7064 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
7065 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
7066 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
7067 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
7068 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
7069 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
7070 gdb.ada/interface.exp, gdb.ada/null_array.exp,
7071 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
7072 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
7073 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
7074 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
7075 Include the "= " sequence in the expected output of print tests.
7076
7077 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7078
7079 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
7080 description for boolean types.
7081
7082 2008-09-09 Pedro Alves <pedro@codesourcery.com>
7083
7084 * gdb.base/hook-stop-continue.c: New.
7085 * gdb.base/hook-stop-continue.exp: New.
7086
7087 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7088
7089 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
7090
7091 2008-09-08 Jerome Guitton <guitton@adacore.com>
7092
7093 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
7094 (stack_check_probe_2, stack_check_probe_loop_1)
7095 (stack_check_probe_loop_2): New functions.
7096 (main): Add call to these new functions.
7097 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
7098 functions, check that the breakpoint is inserted at the appropriate
7099 location.
7100 (insert_breakpoint): Slightly refine this procedure so that it can
7101 be called several times in the test.
7102
7103 2008-09-08 Jerome Guitton <guitton@adacore.com>
7104
7105 * gdb.base/stack-checking.c: New file.
7106 * gdb.base/stack-checking.exp: New file.
7107
7108 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7109
7110 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7111 * gdb.arch/altivec-regs.exp: Likewise.
7112 * gdb.arch/vsx-regs.exp: Likewise.
7113
7114 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7115
7116 * gdb.arch/ppc-fp.exp: New file.
7117 * gdb.arch/ppc-fp.c: New file.
7118
7119 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7120
7121 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7122 lest gcc-4.3.1 optimizes the whole thing away.
7123
7124 2008-09-04 Michael Snyder <msnyder@vmware.com>
7125
7126 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
7127 as "at" (for non-debug functions such as _start).
7128
7129 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7130
7131 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
7132 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
7133 software watchpoints.
7134 * gdb.base/watch_thread_num.exp: Likewise.
7135
7136 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
7137
7138 * gdb.arch/i386-bp_permanent.exp: New test.
7139
7140 2008-08-24 Tom Tromey <tromey@redhat.com>
7141
7142 * gdb.base/maint.exp: Update "maint print type".
7143
7144 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
7145
7146 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
7147 support. Adjust the order of "*running" notifications.
7148 * gdb.mi/non-stop.c: Don't cast from int to void* and
7149 back.
7150
7151 2008-08-20 Mark Kettenis <kettenis@gnu.org>
7152
7153 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
7154 expect to find it in the "info frame" output.
7155
7156 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
7157
7158 * gdb.base/interp.exp: Always consume both prompts.
7159
7160 2008-08-20 Pedro Alves <pedro@codesourcery.com>
7161
7162 * gdb.base/pending.exp: Test pending breakpoints without symbols
7163 loaded.
7164
7165 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7166
7167 * lib/mi-support.exp (mi_expect_stop): Produce
7168 more details on failures.
7169 * gdb.mi/mi-nonstop.exp: New.
7170 * gdb.mi/non-stop.c: New.
7171
7172 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7173
7174 * gdb.mi/mi-async.exp: Use 'set target-async'.
7175 * lib/mi-support.exp: Use 'set/show target-async'.
7176
7177 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
7178
7179 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
7180
7181 2008-08-17 Tom Tromey <tromey@redhat.com>
7182
7183 * gdb.base/help.exp (help catch): Rewrite.
7184
7185 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7186
7187 * gdb.base/define.exp: Test indented command documentation.
7188 * gdb.python/python.exp: Test indented multi-line command.
7189
7190 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
7191
7192 * testsuite/gdb.arch/vsx-regs.c: New source file.
7193 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
7194 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
7195
7196 2008-08-14 Tom Tromey <tromey@redhat.com>
7197
7198 * gdb.base/macscp.exp: Add regression test for "macro define" or
7199 "macro undef" with no arguments.
7200
7201 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7202
7203 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
7204
7205 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7206
7207 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
7208
7209 2008-08-06 Tom Tromey <tromey@redhat.com>
7210
7211 * gdb.python/python.exp: New file.
7212
7213 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7214
7215 Fix for PR gdb/1543.
7216 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
7217 $LOCATION.
7218 (location): New variable.
7219 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7220 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7221 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7222 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7223 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7224 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7225 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7226 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7227 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7228 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7229 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7230 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7231 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7232 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7233 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7234 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7235 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7236 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7237 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7238 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7239 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7240 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7241 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7242 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7243 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7244 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7245 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7246 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7247 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7248 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7249 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7250 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7251 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7252 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7253 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7254 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7255 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7256 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7257 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7258 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7259 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7260 gdb.base/type-opaque.exp, gdb.base/until.exp,
7261 gdb.base/value-double-free.c, gdb.base/varargs.exp,
7262 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7263 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7264 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7265 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7266 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7267 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7268 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7269 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7270 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7271 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7272 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7273 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7274 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7275 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7276 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7277 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7278 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7279 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7280 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7281 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7282 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7283 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7284 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7285 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7286 gdb.pascal/types.exp, gdb.stabs/weird.exp,
7287 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7288 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7289 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7290 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7291 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7292 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7293 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7294 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7295 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7296 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7297 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7298 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7299 lib/mi-support.exp, lib/trace-support.exp: Remove reference
7300 to bug-gdb@prep.ai.mit.edu .
7301
7302 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
7303
7304 * lib/mi-support.exp (mi_load_shlibs): New.
7305 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7306
7307 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
7308
7309 * lib/mi-support.exp (get_mi_thread_list)
7310 (check_mi_and_console_threads): New, moved from ...
7311 * gdb.mi/mi-pthread.exp: ...here.
7312 * gdb.mi/gdb669.exp (get_mi_thread_list)
7313 (check_mi_and_console_threads): Delete.
7314 * gdb.mi/mi2-pthread.exp: Likewise.
7315
7316 2008-07-28 Tom Tromey <tromey@redhat.com>
7317
7318 * Makefile.in (just-check): Remove. Move body to...
7319 (check): ... here.
7320
7321 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7322
7323 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7324 Add a test for duplicated SIGINTs.
7325
7326 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7327
7328 * gdb.threads/schedlock.exp (get_args): Update to work for any
7329 value of NUM.
7330 (Top level): Report the number of threads that did not resume.
7331
7332 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7333
7334 * gdb.dwarf2/dw2-compressed.S: Also define __start.
7335
7336 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7337
7338 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7339 non-MI prompt.
7340
7341 2008-07-26 Tom Tromey <tromey@redhat.com>
7342
7343 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7344 (function_struct, function_struct_ptr): New globals.
7345 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7346 function pointer in a struct.
7347
7348 2008-07-26 Tom Tromey <tromey@redhat.com>
7349
7350 * gdb.base/macscp.exp: Add test for macro lexing bug.
7351
7352 2008-07-18 Tom Tromey <tromey@redhat.com>
7353
7354 * gdb.base/macscp.exp: Add macro tests.
7355
7356 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7357
7358 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7359
7360 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7361
7362 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7363
7364 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7365
7366 * gdb.cp/class2.exp: fix for failure on spu-elf
7367
7368 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7369
7370 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
7371
7372 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7373
7374 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
7375
7376 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
7377
7378 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
7379
7380 2008-07-11 Kevin Buettner <kevinb@redhat.com>
7381
7382 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
7383 of regexp to account for changes made to GDB in the printing of
7384 byte vectors.
7385
7386 2008-07-11 Tom Tromey <tromey@redhat.com>
7387
7388 * gdb.base/completion.exp: Add 'help' completion test.
7389
7390 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7391
7392 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
7393
7394 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7395
7396 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
7397
7398 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7399
7400 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
7401
7402 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7403
7404 * gdb.base/fullname.exp: Restore pwd if compiling failed.
7405
7406 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7407
7408 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
7409
7410 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7411
7412 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
7413 previous commit. Add a comment.
7414
7415 2008-06-28 Pedro Alves <pedro@codesourcery.com>
7416
7417 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
7418
7419 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7420
7421 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
7422
7423 2008-06-27 Pedro Alves <pedro@codesourcery.com>
7424
7425 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
7426 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
7427 compiling an executable, link in an object that forces unbuffered
7428 output.
7429 * lib/set_unbuffered_mode.c: New file.
7430
7431 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7432
7433 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7434
7435 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
7436
7437 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7438 mi_expect_stop.
7439 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7440 Demand that *running is output.
7441 (detect_async): Perform checking every time.
7442 (mi_send_resuming_command): Extract everything into...
7443 (mi_send_resuming_command_raw): ...this.
7444 (mi_expect_stop): Don't accept any output before *stopped.
7445
7446 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
7447
7448 Robustify mi-simplerun.
7449 * gdb.mi/basics.c (main): Add a call to sleep.
7450 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7451 * gdb.mi/mi2-cli.exp: Likewise.
7452 * gdb.mi/mi-break.exp: Likewise.
7453
7454 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
7455
7456 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7457
7458 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7459
7460 * gdb.mi/mi-console.exp: Adjust.
7461 * gdb.mi/mi-syn-frame.exp: Adjust.
7462 * gdb.mi/mi2-console.exp: Adjust.
7463 * gdb.mi/mi2-syn-frame.exp: Adjust.
7464 * lib/mi-support.exp (mi_run_cmd): Adjust.
7465 (mi_send_resuming_command): Adjust.
7466
7467 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7468
7469 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7470 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7471 testing of stopped.
7472 * gdb.mi/mi2-syn-frame.exp: Likewise.
7473 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7474 (async, detect_async): New.
7475 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7476 depending on if we're running in sync or async mode.
7477
7478 2008-06-09 Tom Tromey <tromey@redhat.com>
7479
7480 * gdb.base/completion.exp: New tests for field name completion
7481 with spaces, and field name completion with '->'.
7482
7483 2008-06-06 Tom Tromey <tromey@redhat.com>
7484
7485 * gdb.base/break1.c (struct some_struct): New struct.
7486 (values): New global.
7487 * gdb.base/completion.exp: Add field name completion test.
7488
7489 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7490
7491 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7492 to pointer.
7493 * gdb.cp/call-c.cc: Likewise.
7494
7495 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
7496
7497 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7498 annotation.
7499
7500 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7501 Pedro Alves <pedro@codesourcery.com>
7502
7503 * gdb.threads/execl.c, gdb.threads/execl1.c,
7504 gdb.threads/execl.exp: New tests.
7505
7506 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7507 Daniel Jacobowitz <dan@codesourcery.com>
7508
7509 * gdb.cp/exception.exp: Activate test, make it work with pending
7510 catchpoints.
7511
7512 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7513
7514 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7515
7516 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7517
7518 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7519 now printed.
7520 * gdb.mi/mi2-var-cmd.exp: Likewise.
7521
7522 2008-05-27 Andreas Schwab <schwab@suse.de>
7523
7524 * gdb.base/frame-args.exp: Handle arguments that are optimized
7525 out.
7526
7527 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
7528
7529 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7530 quiet for ppc32 and group options into a single variable.
7531
7532 2008-05-23 Joel Brobecker <brobecker@adacore.com>
7533
7534 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7535 of zero-size elements.
7536 * gdb.ada/null_array.exp: Test printing this new array.
7537
7538 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7539
7540 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7541
7542 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7543
7544 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7545 of the "finish" command.
7546
7547 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7548
7549 * gdb.base/annota1.exp: Test for new annotation.
7550
7551 2008-05-16 Pedro Alves <pedro@codesourcery.com>
7552
7553 * gdb.base/fixsection.exp: New file.
7554 * gdb.base/fixsection0.c: New file.
7555 * gdb.base/fixsection1.c: New file.
7556
7557 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7558
7559 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7560 * gdb.base/annota3.exp: Likewise.
7561
7562 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7563
7564 * gdb.base/watch_thread_num.exp: Don't run tests that require
7565 watchpoints if the target doesn't support them.
7566
7567 2008-05-12 Doug Evans <dje@google.com>
7568
7569 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7570
7571 2008-05-09 Joel Brobecker <brobecker@adacore.com>
7572
7573 * gdb.ada/assign_1.exp: New testcase.
7574
7575 2008-05-09 Doug Evans <dje@google.com>
7576
7577 * gdb.base/find.exp: New file.
7578 * gdb.base/find.c: New file.
7579
7580 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7581
7582 * gdb.base/commands.exp (watchpoint_command_test): Handle
7583 gdb,no_hardware_watchpoints.
7584 * gdb.base/float.exp: Allow ARM targets without floating point.
7585 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7586
7587 2008-05-06 Jerome Guitton <guitton@adacore.com>
7588 Joel Brobecker <brobecker@adacore.com>
7589
7590 * gdb.ada/lang_switch: New test program.
7591 * gdb.ada/lang_switch.exp: New testcase.
7592
7593 2008-05-05 Doug Evans <dje@google.com>
7594
7595 * gdb.base/help.exp (disassemble): Update expected help text.
7596
7597 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7598
7599 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7600
7601 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7602
7603 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7604 different times.
7605
7606 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7607
7608 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7609 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7610 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7611 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7612
7613 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7614
7615 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7616 notification to appear.
7617
7618 2008-05-04 Daniel Jacobowitz <dan@debian.org>
7619
7620 * gdb.base/fullname.c: New file.
7621 * gdb.base/fullname.exp: New file.
7622 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
7623
7624 2008-05-03 Pedro Alves <pedro@codesourcery.com>
7625
7626 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
7627 expressions with macros.
7628
7629 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7630
7631 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
7632
7633 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
7634
7635 * gdb.base/completion.exp: Handle lack of other symbols beginning
7636 with "a".
7637
7638 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
7639
7640 2008-05-02 Jim Blandy <jimb@codesourcery.com>
7641
7642 * gdb.asm/asmsrc1.s: Add scratch space.
7643
7644 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7645 Daniel Jacobowitz <dan@codesourcery.com>
7646
7647 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
7648 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
7649 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
7650
7651 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
7652
7653 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
7654
7655 2008-05-01 Joel Brobecker <brobecker@adacore.com>
7656
7657 * gdb.base/info-target.exp: New testcase.
7658
7659 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7660
7661 * gdb.cp/hang.exp: Use .cc instead of .C.
7662 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
7663 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
7664
7665 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
7666
7667 * gdb.base/gdb1250.exp: Remove perror.
7668 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
7669
7670 2008-04-30 Pedro Alves <pedro@codesourcery.com>
7671
7672 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
7673 .2byte.
7674
7675 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
7676
7677 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
7678 (maybe_kfail): New.
7679
7680 2008-04-25 Pedro Alves <pedro@codesourcery.com>
7681
7682 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
7683
7684 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7685
7686 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
7687 * gdb.mi/mi2-syn-frame.exp: Likewise.
7688 * lib/mi-support.exp: Likewise.
7689
7690 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7691
7692 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
7693 to specify regexp for the location to stop at.
7694 * gdb.base/break-always.c: New.
7695 * gdb.base/break-always.exp: New.
7696
7697 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
7698
7699 * lib/mi-support.exp (mi_runto_helper): Adjust
7700 for the original-location field.
7701 (mi_create_breakpoint, mi_list_breakpoints): New.
7702 * gdb.mi/mi-break.exp: Adjust.
7703 * gdb.mi/mi2-break.exp: Adjust.
7704 * gdb.mi/mi-pending.exp: Adjust.
7705 * gdb.mi/mi-simplerun.exp: Adjust.
7706 * gdb.mi/mi2-simplerun.exp: Adjust.
7707 * gdb.mi/mi-syn-frame.exp: Adjust.
7708 * gdb.mi/mi2-syn-frame.exp: Adjust.
7709 * gdb.mi/mi-until.exp: Adjust.
7710 * gdb.mi/mi2-until.exp: Adjust.
7711 * gdb.mi/mi-var-display.exp: Adjust.
7712 * gdb.mi/mi2-var-display.exp: Adjust.
7713 * gdb.mi/mi-watch.exp: Adjust.
7714 * gdb.mi/mi2-watch.exp: Adjust.
7715
7716 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
7717
7718 * aclocal.m4: Add override.m4.
7719 * configure: Regenerate.
7720
7721 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
7722
7723 * gdb.mi/var-cmd.c (do_at_tests): Verify that
7724 '-var-update --all-values' reports new value even the type
7725 of a variable object has changed.
7726
7727 2008-04-18 Craig Silverstein <csilvers@google.com>
7728
7729 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
7730 files.
7731
7732 2008-04-18 Joel Brobecker <brobecker@adacore.com>
7733
7734 * gdb.ada/atomic_enum: New test program.
7735 * gdb.ada/atomic_enum.exp: New testcase.
7736
7737 2008-04-17 Doug Evans <dje@google.com>
7738
7739 * gdb.opt/Makefile.in: Fix whitespace.
7740
7741 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
7742
7743 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
7744
7745 2008-04-17 Doug Evans <dje@google.com>
7746
7747 * gdb.base/hashline1.exp: New testcase.
7748 * gdb.base/hashline2.exp: New testcase.
7749 * gdb.base/hashline2.exp: New testcase.
7750
7751 2008-04-17 Pedro Alves <pedro@codesourcery.com>
7752
7753 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
7754
7755 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
7756
7757 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
7758 temporary breakpoint to match "Temporary breakpoint".
7759 * gdb.base/break.exp (delete_breakpoints): Likewise.
7760 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
7761 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
7762 * gdb.base/display.exp: Likewise.
7763 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
7764 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
7765 * gdb.base/restore.exp (restore_tests): Likewise.
7766 * gdb.base/sepdebug.exp: Likewise.
7767 * gdb.base/watchpoint.exp: Likewise.
7768 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
7769 * gdb.mi/mi-pending.exp: Likewise.
7770 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
7771 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
7772 * gdb.mi/mi-var-cmd.exp: Likewise.
7773 * gdb.mi/mi-var-display.exp: Likewise.
7774 * gdb.mi/mi2-cli.exp: Likewise.
7775 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
7776 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
7777 * gdb.mi/mi2-var-display.exp: Likewise.
7778 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
7779 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
7780 new "disp" field.
7781 (mi_expect_stop): Move after_reason argument to be really after
7782 reason. This is to support fix for PR2424.
7783
7784 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7785
7786 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
7787
7788 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
7789
7790 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
7791 field. Add more floating varobj tests.
7792 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
7793 field.
7794 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
7795 (main): Call do_at_tests.
7796 * lib/mi-support.exp (mi_create_floating_varobj)
7797 (mi_varobj_update_with_type_change): New.
7798
7799 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
7800
7801 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
7802 option of -var-evaluate-expression.
7803 * gdb.mi/mi2-var-display.exp: Likewise.
7804
7805 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
7806
7807 Introduce test setup helpers.
7808 * lib/gdb.exp (build_executable, clean_restart)
7809 (prepare_for_testing): New.
7810 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
7811 * gdb.base/return.exp: Likewise.
7812 * gdb.base/ending-run.exp: Likewise.
7813
7814 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
7815
7816 * gdb.mi/mi-async.exp: New test for asynchronous Machine
7817 Interface (MI) responses.
7818
7819 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
7820
7821 * gdb.cp/breakpoint.cc: New code to test conditions involving
7822 member variables.
7823 * gdb.cp/breakpoint.exp: Test condition involving member
7824 variables.
7825
7826 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
7827
7828 * lib/mi-support.exp (mi_expect_stop): New.
7829 (mi_run_cmd): Change the
7830 token. Use mi_send_resuming_command, use
7831 mi_expect_stop.
7832 (mi_execute_to_helper): Rename to mi_execute_to.
7833 (mi_send_resuming_command): Add more error patterns.
7834 (mi_wait_for_stop): Renamed to...
7835 (mi_get_stop_line): ...this.
7836 (mi_run_inline_test): Adjust.
7837
7838 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
7839 * gdb.mi/mi-console.exp: Likewise.
7840 * gdb.mi/mi-pending.exp: Likewise.
7841 * gdb.mi/mi-simplerun.exp: Likewise.
7842 * gdb.mi/mi-stack.exp: Likewise.
7843 * gdb.mi/mi-stepi.exp: Likewise.
7844 * gdb.mi/mi-syn-frame.exp: Add comment.
7845 * gdb.mi/mi-until.exp: Likewise.
7846 * gdb.mi/mi-var-display.exp: Likewise.
7847 * gdb.mi/mi-watch.exp: Likewise.
7848 * gdb.mi/mi2-cli.exp: Likewise.
7849 * gdb.mi/mi2-console.exp: Likewise.
7850 * gdb.mi/mi2-simplerun.exp: Likewise.
7851 * gdb.mi/mi2-stack.exp: Likewise.
7852 * gdb.mi/mi2-stepi.exp: Likewise.
7853 * gdb.mi/mi2-until.exp: Likewise.
7854 * gdb.mi/mi2-var-display.exp: Likewise.
7855 * gdb.mi/mi2-watch.exp: Likewise.
7856
7857 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7858
7859 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
7860
7861 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
7862
7863 2008-04-04 Pedro Alves <pedro@codesourcery.com>
7864
7865 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
7866 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
7867 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
7868 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
7869 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
7870 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
7871 expect an mi error duplicated in stderr.
7872
7873 2008-04-03 Joel Brobecker <brobecker@adacore.com>
7874
7875 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
7876 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
7877 Add a couple of tests that verify the behavior when the new setting
7878 is set to "cancel" and "all".
7879 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
7880 "ask" before we start the testing.
7881
7882 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7883
7884 * gdb.cp/casts.cc: Add class reference variables.
7885 * gdb.cp/casts.exp: New test cases for up/down casting references.
7886
7887 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
7888
7889 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
7890 instead of beginning to make an extra test pass.
7891 * gdb.mi/mi2-var-display.exp: Likewise.
7892
7893 2008-03-31 Maciej W. Rozycki <macro@mips.com>
7894
7895 * gdb.base/break.exp: Mark failures as such. Fix formatting.
7896
7897 2008-03-31 Markus Deuling <deuling@de.ibm.com>
7898 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7899
7900 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
7901 value. Add xfail for older kernels.
7902
7903 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
7904
7905 Bring mi-support in line with gdb.exp.
7906 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
7907 (mi_gdb_start): New function.
7908
7909 2008-03-28 Maciej W. Rozycki <macro@mips.com>
7910
7911 * gdb.mi/mi-var-cmd.exp: Fix a typo.
7912
7913 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7914
7915 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
7916 * gdb.mi/mi2-var-display.exp: Likewise.
7917
7918 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
7919
7920 * lib/mi-support.exp (mi_create_varobj_checked): New.
7921 (mi_list_varobj_children): Allow to check for a
7922 value.
7923 (mi_list_array_varobj_children): New.
7924
7925 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
7926 and mi_list_varobj_children, as opposed to hardcoding
7927 expected strings.
7928 * gdb.mi/gdb701.exp: Likewise.
7929 * gdb.mi/gdb792.exp: Likewise.
7930 * gdb.mi/mi-var-block.exp: Likewise.
7931 * gdb.mi/mi-var-cmd.exp: Likewise.
7932 * gdb.mi/mi-var-invalidate.exp: Likewise.
7933 * gdb.mi/mi2-var-block.exp: Likewise.
7934 * gdb.mi/mi2-var-child.exp: Likewise.
7935 * gdb.mi/mi2-var-cmd.exp: Likewise.
7936 * gdb.mi/mi2-var-display.exp: Likewise.
7937
7938 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7939
7940 Fix random false FAILs on i386.
7941 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
7942
7943 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7944
7945 PR gdb/544
7946 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
7947
7948 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
7949
7950 PR gdb/544
7951 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
7952
7953 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7954
7955 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
7956 fixed PR gdb/544.
7957
7958 2008-03-21 Pedro Alves <pedro@codesourcery.com>
7959
7960 * gdb.threads/fork-child-threads.exp: Test next over fork.
7961
7962 2008-03-21 Chris Demetriou <cgd@google.com>
7963
7964 * gdb.base/break.exp (rbreak junk): New test for rbreak
7965 "Junk at end of arguments" issue.
7966
7967 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7968
7969 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
7970 *& to work on created array elements.
7971 (Top level): Test print $pc with a file. Test string operations
7972 without a target.
7973 * gdb.base/ptype.exp: Do not expect *& to work on created array
7974 elements.
7975
7976 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
7977
7978 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7979 gdb.threads/staticthreads.exp: Update exit query.
7980
7981 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
7982
7983 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
7984
7985 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7986
7987 * gdb.base/watchpoint.c (global_ptr, func4): New.
7988 (main): Call func4.
7989 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
7990 (test_inaccessible_watchpoint): New.
7991
7992 2008-02-29 Maciej W. Rozycki <macro@mips.com>
7993
7994 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
7995 select the largest.
7996
7997 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7998
7999 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
8000 frames-invalid annotations.
8001
8002 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
8003
8004 * gdb.base/assign.exp: avoid same output for different tests.
8005
8006 2008-02-27 Doug Evans <dje@google.com>
8007
8008 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
8009 for bug 1738.
8010 (breakpoint_to_handler_entry): Ditto.
8011
8012 2008-02-27 Joel Brobecker <brobecker@adacore.com>
8013
8014 * gdb.base/ending-run.exp: Use the first line of code inside
8015 function body to test breakpoints.
8016 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
8017 location where the breakpoint is inserted when using the line
8018 where a function is declared. Fix typo in the description of
8019 one of the tests.
8020 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
8021
8022 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8023
8024 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
8025 tests.
8026
8027 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8028
8029 * gdb.base/args.exp: avoid same output for tests
8030 with single quotes.
8031
8032 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
8033
8034 * gdb.base/annota1.exp: Adjust for 'info break'
8035 format changes.
8036 * gdb.base/annota3.exp: Likewise.
8037 * gdb.base/break.exp: Likewise.
8038 * gdb.base/condbreak.exp: Likewise.
8039 * gdb.base/pending.exp: Likewise.
8040 * gdb.base/sepdebug.exp: Likewise.
8041 * gdb.base/unload.exp: Likewise.
8042 * gdb.cp/ovldbreak.exp: Likewise.
8043 * gdb.mi/mi-pending.exp: Likewise.
8044
8045 2008-02-07 Doug Evans <dje@google.com>
8046
8047 * gdb.cp/mb-inline.exp: New.
8048 * gdb.cp/mb-inline.h: New.
8049 * gdb.cp/mb-inline1.cc: New.
8050 * gdb.cp/mb-inline2.cc: New.
8051
8052 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8053
8054 * gdb.pascal/floats.pas: New test program.
8055 * gdb.pascal/floats.exp: New testcase.
8056
8057 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8058
8059 * gdb.base/callfuncs.c (t_float_many_args): New function.
8060 (t_double_many_args): New function.
8061 * gdb.base/callfuncs.exp: Add tests for exceeding float
8062 and double parameters passed through the stack.
8063
8064 2008-02-05 Joel Brobecker <brobecker@adacore.com>
8065
8066 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
8067 gdb.ada/complete/foo.adb: New files.
8068 * gdb.ada/complete.exp: New testcase.
8069
8070 2008-02-03 Doug Evans <dje@google.com>
8071
8072 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
8073
8074 * gdb.cp/gdb2384.exp: New file.
8075 * gdb.cp/gdb2384.cc: New file.
8076 * gdb.cp/gdb2384-base.h: New file.
8077 * gdb.cp/gdb2384-base.cc: New file.
8078
8079 2008-02-02 Doug Evans <dje@google.com>
8080
8081 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
8082
8083 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8084
8085 * gdb.ada/sym_print_name: New test program.
8086 * gdb.ada/sym_print_name.exp: New testcase.
8087
8088 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8089
8090 * gdb.ada/nested/hello.adb: New file.
8091 * gdb.ada/nested.exp: New testcase.
8092 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8093
8094 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8095
8096 * gdb.mi/basic.c (return_1): New function.
8097 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
8098 don't cause future evaluations of function to report
8099 creation of internal breakpoints.
8100
8101 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8102
8103 * gdb.mi/mi-break.exp (test_error): New.
8104 Call it.
8105
8106 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
8107
8108 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8109 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8110
8111 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8112
8113 * gdb.pascal/integers.pas: New test program.
8114 * gdb.pascal/integers.exp: New testcase.
8115
8116 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8117
8118 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8119
8120 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
8121
8122 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
8123 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
8124
8125 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
8126
8127 * gdb.ada/formatted_ref: New test program.
8128 * gdb.ada/formatted_ref.exp: New testcase.
8129
8130 * gdb.cp/formatted-ref.cc: New file.
8131 * gdb.cp/formatted-ref.exp: New testcase.
8132
8133 2008-01-30 Joel Brobecker <brobecker@adacore.com>
8134
8135 * gdb.base/ptype.exp: Add testing of "ptype $pc".
8136
8137 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8138
8139 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
8140 (test_file_list_exec_source_file): Update to new macro-info field.
8141
8142 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
8143
8144 * gdb.ada/exprs: New test program.
8145 * gdb.ada/exprs.exp: New testcase.
8146
8147 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8148
8149 * dfp-test.c (DELTA, DELTA_B): New definitions.
8150 (double_val1, double_val2, double_val3, double_val4, double_val5,
8151 double_val6, double_val7, double_val8, double_val9, double_val10,
8152 double_val11, double_val12, double_val13, double_val14, dec32_val1,
8153 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
8154 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
8155 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
8156 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
8157 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
8158 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
8159 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
8160 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
8161 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
8162 dec128_val16): New global variables.
8163 (decimal_dec128_align): New function.
8164 (decimal_mixed): Likewise.
8165 (decimal_many_args_dec32): Likewise.
8166 (decimal_many_args_dec64): Likewise.
8167 (decimal_many_args_dec128): Likewise.
8168 (decimal_many_args_mixed): Likewise.
8169 * dfp-test.exp: Add tests calling new inferior functions.
8170
8171 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8172
8173 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
8174 gdb.server/ext-run.exp: New files.
8175 * lib/gdbserver-support.exp (gdbserver_download): New.
8176 (gdbserver_start): New. Update gdbserver expected
8177 output.
8178 (gdbserver_spawn): Use them.
8179 (gdbserver_start_extended): New.
8180
8181 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8182
8183 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
8184 Run on GNU/Linux.
8185 (do_exec_tests): Check for systems which do not support catchpoints.
8186 Do not match START.
8187 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
8188 Run on GNU/Linux. Enable verbose output.
8189 (check_fork_catchpoints): New.
8190 (explicit_fork_child_follow, catch_fork_child_follow)
8191 (tcatch_fork_parent_follow): Update expected messages.
8192 (do_fork_tests): Use check_fork_catchpoints.
8193 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
8194 Run on GNU/Linux. Enable verbose output.
8195 (check_vfork_catchpoints): New.
8196 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
8197 expected messages.
8198 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
8199
8200 2008-01-29 Jim Blandy <jimb@red-bean.com>
8201
8202 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
8203 host' errors.
8204 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
8205
8206 2008-01-29 Jim Blandy <jimb@red-bean.com>
8207
8208 * gdb.threads/sigthread.c: Use barriers to ensure that
8209 child_thread and child_thread_two are always initialized before we
8210 start to use them.
8211
8212 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
8213
8214 * gdb.base/watchpoint-solib.exp: New.
8215 * gdb.base/watchpoint-solib.c: New.
8216 * gdb.base/watchpoint-solib-shr.c: New.
8217
8218 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
8219
8220 * gdb.base/gdb1056.exp: Add unsigned integer test.
8221
8222 2008-01-28 Doug Evans <dje@google.com>
8223
8224 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8225
8226 2008-01-27 Jim Blandy <jimb@codesourcery.com>
8227
8228 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8229
8230 * gdb.base/expand-psymtabs.exp: Doc fix.
8231
8232 2008-01-26 Mark Kettenis <kettenis@gnu.org>
8233
8234 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8235
8236 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
8237
8238 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
8239 -var-set-format.
8240
8241 2008-01-23 Chris Demetriou <cgd@google.com>
8242
8243 * gdb.threads/thread_events.c: New testcase source file.
8244 * gdb.threads/thread_events.exp: New testcase expect file.
8245
8246 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
8247
8248 * lib/gdb.exp: Add the variable octal.
8249
8250 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
8251 -var-set-format.
8252
8253 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8254 Vladimir Prus <vladimir@codesourcery.com>
8255
8256 * gdb.base/float.exp: Allow missing floating point for m68k and
8257 PowerPC.
8258
8259 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
8260
8261 * gdb.mi/basics.c: Setup for testing breakpoints
8262 ignore count.
8263 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8264 * gdb.mi/mi-cli.exp: Adjust.
8265 * gdb.mi/mi2-cli.exp: Adjust.
8266
8267 2008-01-17 Pedro Alves <pedro@codesourcery.com>
8268
8269 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8270 and 'dummy_ptr' integer pointer. Initialize struct_declarations
8271 with dummy_ptr's address.
8272 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8273 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8274 all targets.
8275 * gdb.mi/mi2-var-child.exp: Likewise.
8276
8277 2008-01-09 Joel Brobecker <brobecker@adacore.com>
8278
8279 * gdb.ada/null_array: New test program.
8280 * gdb.ada/null_array.exp: New testcase.
8281
8282 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8283
8284 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8285 with required float modifiers.
8286
8287 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8288
8289 * gdb.ada/funcall_param: New test program.
8290 * gdb.ada/funcall_param.exp: New testcase.
8291
8292 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8293
8294 * gdb.ada/arrayparam: New test program.
8295 * gdb.ada/arrayparam.exp: New testcase.
8296
8297 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8298
8299 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8300 landed. Should also fix random failures in the test following it.
8301
8302 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8303
8304 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8305 for expressions with decimal float values.
8306 (test_dfp_conversions): New function to test casts to and from
8307 decimal float types.
8308 Call test_dfp_conversions.
8309 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8310 elements.
8311 (main): Initialize ds.float4 and ds.double8 elements.
8312 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
8313 string to new error message.
8314 (d64_set_tests): Likewise.
8315 (d128_set_tests): Likewise.
8316 Add tests for expressions with decimal float variables. Add tests for
8317 conversions to and from decimal float types.
8318
8319 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8320
8321 * gdb.ada/packed_tagged/comp_bug.adb: New file.
8322 * gdb.ada/packed_tagged.exp: New testcase.
8323
8324 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8325
8326 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8327 gdb.ada/homonym/homonym_main.adb: New files.
8328 * gdb.ada/homonym.exp: New testcase.
8329
8330 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8331
8332 * gdb.ada/packed_array.exp: Add testing of references to
8333 a packed array.
8334
8335 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8336
8337 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8338 New files.
8339 * gdb.ada/type_coercion.exp: New testcase.
8340
8341 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8342
8343 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8344 gdb.ada/tagged/foo.adb: New file.
8345 * gdb.ada/tagged.exp: New testcase.
8346
8347 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8348
8349 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8350 gdb.ada/ptype_field/foo.adb: New files.
8351 * gdb.ada/ptype_field.exp: New testcase.
8352
8353 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8354
8355 * gdb.ada/print_pc.exp: New testcase.
8356
8357 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8358
8359 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8360 gdb.ada/taft_type/p.adb: New files.
8361 * gdb.ada/taft_type.exp: New testcase.
8362
8363 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8364
8365 * gdb.ada/array_bounds/bar.adb: New file.
8366 * gdb.ada/array_bounds.exp: New testcase.
8367
8368 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8369
8370 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
8371 gdb.ada/arrayptr/foo.adb: New files.
8372 * gdb.ada/arrayptr.exp: New testcase.
8373
8374 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8375
8376 * gdb.base/set-lang-auto.exp: New testcase.
8377
8378 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8379
8380 * gdb.ada/fun_addr/foo.adb: New file.
8381 * gdb.ada/fun_addr.exp: New testcase.
8382
8383 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8384
8385 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
8386 New files
8387
8388 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8389
8390 * array_subscript_addr/p.adb: New file.
8391 * array_subscript_addr.exp: New testcase.
8392
8393 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8394
8395 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
8396 New files.
8397 * gdb.ada/str_cmp_ref.exp: New testcase.
8398
8399 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8400
8401 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
8402 gdb.ada/fun_in_declare/foo.adb: New files.
8403 * gdb.ada/fun_in_declare.exp: New testcase.
8404
8405 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8406
8407 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
8408 gdb.ada/ref_param/pck.ads: New files.
8409 * gdb.ada/ref_param.exp: New testcase.
8410
8411 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8412
8413 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
8414 gdb.ada/interface/foo.adb: New files.
8415 * gdb.ada/interface.exp: New testcase.
8416
8417 2007-12-31 Jim Blandy <jimb@codesourcery.com>
8418
8419 * gdb.base/multi-forks.exp: Consume all output from child
8420 processes before proceeding to next test.
8421
8422 2007-12-29 Jim Blandy <jimb@codesourcery.com>
8423
8424 * configure: Regenerated.
8425
8426 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8427
8428 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8429 gdb.ada/fixed_cmp/fixed.adb: New files.
8430 * gdb.ada/fixed_cmp.exp: New testcase.
8431
8432 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8433
8434 * gdb.ada/boolean_expr.exp: New testcase.
8435
8436 2007-12-26 Jim Blandy <jimb@codesourcery.com>
8437
8438 * gdb.base/multi-forks.exp: Doc fix.
8439
8440 2007-12-26 Joel Brobecker <brobecker@adacore.com>
8441
8442 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8443 * gdb.ada/char_param.exp: Do not compile our test program with
8444 -gnata, this is unnecessary.
8445 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8446
8447 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8448
8449 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8450 gdb.ada/print_chars/foo.adb: New files.
8451 * gdb.ada/print_chars.exp: New testcase.
8452
8453 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8454
8455 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8456 gdb.ada/char_param/foo.adb: New files.
8457 * gdb.ada/char_param.exp: New testcase.
8458
8459 2007-12-22 Jim Blandy <jimb@codesourcery.com>
8460
8461 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8462 hard-coding source line numbers into the test.
8463 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8464 gdb_get_line_number to find.
8465
8466 2007-12-22 Joel Brobecker <brobecker@adacore.com>
8467
8468 * gdb.base/ptype.c (highest): New struct type.
8469 (the_highest): New variable of that type.
8470 (main): Add dummy assignment to a field of variable the_highest.
8471 * gdb.base/ptype.exp: Test type printing of our new variable.
8472
8473 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8474
8475 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8476 and record first explicitly generated thread number.
8477 Use that thread number for thread specific watchpoint test.
8478 Add iteration number to repetitive tests.
8479
8480 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8481 Jim Blandy <jimb@codesourcery.com>
8482
8483 * gdb.base/expand-psymtabs.c: New testcase
8484 source file.
8485 * gdb.base/expand-psymtabs.exp: New testcase
8486 expect file.
8487
8488 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8489
8490 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8491 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8492
8493 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8494
8495 * gdb.ada/frame_args/foo.adb: New file.
8496 * gdb.ada/frame_args/pck.ads: New file.
8497 * gdb.ada/frame_args/pck.adb: New file.
8498 * gdb.ada/frame_args.exp: New testcase.
8499
8500 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8501
8502 * gdb.base/frame-args.c: New file.
8503 * gdb.base/frame-args.exp: New testcase.
8504
8505 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8506 Joseph Myers <joseph@codesourcery.com>
8507
8508 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8509
8510 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8511
8512 * gdb.mi/mi-pending.exp: New.
8513 * gdb.mi/mi-pending.c: New.
8514 * gdb.mi/mi-pendshr.c: New.
8515
8516 2007-12-06 Jim Blandy <jimb@codesourcery.com>
8517
8518 * gdb.base/default.exp: Update expected output for 'info catch'.
8519
8520 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8521
8522 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8523 must be set to binary.
8524
8525 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8526
8527 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8528
8529 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8530
8531 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8532 gdb.mi/mi-file-transfer.exp: New.
8533
8534 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8535
8536 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8537
8538 2007-11-22 Maciej W. Rozycki <macro@mips.com>
8539
8540 * gdb.trace/backtrace.exp: Fix a typo.
8541 * gdb.trace/circ.exp: Likewise.
8542 * gdb.trace/collection.exp: Likewise.
8543 * gdb.trace/limits.exp: Likewise.
8544 * gdb.trace/report.exp: Likewise.
8545 * gdb.trace/tfind.exp: Likewise.
8546 * gdb.trace/while-dyn.exp: Likewise.
8547
8548 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
8549
8550 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8551 objects of pointers that can't be dereferenced are now
8552 "noneditable".
8553
8554 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8555
8556 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8557 (target_cpu): Remove.
8558
8559 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8560
8561 * gdb.base/ending-run.exp: Expect the list of cleared
8562 breakpoint to come in natural order, not the reversed one.
8563
8564 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8565
8566 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8567 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8568
8569 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8570
8571 * gdb.base/printcmds.exp: New function
8572 test_printf_with_dfp.
8573
8574 2007-11-02 Doug Evans <dje@google.com>
8575
8576 * gdb.disasm/t01_mov.s: Remove carriage returns.
8577 * gdb.disasm/t02_mova.s: Ditto.
8578 * gdb.disasm/t03_add.s: Ditto.
8579 * gdb.disasm/t04_sub.s: Ditto.
8580 * gdb.disasm/t05_cmp.s: Ditto.
8581 * gdb.disasm/t06_ari2.s: Ditto.
8582 * gdb.disasm/t07_ari3.s: Ditto.
8583 * gdb.disasm/t08_or.s: Ditto.
8584 * gdb.disasm/t09_xor.s: Ditto.
8585 * gdb.disasm/t10_and.s: Ditto.
8586 * gdb.disasm/t11_logs.s: Ditto.
8587 * gdb.disasm/t12_bit.s: Ditto.
8588 * gdb.disasm/t13_otr.s: Ditto.
8589
8590 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8591
8592 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8593
8594 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8595
8596 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8597 provide DFP support.
8598
8599 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8600
8601 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8602 Test "set powerpc vector-abi". Skip auto-detection tests for old
8603 toolchains.
8604
8605 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8606
8607 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8608 with [string compare].
8609
8610 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8611
8612 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8613 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8614
8615 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
8616
8617 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8618 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8619 * gdb.opt/Makefile.in: New makefile.
8620 * Makefile.in: Create new directory "gdb.opt".
8621 * configure.ac: Add "gdb.opt" directory.
8622 * configure: Regenerated.
8623
8624 2007-10-25 Doug Evans <dje@google.com>
8625
8626 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
8627 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
8628
8629 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
8630 Thiago Jung Bauermann <bauerman@br.ibm.com>
8631
8632 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
8633 Floating Point expressions.
8634 * gdb.base/dfp-test.exp: new file adding tests for Decimal
8635 Floating Point variables.
8636 * gdb.base/dfp-test.c: new file containing program with Decimal
8637 Floating variables, used by gdb.base/dfp-test.exp.
8638
8639 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8640
8641 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
8642
8643 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8644
8645 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
8646 compiling test case with GCC.
8647 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
8648
8649 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8650
8651 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
8652 format changes.
8653
8654 2007-10-18 Michael Snyder <msnyder@specifix.com>
8655
8656 * gdb.base/dbx.exp: Add missing "-re " operator.
8657
8658 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
8659
8660 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
8661 * configure.ac: Removed trailing spaces after backslash.
8662 * gdb.modula2: New directory.
8663 * gdb.modula2/Makefile.in: New file.
8664 * gdb.modula2/unbounded-array.exp: New file.
8665 * gdb.modula2/unbounded1.c: New file.
8666
8667 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8668
8669 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
8670
8671 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
8672
8673 * gdb.base/sigstep.c (main): Add checks for
8674 return values for setitimer call.
8675 Call setitimer again with itimer = ITIMER_REAL
8676 if first call to setitimer fails.
8677
8678 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
8679
8680 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
8681 of $timeout.
8682
8683 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8684
8685 * gdb.server/server-run.exp: Test for dynamic linker symbols.
8686
8687 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
8688
8689 * lib/gdb.exp (gdb_run_cmd): Move comment outside
8690 of gdb_expect call, to avoid interruption.
8691
8692 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
8693
8694 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
8695 (v_unsigned_long_long, v_long_long_array)
8696 (v_signed_long_long_array, v_unsigned_long_long_array)
8697 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
8698 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
8699 [!NO_LONG_LONG]: New.
8700 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
8701 v_long_long_member.
8702
8703 (v_long_long_func, v_signed_long_long_func)
8704 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
8705 (main) [!NO_LONG_LONG]: Initialize long long variants.
8706
8707 * gdb.base/whatis.exp: If board file requests no_long_long, build
8708 test with NO_LONG_LONG defined. Test long long, signed long long,
8709 and unsigned long long variants but only if board file doesn't
8710 disable it.
8711
8712 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
8713 Daniel Jacobowitz <dan@codesourcery.com>
8714
8715 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
8716 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
8717 * configure: Regenerated.
8718 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
8719 gdb.pascal/types.exp, lib/pascal.exp: New files.
8720
8721 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
8722
8723 * gdb.cp/classes.exp (do_tests): Always step to the line after the
8724 call.
8725 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
8726 to return to the call.
8727 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
8728 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
8729 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
8730 * gdb.mi/mi-until.exp (test_until): Likewise.
8731 * gdb.mi/mi2-until.exp (test_until): Likewise.
8732
8733 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
8734
8735 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
8736 two-char array.
8737 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
8738
8739 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
8740
8741 * gdb.threads/watchthreads.c (thread_function): Sleep between
8742 iterations.
8743 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
8744 at once for S/390. Generate matching fails and passes.
8745
8746 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
8747
8748 * gdb.mi/var-cmd.c (do_children_tests): Initialize
8749 the 'struct_declarations' variable to zeros.
8750
8751 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
8752
8753 * gdb.cp/mb-ctor.cc: New.
8754 * gdb.cp/mb-ctor.exp: New.
8755 * gdb.cp/mb-templates.cc: New.
8756 * gdb.cp/mb-templates.exp: New.
8757
8758 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
8759
8760 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
8761
8762 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
8763
8764 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
8765 targets.
8766 * configure: Regenerate.
8767
8768 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
8769
8770 * gdb.base/annota1.exp: Adjust for 'info break'
8771 format changes.
8772 * gdb.base/annota3.exp: Likewise.
8773 * gdb.base/break.exp: Likewise.
8774 * gdb.base/condbreak.exp: Likewise.
8775 * gdb.base/pending.exp: Likewise.
8776 * gdb.base/sepdebug.exp: Likewise.
8777 * gdb.base/unload.exp: Likewise.
8778 * gdb.base/ovldbreak.exp: Likewise.
8779
8780 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
8781
8782 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
8783 messages.
8784 * gdb.base/chng-syms.exp: Likewise.
8785 * gdb.base/unload.exp: Likewise.
8786
8787 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
8788
8789 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
8790
8791 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8792
8793 * schedlock.c (NUM): Change to 1.
8794 (main): Use args[0] for the main thread.
8795 * schedlock.exp: Only expect two threads. Only issue one pass or fail
8796 regardless of the number of threads.
8797
8798 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8799
8800 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
8801 type down.
8802 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8803 test.
8804 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
8805 watchpoint type down.
8806 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
8807 test.
8808
8809 2007-09-14 Maciej W. Rozycki <macro@mips.com>
8810
8811 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
8812 Move all the tests here and run them twice, once using software
8813 watchpoints and once using hardware watchpoints.
8814 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
8815
8816 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
8817
8818 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
8819 test.
8820
8821 2007-09-10 Mark Kettenis <kettenis@gnu.org>
8822
8823 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
8824 build-id.
8825
8826 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
8827 know about $ORIGIN. Calculate output dir from $dest instead of
8828 using ${objdir}/{$subdir}.
8829
8830 2007-09-09 Mark Kettenis <kettenis@gnu.org>
8831
8832 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
8833 gcore, before continuing with the test.
8834
8835 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
8836
8837 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
8838 * gdb.mi/mi-watch.exp: Likewise.
8839
8840 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8841 Jim Blandy <jimb@codesourcery.com>
8842
8843 * gdb.arch/i386-sse.exp: Do not expect character constants.
8844 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
8845 * gdb.base/display.exp: Allow print/s.
8846 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
8847 and unsigned char array changes.
8848
8849 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8850
8851 * gdb.base/display.exp: Add tests for printf %p.
8852
8853 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8854
8855 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
8856 the dll name to unicode.
8857
8858 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8859
8860 * gdb.base/default.exp (show version): Update the version text.
8861 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
8862
8863 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8864
8865 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
8866 New files.
8867
8868 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8869
8870 * lib/gdb.exp (build_id_debug_filename_get): New function.
8871 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
8872 Remove the generate DEBUG file for the future testcase runs.
8873 New testcase for the NT_GNU_BUILD_ID retrieval.
8874 Move the final testing step to ...
8875 (test_different_dir): ... a new function.
8876 New parameter XFAIL to XFAIL all the tests performed.
8877 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
8878 New parameter TYPE to PF_PREFIX all the tests performed.
8879
8880 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
8881
8882 * gdb.mi/mi-var-cp.cc (path_expression): New
8883 function.
8884 * gdb.mi/mi-var-cp.exp: Run path exression tests.
8885
8886 2007-08-27 Markus Deuling <deuling@de.ibm.com>
8887
8888 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
8889 to fit into SPU Local Store memory.
8890
8891 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8892
8893 * gdb.base/default.exp: Adjust the expected output of "info
8894 warranty" after the switch to GPLv3.
8895
8896 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8897
8898 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
8899 to 30000 (from 20000).
8900
8901 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8902
8903 Switch the license of all .exp files to GPLv3.
8904 Switch the license of all .f and .f90 files to GPLv3.
8905 Switch the license of all .s and .S files to GPLv3.
8906
8907 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8908
8909 * configure.ac: Switch license to GPLv3.
8910
8911 2007-08-23 Joel Brobecker <brobecker@adacore.com>
8912
8913 Switch the licensing to GPLv3 for all .ads and .adb files.
8914
8915 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
8916
8917 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
8918 and t_int_double.
8919 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
8920
8921 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8922
8923 * gdb.base/step-line.c: Switch license to GPL version 3, and
8924 update copyright year.
8925 * gdb.base/step-line.inp: Likewise.
8926
8927 2007-08-17 Joel Brobecker <brobecker@adacore.com>
8928
8929 * gdb.base/gdb1555.exp: Make expected output immune to formatting
8930 changes inside gdb1555.c.
8931 * gdb.base/pending.exp: Likewise.
8932
8933 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
8934
8935 * config/default.exp: New file.
8936
8937 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8938
8939 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
8940 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
8941
8942 2007-07-30 Maciej W. Rozycki <macro@mips.com>
8943
8944 * gdb.base/dump.exp: Force the correct endianness for binary
8945 formats not carrying this information.
8946
8947 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8948
8949 * gdb.threads/staticthreads.exp: Match .*sem_post.
8950
8951 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8952
8953 * gdb.base/readline.exp (operate_and_get_next): Match the final
8954 prompt.
8955
8956 2007-07-23 Kevin Buettner <kevinb@redhat.com>
8957
8958 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
8959 to restarting SID.
8960
8961 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8962
8963 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
8964 prior to `gdb_start'.
8965
8966 2007-07-18 Kevin Buettner <kevinb@redhat.com>
8967
8968 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
8969 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
8970 Remove call to gdb_unload.
8971
8972 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8973 Daniel Jacobowitz <dan@codesourcery.com>
8974
8975 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
8976 for __WIN32__.
8977 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
8978 * gdb.base/unload.exp: Use shared library test routines.
8979
8980 2007-07-03 Markus Deuling <deuling@de.ibm.com>
8981
8982 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
8983 * gdb.base/solib-symbol-lib.c: Likewise.
8984 * gdb.base/solib-symbol-main.c: Likewise.
8985
8986 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8987
8988 * config/gdbserver.exp (gdb_reconnect): New.
8989 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
8990 gdb.base/solib-disc.exp: New files.
8991 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
8992 remote debugging".
8993 (gdb_compile): Add shlib_load flag.
8994 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
8995 port.
8996 (gdbserver_reconnect): New.
8997
8998 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
8999 Daniel Jacobowitz <dan@codesourcery.com>
9000
9001 * gdb.base/annota3.exp: Test for if construct.
9002
9003 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
9004
9005 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
9006
9007 2007-06-21 Chris Dearman <chris@mips.com>
9008 Maciej W. Rozycki <macro@mips.com>
9009
9010 * gdb.base/display.exp: Allow a newline after display/i.
9011 * gdb.base/pc-fp.exp: Likewise.
9012 * gdb.base/sigbpt.exp: Likewise.
9013
9014 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9015
9016 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
9017 required features to be included.
9018
9019 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9020
9021 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
9022 in info threads output.
9023
9024 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9025 Markus Deuling <deuling@de.ibm.com>
9026
9027 * gdb.arch/spu-info.exp: New testcase.
9028 * gdb.arch/spu-info.c: New file.
9029
9030 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
9031
9032 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
9033 tpcs_offset. Restore lr after the call.
9034 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
9035
9036 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
9037
9038 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
9039 (gdbserver_run): Kill any running gdbserver.
9040 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
9041
9042 2007-05-17 Maciej W. Rozycki <macro@mips.com>
9043
9044 * gdb.base/sigbpt.exp: Preset segv_addr.
9045
9046 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
9047
9048 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
9049 (gdb_compile_shlib): Likewise.
9050 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
9051 (default_gdb_init): Clear cleanfiles.
9052 (gdb_finish): Delete recorded cleanfiles.
9053 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
9054
9055 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
9056 Do not use isnative.
9057 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
9058 gdb.base/so-impl-ld.exp: Likewise.
9059 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
9060 * gdb.base/unload.exp: Likewise. Do not pass empty option to
9061 gdb_compile.
9062
9063 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
9064
9065 * config/unknown.exp: Remove.
9066
9067 2007-05-15 Markus Deuling <deuling@de.ibm.com>
9068
9069 * gdb.base/info-proc.exp: Check is_remote.
9070
9071 2007-05-14 Markus Deuling <deuling@de.ibm.com>
9072
9073 * gdb.base/gcore.exp: Initialize variable core_supported.
9074
9075 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9076
9077 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
9078
9079 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9080
9081 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
9082 * gdb.threads/print-threads.exp (test_all_threads): Allow
9083 negative and hexadecimal thread IDs.
9084
9085 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9086
9087 * gdb.java/jprint.java (public): Avoid invalid call to static
9088 method.
9089
9090 2007-05-14 Denis Pilat <denis.pilat@st.com>
9091
9092 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
9093 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
9094 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9095 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
9096 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
9097
9098 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9099
9100 * gdb.base/overlays.exp: Add support for targets with only code
9101 overlay support, not data overlay. Support spu-*-* target in
9102 this mode.
9103 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9104 * gdb.base/spu.ld: New file.
9105
9106 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9107
9108 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9109
9110 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9111
9112 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9113
9114 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9115
9116 * gdb.java/jmain.exp: Handle demangled names with and without method
9117 signatures.
9118
9119 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9120
9121 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9122 (have_a_very_merry_interrupt): Remove calls to puts.
9123 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
9124 inferior output.
9125 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
9126 test names.
9127
9128 2007-04-29 Markus Deuling <deuling@de.ibm.com>
9129 Daniel Jacobowitz <dan@codesourcery.com>
9130
9131 * gdb.base/auxv.exp (core_works): Also check is_remote.
9132 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
9133
9134 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
9135
9136 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
9137 message, not the undefined 'module' variable.
9138 * gdb.base/siginfo.exp: Likewise.
9139 * gdb.base/sigstep.exp: Likewise.
9140 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
9141 serialport.
9142 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
9143
9144 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
9145
9146 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
9147 target sim fails. Return 0 otherwise.
9148 (gdb_load): Return prematurely if gdb_target_sim fails.
9149
9150 2007-04-16 Denis Pilat <denis.pilat@st.com>
9151
9152 * gdb.base/setshow.exp: Reset height after having set it to 100.
9153
9154 2007-04-16 Denis Pilat <denis.pilat@st.com>
9155
9156 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
9157
9158 2007-04-16 Denis Pilat <denis.pilat@st.com>
9159
9160 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
9161
9162 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
9163
9164 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
9165 tests. Run the frozen varobjs test.
9166 * gdb.mi/var-cmd.c (do_frozen_tests): New.
9167 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
9168
9169 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9170
9171 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
9172 gdb.base/type-opaque.exp: New files.
9173
9174 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
9175
9176 * gdb.mi/mi-var-child.c
9177 (do_children_tests): User char[2] instead of
9178 char so that automatic printing of pointers to char
9179 don't give unpredicable result.
9180 * gdb.mi/var-cmd.c (do_locals_test): Initialize
9181 local variables.
9182 * gdb.mi/mi-var-child.exp: Step to right line
9183 of do_children_tests.
9184 * gdb.mi/mi2-var-child.exp: Likewise.
9185 * gdb.mi/mi-var-cmd.exp: Step to right line of
9186 do_locals_tests.
9187 (do_children_tests): User char[2] instead of
9188 char so that automatic printing of pointers to char
9189 don't give unpredicable result.
9190 * gdb.mi/mi2-var-cmd.exp: Likewise.
9191 * lib/mi-support.exp (mi_continue_to_line):
9192 Pass test name to mi_wait_for_stop.
9193
9194 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9195
9196 * gdb.asm/asm-source.exp: Remove d10v case.
9197 * lib/gdb.exp (skip_cplus_tests): Likewise.
9198 * gdb.asm/d10v.inc: Deleted.
9199
9200 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9201
9202 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
9203
9204 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9205
9206 * config/netware.exp: Delete file.
9207
9208 2007-03-29 Joel Brobecker <brobecker@adacore.com>
9209
9210 * gdb.dwarf2/dw2-noloc.S: New file.
9211 * gdb.dwarf2/dw2-noloc.exp: New file.
9212
9213 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9214
9215 * gdb.cp/method2.cc: New test.
9216 * gdb.cp/method2.exp: New test.
9217 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9218
9219 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9220
9221 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9222
9223 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9224
9225 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9226
9227 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9228
9229 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9230 (gdb_load): Delete, replace with...
9231 (gdb_reload): ...this.
9232 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9233 * gdb.server/server-mon.exp: Likewise.
9234 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9235 (gdb_start_cmd): New.
9236 (gdb_file_cmd): Save the last loaded file.
9237 (gdb_reload): New.
9238 (gdb_gnu_strip_debug): Use transform.
9239 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9240 support here. Use new $last_loaded_file. Check mtime.
9241 (gdb_target_cmd): Handle ObjC failure case.
9242 (infer_host_exec): Delete.
9243 (gdbserver_load): Rename to...
9244 (gdbserver_run): ...this. Simplify.
9245 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9246 (mi_gdb_load): Move most contents to a new function...
9247 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
9248 (mi_run_cmd): Use mi_gdb_target_load.
9249 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9250 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9251 Use gdb_run_cmd.
9252 * gdb.base/charsign.exp: Remove incorrect comment.
9253 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9254 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9255 gdb.base/start.exp: Use gdb_start_cmd.
9256
9257 2007-03-23 Nigel Stephens <nigel@mips.com>
9258 Maciej W. Rozycki <macro@mips.com>
9259
9260 * gdb.base/sigbpt.exp: Fix the message when skipping test.
9261 * gdb.base/signull.exp: Similarly.
9262
9263 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9264
9265 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9266 messages available to test cases (like chng-sym.exp).
9267
9268 2007-03-14 Andreas Schwab <schwab@suse.de>
9269
9270 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9271 format changes.
9272
9273 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9274
9275 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9276 (optimized_1): New.
9277 (main): Call optimized_1.
9278 (gdb2029): Correct typos. Call gdb2029_marker.
9279 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
9280 for gdb2029.
9281
9282 2007-03-12 Mark Kettenis <kettenis@gnu.org>
9283
9284 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9285 as tabs. Remove redundant test pattern.
9286
9287 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9288
9289 * gdb.base/long_long.exp: Accept optional symbol name in <...>
9290 for /a format output.
9291
9292 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
9293
9294 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9295 collect output incrementally.
9296
9297 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9298
9299 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9300 for -var-create lpcharacter test.
9301 * gdb.mi/mi2-var-cmd.exp: Likewise.
9302
9303 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9304
9305 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9306 pass on targets where address zero is readable.
9307
9308 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9309
9310 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9311 just a single architecture.
9312
9313 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9314
9315 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9316 (fetch_all_registers): New function, uses gdb_test_multiple and
9317 exp_continue to fetch inferior output line-by-line.
9318 Replace all uses of do_get_all_registers by fetch_all_registers.
9319
9320 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9321
9322 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9323 in target_info.
9324
9325 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9326
9327 * gdb.threads/manythreads.exp: Use $message string for
9328 consistancy; add a default (timeout) case.
9329
9330 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9331
9332 * gdb.base/watchpoint.exp: Fix truncated comment.
9333
9334 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9335
9336 * Makefile.in: Remove spurious single-quotes from sed command.
9337
9338 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9339
9340 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
9341 func.
9342 * gdb.mi/mi2-var-cmd.exp: Likewise.
9343
9344 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9345
9346 * gdb.dwarf2/dw2-producer.S: New file.
9347 * gdb.dwarf2/dw2-producer.exp: New testcase.
9348
9349 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
9350
9351 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9352 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9353 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9354 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9355 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9356 Revert tests to use mi_gdb_test and include value field in output
9357 of -var-create.
9358
9359 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9360
9361 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9362
9363 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9364
9365 * gdb.base/maint.exp: Remove full paths from test names.
9366 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
9367 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
9368
9369 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9370
9371 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
9372
9373 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9374
9375 * gdb.server/server-mon.exp: New test.
9376
9377 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9378
9379 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
9380
9381 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9382
9383 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
9384 register capitalization.
9385
9386 2007-02-13 Denis Pilat <denis.pilat@st.com>
9387
9388 * gdb.mi/mi-var-invalidate.exp: New file.
9389
9390 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9391
9392 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
9393
9394 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9395
9396 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
9397
9398 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9399
9400 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
9401 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
9402
9403 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
9404
9405 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9406 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9407 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9408 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9409 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9410 * gdb.mi/gdb792.exp, lib/mi-support.exp:
9411 Update tests to include value field in output of -var-create.
9412
9413 2007-02-08 Andreas Schwab <schwab@suse.de>
9414
9415 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
9416
9417 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9418
9419 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
9420 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9421
9422 2007-02-02 Denis Pilat <denis.pilat@st.com>
9423
9424 * gdb.threads/threadapply.exp: check that frame is not changed by
9425 the thread apply all command.
9426
9427 2007-01-31 Andreas Schwab <schwab@suse.de>
9428
9429 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9430
9431 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9432 in the dwarf sections.
9433 * gdb.dwarf2/mac-fileno.S: Likewise.
9434
9435 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9436 bspstore register on ia64.
9437
9438 2007-01-29 Andreas Schwab <schwab@suse.de>
9439
9440 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9441 "frame-begin" annotation.
9442
9443 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9444 number of "frames-invalid" annotations.
9445
9446 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9447
9448 * gdb.base/commands.exp: Call if_commands_test.
9449 (gdb_test_no_prompt, if_commands_test): New.
9450
9451 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9452
9453 * gdb.threads/sigthread.c (NSIGS): Make bigger.
9454
9455 2007-01-27 Andreas Schwab <schwab@suse.de>
9456
9457 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9458 .short/.int/.quad in the dwarf sections.
9459 * gdb.dwarf2/dw2-intercu.S: Likewise.
9460 * gdb.dwarf2/dw2-intermix.S: Likewise.
9461
9462 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9463
9464 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9465 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9466 array.
9467 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9468 * gdb.base/setvar.exp: Likewise.
9469
9470 2007-01-26 Andreas Schwab <schwab@suse.de>
9471
9472 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9473 test.
9474
9475 * gdb.base/multi-forks.exp ("restart $i"): Also match
9476 __kernel_syscall_via_break.
9477
9478 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9479
9480 * lib/mi-support.exp (mi_delete_varobj): New.
9481 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9482 testcase.
9483 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9484 (main): Call the above.
9485 (reference_update_test, base_in_reference_test)
9486 (reference_to_pointer): Delete the created varobjs.
9487
9488 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9489
9490 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9491 * configure: Regenerated.
9492 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9493 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9494 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9495 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9496 * lib/gdb.exp (gdb_skip_xml_test): New function.
9497
9498 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9499
9500 * gdb.base/sigrepeat.exp: Correct error message.
9501
9502 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9503 Daniel Jacobowitz <dan@codesourcery.com>
9504
9505 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9506 gdb.arch/i386-gnu-cfi-asm.S: New files.
9507
9508 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9509
9510 * lib/gdb.exp: Abort on missing `site.exp'.
9511
9512 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9513 Daniel Jacobowitz <dan@codesourcery.com>
9514
9515 * gdb.base/included.c, gdb.base/included.exp,
9516 gdb.base/included.h: New files.
9517
9518 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9519
9520 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9521 (maximize_rlimit): Reduce limits on 64-bit systems.
9522
9523 2007-01-19 Mark Kettenis <kettenis@gnu.org>
9524
9525 From Marcus Deuling <deuling@de.ibm.com>:
9526 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9527 every case.
9528
9529 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
9530
9531 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9532 (test_path_specification): Use objdir instead of srcdir to always
9533 get an absolute filename.
9534
9535 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9536
9537 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9538
9539 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9540
9541 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9542 Make sure the variable we're using is in scope.
9543 (reference_to_pointer): Likewise.
9544
9545 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9546
9547 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9548 has no debug information.
9549
9550 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9551
9552 * gdb.base/annota1.exp: Remove extra send_gdb.
9553
9554 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9555
9556 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9557
9558 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9559
9560 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9561
9562 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
9563 Daniel Jacobowitz <dan@codesourcery.com>
9564
9565 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9566 lcharacter or linteger change. Correct duplicated test name.
9567 * gdb.mi/mi2-var-cmd.exp: Likewise.
9568
9569 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9570
9571 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9572
9573 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9574
9575 * gdb.base/nofield.c: New file.
9576 * gdb.base/nofield.exp: New testcase.
9577
9578 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9579
9580 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9581
9582 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9583 test.
9584
9585 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9586
9587 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9588
9589 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9590
9591 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9592 when continuing.
9593
9594 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9595
9596 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9597 Expect ".exe" extension.
9598
9599 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9600
9601 * gdb.base/charset.exp: Add explicit filename to break.
9602 * gdb.base/dbx.exp: Add explicit filename to breaks.
9603
9604 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9605
9606 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9607 * gdb.mi/mi2-file.exp: Likewise.
9608
9609 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9610
9611 Implement specification of MI tests as comments
9612 in C and C++ sources.
9613 * lib/mi-support.exp (mi_autotest_data): New variable.
9614 (mi_autotest_source): New variable.
9615 (count_newlines, mi_prepare_inline_tests)
9616 (mi_get_inline_test, mi_continue_to_line)
9617 (mi_run_inline_test, mi_tbreak)
9618 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9619 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9620 Run inline tests.
9621 * gdb.mi/mi-var-cp.cc: Define tests here.
9622
9623 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9624
9625 Simplify usage of mi_continue_to.
9626 * lib/mi-support.exp (mi_runto_helper): Renamed
9627 from mi_runto, added new parameter 'run_or_continue'.
9628 (mi_runto): Use mi_runto_helper.
9629 (mi_continue_to): Accept just function name as parameter.
9630 Use mi_runto_helper.
9631 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
9632 * gdb.mi/mi2-var-cmd.exp: Likewise.
9633
9634 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9635
9636 Make this testcase a bit more realistic. The current code
9637 is too simplistic, and allows the compiler to optimize out
9638 some of the entities we need for this testcase.
9639 * gdb.ada/null_record/bar.ads (Void_Star): New type.
9640 (Do_Nothing): Add extra parameter.
9641 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
9642 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
9643 by using a variable of type Void_Star.
9644
9645 2006-01-04 Joel Brobecker <brobecker@adacore.com>
9646
9647 * gdb.ada/catch_ex/foo.adb: New file.
9648 * gdb.ada/catch_ex.exp: New testcase.
9649
9650 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
9651
9652 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
9653 pass --image-base to linker.
9654
9655 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9656 Daniel Jacobowitz <dan@codesourcery.com>
9657
9658 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
9659 secondary prompts.
9660
9661 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9662
9663 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
9664 output. Test the types of members and member pointers.
9665 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
9666 gdb/2092.
9667 * gdb.cp/member-ptr.exp: Search for a comment instead of a
9668 statement. Enable for GCC. Update expected output for some tests
9669 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
9670 layout.
9671 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
9672 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
9673 (Diamond::vget_base): New.
9674 (main): Add new tests.
9675 * gdb.cp/printmethod.exp: Update expected output for member functions.
9676 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
9677 print pEe->D::vg().
9678
9679 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9680
9681 * gdb.threads/tls.exp: Allow stops in sem_post.
9682
9683 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
9684
9685 * gdb.base/annota1.exp: Allow .*printf in backtraces.
9686 * gdb.base/annota3.exp: Likewise.
9687 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
9688 again (instead of timing out).
9689 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
9690 GCC bug 26475.
9691 * gdb.java/jmisc.exp: Adjust to work with method signatures including
9692 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
9693 test from jmisc1.exp.
9694 * gdb.java/jmisc1.exp: Delete.
9695 * gdb.java/jprint.exp: Adjust to work with method signatures including
9696 return types.
9697 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
9698 * gdb.threads/linux-dp.exp: Don't be confused by program output.
9699 * lib/java.exp (compile_java_from_source): Pass the correct type
9700 to target_compile.
9701
9702 2006-12-31 Joel Brobecker <brobecker@adacore.com>
9703
9704 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
9705 (stack_align_edx): New function.
9706 (stack_align_eax): New function.
9707 (main): Add calls to stack_align_edx and stack_align_eax.
9708 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
9709 Add testing for the cases where the register used during a stack
9710 realignment is edx. Same for eax.
9711
9712 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
9713
9714 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
9715 and generic PE targets.
9716
9717 2006-12-29 Joel Brobecker <brobecker@adacore.com>
9718
9719 * gdb.ada/array_return.exp: Update copyright date list.
9720
9721 2006-12-27 Joel Brobecker <brobecker@adacore.com>
9722
9723 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
9724 (Create_Small_Float_Vector): New function.
9725 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
9726 function body.
9727 * gdb.ada/array_return/p.adb: Use new type and function from
9728 package Pck.
9729 * gdb.ada/array_return.exp: Add a test verifying that GDB is
9730 able to print the value returned by a function returning an
9731 array of float.
9732
9733 2006-12-20 Joel Brobecker <brobecker@adacore.com>
9734
9735 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
9736 The associated tests should be PASSing.
9737
9738 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9739
9740 Test for base in references.
9741 * gdb.mi/mi-var-cp.cc: Add test code.
9742 * gdb.mi/mi-var-cp.exp: Test for bases in references.
9743 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
9744 * gdb.mi/mi2-watch.exp: Likewise.
9745 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
9746 (mi_list_varobj_children): New function.
9747
9748 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
9749
9750 * lib/mi-support.exp
9751 (mi_runto): Accept "()" after function name.
9752 (mi_create_varobj): New function.
9753 (mi_varobj_update): New function.
9754 (mi_Check_varobj_value): New function.
9755 * gdb.mi/mi-var-cp.exp: New file.
9756 * gdb.mi/mi-var-cp.cc: New file.
9757
9758 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
9759
9760 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
9761 gdb.base/weaklib2.c: New files.
9762
9763 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
9764
9765 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
9766 info. Adjust test names.
9767
9768 * gdb.base/break.c (main): Move position of malloc.
9769 * gdb.base/break.exp: Revert mistaken checkin.
9770
9771 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
9772
9773 * gdb.mi/mi-var-cmd.exp: Check -var-update after
9774 assignement of arrays and function pointers.
9775 * gdb.mi/var-cmd.c: Add declaration necessary for above
9776 tests.
9777
9778 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9779
9780 * gdb.base/break.c (main): Call malloc.
9781
9782 * gdb.threads/linux-dp.exp: Read thread table before and after
9783 creating each philosopher and verify it.
9784
9785 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
9786 Paul Brook <paul@codesourcery.com>
9787 Daniel Jacobowitz <dan@codesourcery.com>
9788
9789 * gdb.base/ending-run.exp: Flatten expect script stepping out of
9790 main to remove duplication. Add start function of the form
9791 '_*start[1-9]*'. Add RVDS start function.
9792
9793 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9794
9795 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
9796
9797 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9798
9799 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
9800 * gdb.asm/spu.inc: New file.
9801 * gdb.base/term.exp: Disable if [target_info exists noargs].
9802 * gdb.gdb/complaints.exp: Disable if ![isnative].
9803 * gdb.gdb/selftest.exp: Likewise.
9804 * gdb.gdb/observer.exp: Likewise.
9805 * gdb.gdb/xfullpath.exp: Likewise.
9806 * gdb.base/attach.exp: Disable on SPU target.
9807 * gdb.cp/bs145503.exp: Likewise.
9808 * gdb.cp/exception.exp: Likewise.
9809 * gdb.cp/userdef.exp: Likewise.
9810
9811 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
9812
9813 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
9814
9815 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
9816
9817 * gdb.base/completion.exp: Fix completion tests for
9818 'info' and 'info '.
9819 * gdb.base/help.exp (help_test_raw, test_class_help)
9820 (test_prefix_command_help): Move...
9821 * lib/gdb.exp: Here.
9822 * gdb.base/main.exp: Adjust.
9823 * gdb.cp/maint.exp: Adjust.
9824 * gdb.trace/tracecmd.exp: Use test_help_class.
9825
9826 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9827
9828 * gdb.stabs/weird.exp (print_weird_var): Use
9829 gdb_test_multiple instead of gdb_expect.
9830
9831 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
9832
9833 * gdb.base/help.exp (help_test_raw): New.
9834 (test_class_help): New.
9835 (test_prefix_command_help): New.
9836 Adjust testcases.
9837
9838 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
9839
9840 * gdb.base/constvars.c (main): Write to crass and crips, so that
9841 they are allocated by the compiler.
9842
9843 2006-10-27 Andreas Schwab <schwab@suse.de>
9844
9845 * gdb.base/multi-forks.exp: Use "detach fork" instead of
9846 "detach-fork".
9847
9848 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
9849
9850 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
9851 of patterns.
9852
9853 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9854
9855 * gdb.base/sepdebug.exp: Remove debug format test.
9856 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
9857 Handle no-symtab.
9858 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
9859
9860 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9861
9862 * gdb.threads/manythreads.c (thread_function, main): Don't cast
9863 int to pointer or pointer to int.
9864 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
9865
9866 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
9867
9868 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
9869
9870 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9871
9872 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
9873
9874 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9875
9876 PR c++/2116
9877 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
9878
9879 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9880
9881 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
9882 the corresponding bug has been fixed in GDB (PR/2018).
9883
9884 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9885
9886 * gdb.base/subst.exp: New testcase.
9887
9888 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9889
9890 * gdb.ada/array_return/pck.ads: Add copyright notice.
9891 * gdb.ada/array_return/pck.adb: Likewise.
9892 * gdb.ada/array_return/p.adb: Likewise.
9893 * gdb.ada/exec_changed/first.adb: Likewise.
9894 * gdb.ada/exec_changed/second.adb: Likewise.
9895
9896 2006-10-06 Joel Brobecker <brobecker@adacore.com>
9897
9898 * gdb.ada/watch_arg/watch.adb: New file.
9899 * gdb.ada/watch_arg.exp: New testcase.
9900
9901 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
9902
9903 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
9904 via string_to_regexp.
9905 * gdb.mi/mi2-basics.exp: Likewise.
9906
9907 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
9908
9909 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
9910 Remove unused / obsolete files.
9911
9912 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
9913
9914 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
9915
9916 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
9917
9918 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
9919 HIGH_FRAME argument to -stack-list-arguments can be larger than
9920 the number of frames.
9921
9922 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
9923
9924 * gdb.base/args.c (main): Add breakpoint marker.
9925 * gdb.base/args.exp: Use args_test for tests. Add new tests which
9926 really test empty arguments.
9927 (args_load): Delete.
9928 (args_test): New.
9929
9930 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
9931
9932 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
9933 check for one file.
9934
9935 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
9936
9937 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
9938 HIGH_FRAME argument to -stack-list-locals can be larger than
9939 the number of frames.
9940
9941 2006-08-18 Fred Fish <fnf@specifix.com>
9942
9943 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
9944 '$' in front of skip_vmx_tests_saved when setting that.
9945
9946 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
9947
9948 * gdb.base/trace-commands.exp: New file.
9949
9950 2006-08-10 Joel Brobecker <brobecker@adacore.com>
9951 Daniel Jacobowitz <dan@codesourcery.com>
9952
9953 * gdb.base/step-bt.exp: Make hexadecimal address optional in
9954 expected output of the backtrace commands.
9955
9956 2006-08-09 Joel Brobecker <brobecker@adacore.com>
9957
9958 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
9959 untested followed by return combination.
9960 * gdb.arch/altivec-regs.exp: Likewise.
9961 * gdb.arch/e500-abi.exp: Likewise.
9962 * gdb.arch/e500-regs.exp: Likewise.
9963 * gdb.arch/gdb1291.exp: Likewise.
9964 * gdb.arch/gdb1431.exp: Likewise.
9965 * gdb.arch/gdb1558.exp: Likewise.
9966 * gdb.arch/i386-prologue.exp: Likewise.
9967 * gdb.arch/i386-unwind.exp: Likewise.
9968 * gdb.asm/asm-source.exp: Likewise.
9969 * gdb.base/a2-run.exp: Likewise.
9970 * gdb.base/advance.exp: Likewise.
9971 * gdb.base/all-bin.exp: Likewise.
9972 * gdb.base/annota1.exp: Likewise.
9973 * gdb.base/annota3.exp: Likewise.
9974 * gdb.base/args.exp: Likewise.
9975 * gdb.base/arithmet.exp: Likewise.
9976 * gdb.base/assign.exp: Likewise.
9977 * gdb.base/async.exp: Likewise.
9978 * gdb.base/attach.exp: Likewise.
9979 * gdb.base/bang.exp: Likewise.
9980 * gdb.base/bigcore.exp: Likewise.
9981 * gdb.base/bitfields.exp: Likewise.
9982 * gdb.base/bitfields2.exp: Likewise.
9983 * gdb.base/break.exp: Likewise.
9984 * gdb.base/call-sc.exp: Likewise.
9985 * gdb.base/call-strs.exp: Likewise.
9986 * gdb.base/callfuncs.exp: Likewise.
9987 * gdb.base/checkpoint.exp: Likewise.
9988 * gdb.base/chng-syms.exp: Likewise.
9989 * gdb.base/code-expr.exp: Likewise.
9990 * gdb.base/commands.exp: Likewise.
9991 * gdb.base/completion.exp: Likewise.
9992 * gdb.base/cond-expr.exp: Likewise.
9993 * gdb.base/condbreak.exp: Likewise.
9994 * gdb.base/consecutive.exp: Likewise.
9995 * gdb.base/constvars.exp: Likewise.
9996 * gdb.base/corefile.exp: Likewise.
9997 * gdb.base/cvexpr.exp: Likewise.
9998 * gdb.base/dbx.exp: Likewise.
9999 * gdb.base/define.exp: Likewise.
10000 * gdb.base/detach.exp: Likewise.
10001 * gdb.base/display.exp: Likewise.
10002 * gdb.base/dump.exp: Likewise.
10003 * gdb.base/ena-dis-br.exp: Likewise.
10004 * gdb.base/ending-run.exp: Likewise.
10005 * gdb.base/environ.exp: Likewise.
10006 * gdb.base/eval-skip.exp: Likewise.
10007 * gdb.base/exprs.exp: Likewise.
10008 * gdb.base/fileio.exp: Likewise.
10009 * gdb.base/finish.exp: Likewise.
10010 * gdb.base/float.exp: Likewise.
10011 * gdb.base/foll-exec.exp: Likewise.
10012 * gdb.base/foll-fork.exp: Likewise.
10013 * gdb.base/foll-vfork.exp: Likewise.
10014 * gdb.base/freebpcmd.exp: Likewise.
10015 * gdb.base/funcargs.exp: Likewise.
10016 * gdb.base/gcore.exp: Likewise.
10017 * gdb.base/gdb1090.exp: Likewise.
10018 * gdb.base/gdb1250.exp: Likewise.
10019 * gdb.base/huge.exp: Likewise.
10020 * gdb.base/info-proc.exp: Likewise.
10021 * gdb.base/interrupt.exp: Likewise.
10022 * gdb.base/jump.exp: Likewise.
10023 * gdb.base/langs.exp: Likewise.
10024 * gdb.base/lineinc.exp: Likewise.
10025 * gdb.base/list.exp: Likewise.
10026 * gdb.base/logical.exp: Likewise.
10027 * gdb.base/long_long.exp: Likewise.
10028 * gdb.base/macscp.exp: Likewise.
10029 * gdb.base/maint.exp: Likewise.
10030 * gdb.base/mips_pro.exp: Likewise.
10031 * gdb.base/miscexprs.exp: Likewise.
10032 * gdb.base/multi-forks.exp: Likewise.
10033 * gdb.base/opaque.exp: Likewise.
10034 * gdb.base/overlays.exp: Likewise.
10035 * gdb.base/pc-fp.exp: Likewise.
10036 * gdb.base/pointers.exp: Likewise.
10037 * gdb.base/printcmds.exp: Likewise.
10038 * gdb.base/psymtab.exp: Likewise.
10039 * gdb.base/ptype.exp: Likewise.
10040 * gdb.base/recurse.exp: Likewise.
10041 * gdb.base/relational.exp: Likewise.
10042 * gdb.base/relocate.exp: Likewise.
10043 * gdb.base/remote.exp: Likewise.
10044 * gdb.base/reread.exp: Likewise.
10045 * gdb.base/restore.exp: Likewise.
10046 * gdb.base/return.exp: Likewise.
10047 * gdb.base/return2.exp: Likewise.
10048 * gdb.base/scope.exp: Likewise.
10049 * gdb.base/sect-cmd.exp: Likewise.
10050 * gdb.base/sep.exp: Likewise.
10051 * gdb.base/sepdebug.exp: Likewise.
10052 * gdb.base/setshow.exp: Likewise.
10053 * gdb.base/setvar.exp: Likewise.
10054 * gdb.base/sigall.exp: Likewise.
10055 * gdb.base/sigbpt.exp: Likewise.
10056 * gdb.base/signals.exp: Likewise.
10057 * gdb.base/signull.exp: Likewise.
10058 * gdb.base/sizeof.exp: Likewise.
10059 * gdb.base/solib.exp: Likewise.
10060 * gdb.base/step-line.exp: Likewise.
10061 * gdb.base/step-test.exp: Likewise.
10062 * gdb.base/structs.exp: Likewise.
10063 * gdb.base/structs2.exp: Likewise.
10064 * gdb.base/term.exp: Likewise.
10065 * gdb.base/twice.exp: Likewise.
10066 * gdb.base/until.exp: Likewise.
10067 * gdb.base/varargs.exp: Likewise.
10068 * gdb.base/volatile.exp: Likewise.
10069 * gdb.base/watchpoint.exp: Likewise.
10070 * gdb.base/whatis-exp.exp: Likewise.
10071 * gdb.base/whatis.exp: Likewise.
10072 * gdb.cp/ambiguous.exp: Likewise.
10073 * gdb.cp/annota2.exp: Likewise.
10074 * gdb.cp/annota3.exp: Likewise.
10075 * gdb.cp/bool.exp: Likewise.
10076 * gdb.cp/breakpoint.exp: Likewise.
10077 * gdb.cp/casts.exp: Likewise.
10078 * gdb.cp/class2.exp: Likewise.
10079 * gdb.cp/classes.exp: Likewise.
10080 * gdb.cp/cplusfuncs.exp: Likewise.
10081 * gdb.cp/ctti.exp: Likewise.
10082 * gdb.cp/derivation.exp: Likewise.
10083 * gdb.cp/exception.exp: Likewise.
10084 * gdb.cp/gdb1355.exp: Likewise.
10085 * gdb.cp/hang.exp: Likewise.
10086 * gdb.cp/inherit.exp: Likewise.
10087 * gdb.cp/local.exp: Likewise.
10088 * gdb.cp/m-data.exp: Likewise.
10089 * gdb.cp/m-static.exp: Likewise.
10090 * gdb.cp/member-ptr.exp: Likewise.
10091 * gdb.cp/method.exp: Likewise.
10092 * gdb.cp/misc.exp: Likewise.
10093 * gdb.cp/namespace.exp: Likewise.
10094 * gdb.cp/overload.exp: Likewise.
10095 * gdb.cp/ovldbreak.exp: Likewise.
10096 * gdb.cp/pr-1023.exp: Likewise.
10097 * gdb.cp/pr-1210.exp: Likewise.
10098 * gdb.cp/pr-574.exp: Likewise.
10099 * gdb.cp/printmethod.exp: Likewise.
10100 * gdb.cp/psmang.exp: Likewise.
10101 * gdb.cp/ref-params.exp: Likewise.
10102 * gdb.cp/ref-types.exp: Likewise.
10103 * gdb.cp/rtti.exp: Likewise.
10104 * gdb.cp/templates.exp: Likewise.
10105 * gdb.cp/try_catch.exp: Likewise.
10106 * gdb.cp/userdef.exp: Likewise.
10107 * gdb.cp/virtfunc.exp: Likewise.
10108 * gdb.disasm/am33.exp: Likewise.
10109 * gdb.disasm/h8300s.exp: Likewise.
10110 * gdb.disasm/mn10300.exp: Likewise.
10111 * gdb.disasm/sh3.exp: Likewise.
10112 * gdb.disasm/t01_mov.exp: Likewise.
10113 * gdb.disasm/t02_mova.exp: Likewise.
10114 * gdb.disasm/t03_add.exp: Likewise.
10115 * gdb.disasm/t04_sub.exp: Likewise.
10116 * gdb.disasm/t05_cmp.exp: Likewise.
10117 * gdb.disasm/t06_ari2.exp: Likewise.
10118 * gdb.disasm/t07_ari3.exp: Likewise.
10119 * gdb.disasm/t08_or.exp: Likewise.
10120 * gdb.disasm/t09_xor.exp: Likewise.
10121 * gdb.disasm/t10_and.exp: Likewise.
10122 * gdb.disasm/t11_logs.exp: Likewise.
10123 * gdb.disasm/t12_bit.exp: Likewise.
10124 * gdb.disasm/t13_otr.exp: Likewise.
10125 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
10126 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
10127 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10128 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
10129 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
10130 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10131 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10132 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10133 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
10134 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
10135 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10136 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10137 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10138 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10139 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10140 * gdb.mi/gdb701.exp: Likewise.
10141 * gdb.mi/gdb792.exp: Likewise.
10142 * gdb.mi/mi-basics.exp: Likewise.
10143 * gdb.mi/mi-break.exp: Likewise.
10144 * gdb.mi/mi-cli.exp: Likewise.
10145 * gdb.mi/mi-console.exp: Likewise.
10146 * gdb.mi/mi-disassemble.exp: Likewise.
10147 * gdb.mi/mi-eval.exp: Likewise.
10148 * gdb.mi/mi-file.exp: Likewise.
10149 * gdb.mi/mi-read-memory.exp: Likewise.
10150 * gdb.mi/mi-regs.exp: Likewise.
10151 * gdb.mi/mi-return.exp: Likewise.
10152 * gdb.mi/mi-simplerun.exp: Likewise.
10153 * gdb.mi/mi-stack.exp: Likewise.
10154 * gdb.mi/mi-stepi.exp: Likewise.
10155 * gdb.mi/mi-syn-frame.exp: Likewise.
10156 * gdb.mi/mi-until.exp: Likewise.
10157 * gdb.mi/mi-var-block.exp: Likewise.
10158 * gdb.mi/mi-var-child.exp: Likewise.
10159 * gdb.mi/mi-var-cmd.exp: Likewise.
10160 * gdb.mi/mi-var-display.exp: Likewise.
10161 * gdb.mi/mi-watch.exp: Likewise.
10162 * gdb.mi/mi2-basics.exp: Likewise.
10163 * gdb.mi/mi2-break.exp: Likewise.
10164 * gdb.mi/mi2-cli.exp: Likewise.
10165 * gdb.mi/mi2-console.exp: Likewise.
10166 * gdb.mi/mi2-disassemble.exp: Likewise.
10167 * gdb.mi/mi2-eval.exp: Likewise.
10168 * gdb.mi/mi2-file.exp: Likewise.
10169 * gdb.mi/mi2-read-memory.exp: Likewise.
10170 * gdb.mi/mi2-regs.exp: Likewise.
10171 * gdb.mi/mi2-return.exp: Likewise.
10172 * gdb.mi/mi2-simplerun.exp: Likewise.
10173 * gdb.mi/mi2-stack.exp: Likewise.
10174 * gdb.mi/mi2-stepi.exp: Likewise.
10175 * gdb.mi/mi2-syn-frame.exp: Likewise.
10176 * gdb.mi/mi2-until.exp: Likewise.
10177 * gdb.mi/mi2-var-block.exp: Likewise.
10178 * gdb.mi/mi2-var-child.exp: Likewise.
10179 * gdb.mi/mi2-var-cmd.exp: Likewise.
10180 * gdb.mi/mi2-var-display.exp: Likewise.
10181 * gdb.mi/mi2-watch.exp: Likewise.
10182 * gdb.stabs/exclfwd.exp: Likewise.
10183 * gdb.stabs/weird.exp: Likewise.
10184 * gdb.threads/gcore-thread.exp: Likewise.
10185 * gdb.trace/actions.exp: Likewise.
10186 * gdb.trace/backtrace.exp: Likewise.
10187 * gdb.trace/circ.exp: Likewise.
10188 * gdb.trace/collection.exp: Likewise.
10189 * gdb.trace/deltrace.exp: Likewise.
10190 * gdb.trace/infotrace.exp: Likewise.
10191 * gdb.trace/limits.exp: Likewise.
10192 * gdb.trace/packetlen.exp: Likewise.
10193 * gdb.trace/passc-dyn.exp: Likewise.
10194 * gdb.trace/passcount.exp: Likewise.
10195 * gdb.trace/report.exp: Likewise.
10196 * gdb.trace/save-trace.exp: Likewise.
10197 * gdb.trace/tfind.exp: Likewise.
10198 * gdb.trace/tracecmd.exp: Likewise.
10199 * gdb.trace/while-dyn.exp: Likewise.
10200 * gdb.trace/while-stepping.exp: Likewise.
10201
10202 2006-08-08 Joel Brobecker <brobecker@adacore.com>
10203
10204 * gdb.base/step-bt.c: New file.
10205 * gdb.base/step-bt.exp: New testcase.
10206
10207 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
10208
10209 * config/monitor.exp (gdb_load): Remove support for obsolete
10210 download-write-size.
10211 * gdb.base/remote.exp: Likewise. Update all callers of
10212 gdb_timed_load.
10213
10214 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
10215
10216 * cursal.exp: Pass binfile to gdb_load.
10217
10218 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
10219
10220 * gdb.base/cursal.exp: Add "" to gdb_load call.
10221
10222 2006-07-29 Mark Kettenis <kettenis@gnu.org>
10223
10224 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10225 NetBSD/ELF targets.
10226
10227 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
10228
10229 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10230 operator*.
10231
10232 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
10233
10234 * gdb.base/completion.exp: Update for change in "file" behavior.
10235 * gdb.stabs/weird.exp: Likewise.
10236 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10237 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
10238
10239 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
10240
10241 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10242 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10243
10244 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
10245
10246 * gdb.base/default.exp: Update source command error message.
10247 * gdb.base/help.exp: Update 'help source' message.
10248
10249 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
10250
10251 * gdb.cp/bs15503.exp: Update comment for no longer crashing
10252 test.
10253
10254 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
10255
10256 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10257
10258 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10259
10260 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10261
10262 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10263
10264 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10265
10266 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10267
10268 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10269 *-*-openbsd* from targets for wich we expect ARM FPA floating
10270 point format.
10271
10272 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
10273
10274 * gdb.cp/annota3.exp: Expect frame-begin annotation.
10275
10276 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10277
10278 * gdb.base/annota3.exp: Expect frame-begin annotation.
10279
10280 2006-07-14 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.base/help.exp: Adjust "help unset" test to accept
10283 any list of unset commands.
10284
10285 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
10286 Daniel Jacobowitz <dan@codesourcery.com>
10287
10288 * gdb.cp/ref-params.exp: New test.
10289 * gdb.cp/ref-params.cc: New source file.
10290 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10291
10292 2006-07-08 Mark Kettenis <kettenis@gnu.org>
10293
10294 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10295 spaces/tabs in regular expressions since they might not be there.
10296
10297 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
10298
10299 * gdb.base/ifelse.exp: New file.
10300
10301 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
10302
10303 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10304 line.
10305 * gdb.base/huge.exp: Loop over compilation to find a size that
10306 is acceptable.
10307 * gdb.base/remote.exp: Correct expected strings.
10308 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10309
10310 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10311
10312 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10313
10314 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10315
10316 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
10317 native.
10318
10319 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10320
10321 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10322 enable stabs testing.
10323
10324 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10325
10326 * gdb.base/auxv.exp: Intercept undefined command messages before
10327 gdb_test_multiple does.
10328
10329 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10330
10331 * Makefile.in (host_alias): Remove.
10332 (target_alias): Use @target_noncanonical@.
10333 (site.exp): Don't set host_alias.
10334 * aclocal.m4: Remove contents. Include acx.m4.
10335 * configure: Regenerated.
10336 * configure.ac: Use ACX_NONCANONICAL_TARGET.
10337
10338 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
10339
10340 * lib/gdb.exp (gdb_load_cmd): New.
10341
10342 * gdb.base/fileio.c: Add system(NULL) test.
10343 * gdb.base/fileio.exp: Check it.
10344
10345 * gdb.base/break.c: Add 10a breakpoint at }
10346 * gdb.base/break.exp: Add test for breakpoint at }
10347 * gdb.cp/anon-union.cc: Add code at end of function.
10348 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10349 * gdb.mi/var-cmd.c: Add code at end of function.
10350 * gdb.mi/mi-var-display.exp: Adjust end of next.
10351 * gdb.mi/mi2-var-display.exp: Likewise.
10352 * gdb.base/fileio.c: Add stop function and insert calls at
10353 stopping places.
10354 * gdb.base/fileio.exp: Breakpoint stop function and remove
10355 explicit line number references.
10356
10357 2006-05-19 Joel Brobecker <brobecker@adacore.com>
10358
10359 * gdb.base/del.exp (test_delete_alias): New function.
10360 Now check that both "del" and "d" work as aliases for "delete".
10361
10362 2006-05-18 Fred Fish <fnf@specifix.com>
10363
10364 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
10365 required. Check for spurious output after program exits normally.
10366
10367 2006-05-17 Fred Fish <fnf@specifix.com>
10368
10369 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
10370 gdb_load, so it works in the simulator.
10371
10372 2006-05-11 Fred Fish <fnf@specifix.com>
10373
10374 * gdb.base/bang.exp: Ignore unexpected output between the
10375 "program exited normally" and the gdb prompt, as many other
10376 tests do.
10377
10378 2006-05-07 Mark Kettenis <kettenis@gnu.org>
10379
10380 * gdb.base/help.exp: Make "delete checkpoint" part option for
10381 "help d" and "help delete" tests.
10382
10383 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10384
10385 * gdb.mi/mi-basics.exp: Add missing serial number to
10386 expected output in some mi_gdb_test statements.
10387 * gdb.mi/mi2-basics.exp: Likewise.
10388
10389 2006-05-05 Joel Brobecker <brobecker@adacore.com>
10390
10391 * gdb.base/del.c: New file.
10392 * gdb.base/del.exp: New testcase.
10393
10394 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
10395
10396 * gdb.base/break.exp: Do not assume a breakpoint on
10397 main will actually be in $srcfile when optimizing.
10398 * gdb.base/savedregs.exp: Do not require that the dummy
10399 frame location match up to a symbol and source file location.
10400 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
10401 will get printed without a mi_cmd_data_list_register_values prefix.
10402 (*-data-list-register-*): Correct regular expressions to expect the new
10403 pseudo d? floating point registers.
10404 * gdb.mi/mi2-regs.exp: Likewise.
10405
10406 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
10407
10408 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
10409 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
10410 is allocated by the compiler.
10411 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
10412 anons, e, anone to force their allocation by the compiler.
10413
10414 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
10415
10416 * gdb.base/help.exp: Update expected text for help d and
10417 help delete.
10418
10419 2006-05-02 Mark Kettenis <kettenis@gnu.org>
10420
10421 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
10422 NetBSD/ELF targets.
10423
10424 2006-04-30 Mark Kettenis <kettenis@gnu.org>
10425
10426 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
10427 single-step breakpoint fails; make this a KFAIL on
10428 sparc*-*-openbsd*.
10429 * gdb.base/siginfo.exp: Likewise.
10430 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10431
10432 2006-04-26 Michael Snyder <msnyder@redhat.com>
10433
10434 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10435 which may have to consume output from other forks.
10436 Add tests to make sure that "delete fork" succeeded.
10437
10438 2006-04-20 Michael Snyder <msnyder@redhat.com>
10439
10440 * 2006-03-22 Jim Blandy <jimb@redhat.com>
10441 Add support for the Renesas M32C and M16C.
10442
10443 * gdb.asm/asm-source.exp: Add m32c target.
10444 * gdb.asm/m32c.inc: Support for m32c target.
10445
10446 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
10447
10448 * gdb.base/commands.exp (recursive_source_test): New test.
10449
10450 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
10451
10452 * gdb.base/float.exp: Add pattern for sparc targets.
10453
10454 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10455
10456 * gdb.base/commands.exp (stray_arg0_test): New test.
10457
10458 2006-03-30 Paul Brook <paul@codesourcery.com>
10459
10460 * gdb.mi/mi-until.exp: kfail broken until command.
10461 * gdb.mi/mi2-until.exp: Ditto.
10462
10463 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10464
10465 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10466
10467 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
10468
10469 * gdb.base/prelink.exp: Anchor tested-for regular expression
10470 on gdb prompt.
10471
10472 2006-03-07 Paul Brook <paul@codesourcery.com>
10473
10474 * gdb.base/assign.exp: Correct fail message.
10475
10476 2006-03-07 Paul Brook <paul@codesourcery.com>
10477
10478 * lib/compiler.c: Extract armcc version number.
10479 * lib/compiler.cc: Ditto.
10480
10481 2006-03-07 Paul Brook <paul@codesourcery.com>
10482
10483 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10484 additional_flags=-w.
10485 * gdb.arch/altivec-regs.exp: Ditto.
10486 * gdb.arch/e500-abi.exp: Ditto.
10487 * gdb.arch/e500-regs.exp: Ditto.
10488 * gdb.base/all-bin.exp: Ditto.
10489 * gdb.base/annota1.exp: Ditto.
10490 * gdb.base/annota3.exp: Ditto.
10491 * gdb.base/args.exp: Ditto.
10492 * gdb.base/arithmet.exp: Ditto.
10493 * gdb.base/assign.exp: Ditto.
10494 * gdb.base/async.exp: Ditto.
10495 * gdb.base/bang.exp: Ditto.
10496 * gdb.base/break.exp: Ditto.
10497 * gdb.base/call-rt-st.exp: Ditto.
10498 * gdb.base/completion.exp: Ditto.
10499 * gdb.base/cond-expr.exp: Ditto.
10500 * gdb.base/condbreak.exp: Ditto.
10501 * gdb.base/consecutive.exp: Ditto.
10502 * gdb.base/define.exp: Ditto.
10503 * gdb.base/display.exp: Ditto.
10504 * gdb.base/ena-dis-br.exp: Ditto.
10505 * gdb.base/environ.exp: Ditto.
10506 * gdb.base/eval-skip.exp: Ditto.
10507 * gdb.base/info-proc.exp: Ditto.
10508 * gdb.base/jump.exp: Ditto.
10509 * gdb.base/logical.exp: Ditto.
10510 * gdb.base/long_long.exp: Ditto.
10511 * gdb.base/maint.exp: Ditto.
10512 * gdb.base/miscexprs.exp: Ditto.
10513 * gdb.base/pc-fp.exp: Ditto.
10514 * gdb.base/pointers.exp: Ditto.
10515 * gdb.base/relational.exp: Ditto.
10516 * gdb.base/reread.exp: Ditto.
10517 * gdb.base/sect-cmd.exp: Ditto.
10518 * gdb.base/sep.exp: Ditto.
10519 * gdb.base/sepdebug.exp: Ditto.
10520 * gdb.base/until.exp: Ditto.
10521 * gdb.base/whatis-exp.exp: Ditto.
10522 * gdb.cp/annota2.exp: Ditto.
10523 * gdb.cp/annota3.exp: Ditto.
10524 * gdb.trace/actions.exp: Ditto.
10525 * gdb.trace/backtrace.exp: Ditto.
10526 * gdb.trace/circ.exp: Ditto.
10527 * gdb.trace/collection.exp: Ditto.
10528 * gdb.trace/deltrace.exp: Ditto.
10529 * gdb.trace/infotrace.exp: Ditto.
10530 * gdb.trace/limits.exp: Ditto.
10531 * gdb.trace/packetlen.exp: Ditto.
10532 * gdb.trace/passc-dyn.exp: Ditto.
10533 * gdb.trace/passcount.exp: Ditto.
10534 * gdb.trace/report.exp: Ditto.
10535 * gdb.trace/save-trace.exp: Ditto.
10536 * gdb.trace/tfind.exp: Ditto.
10537 * gdb.trace/tracecmd.exp: Ditto.
10538 * gdb.trace/while-dyn.exp: Ditto.
10539 * gdb.trace/while-stepping.exp: Ditto.
10540 * lib/gdb.exp: Ditto.
10541 (gdb_compile): Handle nowarning option.
10542
10543 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
10544
10545 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10546 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10547 Rename executable to prelinkt. Don't re-prelink if we didn't
10548 get a core file. Test prelink -u exit status to tell whether
10549 prelinking failed. Use gdb_test_multiple.
10550
10551 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10552
10553 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10554 (do_tests): Call it.
10555
10556 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
10557
10558 * gdb.base/prelink.exp: New test.
10559 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10560
10561 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10562
10563 * gdb.fortran/derived-type.f90: New file.
10564 * gdb.fortran/derived-type.exp: New testcase.
10565
10566 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10567
10568 * gdb.base/default.exp: Allow ';' as a directory separator.
10569
10570 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10571
10572 * gdb.base/help.exp (help add-symbol-file): Update.
10573
10574 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10575
10576 * gdb.base/help.exp (help load): Update expected results.
10577
10578 2006-02-19 Fred Fish <fnf@specifix.com>
10579
10580 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10581 specifix hex value as part of results.
10582 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10583
10584 2006-02-16 Fred Fish <fnf@specifix.com>
10585
10586 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10587 ushort_addr, and slong_addr, so the typedefs are not optimized
10588 away.
10589 * gdb.base/whatis.exp: Add tests using type name for struct type,
10590 union type, enum type, and typedef.
10591
10592 2006-02-13 Mark Kettenis <kettenis@gnu.org>
10593
10594 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10595
10596 2006-02-13 Jim Blandy <jimb@redhat.com>
10597
10598 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10599 case where it takes two "next" commands to skip past the init
10600 call.
10601
10602 2006-02-12 Fred Fish <fnf@specifix.com>
10603
10604 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10605 to handle cases where it takes two "next" commands to skip
10606 past the init call.
10607
10608 2006-02-07 Joel Brobecker <brobecker@adacore.com>
10609
10610 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10611 on hppa32 targets.
10612
10613 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
10614
10615 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10616 field.
10617
10618 2006-01-29 Mark Kettenis <kettenis@gnu.org>
10619
10620 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10621
10622 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10623
10624 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
10625 files.
10626
10627 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10628
10629 * gdb.cp/maint.exp: Set complaints to a positive value.
10630
10631 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10632
10633 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
10634 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
10635 function name.
10636
10637 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
10638
10639 * gdb.base/checkpoint.c: Update copyright notice. Include
10640 <stdlib.h>.
10641
10642 2006-01-04 Jim Blandy <jimb@redhat.com>
10643
10644 * gdb.asm/asm-source.exp: Independently provide default values for
10645 asm-flags and debug-flags. Use 'string equal' to do the
10646 comparison, not the implicit expr's '==' operator. Remove
10647 now-unneeded assignments to asm-flags. In h8300 case, place
10648 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
10649
10650 2006-01-04 Michael Snyder <msnyder@redhat.com>
10651
10652 * gdb.base/checkpoint.c: New file.
10653 * gdb.base/checkpoint.exp: New file.
10654 * gdb.base/multi-fork.c: New file.
10655 * gdb.base/multi-fork.exp: New file.
10656 * gdb.base/pi.txt: New file (data for checkpoint.c test).
10657
10658 2006-01-04 Fred Fish <fnf@specifix.com>
10659
10660 * gdb.base/ptype.c (foo): Add typedef.
10661 (intfoo): Add function.
10662 * gdb.base/ptype1.c: New file.
10663 * gdb.base/ptype.exp: Handle compilation and linking with two
10664 source files. Test that proper type for "foo" is found based
10665 on source context rather than first match found in symtabs.
10666
10667 2005-12-28 Mark Kettenis <kettenis@gnu.org>
10668
10669 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
10670 * gdb.asm/openbsd.inc: Indent commands.
10671
10672 2005-12-26 Mark Kettenis <kettenis@gnu.org>
10673
10674 * gdb.base/freebpcmd.exp: Increase timeout.
10675
10676 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
10677
10678 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
10679
10680 * gdb.base/default.exp: Update check for "show version".
10681
10682 2005-12-09 Randolph Chung <tausq@debian.org>
10683
10684 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
10685 * gdb.asm/pa64.inc: New file.
10686
10687 2005-12-09 Randolph Chung <tausq@debian.org>
10688
10689 * gdb.asm/common.inc: Indent commands.
10690 * gdb.asm/asmsrc1.s: Likewise.
10691 * gdb.asm/asmsrc2.s: Likewise.
10692
10693 2005-12-09 Randolph Chung <tausq@debian.org>
10694
10695 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
10696 (get_addr_of_sym): Remove duplicate print.
10697 (gen_core): xfail hppa*-*-hpux*, update expected output.
10698 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
10699 * gdb.arch/pa64-nullify.s: New file.
10700
10701 2005-12-09 Randolph Chung <tausq@debian.org>
10702
10703 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
10704
10705 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
10706
10707 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
10708 code generation for these functions.
10709 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
10710 error message.
10711
10712 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
10713
10714 * gdb.base/help.exp (help b, help br, help bre, help brea)
10715 (help break): Update the expected message.
10716
10717 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
10718
10719 * gdb.asm/m68hc11.inc: Setup the data section.
10720 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
10721 script for this test.
10722 (m6812-*-*): Likewise.
10723
10724 2005-11-09 Randolph Chung <tausq@debian.org>
10725
10726 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
10727
10728 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
10729
10730 * gdb.base/break.exp: Fix a comment typo.
10731
10732 2005-11-03 Jim Blandy <jimb@redhat.com>
10733
10734 Checked in by Elena Zannoni <ezannoni@redhat.com>
10735
10736 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
10737
10738 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
10739
10740 * gdb.arch/gdb1558.c: Include stdio.h.
10741
10742 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10743
10744 * gdb.asm/asm-source.exp: Use -e instead of --entry.
10745
10746 2005-10-31 Mark Kettenis <kettenis@gnu.org>
10747
10748 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
10749
10750 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
10751
10752 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10753 vscr" tests to better match output.
10754
10755 2005-10-12 Jim Blandy <jimb@redhat.com>
10756
10757 * gdb.base/structs.exp (any): New function.
10758 (test_struct_returns): Don't make any assumptions at all about
10759 what value the function returns when GDB can't set the return
10760 value.
10761
10762 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10763
10764 * gdb.ada/arrayidx/p.adb: New file.
10765 * gdb.ada/arrayidx.exp: New testcase
10766
10767 2005-10-09 Joel Brobecker <brobecker@adacore.com>
10768
10769 * gdb.ada/array_return/pck.ads: New file.
10770 * gdb.ada/array_return/pck.adb: New file.
10771 * gdb.ada/array_return/p.adb: New file.
10772 * gdb.ada/array_return.exp: New testcase.
10773
10774 2005-10-03 Joel Brobecker <brobecker@adacore.com>
10775
10776 * gdb.base/arrayidx.c: New file.
10777 * gdb.base/arrayidx.exp: New testcase.
10778
10779 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
10780
10781 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
10782 frames-invalid and breakpoints-invalid are no longer generated
10783 with level 3 so don't expect them in the output.
10784
10785 2005-09-27 Bob Rossi <bob@brasko.net>
10786
10787 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
10788 from test. Escape the | in mi_gdb_test call.
10789 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
10790 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
10791 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
10792 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
10793 expected regex's in mi_gdb_test calls.
10794 * lib/mi-support.exp: Remove arbitrary .* from tests.
10795 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
10796 Fully anchor GDB/MI expected results in mi_gdb_test.
10797 * lib/gdb.exp (string_to_regexp): Escape the ] character.
10798 * gdb.base/sizeof.exp: Remove escape character. Correct test.
10799
10800 2005-09-26 Paul Brook <paul@codesourcery.com>
10801
10802 * long_long.exp: Exclude eabi targets from arm FPA float format test.
10803
10804 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10805
10806 * bfp-test.c: New file.
10807 * bfp-test.exp: New testcase.
10808
10809 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
10810
10811 * gdb.fortran/subarray.exp: New testcase to test the evaluation
10812 of subarray and substring variable.
10813 * gdb.fortran/subarray.f: New source file for the test of subarray
10814 and substring variable evaluation.
10815 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
10816 of string constant.
10817
10818 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10819
10820 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
10821 copyright dates.
10822
10823 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
10824
10825 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
10826 powerpc altivec' test with an almost identical 'info vector' test.
10827
10828 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10829
10830 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
10831 vscr" tests to match output.
10832
10833 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
10834
10835 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
10836 output.
10837
10838 2005-09-11 Bob Rossi <bob@brasko.net>
10839
10840 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
10841 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
10842 commands that return an MI output command and an asyncronous MI output
10843 command.
10844 * gdb.mi/mi-console.exp: Ditto.
10845
10846 2005-09-11 Bob Rossi <bob@brasko.net>
10847
10848 * gdb.mi/mi-var-child.c: Include <string.h>.
10849
10850 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
10851
10852 * killed.exp: Correct gdb_expect syntax.
10853
10854 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
10855
10856 * lib/mi-support.exp (mi_gdb_load): Fix typo.
10857
10858 2005-08-02 Bob Rossi <bob@brasko.net>
10859
10860 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
10861 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
10862 Change tests to inferior-tty-set/show.
10863 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
10864 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
10865 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
10866 inferior. Use mi_gdb_test to get GDB and Inferior output.
10867 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
10868 descriptor.
10869 (mi_inferior_tty_name): Add inferior PTY file name.
10870 (mi_gdb_start): Add INFERIOR_PTY parameter.
10871 (mi_gdb_test): Add IPATTERN parameter.
10872
10873 2005-08-02 Bob Rossi <bob@brasko.net>
10874
10875 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
10876 parameter to mi_gdb_test.
10877 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
10878
10879 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10880
10881 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
10882 struct_declarations.
10883 * gdb.mi/mi-var-child.exp: Step over the initialization of
10884 struct_declarations.
10885
10886 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10887
10888 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
10889 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
10890 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
10891 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
10892 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
10893 file.
10894
10895 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
10896
10897 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
10898 (do_children_tests): Assign values to the extra elements.
10899
10900 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
10901 them for tests for "-var-update --no-values" and
10902 "-var-update --all-values".
10903 Add test for "-var-list-children --simple-values".
10904
10905 * gdb.mi/basics.c (callee4): Add integer array D[3]...
10906
10907 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
10908 "-stack-list-locals --simple-values" Improve doc strings and
10909 comments.
10910
10911 2005-07-18 Mark Kettenis <kettenis@gnu.org>
10912
10913 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
10914 *-*-openbsd*.
10915 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
10916
10917 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
10918 sigaltsatck'.
10919
10920 2005-07-14 Bob Rossi <bob@brasko.net>
10921
10922 * gdb.base/default.exp (tty): Changed output of command.
10923 * gdb.base/help.exp (help tty): Ditto.
10924
10925 2005-07-12 Mark Kettenis <kettenis@gnu.org>
10926
10927 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
10928
10929 2005-07-10 Mark Kettenis <kettenis@gnu.org>
10930
10931 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
10932 -stack-select-frame without arguments.
10933 (test_stack_frame_listing): Add test for newly implemented command
10934 -stack-info-frame.
10935
10936 2005-07-06 Bob Rossi <bob@brasko.net>
10937
10938 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
10939 command.
10940 (Copyright): Update copyright.
10941
10942 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
10943
10944 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
10945 tests to evaluate exponentiation expression.
10946
10947 2005-06-29 Andreas Schwab <schwab@suse.de>
10948
10949 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
10950 main to avoid warnings.
10951
10952 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
10953
10954 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
10955
10956 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
10957 -stack-select-frame without arguments.
10958 (test_stack_frame_listing): Add test for newly implemented command
10959 -stack-info-frame.
10960
10961 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
10962
10963 * gdb.fortran/array-element.f: New file.
10964 * gdb.fortran/array-element.exp: New testcase.
10965
10966 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10967
10968 * gdb.base/bigcore.exp: Correct checks for systems which can
10969 not dump a large core file.
10970
10971 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10972
10973 * gdb.base/relocate.c: Add a copyright notice.
10974 (dummy): Remove.
10975 * gdb.base/relocate.exp: Test printing the values of variables
10976 from a relocatable file.
10977
10978 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10979
10980 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
10981 excess MI output after an error.
10982
10983 2005-05-29 Joel Brobecker <brobecker@adacore.com>
10984
10985 * gdb.arch/alpha-step.c: New file.
10986 * gdb.arch/alpha-step.exp: New testcase.
10987
10988 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
10989 Dennis Brueni <dennis@slickedit.com>
10990
10991 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
10992 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
10993 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
10994 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
10995 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
10996 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
10997 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
10998
10999 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
11000 Wu Zhou <woodzltc@cn.ibm.com>
11001
11002 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
11003 IBM's xlc compiler.
11004 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
11005 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
11006
11007 2005-05-13 Jim Blandy <jimb@redhat.com>
11008
11009 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
11010 calling gdb_suppress_entire_file.
11011 * gdb.base/charset.exp: Same.
11012 * gdb.base/call-rt-st.exp: Same.
11013
11014 2005-05-05 Bob Rossi <bob_rossi@cox.net>
11015
11016 * lib/gdb.exp (fullname_syntax): Added global regex.
11017 (fullname_syntax_POSIX): Ditto.
11018 (fullname_syntax_UNC): Ditto.
11019 (fullname_syntax_DOS_CASE): Ditto.
11020 (fullname_syntax_DOS): Ditto.
11021 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
11022 fullname_syntax variable to scope and use it.
11023 (test_file_list_exec_source_files): Ditto.
11024 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
11025
11026 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11027
11028 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
11029
11030 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
11031
11032 * lib/gdb.exp (skip_altivec_tests): New function, based on
11033 check_vmx_hw_available from the GCC testsuite.
11034 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
11035 * lib/gdb.arch/altivec-regs.exp: Likewise.
11036
11037 2005-05-02 Jim Blandy <jimb@redhat.com>
11038
11039 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
11040 calling gdb_suppress_entire_file.
11041
11042 2005-04-30 Randolph Chung <tausq@debian.org>
11043
11044 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
11045 Slightly relax "sem_post" name checking.
11046
11047 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11048
11049 * gdb.base/unload.exp: Use new shared library infrastructure.
11050
11051 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11052
11053 * gdb.base/so-impl-ld.exp: Use new shared library
11054 infrastructure.
11055
11056 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
11057
11058 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
11059 * gdb.asm/h8300.inc: New file.
11060
11061 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11062
11063 * gdb.base/shlib-call.exp: Change to use new shared library
11064 infrastructure.
11065
11066 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11067
11068 * gdb.base/pending.exp: Change to use new shared library
11069 infrastructure.
11070
11071 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11072
11073 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
11074 use test_compiler_info instead of gcc_compiled, and update copyright.
11075
11076 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
11077
11078 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
11079 shared objects being adjusted and update copyright years.
11080
11081 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
11082
11083 * ChangeLog: Correct some 2003-01-13 dates.
11084 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
11085 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
11086 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
11087 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
11088 gdb.trace/tfind.exp: Update copyright years.
11089
11090 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
11091 Daniel Jacobowitz <dan@codesourcery.com>
11092
11093 * lib/gdb.exp (gdb_compile): Handle shlib=.
11094 (gdb_compile_shlib): New function.
11095
11096 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
11097
11098 * lib/gdb.exp (test_compiler_info): Give argument a default value.
11099
11100 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11101
11102 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11103 gdb.server.
11104 * configure.ac: Likewise.
11105 * configure: Regenerated.
11106 * gdb.gdbserver/Makefile.in: Moved to...
11107 * gdb.server/Makefile.in: ... here.
11108 * gdb.gdbserver/server.c: Moved to...
11109 * gdb.server/server.c: ... here.
11110 * gdb.gdbserver/server-run.exp: Moved to...
11111 * gdb.server/server-run.exp: ... here.
11112
11113 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11114
11115 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11116 * configure.ac: Create gdb.gdbserver/Makefile.
11117 * configure: Regenerated.
11118 * lib/gdbserver-support.exp: New file, derived from
11119 config/gdbserver.exp.
11120 * config/gdbserver.exp: Use gdbserver-support.exp.
11121 * gdb.gdbserver/Makefile.in: New file.
11122 * gdb.gdbserver/server.c: New file.
11123 * gdb.gdbserver/server-run.exp: New file.
11124
11125 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
11126
11127 * lib/gdb.exp (test_compiler_info): Return compiler_info
11128 if no arguments are given.
11129
11130 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
11131
11132 * gdb.arch/altivec-abi.exp: Check for compiler and set
11133 use altivec' flag accordingly.
11134 * gdb.arch/altivec-regs.exp: Likewise.
11135
11136 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
11137
11138 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
11139
11140 2005-03-27 Andreas Schwab <schwab@suse.de>
11141
11142 * gdb.base/bigcore.c (main): Add missing mode argument in open
11143 call.
11144
11145 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
11146
11147 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
11148 downloads.
11149 * config/gdbserver.exp (gdb_load): Likewise.
11150
11151 2005-03-14 Paul Brook <paul@codesourcery.com>
11152
11153 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
11154 targets.
11155
11156 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11157
11158 * gdb.dwarf2/dup-psym.S: New file.
11159 * gdb.dwarf2/dup-psym.exp: New testcase.
11160
11161 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11162
11163 * gdb.ada/exec_changed/first.adb: New file.
11164 * gdb.ada/exec_changed/second.adb: New file.
11165 * gdb.ada/exec_changed.exp: New testcase.
11166
11167 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
11168
11169 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
11170 (A2): New class.
11171 (main): Test operator+.
11172 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
11173 breakpoint test.
11174
11175 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
11176 * gdb.base/signull.exp: Disable if gdb,nosignals.
11177 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
11178 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
11179 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
11180 * gdb.mi/mi2-console.exp: Likewise.
11181 * gdb.trace/collection.exp (run_trace_experiment): Consume the
11182 continue output at start.
11183 (gdb_collect_locals_test): Robustify regexp.
11184 * gdb.trace/passc-dyn.exp: Fix comment typo.
11185 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
11186
11187 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
11188
11189 * gdb.asm/asm-source.exp: Add iq2000 case.
11190 * gdb.asm/iq2000.inc: New file.
11191
11192 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
11193
11194 * gdb.base/command.exp: Change hardcoded value to regular expression.
11195 * gdb.base/float.exp: Add powerpc to the list of targets checked.
11196
11197 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
11198
11199 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
11200 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
11201 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
11202 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
11203 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
11204
11205 2005-03-05 Mark Kettenis <kettenis@gnu.org>
11206
11207 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
11208 changes.
11209
11210 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
11211
11212 * lib/compiler.c: Add test for IBM's xlc compiler.
11213 * lib/compiler.cc: Likewise.
11214
11215 2004-02-24 Joel Brobecker <brobecker@adacore.com>
11216
11217 * gdb.ada/fixed_points.exp: Create compilation object directory
11218 before running the test.
11219 * gdb.ada/null_record.exp: Likewise.
11220 * gdb.ada/packed_array.exp: Likewise.
11221 * gdb.ada/start.exp: Likewise.
11222
11223 2005-02-15 Joel Brobecker <brobecker@adacore.com>
11224
11225 * gdb.ada/packed_array/pa.adb: New file.
11226 * gdb.ada/packed_array.exp: New testcase.
11227
11228 2005-02-10 Mark Kettenis <kettenis@gnu.org>
11229
11230 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11231 files.
11232
11233 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11234 on *-*-openbsd*. Correctly match whitespace in regukar
11235 expressions.
11236
11237 2005-02-10 Daniel Jacobowitz <dan@debian.org>
11238
11239 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11240 PR exp/1821
11241 * gdb.base/gdb1821.c: New test file.
11242 * gdb.base/gdb1821.exp: New test file.
11243
11244 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11245
11246 * gdb.base/start.c: New file.
11247 * gdb.base/start.exp: New testcase.
11248
11249 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11250
11251 * gdb.ada/start/dummy.adb: New file.
11252 * gdb.ada/start.exp: New testcase.
11253
11254 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
11255
11256 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11257 for printing symbols and statistics.
11258 Add test for using relative pathnames in "maint print msymbols" test.
11259 Mark "maint info sections DATA" XFAIL on Cygwin.
11260 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11261 tests.
11262
11263 2005-02-09 Andreas Schwab <schwab@suse.de>
11264
11265 Committed by Andrew Cagney <cagney@gnu.org>
11266 * gdb.base/remotetimeout.exp: New file.
11267
11268 2005-02-07 Mark Kettenis <kettenis@gnu.org>
11269
11270 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11271
11272 2005-02-03 Joel Brobecker <brobecker@adacore.com>
11273
11274 * gdb.ada/gnat_ada.gpr: New file.
11275 * gdb.ada/gnat_ada.gin: Delete, no longer used.
11276 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11277 * configure.ac: No longer generate gnat_ada.gpr.
11278 * configure: Regenerate.
11279 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11280 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11281 * gdb.ada/null_record/bar.ads: Likewise.
11282 * gdb.ada/null_record/bar.adb: Likewise.
11283 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11284 * gdb.ada/null_record.exp (testdir): New variable.
11285 (testfile): executable is now in testdir subdirectory.
11286 (srcfile): Use full path to the main compilation unit.
11287 * gdb.ada/fixed_points.exp: Same changes as above.
11288
11289 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
11290
11291 * gdb.base/interp.exp: New test.
11292
11293 2005-01-24 Andrew Cagney <cagney@gnu.org>
11294
11295 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11296
11297 2005-01-19 Andrew Cagney <cagney@gnu.org>
11298
11299 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11300 configure.ac not configure.in.
11301
11302 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11303 of powerpc*-*-*.
11304 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
11305 * gdb.base/list.exp (test_list_function)
11306 (test_list_filename_and_function): Ditto.
11307 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11308
11309 2005-01-16 Andrew Cagney <cagney@gnu.org>
11310
11311 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11312
11313 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11314
11315 2005-01-14 Andrew Cagney <cagney@gnu.org>
11316
11317 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11318 * gdb.mi/mi2-var-cmd.exp: Ditto.
11319
11320 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
11321
11322 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11323
11324 2005-01-07 Andrew Cagney <cagney@gnu.org>
11325
11326 * configure.ac: Rename configure.in, require autoconf 2.59.
11327 * configure: Re-generate.
11328 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11329 * gdb.stabs/configure: Re-generate.
11330 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11331 * gdb.hp/configure: Re-generate.
11332 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11333 autoconf 2.59.
11334 * gdb.hp/gdb.objdbg/configure: Re-generate.
11335 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11336 autoconf 2.59.
11337 * gdb.hp/gdb.defects/configure: Re-generate.
11338 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11339 autoconf 2.59.
11340 * gdb.hp/gdb.compat/configure: Re-generate.
11341 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11342 autoconf 2.59.
11343 * gdb.hp/gdb.base-hp/configure: Re-generate.
11344 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11345 autoconf 2.59.
11346 * gdb.hp/gdb.aCC/configure: Re-generate.
11347
11348 2004-12-15 Jim Blandy <jimb@redhat.com>
11349
11350 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11351 under NPTL when there is debugging info available for libpthread.
11352
11353 2004-12-13 Jerome Guitton <guitton@gnat.com>
11354
11355 * gdb.ada/fixed_points.c: New file.
11356 * gdb.ada/fixed_points.exp: New file.
11357
11358 2004-12-03 Randolph Chung <tausq@debian.org>
11359
11360 * gdb.arch/pa-nullify.exp: New file.
11361 * gdb.arch/pa-nullify.s: New file.
11362
11363 2004-11-30 Randolph Chung <tausq@debian.org>
11364
11365 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
11366 instead of "tbug". Fix regexp to work properly with gdb_test.
11367
11368 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
11369
11370 * gdb.base/bitfields2.exp: New test.
11371 * gdb.base/bitfields2.c: New file.
11372
11373 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
11374
11375 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
11376
11377 2004-11-16 Randolph Chung <tausq@debian.org>
11378
11379 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
11380
11381 2004-11-14 Daniel Jacobowitz <dan@debian.org>
11382
11383 * gdb.threads/threadapply.exp: Correct "macro details" test.
11384
11385 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
11386
11387 * gdb.threads/threadapply.exp: New test.
11388 * gdb.threads/threadapply.c: New file.
11389
11390 2004-11-07 Mark Kettenis <kettenis@gnu.org>
11391
11392 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
11393 frames.
11394
11395 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
11396
11397 * gdb.base/cursal.exp: New file.
11398 * gdb.base/cursal.c: New file.
11399
11400 2004-11-03 Andrew Cagney <cagney@gnu.org>
11401
11402 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
11403
11404 2004-10-30 Mark Kettenis <kettenis@gnu.org>
11405
11406 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
11407 NetBSD/ELF targets.
11408
11409 2004-10-29 Joel Brobecker <brobecker@gnat.com>
11410
11411 * gdb.threads/bp_in_thread.c: New file, copied from
11412 pthread_cond_wait.c.
11413 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
11414 file, rather than reusing the .c file from another testcase.
11415
11416 2004-10-20 Joel Brobecker <brobecker@gnat.com>
11417
11418 * gdb.ada/null_record.exp: Check where we stopped after
11419 sending the start command, instead of where the associated
11420 temporary breakpoint was inserted.
11421
11422 2004-10-14 Andrew Cagney <cagney@gnu.org>
11423
11424 * gdb.mi/gdb701.c (main): Return 0.
11425
11426 2004-10-13 Daniel Jacobowitz <dan@debian.org>
11427
11428 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11429
11430 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
11431
11432 * gdb.threads/schedlock.c: Add comment markers to use to find
11433 line numbers.
11434 * gdb.threads/schedlock.exp: Adjust regex to handle the new
11435 comments.
11436 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11437 breakpoint lines.
11438
11439 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11440
11441 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11442
11443 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11444
11445 * configure.in: Add gdb.dwarf2.
11446 * configure: Regenerated.
11447 * Makefile.in: Add gdb.dwarf2.
11448 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11449 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11450 gdb.dwarf2/file1.txt: New files.
11451
11452 2004-10-11 Orjan Friberg <orjanf@axis.com>
11453
11454 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
11455 of "run", since the latter doesn't work with remote targets. Adjust
11456 the breakpoint numbering accordingly.
11457 * gdb.threads/pthread_cond_wait.exp: Ditto.
11458
11459 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
11460
11461 * gdb.base/overlays.exp: Update copyright years.
11462
11463 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11464
11465 * gdb.base/overlays.exp: Disable if target is Linux.
11466
11467 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
11468
11469 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11470
11471 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11472
11473 * gdb.asm/asm-source.exp: Add m32r-linux target.
11474 * gdb.asm/m32r-linux.inc: New file.
11475
11476 2004-09-24 Andrew Cagney <cagney@redhat.com>
11477 David Anderson <anderson@redhat.com>
11478
11479 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11480 command fails, assume things will work.
11481 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11482 (_GNU_SOURCE): Define.
11483 (print_unsigned, print_hex): Change parameter to "long long".
11484 (print_byte_count): New function, use to print byte counts.
11485 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11486 O_LARGEFILE.
11487 (main): Compute an upper bound on a corefile in max_core_size.
11488 Limit memory chunk size to max_core_size. Limit total memory
11489 allocated to max_core_size.
11490
11491 2004-09-23 Andrew Cagney <cagney@gnu.org>
11492
11493 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11494 from a separate process with code that creates a corefile by
11495 making the inferior dump core.
11496
11497 2004-09-23 Mark Kettenis <kettenis@gnu.org>
11498
11499 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11500 block.
11501
11502 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11503
11504 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11505 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11506 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11507 Likewise.
11508
11509 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11510
11511 * gdb.java/jprint.exp: New test case for java inferior call.
11512 * gdb.java/jprint.java: Ditto.
11513
11514 2004-09-15 Joel Brobecker <brobecker@gnat.com>
11515
11516 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11517
11518 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11519
11520 * gdb.threads/killed.c: Include <stdlib.h>.
11521 * gdb.threads/pthreads.c: Likewise.
11522
11523 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11524
11525 * gdb.threads/killed.c: Add copyright notice.
11526
11527 2004-09-10 Jason Molenda (jmolenda@apple.com)
11528
11529 * gdb.base/define.exp: Two new tests to verify zero space chars
11530 after 'if' and 'while' commands in a user-defined command is correctly
11531 parsed.
11532
11533 2004-09-08 Andrew Cagney <cagney@gnu.org>
11534
11535 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11536 delivery test with duplicate at end of file.
11537
11538 2004-09-06 Mark Kettenis <kettenis@jive.nl>
11539
11540 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11541
11542 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11543
11544 * config/hppro.exp: Removed.
11545
11546 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11547
11548 * config/sparclet.exp: Removed.
11549
11550 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11551
11552 * config/udi.exp: Removed.
11553
11554 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11555
11556 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11557 of "exp_continue".
11558 (advancei): Likewise.
11559
11560 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11561
11562 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11563
11564 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11565
11566 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11567 to check for nodebug in executable.
11568 * gdb.gdb/observer.exp (setup_test): Likewise.
11569 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11570 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11571
11572 2004-09-01 Andrew Cagney <cagney@gnu.org>
11573
11574 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11575 files.
11576
11577 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11578
11579 * gdb.base/unload.exp: Fix expected warning message to match
11580 latest format.
11581
11582 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
11583
11584 * gdb.base/call-rt-st.exp: Fix typos.
11585
11586 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11587
11588 * gdb.threads/thread_check.exp: New testcase.
11589 * gdb.threads/thread_check.c: New testcase.
11590
11591 2004-08-31 Andrew Cagney <cagney@gnu.org>
11592
11593 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11594 (skip_to_handler_entry): New procedures. Test stepping into a
11595 handler when the breakpoint is at the handler's entry point.
11596
11597 2004-08-30 Andrew Cagney <cagney@gnu.org>
11598
11599 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11600 gdb/1757.
11601
11602 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11603
11604 With code from Manoj Iyer <manjo@austin.ibm.com>:
11605 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11606 return value. Add an arm for "no debugging symbols found".
11607 Change a stray "error" to "perror".
11608 (gdb_run_cmd): Adapt to new return value.
11609 * gdb.base/remote.exp: Adapt to new return value.
11610 * gdb.gdb/complaints.exp: Likewise.
11611 * gdb.gdb/observer.exp: Likewise.
11612 * gdb.gdb/selftest.exp: Likewise.
11613 * gdb.gdb/xfullpath.exp: Likewise.
11614
11615 2004-08-27 Joel Brobecker <brobecker@gnat.com>
11616
11617 * gdb.threads/bp_in_thread.exp: New testcase.
11618
11619 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11620
11621 Fix PR testsuite/1735.
11622 * gdb.threads/schedlock.c (thread_function): Add a cast
11623 to suppress a gcc warning.
11624 * gdb.threads/thread-specific.c (thread_function): Likewise.
11625
11626 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11627
11628 * gdb.base/unload.c: Include <stdlib.h>.
11629
11630 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11631
11632 From Paul Gilliam <pgilliam@us.ibm.com>:
11633 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
11634 synchronized after the "return".
11635
11636 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11637
11638 * gdb.mi/basics.c: Include <stdio.h>.
11639 * gdb.mi/pthreads.c: Include <stdlib.h>.
11640 * gdb.mi/var-cmd.c: Include <stdlib.h>.
11641
11642 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
11643
11644 * gdb.threads/schedlock.c: Add copyright notice.
11645
11646 2004-08-25 Andrew Cagney <cagney@gnu.org>
11647
11648 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
11649 (skip_over_handler, breakpoint_over_hander): New test procedures.
11650 (advance, advancei): Add a proper prefix, do not use
11651 rerun_to_main.
11652 * gdb.base/sigstep.c (main): Change to use an infinite loop.
11653
11654 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
11655
11656 * gdb.mi/basics.c: Add copyright notice.
11657 * gdb.mi/var-cmd.c: Add copyright notice.
11658
11659 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11660
11661 * lib/gdb.exp: Remove signed_keyword_not_used.
11662 * lib/compiler.c: Likewise.
11663 * lib/compiler.cc: Likewise.
11664
11665 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11666
11667 * gdb.base/whatis.c: Remove conditional disabling of "signed".
11668 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
11669
11670 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
11671
11672 * gdb.base/whatis.c: Add copyright notice.
11673
11674 2004-08-20 Mark Kettenis <kettenis@gnu.org>
11675
11676 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
11677 it to skip the breakpoints encoded in the inline assembly.
11678
11679 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11680
11681 * Makefile.in: Add gdb.fortran.
11682
11683 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
11684
11685 * gdb.base/call-sc.exp (test_scalar_returns):
11686 Fix cut-and-paste glitch in "Make fun return now".
11687
11688 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11689
11690 * configure.in: Add gdb.fortran.
11691 * configure: Regenerate.
11692 * gdb.fortran/Makefile.in: New file.
11693 * lib/gdb.exp (skip_fortran_tests): New procedure.
11694
11695 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
11696
11697 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
11698 reference to bug-gnu@prep.ai.mit.edu.
11699 * gdb.mi/mi-var-child.exp: Likewise.
11700 * gdb.mi/mi-var-cmd.exp: Likewise.
11701 * gdb.mi/mi-var-display.exp: Likewise.
11702 * gdb.mi/mi2-var-block.exp: Likewise.
11703 * gdb.mi/mi2-var-child.exp: Likewise.
11704 * gdb.mi/mi2-var-cmd.exp: Likewise.
11705 * gdb.mi/mi2-var-display.exp: Likewise.
11706
11707 2004-08-15 Mark Kettenis <kettenis@gnu.org>
11708
11709 * gdb.base/unload.c (main): Make local variable msg const.
11710
11711 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11712
11713 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
11714 to bug-gnu@prep.ai.mit.edu.
11715 * gdb.mi/mi-disassemble.exp: Likewise.
11716 * gdb.mi/mi-eval.exp: Likewise.
11717 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
11718 default line number.
11719 * gdb.mi/mi-return.exp: Likewise.
11720 * gdb.mi/mi-simplerun.exp: Likewise.
11721 * gdb.mi/mi-stack.exp: Likewise.
11722 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
11723 number with explicit range test.
11724 * gdb.mi/mi-watch.exp: Likewise.
11725 * gdb.mi/mi2-break.exp: Likewise.
11726 * gdb.mi/mi2-cli.exp: Likewise.
11727 * gdb.mi/mi2-disassemble.exp: Likewise.
11728 * gdb.mi/mi2-eval.exp: Likewise.
11729 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
11730 default line number.
11731 * gdb.mi/mi2-return.exp: Likewise.
11732 * gdb.mi/mi2-simplerun.exp: Likewise.
11733 * gdb.mi/mi2-stack.exp: Likewise.
11734 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
11735 number with explicit range test.
11736 * gdb.mi/mi2-watch.exp: Likewise.
11737
11738 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
11739
11740 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
11741 * gdb.cp/m-static.exp: Likewise.
11742 * gdb.cp/rtti.exp: Likewise.
11743
11744 2004-08-14 Mark Kettenis <kettenis@gnu.org>
11745
11746 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
11747
11748 2004-08-14 Eli Zaretskii <eliz@gnu.org>
11749
11750 * ChangeLog: Prefix Local Variables with semi-colons and indent
11751 the reference to older ChangeLog files, to fix fontification in
11752 Emacs.
11753
11754 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11755
11756 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
11757 * gdb.mi/mi2-break.exp: Likewise.
11758
11759 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11760
11761 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
11762
11763 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11764
11765 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
11766
11767 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
11768
11769 * gdb.cp/classes.exp: Remove unused declarations. Just let
11770 test names default instead of providing special names. Remove
11771 extraneous demangler test.
11772
11773 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
11774
11775 * gdb.base/unload.exp: New test for breakpoints in dynamically
11776 loaded libraries.
11777 * gdb.base/unload.c: Ditto.
11778 * gdb.base/unloadshr.c: Ditto.
11779
11780 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
11781
11782 * gdb.cp/classes.exp (test_ptype_class_objects): Call
11783 cp_test_ptype_class.
11784 (test_enums): Likewise.
11785
11786 2004-08-10 Andrew Cagney <cagney@gnu.org>
11787
11788 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11789 files.
11790
11791 2004-08-10 Andrew Cagney <cagney@gnu.org>
11792
11793 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
11794 init_malloc call.
11795
11796 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
11797
11798 * ChangeLog: Add copyright notice. The notice is copied
11799 from emacs 21.3 top level ChangeLog.
11800
11801 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11802
11803 * lib/cp-support.exp: New file.
11804 * lib/cp-support.exp (cp_test_type_class): New function.
11805 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
11806 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
11807 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
11808 cp_test_ptype_class.
11809
11810 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11811
11812 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
11813 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11814 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
11815 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
11816 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
11817 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
11818 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
11819 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
11820 gdb.mi/mi2-watch.exp: Update copyright years.
11821
11822 2004-08-09 Mark Kettenis <kettenis@gnu.org>
11823
11824 * gdb.base/sigaltstack.exp: Provide proper anchoring.
11825
11826 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
11827
11828 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
11829 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
11830 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
11831 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
11832 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
11833 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
11834 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
11835 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
11836 gdb.mi/mi-watch.exp: Update copyright years.
11837
11838 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11839
11840 PR gdb/1738
11841 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
11842 from a breakpoint with a pending signal.
11843
11844 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11845
11846 PR gdb/1736
11847 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
11848 * gdb.base/sigaltstack.exp (finish_test): Consume output until
11849 the prompt.
11850 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
11851
11852 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11853
11854 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
11855
11856 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11857
11858 PR gdb/1736
11859 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
11860 for i?86-*-linux*.
11861
11862 2004-08-08 Daniel Jacobowitz <dan@debian.org>
11863
11864 * gdb.arch/i386-prologue.exp: Compile without debug information.
11865
11866 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
11867
11868 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
11869 rather than asking gdb to search.
11870
11871 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11872
11873 * gdb.base/gcore.c: Include <string.h>.
11874
11875 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11876
11877 * gdb.base/gcore.c: Add copyright notice.
11878
11879 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
11880
11881 * gdb.base/freebpcmd.c: Include <stdio.h>.
11882 * gdb.base/long_long.c: Include <string.h>.
11883 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
11884 * gdb.base/siginfo.c: Include <string.h>.
11885 * gdb.base/sigstep.c: Include <string.h>.
11886
11887 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11888
11889 * gdb.base/complex.c: Include <stdlib.h>.
11890
11891 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11892
11893 * gdb.base/complex.c: Add copyright notice.
11894
11895 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11896
11897 * gdb.base/charset.c: Include <stdlib.h>.
11898
11899 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11900
11901 * gdb.base/auxv.c: Include <stdlib.h>.
11902
11903 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11904
11905 * gdb.base/auxv.c: Add copyright notice.
11906
11907 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
11908
11909 * gdb.base/coremaker.c: Add copyright notice.
11910 * gdb.base/coremaker2.c: Add copyright notice.
11911
11912 2004-08-04 Andrew Cagney <cagney@gnu.org>
11913
11914 * gdb.base/store.exp: Update copyright.
11915 (check_set, up_set, check_struct, up_struct): Add a prefix to test
11916 names, do not import gdb_prompt.
11917
11918 2004-08-01 Andrew Cagney <cagney@gnu.org>
11919
11920 Fix PR testsuite/1729.
11921 * gdb.base/dump.exp: Add test name to callers of capture_value, do
11922 not use capture_value with value 4.
11923 (capture_value): Add optional test name parameter.
11924 (test_reload_saved_value, test_restore_saved_value): Use $msg as
11925 the prefix, pass to capture_value.
11926
11927 2004-08-01 Mark Kettenis <kettenis@gnu.org>
11928
11929 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
11930 * gdb.arch/i386-prologue.c (standard): New prototype and function.
11931 (main): Call new function.
11932
11933 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11934
11935 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
11936
11937 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11938
11939 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
11940
11941 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
11942
11943 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
11944 Accept more values of vtbl pointer. Remove some messages
11945 about "obsolete gcc or gdb".
11946
11947 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11948
11949 * gdb.cp/classes.exp: Accept more varieties of ptype output.
11950
11951 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
11952
11953 * gdb.base/asm-source.exp: Properly convert target board
11954 debug flags from gcc format to binutils format.
11955
11956 2004-07-28 Mark Kettenis <kettenis@gnu.org>
11957
11958 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
11959 gdb1718". PR backtrace/1718 partially fixed.
11960
11961 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
11962
11963 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
11964
11965 2004-07-26 Nick Clifton <nickc@redhat.com>
11966
11967 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
11968 good default value for a specific architecture is available then
11969 set it to that value. Otherwise default to the -gstabs switch.
11970 Remove the -g... switches from the asm-flags variable. Allow the
11971 target board info to override the value if it wants to. Pass the
11972 switch on the assembler command line.
11973
11974 2004-07-23 Mark Kettenis <kettenis@gnu.org>
11975
11976 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
11977 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
11978 (main): Call new function.
11979
11980 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
11981
11982 Test for PR exp/1715.
11983 * gdb.base/radix.exp: Refactor common procedures. Make all
11984 test names unique. Change XFAIL to KFAIL.
11985
11986 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
11987
11988 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
11989 * gdb.ada/gnat_ada.gin: ... to here.
11990 * configure.in: Use gnat_ada.gin.
11991 * configure: Regenerate.
11992
11993 2004-07-20 Andrew Cagney <cagney@gnu.org>
11994
11995 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
11996 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
11997 XFAILs. Clean up test messages and comments. Check backtraces.
11998 Delete re-sync code.
11999
12000 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12001
12002 Fix PR cli/740.
12003 * gdb.base/annota1.exp: Honor gdb,nosignals.
12004 * gdb.base/annota3.exp: Likewise.
12005
12006 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12007
12008 * lib/java.exp: Update copyright notice.
12009
12010 2004-07-19 Andrew Cagney <cagney@gnu.org>
12011
12012 * gdb.base/selftest.exp: Copy file from here ...
12013 * gdb.gdb/selftest.exp: ... to here.
12014
12015 2004-07-16 Andrew Cagney <cagney@redhat.com>
12016
12017 * lib/insight-support.exp: Delete file.
12018 * lib/java.exp (java_init): Fix copyright.
12019
12020 2004-07-16 Andrew Cagney <cagney@gnu.org>
12021
12022 * gdb.base/restore.c: Append "prologue" to comments marking the a
12023 function's prologue.
12024 * gdb.base/restore.exp: Update copyright, re-indent.
12025 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
12026 callerN" prefix where needed. Update patterns that match a
12027 function's prologue.
12028
12029 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
12030
12031 * gdb.base/restore.c: Add copyright notice.
12032
12033 2004-07-16 Andrew Cagney <cagney@gnu.org>
12034
12035 * gdb.base/logical.exp: Update copyright.
12036 (evaluate): New procedure. Use to re-implement tests using
12037 several tables.
12038
12039 2004-07-14 Martin Hunt <hunt@redhat.com>
12040
12041 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
12042 which fixes some problems where init.tcl was not found.
12043
12044 2004-07-13 Andrew Cagney <cagney@gnu.org>
12045
12046 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
12047 (check_sizeof, check_valueof): Do not include the output in the
12048 test name. Use gdb_test.
12049 (get_valueof): Use gdb_test_multiple.
12050
12051 * gdb.base/step-test.exp: Update copyright. Use
12052 gdb_test_multiple. Ensure that test names do not include
12053 architecture dependent output.
12054
12055 * gdb.gdb/observer.exp: Update copyright.
12056 (setup_test): Use gdb_test_multiple.
12057 (attach_first_observer, attach_second_observer)
12058 (attach_third_observer, detach_first_observer)
12059 (detach_second_observer, detach_third_observer)
12060 (reset_counters, check_counters): Make $message a prefix.
12061 (test_normal_stop_notifications): Add "args" parameter - a list of
12062 init functions to be called. Make $message a prefix,
12063 (test_observer_normal_stop): Change the message prefixes so that
12064 they are unique, pass the attach / detach procedures to
12065 test_normal_stop_notifications.
12066
12067 * gdb.base/signull.exp (test_segv): Prefix all tests with
12068 "${name}". Clean up test messages.
12069
12070 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
12071
12072 * gdb.base/ena-dis-br.exp: Update copyright.
12073 (break_at): New function. Replace send_gdb with gdb_test,
12074 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
12075 ignore count, not stopped at bpt", with KFAIL.
12076
12077 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
12078
12079 * gdb.base/attach.exp: Remove cleanupfile handling.
12080
12081 2004-07-12 Andrew Cagney <cagney@gnu.org>
12082
12083 * gdb.base/annota1.exp: Cleanup corefile test name.
12084 * gdb.base/annota3.exp: Ditto.
12085
12086 2004-07-12 Andrew Cagney <cagney@gnu.org>
12087
12088 * gdb.base/signals.exp: Clean up copyright, re-indent.
12089
12090 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
12091 gdb_test and gdb_test_multiple.
12092
12093 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
12094
12095 * gdb.java/jmain.exp: Fix expected line number for main to
12096 break at. Set XFAIL for break at main test since gcj does not
12097 provide line number info for first statement in main.
12098
12099 2004-07-08 Andrew Cagney <cagney@gnu.org>
12100
12101 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
12102
12103 * gdb.base/sigbpt.exp: Make the common part of each test name a
12104 prefix instead of suffix.
12105
12106 2004-07-07 Bob Rossi <bob_rossi@cox.net>
12107
12108 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12109 test from test_tbreak_creation_and_listing to
12110 test_file_list_exec_source_file
12111 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12112 Changed name of test from test_tbreak_creation_and_listing to
12113 test_file_list_exec_source_file
12114
12115 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12116
12117 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12118 the jmisc() constructor instead of <init>.
12119 * gdb.java/jmisc1.exp: Ditto.
12120
12121 2004-07-07 Andrew Cagney <cagney@gnu.org>
12122
12123 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
12124 corrupting the PC.
12125
12126 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
12127
12128 * gdb.cp/templates.exp: Accept whitespace change in demangler
12129 output.
12130
12131 2004-07-06 Andrew Cagney <cagney@gnu.org>
12132
12133 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
12134
12135 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
12136
12137 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
12138 * lib/compiler.cc: Likewise.
12139
12140 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
12141
12142 * lib/compiler.cc: Work around string preprocessing problem
12143 with old hp c++ compiler.
12144 * lib/compiler.c: Likewise.
12145
12146 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12147
12148 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
12149 directives to conditionalize symbol prefixing.
12150 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
12151 additional_flags handling. Add underscore prefix for Cygwin.
12152 * gdb.arch/i386-unwind.c: Use preprocessor directives to
12153 conditionalize symbol prefixing.
12154 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
12155 additional_flags handling. Add underscore prefix for Cygwin.
12156
12157 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12158
12159 * gdb.base/bigcore.exp: Skip test on Cygwin.
12160
12161 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
12162
12163 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
12164 formats for "info register". Use gdb_test_multiple. Fix
12165 the "invalid register" test.
12166
12167 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
12168
12169 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
12170 PID for Cygwin. Add Cygwin specific strings to check for in some
12171 tests.
12172 (do_attach_tests): Add a test for user interaction when attaching
12173 to a process with no matching symbol table already loaded.
12174
12175 2004-06-26 Andrew Cagney <cagney@gnu.org>
12176
12177 Test PR java/1567 and PR java/1565.
12178 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
12179 * gdb.java/jmisc2.exp: Delete file.
12180
12181 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
12182
12183 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
12184
12185 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
12186
12187 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
12188 attach process.
12189
12190 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
12191
12192 * gdb.cp/pr-1553.exp: Remove.
12193
12194 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
12195
12196 * gdb.cp/pr-1553.cc: Remove.
12197 * gdb.cp/pr-1553.exp: Disable this test.
12198
12199 2004-06-20 Jim Blandy <jimb@redhat.com>
12200
12201 Fix PR testsuite/1680.
12202 * gdb.arch/i386-sse.exp: Properly quote curly braces in
12203 regular expressions.
12204
12205 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
12206
12207 Fix PR testsuite/1679.
12208 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
12209 Issue an UNSUPPORTED result instead.
12210
12211 2004-06-18 Jim Blandy <jimb@redhat.com>
12212
12213 * gdb.base/charset.exp: Only send a control-C if we see a new
12214 prompt and incomplete command.
12215
12216 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
12217
12218 * gdb.cp/pr-574.cc: Add copyright notice.
12219
12220 2004-06-17 Jim Blandy <jimb@redhat.com>
12221
12222 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12223 cases where the regexp has no groups; this grabs random text from
12224 the previous test suite, whatever that was.
12225
12226 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
12227
12228 * gdb.cp/printmethod.cc: Add copyright notice.
12229
12230 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
12231
12232 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12233
12234 2004-06-16 Andrew Cagney <cagney@gnu.org>
12235
12236 * gdb.base/signull.c: Update copyright. Include <string.h>.
12237 (bowler): Replace data_pointer with data_read
12238 and data_write cases. Add code_descriptor case.
12239 (zero, desc): New array and pointer.
12240 (data, code): Change to simple pointers.
12241 * gdb.base/signull.exp: Fix probe pattern matching a function
12242 descriptor SIGSEGV. Replace data_pointer with data_read and
12243 data_write tests.
12244
12245 2004-06-16 Andrew Cagney <cagney@gnu.org>
12246
12247 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12248
12249 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12250
12251 * gdb.base/long_long.c: Add copyright notice.
12252
12253 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12254
12255 * gdb.base/long_long.exp: Remove reference to
12256 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
12257 to gdb_breakpoint and gdb_continue_to_breakpoint.
12258
12259 2004-06-14 Jim Blandy <jimb@redhat.com>
12260
12261 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12262 endian case.
12263
12264 2004-06-14 Andrew Cagney <cagney@gnu.org>
12265
12266 * gdb.base/gcore.exp (capture_command_output): Delete the always
12267 passing tests containing inferior values.
12268 * gdb.base/ending-run.exp: Do not include the breakpoint address
12269 in the test message. Update copyright.
12270 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12271 size in the test name, use gdb_test_multiple. Update copyright.
12272
12273 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12274
12275 * gdb.cp/ref-types.cc: Add copyright notice.
12276
12277 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12278
12279 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12280 hp_aCC_compiler.
12281 * lib/compiler.cc: Likewise.
12282 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12283 'set' commands. Log diagnostics for other lines. Set
12284 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12285
12286 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
12287
12288 * gdb.cp/try_catch.cc: Add copyright notice.
12289
12290 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
12291
12292 * gdb.cp/userdef.cc: Add copyright notice.
12293
12294 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
12295
12296 * gdb.cp/virtfunc.cc: Add copyright notice.
12297
12298 2004-06-11 Randolph Chung <tausq@debian.org>
12299
12300 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12301 problem.
12302
12303 2004-06-10 Andrew Cagney <cagney@gnu.org>
12304
12305 * lib/compiler.cc, lib/compiler.c: Append either
12306 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12307 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12308 instead of gcc-3-3.
12309
12310 2004-06-09 Andrew Cagney <cagney@gnu.org>
12311
12312 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12313 gdb/1455, bug is specific to "long long" and "double".
12314
12315 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12316 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12317 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
12318 fixed.
12319
12320 2004-06-09 Andrew Cagney <cagney@gnu.org>
12321
12322 * gdb.base/structs.exp (test_struct_returns): Replace
12323 "return_value_unknown" and "finish_value_unknown" by
12324 "return_value_known" and "finish_value_known". Instead of
12325 "return_value_unknown" iff "finish_value_unknown", check
12326 "return_value_known" implies "finish_value_known".
12327
12328 2004-06-08 Martin Hunt <hunt@redhat.com>
12329
12330 * gdb.base/float.exp: Add pattern for mips targets.
12331
12332 2004-06-08 Randolph Chung <tausq@debian.org>
12333
12334 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12335 message for unknown architectures more clear.
12336
12337 2004-06-08 Joel Brobecker <brobecker@gnat.com>
12338
12339 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12340 start the execution of the program.
12341
12342 2004-06-07 Jim Blandy <jimb@redhat.com>
12343
12344 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12345 * gdb.arch/i386-cpuid.h: New helper file.
12346
12347 2004-06-07 Randolph Chung <tausq@debian.org>
12348
12349 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12350 has started.
12351
12352 2004-06-04 Roland McGrath <roland@redhat.com>
12353
12354 Fix PR gdb/1647.
12355 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12356 differently to be robust to output buffering differences.
12357
12358 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
12359
12360 * gdb.threads/pthreads.exp: Update copyright years.
12361 (check_control_c): Change asynchronous 'after' to synchronous.
12362
12363 2004-06-04 Roland McGrath <roland@redhat.com>
12364
12365 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
12366 next gdb prompt.
12367
12368 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
12369
12370 Fix PR gdb/1636.
12371 * gdb.threads/manythreads.exp: Change asynchronous 'after'
12372 calls to synchronous.
12373
12374 2004-05-26 Jim Blandy <jimb@redhat.com>
12375
12376 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
12377
12378 2004-05-24 Randolph Chung <tausq@debian.org>
12379
12380 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
12381 * gdb.asm/pa.inc: New file.
12382
12383 2004-05-22 Mark Kettenis <kettenis@gnu.org>
12384
12385 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
12386
12387 2004-05-21 Joel Brobecker <brobecker@gnat.com>
12388 Daniel Jacobowitz <drow@mvista.com>
12389
12390 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
12391 GDB prompt.
12392
12393 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12394
12395 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
12396 setjmp/longjmp. Use sigaction instead of signal.
12397
12398 2004-05-19 J. Brobecker <brobecker@gnat.com>
12399 Michael Snyder <msnyder@redhat.com>
12400
12401 * gdb.threads/pthread_cond_wait.c: New file.
12402 * gdb.threads/pthread_cond_wait.exp: New testcase.
12403
12404 2004-05-13 Andrew Cagney <cagney@redhat.com>
12405
12406 * gdb.base/signull.exp, gdb.base/signull.c: New files.
12407 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
12408
12409 2004-05-11 Andrew Cagney <cagney@redhat.com>
12410
12411 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
12412 fixed but revealed gdb/1639.
12413
12414 2004-05-10 Andrew Cagney <cagney@redhat.com>
12415
12416 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
12417 func1" and "next to 2nd alarm", kernel bug avoided.
12418
12419 2004-05-10 Daniel Jacobowitz <dan@debian.org>
12420
12421 PR external/1568
12422 * gdb.base/bigcore.exp: Check the size of the dumped core file.
12423 XFAIL if it is smaller than bytes_allocated.
12424 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
12425 (main): Make chunks_allocated unsigned. Correct comment.
12426
12427 2004-05-07 Joel Brobecker <brobecker@gnat.com>
12428
12429 * gdb.arch/powerpc-aix-prologue.c: New file.
12430 * gdb.arch/powerpc-aix-prologue.exp: New file.
12431
12432 2004-05-07 Jim Blandy <jimb@redhat.com>
12433
12434 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12435 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12436
12437 2004-05-06 Joel Brobecker <brobecker@gnat.com>
12438
12439 * gdb.base/sep.exp: No longer setup_kfail when the program was
12440 built with dwarf2.
12441
12442 2004-05-05 Jim Ingham <jingham@apple.com>
12443
12444 * gdb.base/pending.exp: Make sure pending breakpoints
12445 preserve the ignore count.
12446
12447 2004-04-27 Jerome Guitton <guitton@gnat.com>
12448
12449 * i386-prologue.exp: Add testcase for jump instruction as first
12450 instruction of the real code.
12451 * i386-prologue.c (jump_at_beginning): New function.
12452
12453 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12454
12455 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12456 x86_64-*-*.
12457
12458 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12459
12460 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12461 i*86-*-*.
12462
12463 2004-04-25 Mark Kettenis <kettenis@gnu.org>
12464
12465 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12466 expression that checks the return type.
12467
12468 2004-04-23 Andrew Cagney <cagney@redhat.com>
12469
12470 * gdb.base/call-sc.exp: New test of scalar call/return values.
12471 * gdb.base/call-sc.c: Ditto.
12472
12473 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12474
12475 * gdb.threads/manythreads.c: Reduce thread stack size.
12476
12477 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12478
12479 * gdb.threads/manythreads.c: Add copyright notice.
12480
12481 2004-04-23 Andrew Cagney <cagney@redhat.com>
12482
12483 * gdb.base/siginfo.exp: Better handle step out of signal.
12484 * gdb.base/sigstep.exp: Ditto.
12485
12486 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
12487 Daniel Jacobowitz <drow@mvista.com>
12488
12489 * gdb.threads/manythreads.c: New testcase.
12490 * gdb.threads/manythreads.exp: Ditto.
12491
12492 2004-04-22 Jim Blandy <jimb@redhat.com>
12493
12494 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12495 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12496
12497 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12498
12499 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12500
12501 2004-04-21 Andrew Cagney <cagney@redhat.com>
12502
12503 * gdb.base/sigstep.c: New file.
12504 * gdb.base/sigstep.exp: New file.
12505
12506 2004-04-16 Joel Brobecker <brobecker@gnat.com>
12507
12508 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12509 call to observer_notify_normal_stop.
12510
12511 2004-04-15 Andrew Cagney <cagney@redhat.com>
12512
12513 * gdb.base/siginfo.c: New file.
12514 * gdb.base/siginfo.exp: New file.
12515
12516 2004-04-12 J. Brobecker <brobecker@gnat.com>
12517
12518 * gdb.base/sep.exp: Fix typo in comment.
12519
12520 2004-04-12 J. Brobecker <brobecker@gnat.com>
12521
12522 * gdb.base/sep.c: New file.
12523 * gdb.base/sep-proc.c: New file.
12524 * gdb.base/sep.exp: New testcase.
12525
12526 2004-04-09 Mark Kettenis <kettenis@gnu.org>
12527
12528 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12529 support.
12530
12531 2004-04-05 Andrew Cagney <cagney@redhat.com>
12532
12533 * gdb.base/sigaltstack.c: New file.
12534 * gdb.base/sigaltstack.exp: New file.
12535
12536 2004-04-04 Joel Brobecker <brobecker@gnat.com>
12537
12538 * gdb.base/foll-fork.exp: Update the expected output for
12539 "help set follow-fork-mode", to match a change that was made
12540 to the help of this variable on 2004-01-13.
12541
12542 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12543
12544 * lib/ada.exp: Add copyright notice.
12545 * bar.ads: Likewise.
12546 * bar.adb: Likewise.
12547 * null_record.adb: Likewise.
12548 * null_record.exp: Likewise.
12549 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12550
12551 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12552
12553 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12554 * configure: Regenerate.
12555
12556 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12557
12558 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12559 to build the application. Remove the message printed when in
12560 verbose mode, redundant with the UNSUPPORTED message above.
12561
12562 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12563
12564 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12565 * gdb.ada (null_record.exp): New testcase.
12566
12567 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12568
12569 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12570
12571 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12572
12573 * gdb.ada: New subdirectory.
12574 * gdb.ada/Makefile.in: New file.
12575 * gdb.ada/gnat_ada.gpr.in: New file.
12576
12577 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12578
12579 * lib/ada.exp: New file.
12580
12581 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
12582
12583 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12584 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12585
12586 2004-03-22 Andrew Cagney <cagney@redhat.com>
12587
12588 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12589 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12590 Problem identified by Ulrich Weigand.
12591
12592 2004-03-17 David Carlton <carlton@kealia.com>
12593
12594 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12595 PR c++/826.
12596
12597 2004-03-16 Roland McGrath <roland@redhat.com>
12598
12599 * gdb.base/auxv.exp: New file.
12600 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12601
12602 2004-03-12 David Carlton <carlton@kealia.com>
12603
12604 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12605 * gdb.cp/pr-1553.cc: Ditto.
12606 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12607 pass branch.
12608
12609 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12610
12611 * gdb.cp/templates.exp: Accept more template types.
12612
12613 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12614
12615 From Corinna Vinschen with modifications.
12616 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12617 local variable obj_with_enum.
12618 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12619 results with obj_with_enum.
12620
12621 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12622
12623 * gdb.cp/classes.cc: New file, copied from misc.cc.
12624 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
12625
12626 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12627
12628 * gdb.cp/misc.cc: Add copyright notice.
12629
12630 2004-03-05 David Carlton <carlton@kealia.com>
12631
12632 * gdb.cp/rtti.exp: Add 'print *obj3' test.
12633 * gdb.cp/rtti.h: Update copyright.
12634 (namespace n2::n3): New.
12635 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
12636 (n2::n3::func3): New.
12637 (main): Call n2::n3::func3.
12638 * gdb.cp/rtti2.cc: Update copyright.
12639 (n2::create3): New.
12640
12641 2004-03-04 Mark Kettenis <kettenis@gnu.org>
12642
12643 * gdb.asm/openbsd.inc: Fix typo.
12644
12645 2004-03-03 Fred Fish <fnf@redhat.com>
12646
12647 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
12648 "val" instead of unused "size". Update copyright year.
12649
12650 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12651
12652 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
12653 to use unsigned char.
12654 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
12655 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
12656
12657 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
12658
12659 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
12660 line of output.
12661
12662 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12663
12664 * gdb.base/relocate.c (dummy): Initialize.
12665
12666 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
12667
12668 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
12669 a breakpoint at exit.
12670
12671 2004-02-27 Fred Fish <fnf@redhat.com>
12672
12673 * gdb.base/chng-syms.exp: Add expect condition to match failing
12674 case that isn't a timeout.
12675
12676 2004-02-27 Andrew Cagney <cagney@redhat.com>
12677
12678 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
12679 support.
12680
12681 2004-02-26 Fred Fish <fnf@redhat.com>
12682
12683 * gdb.arch/gdb1431.c: Remove.
12684 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
12685 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
12686 of "until" incorrectly.
12687
12688 2004-02-26 J. Brobecker <brobecker@gnat.com>
12689
12690 * gdb.cp/class2.cc (empty): New class.
12691 (refer): New function.
12692 (main): Declare an object of type empty and use it.
12693 * gdb.cp/class2.exp: Print the value of an object of type empty.
12694
12695 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
12696
12697 * gdb.base/langs.exp: Update query string to match the
12698 new nquery format used for pending breakpoints.
12699
12700 2004-02-26 Andrew Cagney <cagney@redhat.com>
12701
12702 Fix PR i18n/1570.
12703 * gdb.base/charset.c: Update copyright notice.
12704 (main, init_string): Remove the escape character '\e' tests.
12705 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
12706 * gdb.base/charset.exp (valid_host_charset): Ditto.
12707 * gdb.base/setvar.exp: Ditto.
12708
12709 2004-02-24 Andrew Cagney <cagney@redhat.com>
12710
12711 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
12712 mmapped data in core file" PASS and FAIL messages consistent.
12713
12714 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
12715 setting a breakpoint. Work around PR java/1565.
12716
12717 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
12718
12719 * lib/gdb.exp (gdb_breakpoint): Update query string to match
12720 new nquery format.
12721 * gdb.base/pending.exp: Ditto.
12722
12723 2004-02-22 Mark Kettenis <kettenis@gnu.org>
12724
12725 * configure.in: Run stabs tests on *BSD.
12726 * configure: Regenerated.
12727
12728 2004-02-21 Mark Kettenis <kettenis@gnu.org>
12729
12730 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
12731
12732 2004-02-20 Fred Fish <fnf@redhat.com>
12733
12734 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
12735 blank in test for "returns short", for consistency with other
12736 "returns xxx" tests. Update copyright year.
12737
12738 2004-02-19 Fred Fish <fnf@redhat.com>
12739
12740 New testcase for PR breakpoint/1558.
12741 * gdb.arch/gdb1558.exp: New file.
12742 * gdb.arch/gdb1558.c: New file.
12743
12744 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
12745
12746 * gdb.base/nodebug.exp: Fix typo.
12747
12748 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12749
12750 Committed by Jim Blandy <jimb@redhat.com>.
12751
12752 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
12753
12754 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
12755
12756 * gdb.base/float.exp: Support s390*-*-* targets.
12757
12758 2004-02-17 Adam Fedor <fedor@gnu.org>
12759
12760 * gdb.base/gdb1555.exp: New file.
12761 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
12762
12763 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12764
12765 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
12766
12767 2004-02-16 Fred Fish <fnf@redhat.com>
12768
12769 * gdb.arch/gdb1291.c: Remove
12770 * gdb.arch/gdb1291.s: New test input file.
12771 * gdb.arch/gdb1291.exp: Expand test to check case that should not
12772 fail. Test for correct result, known incorrect result, other
12773 failures and timeouts.
12774
12775 2004-02-16 Andrew Cagney <cagney@redhat.com>
12776
12777 * gdb.base/bigcore.exp: New file.
12778 * gdb.base/bigcore.c: New file.
12779
12780 2004-02-13 Andrew Cagney <cagney@redhat.com>
12781
12782 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
12783 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
12784 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
12785 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
12786 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
12787 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
12788 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
12789 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
12790 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
12791 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
12792
12793 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
12794
12795 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
12796 executed is an alloc instruction.
12797
12798 2004-02-11 David Carlton <carlton@kealia.com>
12799
12800 * gdb.cp/breakpoint.exp: New.
12801 * gdb.cp/breakpoint.cc: New.
12802
12803 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
12804
12805 Partial fix for PR gdb/1543.
12806 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
12807 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
12808 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
12809 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
12810 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
12811 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
12812 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
12813 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
12814 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
12815 to bug-gdb@prep.ai.mit.edu .
12816 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
12817 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
12818 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
12819 Likewise.
12820
12821 2004-02-10 Andrew Cagney <cagney@redhat.com>
12822
12823 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
12824 using gdb_internal_error_resync.
12825
12826 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12827
12828 * gdb.threads/thread-specific.exp: Stop early if no threads are
12829 found.
12830
12831 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
12832
12833 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
12834
12835 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
12836
12837 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
12838 breakpoints.
12839
12840 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
12841
12842 * config/sim.exp (gdb_load): Handle $arg == "".
12843 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
12844 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
12845
12846 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12847
12848 * gdb.base/maint.exp: Update test to reflect
12849 obstack changes.
12850
12851 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
12852
12853 * gdb.base/pendshr.c (pendfunc): New function that calls
12854 pendfunc1.
12855 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
12856
12857 2004-02-04 Fred Fish <fnf@redhat.com>
12858
12859 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
12860 function symbols and update copyright years.
12861 * gdb.arch/gdb1291.c: Ditto.
12862
12863 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12864
12865 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
12866
12867 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12868
12869 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
12870
12871 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
12872
12873 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
12874
12875 2004-02-02 Fred Fish <fnf@redhat.com>
12876
12877 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
12878 remote targets. Update copyright years.
12879
12880 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12881
12882 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
12883 support.
12884 * gdb.base/langs.exp: Fix test which attempts to create
12885 breakpoint on non-existent function to handle new pending
12886 support.
12887 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
12888 a breakpoint.
12889 * gdb.base/pending.exp: New test.
12890 * gdb.base/pending.c: New file.
12891 * gdb.base/pendshr.c: Ditto.
12892
12893 2004-02-02 David Carlton <carlton@kealia.com>
12894
12895 * gdb.cp/overload.exp: Add overloadNamespace tests.
12896 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
12897 (overloadNamespace, XXX): New.
12898 (main): Call XXX::marker2.
12899
12900 2004-02-01 Fred Fish <fnf@redhat.com>
12901
12902 * gdb.base/dump.exp: Use runto_main instead of "runto main".
12903 * gdb.base/finish.exp: Ditto.
12904 * gdb.base/gcore.exp: Ditto.
12905 * gdb.base/huge.exp: Ditto.
12906 * gdb.base/info-proc.exp: Ditto.
12907 * gdb.base/return2.exp: Ditto.
12908 * gdb.threads/gcore-thread.exp: Ditto.
12909
12910 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12911
12912 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
12913
12914 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12915
12916 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
12917 that opening the file succeeds on OpenBSD.
12918
12919 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12920
12921 * gdb.threads/thread-specific.c: New file.
12922 * gdb.threads/threads-specific.exp: New test script.
12923 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
12924 to expect_out.
12925
12926 2004-02-01 Mark Kettenis <kettenis@gnu.org>
12927
12928 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
12929 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
12930 only on the "print_small_structs from print_long_arg_list" test.
12931
12932 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12933
12934 * gdb.base/completion.exp: Kill a stray backslash.
12935
12936 From Jim Ingham <jingham@apple.com>:
12937 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
12938 agrees with the result from sending a tab.
12939
12940 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12941
12942 * gdb.base/chng-syms.exp: Remove stray newline.
12943
12944 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12945
12946 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
12947 *-*-openbsd*.
12948 * gdb.asm/openbsd.inc: New file.
12949
12950 2004-01-30 Mark Kettenis <kettenis@gnu.org>
12951
12952 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
12953 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
12954 *-*solaris2*. Remove commented out default settings for
12955 asm-flags. Replace gdb_compile with target_link.
12956
12957 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
12958
12959 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
12960 for all tests. Remove old hp-ux and cygnus xfail cases.
12961
12962 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
12963
12964 * gdb.base/chng-syms.exp: New file.
12965 * gdb.base/chng-syms.c: New file.
12966
12967 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12968
12969 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
12970 Provide arms for current output in all my configurations.
12971
12972 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
12973
12974 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
12975 * lib/compiler.cc: Likewise.
12976 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
12977 get the right preprocessor. Eval the output directly. Remove
12978 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
12979 hp_f77_compiler and hp_f90_compiler completely.
12980 (gdb_preprocess): Delete.
12981 (get_compiler): Delete.
12982
12983 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12984
12985 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
12986 <string.h>.
12987
12988 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12989
12990 * gdb.mi/mi-stack.exp: Update copyright.
12991
12992 2004-01-23 David Carlton <carlton@kealia.com>
12993
12994 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
12995 test for cp_lookup_transparent_type.
12996 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
12997 call them.
12998
12999 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
13000
13001 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
13002 after -var-update.
13003
13004 2004-01-23 David Carlton <carlton@kealia.com>
13005
13006 * gdb.cp/namespace.cc (C::ensureRefs): New.
13007 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
13008
13009 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13010
13011 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
13012 case "-stack-list-locals 2".
13013 * gdb.mi/mi-var-child.exp: Test for case
13014 "-var-list-children --all-values NAME".
13015
13016 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
13017
13018 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
13019
13020 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13021
13022 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
13023 used with gdb_test_multiple.
13024
13025 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
13026 read at address 0. This fixes PR testsuite/1504.
13027
13028 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
13029
13030 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
13031 Remove downloading, guessing the host executable, the calls to
13032 gdb_file_cmd and gdb_target_cmd, and "load" support.
13033 (infer_host_exec): New function broken out from gdb_load.
13034 (gdb_load): New wrapper for gdbserver_gdb_load.
13035 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
13036 gdb_target_cmd. Use -target-select.
13037 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
13038 Download binaries to the host. Clear last_mi_remote_file when
13039 we load a new binary.
13040 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
13041 call gdbserver_gdb_load and mi_gdb_target_cmd.
13042
13043 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13044
13045 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
13046 type patterns.
13047
13048 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13049
13050 * gdb.cp/templates.exp: Fix typo in test name of
13051 "print Foo<volatile char*>::foo".
13052
13053 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13054
13055 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
13056
13057 2004-01-16 Ben Elliston <bje@wasabisystems.com>
13058
13059 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
13060 (clean mostlyclean): Remove empty rm.
13061
13062 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13063
13064 * gdb.base/setvar.exp: Add copyright years.
13065
13066 2004-01-14 David Carlton <carlton@bactrian.org>
13067
13068 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
13069 PR c++/1511 and update coment.
13070 * gdb.cp/templates.exp: Update patterns to match current output.
13071 If changes involve something other than whitespace, KFAIL
13072 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
13073
13074 2004-01-14 David Carlton <carlton@kealia.com>
13075
13076 * gdb.cp/namespace.exp: Add tests involving classes defined within
13077 namespaces.
13078 * gdb.cp/namespace.cc (C::CClass): New.
13079 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
13080
13081 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13082
13083 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
13084 what debug info we have. Print a better message if something goes
13085 wrong while producing the separate debug info file.
13086
13087 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13088
13089 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
13090
13091 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13092
13093 * gdb.base/callfuncs.c: Add copyright notice.
13094
13095 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
13096
13097 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
13098 inheritance. PR gdb/1498, PR gcc/13539.
13099
13100 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
13101
13102 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13103 test specific name.
13104 * gdb.mi/gdb669.exp: Ditto.
13105 * gdb.mi/mi-pthreads.exp: Ditto.
13106 * gdb.mi/mi1-pthreads.exp: Ditto.
13107 * gdb.mi/mi2-pthreads.exp: Ditto.
13108
13109 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13110
13111 * gdb.cp/member-ptr.cc: Add copyright notice.
13112
13113 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13114
13115 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13116 some patterns for recent versions of gcc and hpacc. Delete
13117 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13118 Delete tests that access a NULL pointer-to-member-data. This
13119 script is still disabled for gcc.
13120
13121 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13122
13123 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
13124 escaped correctly.
13125
13126 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13127
13128 * gdb.base/sepdebug.exp: New file.
13129 * gdb.base/sepdebug.c: New file.
13130 * lib/gdb.exp (separate_debug_filename): New procedure.
13131 (gdb_gnu_strip_debug): New procedure.
13132
13133 2004-01-12 Andrew Cagney <cagney@redhat.com>
13134
13135 * gdb.mi/ChangeLog: Delete file. Renamed to ...
13136 * gdb.mi/ChangeLog-1999-2003: New file.
13137
13138 2004-01-12 Andrew Cagney <cagney@redhat.com>
13139
13140 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
13141 "Renaming a directory to a non-empty directory returns ENOTEMPTY
13142 or EEXIST", treat EBUSY as an XFAIL.
13143
13144 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
13145
13146 * gdb.base/scope.exp: Remove obsolete setup_xfail for
13147 hp_cc_compiler.
13148
13149 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13150
13151 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
13152 decorations.
13153
13154 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13155
13156 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
13157 and "(aCC)" decorations. Remove obsolete doco about old
13158 test results.
13159
13160 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13161
13162 * gdb.cp/exception.exp: Fix typo in doco.
13163
13164 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13165
13166 * gdb.base/gdb1476.exp: Fix typo.
13167
13168 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13169
13170 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
13171 file.
13172
13173 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13174
13175 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
13176 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
13177 Use gdb_compile. Remove restriction on gcc. Add some patterns
13178 for recent version of gdb. Delete second half, which was a copy
13179 of the first half with different build flags. This test is
13180 still disabled because it is still not ready for production.
13181
13182 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13183
13184 * gdb.cp/exception.cc: Add copyright notice.
13185 * gdb.cp/exception.exp: Add a notice that this file is broken
13186 because of line number changes caused by addition of copyright
13187 notice.
13188
13189 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13190
13191 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
13192 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
13193
13194 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13195
13196 * gdb.cp/classes.exp: Accept gnu abi 2.
13197 * gdb.cp/derivation.exp: Likewise.
13198 * gdb.cp/overload.exp: Likewise.
13199 * gdb.cp/virtfunc.exp: Likewise.
13200
13201 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13202
13203 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
13204 semicolon after end of function.
13205
13206 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13207
13208 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
13209 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
13210 boilerplate code for compiling and running the program under
13211 test. Add some string method tests.
13212
13213 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13214
13215 * gdb.cp/bs15503.cc: Add copyright notice.
13216 * gdb.cp/bs15503.exp: Adjust line number.
13217
13218 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13219
13220 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13221 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13222
13223 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13224
13225 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13226 hp_cc_compiler.
13227
13228 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13229
13230 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13231 * gdb.cp/ctti.exp: Use the marker instead of "next".
13232 With gcc, run further before bailing.
13233
13234 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13235
13236 * gdb.cp/cttiadd.cc: Add copyright notice.
13237 * gdb.cp/cttiadd1.cc: Likewise.
13238 * gdb.cp/cttiadd2.cc: Likewise.
13239 * gdb.cp/cttiadd3.cc: Likewise.
13240
13241 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13242
13243 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
13244 Use gdb_test, gdb_test_multiple. Use floating-point values that
13245 have exact representations in IEEE-ish formats.
13246
13247 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13248
13249 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13250 compilers. Delete duplicate call to get_compiler_info.
13251 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13252 * gdb.base/volatile.exp: Likewise.
13253
13254 2004-01-07 Mark Kettenis <kettenis@gnu.org>
13255
13256 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13257 memory at address 0.
13258
13259 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13260
13261 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13262 to test for hp-ux assembler. Fix copyright years.
13263
13264 2004-01-07 Andrew Cagney <cagney@redhat.com>
13265
13266 * gdb.base/fileio.c (strerrno): Add "EBUSY".
13267
13268 2004-01-07 Andrew Cagney <cagney@redhat.com>
13269
13270 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13271 when creating the read-only file. From analysis by Roland McGrath
13272 and Elena Zannoni.
13273
13274 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13275
13276 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13277
13278 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13279
13280 * gdb.base/cvexpr.c: Be type-safe with function pointers and
13281 data pointers.
13282
13283 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13284
13285 * gdb.cp/m-static.exp: Compile one source file at a time.
13286 Delete unused call to get_compiler_info.
13287
13288 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13289
13290 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13291 * gdb.base/call-rt-st.exp: Likewise.
13292 * gdb.base/nodebug.exp: Likewise.
13293 * gdb.base/volatile.exp: Likewise.
13294 * gdb.cp/ref-types.exp: Likewise.
13295 * gdb.cp/templates.exp: Likewise.
13296
13297 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13298
13299 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13300
13301 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
13302
13303 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13304 hppa*-hp-hpux*.
13305
13306 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13307
13308 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13309 x86_64-*-*.
13310
13311 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13312 sparc64-*-* and sparc*-solaris2*.
13313
13314 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13315
13316 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13317 return ${tests}" test. The ${tests} already mentions the
13318 filename.
13319
13320 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13321
13322 * gdb.cp/local.exp: Accept gcc abi 2.
13323
13324 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13325
13326 * gdb.cp/templates.exp: Accept gcc abi 2.
13327
13328 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13329
13330 * lib/compiler.cc: Remove supports_template_debugging.
13331 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13332
13333 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13334
13335 * gdb.cp/namespace.exp: Accept gcc abi 2.
13336
13337 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13338
13339 * gdb.cp/method.exp: Accept gcc abi 2.
13340
13341 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13342
13343 * gdb.cp/classes.exp: Generate identical results as old version.
13344 * gdb.cp/derivation.exp: Likewise.
13345 * gdb.cp/overload.exp: Likewise.
13346 * gdb.cp/virtfunc.exp: Likewise.
13347
13348 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13349
13350 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13351 mysterious bug with sourceware version of expect.
13352
13353 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13354
13355 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
13356 current versions of gcc, including gcc abi 2. Remove gratuitous
13357 restart of test program. Use gdb_test_multiple and gdb_test for
13358 all tests. Add patterns to xfail missing "const" in "const char *"
13359 and kfail PR gdb/1155.
13360
13361 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13362
13363 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
13364 current versions of gcc, including gcc abi 2. Remove gratuitous
13365 restart of test program. Use gdb_test_multiple and gdb_test for
13366 all tests. Add patterns to kfail PR gdb/1498.
13367
13368 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13369
13370 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
13371 current versions of gcc, including gcc abi 2. Use "breakpoint"
13372 and "continue" instead of restarting the target program. Use
13373 gdb_test_multiple and gdb_test for all tests.
13374
13375 2004-01-01 Mark Kettenis <kettenis@gnu.org>
13376
13377 * gdb.asm/asm-source.exp: Update copyright year. Link statically
13378 for *-*-solaris2*.
13379
13380 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13381
13382 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
13383 current versions of gcc, including gcc abi 2. Use "breakpoint"
13384 and "continue" instead of restarting the target program several
13385 times. Use gdb_test_multiple and gdb_test for all tests.
13386
13387 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
13388
13389 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
13390 source files.
13391
13392 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13393
13394 * gdb.base/environ.exp: Handle compiling test case from multiple
13395 source files.
13396
13397 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13398
13399 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
13400
13401 2003-12-17 Jim Blandy <jimb@redhat.com>
13402
13403 * gdb.base/freebpcmd.c: Add copyright notice.
13404
13405 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
13406
13407 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13408
13409 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
13410
13411 2003-12-13 Jim Blandy <jimb@redhat.com>
13412
13413 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
13414
13415 2003-12-12 Kevin Buettner <kevinb@redhat.com>
13416
13417 * gdb.asm/frv.inc: New file.
13418 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
13419
13420 2003-12-09 Fred Fish <fnf@redhat.com>
13421
13422 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13423 functions to break1.c and leave prototypes behind. Add more
13424 "set breakpoint NN here" comments.
13425 * gdb.base/break1.c: New file.
13426
13427 * gdb.base/break.exp: Handle compiling test case from multiple
13428 source files and change source file references as needed.
13429 * gdb.base/completion.exp: Ditto.
13430 * gdb.base/condbreak.exp: Ditto.
13431 * gdb.base/define.exp: Ditto.
13432 * gdb.base/ena-dis-br.exp: Ditto.
13433 * gdb.base/info-proc.exp: Ditto.
13434 * gdb.base/maint.exp: Ditto.
13435 * gdb.base/until.exp: Ditto.
13436
13437 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13438 hardcoded line numbers.
13439 * gdb.base/define.exp: Ditto.
13440 * gdb.base/ena-dis-br.exp: Ditto.
13441 * gdb.base/maint.exp: Ditto.
13442 * gdb.base/until.exp: Ditto.
13443
13444 * gdb.base/completion.exp: Use "break1" for completion tests since
13445 "break" is no longer a unique prefix.
13446
13447 2003-12-06 Andrew Cagney <cagney@redhat.com>
13448
13449 * gdb.base/structs.exp (test_struct_returns): When applicable, set
13450 "return_value_unimplemented". When an unimplemented struct return
13451 architecture, report incorrect values as a KFAIL
13452
13453 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13454
13455 * gdb.cp/rtti.exp: Accept new wording of warning from
13456 cp_lookup_rtti_type.
13457
13458 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13459
13460 Partial fix for PR testsuite/1456.
13461 * gdb.base/scope.exp (test_at_main): Replace references to
13462 gcc_compiled with calls to test_compiler_info.
13463 (test_at_foo): Likewise.
13464 (test_at_bar): Likewise.
13465
13466 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13467
13468 Partial fix for PR testsuite/1456.
13469 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13470 to test_compiler_info.
13471
13472 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13473
13474 * gdb.base/so-impl-ld.exp: Update copyright notice.
13475
13476 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13477
13478 Partial fix for PR testsuite/1456.
13479 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13480 to test_compiler_info.
13481
13482 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13483
13484 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13485 from current versions of gdb. Clean up regular expressions.
13486 Delete redundant timeout case.
13487
13488 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13489
13490 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13491 from current versions of gdb. Clean up regular expressions.
13492 Delete redundant timeout case.
13493
13494 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13495
13496 Partial fix for PR testsuite/1456.
13497 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13498 gcc_compiled with call to test_compiler_info.
13499
13500 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13501
13502 Partial fix for PR testsuite/1456.
13503 * gdb.base/list.exp (test_list_function): Delete unused declaration
13504 of gcc_compiled.
13505
13506 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13507
13508 Partial fix for PR testsuite/1456.
13509 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13510 call to test_compiler_info.
13511
13512 2003-11-29 Mark Kettenis <kettenis@gnu.org>
13513
13514 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13515 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13516 it to create the appropriate note.inc.
13517 * gdb.asm/asmsrc1.s: Include "note.inc".
13518 * gdb.asm/netbsd.inc: New file.
13519 * gdb.asm/empty.inc: New file.
13520
13521 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13522
13523 Partial fix for PR testsuite/1456.
13524 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13525 calls to test_compiler_info.
13526
13527 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13528
13529 Partial fix for PR testsuite/1456.
13530 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13531 calls to test_compiler_info.
13532
13533 2003-11-27 Mark Kettenis <kettenis@gnu.org>
13534
13535 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13536 pattern for the KFAILs.
13537
13538 2003-11-25 Adam Fedor <fedor@gnu.org>
13539
13540 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13541 * gdb.objc/objcdecode.m: New file.
13542
13543 2003-11-25 Adam Fedor <fedor@gnu.org>
13544
13545 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13546 * gdb.objc/nondebug.m: New file.
13547
13548 2003-11-26 Ben Elliston <bje@wasabisystems.com>
13549
13550 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13551 NetBSD as it does on FreeBSD. Modelled on a similar change by
13552 Mark Kettenis on 2003-05-30.
13553 (link-flags): Set to "--entry _start" regardless of target.
13554 Special linker flags are to be appended to $link-flags.
13555 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13556
13557 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13558
13559 * gdb.cp/method.exp: Accept output of new demangler.
13560
13561 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13562
13563 * gdb/class2.exp: New file.
13564 * gdb/class2.cc: New file.
13565
13566 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13567
13568 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13569 of new demangler.
13570
13571 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13572
13573 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13574 of gdb_test "run".
13575
13576 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13577
13578 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13579 "continue" into "run".
13580
13581 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13582
13583 Partial fix for PR testsuite/1456.
13584 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13585 call to test_compiler_info.
13586 * gdb.cp/ctti.exp: Likewise.
13587 * gdb.cp/derivation.exp: Likewise.
13588 * gdb.cp/member-ptr.exp: Likewise.
13589 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13590 reference to gcc_compiled.
13591
13592 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13593
13594 Fix PR testsuite/1463.
13595 * gdb.base/structs.exp (start_structs_test): Call
13596 get_debug_format before using the debug format.
13597
13598 2003-11-22 Andrew Cagney <cagney@redhat.com>
13599
13600 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13601 * gdb.base/structs.exp: Use gdb_test_multiple.
13602
13603 2003-11-20 Andrew Cagney <cagney@redhat.com>
13604
13605 * gdb.base/structs.exp: Handle and recover from internal errors.
13606 Replace "foo${n}" with "foo<n>" in test messages.
13607
13608 * gdb.base/structs.exp: Update copyright. Rewrite.
13609 * gdb.base/structs.c: Update copyright. Rewrite.
13610
13611 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13612 resync count exceeded.
13613
13614 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13615 from the internal error.
13616 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13617 Original from Jim Blandy.
13618 (gdb_test_multiple): Use gdb_internal_error_resync.
13619
13620 2003-11-19 Andrew Cagney <cagney@redhat.com>
13621
13622 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
13623 KFAIL.
13624
13625 2003-11-17 Mark Kettenis <kettenis@gnu.org>
13626
13627 New testcase for PR backtrace/1435.
13628 * gdb.arch/i386-unwind.exp: New file.
13629 * gdb.arch/i386-unwind.c: New file.
13630
13631 2003-11-17 Andrew Cagney <cagney@redhat.com>
13632
13633 * lib/gdb.exp (compiler_info): New global.
13634 (test_compiler_info): New function.
13635 (get_compiler_info): Set compiler_info.
13636 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
13637 "compiler_info" to gcc-<major>-<minor>.
13638
13639 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
13640
13641 * gdb.trace/configure: Remove.
13642
13643 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
13644
13645 * gdb.base/break.c: Add comments to aid finding line numbers for
13646 breakpoints.
13647 * gdb.base/break.exp: Remove all references to explicit line
13648 numbers.
13649
13650 2003-11-11 Nick Clifton <nickc@redhat.com>
13651
13652 * gdb.base/shreloc.exp: Do not run for targets which do not
13653 support shared objects.
13654
13655 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
13656
13657 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
13658 Don't run tests if nofileio flag is given.
13659
13660 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
13661
13662 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
13663 as well as 'Watchpoint'.
13664
13665 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13666
13667 Reported by Jim Ingham <jingham@apple.com>:
13668 * gdb.base/annota1.exp: Match at least one occurrence of the
13669 signal handler annotation.
13670
13671 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
13672
13673 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
13674 as well as 'Watchpoint'.
13675
13676 2003-11-05 Michael Chastain <mec@shout.net>
13677
13678 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
13679
13680 2003-11-03 Kris Warkentin <kewarken@qnx.com>
13681
13682 * gdb.arch/gdb1291.c: New test file.
13683 * gdb.arch/gdb1291.exp: New test script.
13684 * gdb.arch/gdb1431.c: New test file.
13685 * gdb.arch/gdb1431.exp: New test script.
13686
13687 2003-10-22 Michael Chastain <mec@shout.net>
13688
13689 * gdb.mi/pthreads.c: Add copyright notice.
13690
13691 2003-10-22 Michael Chastain <mec@shout.net>
13692
13693 * gdb.threads/pthreads.c: Add copyright notice.
13694
13695 2003-10-20 Michael Chastain <mec@shout.net>
13696
13697 * gdb.base/gdb1056.exp: New test script.
13698
13699 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13700
13701 * gdb.threads/killed.exp: Use gdb_run_cmd.
13702
13703 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
13704
13705 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
13706 create a core file.
13707 * gdb.threads/gcore-thread.exp: Likewise.
13708
13709 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
13710
13711 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
13712 type, based on char type.
13713 (struct bit_flags_short_t): New bitfield type, based on short type.
13714 (init_bit_flags_char): New fuction.
13715 (init_bit_flags_short): Ditto.
13716 (print_bit_flags_char): Ditto.
13717 (print_bit_flags_short): Ditto.
13718 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
13719
13720 2003-10-11 Michael Chastain <mec@shout.net>
13721
13722 * gdb.base/call-rt-st.exp: Update copyright year.
13723
13724 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
13725
13726 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
13727 * gdb.disasm/sh3.s: Ditto.
13728
13729 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
13730
13731 * gdb.threads/switch-threads.exp: New test.
13732 * gdb.threads/switch-threads.c: New source file.
13733
13734 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
13735
13736 * gdb.base/ending-run.exp: Add sh specific case.
13737
13738 2003-10-06 Andrew Cagney <cagney@redhat.com>
13739
13740 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
13741 * gdb.disasm/mn10200.exp: Delete obsolete file.
13742
13743 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
13744
13745 * ChangeLog: Correct an entry command.exp -> commands.exp.
13746 * gdb.base/commands.exp (bp_deleted_in_command_test)
13747 (temporary_breakpoint_commands): Check noargs.
13748
13749 2003-09-25 David Carlton <carlton@kealia.com>
13750
13751 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
13752 of some print tests, where appropriate. Add tests for C::D::cd,
13753 E::ce, F::cXfX, G::XgX.
13754 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
13755
13756 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
13757
13758 * lib/java.exp (java_init): Import target_alias before using it.
13759
13760 2003-09-25 David Carlton <carlton@kealia.com>
13761
13762 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
13763
13764 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
13765
13766 * gdb.base/selftest.exp: Accomodate more instruction reordering
13767 weirdness.
13768
13769 2003-09-17 Michael Chastain <mec@shout.net>
13770
13771 * gdb.cp/gdb1355.exp: New file.
13772 * gdb.cp/gdb1355.c: New file.
13773
13774 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
13775
13776 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
13777 * gdb.asm/sh.inc: New file.
13778
13779 2003-09-11 David Carlton <carlton@kealia.com>
13780
13781 * gdb.cp/namespace.exp: Add tests for namespace types.
13782 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
13783 (test_namespace): New.
13784
13785 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
13786
13787 * gdb.base/relocate.exp: Handle new gdb output at startup.
13788 * gdb.stabs/weird.exp: Ditto.
13789
13790 2003-09-08 Michael Chastain <mec@shout.net>
13791
13792 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
13793
13794 2003-09-07 Michael Chastain <mec@shout.net>
13795
13796 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
13797 'parse error'.
13798
13799 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
13800
13801 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
13802
13803 2003-08-30 Michael Chastain <mec@shout.net>
13804
13805 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
13806 * gdb.gdb/observer.exp: Ditto.
13807 * gdb.gdb/xfullpath.exp: Ditto.
13808
13809 2003-08-29 Mark Kettenis <kettenis@gnu.org>
13810
13811 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
13812 *-*-*bsd*.
13813
13814 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
13815
13816 * gdb.base/dump.exp: Skip for ia64.
13817
13818 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
13819
13820 * gdb.asm/asm-source.exp: Add ia64 support.
13821 * gdb.asm/ia64.inc: New file.
13822
13823 2003-08-22 Michael Chastain <mec@shout.net>
13824
13825 * gdb.cp: New directory.
13826 * gdb.cp/*: Copy from gdb.c++/*.
13827 * gdb.c++/*: Remove.
13828 * Makefile.in: Change gdb.c++ to gdb.cp.
13829 * configure.in: Ditto.
13830 * configure: Regnerate.
13831
13832 2003-08-18 Mark Kettenis <kettenis@gnu.org>
13833
13834 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
13835 * gdb.arch/i386-prologue.c (gdb1338): Add function.
13836
13837 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13838
13839 * mi-var-display.exp (-var-list-children weird): Accept function
13840 pointers with argument types.
13841 * mi1-var-display.exp (-var-list-children weird): Likewise.
13842 * mi2-var-display.exp (-var-list-children weird): Likewise.
13843
13844 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
13845
13846 * gdb.base/annota3.exp: Add missing newline.
13847
13848 2003-08-06 Michael Chastain <mec@shout.net>
13849
13850 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
13851
13852 2003-08-12 Michael Snyder <msnyder@redhat.com>
13853
13854 * gdb.base/float.exp: Add test for SH.
13855
13856 2003-08-10 Mark Kettenis <kettenis@gnu.org>
13857
13858 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
13859
13860 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13861
13862 * gdb.base/completion.exp: Remove reduntant completion test
13863 on filename.
13864
13865 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13866
13867 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
13868 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
13869 gdb.trace/save-trace.exp: Make sure that full pathnames are
13870 escaped correctly.
13871
13872 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
13873
13874 * configure.in: Don't generate config.h from config.hin.
13875 * configure: Regenerate.
13876 * config.hin: Remove file.
13877 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
13878 * gdb.threads/pthreads.c: Ditto.
13879
13880 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
13881
13882 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13883 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
13884 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
13885 Replace ld24 with seth/add3.
13886
13887 2003-08-02 Andrew Cagney <cagney@redhat.com>
13888
13889 * gdb.base/annota3.exp: New file.
13890 * gdb.base/annota3.c: New file.
13891 * gdb.c++/annota3.exp: New file.
13892 * gdb.c++/annota3.cc: New file.
13893
13894 2003-07-29 Michael Chastain <mec@shout.net>
13895
13896 * gdb.threads/tls.c (spin): Check errno only if sem_wait
13897 actually failed.
13898 (do_pass): Likewise.
13899 * gdb.threads/tls.exp: Always initialize no_of_threads.
13900
13901 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
13902
13903 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
13904 pattern.
13905 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
13906 * gdb.threads/tls.exp: Recognize one case of the host library not
13907 supporting TLS.
13908
13909 2003-07-27 Andrew Cagney <cagney@redhat.com>
13910
13911 * gdb.base/fileio.exp: Use SH when running commands using
13912 remote_exec.
13913
13914 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
13915
13916 From Kei Sakamoto <sakamoto.kei@renesas.com>:
13917 * gdb.base/relocate.c (dummy): New padding array.
13918
13919 2003-07-22 Michael Snyder <msnyder@redhat.com>
13920
13921 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
13922
13923 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
13924 patterns to be more general, accepting old and new output.
13925 Some output chars (such as '+') also must be quoted.
13926 Some addresses are displayed numerically instead of
13927 symbolically.
13928
13929 2003-07-23 Michael Snyder <msnyder@redhat.com>
13930
13931 * gdb.base/return2.exp: Don't test long-long return.
13932
13933 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
13934 * gdb.disasm/t01_mov.exp: Ditto.
13935 * gdb.disasm/t02_mova.s: Ditto.
13936 * gdb.disasm/t02_mova.exp: Ditto.
13937 * gdb.disasm/t03_add.s: Ditto.
13938 * gdb.disasm/t03_add.exp: Ditto.
13939 * gdb.disasm/t04_sub.s: Ditto.
13940 * gdb.disasm/t04_sub.exp: Ditto.
13941 * gdb.disasm/t05_cmp.s: Ditto.
13942 * gdb.disasm/t05_cmp.exp: Ditto.
13943 * gdb.disasm/t06_ari2.s: Ditto.
13944 * gdb.disasm/t06_ari2.exp: Ditto.
13945 * gdb.disasm/t07_ari3.s: Ditto.
13946 * gdb.disasm/t07_ari3.exp: Ditto.
13947 * gdb.disasm/t08_or.s: Ditto.
13948 * gdb.disasm/t08_or.exp: Ditto.
13949 * gdb.disasm/t09_xor.s: Ditto.
13950 * gdb.disasm/t09_xor.exp: Ditto.
13951 * gdb.disasm/t10_and.s: Ditto.
13952 * gdb.disasm/t10_and.exp: Ditto.
13953 * gdb.disasm/t11_logs.s: Ditto.
13954 * gdb.disasm/t11_logs.exp: Ditto.
13955 * gdb.disasm/t12_bit.s: Ditto.
13956 * gdb.disasm/t12_bit.exp: Ditto.
13957 * gdb.disasm/t13_otr.s: Ditto.
13958 * gdb.disasm/t13_otr.exp: Ditto.
13959
13960 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13961
13962 * gdb.threads/tls.exp :Add kfail for 'info address' case.
13963
13964 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
13965
13966 * gdb.threads/tls.c : New file.
13967 * gdb.threads/tls.exp : New file.
13968 * gdb.threads/tls-main.c : New file.
13969 * gdb.threads/tls-shared.c : New file.
13970 * gdb.threads/tls-shared.exp : New file.
13971
13972 2003-07-22 Andreas Schwab <schwab@suse.de>
13973
13974 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
13975
13976 2003-07-20 Andreas Schwab <schwab@suse.de>
13977
13978 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
13979 due to insn reordering.
13980
13981 2003-07-15 Andrew Cagney <cagney@redhat.com>
13982
13983 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
13984
13985 2003-07-15 Michael Chastain <mec@shout.net>
13986
13987 * gdb.base/gdb1250.exp: New file.
13988 * gdb.base/gdb1250.c: New file.
13989
13990 2003-07-09 Michal Ludvig <mludvig@suse.cz>
13991
13992 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
13993 expansion of size_t to 'unsigned long', not only to 'unsigned'.
13994
13995 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
13996
13997 * gdb.threads/tls.c: New file.
13998 * gdb.threads/tls.exp: New file.
13999 * gdb.threads/tls-main.c: New file.
14000 * gdb.threads/tls-shared.c: New file.
14001 * gdb.threads/tls-shared.exp: New file.
14002
14003 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
14004
14005 * gdb.base/annota1.exp: Make sure that we properly escape the
14006 full path of the source file. Xfail more permissive patterns,
14007 due to a compiler debug info problem.
14008
14009 2003-07-07 Andreas Schwab <schwab@suse.de>
14010
14011 * gdb.asm/m68k.inc: New file.
14012 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
14013
14014 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
14015 arguments"): Also match negative number.
14016
14017 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
14018
14019 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
14020
14021 * gdb.base/store.c (charest): New typedef.
14022 (add_char): Rename to add_charest, update.
14023 (wack_char): Rename to wack_charest, update types. Return l + r
14024 to keep r live across the call.
14025 (wack_short, wack_int, wack_long, wack_longest, wack_float)
14026 (wack_double, wack_doublest): Return l + r to keep r live across
14027 the call.
14028 * gdb.base/store.exp: Accomodate store.c changes.
14029
14030 2003-06-30 David Carlton <carlton@kealia.com>
14031
14032 * gdb.c++/maint.exp (test_invalid_name): New.
14033 (test_first_component): Add tests for invalid names.
14034
14035 2003-06-29 Michael Chastain <mec@shout.net>
14036
14037 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
14038 output of '<VTT for class>' for virtual base classes.
14039
14040 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14041
14042 * gdb.base/completion.exp: Tab-complete "complet" instead of
14043 "compl".
14044 * gdb.base/complex.exp, gdb.base/complex.c: New files.
14045
14046 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14047
14048 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
14049 * gdb.base/volatile.exp: Likewise.
14050
14051 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14052
14053 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
14054 gdb/1265.
14055
14056 2003-06-28 Michael Chastain <mec@shout.net>
14057 Daniel Jacobowitz <drow@mvista.com>
14058
14059 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
14060 initial line count of 'captured_main' from 26 to 32.
14061 (test_with_self): Allow xmalloc call to be interleaved with the
14062 preceding two lines.
14063
14064 2003-06-24 Joel Brobecker <brobecker@gnat.com>
14065
14066 * gdb.base/bang.exp: New testcase.
14067
14068 2003-06-23 Joel Brobecker <brobecker@gnat.com>
14069
14070 * gdb.base/langs.exp: Add some tests for the "minimal" language
14071 support.
14072
14073 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
14074
14075 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
14076 the testcase.
14077
14078 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14079
14080 * gdb.base/relocate.exp: Test add-symbol-file with a variable
14081 offset.
14082
14083 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14084
14085 * gdb.c++/pr-1210.cc: New file.
14086 * gdb.c++/pr-1210.exp: New file.
14087
14088 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
14089
14090 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
14091 000-exec-continue.
14092
14093 2003-06-15 Mark Kettenis <kettenis@gnu.org>
14094
14095 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
14096 on *-*-*bsd* instead of *-*-freebsd*.
14097
14098 2003-06-14 Andrew Cagney <cagney@redhat.com>
14099
14100 * gdb.base/store.exp: Test longest and doublest. Test all
14101 parameters. Weaken return statement match.
14102 * gdb.base/store.c: Add longest and doublest - aka long long and
14103 long double functions. Put all parameters into local register
14104 variables. Use negative values.
14105
14106 2003-06-14 Andrew Cagney <cagney@redhat.com>
14107
14108 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14109 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14110 exit status.
14111 * gdb.base/fileio.exp: Disable target when nointerrupts and
14112 noinferiorio, instead of limiting it to remote. Use remote_exec
14113 instead of system.
14114
14115 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14116
14117 * gdb.base/float.exp: Add ia64 support.
14118
14119 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
14120
14121 * gdb.base/fileio.exp: Run only on remote targets.
14122
14123 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
14124
14125 * gdb.base/fileio.c: New file, testing File-I/O.
14126 * gdb.base/fileio.exp: Ditto.
14127
14128 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
14129
14130 * gdb.base/shreloc.exp: New file, check symbol values obtained from
14131 shared objects after relocation at load time (gdb PR/1132).
14132 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
14133 as above, part of the shared object relocation test.
14134
14135 2003-06-08 Mark Kettenis <kettenis@gnu.org>
14136
14137 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
14138 fully filled history list.
14139 * gdb.base/gdb_history: New file.
14140
14141 * gdb.base/signals.exp: XFAIL "continue to func1" on
14142 i*86-*-freebsd*.
14143
14144 * gdb.base/attach.exp: When trying to attach to a nonexistent
14145 process, make it possible to specify the PID based on the target,
14146 and do so for *-*-freebsd*.
14147
14148 2003-06-02 Richard Henderson <rth@redhat.com>
14149
14150 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
14151
14152 2003-06-02 Richard Henderson <rth@redhat.com>
14153
14154 * gdb.base/selftest.exp: Next over lim_at_start initialization.
14155
14156 2003-06-02 Richard Henderson <rth@redhat.com>
14157
14158 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
14159
14160 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
14161
14162 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
14163 of globalvar.
14164
14165 2003-06-01 Mark Kettenis <kettenis@gnu.org>
14166
14167 * gdb.asm/asm-source.exp: Check for memory read errors in
14168 disassembler test on *BSD too.
14169
14170 2003-06-01 Richard Henderson <rth@redhat.com>
14171
14172 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14173 for .frame.
14174 (gdbasm_call): Lose ldgp.
14175 (gdbasm_startup): Add frame information.
14176 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
14177
14178 2003-05-31 Mark Kettenis <kettenis@gnu.org>
14179
14180 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
14181 i?86-*-*.
14182
14183 2003-05-30 Mark Kettenis <kettenis@gnu.org>
14184
14185 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14186 FreeBSD.
14187
14188 2003-05-29 Richard Henderson <rth@redhat.com>
14189
14190 * gdb.asm/alpha.inc: New file.
14191 * gdb.asm/asm-source.exp: Use it.
14192
14193 2003-05-29 Jim Blandy <jimb@redhat.com>
14194
14195 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14196 'core.PID'.
14197
14198 2003-05-22 Jim Blandy <jimb@redhat.com>
14199
14200 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
14201 backtrace.
14202
14203 2003-05-20 David Carlton <carlton@math.stanford.edu>
14204
14205 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
14206 this time.
14207
14208 2003-05-19 David Carlton <carlton@bactrian.org>
14209
14210 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
14211 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
14212
14213 2003-05-19 David Carlton <carlton@bactrian.org>
14214
14215 * gdb.c++/namespace.exp: Add namespace scope and anonymous
14216 namespace tests.
14217 Bump copyright date.
14218 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14219 (main): Call C::D::marker2.
14220 * gdb.c++/namespace1.cc: New file.
14221
14222 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
14223
14224 Roland McGrath <roland@redhat.com>
14225 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
14226 there is no manager thread.
14227
14228 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
14229
14230 * gdb.threads/schedlock.exp: Remove assumption that all threads
14231 will run in a particular small time slice. Also ensure we break
14232 in one of the child threads rather than the main thread.
14233
14234 2003-05-07 Jim Blandy <jimb@redhat.com>
14235
14236 Add support for assembly source testing on the s390x.
14237 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14238 architecture.
14239 * gdb.asm/s390x.inc: New file.
14240
14241 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14242 succession of 'if' statements.
14243
14244 2003-05-05 Andrew Cagney <cagney@redhat.com>
14245
14246 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14247
14248 2003-05-05 Andrew Cagney <cagney@redhat.com>
14249
14250 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14251 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14252
14253 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
14254
14255 * gdb.base/charset.exp: Update based on new behavior of set/show
14256 charset commands.
14257
14258 2003-05-01 Andrew Cagney <cagney@redhat.com>
14259
14260 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14261 variable do not give memory errors.
14262
14263 2003-04-30 Adam Fedor <fedor@gnu.org>
14264
14265 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14266 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14267 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14268 gdb.objc/basicclass.m: : New files
14269
14270 * lib/gdb.exp (gdb_compile_objc): New procedure.
14271
14272 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
14273
14274 * gdb.base/signals.exp: Make backtrace tests more specific.
14275
14276 2003-04-23 David Carlton <carlton@bactrian.org>
14277
14278 * gdb.c++/maint.exp (test_first_component): Add tests for
14279 'operator' in more locations.
14280
14281 2003-04-16 Kevin Buettner <kevinb@redhat.com>
14282
14283 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14284
14285 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
14286
14287 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
14288 func marke' instead. Update test name.
14289
14290 2003-04-15 David Carlton <carlton@math.stanford.edu>
14291
14292 * gdb.c++/maint.exp: New file.
14293
14294 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14295
14296 * gdb.threads/schedlock.c: Change type of thread function argument
14297 to long, to avoid warnings on 64-bit platforms.
14298
14299 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14300
14301 * gdb.base/attach.exp: Add new message from ptrace in case of
14302 attaching to nonexistent process.
14303
14304 2003-04-11 Jim Blandy <jimb@redhat.com>
14305
14306 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14307 gdb.c++/userdef.cc: Place comments on the lines to which the
14308 marker function might return.
14309 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14310 gdb.c++/userdef.exp: Look for those comments to check that we've
14311 returned to the right place, instead of checking line numbers.
14312
14313 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
14314
14315 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14316 match on sourcefile name, instead of directory name.
14317
14318 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
14319
14320 * gdb.base/completion.exp: Use string_to_regexp to match the
14321 working directory name.
14322
14323 2003-04-09 Jim Blandy <jimb@redhat.com>
14324
14325 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14326 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14327 after an inferior function call, report the failure, but allow the
14328 test to continue.
14329
14330 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14331
14332 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14333 with -DPROTOTYPES.
14334
14335 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14336
14337 * gdb.base/break.exp: Revert last patch.
14338
14339 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
14340
14341 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14342 with -DPROTOTYPES.
14343
14344 2003-04-02 Andrew Cagney <cagney@redhat.com>
14345
14346 * gdb.base/callfuncs.exp: Make "print add" messages unique.
14347 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14348 matching directories by the name breakpoint.
14349 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14350 Make "continue to marker1" consistent.
14351 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14352 message consistent.
14353 * lib/gdb.exp: Put "the program is no longer running", and "the
14354 program exited" in parenthesis.
14355 * lib/mi-support.exp: Ditto.
14356
14357 2003-04-02 Bob Rossi <bob_rossi@cox.net>
14358
14359 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14360
14361 2003-03-29 Andrew Cagney <cagney@redhat.com>
14362
14363 * gdb.base/sizeof.c (main): Print the value of '\377'.
14364 * gdb.base/sizeof.exp: Check the sign of '\377'.
14365
14366 2003-03-27 Michael Chastain <mec@shout.net>
14367
14368 * gdb.base/gdb1090.exp: New file.
14369 * gdb.base/gdb1090.cc: New file.
14370
14371 2003-03-27 J. Brobecker <brobecker@gnat.com>
14372
14373 * gdb.gdb/observer.exp: New regression test.
14374
14375 2003-03-27 Michael Chastain <mec@shout.net>
14376
14377 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
14378 * gdb.base/ptype.exp: Likewise.
14379
14380 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
14381
14382 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
14383
14384 2003-03-26 Michael Chastain <mec@shout.net>
14385
14386 * gdb.base/ptype.exp: Actually use some typedef'd types.
14387
14388 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
14389
14390 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
14391 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
14392
14393 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14394
14395 * gdb.base/default.exp: Fix regular expression.
14396
14397 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14398
14399 * gdb.base/args.exp: Fix regular expression.
14400
14401 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14402
14403 * gdb.base/help.exp: Allow Win32 child process.
14404
14405 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14406
14407 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
14408 when stepping out of main().
14409
14410 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14411
14412 * gdb.base/default.exp: Check for win32 specific message when calling
14413 "run" without executable.
14414
14415 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14416
14417 * gdb.base/args.exp: Expect .exe in output.
14418
14419 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14420
14421 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
14422 Cygwin native.
14423
14424 2003-03-17 Andrew Cagney <cagney@redhat.com>
14425
14426 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
14427 vector registes.
14428 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14429 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14430
14431 2003-03-17 David Carlton <carlton@math.stanford.edu>
14432
14433 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14434 test, for PR breakpoints/38.
14435 Call test_watchpoint_and_breakpoint.
14436 * gdb.base/watchpoint.c (func3): New function.
14437 (main): Call func3.
14438
14439 2003-03-04 David Carlton <carlton@math.stanford.edu>
14440
14441 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14442 Garply<Garply<char> >:: garply".
14443 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14444 with respect to PR c++/1111; note also PR c++/1113.
14445 (test_template_breakpoints): KFAIL "constructor breakpoint" with
14446 respect to PR c++/1062.
14447 KFAIL "destructor breakpoint" with respect to PR c++/1112.
14448
14449 2003-03-03 David Carlton <carlton@math.stanford.edu>
14450
14451 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14452 with respect to PR c++/57.
14453 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14454 c++/826.
14455 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14456 respect to PR c++/57.
14457
14458 2003-03-03 David Carlton <carlton@math.stanford.edu>
14459
14460 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14461 respect to PR c++/33 into FAILs.
14462
14463 2003-03-03 Michael Chastain <mec@shout.net>
14464
14465 * configure.in: Update copyright years.
14466
14467 2003-03-03 Michael Chastain <mec@shout.net>
14468
14469 * Makefile.in: Update copyright years.
14470
14471 2003-02-28 David Carlton <carlton@math.stanford.edu>
14472
14473 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14474 print class instead of struct and/or superfluous protection
14475 specifiers, as long as the resulting output is equivalent to the
14476 source code.
14477 Delete FIXME from end of messages on tests that don't need
14478 fixing.
14479
14480 2003-02-28 David Carlton <carlton@math.stanford.edu>
14481
14482 * gdb.c++/templates.exp (do_tests): Allow const in the two
14483 Foo<volatile char *>::foo tests.
14484
14485 2003-02-27 Michael Snyder <msnyder@redhat.com>
14486
14487 * gdb.base/restore.c (main): Return zero, so exit code
14488 will be consistant.
14489
14490 2003-02-26 David Carlton <carlton@math.stanford.edu>
14491
14492 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14493 char *>::foo" test with respect to PR c++/33. Create a new test
14494 which is identical to that one except that it doesn't put the
14495 space between the "char" and the "*"; KFAIL it, too.
14496
14497 2003-02-26 David Carlton <carlton@math.stanford.edu>
14498
14499 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14500 template types into either PASSes or KFAILs (corresponding to PR
14501 c++/57). Tweak indentation. Update copyright.
14502
14503 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14504
14505 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14506
14507 2003-02-13 Michael Chastain <mec@shout.net>
14508
14509 * gdb.base/exprs.exp: Remove i960 remnants.
14510 * gdb.base/funcargs.exp: Likewise.
14511 * gdb.base/list.exp: Likewise.
14512 * gdb.base/ptype.exp: Likewise.
14513
14514 2003-02-14 David Carlton <carlton@math.stanford.edu>
14515
14516 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14517 pEe->D::vg()" from XFAIL to KFAIL.
14518
14519 2003-02-13 Jason Molenda (jmolenda@apple.com)
14520
14521 * gdb.base/maint.exp: Update maint print statistics regexp to include
14522 new entries.
14523
14524 2003-02-13 Michael Chastain <mec@shout.net>
14525
14526 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14527
14528 2003-02-12 Michael Chastain <mec@shout.net>
14529
14530 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14531 * gdb.c++/inherit.exp: Likewise.
14532 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14533 * gdb.c++/templates.exp: Likewise.
14534 * gdb.c++/virtfunc.exp: Likewise.
14535
14536 2003-02-06 Jason Molenda (jason-cl@molenda.com)
14537
14538 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14539 why the code is written that way.
14540
14541 2003-02-05 Michael Chastain <mec@shout.net>
14542
14543 * gdb.base/dump.exp: Add missing copyright line.
14544
14545 2003-02-05 Jason Molenda (jason-cl@molenda.com)
14546
14547 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14548 at the beginning so the breakpoint doesn't get set on the loop.
14549
14550 2003-02-05 Michael Chastain <mec@shout.net>
14551
14552 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14553 output for configurations with gcc 2.95.3.
14554
14555 2003-02-05 Keith Seitz <keiths@redhat.com>
14556 Andrew Cagney <ac131313@redhat.com>
14557
14558 * gdb.mi/mi-cli.exp: New file.
14559
14560 2003-02-04 Michael Chastain <mec@shout.net>
14561
14562 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14563 Call perror and then continue.
14564
14565 2003-02-03 Michael Chastain <mec@shout.net>
14566
14567 * gdb.c++/pr-1023.cc: New file.
14568 * gdb.c++/pr-1023.exp: New file.
14569
14570 2003-02-05 Jim Blandy <jimb@redhat.com>
14571
14572 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14573 it's local to foobar. Check for it there, and check that it's not
14574 present in main.
14575 * gdb.c++/local.cc (marker2): New function.
14576 (foobar): Call marker1.
14577 (main): Call marker2 instead of marker1.
14578
14579 2003-02-04 Andrew Cagney <ac131313@redhat.com>
14580
14581 * gdb.disasm/mn10200.exp: Obsolete file.
14582 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14583 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14584 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14585
14586 2003-02-04 David Carlton <carlton@math.stanford.edu>
14587
14588 * gdb.c++/overload.exp: Test intToChar(1).
14589 * gdb.c++/overload.cc (intToChar): New.
14590 (main): Call intToChar.
14591
14592 2003-02-03 David Carlton <carlton@math.stanford.edu>
14593
14594 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14595 'might_kfail' arg.
14596 KFAIL some of the continue_to_bp_overloaded calls, according to
14597 PR c++/1025.
14598
14599 2003-02-01 Michael Chastain <mec@shout.net>
14600
14601 * gdb.base/advance.c (marker1): New marker function.
14602 * gdb.base/advance.exp: When the 'advance' command lands on the
14603 return breakpoint, it can legitimately stop on either the
14604 current line or the next line. Accommodate both outcomes.
14605 * gdb.base/until.exp: Likewise.
14606
14607 2003-02-02 Andrew Cagney <ac131313@redhat.com>
14608
14609 2002-11-10 Jason Molenda (jason-cl@molenda.com):
14610 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14611 now a list, not a tuple.
14612 * gdb.mi/mi-var-display.exp: Ditto.
14613 * gdb.mi/gdb792.exp: Ditto.
14614
14615 2003-02-01 Andrew Cagney <ac131313@redhat.com>
14616
14617 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14618 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14619 stack backtraces.
14620 * gdb.mi/mi-syn-frame.c: Part of same.
14621
14622 2003-02-01 Mark Kettenis <kettenis@gnu.org>
14623
14624 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14625 gdb.mi/mi1-pthreads.exp: Return instead of calling
14626 gdb_suppress_entire_file.
14627
14628 2003-02-01 Mark Salter <msalter@redhat.com>
14629
14630 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
14631
14632 2003-01-31 Mark Salter <msalter@redhat.com>
14633
14634 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
14635 Support empty arg.
14636
14637 2003-01-30 Michael Chastain <mec@shout.net>
14638
14639 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
14640 This was a workaround for a UTF-8 bug in readline 4.3. The bug
14641 has been fixed in gdb/readline on 2003-01-09.
14642
14643 2003-01-29 Michael Snyder <msnyder@redhat.com>
14644
14645 * gdb.base/maint.exp: Allow for leading underscore in symbol.
14646 * gdb.base/display.exp: Allow for leading underscore in symbol.
14647 * gdb.base/args.exp: Skip if target does not support args passing.
14648
14649 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
14650
14651 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
14652 gdb_test. Accept a list of expect arguments as the third
14653 parameter.
14654 (gdb_test): Use it.
14655
14656 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
14657
14658 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
14659 allow for different test tree configurations. Update some
14660 tescases accordingly.
14661 * gdb.arch/altivec-regs.exp: Ditto.
14662 * gdb.asm/asm-source.exp: Ditto.
14663 * gdb.base/advance.exp: Ditto.
14664 * gdb.base/display.exp: Ditto.
14665 * gdb.base/long_long.exp: Ditto.
14666 * gdb.base/mips_pro.exp: Ditto.
14667 * gdb.base/overlays.exp: Ditto.
14668 * gdb.base/relocate.exp: Ditto.
14669 * gdb.base/setshow.exp: Ditto.
14670 * gdb.base/step-line.exp: Ditto.
14671 * gdb.base/step-test.exp: Ditto.
14672 * gdb.base/until.exp: Ditto.
14673 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
14674
14675 2003-01-17 David Carlton <carlton@math.stanford.edu>
14676
14677 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
14678 corresponding to PR c++/945.
14679 Update copyright.
14680
14681 2003-01-17 David Carlton <carlton@math.stanford.edu>
14682
14683 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
14684 corresponding to PR c++/68.
14685
14686 2003-01-17 David Carlton <carlton@math.stanford.edu>
14687
14688 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
14689 (test_paddr_hairy_functions): Call print_addr_2_kfail for
14690 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
14691
14692 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14693
14694 * gdb.base/break.exp: Fix change of default location, because of
14695 removal of until tests.
14696 * gdb.base/help.exp: Update test for new 'until' help message.
14697 Add test for help on 'advance'.
14698 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
14699
14700 2003-01-15 Mark Kettenis <kettenis@gnu.org>
14701
14702 * gdb.base/default.exp: Adapt "info float" test for recent changes
14703 to that command. Add test for "info vector".
14704 * gdb.base/float.exp: New file. Add test for "info float" that
14705 resembles the old test in gdb.base/default.exp.
14706
14707 2003-01-15 David Carlton <carlton@math.stanford.edu>
14708
14709 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
14710
14711 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
14712
14713 * gdb.base/break.exp: Move the tests of until command from here...
14714 * gdb.base/until.exp: ... to here. New file. Add other tests.
14715 * gdb.base/advance.c: New file.
14716 * gdb.base/advance.exp: New file.
14717
14718 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
14719
14720 * gdb.base/args.c: New file.
14721 * gdb.base/args.exp: New file.
14722
14723 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14724
14725 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
14726
14727 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14728
14729 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
14730
14731 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
14732
14733 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
14734 dates.
14735
14736 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14737
14738 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
14739
14740 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14741
14742 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
14743 (ptype &*"foo").
14744 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
14745
14746 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14747
14748 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
14749 * gdb.mi/mi1-console.exp: Likewise.
14750
14751 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14752
14753 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
14754 * gdb.mi/mi1-console.exp: Likewise.
14755
14756 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
14757
14758 * gdb.c++/overload.exp: Remove some fixed XFAILs.
14759
14760 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14761
14762 * gdb.base/detach.exp: New test.
14763
14764 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
14765
14766 * Makefile.in (ALL_SUBDIRS): New variable.
14767 (subdirs, clean, distclean): Use it.
14768 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
14769 regenerating Makefile, since it is generated from the top level.
14770 * gdb.asm/Makefile.in: Likewise.
14771 * gdb.base/Makefile.in: Likewise.
14772 * gdb.c++/Makefile.in: Likewise.
14773 * gdb.disasm/Makefile.in: Likewise.
14774 * gdb.java/Makefile.in: Likewise.
14775 * gdb.mi/Makefile.in: Likewise.
14776 * gdb.threads/Makefile.in: Likewise.
14777 * gdb.trace/Makefile.in: Likewise.
14778
14779 2003-01-09 David Carlton <carlton@math.stanford.edu>
14780
14781 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
14782 Add copyright year 2003.
14783
14784 2003-01-06 Michael Chastain <mec@shout.net>
14785
14786 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
14787 When selecting a thread, 'line' and 'file' are optional.
14788 * gdb.mi/mi1-pthreads.exp: Likewise.
14789
14790 2003-01-06 Andreas Schwab <schwab@suse.de>
14791
14792 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
14793 failures.
14794
14795 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14796
14797 Fix PR gdb/844
14798 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
14799 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
14800
14801 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
14802 instead of calling gdb_suppress_entire_file.
14803 * gdb.threads/print-threads.exp: Likewise.
14804 * gdb.threads/schedlock.exp: Likewise.
14805
14806 * gdb.threads/killed.exp: Return instead of calling
14807 gdb_suppress_entire_file.
14808 * gdb.threads/linux-dp.exp: Likewise.
14809 * gdb.threads/pthreads.exp: Likewise.
14810
14811 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14812
14813 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
14814 stabs.
14815 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
14816 * gdb.base/whatis.exp: Always allow (void) after function names.
14817
14818 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
14819
14820 * gdb.c++/casts.exp: Correct regexp.
14821
14822 2003-01-04 Mark Kettenis <kettenis@gnu.org>
14823
14824 * configure.in: Call AC_CONFIG_HEADER. Don't call
14825 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
14826 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
14827 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
14828 aforementioned directories in the AC_OUPUT call.
14829 * config.hin: New file.
14830 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
14831 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
14832 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
14833 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
14834 pass -I$objdir instead of -I$objdir/$subdir in compilation.
14835 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
14836 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
14837 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
14838 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
14839 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
14840 gdb.threads/configure.in, gdb.threads/configure,
14841 gdb.threads/config.in, gdb.trace/configure.in,
14842 gdb.trace/configure: Removed.
14843
14844 2003-01-03 Michael Chastain <mec@shout.net>
14845
14846 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
14847 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
14848
14849 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
14850
14851 * gdb.base/store.exp: Fix regular expressions.
14852
14853 2002-12-28 Mark Kettenis <kettenis@gnu.org>
14854
14855 * configure.in: Rewrite.
14856 * configure: Regenerated.
14857
14858 2003-01-03 David Carlton <carlton@math.stanford.edu>
14859
14860 * gdb.base/psymtab.exp: New file.
14861 * gdb.base/psymtab1.c: Ditto.
14862 * gdb.base/psymtab2.c: Ditto.
14863
14864 2002-12-23 Adam Fedor <fedor@gnu.org>
14865
14866 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
14867
14868 2002-12-23 David Carlton <carlton@math.stanford.edu>
14869
14870 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
14871 and current_directory initialization.
14872
14873 2002-12-22 Jim Blandy <jimb@redhat.com>
14874
14875 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
14876 rather than as part of the output file name.
14877
14878 * gdb.base/attach.exp: There's no need to copy the test program to
14879 /tmp; that was only ever necessary on HP/UX, and this test is
14880 entirely disabled there anyway.
14881
14882 2002-12-21 Jim Blandy <jimb@redhat.com>
14883
14884 * gdb.c++/psmang.exp: Doc fix.
14885
14886 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
14887 test.
14888
14889 2002-12-20 David Carlton <carlton@math.stanford.edu>
14890
14891 * gdb.c++/annota2.exp: KFAIL annotate-quit.
14892
14893 2002-12-18 Michael Chastain <mec@shout.net>
14894
14895 * gdb.c++/annota2.exp: Add copyright year 2002.
14896
14897 2002-12-17 David Carlton <carlton@math.stanford.edu>
14898
14899 * gdb.c++/try_catch.cc: Add marker comments.
14900 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
14901 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
14902 * gdb.c++/m-static.cc: Ditto.
14903 * gdb.c++/m-static1.cc: Ditto.
14904 * gdb.c++/try_catch.cc: Ditto.
14905
14906 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
14907
14908 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
14909 to see whether we are using the new -environment-directory
14910 command which resets via -r or the old version of the command
14911 which may prompt the user. Part of fix for gdb/741.
14912
14913 2002-12-13 Andrew Cagney <ac131313@redhat.com>
14914
14915 * gdb.fortran/types.exp: Update obsolete comment.
14916 * gdb.fortran/exprs.exp: Ditto.
14917 * lib/gdb.exp: Delete obsolete code.
14918 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
14919 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
14920 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
14921 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
14922 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
14923 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
14924 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
14925 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
14926 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
14927 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
14928 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
14929 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
14930 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
14931 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
14932 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
14933 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
14934 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
14935 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
14936 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
14937 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
14938 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
14939 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
14940 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
14941 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
14942 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
14943 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
14944 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
14945 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
14946 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
14947 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
14948 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
14949 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
14950 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
14951 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
14952 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
14953 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
14954 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
14955
14956 2002-12-11 David Carlton <carlton@math.stanford.edu>
14957
14958 * gdb.c++/m-data.exp: Add test for members that shadow global
14959 variables: see PR gdb/804.
14960 * gdb.c++/m-data.cc: Ditto.
14961
14962 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
14963
14964 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
14965
14966 2002-12-06 David Carlton <carlton@math.stanford.edu>
14967
14968 * gdb.base/store.c: Don't declare functions static.
14969
14970 2002-12-04 Andrew Cagney <ac131313@redhat.com>
14971
14972 * gdb.base/store.exp, gdb.base/store.c: New files.
14973
14974 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14975
14976 * gdb.base/selftest.exp: Update for current gdb.
14977
14978 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14979
14980 * gdb.base/maint.exp: Only dump symbols from one source file
14981 or objfile.
14982
14983 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
14984
14985 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
14986 function call.
14987
14988 2002-11-25 Jim Blandy <jimb@redhat.com>
14989
14990 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
14991 function appearing in error message.
14992
14993 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
14994
14995 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
14996
14997 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
14998
14999 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
15000 for mi1 and current mi is in correct format. New mi startup message
15001 should be in mi console format. This is part of fix for PR gdb/604.
15002
15003 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15004
15005 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
15006 which explicitly prints the zero offset as "+0".
15007
15008 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
15009
15010 * gdb.threads/schedlock.c (args): Make unsigned.
15011
15012 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
15013
15014 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
15015 numbers. Allow "foo2|selected stack frame".
15016 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
15017 * gdb.asm/asmsrc2.s: Likewise.
15018 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
15019 comments.
15020 * gdb.asm/mips.inc: New file.
15021
15022 2002-10-18 Adam Fedor <fedor@gnu.org>
15023
15024 * gdb.base/default.exp: Update expected output to include 'ObjC'.
15025 * gdb.base/help.exp: Likewise.
15026
15027 2002-10-17 Kevin Buettner <kevinb@redhat.com>
15028
15029 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
15030 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
15031
15032 2002-10-02 Jim Blandy <jimb@redhat.com>
15033
15034 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
15035
15036 2002-10-01 Andrew Cagney <ac131313@redhat.com>
15037
15038 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
15039 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
15040 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
15041 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
15042 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
15043 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
15044 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
15045
15046 2002-09-29 Andrew Cagney <ac131313@redhat.com>
15047
15048 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
15049 * mi0-disassemble.exp, mi0-eval.exp: Delete.
15050 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
15051 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
15052 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
15053 * mi0-var-block.exp, mi0-var-child.exp: Delete.
15054 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
15055
15056 2002-09-27 Kevin Buettner <kevinb@redhat.com>
15057
15058 * gdb.base/annota1.exp (info break): Make directory components of
15059 path optional since not all compilers emit this debug information.
15060
15061 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
15062 step ends up stepping out of the function instead of stopping on
15063 the epilogue.
15064
15065 2002-09-26 Keith Seitz <keiths@redhat.com>
15066
15067 * lib/insight-support.exp (gdbtk_start): Figure out where
15068 the insight executable is based on where gdb is. Use this
15069 executable to start insight instead of gdb.
15070
15071 2002-09-25 Andrew Cagney <cagney@redhat.com>
15072
15073 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
15074
15075 2002-09-24 Andrew Cagney <ac131313@redhat.com>
15076
15077 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
15078 test_isolated_complaints.
15079 (test_empty_complaint): New function.
15080 (test_empty_complaints): New function. Check no output when no
15081 complaints.
15082
15083 2002-09-19 Jim Blandy <jimb@redhat.com>
15084
15085 * gdb.base/charset.exp, gdb.base/charset.c: New files.
15086
15087 2002-09-19 Andrew Cagney <ac131313@redhat.com>
15088
15089 * gdb.gdb/complaints.exp: New file.
15090
15091 2002-09-18 Andrew Cagney <ac131313@redhat.com>
15092
15093 * gdb.base/maint.exp: Check `help maint internal-warning'.
15094
15095 2002-09-18 David Carlton <carlton@math.stanford.edu>
15096
15097 * gdb.c++/m-static.exp: Remove breakpoints depending on line
15098 numbers, and replace them by a single breakpoint after the
15099 constructors are all finished.
15100 Add test 4.
15101 * gdb.c++/m-static.cc: Add test 4.
15102 * gdb.c++/m-static.h: New file.
15103 * gdb.c++/m-static1.cc: New file.
15104
15105 * gdb.c++/printmethod.exp: New file.
15106 * gdb.c++/printmethod.cc: New file.
15107
15108 * gdb.c++/pr-574.exp: New file.
15109 * gdb.c++/pr-574.cc: New file.
15110
15111 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15112
15113 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15114 embedded targets which never actually exit.
15115
15116 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15117
15118 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15119 "don't step after run" as unresolved or unsupported, instead of xfail.
15120
15121 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15122
15123 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
15124 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
15125 Add newline to expected string in "step out of main (status wrapper)"
15126 case.
15127
15128 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15129
15130 * lib/gdb.exp (rerun_to_main): Allow restarting application.
15131 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
15132
15133 2002-09-17 Tom Tromey <tromey@redhat.com>
15134
15135 * gdb.base/printcmds.exp (test_print_string_constants): Expect
15136 \000, not \0, in double-quoted string.
15137
15138 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
15139
15140 * gdb.base/commands.exp: Don't expect a "Program exited normally"
15141 string after running the commands execution on breakpoint tests.
15142
15143 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
15144
15145 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
15146
15147 2002-09-12 Joel Brobecker <brobecker@gnat.com>
15148
15149 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
15150
15151 2002-09-10 Keith Seitz <keiths@redhat.com>
15152
15153 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
15154 runto proc.
15155 (mi_run_to_main): Use mi_runto.
15156 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
15157
15158 2002-09-10 Keith Seitz <keiths@redhat.com>
15159
15160 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
15161 regexp for stopping at main. Could have multiple event notifications.
15162 Don't assume that main was declared with no parameters.
15163 (mi_next): Use mi_step_to.
15164 (mi_step): Use mi_next_to.
15165
15166 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
15167
15168 * gdb.base/default.exp: Fix expected string in `info float' test.
15169
15170 2002-09-09 Ben Elliston <bje@redhat.com>
15171
15172 * config/mips.exp: Update comments.
15173 * config/mips-idt.exp: Likewise.
15174 * config/nind.exp: Likewise.
15175 * config/slite.exp: Likewise.
15176 * config/sparclet.exp: Likewise.
15177 * config/udi.exp: Likewise.
15178 * config/vx.exp: Likewise.
15179 * config/vxworks29k.exp: Likewise.
15180
15181 2002-09-05 Jim Blandy <jimb@redhat.com>
15182
15183 * gdb.threads/killed.exp: Fix test failure message.
15184
15185 2002-09-04 Keith Seitz <keiths@redhat.com>
15186
15187 * lib/mi-support.exp: Update copyright.
15188 (mi_gdb_test): Increase the priority of the expected pattern
15189 so that it matches gdb_test.
15190
15191 2002-09-03 Keith Seitz <keiths@redhat.com>
15192
15193 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
15194 Use integer comparison instead of string comparison for testing
15195 whether binary was built.
15196
15197 2002-09-03 Jim Blandy <jimb@redhat.com>
15198
15199 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
15200
15201 2002-08-29 Jim Blandy <jimb@redhat.com>
15202
15203 * gdb.threads/pthreads.exp: Move the portable thread compilation
15204 code into a function in lib/gdb.exp, and call that from here.
15205 * lib/gdb.exp (gdb_compile_pthreads): New function.
15206
15207 2002-08-29 Keith Seitz <keiths@redhat.com>
15208
15209 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
15210 expect_out so that callers can get at it.
15211
15212 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
15213
15214 * gdb.threads/print-threads.c: New file.
15215 * gdb.threads/print-threads.exp: New file.
15216 * gdb.threads/schedlock.c: New file.
15217 * gdb.threads/schedlock.exp: New file.
15218
15219 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
15220
15221 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15222 not altivec.c.
15223
15224 2002-08-17 Mark Kettenis <kettenis@gnu.org>
15225
15226 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15227 targets. The problem should be fixed now.
15228
15229 2002-08-15 Mark Kettenis <kettenis@gnu.org>
15230
15231 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15232 2002-07-24 change that removes final dots from error messages.
15233
15234 2002-08-13 Tom Tromey <tromey@redhat.com>
15235
15236 * gdb.base/readline.exp: New file.
15237
15238 2002-08-01 Andrew Cagney <ac131313@redhat.com>
15239
15240 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15241 supress message.
15242
15243 2002-08-01 Andrew Cagney <cagney@redhat.com>
15244
15245 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15246 CHILL_FOR_TARGET and CHILL_LIB.
15247 * configure.in (configdirs): Remove gdb.chill.
15248 * configure: Regenerate.
15249 * lib/gdb.exp: Obsolete references to chill.
15250 * gdb.fortran/types.exp: Ditto.
15251 * gdb.fortran/exprs.exp: Ditto.
15252
15253 2002-07-30 Kevin Buettner <kevinb@redhat.com>
15254
15255 * gdb.base/shlib-call.exp (additional_flags): Conditionally
15256 set Irix-specific compile and link flags.
15257
15258 2002-07-29 Kevin Buettner <kevinb@redhat.com>
15259
15260 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15261 source files. The ``-o'' option doesn't work with the ``-E'' option
15262 when using the Irix compiler.
15263
15264 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
15265
15266 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15267 Improve support for reusing an exec file. Copy exec file
15268 to target, and run gdbserver on the target instead of on the host.
15269
15270 2002-07-18 Jim Blandy <jimb@redhat.com>
15271
15272 * gdb.base/ending-run.exp: Don't expect to see the program end in
15273 some orderly fashion when we're running on a real stand-alone
15274 board.
15275
15276 * gdb.base/interrupt.exp: Correct logic for skipping tests on
15277 targets that don't support interrupts.
15278
15279 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
15280
15281 * gdb.base/attach.exp: Add patterns to match output from /proc-based
15282 systems.
15283 Move comments in expect statements to inside the actions, so that they
15284 don't get matched against.
15285
15286 2002-07-10 Mark Kettenis <kettenis@gnu.org>
15287
15288 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15289 function when asleep" test.
15290
15291 2002-07-10 Andrew Cagney <ac131313@redhat.com>
15292
15293 * gdb.base/page.exp: Rewrite to handle problems with very long
15294 `info set' output. Update copyright.
15295
15296 2002-06-26 Andrew Cagney <ac131313@redhat.com>
15297
15298 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15299 gdb.threads-hp.
15300 * gdb.hp/configure: Regenerate.
15301 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15302 * gdb.hp/gdb.threads-hp/configure: Delete file.
15303 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15304
15305 2002-06-22 Andrew Cagney <ac131313@redhat.com>
15306
15307 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15308 setlocale, bindtextdomain and textdomain.
15309
15310 2002-06-11 Jim Blandy <jimb@redhat.com>
15311
15312 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15313 preprocessor macro information is present.
15314
15315 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15316 tests.
15317
15318 2002-06-06 Michael Snyder <msnyder@redhat.com>
15319
15320 * gdb.base/overlays.exp: Record addresses of overlay
15321 functions in TCL variables rather than in GDB variables,
15322 to avoid having GDB convert them to pointers (with loss
15323 of information).
15324
15325 * gdb.base/d10v.ld: Merge in several years worth of
15326 default linker script changes.
15327 * gdb.base/long_long.exp: Add check for sizeof (long double).
15328
15329 2002-06-06 Michal Ludvig <mludvig@suse.cz>
15330
15331 * gdb.asm/asm-source.exp: Add x86-64 target.
15332 * gdb.asm/x86_64.inc: New.
15333
15334 2002-05-30 Michael Chastain <mec@shout.net>
15335
15336 From Benjamin Kosnik <bkoz@redhat.com>:
15337 * gdb.c++/m-static.cc: New file.
15338 * gdb.c++/m-static.exp: New file.
15339
15340 2002-05-28 Michael Snyder <msnyder@redhat.com>
15341
15342 * gdb.base/call-ar-st.exp: Allow for reduced floating point
15343 precision.
15344
15345 2002-05-27 Michael Chastain <mec@shout.net>
15346
15347 From Benjamin Kosnik <bkoz@redhat.com>:
15348 * gdb.c++/m-data.cc: New file.
15349 * gdb.c++/m-data.exp: New file.
15350
15351 2002-05-27 Michael Chastain <mec@shout.net>
15352
15353 From Benjamin Kosnik <bkoz@redhat.com>:
15354 * gdb.c++/try_catch.cc: New file.
15355 * gdb.c++/try_catch.exp: New file.
15356
15357 2002-05-27 Michael Chastain <mec@shout.net>
15358
15359 * gdb.c++/local.exp: Accept more nested types in output.
15360
15361 2002-05-26 Michael Chastain <mec@shout.net>
15362
15363 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15364
15365 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
15366
15367 * lib/gdb.exp (gdb_wrapper_init): Just because
15368 gdb_wrapper_file exists, this does not mean that the file
15369 should not be rebuilt. That is what gdb_wrapper_initialized
15370 is for.
15371 (default_gdb_init): Reset gdb_wrapper_initialized.
15372
15373 2002-05-23 Michael Snyder <msnyder@redhat.com>
15374
15375 * gdb.base/all-bin.exp: Revise previous patch by just reducing
15376 the precision of the floating point test results.
15377 * gdb.base/call-rt-st.exp: Ditto.
15378
15379 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
15380 * gdb.base/call-rt-st.exp: Ditto.
15381
15382 2002-05-19 Michael Chastain <mec@shout.net>
15383
15384 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
15385
15386 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
15387
15388 * configure.in (configdirs): Add gdb.arch.
15389 * configure: Regenerate.
15390
15391 2002-05-17 Jim Blandy <jimb@redhat.com>
15392
15393 * gdb.base/completion.exp: Recognize the more detailed error
15394 messages produced by the macro expander's lexical analyzer.
15395
15396 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15397
15398 * gdb.arch/altivec-abi.c: New file.
15399 * gdb.arch/altivec-abi.exp: New file.
15400 * gdb.arch/altivec-regs.c: New file.
15401 * gdb.arch/altivec-regs.exp: New file.
15402
15403 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
15404
15405 * gdb.base/maint.exp (maint print type): Update for new type
15406 structure.
15407
15408 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15409
15410 * gdb.arch: New directory.
15411 * gdb.arch/configure.in: New file.
15412 * gdb.arch/configure: New file.
15413 * gdb.arch/Makefile.in: New file.
15414
15415 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
15416
15417 * gdb.asm/asm-source.exp: Add v850 as supported target.
15418 * gdb.asm/v850.inc: New file.
15419
15420 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
15421
15422 * gdb.c++/annota2.exp (annotate-quit): Add comment.
15423
15424 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
15425
15426 * gdb.base/break.exp: Check 'break "marker2"'.
15427
15428 2002-05-10 Michael Snyder <msnyder@redhat.com>
15429
15430 * gdb.base/long_long.exp: Fix typo.
15431
15432 2002-05-10 Jim Blandy <jimb@redhat.com>
15433
15434 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
15435 a bug.
15436
15437 * gdb.base/printcmds.exp (test_integer_literals_rejected):
15438 Recognize more detailed error message produced by the macro
15439 expander's lexical analyzer.
15440 * lib/gdb.exp (test_print_reject): Same.
15441
15442 2002-05-09 Mark Kettenis <kettenis@gnu.org>
15443
15444 * gdb.c++/method.exp: Fix typo.
15445
15446 2002-05-08 Michael Snyder <msnyder@redhat.com>
15447
15448 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15449 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
15450 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
15451 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15452 Add iftarget clause for strongarm.
15453
15454 2002-05-06 Michael Snyder <msnyder@redhat.com>
15455
15456 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15457 (gdb_continue_to_end): Accept output from status wrapper.
15458 * gdb.base/ending-run.exp: Add case for output from status wrapper.
15459 Clean up fail messages to match pass messages.
15460
15461 Enable the "needs_status_wrapper" testsuite feature.
15462 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15463 (gdb_compile): Conditionally call gdb_wrapper_init.
15464 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15465 * gdb.c++/method.exp: Recognize output from status wrapper.
15466
15467 2002-05-06 Ben Elliston <bje@redhat.com>
15468 From Graydon Hoare <graydon@redhat.com>
15469
15470 * config/sid.exp: Include support for "rawsid" protocol.
15471
15472 2002-05-03 Jim Blandy <jimb@redhat.com>
15473
15474 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15475 * gdb.c++/hang3.C: New file.
15476
15477 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15478
15479 * gdb.base/default.exp: Remove obsolete code.
15480 * gdb.c++/misc.exp: Ditto. Update copyright.
15481 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15482 * gdb.base/whatis.exp: Ditto. Update copyright.
15483 * gdb.base/scope.exp: Ditto. Update copyright.
15484 * gdb.base/ptype.exp: Ditto. Update copyright.
15485 * gdb.base/printcmds.exp: Ditto. Update copyright.
15486 * gdb.base/opaque.exp: Ditto. Update copyright.
15487 * gdb.base/list.exp: Ditto.
15488 * gdb.base/funcargs.exp: Ditto. Update copyright.
15489 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15490 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15491 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15492 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15493 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15494 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15495
15496 2002-05-02 Michael Snyder <msnyder@redhat.com>
15497
15498 * gdb.base/watchpoint.exp: Add xscale target.
15499 * gdb.base/long_long.exp: Add xscale target.
15500 * gdb.base/default.exp: Add xscale target.
15501
15502 2002-05-01 Jim Blandy <jimb@redhat.com>
15503
15504 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15505 gdb.c++/hang.exp: New test.
15506
15507 2002-05-01 Fred Fish <fnf@redhat.com>
15508
15509 * gdb.base/completion.exp: Handle completions of "./Make" for
15510 more than one completion possibility, as is the case when we
15511 build and test in the source tree.
15512
15513 2002-04-29 Anthony Green <green@redhat.com>
15514
15515 * gdb.java/jmisc1.exp: New file.
15516 * gdb.java/jmisc2.exp: New file.
15517
15518 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
15519
15520 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15521
15522 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
15523
15524 * gdb.base/help.exp: Change 'help status' to allow for target
15525 dependent output differences.
15526
15527 2002-04-22 Michael Chastain <mec@shout.net>
15528
15529 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15530
15531 2002-04-22 Michael Chastain <mec@shout.net>
15532
15533 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15534
15535 2002-04-17 David S. Miller <davem@redhat.com>
15536
15537 * gdb.asm/sparc64.inc: New file.
15538 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15539
15540 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
15541
15542 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15543 instruction file directly into the build tree. Clean up at end of
15544 test.
15545
15546 2002-04-18 David S. Miller <davem@redhat.com>
15547
15548 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15549 handle 64-bit platforms correctly.
15550 * gdb.base/maint.exp: Likewise.
15551
15552 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15553
15554 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15555 ``-fpic'' when compiling files comprising a shared library, but
15556 it does need additional linker flags in order to find shared
15557 libraries at run time.
15558
15559 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15560
15561 * gdb.base/cvexpr.c (use): New function.
15562 (main): Invoke use() on all global variables to prevent
15563 some linkers from deleting these otherwise unused symbols.
15564
15565 2002-04-17 Michael Chastain <mec@shout.net>
15566 From David S. Miller <davem@redhat.com>
15567
15568 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15569 handle 64-bit platforms correctly.
15570
15571 2002-04-12 Michael Snyder <msnyder@redhat.com>
15572 From Jim Blandy <jimb@redhat.com>
15573 * gdb.base/foo.c (foox): Remove section attribute; the linker
15574 script can handle this instead.
15575 * gdb.base/bar.c (barx): Same.
15576 * gdb.base/baz.c (bazx): Same.
15577 * gdb.base/grbx.c (grbxx): Same.
15578
15579 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15580 manager doesn't automatically unmap overlays unnecessarily.
15581
15582 2002-04-10 Martin M. Hunt <hunt@redhat.com>
15583
15584 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15585 stepping out of main.
15586
15587 2002-04-09 Michael Chastain <mec@shout.net>
15588
15589 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15590 scope so that the nested scope tests will make sense.
15591 * gdb.c++/local.exp: Write patterns that actually work with gcc
15592 (the HP patterns "were never known to work with gcc").
15593 Keep the old aCC patterns too.
15594
15595 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15596
15597 * gdb.base/attach.exp: Correct target board test.
15598
15599 2002-04-08 Michael Chastain <mec@shout.net>
15600
15601 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15602 in a const method. Add some xfail and fail cases for configurations
15603 that do not emit the "const ...".
15604
15605 2002-04-07 Michael Chastain <mec@shout.net>
15606
15607 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15608 Accept "A * const" and "const A * const" as type of "this".
15609 Fix spelling of getFunky throughout. Make messages uniform.
15610
15611 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15612
15613 Work around for PR gdb/285:
15614 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15615
15616 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15617
15618 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15619 instructions file at run time instead of configure time.
15620 Sometimes we run the test in a directory that is not the one we
15621 configured in.
15622 * gdb.asm/configure.in: Delete creation of symlink.
15623 * gdb.asm/configure: Regenerate.
15624
15625 2002-04-05 J. Brobecker <brobecker@gnat.com>
15626
15627 * gdb.gdb/xfullpath.exp: New test, to exercise the new
15628 xfullpath () function.
15629
15630 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15631
15632 * gdb.asm/Makefile.in: Correct dependencies.
15633
15634 * gdb.asm/powerpc.inc: New file.
15635 * gdb.asm/asm-source.exp: Add PowerPC.
15636 * gdb.asm/configure.in: Likewise.
15637 * gdb.asm/configure: Regenerated.
15638
15639 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
15640
15641 * gdb.base/relocate.exp: New file.
15642 * gdb.base/relocate.c: New file.
15643
15644 2002-04-04 Fred Fish <fnf@redhat.com>
15645
15646 * gdb.base/step-test.exp: Update comment regarding stopping in
15647 memcpy/bcopy calls inserted as part of the compiler runtime.
15648
15649 2002-04-04 Michael Snyder <msnyder@redhat.com>
15650
15651 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
15652
15653 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
15654
15655 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
15656 (gdb_expect): Remove $notransfer hack.
15657
15658 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
15659
15660 * gdb.c++/classes.exp ("calling method for small class"): Match
15661 updated register output.
15662
15663 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15664
15665 Fix PR gdb/452
15666 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
15667 when finished. Make gdb_file_cmd send "exec-file" when
15668 appropriate.
15669
15670 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
15671
15672 * gdb.base/attach.exp: Remove extra setup_xfail.
15673
15674 2002-03-26 Michael Snyder <msnyder@redhat.com>
15675
15676 * gdb.base/default.exp: Add tests for dump, append, and restore.
15677 * gdb.base/help.exp: Add tests for dump, append, and restore.
15678 * gdb.base/dump.exp: New file, test dump, append and restore.
15679 * gdb.base/dump.c: New file.
15680
15681 2002-03-27 Michael Snyder <msnyder@redhat.com>
15682
15683 * gdb.base/help.exp: Modify expect strings to reflect
15684 clean-ups in help messages.
15685
15686 2002-03-26 Fred Fish <fnf@redhat.com>
15687
15688 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
15689 have debugging info for those functions and the compiler uses them
15690 internally to copy structs around.
15691
15692 2002-03-26 Fred Fish <fnf@redhat.com>
15693
15694 * gdb.base/list.exp: Revert the change made yesterday and add note
15695 about why we don't list the default lines for remote targets.
15696
15697 2002-03-25 Michael Snyder <msnyder@redhat.com>
15698
15699 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
15700
15701 2002-03-25 Fred Fish <fnf@redhat.com>
15702
15703 * gdb.base/list.exp: This test works on remote targets so remove
15704 the short circuit for remote targets. Update copyright.
15705
15706 2002-03-25 Fred Fish <fnf@redhat.com>
15707
15708 * gdb.base/attach.exp: Fix logic error that was suppressing this
15709 test for all non hppa*-*-hpux* targets, instead of the hp target.
15710 Move comments closer to the suppression point. Also now need to
15711 check that we are running natively.
15712
15713 2002-03-22 Michael Snyder <msnyder@redhat.com>
15714
15715 * gdb.base/default.exp: Add test for gcore. Update copyright.
15716 * gdb.base/help.exp: Add test for gcore. Update copyright.
15717
15718 2002-03-06 Fred Fish <fnf@redhat.com>
15719
15720 * gdb.base/funcargs.c: Remove extraneous ';' character.
15721 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
15722
15723 2002-03-04 Michael Chastain <mec@shout.net>
15724
15725 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
15726 accommodate gcc v3 function signature.
15727 * gdb.mi/mi0-var-cmd-exp: Ditto.
15728
15729 2002-02-24 Andrew Cagney <ac131313@redhat.com>
15730
15731 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
15732 ``GNU/Linux'' or ``Linux kernel''
15733 * testsuite/gdb.threads/pthreads.c: Ditto.
15734
15735 2002-02-24 Michael Chastain <mec@shout.net>
15736
15737 * gdb.threads/pthreads.c (thread1): Add a return statement.
15738 (thread2): Likewise.
15739 (foo): Likewise.
15740
15741 2002-02-23 Michael Chastain <mec@shout.net>
15742
15743 * gdb.threads/linux-dp.c (philosopher): Add a return statement
15744 to placate gcc.
15745
15746 2002-02-23 Michael Chastain <mec@shout.net>
15747
15748 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
15749 test "ptype bint". The test passes on all my stabs configurations.
15750
15751 2002-02-21 Jim Blandy <jimb@redhat.com>
15752
15753 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
15754 filename at a time, and watch for the ones we want to see.
15755
15756 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
15757 types of pointers to prototyped functions.
15758
15759 2002-02-20 Andrew Cagney <ac131313@redhat.com>
15760
15761 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
15762 signed, unsigned and straight char.
15763 (padding_char, padding_short, padding_int, padding_long,
15764 padding_long_long, padding_float, padding_double,
15765 padding_long_double): New global variables.
15766 (fill, fill_structs): New functions.
15767
15768 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
15769 for correctly sized writes. Update copyright.
15770 (get_valueof): New procedure.
15771 (get_sizeof): Call get_valueof.
15772 (check_valueof): New procedure.
15773 (check_padding): New procedure.
15774
15775 2002-02-20 Michael Chastain <mec@shout.net>
15776
15777 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
15778 to setup_xfail. Document some of the remaining calls.
15779
15780 2002-02-18 Michael Chastain <mec@shout.net>
15781
15782 * gdb.c++/userdef.exp: Update copyright year.
15783
15784 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
15785
15786 * gdb.c++/userdef.exp: Test overloaded operators properly.
15787 Remove xfails.
15788
15789 2002-02-14 Michael Snyder <msnyder@redhat.com>
15790
15791 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
15792
15793 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
15794
15795 * gdb.base/a2-run.exp: Check for a remote target properly.
15796 * gdb.base/annota1.exp: Likewise.
15797 * gdb.base/list.exp: Likewise.
15798 * gdb.base/reread.exp: Likewise.
15799 * gdb.base/scope.exp: Likewise.
15800 * gdb.base/shlib-call.exp: Likewise.
15801 * gdb.base/term.exp: Likewise.
15802 * gdb.c++/annota2.exp: Likewise.
15803
15804 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
15805
15806 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
15807
15808 2002-02-10 Michael Chastain <mec@shout.net>
15809
15810 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
15811 (call_after_alloca): Ditto.
15812
15813 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
15814
15815 * gdb.base/ending-run.exp: Guard "cont" test with
15816 gdb_skip_stdio_test.
15817
15818 2002-02-06 Jim Blandy <jimb@redhat.com>
15819
15820 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
15821 from here...
15822 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
15823 To here. Disable this test on non-HP platforms. Add big comment.
15824
15825 2002-02-04 Michael Snyder <msnyder@redhat.com>
15826
15827 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
15828 other than d10v and m32r.
15829
15830 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
15831
15832 * gdb.base/default.exp: Rewrite test patterns to reduce time
15833 taken to match them.
15834
15835 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15836
15837 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
15838 Allow a start function above main.
15839 * gdb.threads/linux-dp.exp: Fix copyright date.
15840
15841 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15842
15843 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
15844 (check_philosopher_stack): Check for manager thread before checking
15845 for a just-starting thread.
15846
15847 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
15848
15849 From Neil Booth <neil@daikokuya.demon.co.uk>:
15850 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
15851 warnings.
15852
15853 2002-01-21 Fred Fish <fnf@redhat.com>
15854
15855 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
15856 not caller.
15857
15858 2002-01-21 Jim Blandy <jimb@redhat.com>
15859
15860 * gdb.base/reread.exp: Check that GDB properly re-reads the
15861 executable file when it changes while no inferior is running.
15862
15863 2002-01-21 Fred Fish <fnf@redhat.com>
15864
15865 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
15866 optionally accept the "shlib events" variation.
15867
15868 2002-01-21 Jim Blandy <jimb@redhat.com>
15869
15870 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
15871 call `fflush' after every `printf', so that the output is produced
15872 at predictable points, regardless of whatever buffering does (or
15873 doesn't) take place.
15874 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
15875 at different points.
15876
15877 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15878
15879 * gdb.c++/inherit.exp: Update copyright years.
15880 * gdb.c++/method.exp: Likewise.
15881
15882 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
15883
15884 * gdb.c++/classes.exp: Update for improved v3 support and skipping
15885 artificial methods/arguments.
15886 * gdb.c++/derivation.exp: Likewise.
15887 * gdb.c++/inherit.exp: Likewise.
15888 * gdb.c++/method.exp: Likewise.
15889 * gdb.c++/virtfunc.exp: Likewise.
15890
15891 2002-01-18 Andrew Cagney <ac131313@redhat.com>
15892
15893 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
15894 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
15895 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
15896 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
15897 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
15898 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
15899
15900 2002-01-17 Jim Blandy <jimb@redhat.com>
15901
15902 * gdb.asm/asm-source.exp (info symbol): Take another shot at
15903 anchoring the pattern matching the entry point symbol's name.
15904
15905 2002-01-17 Andrew Cagney <ac131313@redhat.com>
15906
15907 * gdb.base/maint.exp: Update ``maint internal-error'' to match
15908 continue/quit query. Update copyright.
15909
15910 2002-01-14 Michael Snyder <msnyder@redhat.com>
15911
15912 * gdb.base/gcore.exp: Remove extra debugging output.
15913
15914 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15915
15916 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
15917 for slightly dubious v2 mangled string.
15918
15919 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
15920
15921 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
15922
15923 2002-01-10 Jason Merrill <jason@redhat.com>
15924
15925 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
15926
15927 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
15928 constructors.
15929 * gdb.c++/derivation.exp: Likewise.
15930 * gdb.c++/templates.exp: Likewise.
15931 * gdb.c++/virtfunc.exp: Likewise.
15932
15933 2002-01-10 Michael Snyder <msnyder@redhat.com>
15934
15935 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
15936
15937 2002-01-08 Michael Snyder <msnyder@redhat.com>
15938
15939 * gdb.base/gcore.exp: New test for generate-core-file command.
15940 * gdb.base/gcore.c: Testcase for above.
15941 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
15942
15943 2002-01-08 Jason Merrill <jason@redhat.com>
15944
15945 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
15946
15947 2002-01-07 Fred Fish <fnf@redhat.com>
15948
15949 * gdb.c++/overload.exp: Remove unconditional xfails for:
15950 print foo_instance1.overloadargs(1)
15951 print foo_instance1.overloadargs(1, 2)
15952 print foo_instance1.overloadargs(1, 2, 3)
15953 print foo_instance1.overloadargs(1, 2, 3, 4)
15954 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
15955 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
15956 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
15957 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
15958 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
15959 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
15960 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
15961 print foo_instance1.overload1arg()
15962 print foo_instance1.overload1arg((char)arg2)
15963 print foo_instance1.overload1arg((signed char)arg3)
15964 print foo_instance1.overload1arg((unsigned char)arg4)
15965 print foo_instance1.overload1arg((int)arg7)
15966 print foo_instance1.overload1arg((unsigned int)arg8)
15967 print foo_instance1.overload1arg((float)arg11)
15968 print foo_instance1.overload1arg((double)arg12)
15969
15970 2002-01-07 Michael Snyder <msnyder@redhat.com>
15971
15972 * gdb.base/huge.exp: New test. Print a very large target data object.
15973 (skip_huge_test): New test variable. Define if you want to skip this
15974 test. The test reads an 8 megabyte data object from the target, so it
15975 might be very time consuming on remote targets with a slow connection.
15976 * gdb.base/huge.c: New file. Test case for above.
15977
15978 2002-01-07 Fred Fish <fnf@redhat.com>
15979
15980 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
15981 g_instance.bfoo, and g_instance.cfoo.
15982
15983 2002-01-07 Jeffrey A Law <law@redhat.com>
15984
15985 * gdb.base/break.c (multi_line_if_conditional): New function.
15986 (multi_ilne_while_conditional): Likewise.
15987 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
15988 IF or WHILE condition puts the breakpoint at the start of
15989 the condition.
15990
15991 * gdb.base/selftest.exp (backtrace through signal handler): Remove
15992 hppa*-*-hpux* expected failure.
15993 * gdb.base/structs.exp (do_function_calls): Similarly.
15994
15995 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
15996 watchpoints.
15997
15998 2002-01-06 Andrew Cagney <ac131313@redhat.com>
15999
16000 Fix PR gdb/66.
16001 * gdb.base/structs.exp: Replace skip for a29k with skip for
16002 gdb,cannot_call_functions.
16003 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
16004 * gdb.base/callfuncs.exp: Ditto.
16005 * gdb.base/call-rt-st.exp: Ditto.
16006 * gdb.base/call-strs.exp: Ditto.
16007 * gdb.base/callfwmall.exp: Ditto.
16008 * gdb.base/scope.exp: Obsolete xfail a29k.
16009 * gdb.c++/misc.exp: Ditto.
16010 * gdb.c++/cplusfuncs.exp: Ditto.
16011 * gdb.base/ptype.exp: Ditto.
16012 * gdb.base/printcmds.exp: Ditto.
16013 * gdb.base/opaque.exp: Ditto.
16014 * gdb.base/list.exp: Ditto.
16015 * gdb.base/funcargs.exp: Ditto.
16016 * gdb.base/default.exp: Ditto.
16017
16018 2002-01-04 Michael Snyder <msnyder@redhat.com>
16019
16020 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
16021 * gdb.base/maint.exp: Add tests for maint info sections options.
16022
16023 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
16024
16025 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
16026
16027 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
16028
16029 * gdb.asm/arm.inc: New file.
16030 * gdb.asm/asm-source.exp: Add arm targets.
16031 * gdb.asm/configure.in: Ditto.
16032 * gdb.asm/configure: Recreated from configure.in.
16033
16034 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
16035
16036 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
16037 with HP's compiler.
16038 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16039 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16040 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16041 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16042
16043 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
16044 either HP's compilers or GCC.
16045
16046 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
16047 a SIGBUS or SIGSEGV.
16048
16049 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
16050
16051 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
16052 can be compiled with either HP's compiler or GCC.
16053
16054 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
16055 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
16056 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
16057
16058 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
16059 to match current gdb output. Update due to using auto-solib-limit
16060 for limiting instead of overloading auto-solib-add.
16061 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
16062 test program.
16063
16064 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
16065 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
16066 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16067 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16068 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16069 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16070 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
16071 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
16072 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
16073 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
16074 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
16075 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
16076 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
16077
16078 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
16079 a SIGTRAP to the inferior.
16080
16081 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
16082
16083 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
16084 Substitute call to target_link by call to gdb_compile.
16085
16086 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
16087
16088 * gdb.base/break.exp: Fix HP specific search string when testing
16089 backtracing in a called function.
16090
16091 * gdb.base/constvars.exp: Only set lang to C++ if we're
16092 compiling the test with HP's compilers.
16093 * gdb.base/volatile.exp: Similarly.
16094
16095 2001-12-19 Jim Blandy <jimb@redhat.com>
16096
16097 * gdb.base/printcmds.exp: Expect the null character to be printed
16098 as '\0', and the '\013' to be printed as '\v'.
16099 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
16100 * gdb.base/setvar.exp: Same.
16101
16102 2001-12-17 Jim Blandy <jimb@redhat.com>
16103
16104 * gdb.base/completion.exp: Rather than completing very long
16105 filenames, which can make the readline library produce output we
16106 don't recognize, cd to the directory first, and then complete
16107 using nice, short relative paths.
16108
16109 * gdb.base/completion.exp: On some systems, there is, in fact, a
16110 variable named `b' in scope, since GDB treats all static
16111 variables as being in scope. So use `no_var_named_this'
16112 instead of `b'.
16113
16114 * gdb.base/corefile.exp: Recognize the message saying that GDB
16115 can't find the core file's registers as a failure.
16116
16117 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16118
16119 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16120 test expect string more specific.
16121
16122 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
16123
16124 * gdb.asm/asm-source.exp: Add support for xstormy16.
16125 * gdb.asm/configure.in: Ditto.
16126 * gdb.asm/configure: Rebuild.
16127 * gdb.asm/xstormy16.inc: New file.
16128
16129 2001-12-10 Fred Fish <fnf@redhat.com>
16130
16131 * gdb.base/maint.exp: Update to match changes in type dumping code.
16132
16133 2001-12-10 Jim Blandy <jimb@redhat.com>
16134
16135 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
16136 matching the entry point symbol's name at the beginning of the
16137 line.
16138
16139 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16140
16141 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
16142 gdb.c++/inherit.exp, gdb.c++/method.exp,
16143 gdb.c++/namespace.exp, gdb.c++/templates.exp,
16144 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
16145 and class layout support.
16146
16147 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16148
16149 * gdb.c++/classes.exp: Add test for static member function.
16150 * gdb.c++/misc.cc: Add class with static member function.
16151
16152 2001-12-07 Jim Blandy <jimb@redhat.com>
16153
16154 If GDB says it can't find the struct the function returned, report
16155 those tests as `unsupported'.
16156 * gdb.base/call-rt-st.exp (print_struct_call): New function.
16157 Rewrite subsequent tests to use it.
16158
16159 If GDB says it can't find the struct the function returned, report
16160 those tests as `unsupported'.
16161 * gdb.base/structs.exp (call_struct_func): New function.
16162 (do_function_calls): Use call_struct_func to call the functions
16163 returning structs.
16164
16165 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
16166 whether functions are prototyped or not, so we can't possibly pass
16167 arguments to t_float_values2 properly.
16168
16169 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
16170 value of `timeout' for targets other than the mips*tx39-*.
16171
16172 2001-12-06 Michael Snyder <msnyder@redhat.com>
16173
16174 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
16175 and detect whether the start symbol has a leading underscore.
16176
16177 2001-12-04 Jim Blandy <jimb@redhat.com>
16178
16179 * gdb.base/completion.exp: Clarify indentation.
16180
16181 2001-12-03 Jim Blandy <jimb@redhat.com>
16182
16183 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
16184 variables on the S/390, not `.word'.
16185
16186 2001-11-30 Jim Blandy <jimb@redhat.com>
16187
16188 Add assembly-source tests for s390-ibm-linux.
16189 * gdb.asm/s390.inc: New file.
16190 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
16191 the S/390 architecture.
16192 * gdb.asm/configure: Regenerated.
16193
16194 2001-11-30 Michael Snyder <msnyder@redhat.com>
16195
16196 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
16197 next, info source, info sources, info line, global and static
16198 variables, and static functions.
16199 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
16200 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
16201 * gdb.asm/asmsrc1.s: Add a static function and some variables.
16202 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
16203 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
16204 (gdbasm_leave): Restore frame pointer.
16205 (gdbasm_startup): Copy stack set-up from crt0.S.
16206
16207 2001-11-26 Fernando Nasser <fnasser@redhat.com>
16208
16209 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
16210 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
16211 to a local (non-static) variable. Copy tstruct.a to a static buffer
16212 and return a pointer to that buffer.
16213 * gdb.base/callfwmall.c (t_structs_a): Ditto.
16214
16215 2001-11-24 Mark Kettenis <kettenis@gnu.org>
16216
16217 * gdb.asm/configure.in: Fix recognition of ix86 target.
16218 * gdb.asm/configure: Regenerate.
16219
16220 2001-11-21 Michael Snyder <msnyder@redhat.com>
16221
16222 * gdb.asm/sparc.inc: New file.
16223 * gdb.asm/asm-source.exp: Recognize sparc target.
16224 * gdb.asm/configure.in: Recognize sparc target.
16225 * gdb.asm/configure: Regenerate.
16226
16227 2001-11-21 Michael Snyder <msnyder@redhat.com>
16228
16229 * gdb.asm/m32r.inc: New file.
16230 * gdb.asm/asm-source.exp: Recognize m32r target.
16231 * gdb.asm/configure.in: Recognize m32r target.
16232 * gdb.asm/configure: Regenerate.
16233
16234 2001-11-20 Michael Snyder <msnyder@redhat.com>
16235
16236 * gdb.asm/i386.inc: New file.
16237 * gdb.asm/asm-source.exp: Recognize ix86 target.
16238 * gdb.asm/configure.in: Recognize ix86 target.
16239 * gdb.asm/configure: Regenerate.
16240
16241 * gdb.c++/namespace.exp: Fix quotes in output messages.
16242
16243 2001-11-14 Michael Snyder <msnyder@redhat.com>
16244
16245 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
16246 qualifier in a type cast expression, to designate an address
16247 in the instruction space (Harvard architecture).
16248
16249 2001-11-13 Michael Snyder <msnyder@redhat.com>
16250
16251 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16252 Tests for expressions using 'const' and 'volatile'.
16253
16254 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
16255
16256 * gdb.asm/asm-sources.exp: Allow defining linker flags.
16257
16258 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
16259
16260 * lib/mi-support.exp (mi_run_to_helper): Move comments
16261 outside of gdb_expect.
16262
16263 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
16264
16265 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16266 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16267 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16268 mi0_run_to): New functions.
16269 * gdb.mi/mi-simplerun.exp: Use them.
16270 * gdb.mi/mi0-simplerun.exp: Likewise.
16271 * gdb.mi/mi-var-cmd.exp: Likewise.
16272 * gdb.mi/mi0-var-cmd.exp: Likewise.
16273
16274 2001-11-10 Andrew Cagney <ac131313@redhat.com>
16275
16276 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16277 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16278
16279 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16280
16281 * gdb.base/restore.exp: Include $expected value in restored test
16282 message.
16283
16284 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16285
16286 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16287 implemented.
16288
16289 2001-11-08 Michael Snyder <msnyder@redhat.com>
16290
16291 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16292 Add pass/fail message for stop at breakpoint in call dummy function.
16293
16294 2001-11-07 Michael Snyder <msnyder@redhat.com>
16295
16296 * gdb.c++/templates.exp (test_template_breakpoints):
16297 If we get an overload menu, but it does not match what
16298 we expect, we still need to issue the "cancel" command.
16299 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16300 making the whitespace optional. Argument for "new" may be
16301 "unsigned" as well as "unsigned int/long".
16302 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
16303 making the whitespace optional. Also replace "(void) with
16304 "((void|)), making the keyword "void" optional.
16305 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
16306 making the whitespace optional. Also replace "(void) with
16307 "((void|)), making the keyword "void" optional.
16308 * gdb.base/callfuncs.c (t_float_values): This function must
16309 _not_ be prototyped, and the following function (t_float_values2)
16310 must be prototyped (if the compiler supports it), so that GDB
16311 can be tested against both cases. Usually one case involves
16312 promotion of float to double, while the other does not.
16313 * gdb.base/callfwmall.c: Ditto.
16314 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16315 includes a stack frame for "start".
16316
16317 2001-11-05 Jim Blandy <jimb@redhat.com>
16318
16319 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
16320 pointers are 32 bits long, and that offsets of relocs are always
16321 stored in the data (REL-style), and not in the reloc entry itself
16322 (RELA-style).
16323 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16324 stabs.
16325
16326 2001-11-01 Michael Snyder <msnyder@redhat.com>
16327
16328 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16329 and regular expression operators by using quoting.
16330
16331 2001-10-31 Michael Snyder <msnyder@redhat.com>
16332
16333 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16334 depending on what the symbol table contains.
16335 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16336 the output of the ptype command. Similarly, accept both "const &"
16337 and "const&".
16338
16339 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
16340
16341 * gdb.base/miscexprs.c (main): Add usage of preprocessor
16342 symbol `STORAGE' to allow to choose the storage class of
16343 the local datastructures.
16344 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16345 compiler directive.
16346
16347 2001-10-30 Michael Snyder <msnyder@redhat.com>
16348
16349 * gdb.base/jump.exp: Allow it to run for all targets.
16350
16351 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16352
16353 * gdb.base/call-ar-st.c (print_double_array): Match for loop
16354 with new double_array size.
16355 (main): Change storage class of all local variables to static.
16356 Reduce size of double_array to 9.
16357 * gdb.base/call-ar-st.exp: Increase timeout value.
16358 Change expected output for double array to match new size in
16359 call-ar-st.c.
16360
16361 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16362
16363 * gdb.base/ending-run.exp: Create identical output when passing
16364 `step to end of run' case. Add regular expression branch satisfying
16365 Stormy16 target.
16366
16367 2001-10-28 Mark Kettenis <kettenis@gnu.org>
16368
16369 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
16370 that we catch the expected failure under Linux/x86.
16371
16372 2001-10-29 Orjan Friberg <orjanf@axis.com>
16373
16374 * gdb.base/setvar.exp: Escape curly braces.
16375 * gdb.stabs/weird.exp: Ditto.
16376
16377 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
16378
16379 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
16380 * gdm.mi/mi0-hack-cli.exp: Likewise.
16381
16382 2001-10-25 Andrew Cagney <ac131313@redhat.com>
16383
16384 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
16385 messages.
16386
16387 2001-10-21 Andrew Cagney <ac131313@redhat.com>
16388
16389 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
16390 checking MI enabled.
16391
16392 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
16393
16394 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
16395
16396 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
16397
16398 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
16399 if gdb child process crashes, just signal an error.
16400
16401 2001-10-02 Jim Blandy <jimb@redhat.com>
16402
16403 * lib/gdb.exp (test_xfail_format): Simplify.
16404
16405 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
16406 front of the variable name `format'. Simplify `if'.
16407
16408 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16409
16410 * gdb.threads/pthreads.exp: Wait for output and delay
16411 before sending ^C.
16412
16413 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16414
16415 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
16416 some incorrect output instead of timing out.
16417 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
16418
16419 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
16420
16421 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
16422 check to allow additional `int'.
16423
16424 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
16425
16426 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
16427 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
16428
16429 2001-09-27 Michael Snyder <msnyder@redhat.com>
16430
16431 * lib/gdb.exp (test_debug_format): New proc.
16432 (setup_xfail_format): Use new proc test_debug_format.
16433 * gdb.base/constvars.exp (local_compiler_xfail_check): New
16434 proc; use new service proc test_debug_format.
16435 Replace all other "gcc_compiled" tests with this test.
16436 * gdb.base/volatile.exp (local_compiler_xfail_check): New
16437 proc; use new service proc test_debug_format.
16438 Replace all other "gcc_compiled" tests with this test.
16439
16440 2001-09-27 Michael Snyder <msnyder@redhat.com>
16441
16442 * gdb.base/cvexpr.exp: New file.
16443 * gdb.base/cvexpr.c: New file
16444 Test for expressions using const and volatile keywords.
16445
16446 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
16447
16448 * gdb.base/constvars.exp: Check for different orders of keywords
16449 and additional "int" strings in output.
16450
16451 2001-09-22 Andrew Cagney <ac131313@redhat.com>
16452
16453 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16454 responses from "help maint".
16455
16456 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
16457
16458 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16459 to localhost:NNN instead of :NNN, in case Xvfb is listening
16460 only on TCP.
16461
16462 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
16463
16464 * gdb.base/recurse.exp: When checking leaving the watchpoint
16465 scope, recognize when gdb is in function's epilogue and pass.
16466
16467 2001-09-18 Keith Seitz <keiths@redhat.com>
16468
16469 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16470 support for running tests against sid targets.
16471 (gdbtk_done): Ditto.
16472
16473 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
16474
16475 * gdb.base/ending-run.c (main): Set stdout buffersize
16476 to the same reasonable value for any target.
16477 * gdb.base/ending-run.exp: Add a regular expression
16478 to make testsuite happy on Sanyo Stormy16 target.
16479
16480 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
16481
16482 * gdb.base/display.c (do_loops): Add float variable `f'.
16483 Increment f in loop.
16484 * gdb.base/display.exp: Increment timeout by 60 seconds.
16485 Change float display test to use variable `f'.
16486
16487 2001-09-17 Jim Blandy <jimb@redhat.com>
16488
16489 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16490 overflowing the limited breakpoint tables on some ROM monitors
16491 (like the ROM68K).
16492
16493 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
16494
16495 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16496 the "-ac" (disable access control) flag.
16497
16498 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
16499
16500 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16501 ints.
16502
16503 2001-08-30 Keith Seitz <keiths@redhat.com>
16504
16505 * lib/gdb.exp: Move all insight-related functionality into
16506 separate file.
16507 * lib/insight-support.exp: New file.
16508
16509 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
16510
16511 * config/sid.exp (sid_start): Never set sid verbosity; disable
16512 expect_background {} that consumed its stdout; tolerate </dev/null.
16513 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16514
16515 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16516
16517 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16518 CLI jump command to start it.
16519 (mi_run_to_main): Fail immediatly when unexpected output.
16520
16521 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16522
16523 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16524 beginning of function. Fix PR gdb/191.
16525
16526 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
16527
16528 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16529 what to force sid endianness to.
16530
16531 2001-08-15 Keith Seitz <keiths@redhat.com>
16532
16533 * lib/gdb.exp (gdbtk_start): Don't set environment
16534 variables for TCL_LIBRARY and friends. Insight will
16535 now figure these out for itself.
16536
16537 2001-08-02 Michael Snyder <msnyder@redhat.com>
16538
16539 * gdb.base/completion.exp: Remove the symbol "a64l" from
16540 the expect string; this is target-specific, and not related
16541 to what is being tested.
16542
16543 2001-08-02 Dave Brolley <brolley@redhat.com>
16544
16545 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16546
16547 2001-07-25 Michael Snyder <msnyder@redhat.com>
16548
16549 * gdb.base/consecutive.exp: New file. Test stepping over
16550 breakpoints on consecutive instructions.
16551 * gdb.base/consecutive.c: New file.
16552
16553 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16554 curly braces in regular expressions.
16555
16556 2001-07-25 Michael Snyder <msnyder@redhat.com>
16557
16558 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16559 legitimate output from stepping out of main.
16560
16561 2001-07-22 Keith Seitz <keiths@redhat.com>
16562
16563 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16564 the empty string, do not run the tests.
16565
16566 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16567
16568 * gdb.base/long_long.exp: Detect size of pointer. Take into
16569 account 2-byte pointers when testing for p/a results.
16570
16571 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16572
16573 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16574 and defined to 1K for m68hc11.
16575 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16576 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16577 (sizeof_random_data): New variable to tell the size of the data table;
16578 don't test past this size; always run to main.
16579
16580 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16581
16582 * gdb.base/return2.exp: return of long long and double fails for
16583 68HC11; don't execute these tests on that platform.
16584 * gdb.base/return.exp: Return of a double fails for 68hc11.
16585
16586 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16587
16588 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16589 tests that print a float.
16590 * call-rt-st.exp: Likewise.
16591
16592 2001-07-12 Mark Kettenis <kettenis@gnu.org>
16593
16594 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16595 running this test on Linux.
16596
16597 2001-06-24 Michael Chastain <chastain@redhat.com>
16598
16599 * gdb.base/arithmet.exp: Remove some tests to make all test names
16600 unique.
16601
16602 2001-07-03 Michael Snyder <msnyder@redhat.com>
16603
16604 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16605 the output of the ptype command.
16606
16607 2001-07-02 Michael Snyder <msnyder@redhat.com>
16608
16609 * gdb.base/completion.exp: Don't assume that break.c is the only
16610 source file that may contain functions named "marker".
16611 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16612
16613 2001-06-28 Andrew Cagney <ac131313@redhat.com>
16614
16615 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16616 of files to delete.
16617
16618 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16619 * gdb.disasm/h8300s.exp: New file.
16620 gdb.disasm/h8300s.s: Likewise.
16621
16622 2001-06-27 Andrew Cagney <ac131313@redhat.com>
16623
16624 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
16625 empty breakpoint tables.
16626
16627 2001-06-25 Andrew Cagney <ac131313@redhat.com>
16628
16629 * lib/mi-support.exp: Update args=... part of stop-reason
16630 patterns. Accept either a list or a tuple.
16631
16632 2001-06-23 Andrew Cagney <ac131313@redhat.com>
16633
16634 * lib/mi-support.exp: Remove local emacs variable defining
16635 change-log-default-name.
16636
16637 2001-06-22 Michael Chastain <chastain@redhat.com>
16638
16639 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
16640 This is operationally compatible with the previous version.
16641
16642 2001-06-13 Jim Blandy <jimb@redhat.com>
16643
16644 * lib/gdb.exp (gdb_test): Doc fix.
16645
16646 2001-06-10 Michael Chastain <chastain@redhat.com>
16647
16648 * gdb.base/exprs.exp: Remove a duplicate test.
16649
16650 2001-06-06 Jim Blandy <jimb@redhat.com>
16651
16652 * gdb.base/return2.exp (main): Use values to test float and double
16653 returns that are not NaN's, to avoid being confused by IEEE
16654 comparison rules.
16655
16656 2001-06-04 Michael Snyder <msnyder@redhat.com>
16657
16658 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
16659 non-zero if control_c fails. Terminate the test on failure,
16660 rather than wait for 12 more tests to time out.
16661
16662 2001-06-06 Jim Blandy <jimb@redhat.com>
16663
16664 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
16665 Don't forget to match the GDB prompt.
16666
16667 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
16668
16669 2001-06-04 Jim Blandy <jimb@redhat.com>
16670
16671 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
16672 command.
16673
16674 2001-05-31 Kevin Buettner <kevinb@redhat.com>
16675
16676 * gdb.base/annota1.exp (info break): Match four or more spaces
16677 after "Address".
16678
16679 2001-05-31 Michael Chastain <chastain@redhat.com>
16680
16681 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
16682 (dm_type_int_star): Likewise.
16683 (dm_type_long_star): Likewise.
16684 (dm_type_void_star): Likewise.
16685
16686 2001-05-29 Kevin Buettner <kevinb@redhat.com>
16687
16688 * gdb.base/completion.exp (INPUTRC): Set this environment variable
16689 to a known value in order to get consistent results regardless
16690 of the setting of INPUTRC or the presence or contents of .inputrc.
16691
16692 2001-05-24 Michael Snyder <msnyder@redhat.com>
16693
16694 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
16695 Don't require that the main thread and the manager thread are the
16696 first in the list.
16697
16698 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
16699 debugging. If test fails, issue an "unsupported" not a "fail".
16700
16701 2001-05-24 Jim Blandy <jimb@redhat.com>
16702
16703 Don't assume that short is shorter than int.
16704 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
16705 assume that shorts are smaller than ints. On a 16-bit machine,
16706 this isn't true.
16707 ("print unsigned char == (~0)"): Add test that verifies that ~0,
16708 an int, is not equal to ~0 stored in an unsigned char. This tests
16709 the same thing that the previous test meant to, but works on
16710 16-bit machines, too.
16711 ("print unsigned char != (~0)"): Same test, complemented.
16712
16713 2001-05-24 Michael Snyder <msnyder@redhat.com>
16714
16715 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
16716 test for (full_coverage == 0). This makes the test run faster,
16717 and prevents dejagnu getting out of step.
16718
16719 2001-05-23 Kevin Buettner <kevinb@redhat.com>
16720
16721 * gdb.base/finish.exp (finish_void): Revise pattern for
16722 stopping on the call statement to not permit stopping at
16723 the start of the instructions comprising the call sequence.
16724
16725 2001-05-19 Michael Chastain <chastain@redhat.com>
16726
16727 * gdb.base/callfuncs.exp: Make all test names unique.
16728 * gdb.base/commands.exp: Make all test names unique.
16729 * gdb.base/condbreak.exp: Make all test names unique.
16730 * gdb.base/dbx.exp: Make all test names unique.
16731 * gdb.base/default.exp: Make all test names unique.
16732 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
16733 and TIMEOUT messages to their corresponding PASS message.
16734 * gdb.base/ending-run.exp: Make all test names unique.
16735 * gdb.base/long_long.exp: Remove duplicate test.
16736
16737 2001-05-21 Kevin Buettner <kevinb@redhat.com>
16738
16739 * gdb.base/finish.exp (finish_void): Allow "finish" command to
16740 stop on the call statement as well as the statement after the
16741 call.
16742
16743 2001-05-21 Michael Snyder <msnyder@redhat.com>
16744
16745 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
16746
16747 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16748
16749 * gdb.base/completion.exp: Revamp test. Make it execute on all
16750 platforms.
16751
16752 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
16753
16754 * config/gdbserver.exp (gdb_load): Handle the case
16755 in which the arguments to gdbserver are given in the
16756 baseboard configuration file.
16757 Also handle the case in which the server needs to do a
16758 load.
16759
16760 2001-05-07 Keith Seitz <keiths@cygnus.com>
16761
16762 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
16763 set up the display for testing.
16764 (gdbtk_start): Convert all paths to paths that tcl will like.
16765 Export target information to environment.
16766 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
16767 necessary.
16768 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
16769 (to_tcl_path): New proc to convert a given pathname into
16770 a path acceptible as an argument to a tcl command.
16771 (_gdbtk_export_target_info): New proc to export target info
16772 into the environment for gdbtk testing.
16773 (gdbtk_done): New proc to signal end-of-test.
16774
16775 2001-05-06 Jim Blandy <jimb@redhat.com>
16776
16777 * restore.c: Make the code of caller0 correspond to its comment.
16778
16779 2001-05-03 Michael Snyder <msnyder@redhat.com>
16780
16781 * config/sid.exp (gdb_target_sid): Check for error messages.
16782 On error or timeout, don't make expect exit (which will terminate
16783 all subsequent tests); instead just make gdb exit.
16784 (gdb_load): Check for error messages. On error or timeout,
16785 return a negative value.
16786
16787 2001-04-24 Jim Blandy <jimb@redhat.com>
16788
16789 * gdb.c++/templates.exp: If we see the prompt for the overload
16790 list, but we haven't recognized any of the longer patterns,
16791 arrange for this test to fail, not hang.
16792
16793 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
16794 variations.
16795
16796 2001-04-22 Michael Chastain <chastain@redhat.com>
16797
16798 * gdb.c++/local.exp: Use the 'runto' library function.
16799 * gdb.c++/namespace.exp: Likewise.
16800 * gdb.c++/overload.exp: Likewise.
16801
16802 2001-03-26 Kevin Buettner <kevinb@redhat.com>
16803
16804 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
16805 * gdb.base/step-line.exp: New file. Test step/next in presence of
16806 #line directives.
16807 * gdb.base/step-line.c: New file. Test program for the above.
16808 * gdb.base/step-line.inp: New file. We pretend that this file has
16809 been transformed by some other tool into step-line.c.
16810
16811 2001-03-21 Jim Blandy <jimb@redhat.com>
16812
16813 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
16814 unmangled operator names.
16815
16816 2001-03-20 Jim Blandy <jimb@redhat.com>
16817
16818 * gdb.threads/linux-dp.exp: Recognize an additional message
16819 generated by GDB when it doesn't understand how to debug threads
16820 on the target system.
16821
16822 2001-03-19 Andrew Cagney <ac131313@redhat.com>
16823
16824 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
16825
16826 2001-03-12 Michael Chastain <chastain@redhat.com>
16827
16828 * gdb.c++/derivation.exp: Use the 'runto' library function.
16829
16830 2001-03-12 Michael Chastain <chastain@redhat.com>
16831
16832 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
16833
16834 2001-02-24 Michael Chastain <chastain@redhat.com>
16835
16836 * gdb.c++/ref-types.exp: Change handwritten code to library
16837 function 'runto'.
16838
16839 2001-03-16 Orjan Friberg <orjanf@axis.com>
16840
16841 * gdb.base/signals.exp: Set count to 0 explicitly.
16842
16843 2001-03-15 Mark Salter <msalter@redhat.com>
16844
16845 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
16846 (gdb_target_monitor): Add check of gdb_target_cmd return value.
16847 (gdb_load): Add support for additional target_info: gdb_download_size
16848 and gdb_load_timeout.
16849
16850 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
16851
16852 * gdb.base/annota1.exp: Move test of isnative to earlier in the
16853 file -- to prevent failing when the compile fails but we have no
16854 intention of running the tests anyway.
16855
16856 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
16857 tests if set.
16858
16859 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
16860 integers.
16861
16862 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
16863 * gdb.c++/namespace.exp: Ditto.
16864
16865 2001-03-07 Orjan Friberg <orjanf@axis.com>
16866
16867 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
16868 * gdb.base/pointers.exp: Relax pattern match of decimals.
16869
16870 2001-03-06 Kevin Buettner <kevinb@redhat.com>
16871
16872 * Makefile.in, config/abug.exp, config/cfdbug.exp,
16873 config/cpu32bug.exp, config/dve.exp, config/est.exp,
16874 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
16875 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
16876 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
16877 config/sh.exp, config/sid.exp, config/slite.exp,
16878 config/sparclet.exp, config/udi.exp, config/unknown.exp,
16879 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
16880 config/vxworks.exp, config/vxworks29k.exp,
16881 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
16882 gdb.base/all-bin.exp, gdb.base/annota1.exp,
16883 gdb.base/arithmet.exp, gdb.base/assign.exp,
16884 gdb.base/async.exp, gdb.base/attach.exp,
16885 gdb.base/bitfields.exp, gdb.base/bitops.exp,
16886 gdb.base/break.exp, gdb.base/call-ar-st.exp,
16887 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
16888 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
16889 gdb.base/commands.exp, gdb.base/completion.exp,
16890 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16891 gdb.base/constvars.exp, gdb.base/corefile.exp,
16892 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
16893 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
16894 gdb.base/ending-run.exp, gdb.base/environ.exp,
16895 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16896 gdb.base/finish.exp, gdb.base/foll-exec.exp,
16897 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
16898 gdb.base/funcargs.exp, gdb.base/help.exp,
16899 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
16900 gdb.base/logical.exp, gdb.base/long_long.exp,
16901 gdb.base/maint.exp, gdb.base/mips_pro.exp,
16902 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
16903 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
16904 gdb.base/pointers.exp, gdb.base/printcmds.exp,
16905 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
16906 gdb.base/regs.exp, gdb.base/relational.exp,
16907 gdb.base/remote.exp, gdb.base/reread.exp,
16908 gdb.base/restore.exp, gdb.base/return2.exp,
16909 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
16910 gdb.base/selftest.exp, gdb.base/setshow.exp,
16911 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
16912 gdb.base/sigall.exp, gdb.base/signals.exp,
16913 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
16914 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16915 gdb.base/step-test.exp, gdb.base/structs.c,
16916 gdb.base/structs.exp, gdb.base/structs2.exp,
16917 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
16918 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
16919 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
16920 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16921 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
16922 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
16923 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
16924 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
16925 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
16926 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
16927 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
16928 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
16929 gdb.fortran/types.exp, gdb.java/jmisc.exp,
16930 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16931 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
16932 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16933 gdb.trace/circ.exp, gdb.trace/collection.exp,
16934 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16935 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16936 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
16937 gdb.trace/report.exp, gdb.trace/save-trace.exp,
16938 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16939 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16940 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
16941 notices.
16942
16943 2001-02-27 Michael Snyder <msnyder@cygnus.com>
16944
16945 * gdb.base/varargs.c (find_max_double): Fix printf format string:
16946 first arg is int not float.
16947
16948 2001-02-22 Michael Snyder <msnyder@cygnus.com>
16949
16950 * gdb.base/reread.exp: Unsupported for non-native targets;
16951 doesn't work for remote debugging.
16952
16953 2001-02-19 Fernando Nasser <fnasser@redhat.com>
16954
16955 From Drew Moseley <dmoseley@redhat.com>
16956 * gdb.base/ending-run.exp: Properly handle the BSP state when
16957 stepping past the end of main.
16958
16959 2001-02-19 John Moore <jmoore@redhat.com>
16960
16961 * gdb.base/commands.exp (infrun_breakpoint_command_test):
16962 Converted HPUX fix for non-expected items following multiple
16963 step commands into general solution for all platforms.
16964
16965 2001-02-18 Michael Chastain <chastain@redhat.com>
16966
16967 * gdb.c++/classes.exp (do_tests): Change runto statements
16968 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16969 statements demangler agnostic.
16970 * gdb.c++/virtfunc.exp (do_tests): Likewise.
16971 (gdb_virtfunc_restart): Likewise.
16972
16973 2001-02-14 Michael Chastain <chastain@redhat.com>
16974
16975 * gdb.c++/inherit.exp (do_tests): Change runto statements
16976 from "runto 'foo(void)'" to "runto 'foo'". This makes the
16977 statements demangler agnostic.
16978
16979 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
16980
16981 * gdb.threads/pthreads.exp: Unify pass/fail messages for
16982 ``continue to bkpt at common_routine in thread 2'' and ``stopped
16983 before calling common_routine 15 times'' tests.
16984
16985 2001-02-11 Michael Chastain <chastain@redhat.com>
16986
16987 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
16988 Helps the test script figure out which demangler is in use.
16989 (dm_type_foo_ref): Ditto.
16990 (dm_type_int_star): Ditto.
16991 (dm_type_long_star): Ditto.
16992 (dm_type_unsigned_int): Ditto.
16993 (dm_type_void): Ditto.
16994 (dm_type_void_star): Ditto.
16995 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
16996 Probe the gdb demangler and set variables to accommodate
16997 formatting differences.
16998 (info_func_regexp): New function. Same as info_func, but
16999 matches against a regexp.
17000 (info_func): Match against a literal string.
17001 (print_addr_2): New function. Match against a literal string,
17002 which can be different from the input to gdb.
17003 (print_addr): Simply call print_addr_2 with the same argument twice.
17004 (test_lookup_operator_functions): Use demangler formatting variables.
17005 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
17006 the tests in the same order as the C++ class declaration.
17007 (test_paddr_operator_functions): Ditto.
17008 (test_paddr_overloaded_functions): Ditto.
17009 (test_paddr_hairy_functions): Use demangler formatting variables.
17010 Add reference to gdb/19 for related tests.
17011 (do_tests): Call probe_demangler.
17012
17013 2001-01-30 Kevin Buettner <kevinb@redhat.com>
17014
17015 * gdb.c++/templates.cc (printf): Remove unused function definition.
17016
17017 2001-01-26 Felix Lee <flee@redhat.com>
17018
17019 * sid.exp (sid_exit): Pass host, not target, to remote_close.
17020
17021 2001-01-25 matthew green <mrg@redhat.com>
17022
17023 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
17024 up sid.
17025 (sid_exit): Call `remote_pop_conn' after GDB is gone.
17026
17027 2001-01-25 matthew green <mrg@redhat.com>
17028
17029 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
17030 Deprecate $sid_spawn_id.
17031 (sid_exit): Remove code necessary only for `spawn.'
17032
17033 2001-01-25 matthew green <mrg@redhat.com>
17034
17035 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
17036
17037 2001-01-28 Michael Chastain <chastain@redhat.com>
17038
17039 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
17040 to call when tests fail. It takes gdb out of the overloaded
17041 function choice menu back to the main prompt, so that the test
17042 program stays synchronized.
17043 (set_bp_overloaded): New proc to collect all the common
17044 code for setting a breakpoint on an overloaded name. Calls
17045 take_gdb_out_of_choice_menu when needed.
17046 (menu_overload1arg): New variable to collect the repeated
17047 instances of the expected menu for an overloaded name. Change
17048 the regular expression to handle changes in g++ type encoding:
17049 "void" can be either "void" or "", and "unsigned int" can be
17050 either "unsigned int" or "unsigned".
17051 (continue_to_bp_overloaded): Change regular expressions to handle
17052 changes in g++ type encoding.
17053 (no proc): Call take_gdb_out_of_choice_menu when needed.
17054 Remove redundant calls to "info break". Accept either "canceled"
17055 or "cancelled". Change regular expressions in "info break"
17056 calls to handle changes in g++ type encoding. Give all tests
17057 unique strings.
17058
17059 2001-01-17 Ben Elliston <bje@redhat.com>
17060
17061 * config/sid.exp: New file.
17062
17063 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
17064
17065 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
17066
17067 2000-12-21 Michael Snyder <msnyder@cygnus.com>
17068
17069 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
17070 Add a RE to accept a non-ascii char if one is ever presented.
17071
17072 2000-12-20 Fernando Nasser <fnasser@redhat.com>
17073
17074 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
17075
17076 2000-12-18 Michael Snyder <msnyder@cygnus.com>
17077
17078 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
17079 in regexp. One '\' does not suffice on Linux.
17080
17081 2000-12-09 Michael Chastain <chastain@redhat.com>
17082
17083 * gdb.base/break.exp (test_clear_command): Use a marker function
17084 rather than 'main' for the test function. Also move this
17085 test to an execution point where the marker function names are
17086 guaranteed to be bound to functions. (Executing tests after a
17087 'finish' from main runs into name conflicts with local names
17088 in __libc_start_main).
17089
17090 2000-12-07 Michael Snyder <msnyder@cygnus.com>
17091
17092 * gdb.base/finish.exp: New test for gdb's "finish" command.
17093 * gdb.base/return2.exp: New test for gdb's "return" command.
17094 * gdb.base/return2.c: New source file for above.
17095
17096 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17097
17098 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
17099 * gdb.base/miscexprs.exp: Ditto.
17100 * gdb.base/pointers.exp: Ditto.
17101 * gdb.c++/derivation.exp: Ditto.
17102 * gdb.c++/local.exp: Ditto.
17103 * gdb.c++/namespace.exp: Ditto.
17104 * gdb.c++/overload.exp: Ditto.
17105 * gdb.c++/ref-types.exp: Ditto.
17106
17107 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17108
17109 * gdb.base/constvars.exp: Test result of "up" command.
17110 * gdb.base/miscexprs.exp: Ditto.
17111 * gdb.base/pointers.exp: Ditto.
17112 * gdb.base/scope.exp: Ditto.
17113 * gdb.c++/derivation.exp: Ditto.
17114 * gdb.c++/local.exp: Ditto.
17115 * gdb.c++/namespace.exp: Ditto.
17116 * gdb.c++/overload.exp: Ditto.
17117 * gdb.c++/ref-types.exp: Ditto.
17118
17119 2000-11-22 Michael Chastain <chastain@redhat.com>
17120
17121 * mips_pro.exp: Accept either "middle -> top -> main" or
17122 "middle -> main" in the backtrace, because gcc can optimize
17123 tail calls to jumps. Remove setup_xfail for the hppa case.
17124 Add a comment with the original warning messages from PR 3016,
17125 which was filed in 1993, to preserve them for posterity.
17126
17127 2000-11-17 Nick Duffek <nsd@redhat.com>
17128
17129 * lib/gdb.exp (gdb_test): Override timeout with board info.
17130
17131 2000-11-17 Nick Duffek <nsd@redhat.com>
17132
17133 * gdb.base/display.exp: Don't kill running stub. Add "again" to
17134 the second kill and detach messages.
17135
17136 2000-11-17 Nick Duffek <nsd@redhat.com>
17137
17138 * configure.in: Add AC_EXEEXT.
17139 * configure: Regenerate.
17140 * Makefile.in (just-check): Export EXEEXT.
17141 * lib/gdb.exp ($EXEEXT): Import from environment.
17142 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
17143 expect "maint dump-me" on Cygwin.
17144 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
17145 $EXEEXT.
17146
17147 2000-11-17 Nick Duffek <nsd@redhat.com>
17148
17149 * gdb.base/break.exp: Test backtrace and finish from called
17150 function on all platforms, not just HP-UX.
17151
17152 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17153
17154 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
17155 code from gdb_target_monitor, so it can be used independantly
17156 for gdbserver. Also comment out an unnecessary PUTS.
17157
17158 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17159
17160 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
17161 * gdb.base/corefile.exp: Expect the message "Program is being
17162 debugged already" when we send the "corefile" command, since
17163 the preceeding gdb_load may have connected gdb to a remote target.
17164 * gdb.base/display.exp: Disable hardware watchpoints if new
17165 board info variable "no_hardware_watchpoints" is true.
17166 Replace single-letter commands with more readable ones.
17167 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
17168 if new board info variable "no_hardware_watchpoints" is true.
17169 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
17170 to see if stdio (printf) testing is possible.
17171 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
17172 board info variable "no_hardware_watchpoints" is true. Use new
17173 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
17174
17175 2000-11-13 Fernando Nasser <fnasser@redhat.com>
17176
17177 From Orjan Friberg <orjanf@axis.com>:
17178 * gdb.base/printcmds.exp: Escape curly braces followed by a number
17179 in array print pattern match.
17180
17181 2000-11-09 Fernando Nasser <fnasser@redhat.com>
17182
17183 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
17184 spelling "cancelled" to U.S. spelling "canceled" to match changes
17185 made to gdb.
17186 * gdb.c++/ovldbreak.exp: Ditto.
17187
17188 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17189
17190 * gdb.base/callfuncs.c (main): Moved to end of file, call
17191 t_double_values to initialize the FPU before inferior calls are made.
17192 * gdb.base/callfuncs.exp: Test for register preservation after calling
17193 inferior functions. Add tests for continuining, finishing and
17194 returning from a stop in a call dummy.
17195
17196 2000-10-24 Michael Snyder <msnyder@cygnus.com>
17197
17198 * gdb.base/commands.exp: Break up long lines, and re-indent.
17199
17200 2000-10-19 Michael Snyder <msnyder@cygnus.com>
17201
17202 * config/gdbserver.exp: Rewritten from the ground up, to make it
17203 compatible with the current dejagnu tree, and to make it work with
17204 the new "gdbserver" in libremote.
17205
17206 2000-10-16 Michael Snyder <msnyder@cygnus.com>
17207
17208 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
17209 * gdb.base/varargs.exp: Skip entire test if no printf support.
17210 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
17211 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
17212
17213 2000-10-13 Michael Snyder <msnyder@cygnus.com>
17214
17215 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
17216 no floating point support.
17217 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
17218 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17219 * gdb.base/call-rt-st.exp: Ditto.
17220 * gdb.base/call-strs.exp: Ditto.
17221
17222 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
17223
17224 * gdb.base/sizeof.c: include <stdio.h>.
17225
17226 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
17227 'finish', otherwise uncaptured gdb_prompt would potentially
17228 throw remaining test points out of sync.
17229
17230 2000-07-26 Scott Bambrough <scottb@netwinder.org>
17231
17232 * gdb.base/recurse.exp: Run tests for all targets.
17233 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17234 gnu-oldld case on ARM.
17235 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17236 for ARM targets.
17237
17238 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
17239
17240 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17241 * gdb.java/configure: Rebuild.
17242
17243 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
17244
17245 * gdb.java/jv-exp.exp: New file.
17246
17247 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
17248
17249 * configure: Rebuilt.
17250 * configure.in (configdirs): Add gdb.java.
17251 * gdb.java/jmisc.java: New file.
17252 * gdb.java/jmisc.exp: New file.
17253 * gdb.java/Makefile.in: New file.
17254 * gdb.java/configure: Rebuilt.
17255 * gdb.java/configure.in: New file.
17256 * lib/java.exp: New file.
17257
17258 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
17259
17260 * gdb.base/exprs.exp: Test casts to a pointer including over and
17261 underflow.
17262
17263 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
17264
17265 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
17266 and the compilers sizes.
17267
17268 2000-07-09 Nick Duffek <nsd@redhat.com>
17269
17270 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17271 (use_methods): New function.
17272 (main): Call use_methods().
17273 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17274 (do_tests): Call test_method_param_class.
17275
17276 2000-07-09 Nick Duffek <nsd@redhat.com>
17277
17278 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17279 spelling.
17280 (test_enums): New procedure. Move enum tests from end of script
17281 to here. Set breakpoint on function name instead of line number.
17282 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17283 (enums2): New marker function.
17284 (enums1): New function.
17285 (main): Call enums1(). Move enum tests to enums1().
17286
17287 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
17288
17289 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
17290 compile/link program. Update line numbers.
17291 * gdb.asm/d10v.inc: Define ``startup''.
17292 * gdb.asm/asmsrc1.s: Add definition of _start.
17293
17294 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
17295
17296 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17297
17298 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17299
17300 * gdb.base/maint.exp: Add 'maint print architecture' item to output
17301 of 'help maint print' command.
17302
17303 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
17304
17305 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
17306 they use gdb_expect_list.
17307
17308 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
17309
17310 * gdb.base/commands.exp: Use ``set remote
17311 memory-read-packet-size'' instead of ``set endian big'' to test
17312 long commands.
17313
17314 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
17315
17316 * gdb.c++/templates.exp (do_tests): Make all of these work under
17317 g++, and stop skipping them.
17318
17319 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17320 work under g++.
17321
17322 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
17323 initialization.
17324
17325 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17326
17327 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17328 the regular expression: accept an (almost) arbitrary sequence of
17329 "frames-invalid" and "breakpoints-invalid" messages both before
17330 and after the "starting" message.
17331
17332 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17333
17334 * gdb.c++/local.exp: This test has never been known to work with g++.
17335
17336 2000-05-18 Michael Snyder <msnyder@cygnus.com>
17337
17338 * gdb.base/annota1.exp (annotate-signal-handler-caller):
17339 Relax the regular expression a little, make it pass on Solaris 8.
17340
17341 2000-05-12 Kevin Buettner <kevinb@redhat.com>
17342
17343 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
17344 a call, do not require that gdb stop on the line after the call.
17345 Instead, it is permissible for gdb to stop on the line of the
17346 call itself.
17347
17348 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
17349
17350 * gdb.base/break.exp (bp on small function, optimized file):
17351 Add a second pass pattern. The behavior differs here between stabs
17352 and dwarf for one-line functions. Stabs preserves two line symbols
17353 (one before the prologue and one after) with the same line number,
17354 but dwarf regards these as duplicates and discards one of them.
17355 Therefore the address after the prologue (where the breakpoint is)
17356 has no exactly matching line symbol, and GDB reports the breakpoint
17357 as if it were in the middle of a line rather than at the beginning.
17358
17359 2000-05-08 Michael Snyder <msnyder@cygnus.com>
17360
17361 * gdb.base/interrupt.exp: Make "pass" message say "send"
17362 rather than "send_gdb" (for consistancy).
17363
17364 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
17365
17366 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
17367 * gdb.c++/templates.cc: Properly check for GCC version number.
17368 * lib/compiler.cc: Likewise
17369
17370 2000-04-28 Michael Snyder <msnyder@cygnus.com>
17371
17372 * gdb.base/break.exp: When compiled with -O2 optimization,
17373 gdb may not stop at the first line of main, due to code motion.
17374
17375 2000-04-26 Michael Snyder <msnyder@cygnus.com>
17376
17377 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
17378 This test depends on parsing the printf output from the target.
17379 Since the sparclet stub doesn't do stdio, this will never work.
17380 * gdb.base/call-rt-st.exp: ditto.
17381 * gdb.base/call-strs: ditto.
17382
17383 2000-04-24 Michael Snyder <msnyder@cygnus.com>
17384
17385 * gdb.base/miscexprs.exp: make sizeof long array test portable.
17386
17387 * gdb.base/ending-run.exp: After connecting to a remote target,
17388 but before running, the target will appear to be in a random
17389 location. Specify both a file and a line for breakpoints.
17390 Also, the function that calls main may be called 'init'
17391 rather than 'start'.
17392
17393 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17394
17395 * gdb.base/help.exp: Update output for add-symbol-file command.
17396
17397 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
17398
17399 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17400 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
17401
17402 2000-04-07 J.T. Conklin <jtc@redback.com>
17403
17404 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
17405
17406 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
17407
17408 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
17409
17410 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
17411 values that can be represented exactly.
17412 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
17413 above change, and to not check against the directory part of the source
17414 file name.
17415 (step into print_long_arg_list): Likewise.
17416 (print print_small_structs from print_long_arg_list): Likewise.
17417 (print print_long_arg_list): Likewise.
17418
17419 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17420
17421 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
17422
17423 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
17424
17425 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
17426
17427 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
17428
17429 * gdb.base/commands.exp (deprecated_command_test): Add test for
17430 deprecate with no arguments.
17431
17432 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
17433
17434 * gdb.base/break.exp: Add new test for setting breakpoints on
17435 optimized code so we can test breakpoints work even when function
17436 prologues may be optimized away
17437
17438 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
17439
17440 From David Whedon <dwhedon@gordian.com>
17441 * gdb.base/commands.exp : Added command deprecator tests.
17442
17443 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
17444
17445 * gdb.base/help.exp: Added test for new apropos command.
17446
17447 2000-03-21 Kevin Buettner <kevinb@redhat.com>
17448
17449 * gdb.base/pointers.c (usevar): New function.
17450 (main): Make sure that global variables v_int_pointer2, rptr,
17451 and y are all referenced someplace in the program by calling
17452 usevar() on them. [Some linkers delete symbols which are
17453 never referenced. The space remains, but there's no way to
17454 get a (symbolic) handle on the variable from the debugger.]
17455
17456 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17457
17458 * gdb.base/printcmds.c: Add typedeffed arrays.
17459
17460 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17461 procedure to test arrays that are typedef'd.
17462
17463 2000-03-13 James Ingham <jingham@leda.cygnus.com>
17464
17465 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17466 the library directories.
17467
17468 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17469
17470 * configure.in (configdirs): Add sub directory gdb.mi.
17471 * configure: Re-generate.
17472
17473 * gdb.mi: New directory.
17474
17475 2000-02-25 Scott Bambrough <scottb@netwinder.org>
17476
17477 * gdb.base/long_long.exp: Correct test suite failure when printing
17478 a long long value as a double on ARM platforms.
17479
17480 2000-02-16 Jim Blandy <jimb@redhat.com>
17481
17482 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17483 default source file is set properly before running this test.
17484
17485 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17486
17487 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17488 gdbtk/library directory, not in gdbtcl2.
17489
17490 2000-02-04 Jim Blandy <jimb@redhat.com>
17491
17492 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17493 backslash from regexp pattern.
17494
17495 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17496 procedure. Use it to run all the "continue to bp overloaded"
17497 tests. Note that this changes the names of the tests slightly.
17498 If the breakpoint hit message includes a hex PC value, because
17499 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17500 from the real source code, still consider that a pass.
17501
17502 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17503 XFAIL here if the breakpoint message contains a hex address. Note
17504 similar change on 1999-11-02.
17505
17506 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17507
17508 * gdb.base/ptype.exp: Establish a default source file before
17509 calling get_debug_format.
17510
17511 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17512
17513 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17514
17515 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17516
17517 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17518 of successive stepi commands -- while in the prologue we should see
17519 the function entry bracket.
17520
17521 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17522
17523 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17524 reach __change_mode() when stepping through the end of main().
17525
17526 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17527
17528 * gdb.base/default.exp: Fix expected pattern.
17529 * gdb.base/help.exp: Same.
17530
17531 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17532
17533 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17534 Don't use xfail's because that affects only the following test.
17535
17536 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17537 solaris or linux.
17538
17539 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17540
17541 2000-01-07 Michael Snyder <msnyder@cygnus.com>
17542
17543 * gdb.base/display.exp: Some yacc parsers like to say
17544 "A syntax error" rather than "A parse error". Accept both.
17545
17546 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17547
17548 * gdb.base/default.exp: Remove OS dependent string from "target
17549 remote" test.
17550 * gdb.base/help.exp: Same for "help target remote" test.
17551
17552 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17553
17554 From Jim Kingdon <kingdon@redhat.com>:
17555
17556 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17557 prompt (cleanup rather than necessity, but still might keep output
17558 from spilling to next test).
17559
17560 2000-01-02 Fred Fish <fnf@cygnus.com>
17561
17562 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17563 AIX, which defines them in <sys/types.h>.
17564
17565 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
17566
17567 * gdb.base/default.exp: Match arm* etc instead of arm in "info
17568 float" test.
17569
17570 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
17571
17572 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17573
17574 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17575 outermost frame disallowed".
17576
17577 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17578
17579 * gdb.base/setvar.exp: New tests for setting the value of a struct
17580 with a constant list.
17581
17582 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17583
17584 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17585 require the user to type a cast before setting the value of a struct.
17586
17587 1999-12-06 Jim Blandy <jimb@cygnus.com>
17588
17589 * gdb.base/default.exp: Expect the new 'info float' command on
17590 all i386 platforms.
17591
17592 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17593 LinuxThreads libraries that don't support debugging.
17594
17595 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17596
17597 * gdb.base/remote.c: Fill the buffer with truely random data.
17598 Change the buffer type to ``unsigned char'' to simplify size
17599 arithmetic.
17600
17601 * gdb.base/remote.exp: Reduce download numbers by one. Typical
17602 stub only handles 400-1 byte packets. Verify that the download
17603 worked.
17604
17605 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17606
17607 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17608 tests, using UNRESOLVED for the untested cases. Also, does not wait
17609 for a timeout if the prompt was received before a recognizable pattern.
17610
17611 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17612
17613 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17614
17615 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17616
17617 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17618 watchpoints.
17619
17620 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
17621
17622 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
17623
17624 * gdb.c++/local.exp: Be more flexible in recognizing local class
17625 name mangling. Don't allow horribly truncated method names.
17626 * gdb.c++/derivation.exp: Expect protected inheritance.
17627 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
17628 * gdb.c++/virtfunc.exp: Likewise.
17629 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
17630 when printing a nested enum.
17631
17632 1999-11-22 Jim Blandy <jimb@cygnus.com>
17633
17634 * gdb.base/step-test.exp: Properly await GDB's response to setting
17635 a breakpoint on the call to large_struct_by_value.
17636
17637 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
17638 just because we have debug info for the `start' function.
17639
17640 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
17641
17642 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
17643 "Unknown signal" messages, which indicate (on LinuxThreads) that
17644 GDB doesn't know how to debug threads on this system. This is
17645 better than hanging while philosopher 0 dumps chatter into gdb.log.
17646
17647 1999-11-18 Tom Tromey <tromey@cygnus.com>
17648
17649 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
17650
17651 1999-11-18 Fred Fish <fnf@cygnus.com>
17652
17653 * gdb.base/coremaker2.c: Add sample program for generating
17654 cores that is more self contained than coremaker.c. Eventually
17655 I'll add more code to this and tie it into the testsuite.
17656
17657 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
17658
17659 * gdb.base/dollar.exp: Remove, now in gdb.hp.
17660
17661 1999-11-10 Jimmy Guo <guo@cup.hp.com>
17662
17663 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
17664 from $srcdir/lib/.
17665 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
17666 and gdb.c++/.
17667
17668 * gdb.c++/derivation.exp: remove redundant get compiler info code.
17669
17670 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
17671 'continue with watch' test point.
17672
17673 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
17674
17675 Merged from p2linux-990323-branch:
17676
17677 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
17678
17679 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
17680
17681 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
17682 {limit,fixed}''. Test ``set download-write-size''.
17683
17684 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
17685
17686 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
17687 gdb_expect_list.
17688
17689 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
17690
17691 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
17692
17693 1999-11-03 Mark Salter <msalter@cygnus.com>
17694
17695 * gdb.base/break.exp: Fix "stub continue" pattern.
17696
17697 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
17698
17699 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
17700
17701 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
17702
17703 * gdb.base/display.exp ("finish"): Add timeout clause.
17704
17705 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
17706 plain prompt clause, so this doesn't have to time out in order to
17707 fail.
17708
17709 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
17710 breakpoint hit messages include an address.
17711
17712 * gdb.base/display.exp: Don't forget to escape parens in regular
17713 expressions. Unix regexp notatation sucks.
17714
17715 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17716
17717 * gdb.base/annota1.exp: Test for annotate-signalled: change output
17718 order for 'signalled' message.
17719
17720 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
17721
17722 From Jimmy Guo <guo@cup.hp.com>:
17723 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
17724 * gdb.base/annota1.c: Add code for tests to work with.
17725
17726 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
17727
17728 * gdb.base/remote.exp: New test for remote downloading settings.
17729 * gdb.base/remote.c: New file with large .data.
17730
17731 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
17732
17733 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
17734 for LinuxThreads support, merged from the Code Fusion branch.
17735
17736 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
17737
17738 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
17739 containing exp_continue into a while within an expect. Don't
17740 attempt a start more than three times. Check return value from
17741 gdb_load.
17742
17743 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
17744
17745 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
17746 a pass case.
17747
17748 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
17749
17750 * gdb.base/break.c (main): Added a statement that we can step
17751 off of.
17752 * gdb.base/break.exp: Added tests for setting a breakpoint
17753 at an offset and stepping onto a breakpoint.
17754
17755 1999-10-01 Fred Fish <fnf@cygnus.com>
17756
17757 * gdb.base/help.exp (help add-symbol-file): Update to match current
17758 gdb output.
17759
17760 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
17761
17762 * gdb.base/break.exp: Code locations are in hex, don't forget!
17763 (For HP-UX.)
17764
17765 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
17766
17767 * condbreak.exp: Use break.c as test program.
17768 * condbreak.c: Remove, redundant with break.c.
17769
17770 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
17771
17772 * config/monitor.exp (gdb_target_monitor): Disable X- and
17773 Z-packets if the target needs it.
17774
17775 1999-09-13 James Ingham <jingham@leda.cygnus.com>
17776
17777 * gdb.c++/overload.exp: Added tests for listing overloaded
17778 functions with function pointers in the arg, explicitly calling
17779 out the version you want.
17780
17781 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
17782
17783 * long_long.exp: Add variations of test cases that work for
17784 targets with 16-bit ints and 32-bit doubles.
17785
17786 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
17787
17788 * break.c (main): Compare a possibly-uninitialized argc with an
17789 unlikely value that fits in 16 bits.
17790
17791 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
17792
17793 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
17794 0xfeeb, don't want negative numbers if ints are 16 bits.
17795
17796 * lib/gdb.exp (skip_cplus_tests): New proc.
17797 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17798 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
17799 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
17800 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
17801 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
17802 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
17803 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
17804 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
17805
17806 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
17807
17808 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
17809
17810 * gdb.base/corefile.exp (up): Allow a parameter to appear
17811 in the frame that we're going up to.
17812
17813 From Jim Blandy <jimb@cygnus.com>:
17814
17815 * gdb.base/default.exp (info float): Expect some output now.
17816
17817 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
17818 returning floating-point values to fail on the x86.
17819 * gdb.base/callfwmall.exp (do_function_calls): Same.
17820
17821 * gdb.base/list.exp (test_listsize): Correct expectations for
17822 listing line 1 with listsize 2. Also, listing a single line
17823 works now, as does listing three lines. [Kevin's note: There
17824 were a number of other cases fixed too where the expectations
17825 differed...]
17826
17827 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
17828
17829 * gdb.base/selftest.exp: Add case for when version prints as
17830 constant string instead of char pointer.
17831
17832 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
17833
17834 * gdb.base/ending-run.exp: Add Solaris case for what happens when
17835 stepping out of main.
17836
17837 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
17838 G++ used.
17839
17840 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
17841 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
17842
17843 * gdb.c++/ovldbreak.exp: Update match string in test that
17844 includes a warning of multiple breakpoints.
17845
17846 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
17847
17848 * gdb.base/display.exp: Improve precision of step-after-finish
17849 added yesterday.
17850
17851 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
17852 test.
17853
17854 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
17855 configs when using G++, not just hppa*.
17856
17857 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17858
17859 * gdb.base/async.c: New file.
17860 * gdb.base/async.exp: New file.
17861
17862 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
17863
17864 * gdb.base/break.exp: Tweak PA specific tests to properly handle
17865 PA64.
17866
17867 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
17868
17869 * gdb.base/display.exp: "finish" can leave us mid-line on many
17870 targets, deal with it. Add a small constant to main, instead of
17871 1000 since main+1000 may not be a valid address in the target.
17872
17873 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
17874 on hpux11.
17875
17876 * gdb.base/attach.exp: Handle another hpux11 error message variant
17877 when attaching to a process that does not exist.
17878
17879 1999-08-19 J.T. Conklin <jtc@redback.com>
17880
17881 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
17882 characters in 'continue to 1241' test.
17883
17884 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
17885
17886 * gdb.base/call-ar-st.exp: Add a shorter match case for the
17887 stop in print_long_arg_list, define and use a whitespace
17888 variable in print_small_structs test, add an XFAIL for Solaris.
17889 * gdb.base/dbx.exp: XFAIL func commands until somebody is
17890 interested enough to fix.
17891
17892 1999-08-13 Keith Seitz <keiths@cygnus.com>
17893
17894 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
17895 (dbx_gdb_load): Remove. Use gdb_load instead, since that
17896 proc knows about targets other than the natives.
17897 (test_assign): Use "gdb_run_cmd" to "run" the target.
17898 Check that we've actually hit the breakpoint at main.
17899 When we attempt to assign a value to a local variable, check
17900 that the variable is in the current scope, i.e., don't use
17901 a test with an empty result.
17902
17903 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
17904
17905 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
17906 command.
17907
17908 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
17909
17910 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17911 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
17912 gdb.compat, gdb.threads-hp.
17913 gdb.hp/configure, gdb.hp/configure.in: New files.
17914 gdb.hp/Makefile.in: Recurse into new subdirs.
17915 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
17916 gdb.hp/gdb.objdbg: New directory, tests for debugging info
17917 in object files.
17918 gdb.hp/tools: New directory, aux tools for HP-specific tests.
17919
17920 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
17921
17922 * gdb.base/display.exp: Help expect by putting a newline in the
17923 funky printf, remove a bogus p/a test.
17924
17925 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17926
17927 * gdb.base/display.exp: Make sure that when we say 'run', we are
17928 connected to the target. This is necessary when running not
17929 natively.
17930
17931 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
17932
17933 * gdb.base/step-test.exp: Removed some extraneous messages.
17934
17935 * gdb.base/long_long.exp: Don't run memory examination tests
17936 on little-endian targets (they will need a different set of
17937 results to match).
17938
17939 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
17940
17941 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
17942 until somebody decides to fix GDB.
17943
17944 * gdb.base/long_long.c: Stop compiler complaint by specifying long
17945 constant as "ULL".
17946 * gdb.base/long_long.exp: Loosen x/c test, add partial result
17947 matches for a couple x/2 commands.
17948
17949 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
17950
17951 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
17952 by merging in ref-types2 tests.
17953 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
17954
17955 From Jimmy Guo <guo@cup.hp.com> and others at HP:
17956 * gdb.c++/Makefile.in: Add standard actions.
17957 (EXECUTABLES): Rename from PROGS, update list.
17958 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
17959 from gdb.hp.
17960 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
17961 foo and bar locals.
17962 * gdb.c++/anon-union.exp: Fix tests to match.
17963 * gdb.c++/classes.exp: Run if HP compiler used, add extra
17964 expect matches to handle output variations.
17965 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
17966 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
17967 output, add HP alternatives for new and delete prints.
17968 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
17969 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
17970 * gdb.c++/demangle.exp: Use $style when reporting failure.
17971 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
17972 * gdb.c++/inherit.exp: Run if HP compiler used, add some
17973 match alternatives.
17974 * gdb.c++/local.exp: Add match alternatives or xfails for HP
17975 compilers.
17976 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
17977 * gdb.c++/method.exp: Add match alternatives.
17978 * gdb.c++/misc.cc: Add bool types.
17979 * gdb.c++/misc.exp: Add tests for bool types.
17980 * gdb.c++/overload.exp: Add xfails.
17981 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
17982 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
17983 add some more template parameter tests (only for HP currently).
17984 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
17985 * gdb.c++/virtfunc.cc: Add return type and value for main.
17986 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
17987 match alternatives.
17988
17989 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17990
17991 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
17992
17993 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
17994
17995 * gdb.base/signals.exp: Don't expect getting a backtrace from
17996 within a signal handler to fail on Linux.
17997
17998 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
17999
18000 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18001 * lib/gdb.exp: Remove some gratuitious semicolons.
18002 (delete_breakpoints): Increase timeout.
18003 (gdb_expect): Add -notransfer option.
18004 (gdb_test): Use -notransfer option.
18005 (get_compiler_info): Add f77 case.
18006 (get_compiler): New proc, split out from gdb_preprocess, add f77
18007 case.
18008 (gdb_preprocess): Call get_compiler.
18009
18010 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
18011 * gdb.base/attach.exp, gdb.base/display.exp,
18012 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
18013 gdb.base/long_long.exp, gdb.base/printcmds.exp,
18014 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
18015 third arg to gdb_test.
18016 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
18017 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
18018 HP-UX xfails, add others.
18019 * gdb.base/completion.exp: Reflect name change of self-test.
18020 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
18021 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
18022 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
18023 HP failure number.
18024 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
18025 useless HP-UX 10.30 references.
18026 * gdb.base/maint.exp: Loosen matches.
18027 * gdb.base/pointers.c (main): Declare more_code.
18028 * gdb.base/pointers.exp: Match on output of a `next'.
18029 * gdb.base/structs.c: Add prototypes.
18030 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
18031 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
18032
18033 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18034
18035 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
18036 command.
18037
18038 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18039
18040 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
18041 Fix run to main failures. Watchpoint can be hardware watchpoint.
18042
18043 * gdb.base/annota1.exp: Clean up some more, in case printf has
18044 debug info. Deal with lack of signal hanlder info in stack.
18045
18046 From Jim Kingdon <kingdon@redhat.com>:
18047 * gdb.base/annota1.exp: If printf has debug info, deal with it.
18048
18049 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
18050
18051 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
18052 gdb.base/foll-vfork.exp: Don't run for crosses.
18053
18054 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18055
18056 * gdb.base/configure.in: Check for gdbvars.exp instead of
18057 a1-selftest.exp.
18058 * gdb.base/configure: Re-generate.
18059
18060 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
18061
18062 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
18063 in trying to run first and name is too long.
18064
18065 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
18066 pointers2.c and pointers2.exp, respectively.
18067 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
18068 doschk happier.
18069
18070 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
18071
18072 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
18073 callfuncs2.c and callfuncs2.exp.
18074
18075 * gdb.base/list.exp: Remove mistaken xfails.
18076 * gdb.base/list0.h: Add optional prototypes.
18077
18078 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
18079
18080 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
18081 calling malloc.
18082 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
18083 * ptype.exp: Move test for get_debug_format to before its first
18084 use.
18085
18086 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18087
18088 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
18089 * gdb.base/annota2.cc, annota2.exp: Move from here.
18090 * gdb.c++/annota2.cc, annota2.exp: To here.
18091 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
18092
18093 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
18094
18095 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
18096 a consistent format.
18097
18098 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
18099
18100 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18101 * lib/gdb.exp (get_compiler_info): Add detection for assorted
18102 HP compilers, also set the globals $true and $false.
18103
18104 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
18105 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18106 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18107 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18108 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18109 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18110 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18111 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18112 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18113 whatis.c} Add C++ compatible function definitions and return
18114 types, add includes for library functions.
18115 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18116 * gdb.base/step-test.c (myglob): Rename from glob.
18117 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
18118 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18119 files, move here from gdb.hp.
18120 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
18121 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18122 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
18123 Adjust line numbers in regexps.
18124
18125 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
18126 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
18127 instead of 0/1.
18128
18129 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
18130 foll-vfork.exp: New files, move here from gdb.hp.
18131 * gdb.base/page.exp: New file, test of pagination command.
18132
18133 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
18134 recursion test.
18135 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
18136
18137 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
18138 gdb.base/solib.exp: Fix compiler invocation process.
18139
18140 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
18141 HP-UX 11, turn off overload resolution explicitly.
18142 * gdb.base/commands.exp: Set argument list explicitly, add
18143 watchpoint test.
18144 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
18145 them work.
18146 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
18147 expressions properly.
18148 * gdb.base/corefile.exp: Loosen the match slightly.
18149 * gdb.base/default.exp: Allow "Error accessing memory" message
18150 also.
18151 * gdb.base/display.exp: Skip over x/0 j if PA64.
18152 * gdb.base/funcargs.exp: Add xfails for HP-UX.
18153 * gdb.base/interrupt.exp: Ditto.
18154 * gdb.base/langs.exp: Add symbolic matches governed by compiler
18155 in use.
18156 * gdb.base/list.exp: Add xfails for HP-UX.
18157 * gdb.base/long_long.exp: Refine some of the numeric matches.
18158 * gdb.base/mips_pro.exp: Xfail on HP-UX.
18159 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
18160 * gdb.base/nodebug.exp: Succeed on more varieties of output.
18161 * gdb.base/opaque.exp: Remove some HP-UX xfails.
18162 * gdb.base/ptype.exp: Succeed on more varieties of output.
18163 * gdb.base/scope.exp: Add xfails for HP-UX.
18164 * gdb.base/sect-cmd.exp: Add more cases.
18165 * gdb.base/setvar.exp: Add xfails for HP-UX.
18166 * gdb.base/shlib-call.exp: Loosen some matches slightly.
18167 * gdb.base/signals.exp: Match on void symbolically.
18168 * gdb.base/step-test.exp: Add case for PA64.
18169 * gdb.base/term.exp: Add exit and restart.
18170 * gdb.base/twice.exp: Clean up after self.
18171 * gdb.base/varargs.exp: Disable overload resolution explicitly.
18172 * gdb.base/whatis.exp: Allow more ways to pass tests.
18173
18174 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
18175 no longer useful.
18176
18177 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
18178
18179 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
18180 list of patterns.
18181 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
18182 print_double_array(double_array)", "continuing to breakpoint
18183 1018", "print print_double_array(array_d)" and "continuing to
18184 1034" tests.
18185
18186 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
18187
18188 * Makefile.in: Add empty html and install-html targets.
18189
18190 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
18191
18192 * config/mt-*: Remove, these haven't been used since 1996.
18193
18194 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
18195
18196 * gdb.base/call-strs.c, gdb.base/ending-run.c,
18197 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
18198 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
18199
18200 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
18201
18202 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
18203 simpler match case for the ptype of the big class.
18204
18205 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18206
18207 * gdb.exp: Fix test for gdb_prompt existence.
18208
18209 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18210
18211 * gdb.exp (gdb_test): Add fail after calls to perror.
18212
18213 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18214
18215 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
18216
18217 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18218
18219 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18220
18221 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
18222
18223 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
18224 malloc() is linked in.
18225
18226 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18227
18228 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18229 step at end.
18230
18231 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18232
18233 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
18234
18235 * gdb.java/jv-print.exp: New file. (Our first Java test!)
18236
18237 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
18238
18239 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18240 * gdb.base/mips_pro.exp: Likewise.
18241
18242 1999-06-02 Keith Seitz <keiths@cygnus.com>
18243
18244 * gdb.c++/templates.cc: Change all "new" operators to throw
18245 an exception.
18246 * gdb.c++/cplusfuncs.cc: Likewise.
18247
18248 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18249
18250 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
18251
18252 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
18253 * gdb.base/ending-run.exp: When stepping out of main, accept a
18254 step into an arbitrary assembler file.
18255
18256 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18257
18258 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
18259 "breakpoint-invalid" to be printed.
18260 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
18261 number of "frames-invalid" and "breakpoint-invalid" to be printed.
18262 * gdb.base/annota2.cc: Initialize a.x to 0.
18263
18264 1999-05-17 Keith Seitz <keiths@cygnus.com>
18265
18266 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18267 when "skip_float_tests" set.
18268 Ditto for "print print_double_array(array_d)", "print print_small_structs",
18269 "print print_ten_doubles", and "step into print_long_arg_list".
18270 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18271 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18272 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18273 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18274 "skip_float_tests" is set.
18275 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18276 when "skip_float_tests" set.
18277
18278 1999-05-06 Keith Seitz <keiths@cygnus.com>
18279
18280 * gdb.base/annota2.cc: Include stdio.h.
18281
18282 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
18283
18284 * gdb.base/crossload.exp: Remove, this has been disabled ever
18285 since BFD stopped including all targets, and cross-GDB gets
18286 plenty of testing anyway.
18287 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
18288 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18289 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
18290 * gdb.base/README: Remove, was doc for this.
18291 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
18292 needed.
18293
18294 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18295
18296 * gdb.base/call-ar-st.exp: Fix one regular expression in test
18297 output.
18298
18299 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18300 * gdb.base/annota2.exp: New file. More annotation tests.
18301 * gdb.base/annota1.c: New file. Source file for annota1.exp.
18302 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18303
18304 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
18305
18306 * config/cfdbug.exp: New file.
18307
18308 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
18309
18310 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18311 Marcus Daniel's and Dale Hawkins's demangler crashes.
18312
18313 * gdb.c++/demangle.exp (test_gnu_style_demangling,
18314 test_lucid_style_demangling, test_arm_style_demangling,
18315 test_hp_style_demangling): Try Tom Tromey's core-dumping
18316 identifier under each demangling style.
18317
18318 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
18319
18320 * gdb.c++/demangle.exp: Include the current demangling style
18321 in all test names.
18322 (current_demangling_style): New global variable.
18323 (set_demangling_style, test_demangling_core, test_demangling,
18324 test_demangling_exact): New functions.
18325 (test_gnu_style_demangling, test_lucid_style_demangling,
18326 test_arm_style_demangling, test_hp_style_demangling): Use those,
18327 instead of calling gdb_test and gdb_test_exact directly.
18328 (catch_demangling_errors): New function, which reports errors
18329 signalled by the demangling test functions in an orderly way.
18330 (do_tests): Use catch_demangling_errors.
18331
18332 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
18333
18334 * gdb.base/signals.exp (test_handle_all_print): Use () for
18335 grouping in expressions, not {}.
18336
18337 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
18338 initialized yet.
18339
18340 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
18341
18342 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18343 are listed.
18344
18345 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
18346
18347 * gdb.stabs/weird.exp: Test for CC being defined before
18348 looking at its value.
18349
18350 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
18351
18352 * gdb.base/call-ar-st.exp: Remove stray '#'.
18353 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18354 "short int" and "long int".
18355 * gdb.c++/overload.cc: Cast the string added in the previous
18356 change, to mollify finicky HP compiler.
18357 * gdb.hp/reg-test.exp (testfile): Fix file name.
18358 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
18359
18360 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18361 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18362 alternate form of enum ptype.
18363
18364 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
18365
18366 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
18367 * gdb.hp/*.exp: Change all to run compiler probe only after
18368 passing skip_hp_tests, so as not to waste time on guaranteed
18369 failure.
18370
18371 * gdb.c++/overload.cc: Pass string instead of char addr, always
18372 init ccpfoo.
18373 * gdb.c++/templates.cc: Fix syntax error.
18374
18375 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18376
18377 * gdb.base/commands.exp: Add test for correct position of '>'
18378 when issuing the 'commands' command after a 'while' or 'if'
18379 command.
18380
18381 1999-03-18 James Ingham <jingham@cygnus.com>
18382
18383 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
18384
18385 * gdb.c++/method.exp: It was testing an uninitialized int on the
18386 stack and assuming it was positive.
18387
18388 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
18389
18390 * gdb.base/step-test.exp: Catch a case where finish is broken and
18391 keep it from killing the rest of the tests.
18392 Use gdb_continue_to_end.
18393
18394 * gdb.base/sigall.exp: use gdb_continue_to_end.
18395
18396 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
18397
18398 * gdb.base/display.exp: use runto_main, not run.
18399
18400 * gdb.base/default.exp: Check for the current error message in the
18401 r abbreviation test.
18402 Add strongarm to the targets that know info float.
18403
18404 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
18405 run which doesn't work with monitors.
18406
18407 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
18408
18409 * gdb.base/break.exp: use the gdb_continue_to_end proc.
18410
18411 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
18412 program. Traps the case (in Cygmon) when the program never really
18413 exits. Same as Mark's continue_to_exit, but I had put it in a lot
18414 more places, so I used my name. Sorry Mark...
18415
18416 * config/monitor.exp (gdb_target_monitor): added another
18417 target_info parameter: remotebinarydownload. This will set the
18418 remotebinarydownload flag if this is causing some boards trouble.
18419
18420 1999-03-18 Mark Salter <msalter@cygnus.com>
18421
18422 * lib/gdb.exp (continue_to_exit): New function.
18423
18424 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
18425 * gdb.base/ending-run.exp: Ditto.
18426 * gdb.base/step-test.exp: Ditto.
18427
18428 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
18429
18430 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18431 (suggested by Art Haas <ahaas@neosoft.com>).
18432
18433 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
18434
18435 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
18436
18437 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
18438
18439 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
18440 descriptions of types (short unsigned int vs unsigned short, etc).
18441
18442 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
18443
18444 * gdb.base/call-strs.exp: Don't assume that `step' will step over
18445 a call to strlen; sometimes we do have sources.
18446
18447 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18448
18449 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
18450 character, so GDB won't print garbage after its end.
18451
18452 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18453 breakpoint there instead. Sometimes GCC emits memcpy to handle
18454 the large structures being passed by value, so we step into that
18455 instead of sum_array_print, which obscures what we're really testing.
18456 * gdb.base/step-test.exp: However, we do want a test that notices
18457 the bizarre steps into memcpy, so do that here. Add check for
18458 stepping into function calls that pass large structures by value.
18459 ("Is that a noun clause, or are you just happy to see me?")
18460 Remove all references to specific line numbers.
18461 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18462 New type and function.
18463 (main): Call large_struct_by_value, passing it a large struct by value.
18464 * lib/gdb.exp (gdb_get_line_number): New function.
18465
18466 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18467 more portable.
18468
18469 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18470
18471 * lib/gdb.exp: Doc fixes.
18472
18473 1999-03-05 Nick Clifton <nickc@cygnus.com>
18474
18475 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18476
18477 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18478
18479 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18480 commands. They're not germane to this test, and they don't work
18481 that way on remote targets.
18482
18483 1999-03-01 James Ingham <jingham@cygnus.com>
18484
18485 * Changelog entries merged over from gdb development branch.
18486
18487 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18488
18489 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18490 for outputting results of test run.
18491
18492 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
18493
18494 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18495
18496 1999-02-25 Felix Lee <flee@cygnus.com>
18497
18498 * lib/gdb.exp (debug_format): initialize
18499
18500 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18501
18502 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18503 * gdb.base/call-rt-st.c: Ditto.
18504
18505 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18506
18507 * gdb.threads/pthreads.exp (horiz): New variable.
18508 (test_startup): Fix regexps that capture thread numbers.
18509
18510 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18511
18512 * gdb.base/smoke.exp: Disambiguate two test case names (both
18513 called ``print'').
18514
18515 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18516
18517 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18518 compilation.
18519
18520 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18521
18522 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18523 actual output formatting.
18524 * gdb.base/smoke.exp: GDB removes leading 0's.
18525 * gdb.base/volatile.exp: Don't check type of remuneration;
18526 that variable is no longer defined in constvars.c.
18527 * gdb.base/step-test.c (main): Exit with explicit exit code.
18528 * gdb.base/step-test.exp: Remove two nexti checks--they are
18529 not portable.
18530
18531 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18532
18533 * gdb.base/help.exp ("help delete display"): Fix test to match
18534 gdb's output.
18535
18536 * gdb.base/long_long.c (known_types): Initialize values to zero.
18537 * gdb.base/long_long.exp: Step one more line
18538 so 'dec' is initialized in "get to known place". GDB removes
18539 leading zeros. Explicitly ask for hex formatting. Use
18540 unique test case names.
18541
18542 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18543
18544 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18545
18546 * gdb.c++/method.exp: Add missing close brace.
18547
18548 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18549
18550 * gdb.base/maint.exp: Use 'set height 0' to disable page
18551 prompting, not 'set height 400'.
18552
18553 Fix a bunch of timeouts.
18554 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18555 four separate tests, so expect doesn't take forever to match a ton
18556 of text against a regexp with lots of .* forms.
18557 ("maint print psymbols", "maint print symbols"): Make some of
18558 these greps more selective, so that expect doesn't try to wade
18559 through huge piles of output and time out.
18560
18561 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18562
18563 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18564 tests: one which doesn't expect shlib events to be reported, and
18565 another which does, but is XFAIL for all platforms other than
18566 HP/UX.
18567
18568 * gdb.base/break.exp: Teach the test suite that the `catch
18569 fork', `catch vfork', and `catch exec' commands produce error
18570 messages on platforms that don't provide these features.
18571
18572 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18573
18574 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18575 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18576 (shortening names from solib_threshold.exp etc), won't run on
18577 anything but HP-UX for the foreseeable future.
18578 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18579 reflect move.
18580
18581 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18582
18583 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18584 gdb.trace/Makefile.in (clean): Remove all test executables.
18585
18586 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18587
18588 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18589 successfully re-sets breakpoints in shared libraries.
18590 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18591
18592 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18593
18594 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18595 and compiled w/o GCC.
18596
18597 * gdb.hp/watch-cmd.exp: ditto.
18598
18599 * gdb.hp/watch-hp.exp: ditto.
18600
18601 * gdb.hp/xdb1.exp: ditto.
18602
18603 * gdb.hp/xdb2.exp: ditto.
18604
18605 * gdb.hp/dbx.exp: ditto.
18606
18607 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18608
18609 * constvars.c: Remove C++-isms.
18610 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18611 with GCC.
18612
18613 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18614
18615 The following changes are part of the HP merge.
18616
18617 * gdb.base/break.exp: new tests to verify that catchpoints for
18618 fork, vfork, and exec don't trigger inappropriately.
18619
18620 * gdb.base/opaque.exp: compile one file at a time, then link.
18621
18622 * gdb.base/signals.exp: be more restrictive about which hppa
18623 systems receive a setup_xfail. new tests.
18624
18625 * gdb.base/solib_threshold.build: new file.
18626 * gdb.base/solib_threshold.exp: new file.
18627 * gdb.base/solib_threshold.link_opts: new file.
18628 * gdb.base/solib_threshold.mk: new file.
18629 * gdb.base/gen_solib_threshold.c: new file.
18630
18631 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
18632 tests. New tests for enums inside classes.
18633
18634 * gdb.c++/compiler.cc: indicate support of template debugging.
18635
18636 * gdb.c++/demangle.exp: run hp style demangling tests.
18637
18638 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
18639 tests.
18640
18641 * gdb.c++/misc.cc: changes to support new tests.
18642
18643 * gdb.c++/templates.cc: changes to support HP's compiler; changes
18644 to support new tests.
18645
18646 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
18647 gcc, then skip these tests.
18648
18649 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
18650
18651 The following files are part of the HP merge; some had longer
18652 names at HP, but have been renamed to be no more than 14
18653 characters in length.
18654
18655 * gdb.hp/ambiguous.cc: new file.
18656 * gdb.hp/ambiguous.exp: new file.
18657 * gdb.hp/attach.exp: new file.
18658 * gdb.hp/attach2.exp: new file.
18659 * gdb.hp/classes-hp.exp: new file.
18660 * gdb.hp/ctti.exp: new file.
18661 * gdb.hp/ctti-add.cc: new file.
18662 * gdb.hp/ctti-add1.cc: new file.
18663 * gdb.hp/ctti-add2.cc: new file.
18664 * gdb.hp/ctti-add3.cc: new file.
18665 * gdb.hp/dbx.exp: new file.
18666 * gdb.hp/exception.cc: new file.
18667 * gdb.hp/exception.exp: new file.
18668 * gdb.hp/foll-exec.c: new file.
18669 * gdb.hp/foll-exec.exp: new file.
18670 * gdb.hp/foll-fork.c: new file.
18671 * gdb.hp/foll-fork.exp: new file.
18672 * gdb.hp/foll-vfork.c: new file.
18673 * gdb.hp/foll-vfork.exp: new file.
18674 * gdb.hp/inherit-hp.exp: new file.
18675 * gdb.hp/more-steps.exp: new file.
18676 * gdb.hp/namespace.cc: new file.
18677 * gdb.hp/namespace.exp: new file.
18678 * gdb.hp/optimize.exp: new file.
18679 * gdb.hp/pxdb.c: new file.
18680 * gdb.hp/pxdb.exp: new file.
18681 * gdb.hp/quicksort.exp: new file.
18682 * gdb.hp/reg-test.exp: new file.
18683 * gdb.hp/reg-test.s: new file.
18684 * gdb.hp/sized-enum.c: new file.
18685 * gdb.hp/sized-enum.exp: new file.
18686 * gdb.hp/start-stop.exp: new file.
18687 * gdb.hp/templ-hp.cc: new file.
18688 * gdb.hp/templ-hp.exp: new file.
18689 * gdb.hp/thr-lib.c: new file.
18690 * gdb.hp/thr-lib.exp: new file.
18691 * gdb.hp/thr-lib.h: new file.
18692 * gdb.hp/thr-liblib.c: new file.
18693 * gdb.hp/virtfun-hp.c: new file.
18694 * gdb.hp/virtfun-hp.exp: new file.
18695 * gdb.hp/watch-cmd.exp: new file.
18696 * gdb.hp/watch-hp.exp: new file.
18697 * gdb.hp/xdb1.exp: new file.
18698 * gdb.hp/xdb2.exp: new file.
18699 * gdb.hp/xdb3.exp: new file.
18700
18701 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
18702
18703 The following files are part of the HP merge; some had longer
18704 names at HP, but have been renamed to be no more than 14
18705 characters in length.
18706
18707 * gdb.base/ss.h: new file.
18708 * gdb.base/call-ar-st.c: new file.
18709 * gdb.base/call-ar-st.exp: new file.
18710 * gdb.base/call-rt-st.c: new file.
18711 * gdb.base/call-rt-st-exp: new file.
18712 * gdb.base/call-strs.exp: new file.
18713 * gdb.base/ena-dis-br.exp: new file.
18714 * gdb.base/environ.exp: new file.
18715 * gdb.base/long_long.exp: new file.
18716 * gdb.base/sect-cmd.exp: new file.
18717 * gdb.base/shlib-cl2.exp: new file.
18718 * gdb.base/smoke.exp: new file.
18719 * gdb.base/so-impl-ld.c: new file.
18720 * gdb.base/so-impl-ld.exp: new file.
18721 * gdb.base/so-indr-cl.c: new file.
18722 * gdb.base/so-indr-cl.exp: new file.
18723 * gdb.base/varargs.exp: new file.
18724 * gdb.base/volatile.exp: new file.
18725 * gdb.base/whatis-exp.exp: new file.
18726 * gdb.base/display.exp: new file.
18727 * gdb.c++/derivation.exp: new file.
18728 * gdb.c++/local.exp: new file.
18729 * gdb.c++/member-ptr.exp: new file.
18730 * gdb.c++/overload.exp: new file.
18731 * gdb.c++/ovldbreak.exp: new file.
18732 * gdb.c++/ref-types.exp: new file.
18733 * gdb.c++/ref-types2.exp: new file.
18734 * gdb.c++/userdef.exp: new file.
18735
18736 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
18737
18738 * gdb.base/default.exp: Reflect wording change in remote.c.
18739
18740 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
18741
18742 * gdb.base/help.exp: Update to reflect current text.
18743
18744 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
18745
18746 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
18747 they're stack variables and contain garbage.
18748 * gdb.c++/anon-union.exp: new file.
18749
18750 The following changes were made by David Taylor
18751 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18752 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18753 in changes by HP.
18754
18755 * gdb.base/bitops.exp: new file.
18756 * gdb.base/default.exp: change expected messages for catch and
18757 info catch tests to reflect HP merge changes.
18758 * gdb.base/enable-disable-break.exp
18759 * gdb.base/ending-run.c: new file.
18760 * gdb.base/long_long.c: new file.
18761 * gdb.base/maint.exp: new file.
18762 * gdb.base/pointers2.exp: new file.
18763 * gdb.base/shlib-call2.exp: new file.
18764 * gdb.base/solib.exp: new file.
18765 * gdb.base/step-test.c: new file.
18766 * gdb.c++/anon-union.cc: new file.
18767 * gdb.c++/local.cc: new file.
18768 * gdb.c++/member-pointer.cc: new file.
18769 * gdb.c++/method.cc: new file.
18770 * gdb.c++/ref-types.cc: new file.
18771 * gdb.c++/ref-types2.cc: new file.
18772 * gdb.c++/userdef.cc: new file.
18773
18774 * gdb.base/scope.exp: compile one file at a time, then link.
18775 * gdb.base/langs.exp: ditto.
18776 * gdb.base/list.exp: ditto.
18777
18778 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
18779
18780 The following changes were made by David Taylor
18781 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
18782 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
18783 in changes by HP.
18784
18785 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
18786 skip tests. When compiling pass c++ flag to gdb_compile.
18787 * gdb.c++/
18788
18789 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
18790 test for on hppa*-*-hpux*; use args to see if c++ was specified.
18791 (skip_hp_tests): new function.
18792 (gdb_preprocess): new function.
18793
18794 * configure.in (hpdir): decide whether to configure gdb.hp.
18795 * configure: regenerated.
18796
18797 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
18798 to delete on clean.
18799 (EXECUTABLES): update to reflect new additions.
18800 * gdb.base/commands.exp: update message expected.
18801 * gdb.base/default.exp: add copyright notice.
18802 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
18803 * gdb.base/help.exp: update messages to reflect current text.
18804 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
18805 targets for recurse tests.
18806 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
18807 skip this file.
18808
18809 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
18810 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
18811 compilation.
18812 * gdb.c++/misc.exp: ditto.
18813 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
18814 run the tests. tell gdb_compile that it's a c++ compilation.
18815
18816 * gdb.threads/pthreads.exp: fix typo in message.
18817
18818 * gdb.base/all-bin.exp: new file.
18819 * gdb.base/arithmet.exp: new file.
18820 * gdb.base/assign.exp: new file.
18821 * gdb.base/completion.exp: new file.
18822 * gdb.base/cond-expr.exp: new file.
18823 * gdb.base/condbreak.exp: new file.
18824 * gdb.base/define.exp: new file.
18825 * gdb.base/dollar.exp: new file.
18826 * gdb.base/environment.exp: new file.
18827 * gdb.base/eval-skip.exp: new file.
18828 * gdb.base/jump.exp: new file.
18829 * gdb.base/logical.exp: new file.
18830 * gdb.base/pointers.exp: new file.
18831 * gdb.base/relational.exp: new file.
18832 * gdb.base/section_command.exp: new file.
18833 * gdb.base/whatis-expr.exp: new file.
18834
18835 * gdb.base/all-types.c: new file.
18836 * gdb.base/call-array-struct.c: new file.
18837 * gdb.base/call-return-struct.c: new file.
18838 * gdb.base/call-strings.c: new file.
18839 * gdb.base/callfuncs2.c: new file.
18840 * gdb.base/condbreak.c: new file.
18841 * gdb.base/constvars.c: new file.
18842 * gdb.base/display.c: new file.
18843 * gdb.base/int-type.c: new file.
18844 * gdb.base/jump.c: new file.
18845 * gdb.base/miscexprs.c: new file.
18846 * gdb.base/pointers.c: new file.
18847 * gdb.base/pointers2.c: new file.
18848 * gdb.base/shmain.c: new file.
18849 * gdb.base/shr1.c: new file.
18850 * gdb.base/shr2.c: new file.
18851 * gdb.base/solib.c: new file.
18852 * gdb.base/solib1.c: new file.
18853 * gdb.base/solib2.c: new file.
18854 * gdb.base/varargs.c: new file.
18855 * gdb.c++/derivation.cc: new file.
18856 * gdb.c++/overload.cc: new file.
18857 * gdb.c++/ovldbreak.cc: new file.
18858 * gdb.hp/attach.c: new file.
18859 * gdb.hp/attach2.c: new file.
18860 * gdb.hp/average.c: new file.
18861 * gdb.hp/compiler.c: new file.
18862 * gdb.hp/compiler.cc: new file.
18863 * gdb.hp/execd-program.c: new file.
18864 * gdb.hp/follow-exec.c: new file.
18865 * gdb.hp/follow-fork.c: new file.
18866 * gdb.hp/follow-vfork-and-exec.c: new file.
18867 * gdb.hp/misc-hp.cc: new file.
18868 * gdb.hp/more-steps.c: new file.
18869 * gdb.hp/optimize.c: new file.
18870 * gdb.hp/quicksort.c: new file.
18871 * gdb.hp/run-hp.c: new file.
18872 * gdb.hp/start-stop.c: new file.
18873 * gdb.hp/sum.c: new file.
18874 * gdb.hp/templates-hp.cc: new file.
18875 * gdb.hp/thread-local-in-lib.c: new file.
18876 * gdb.hp/thread-local-in-lib.h: new file.
18877 * gdb.hp/thread-local-in-lib.lib.c: new file.
18878 * gdb.hp/vforked-program.c: new file.
18879 * gdb.hp/virtfunc-hp.cc: new file.
18880 * gdb.hp/watchpoint-hp.c: new file.
18881 * gdb.hp/xdb.c: new file.
18882 * gdb.hp/xdb0.c: new file.
18883 * gdb.hp/xdb0.h: new file.
18884 * gdb.hp/xdb1.c: new file.
18885
18886 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
18887
18888 The following change was made by Edith Epstein
18889 <eepstein@cygnus.com> as part of a project to merge in changes
18890 originally made by HP; HP did not create ChangeLog entries.
18891
18892 * gdb.c++/demangle.exp: changed the expected output for some
18893 ARM-style mangling -- removed second reference to datatype.
18894 For example, maint demangle __dt__11T1__pt__2_cFv
18895 T1<char>::~T1<char>(void)
18896 becomes,
18897 maint demangle __dt__11T1__pt__2_cFv
18898 T1<char>::~T1(void)
18899
18900 (test_hp_style_demangling): new hp specific demangling test cases.
18901
18902 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
18903
18904 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
18905 * gdb.trace/backtrace.exp: Likewise.
18906 * gdb.trace/circ.exp: Likewise.
18907 * gdb.trace/collection.exp: Likewise.
18908 * gdb.trace/deltrace.exp: Likewise.
18909 * gdb.trace/infotrace.exp: Likewise.
18910 * gdb.trace/limits.exp: Likewise.
18911 * gdb.trace/packetlen.exp: Likewise.
18912 * gdb.trace/passc-dyn.exp: Likewise.
18913 * gdb.trace/passcount.exp: Likewise.
18914 * gdb.trace/report.exp: Likewise.
18915 * gdb.trace/save-trace.exp: Likewise.
18916 * gdb.trace/tfind.exp: Likewise.
18917 * gdb.trace/tracecmd.exp: Likewise.
18918 * gdb.trace/while-dyn.exp: Likewise.
18919 * gdb.trace/while-stepping.exp: Likewise.
18920
18921 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
18922
18923 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
18924
18925 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
18926
18927 From Brendan Kehoe:
18928 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
18929 int return types.
18930
18931 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
18932
18933 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
18934 remote dos host testing right.
18935
18936 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
18937
18938 * gdb.base/corefile.exp: remove some xfails.
18939
18940 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
18941
18942 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
18943 have different timestamps.
18944
18945 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
18946
18947 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
18948 gdb.base/default.exp: Replace "exec" with "executable".
18949
18950 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
18951
18952 * gdb.base/default.exp: Change else if to elseif from previous
18953 delta.
18954
18955 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
18956
18957 * gdb.base/default.exp: Add brace missing from previous delta.
18958
18959 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
18960
18961 * gdb.base/default.exp: Support test for info float for all
18962 varieties of arm toolchain.
18963
18964 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
18965
18966 * gdb.trace/*.exp: remove "remote_download" command.
18967
18968 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
18969
18970 * gdb.trace/*.exp: remove -gdwarf from compile.
18971
18972 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
18973
18974 * gdb.trace/configure.in(AC_INIT): typo
18975 * gdb.trace/configure: regenerated
18976
18977 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
18978
18979 * config/m68k-emc.exp: New file.
18980 * lib/<emc-support.exp trace-support.exp}: New files.
18981 * configure.in: add new test directory gdb.trace.
18982 * gdb.trace/{configure configure.in Makefile.in}: New files.
18983 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
18984 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
18985 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
18986 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
18987 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
18988 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
18989 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
18990
18991 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
18992
18993 * gdb.c++/classes.exp: Change all regular expressions to match
18994 arbitrary combinations of newline/carriage-return, so that they
18995 will work equally well on Unix and Windows.
18996 * gdb.c++/inherit.exp: ditto.
18997 * gdb.c++/virtfunc.exp: ditto.
18998
18999 1998-08-11 Dawn Perchik <dawn@cygnus.com>
19000
19001 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
19002
19003 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
19004
19005 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
19006 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
19007 to use a0-a3/d0-d3 as needed.
19008
19009 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
19010
19011 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
19012 * gdb.disasm/am33.exp: Corresponding changes.
19013
19014 1998-07-11 Felix Lee <flee@cygnus.com>
19015
19016 * gdb.base/callfuncs.exp: add cmp10 test.
19017 * gdb.base/callfuncs.c (cmp10): new function.
19018
19019 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
19020
19021 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
19022 into two parts to get around a synchronization problem in expect.
19023
19024 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
19025
19026 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
19027
19028 * configure.in: Add options for gdbtk testsuite.
19029
19030 * configure: Regenerate.
19031
19032 * gdb.gdbtk: New directory to hold gdbtk tests.
19033
19034 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19035
19036 * gdb.fortran/types.exp: Escape brackets in expect patterns
19037 for test_float_literal_types_accepted tests.
19038 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
19039 before run test.
19040
19041 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
19042
19043 * am33.exp: Just compile, do not link the testcase.
19044 * am33.s: Add ".am33" pseudoop to force am33 mode.
19045
19046 1998-06-25 Felix Lee <flee@cygnus.com>
19047
19048 * gdb.base/setshow.exp: make sure $pc is sane.
19049
19050 * gdb.stabs/weird.exp: split expect patterns properly.
19051
19052 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
19053
19054 * gdb.disasm/am33.s: New disassembler testfile for the am33.
19055 * gdb.disasm/am33.exp: Run it.
19056
19057 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
19058
19059 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
19060 match processing (and eliminate spurious timeouts when running).
19061
19062 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
19063
19064 * gdb.base/signals.exp (test_handle_all_print): put back Mach
19065 exception test, but conditionalize it on target [mach | gnu].
19066
19067 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
19068
19069 * gdb.base/overlays.exp: fixup compile line for linker script.
19070
19071 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
19072
19073 * gdb.fortran/types.exp: don't guess at float size.
19074
19075 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
19076
19077 * gdb.base/exprs.exp: delete test that depends on int size.
19078
19079 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
19080
19081 * config/sim.exp: Removed checks for target triplets.
19082 (gdb_target_sim): Use gdb,target_sim_options.
19083
19084 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
19085
19086 * gdb.base/reread.exp: New file.
19087 * gdb.base/reread1.c: New file.
19088 * gdb.base/reread2.c: New file.
19089
19090 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
19091
19092 * config/sim.exp: Use 'target sim -sparclite' when running
19093 SPARClite programs.
19094
19095 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
19096
19097 * gdb.base/structs2.exp: New file.
19098 * gdb.base/structs2.c: New file.
19099
19100 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
19101
19102 * gdb.asm/common.inc: New file.
19103 * gdb.asm/d10v.inc: New file.
19104 * asm-source.exp: Pass -I's to gas to find .inc files.
19105 Update line numbers in expected output.
19106 * asmsrc1.s: Rewrite.
19107 * asmsrc2.s: Rewrite.
19108 * configure.in: Create arch.inc symlink.
19109 * configure: Regenerate.
19110 * Makefile.in (distclean): Delete arch.inc.
19111
19112 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19113
19114 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
19115 (t_enum_value2): ditto
19116 (t_enum_value3): ditto
19117 (main): ditto
19118 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19119
19120 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19121 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19122 change.
19123 Use gdb_test instead of send_gdb/gdb_expect sequences.
19124
19125 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
19126
19127 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
19128 not void.
19129
19130 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
19131
19132 * gdb.base/branches.c: Code with lots of loops and
19133 subroutines. Used to test gdbs ability to single step through PC
19134 changes, especially to test mips-tdep.c:mips_next_pc
19135
19136 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
19137
19138 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
19139 more rigorous EGCS C++ error checking.
19140
19141 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19142
19143 * gdb.base/help.exp: Clean up `help set args' and `help show args'
19144 tests.
19145 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
19146 function when asleep.
19147 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
19148 for i*86 Linux and SVR4 signal handling problems.
19149 Remove linux xfail for `next to handler in signals_tests_1', fixed
19150 by recent infrun.c change.
19151 Limit backtrace to 10 frames to avoid timeout problems with infinite
19152 stack backtraces.
19153 Adjust expect pattern in `handle all print' test to match Apr 28 1997
19154 target.[ch] change.
19155
19156 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
19157
19158 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
19159 for a newline from gdb before continuing.
19160 (default_gdb_exit): Just look for y or n.
19161 (gdb_test): Detect abnormal exit from GDB running on DOS; if
19162 it does, fail the rests of the tests in the file.
19163
19164 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
19165
19166 * config/cygmon.exp: New file.
19167
19168 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
19169
19170 * gdb.base/list.exp: Fix problem with "list default lines around
19171 main" test on remote targets.
19172
19173 * gdb.base/scope.exp: Fix problem with filelocal_bss before
19174 run test on remote targets.
19175
19176 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
19177
19178 * gdb.asm: New directory.
19179 * configure.in: Configure it.
19180 * configure: Regenerate.
19181 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
19182 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
19183
19184 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
19185
19186 * config/mn10300-eval.exp: New file to support MN10300 eval board.
19187
19188 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
19189
19190 * gdb.base/overlays (several files): Merge the two overlay
19191 managers into one. Change variables (foox, barx, bazx, grbxx)
19192 back into ints but force them to load in their proper sections.
19193
19194 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
19195
19196 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
19197 on-chip insn memory and IMAP1 to upper 128k.
19198 (D10VCopy): Handle memory regions crossing 16k boundaries.
19199 (D10VCopy): Transfer data in 32 bit chunks.
19200
19201 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
19202
19203 * gdb.base/overlays.c (main): Exit normally when result is
19204 correct.
19205
19206 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
19207 map. Include space for printf in .text segment.
19208
19209 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
19210 updated d10v memory VMA/LMA map.
19211 (D10VCopy): Call D10VTranslate.
19212
19213 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
19214
19215 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
19216
19217 * gdb.base/bar.c (barx, bar): Change variable to small array so
19218 that it won't be put into the .sdata - small data -
19219 section. Update reference.
19220 * gdb.base/baz.c (bazx, baz): Ditto.
19221 * gdb.base/foo.c (foox, foo): Ditto.
19222 * gdb.base/grbx.c (grbxx, grbx): Ditto.
19223
19224 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
19225 to be arrays.
19226
19227 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
19228
19229 * gdb.base/overlays.exp: fix up and get working again.
19230 Add tests for backtraces from an overlay function.
19231
19232 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
19233
19234 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19235 "calling function with watchpoint enabled".
19236
19237 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
19238
19239 * gdb.base/break.exp (test_next_with_recursion): Remove
19240 gdb_suppress_tests for d10v-*-*.
19241 * lib/gdb.exp (gdb_suppress_tests): Disable this function
19242 pending review of whether it is useful or not.
19243
19244 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
19245
19246 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19247
19248 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
19249
19250 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19251 * config/dve.exp: New file to support Densan boards.
19252
19253 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
19254
19255 * gdb.base/interrupt.exp: Document problem of simulators, signals,
19256 reads and BSD.
19257
19258 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
19259
19260 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19261 response.
19262
19263 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19264
19265 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
19266
19267 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
19268 test.
19269
19270 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
19271 target_sizeof_long and target_bigendian_p.
19272 (structs_by_value, structs_by_reference): Check values according
19273 to targets word size and endianess.
19274
19275 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
19276
19277 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
19278 output.
19279
19280 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
19281
19282 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
19283 Update test of set args help to match source change.
19284
19285 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
19286
19287 * gdb.base/default.exp: Expect help system output to be in
19288 alphabetical order.
19289 * gdb.base/help.exp: Ditto.
19290
19291 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
19292
19293 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19294 "i*86-pc-linux-gnu*".
19295 * gdb.base/interrupt.exp: Ditto.
19296 * gdb.base/corefile.exp: Ditto.
19297
19298 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
19299 define vxworks when building the testcase.
19300
19301 * gdb.base/ptype.exp: Fix testnames to be unique.
19302 * gdb.base/radix.exp: Ditto.
19303 * gdb.base/term.exp: Ditto.
19304 * gdb.base/whatis.exp: Ditto.
19305 * gdb.c++/classes.exp: Ditto.
19306
19307 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
19308
19309 * gdb.base/callfuncs.exp: Fix indentation.
19310
19311 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19312 suppress_flag has been set.
19313 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19314 target feature.
19315
19316 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
19317
19318 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19319 the testcase.
19320
19321 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
19322 set_debug_traps() and breakpoint().
19323 * gdb.c++/misc.cc (main): Ditto.
19324 * gdb.c++/templates.cc (main): Ditto.
19325 * gdb.c++/virtfunc.cc (main): Ditto.
19326
19327 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
19328
19329 * lib/gdb.exp(gdb_step_for_stub): New function.
19330 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19331 exists, reload the executable and do a "continue" instead of
19332 doing a jump.
19333 (runto_main): Use gdb_step_for_stub.
19334
19335 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
19336 tests to have unique names.
19337 * gdb.base/callfuncs.exp: Ditto.
19338 * gdb.base/commands.exp: Ditto.
19339 * gdb.base/default.exp: Ditto.
19340 * gdb.base/help.exp: Ditto.
19341 * gdb.base/list.exp: Ditto.
19342 * gdb.base/opaque.exp: Ditto.
19343 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19344 similar tests.
19345
19346 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19347 * gdb.c++/cplusfuncs.cc: Ditto.
19348 * gdb.c++/virtfunc.cc: Ditto.
19349
19350 * config/monitor.exp: Keep track of the last file we saw, rather
19351 than trying to get the info from gdb.
19352
19353 * gdb.fortran/types.exp: Move comment to previous line.
19354
19355 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
19356
19357 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
19358 target mode.
19359
19360 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
19361
19362 From Bob Manson:
19363 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
19364 string from GDB when it connects.
19365
19366 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
19367
19368 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
19369
19370 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
19371 if we can't get a debug format from GDB (we may be testing an
19372 older GDB). Use a 10 second timeout when checking for the format.
19373
19374 * gdb.stabs/weird.exp: Fix quoting.
19375
19376 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
19377
19378 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
19379
19380 * config/arm-ice.exp: New file.
19381
19382 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
19383
19384 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
19385 until it has been modified to work with the new testsuite.
19386
19387 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
19388 testcase won't compile, cause all of the testcases in the file to
19389 fail instead.
19390
19391 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
19392 (gdb_clear_suppressed): New procedure.
19393 (gdb_stop_suppressing_tests): Only clear suppress_flag if
19394 it contains a positive value.
19395
19396 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
19397
19398 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
19399
19400 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
19401
19402 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
19403
19404 * lib/gdb.exp (setup_xfail_format): New function.
19405 (get_debug_format): New function to get debug format.
19406 (debug_format): New global variable to hold last value set
19407 by get_debug_format.
19408 * gdb.base/list.exp: Call get_debug_format and expect some
19409 tests to fail for DWARF 1 and COFF formats.
19410 * gdb.c++/ptype.exp: Ditto.
19411 * gdb.c++/classes.exp: Ditto.
19412 * gdb.c++/cplusfuncs.exp: Ditto.
19413 * gdb.c++/inherit.exp: Ditto.
19414 * gdb.c++/templates.exp: Ditto.
19415 * gdb.c++/virtfunc.exp: Ditto.
19416
19417 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
19418
19419 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
19420 host doesn't have a currently-open connection.
19421
19422 * config/sparclet.exp: Cleanups and fixes to make it generic for
19423 any gdb stub target. Handle cases where gdb doesn't respond when
19424 interrupted in a sane fashion.
19425
19426 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
19427 same thing in a totally different way.
19428
19429 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
19430 setting "timeout".
19431 (gdb_start): We set the global gdb_prompt variable in
19432 default_gdb_init now.
19433
19434 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
19435
19436 * gdb.base/printcmds.exp: Fix "check for floating addition"
19437 regexp to accept results within approx +/- .01 of exact value.
19438 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19439
19440 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
19441
19442 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
19443 properly.
19444 (gdb_expect): Add optional timeout parameter, and add timeout
19445 value to various calls.
19446 (gdb_suppress_tests): Only give one warning message per group.
19447
19448 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
19449
19450 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
19451 global variables. Handle getting a value for $timeout more
19452 gracefully.
19453
19454 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19455
19456 * lib/gdb.exp: Close connection to remote host if gdb doesn't
19457 initialize.
19458 (default_gdb_init): New procedure; allow gdb_init to be overridden
19459 by a target configuration file.
19460 (gdb_expect): Pass the timeout to remote_expect.
19461
19462 * config/monitor.exp(gdb_load): Fix typo in regexp.
19463
19464 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19465
19466 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19467
19468 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19469
19470 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19471 here. Call gdb_target_exec before rebooting the target, to make
19472 sure the connection to the target is closed.
19473 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19474 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19475 Also detect "Timeout reading from remote" error.
19476
19477 * config/gdbserver.exp: Pass the executable being loaded to
19478 gdb_target_monitor. Don't call gdb_file_cmd here; let
19479 gdb_target_monitor do it.
19480
19481 * gdb.disasm/hppa.exp: Don't use exec_output.
19482
19483 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19484
19485 * gdb.base/list.exp: If we're debugging a non-native target,
19486 try to set the pc register to point to the start of the
19487 program before doing the first list command.
19488
19489 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19490 test_calls after restarting.
19491
19492 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19493 reloading.
19494
19495 * gdb.base/watchpoint.exp: Fix typo.
19496
19497 * gdb.base/setshow.exp: Check for use_gdb_stub.
19498
19499 * gdb.base/break.exp: Fix continue until exit test for the gdb
19500 stub case.
19501 * gdb.base/langs.exp: Ditto.
19502
19503 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19504 gdb_load_offset. If we weren't given a file to load, figure out
19505 what the current file is and use it.
19506
19507 * config/i386-bozo.exp: New file.
19508
19509 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19510
19511 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19512 feature.
19513
19514 * config/proelf.exp: New entry.
19515
19516 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19517
19518 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19519 of regexps.
19520
19521 * gdb.base/watchpoint.exp: Don't run the test_stepping
19522 tests if gdb can't call functions on the target.
19523
19524 * gdb.base/setshow.exp: Don't run the set prompt tests if
19525 the board has gdb_prompt set.
19526
19527 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19528
19529 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19530 * gdb.base/commands.exp: Likewise.
19531 * gdb.base/setshow.exp: Likewise.
19532
19533 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19534
19535 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19536 feature.
19537
19538 * config/i960.exp: New file.
19539
19540 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19541
19542 * gdb.base/funcargs.exp: Check for gdb,short_int target
19543 feature instead of looking for explicit target triplets.
19544
19545 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
19546
19547 * gdb.base/printcmds.exp: add a couple more tests a la
19548 "p 123DEADBEEF", to check parse_number.
19549 * top.c: change "to enable to enable" to "to enable" in a couple
19550 of help strings.
19551
19552 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19553
19554 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19555 on the mn10300.
19556
19557 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19558
19559 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19560 where the test executable is run with explicit args.
19561 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19562
19563 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19564
19565 * gdb.base/run.c: Use FAKEARGV to build test executable that
19566 does not require a command line arg, since most simulators
19567 don't currently support passing such an arg into the simulated
19568 program.
19569 * gdb.base/commands.exp: Change tests to insert the proper
19570 value as the arg to the first recursive factorial call. Change
19571 compilation line to define FAKEARGV at compile time.
19572
19573 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19574
19575 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19576 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19577 function with watchpoint enabled" test.
19578
19579 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19580
19581 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19582 Don't call gdb_test when the command doesn't return to a gdb prompt.
19583
19584 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19585 "Tests restarted" messages.
19586
19587 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19588
19589 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19590
19591 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
19592
19593 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19594 for INFO SYMBOL; add help tests for OVERLAY commands.
19595 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19596 add tests for OVERLAY commands
19597 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19598 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19599 * gdb.base/sigall.c: add usestubs code frag
19600 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19601
19602 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19603
19604 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19605 failures.
19606 (gdb_stop_suppressing_tests): Note that tests have restarted.
19607
19608 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19609
19610 * config/h8300.exp: New file.
19611
19612 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19613
19614 * gdb.base/setshow.exp: Check for the existence of a
19615 feature, not its value.
19616
19617 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19618
19619 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19620
19621 * gdb.base/scope.exp: It's now init0(), not init().
19622
19623 * gdb.base/scope0.c: For now, change init() to be init0().
19624
19625 * config/monitor.exp: Use gdb_serial in preference to serial
19626 or netport.
19627
19628 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
19629 and it's not already set.
19630
19631 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
19632
19633 * gdb.base/setshow.exp: Only test the run command if the target
19634 isn't using a stub and if it supports argument passing.
19635
19636 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
19637
19638 * config/udi.exp(gdb_start): Make sure UDICONF is set
19639 properly before starting gdb.
19640
19641 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
19642
19643 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
19644 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
19645 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
19646
19647 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
19648
19649 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
19650 specialized code to reboot the board, use remote_reboot instead.
19651
19652 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
19653
19654 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
19655
19656 * config/monitor.exp: Make sure we disconnect from the target.
19657 Also, try a reboot/reload cycle instead of failing if the
19658 load fails.
19659
19660 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
19661
19662 * gdb.base/default.exp: Don't set match_max.
19663 * gdb.base/help.exp: Ditto.
19664 * gdb.base/list.exp: Ditto.
19665 * gdb.base/signals.exp: Ditto.
19666
19667 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
19668 set, use remote_ld to download the testcase instead of
19669 the GDB loader.
19670
19671 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
19672
19673 * config/vr5000.exp: New file.
19674
19675 * config/monitor.exp(gdb_target_monitor): Add pattern for
19676 "Ending remote" to detect errors in connecting.
19677
19678 * gdb.base/setshow.exp: Add .* within auto language test.
19679
19680 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
19681 target feature.
19682
19683 * config/monitor.exp(gdb_load): Check for a failure when loading,
19684 and reboot the board if necessary.
19685
19686 * gdb.base/setvar.exp(test_set): Handle multiple prints within
19687 a set of tests. Remove print.* from the patterns being checked.
19688
19689 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
19690
19691 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
19692 refer to gdb_spawn_id.
19693
19694 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
19695 longer used.
19696 * config/sparclet.exp: Ditto.
19697 * config/sparclet-old.exp: Ditto.
19698 * config/slite.exp: Ditto.
19699 * config/sim.exp: Ditto.
19700 * gdb.base/funcargs.exp: Ditto.
19701
19702 * lib/gdb.exp:Remove references to gdb_spawn_id.
19703 (gdb_expect): Move to remote.exp.
19704
19705 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
19706
19707 * config/monitor.exp: Detect the "Couldn't establish connection"
19708 message from GDB.
19709
19710 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
19711
19712 * gdb.base/bitfields.exp: Use runto instead of explicit
19713 gdb_run_cmd/gdb_expect sequences.
19714
19715 * gdb.base/break.exp(text_next_with_recursion): Add match for
19716 gdb_expect call.
19717
19718 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
19719 We also need to handle the "A program is being debugged already"
19720 prompt from gdb. Use gdb_test to set the baud rate.
19721
19722 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
19723 to 20000. Really. I mean it.
19724
19725 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19726
19727 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
19728 fails. If suppress_flag is set, skip perror message about not
19729 being able to send to GDB.
19730 (send_gdb): If suppress_flag is set, don't try to send commands to
19731 GDB.
19732 (gdb_expect): If suppress_flag is set, always fail immediately.
19733 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
19734 (gdb_init): Call gdb_stop_suppressing_tests.
19735 (default_gdb_exit): Ditto.
19736 (default_gdb_start): Ditto.
19737
19738 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
19739 gdb_stop_suppressing_tests as appropriate.
19740 * gdb.base/break.exp: Ditto.
19741 * gdb.base/callfuncs.exp: Ditto.
19742 * gdb.base/commands.exp: Ditto.
19743 * gdb.base/exprs.exp: Ditto.
19744 * gdb.base/funcargs.exp: Ditto.
19745 * gdb.base/list.exp: Ditto.
19746 * gdb.base/recurse.exp: Ditto.
19747 * gdb.base/scope.exp: Ditto.
19748 * gdb.base/structs.exp: Ditto.
19749 * gdb.c++/inherit.exp: Ditto.
19750
19751 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
19752
19753 * config/vr4300.exp: New file.
19754
19755 * gdb.*/*.exp: Call gdb_expect instead of expect.
19756
19757 * lib/gdb.exp(gdb_expect): New function.
19758
19759 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
19760
19761 * lib/gdb.exp(gdb_init): New function.
19762
19763 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
19764 for each individual variable set.
19765
19766 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
19767 name.
19768
19769 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
19770
19771 * gdb.base/scope.exp: Use gdb_test.
19772
19773 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
19774 aborting; the testsuite driver will do that for us (see
19775 gdb_finish). Also, use gdb_test in a few more places.
19776
19777 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
19778
19779 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
19780
19781 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
19782
19783 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
19784 and "add_tests" are not at the same address.
19785
19786 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
19787
19788 * gdb.base/ptype.exp: Use gdb_test.
19789
19790 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
19791
19792 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
19793 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
19794 left in. No longer expect them to fail.
19795
19796 * gdb.stabs/*.mt; Deleted, no longer used.
19797 * gdb.stabs/configure.in: Remove references to target makefile
19798 frags.
19799 * gdb.stabs/configure: Rebuilt.
19800
19801 * gdb.disasm/*.mt: Deleted, no longer used.
19802 * gdb.disasm/configure.in: Remove references to target makefile
19803 frags. Use "sh3.s" as the unique filename for this directory.
19804 * gdb.disasm/configure: Rebuilt.
19805
19806 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
19807 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
19808 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
19809
19810 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
19811
19812 * config/udi.exp: Use mondfe,name instead of remote_host.
19813
19814 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
19815
19816 * gdb.base/watchpoint.exp: Don't expect a failure when calling
19817 a function with a watchpoint enabled on the mn10200.
19818
19819 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
19820 before trying to create it!
19821
19822 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
19823
19824 * config/vx.exp: Use hostname instead of netport.
19825
19826 * config/vxworks.exp: New file.
19827
19828 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
19829
19830 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
19831 gdb before assuming everything worked. Send a ^C if a timeout
19832 occurs.
19833
19834 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
19835 $gdb_spawn_id directly.
19836 (gdb_run_cmd): Try _start as well as start. Use the target feature
19837 gdb,start_symbol as the symbol to start from when jumping.
19838
19839 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
19840
19841 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
19842 redundant) test.
19843
19844 * gdb.base/recurse.exp: Relax final value test for 'b' so that
19845 it doesn't lose for 16bit integer systems.
19846
19847 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
19848
19849 * gdb.fortran/types.exp: If the target doesn't support "double"
19850 data types, then expect "real" types to only be 4 bytes.
19851
19852 * gdb.c++/virtfunc.exp: Expect failure for virtual function
19853 call tests if the target doesn't support inferior function calls.
19854
19855 * gdb.base/printcmds.exp: Allow minor deviation in FP values
19856 in printf tests.
19857
19858 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
19859
19860 * gdb.base/help.exp: Disable "help set", "help show", and
19861 "help support". Simplify regexp for "help stack".
19862
19863 * gdb.base/default.exp: Set match_max to 5000 and the timeout
19864 to 60 seconds. Temporarily set match_max to 15000 around the
19865 "info copying" test.
19866
19867 * gdb.base/nodebug.exp: Don't try to do an inferior function
19868 call if the target doesn't support them.
19869 * gdb.base/printcmds.exp: Likewise.
19870 * gdb.base/setvar.exp: Likewise.
19871 * gdb.base/structs.exp: Likewise.
19872 * gdb.c++/templates.exp: Likewise.
19873 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
19874
19875 * gdb.base/recurse.exp: Enable for the mn10200.
19876
19877 * configure.in: Do configure gdb.stabs directory for *-*-elf
19878 targets.
19879 * configure: Rebuilt.
19880
19881 * gdb.base/break.exp: Check for gdb,noresults before testing
19882 exit status and/or results from the target.
19883 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
19884 * lib/gdb.exp: Remove old (now bogus) initialization of
19885 noinferior, noargs, noresults and nosignals.
19886
19887 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
19888
19889 * config/sh.exp: New file.
19890
19891 * config/slite.exp: Try to connect multiple times to the board
19892 before rebooting. Only send a "monitor run" if need_monitor_run
19893 is set.
19894
19895 * gdb.base/break.exp: Don't do the "stub continue" test if
19896 the target has gdb_stub set.
19897
19898 * gdb.base/callfuncs.exp: Increase the timeout.
19899
19900 * gdb.base/interrupt.exp: Don't even try to compile the testcase
19901 if the target has gdb,noinferiorio set.
19902
19903 * gdb.base/list.exp: Increase match_max to 10000 characters.
19904
19905 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
19906
19907 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
19908 target.
19909
19910 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
19911
19912 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
19913
19914 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
19915 trying to delete the copy of gdb. Catch the file delete so we
19916 don't die if the delete fails; also, the file should be copied to
19917 the host, not to the build.
19918
19919 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
19920
19921 * lib/gdb.exp(gdb_test): Surround the result pattern with
19922 parenthesis in case it contains multiple regexps separated
19923 with |.
19924
19925 * gdb.base/watchpoint.exp: Use gdb_test.
19926 * gdb.base/default.exp: Ditto.
19927
19928 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
19929
19930 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
19931
19932 * gdb.base/scope.exp: Use gdb_test.
19933 * gdb.c++/classes.exp: Ditto.
19934 * gdb.c++/inherit.exp: Ditto.
19935
19936 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
19937
19938 * gdb.base/crossload.exp: Don't use execute_anywhere, use
19939 remote_exec instead.
19940 * gdb.base/corefile.exp: Don't be ridiculous.
19941 * gdb.base/*.c: Add missing stub invocations.
19942
19943 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
19944
19945 * config/slite.exp: Miscellaneous fixes.
19946
19947 * lib/gdb.exp: Fix runto.
19948
19949 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
19950 the target.
19951
19952 * gdb.base/watchpoint.exp: Fix regexp.
19953
19954 * lib/gdb.exp(default_gdb_exit): Add a catch to the
19955 close and wait commands, as the descriptor may now be
19956 invalid. Always call "remote_close host".
19957
19958 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
19959
19960 Major rewrite for testsuite revision.
19961
19962 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
19963 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
19964 instead of relying on spawn_id to always contain a valid
19965 spawn id.
19966 (get_compiler_info): New procedure to build the ${binfile}.ci
19967 file, instead of replicating this in N different places.
19968 (gdb_compile): New procedure.
19969
19970 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
19971 appropriate arguments) instead of compile. Use gdb_test in a lot
19972 more places. Use send_gdb instead of send. Always run gdb_start
19973 at the start of a testcase, as this is no longer done magically.
19974
19975 config/*-gdb.exp: Rename without the -gdb suffix.
19976
19977 config/mips.exp: Use remote_close instead of exit_remote_shell.
19978 config/monitor.exp: Use target_info instead of looking at
19979 baud, timeout, etc.
19980 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
19981
19982 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19983
19984 * gdb.c++/templates.exp (test_ptype_of_templates),
19985 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
19986 Update expect patterns for destructors and assignment operators
19987 to match corresponding c-typeprint.c changes.
19988 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
19989 to destructor breakpoint test, GDB should be able to set the
19990 destructor breakpoint without specifying arguments.
19991
19992 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
19993
19994 * gdb.threads/pthreads.exp: Change result for failure to compile due
19995 to lack of pthreads runtime support from an error to simply an
19996 unsupported test, per dejagnu standards.
19997
19998 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19999
20000 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
20001 where GDB exits to reduce pattern match time.
20002 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
20003
20004 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
20005
20006 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
20007
20008 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
20009 * gdb.base/default.exp: ditto.
20010 * gdb.base/nodebug.exp: ditto.
20011 * gdb.base/printcmds.exp: ditto.
20012 * gdb.base/ptype.exp: ditto.
20013 * gdb.base/setvar.exp: ditto.
20014 * gdb.base/structs.exp: ditto.
20015 * gdb.base/setshow.c: Guard against uninitialized values of argc.
20016
20017 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
20018
20019 * configure, */configure: Rebuild with autoconf 2.12.
20020
20021 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
20022
20023 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
20024 use new i*86-pc-linux*-gnu quads.
20025 * gdb.base/corefile.exp: Ditto.
20026 * gdb.base/signals.exp: Ditto.
20027 * gdb.base/sigall.exp: Ditto.
20028 * gdb.base/interrupt.exp: Ditto.
20029
20030 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
20031 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
20032 RedHat 4.0.
20033
20034 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
20035 linux. This allows the test case to at least compile on latest
20036 linux, but still not run due to missing the threads runtime library.
20037
20038 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20039
20040 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
20041 directory to search gdb directory. Accept and step over conditional
20042 stack alignment code. Consume $prompt in failure cases.
20043 Reset timeout to $oldtimeout instead of some arbitrary value.
20044 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
20045 timeout problems with infinite stack backtraces.
20046 * gdb.base/ptype.exp (ptype struct link, union tu_link):
20047 Accept function parameters for linkfunc member.
20048
20049 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
20050
20051 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
20052 (CXXFLAGS): Remove, unreferenced.
20053 (B_OPTIONS): Add for -B options and add code to initialize with
20054 previous -B options and also add -B option to pick up cross compiled
20055 runtime.
20056 (TARGET_INCLUDES): Add for -I options and add code to initialize when
20057 doing cross compiles.
20058 (target_alias): Declare global.
20059 (xgcc): Set variable to full path of gcc in build tree. Use findfile
20060 to verify that gcc exists in build tree, and if so set CC to that
20061 gcc and to use B_OPTIONS and TARGET_INCLUDES.
20062
20063 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
20064
20065 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
20066 ptype test for anonymous union. Fixup testcase to match
20067 current gcc debug output.
20068
20069 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
20070
20071 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
20072 force argument to an unsigned long type.
20073
20074 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
20075
20076 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
20077 tests and anonymous union print/ptype tests.
20078 * gdb.base/list.exp (test_forward-search): Increase timeout by
20079 5 minutes for the "search extremely long line" case.
20080 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
20081 completely optional and that the pass/fail messages use the command as
20082 the message if that third arg is a null string.
20083 (gdb_test_exact): Arrange that a null string pattern means match a
20084 null string output rather than any output, which might include random
20085 errors.
20086 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
20087 backtrace test.
20088 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
20089 always failing and failure is now exposed by gdb.exp changes.
20090
20091 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
20092
20093 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
20094 weren't being noted.
20095
20096 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20097
20098 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
20099 * gdb.stabs/weird.exp: Remove v_comb xfails.
20100
20101 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
20102
20103 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
20104 list.exp scope.exp watchpoint.exp]
20105 Make all timeout error msgs explicitly say "(timeout)".
20106
20107 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
20108
20109 * config/monitor.exp: Increase download timeout to 1000 seconds.
20110
20111 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
20112
20113 * config/m32r.exp: Increase timeout to 120 seconds.
20114
20115 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20116
20117 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20118 and accept older ordering as obsolescent gcc or gdb.
20119 * gdb.c++/templates.exp: Ditto.
20120 * gdb.c++/virtfunc.exp: Ditto.
20121
20122 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
20123
20124 * gdb.base/coremaker.c: Add code to mmap some data so we
20125 can check that it ends up in the core file.
20126 * gdb.base/corefile.exp: Add test to read mmapped data
20127 from core file.
20128
20129 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
20130
20131 * config/m32r.exp: New file.
20132
20133 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
20134
20135 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
20136 that cflags can contains -gstabs, and work correctly for other tests.
20137
20138 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
20139
20140 * gdb.base/setshow.exp: New file, tests show and set.
20141 * gdb.base/setshow.c: New file, tests show and set.
20142 * gdb.base/help.exp: Add test for help set|show annotate.
20143 * gdb.base/default.exp: Add test for set|show annotate.
20144
20145 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
20146
20147 * testsuite/gdb.base/break.exp: Make backtrace from factorial
20148 errors unique.
20149 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
20150 explicitly.
20151
20152 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
20153
20154 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
20155 and width commands. This is done elsewhere.
20156 * (gdb_start): Don't call gdb_start_sim here. That's already
20157 done in gdb_load. This fixes lots of failures in default.exp.
20158
20159 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
20160
20161 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
20162 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
20163 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
20164 in the same we we treat other failures (since it may be an expected
20165 condition), rather than as an error.
20166 * gdb.base/signals.exp (test_handle_all_print): Revert back to
20167 old test format.
20168
20169 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
20170
20171 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
20172 (distclean maintainer-clean realclean): No need to remove files
20173 twice. Nuke the duplicates.
20174 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
20175 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
20176 Remove config.h along with other config files.
20177
20178 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
20179
20180 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
20181 "p func1 ()" and note that rests of tests are skipped.
20182 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
20183 setup_xfails for "print func2::coremaker_local".
20184 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
20185 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
20186 affected by the previous run test.
20187 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
20188 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
20189 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
20190 "pass int powerset tuple" and "pass modeless int powerset tuple".
20191 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
20192 "real write 4" and "real write 8".
20193 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
20194 setup_xfails for "print vs1 after tuple assign 2",
20195 "print \$i after tuple assign 2", and
20196 "print vs2 after tuple assign 2".
20197 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
20198 meaningful error message and return -1 so the caller can
20199 suppress further tests and avoid a cascade of errors.
20200
20201 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
20202
20203 * gdb.base/a1-selftest.exp: Tweak tests to account for new
20204 format for printing version.
20205 * gdb.base/default.exp: Ditto.
20206 * gdb.base/interrupt.exp: Fix problem with cascade of
20207 errors if child process dies while calling a function.
20208
20209 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
20210
20211 * Makefile.in (VPATH): Add
20212 * Makefile.in (Makefile, config.status): Fix rules so things get
20213 remade when necessary.
20214
20215 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
20216
20217 * Makefile.in (just-check): Add path to sibling expect dir
20218 to environment variable specified by RPATH_ENVVAR.
20219
20220 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
20221
20222 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20223 (just-check): Add shared library paths for libstdc++, tk,
20224 tcl, bfd, and opcodes to the environment variable specified
20225 in RPATH_ENVVAR.
20226 * configure.in: Add support to recognize --enable-shared flag
20227 and generate correct value for RPATH_ENVVAR.
20228 * configure: Regenerated with autoconf.
20229
20230 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
20231
20232 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
20233 include all osf versions.
20234 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20235 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
20236 when target is linux. When failing to build pthreads test
20237 executable, give more meaningful message.
20238 * gdb.threads/pthreads.c: Hpux also uses old definition of second
20239 arg for pthread_create.
20240
20241 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
20242
20243 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
20244 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
20245 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
20246 and -lpthreads (everybody else).
20247 (test_startup): Fail gracefully if threads are not supported.
20248 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20249 "p/c array_index("abcdef",2)" when not gcc compiled.
20250 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20251 "print func2::coremaker_local" when not gcc compiled.
20252 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20253 "ptype on opaque struct tagname (statically)",
20254 "ptype on opaque struct tagname (dynamically) 1", and
20255 "ptype on opaque struct tagname (dynamically) 2"
20256 for not compiled with gcc.
20257 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20258 backtrace when compiled with gcc.
20259 * lib/gdb.exp (runto_main): Return result of "runto main" rather
20260 than always return success.
20261
20262 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
20263
20264 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20265
20266 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
20267
20268 * gdb.base/structs.exp: Undo last change.
20269
20270 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
20271
20272 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20273 encapsulate all the steps/nexts done during self test, starting
20274 at main, and makes them less sensitive to optimization issues.
20275 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20276 signal handler" test.
20277 * gdb.threads/pthreads.exp: Only run this for native configs.
20278 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20279 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20280 tests.
20281 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20282 for "runto test_calls(void)" test.
20283
20284 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
20285
20286 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20287 and don't expect address info in breakpoint confirmations.
20288
20289 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
20290
20291 * gdb.base/list.exp (test_forward_search): Increase timeout
20292 temporarily by 60 seconds for searching extremely long line,
20293 and then reset to old value when done. Increase expect input
20294 buffer to 10000.
20295
20296 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
20297
20298 * gdb.base/list.exp (test_forward_search): Fix to handle very
20299 long source line without overflowing expect's input buffer.
20300
20301 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
20302
20303 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20304 "buffer_full".
20305
20306 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20307 "buffer_full".
20308
20309 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20310 "buffer_full".
20311
20312 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20313 "buffer_full".
20314
20315 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
20316
20317 * configure.in (configdirs): Add gdb.threads.
20318 * configure: Regenerated with autoconf.
20319 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20320 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20321 * gdb.threads/configure: New, generated with autoconf.
20322
20323 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
20324
20325 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20326
20327 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
20328
20329 * gdb.base/signals.exp (test_handle_all_print): Test separately for
20330 each signal's status in the output of "handle all print".
20331 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20332 the \r\n sequence that immediately precedes the gdb prompt.
20333 * gdb.base/a1-selftest.exp: Save original timeout and restore
20334 after test.
20335
20336 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
20337
20338 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20339 symbol.
20340
20341 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
20342
20343 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20344
20345 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
20346
20347 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20348 timeout by 60 seconds.
20349
20350 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
20351
20352 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20353 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20354 error return.
20355
20356 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
20357
20358 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20359 gdb initialization, also report how long dejagnu waited. Restore
20360 old timeout before doing error return. Temporarily increase timeout
20361 by 3 minutes to allow for slow startups over heavy NFS use.
20362
20363 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
20364
20365 * lib/gdb.exp: Report timeout value for verbosity level 2.
20366 * config/gdbserver.exp: Ditto.
20367 * config/hppro.exp: Ditto.
20368 * config/mips-gdb.exp: Ditto.
20369 * config/monitor.exp: Ditto.
20370 * config/netware.exp: Ditto.
20371 * config/sim-gdb.exp: Ditto.
20372 * config/slite-gdb.exp: Ditto.
20373 * config/udi-gdb.exp: Ditto.
20374 * config/unix-gdb.exp: Ditto.
20375 * config/vx-gdb.exp: Ditto.
20376 * gdb.base/a1-selftest.exp: Ditto.
20377 * gdb.base/a2-run.exp: Ditto.
20378 * gdb.base/break.exp: Ditto.
20379 * gdb.base/corefile.exp: Ditto.
20380 * gdb.base/list.exp: Ditto.
20381 * gdb.base/recurse.exp: Ditto.
20382 * gdb.base/scope.exp: Ditto.
20383 * gdb.base/signals.exp: Ditto.
20384
20385 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20386
20387 * gdb.threads/Makefile.in (docdir): Removed.
20388
20389 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20390
20391 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
20392 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
20393 @srcdir@.
20394 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
20395 autoconf 2.5 or higher.
20396 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
20397
20398 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
20399
20400 * configure: Regenerated.
20401 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
20402 avoid name clashes with SunOS headers.
20403
20404 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
20405
20406 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
20407
20408 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
20409
20410 * gdb.base/callfuncs.exp: Finish last change -- make sure the
20411 prototype information ends up in the compiler info file.
20412
20413 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
20414
20415 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
20416 attempting to regenerate it. Eliminate use of a temporary file
20417 and just generate the info file directly. Source it immediately,
20418 for consistency of use.
20419 * gdb.base/corefile.exp: Ditto
20420 * gdb.base/exprs.exp: Ditto.
20421 * gdb.base/funcargs.exp: Ditto.
20422 * gdb.base/langs.exp: Ditto.
20423 * gdb.base/list.exp: Ditto.
20424 * gdb.base/mips_pro.exp: Ditto.
20425 * gdb.base/nodebug.exp: Ditto.
20426 * gdb.base/opaque.exp: Ditto.
20427 * gdb.base/ptype.exp: Ditto.
20428 * gdb.base/scope.exp: Ditto.
20429 * gdb.base/setvar.exp: Ditto.
20430 * gdb.base/signals.exp: Ditto.
20431 * gdb.base/whatis.exp: Ditto.
20432 * gdb.c++/templates.exp: Ditto.
20433 * gdb.c++/virtfunc.exp: Ditto.
20434 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
20435 whether or not to add -lstdc++ to the compile command line args.
20436
20437 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20438
20439 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
20440 it got fixed by the recent lookup_minimal_symbol_by_pc change.
20441 Increase timeout, a lot of single stepping might be needed if the
20442 target has no hardware watchpoints.
20443
20444 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
20445
20446 * gdb.base/break.exp: Ignore compiler warnings when compiling
20447 break.c.
20448 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20449 * gdb.base/default.exp: Add h8300 xfails. Handle messages
20450 from remote-sim.
20451 * gdb.base/exprs.exp: Add h8300 xfails.
20452 * gdb.base/funcargs.exp: Likewise.
20453 * gdb.base/nodebug.exp: Likewise.
20454 * gdb.base/printcmds.exp: Likewise.
20455 * gdb.base/ptype.exp: Likewise.
20456 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
20457 h8300 xfails.
20458 * gdb.base/return.exp: Handle float/double precision problems
20459 on the h8300.
20460 * gdb.base/funcargs.c: Explicitly make last constant argument to
20461 call_after_alloca_subr an unsigned long type.
20462 * gdb.base/return.c: Include stdio.h.
20463
20464 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20465
20466 * config/abug.exp: New file for the older Motorola Bug monitor
20467 that runs on the mvme13x series VME boards.
20468 * config/monitor.exp: Use the new config array for target settings
20469 if they exist.
20470
20471 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20472
20473 * sim-gdb.exp: Make the SH simulator allocate less space when
20474 it is targeted.
20475
20476 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20477
20478 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20479 test.
20480
20481 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20482
20483 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20484 "rs6000-*-*" for "list function in include file" when gcc compiled.
20485 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20486 for "p ctable1[120]".
20487 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20488 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20489 Remove setup_xfail for "rs6000-*-*" for
20490 "print 'scope0.c'::filelocal before run".
20491 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20492 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20493 since some compilers don't allow both options to be given
20494 on the same command line. Create object file and move it.
20495
20496 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20497
20498 * gdb.base/corefile.exp: Always regenerate the core file, since
20499 we always regenerate the coremaker program. Detect special case
20500 where registers cannot be read from core file.
20501
20502 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20503
20504 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20505 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20506 * gdb.c++/templates.exp: Only match on basename of file since
20507 some formats like xcoff don't encode directory information.
20508 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20509 and rs6000 AIX xcoff targets.
20510 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20511 * configure: Regenerate.
20512 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20513 here, rather than in distclean.
20514
20515 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20516
20517 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20518 defined, and use it to compile the test case with -O2. The
20519 native compilation still uses no optimization.
20520 * gdb.base/mips_pro.c: Remove inline assembly code since
20521 it is compiled PIC by default, which results in assembler
20522 warnings that make the testsuite think the compilation
20523 was unsuccessful.
20524
20525 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20526
20527 * gdb.c++/misc.exp: Add note to message for
20528 "print s.a for foo struct" that this is a known gcc 2.7.2
20529 and earlier bug.
20530
20531 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20532
20533 * gdb.base/break.exp: Fix pattern for matching "Delete all
20534 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20535 setup_xfail for deleting all breakpoints test. Fix various
20536 timeout messages to include "(timeout)".
20537 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20538 for "p t_float_values2(3.14159,float_val2)".
20539 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20540 for "continue to call2g" when gcc compiled.
20541 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20542 "up to foo in langs.exp", "show language at foo in langs.exp",
20543 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20544 and "show language at fsub in langs.exp".
20545 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20546 "list line 1 in include file", "list message for lines past EOF",
20547 "list function in include file", "list list0.h:foo", and
20548 "list filename:function; nonexistant function".
20549 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20550 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20551 and "ptype t_char_array" to be for native cc only.
20552
20553 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20554
20555 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20556 setup_xfail for "print coremaker_bss", "print coremaker_ro",
20557 "print func2::coremaker_local", and "backtrace in corefile.exp".
20558
20559 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20560
20561 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20562 "bt in signals.exp". This problem only appears when running
20563 the testsuite, and then only intermittently.
20564
20565 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20566
20567 * gdb.base/return.exp (return_tests): Differentiate between
20568 two tests of continuing.
20569
20570 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20571
20572 * */Makefile.in (maintainer-clean): Remove config.log.
20573 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20574 * gdb.c++/Makefile.in (PROGS): Add inherit.
20575 (clean): Remove *.ci.
20576
20577 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20578
20579 * gdb.c++/misc.cc: Add test code from Mike Stump.
20580 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20581
20582 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20583
20584 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20585 to "alpha-*-osf2*" and add comment.
20586 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20587 setup_xfail for "step over execarg initialization" and
20588 "step over corearg initialization".
20589 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20590 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20591 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20592 gcc compiled for "print coremaker_bss", "print coremaker_ro",
20593 "print func2::coremaker_local", and "backtrace in corefile.exp".
20594 * gdb.base/signals.exp: Build and source signals.ci.
20595 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20596 to be for gcc only.
20597 * lib/gdb.exp: Move verbose statements outside conditionals.
20598
20599 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20600
20601 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20602 Feb 3 procfs.c change.
20603
20604 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20605
20606 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20607
20608 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20609
20610 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20611 from dejagnu's apparent default of 10 seconds, which gives random
20612 results when running the tests over NFS on moderately loaded systems.
20613 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20614
20615 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20616
20617 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20618 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20619 result reports.
20620
20621 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
20622
20623 * configure.in (CY_AC_PATH_TCLH): Remove.
20624 * configure: Regenerate.
20625
20626 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
20627
20628 * gdb.c++/Makefile.in (clean): Add missing '{'.
20629
20630 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
20631
20632 * lib/gdb.exp: Provide a default value for noinferior.
20633
20634 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
20635 Load libgloss.exp.
20636
20637 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
20638
20639 * gdb.disasm/hppa.exp: Compile directly into an executable, use
20640 the executable, not the .o to run the tests from.
20641
20642 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
20643
20644 * gdb.base/break.exp: Don't test for program exit or exit status
20645 if $noresults if nonzero.
20646 * gdb.base/langs.exp: Likewise.
20647 * gdb.base/watchpoint.exp: Likewise.
20648
20649 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
20650 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
20651 trying to compile the testcase.
20652
20653 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
20654
20655 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
20656 * gdb.base/signals.exp (continue to handler): Likewise.
20657
20658 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
20659
20660 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
20661
20662 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
20663
20664 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
20665
20666 * gdb.base/corefile.exp: Recognize "not found" as failure
20667 when trying to determine if a core file was generated.
20668 If no core file was generate the first time, try again without
20669 the ulimit -c to work around braindamaged shells.
20670
20671 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
20672
20673 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
20674 [] tests with "test" and enclose string in quotes.
20675 * gdb.stabs/configure: Rebuild
20676
20677 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
20678
20679 Changes in sync with expect:
20680 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
20681 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
20682 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
20683 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
20684 argument to AC_REQUIRE.
20685 * configure: Regenerated.
20686
20687 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
20688
20689 * gdb.base/corefile.exp: When generating a core, discard any
20690 error messages about ulimit not found and the "core dumped"
20691 message from the shell that runs the coredumper.
20692
20693 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
20694
20695 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
20696
20697 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
20698 which sed script to run. Expect failure for v_comb test
20699 on PA targets too.
20700
20701 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
20702
20703 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
20704 "print func2::coremaker_local" and for "backtrace in corefile.exp"
20705
20706 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
20707
20708 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
20709 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
20710 "sparc-sun-solaris*" xfails for "p v_comb".
20711 * lib/gdb.exp (default_gdb_start): Fix typo.
20712 * gdb.base/corefile.exp: Allow "Core was generated by ..."
20713 messages to not include the full program name that caused
20714 the core dump since some systems (such as solaris) apparently
20715 truncate this path to about 80 characters.
20716 When generating a core file first try increasing the core file
20717 size limit to unlimited since some systems may default it to
20718 zero, and it is harmless to try it. Move the test for failing
20719 to generate a core file to where it will actually get executed.
20720 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
20721 new gdb result from g++ debug info improvements and make old
20722 pattern obsolescent. Also account for size_t differences
20723 (may be int or long).
20724 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
20725 initialization before function call is placed in the delay slot
20726 and thus appears to be skipped over by commands such as "next".
20727
20728 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
20729
20730 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
20731
20732 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
20733
20734 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
20735 input source file; fix code to compile test to deal with this
20736 convention.
20737 * gdb.c++/*.exp: Likewise.
20738
20739 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
20740
20741 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
20742 "bt in signals.exp".
20743
20744 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
20745
20746 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
20747 "step over execarg initialization" and
20748 "step over corearg initialization".
20749
20750 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
20751
20752 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
20753 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
20754
20755 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
20756
20757 From Rob Savoye (rob@poseidon.cygnus.com)
20758 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
20759 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
20760 configure.in}, gdb.disasm/{Makefile.in, configure.in},
20761 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
20762 configure.in}: Major reworking for autoconfig.
20763 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
20764 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
20765 New files.
20766 * config/unix-gdb.exp: Make GDB global.
20767 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
20768 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
20769 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
20770 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
20771 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
20772 term.exp, twice.exp, watchpoint.exp, whatis.exp},
20773 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
20774 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
20775 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
20776 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
20777 pr-8136.exp, result.exp, string.exp, tuples.exp},
20778 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
20779 to returns as necessary, arrange for test to compile own testcase
20780 executable.
20781 * lib/gdb.exp: Changes for testsuite to compile own test cases.
20782
20783 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
20784
20785 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
20786 clear_xfail at end of test which might not call either pass or fail.
20787 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
20788 "backtrace through signal handler".
20789
20790 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20791
20792 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
20793 continuing from a job control stop signal.
20794 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
20795
20796 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
20797
20798 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
20799 * gdb.base/corefile.exp: Likewise.
20800 * gdb.base/funcargs.exp: Likewise.
20801
20802 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
20803
20804 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
20805 * config/monitor.exp: Add support for setting baud rate.
20806
20807 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
20808
20809 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
20810 i*86-*-linux* xfails for "backtrace through signal handler".
20811 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
20812 "print func2::coremaker_local".
20813 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
20814 alpha-dec-osf2* xfail for
20815 "delete all breakpoints when none".
20816
20817 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
20818
20819 * gdb.base/break.exp: Change test that deletes all breakpoints
20820 when no user breakpoints are installed. A post 4.15 change
20821 causes gdb to no longer prompt in this case.
20822
20823 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
20824
20825 * gdb.base/return.exp (return_tests): Change xfail for test
20826 "correct value returned double test" to stop xfailing at
20827 Solaris 2.5. Apparently the bug has been fixed.
20828
20829 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
20830
20831 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
20832 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
20833
20834 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
20835
20836 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
20837 * gdb.disasm/hppa.s: Corresponding changes.
20838
20839 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
20840
20841 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
20842 makefile fragment.
20843 * config/mt-hpux: Deleted.
20844
20845 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
20846
20847 * Many files: When warning about suppressed tests due to a
20848 nonexistant test binary, avoid incrementing the warning count.
20849
20850 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
20851
20852 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
20853
20854 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20855
20856 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
20857 "sparc-*-solaris2*".
20858
20859 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20860
20861 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
20862 Add global and local variables and initialize them.
20863 * gdb.base/corefile.exp: Test correct mapping of corefile sections
20864 by printing variables. Remove rs6000 and powerpc xfails, BFD now
20865 extracts the file name and terminating signal from the core file.
20866 * TODO: Remove note about tests for correct mapping of corefile.
20867 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
20868 from optimizing it away.
20869 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
20870 handles common blocks.
20871
20872 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
20873
20874 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
20875 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
20876
20877 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
20878
20879 * Makefile.in (maintainer-clean): New target, synonym for
20880 realclean.
20881 * gdb.base/Makefile.in (maintainer-clean): Likewise.
20882 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
20883 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
20884 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
20885 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
20886 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
20887
20888 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
20889
20890 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
20891 xfails when not gcc compiled for "print foo::funclocal".
20892 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
20893 "print foo::funclocal at foo",
20894 "print 'scope1.c'::foo::funclocal at foo",
20895 "print foo::funclocal_bss at foo",
20896 "print 'scope1.c'::foo::funclocal_bss at foo",
20897 "print foo::funclocal_ro at foo",
20898 "print 'scope1.c'::foo::funclocal_ro at foo",
20899 "print bar::funclocal at foo" and
20900 "print 'scope1.c'::bar::funclocal at foo".
20901 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
20902 gcc compiled for "print foo::funclocal at bar".
20903 Expand all messages to ensure that they identify that
20904 the test is at bar().
20905 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
20906 gcc compiled for:
20907 "ptype on opaque struct pointer (statically)",
20908 "ptype on opaque struct tagname (statically)",
20909 "ptype on opaque struct pointer (dynamically) 1",
20910 "ptype on opaque struct tagname (dynamically) 1",
20911 "ptype on opaque struct pointer (dynamically) 2" and
20912 "ptype on opaque struct tagname (dynamically) 2
20913 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
20914 gcc compiled for:
20915 "p datalocal"
20916 "whatis datalocal",
20917 "ptype datalocal",
20918 "p bsslocal",
20919 "whatis bsslocal", and
20920 "ptype bsslocal".
20921 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
20922 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
20923 when not gcc compiled.
20924 * gdb.base/funcargs.exp (float_and_integral_args): Add
20925 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
20926 compiled.
20927 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
20928 "backtrace from call6a" when not gcc compiled.
20929 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
20930 "backtrace from call7a" when not gcc compiled.
20931 * gdb.base/callfuncs.exp (do_function_calls):
20932 Add "hppa*-*-hpux*" xfail when not gcc compiled for
20933 "p t_char_array_values(char_array_val2,char_array_val1)",
20934 "p t_char_array_values(char_array_val1,char_array_val2)",
20935 "p t_char_array_values("carray 1","carray 2")",
20936 "p t_char_array_values("carray 1",char_array_val2)",
20937 "p t_char_array_values(char_array_val1,"carray 2")",
20938 "p sum_args(1,{2})",
20939 "p sum_args(2,{2,3})",
20940 "p sum_args(3,{2,3,4})",
20941 "p sum_args(4,{2,3,4,5})"
20942 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
20943 "backtrace in corefile.exp" when not gcc compiled.
20944
20945 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20946
20947 * gdb.base/signals.exp: Rewrite `handle all print' test as
20948 a procedure. Accept blanks or TABs as whitespace, increase
20949 timeout and expect input buffer size for the large output
20950 from the command. Remove "i*86-*-bsdi2.0" xfail.
20951
20952 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20953
20954 * gdb.base/setvar.exp: Add new testcases for truncation when
20955 assigning invalid values to bitfields.
20956
20957 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
20958
20959 * gdb.base/callfuncs.exp (do_function_calls): Remove
20960 mips-sgi-irix* xfail for
20961 "call inferior func with struct - returns char *"
20962 and fix test so that an optional (unsigned char *) cast is
20963 accepted in the result.
20964
20965 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
20966
20967 * gdb.base/funcargs.exp (float_and_integral_args): Remove
20968 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
20969 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
20970 * gdb.base/signals.exp: Remove duplicate "handle all print" test
20971 that accidentally got checked in.
20972
20973 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
20974
20975 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
20976 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
20977 compiled test.
20978 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
20979 Add mips-sgi-irix5* xfail for not gcc compiled.
20980 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
20981 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
20982 "p top", "whatis top", "p middle", and "whatis middle".
20983 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
20984 "whatis signed char" for not gcc compiled.
20985 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
20986 "set variable signed char=-1 (-1)" and
20987 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
20988 * gdb.base/funcargs.exp (float_and_integral_args):
20989 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
20990 Add mips-sgi-irix* xfail when not gcc compiled for
20991 "continue to call2b".
20992 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
20993 "continue to call2g".
20994 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
20995 "backtrace from call6a"
20996 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
20997 "backtrace from call7k".
20998 Add mips-sgi-irix5* xfail when not gcc compiled for
20999 "backtrace from call7a".
21000 (localvars_after_alloca): Fix gdb_test cmds for
21001 "print * after runto ...".
21002 Remove rs6000-*-* xfails for
21003 "print i after runto localvars_after_alloca" and
21004 "print l after runto localvars_after_alloca"
21005 for all compilers.
21006 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
21007 when not compiled with gcc, for:
21008 "print signed char == (minus)",
21009 "print signed char != (minus)",
21010 "print signed char < (minus)",
21011 "print signed char > (minus)".
21012 * gdb.base/callfuncs.exp (do_function_calls):
21013 Add mips-sgi-irix* xfail, when compiled with native compiler, for
21014 "call inferior func with struct - returns char *".
21015 * gdb.base/return.exp (return_tests): Change xfail for
21016 "correct value returned double test" to include Solaris 2.4.
21017 * gdb.base/funcargs.exp (float_and_integral_args):
21018 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21019
21020 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21021
21022 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
21023 enumeration bitfields if compiling with GNU C.
21024 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
21025 to empty' prompt.
21026
21027 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
21028
21029 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
21030 test for PRO targets.
21031
21032 * gdb.base/funcargs.exp: Avoid ever setting more than 8
21033 breakpoints in the inferior at any given time by making
21034 two groups of breakpoints for call2*, call6* and call7*
21035 tests.
21036
21037 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21038
21039 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
21040 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
21041 from optimizing it away.
21042 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
21043 "call inferior func with struct".
21044
21045 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
21046
21047 * configure.in: Only configure gdb.chill for particular targets.
21048
21049 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
21050
21051 * gdb.base/Makefile.in: Add action to .c.o transformation
21052 rule that generates a .ci file for each .o file and remove
21053 explicit .c.o rules except for callfuncs.o.
21054 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
21055 generates a .ci file for each .o file and remove explicit
21056 .cc.o rules.
21057 (clean): Remove *.tmp *.ci files.
21058 (EXECUTABLES): Remove templ-info.exp.
21059 * gdb.base/compiler.c: New file.
21060 * gdb.c++/compiler.cc: New file
21061 * gdb.base/scope.exp: Source gdb.base/scope.ci.
21062 Change rs6000-*-* xfail for
21063 "print 'scope0.c'::filelocal_ro" and
21064 "print 'scope1.c'::filelocal" and
21065 "print 'scope1.c'::filelocal_bss" and
21066 "print 'scope1.c'::filelocal_ro" and
21067 "print 'scope1.c'::foo::funclocal" and
21068 "print 'scope1.c'::foo::funclocal_ro" and
21069 "print 'scope1.c'::bar::funclocal" and
21070 "print 'scope0.c'::filelocal_ro" and
21071 "print 'scope1.c'::filelocal at foo" and
21072 "print 'scope1.c'::filelocal_bss at foo" and
21073 "print 'scope1.c'::filelocal_ro at foo" and
21074 "print 'scope1.c'::foo::funclocal at foo" and
21075 "print 'scope1.c'::foo::funclocal_bss at foo" and
21076 "print 'scope1.c'::foo::funclocal_ro at foo" and
21077 "print 'scope1.c'::bar::funclocal at foo" and
21078 "print 'scope0.c'::filelocal_ro" and
21079 "print 'scope1.c'::filelocal" and
21080 "print 'scope1.c'::filelocal_bss" and
21081 "print 'scope1.c'::filelocal_ro" and
21082 "print 'scope1.c'::foo::funclocal" and
21083 "print 'scope1.c'::foo::funclocal_bss" and
21084 "print 'scope1.c'::foo::funclocal_ro" and
21085 "print 'scope1.c'::bar::funclocal" and
21086 "print 'scope1.c'::bar::funclocal_bss"
21087 to only be xfail'd when not compiled with gcc.
21088 Add rs6000-*-* xfail for
21089 "print 'scope0.c'::filelocal_bss before run"
21090 when compiled with gcc.
21091 (test_at_main): Add rs6000-*-* xfail for
21092 "print filelocal_ro in test_at_main"
21093 when compiled with gcc.
21094 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
21095 Add rs6000-*-aix* xfail for
21096 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
21097 "ptype t_char_array", not compiled with gcc.
21098 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
21099 xfail for "list foo (in include file)" when gcc compiled.
21100 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
21101 (integral_args): Add rs6000-*-* xfail for
21102 "run to call0a" if not compiled with gcc.
21103 (unsigned_integral_args): Add rs6000-*-* xfail for
21104 "run to call1a" if not compiled with gcc.
21105 (float_and_integral_args): Add rs6000-*-* xfail for
21106 "run to call2a" if not compiled with gcc and for
21107 "continue to call2b" for any compiler.
21108 Add rs6000-*-* xfail to
21109 "print f1 after run to call2a" for gcc compiled.
21110 (discard_and_shuffle): Add rs6000-*-* xfail for
21111 "run to call6a".
21112 (shuffle_round_robin): Add rs6000-*-* xfail for
21113 "backtrace from call7a" if not compiled with gcc.
21114 Add rs6000-*-* xfail for
21115 "backtrace from call7b" if compiled with gcc.
21116 (call_after_alloca): Add rs6000-*-* xfail for
21117 "print c in call_after_alloca" and
21118 "print s in call_after_alloca" and
21119 "backtrace from call_after_alloca_subr"
21120 if not compiled with gcc.
21121 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21122 "print c in localvars_in_indirect_call" and
21123 "print c in localvars_in_indirect_call" and
21124 "backtrace in indirectly called function" and
21125 "stepping into indirectly called function"
21126 if not compiled with gcc.
21127 (localvars_after_alloca): Add rs6000-*-* xfail for
21128 "print c after runto localvars_after_alloca" and
21129 "print s after runto localvars_after_alloca" and
21130 "print i after runto localvars_after_alloca" and
21131 "print l after runto localvars_after_alloca"
21132 for all compilers.
21133 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
21134 than whatis-info.exp.
21135 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
21136 than opaque-info.exp.
21137 Setup rs6000-*-* xfail for
21138 "ptype on opaque struct pointer (statically)" and
21139 "ptype on opaque struct pointer (dynamically)" when
21140 not compiled with gcc.
21141 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
21142 rather than callf-info.exp.
21143 (do_function_calls): Add clear_xfail for rs6000-*-* for
21144 "p t_float_values2(3.14159,float_val2)". Seems to work
21145 fine there, both with xlc and gcc. Need to find out what
21146 it is doing right and fix other platforms.
21147 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
21148 "call inferior func with struct - returns int",
21149 "call inferior func with struct - returns long",
21150 "call inferior func with struct - returns float",
21151 "call inferior func with struct - returns double",
21152 "call inferior func with struct - returns char *",
21153 but only if not gcc compiled (presumes xlc compiled).
21154 Change rs6000-*-* xfails for
21155 "call inferior func with struct - returns char" and
21156 " call inferior func with struct - returns short" to only
21157 xfail if not using gcc.
21158 (clean mostlyclean): Remove *.ci and *.tmp files.
21159 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
21160 than templ-info.exp.
21161 * gdb.base/langs.exp: Source gdb.base/langs.ci.
21162 Add rs6000-*-* xfail for "up to foo in langs.exp"
21163 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
21164 when not gcc compiled.
21165
21166 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21167
21168 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
21169 * gdb.base/corefile.exp: Likewise.
21170 * gdb.base/list.exp: Likewise.
21171 * gdb.base/scope.exp: Likewise.
21172 * gdb.base/siganls.exp: Likewise.
21173
21174 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
21175 compiler output.
21176 * gdb.base/whatis.exp: Likewise.
21177
21178 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
21179
21180 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
21181 failure (opcode table has been fixed to match reality).
21182
21183 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
21184
21185 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
21186 "call inferior func with struct - returns char",
21187 "call inferior func with struct - returns short"
21188
21189 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
21190 "print 'scope0.c'::filelocal at main",
21191 "print 'scope0.c'::filelocal_bss in test_at_main",
21192 "print 'scope0.c'::filelocal at foo",
21193 "print 'scope0.c'::filelocal_bss in test_at_foo",
21194 "print 'scope0.c'::filelocal at bar",
21195 "print 'scope0.c'::filelocal_bss in test_at_bar"
21196
21197 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
21198 in source file 1". This bug seems to have been fixed with both
21199 gcc and native cc (was native assembler bug?).
21200
21201 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
21202
21203 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
21204 "backtrace through signal handler" to "i*86-*-sysv4*".
21205 * gdb.base/signals.exp: Add xfail for "'next' behaved as
21206 continue" case. Add "known SVR4 bug" to fail message.
21207 Add "i*86-*-bsdi2.0" xfail for "handle all print".
21208 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
21209 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
21210 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
21211 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
21212 "up to foo in langs.exp", "show language at foo in
21213 langs.exp", "up to cppsub_ in langs.exp", "show
21214 language at cppsub_ in langs.exp", "up to fsub in
21215 langs.exp", and "show language at fsub in langs.exp".
21216 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
21217 "bactrace in corefile.exp".
21218 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21219 "call inferior function with struct - returns float" and
21220 "call inferior function with struct - returns double".
21221
21222 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
21223
21224 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21225 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21226 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21227 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21228
21229 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
21230
21231 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21232 (or overriden) "CHILL" macro rather then bare "gcc".
21233 Also look for ../../gcc/xgcc since that is what we will
21234 actually need, not "Makefile". Remove following assignment
21235 of CHILL to CHILL_FOR_TARGET because that results in
21236 recursive definition.
21237
21238 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
21239
21240 * gdb.base/corefile.exp: Change xfail for backtrace in
21241 corefile.exp from linuxaout to all linux.
21242 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
21243 cases where we miss the breakpoint at the signal handler
21244 for some reason. Setup xfail for linuxoldld/linuxaout and
21245 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
21246 hitting SIGURG breakpoint.
21247 * gdb.base/signals.exp: Setup xfail for "next" acting like
21248 continue to add linuxoldld. Setup xfail for all linux for
21249 "next to handler in signals_tests_1", "backtrace in
21250 signals_tests_1", "continue to func1", "pass SIGUSR1",
21251 and continue to handler".
21252
21253 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
21254
21255 * Update all FSF addresses except those in COPYING* files.
21256
21257 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
21258
21259 * gdb.base/a2-run.exp: Change messages to be more explicit about
21260 the status of args, and quote binfile in results.
21261
21262 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
21263
21264 * gdb.base/callfuncs.exp: Add tests for passing structs to
21265 inferior functions and return various types.
21266 * gdb.base/callfuncs.c: Add functions to receive a struct
21267 and return a member of the struct, in various types.
21268
21269 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21270
21271 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21272
21273 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21274
21275 * config/vxworks29k.exp: New file, sources vxworks.exp.
21276
21277 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21278
21279 * config/gdbremote.exp: New file. Testing framework using
21280 gdbserver.
21281
21282 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
21283
21284 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21285 "call function when asleep" and "send end of file".
21286 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21287 for "backtrace in corefile.exp".
21288 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21289 for "backtrace through signal handler".
21290 * gdb.base/corefile.exp: Make sure we actually generate a core file
21291 before trying the core tests. Some systems allow the user to suppress
21292 generation of core files and default to that (linux for example).
21293 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21294 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
21295
21296 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21297
21298 * gdb.threads: New directory with some crude multi-threaded
21299 gdb tests (step.exp and step2.exp).
21300 * config/mt-lynx (STEP_EXECUTABLE): Define.
21301 (THREADFLAGS): Define.
21302
21303 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
21304
21305 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21306
21307 * gdb.base/signals.exp: Disable whole file for lynx until
21308 further notice.
21309
21310 * gdb.base/signals.exp: xfail test where "next" acts like
21311 "continue" for lynx.
21312
21313 * gdb.base/interrupt.exp: xfail test for calling function while
21314 inferior is asleep for lynx.
21315
21316 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21317 than one cr-lf after each command.
21318
21319 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21320
21321 * configure.in: Reinstate setting of stabsdirs variable, fix
21322 typo in setting up configdirs for native builds.
21323
21324 * gdb.base/return.exp: Fix typo in return double test.
21325 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
21326 compiler from optimizing them away.
21327
21328 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
21329
21330 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21331 sequences to be echo'd by gdb when using gdb_test.
21332 * gdb.chill/chexp.exp: Likewise.
21333 * gdb.fortran/exprs.exp: Likewise
21334
21335 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21336
21337 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21338 after the inferior gdb has started.
21339
21340 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21341 after each command.
21342 * gdb.base/funcargs.exp: Likewise.
21343 * gdb.base/gdbvars.exp: Likewise.
21344 * gdb.base/interrupt.exp: Likewise.
21345 * gdb.base/list.exp: Likewise.
21346 * gdb.base/watchpoint.exp: Likewise.
21347 * gdb.c++/demangle.exp: Likewise.
21348 * gdb.c++/inherit.exp: Likewise.
21349 * gdb.chill/chexp.exp: Likewise.
21350 * gdb.fortran/exprs.exp: Likewise.
21351
21352 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21353 test if we can't handle IO to/from the inferior.
21354
21355 * gdb.c++/misc.exp: Always check for a program already being
21356 started after sending a "run" command to gdb.
21357
21358 * gdb.base/twice.exp: Start with a fresh gdb.
21359
21360 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21361 only depend on gdb's expression code, not the chill runtime.
21362
21363 * gdb.base/return.c: Put return values into variables so we
21364 can have gdb print them rather than depending on the program
21365 to print them.
21366 * gdb.base/return.exp: Corresponding changes.
21367
21368 * lib/gdb.exp: Provide default value for noinferiorio.
21369 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
21370 the inferior.
21371
21372 * gdb.base/break.exp: Always check for a program already being
21373 started after sending a "run" command to gdb.
21374 (text_next_with_recursion): Don't check the output from the
21375 program's printf statement. Instead just make sure the program
21376 exited.
21377
21378 * gdb.base/commands.exp: Protect tests which need arguments with
21379 $noargs conditionals.
21380
21381 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21382
21383 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
21384 of structure member arrays to match gdb/valops.c:value_addr change.
21385
21386 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
21387
21388 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
21389 cases.
21390
21391 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
21392
21393 * configure.in (configdirs): Remove gdb.chill from default list
21394 of subdirs and then add it back in only if doing a native build.
21395 The current chill compiler does not yet work in any cross build.
21396 * Revert all signal changes from Jul 6.
21397 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
21398 for sh-hms targets, allowing these tests to link, with no other
21399 changes. Testing is suppressed by setting "nosignals" in site.exp.
21400
21401 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
21402
21403 * configure.in (signaldirs): Define and add to configdirs for all
21404 targets except some specific ones that are known to not support signals.
21405 Also clean up formatting.
21406 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
21407 (signals, sigall): Remove rules to build.
21408 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
21409 Moved to new gdb.signals directory.
21410 * gdb.signals: New test directory.
21411 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
21412 signals.c signals.exp}: New or moved files.
21413
21414 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
21415
21416 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
21417
21418 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
21419
21420 * gdb.base/return.exp: Xfail `return double' test failure
21421 on at least Solaris 2.3 and handle future/past versions on
21422 a case by case basis as appropriate. Also update message
21423 to include i*86 failures.
21424
21425 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21426
21427 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
21428
21429 * lib/gdb.exp: Fix comment which erroneously identified
21430 gdb_file_cmd as gdb_load (the 19 May change was in fact to
21431 gdb_file_cmd not gdb_load).
21432 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21433
21434 * gdb.base/setvar.exp: Make test names consistent between pass and
21435 fail cases. Use gdb_test more.
21436
21437 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21438
21439 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21440
21441 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21442
21443 * gdb.base/help.exp: Fix expected help string for `show commands'.
21444
21445 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
21446
21447 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21448
21449 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21450 of a text section.
21451
21452 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
21453
21454 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
21455 that loop eventually terminates. Fix Connection refused logic so
21456 that testsuite will expire nicely.
21457
21458 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
21459
21460 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21461 config/rom68k.exp: New tcl glue for the appropriate monitors.
21462 These all just end up calling monitor.exp.
21463 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21464 refused' by retrying. Cleanup some timeout issues.
21465 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21466 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21467 callers don't have to set/restore global timeout variable.
21468
21469 * The following set of changes centralizes management of the global
21470 timeout variable. This way, it can be set in one target dependent
21471 place instead of dozens of places scattered throughout the test suite.
21472 If you need to lengthen a timeout, then you should either set timeout
21473 in one of the config/{target}.exp files, or multiply it by a factor.
21474 Setting it to an absolute value is always going to lose for some
21475 targets.
21476 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21477 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21478 * gdb.base/funcargs.exp: Don't set timeout.
21479 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21480 * gdb.base/printcmds.exp (test_print_string_constants
21481 test_print_array_constants): Don't set timeout.
21482 * gdb.base/ptype.exp: Don't set timeout.
21483 * gdb.base/recurse.exp: Don't set timeout.
21484 * gdb.base/return.exp: Don't set timeout.
21485 * gdb.base/watchpoint.exp: Don't set timeout.
21486 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21487 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21488
21489 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21490
21491 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21492
21493 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21494
21495 * lib/gdb.exp: Disable chill tests for irix5.
21496
21497 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21498
21499 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21500 each test pass or fail.
21501
21502 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21503
21504 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21505 xlc not gcc.
21506
21507 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21508
21509 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21510
21511 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21512
21513 * config/est.exp: Fix copyright and comments. Remove dead code.
21514 Use targetname, serialport and baud variables instead of fixed
21515 constants.
21516 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21517 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21518
21519 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21520
21521 * gdb.base/watchpoint.exp: Don't run
21522 test_watchpoint_triggered_in_syscall for sunos.
21523
21524 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21525
21526 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21527 they don't seem to exist. Do include stdio.h.
21528
21529 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21530
21531 * gdb.base/a1-selftest.exp: Add alpha xfail.
21532
21533 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21534
21535 * gdb.base/watchpoint.c (main): Prompt before calling read().
21536 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21537 Revise accordingly. Remove cruft about sending "123" several
21538 times, until it gets noticed. Clean up the "print buf[0]" stuff
21539 so that it passes or fails, and waits for prompts in the usual way.
21540
21541 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21542
21543 * gdb.base/recurse.exp: Fix comment.
21544
21545 * TODO: Remove item about printing variables in nodebug.exp. Add
21546 item about enabling tests which are only run on some targets.
21547
21548 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21549 fail, make test names unique, use new gdb_test convention
21550 regarding pattern, use gdb_test more, etc.).
21551
21552 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21553 fail, make test names unique, etc.).
21554
21555 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21556
21557 * gdb.base/nodebug.c: Change return type of top and middle to
21558 short.
21559 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21560 are fixed by the recent mdebugread.c changes. Allow `short ()'
21561 as type for top and middle.
21562
21563 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21564
21565 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21566 nearly as I can tell, the whole thing was an accident in Stu's
21567 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21568 to replace a send/expect pair with gdb_test, but ended up only
21569 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21570 of 30 Mar 1995 took care of it, but left this vestigial comment
21571 which I am now nuking.
21572
21573 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21574
21575 * gdb.base/break.exp: Look for different line number for
21576 breakpoint at main depending on usestubs.
21577
21578 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21579
21580 * gdb.base/list.exp: Adjust some alternate expect patterns to
21581 match recent list0.c change. Add alternate expect pattern for
21582 output from `list default lines around main' for optimizing
21583 compilers.
21584
21585 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21586
21587 * lib/gdb.exp: If nosignals is not set, set it to 0.
21588
21589 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21590
21591 * config/slite-gdb.exp: Responds to load symbol table prompt.
21592 * gdb.base/break.exp: Adjust line number, fix rerun.
21593 * gdb.base/langs0.c: Add #ifdef usestubs.
21594
21595 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21596
21597 * gdb.base/list.exp: Adjust line contents after adding new lines in
21598 list0.c. Also fix a syntax error.
21599
21600 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21601 * gdb.base/break.exp: ditto.
21602 * gdb.base/list.exp: ditto.
21603 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21604 * gdb.base/run.c: ditto.
21605 * gdb.base/list0.c: ditto.
21606 * gdb.base/funcargs.c: ditto.
21607
21608 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21609
21610 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21611 $targetname, $serialport and $baud instead of hardwired variables.
21612 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21613 target doesn't support signals.
21614
21615 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21616
21617 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21618
21619 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21620
21621 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
21622 Don't rely on the value of an auto variable before it has been
21623 initialized. Use gdb_test more.
21624
21625 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21626
21627 * lib/gdb.exp (default_gdb_version): A version number must start
21628 with a digit, but other than that contains all characters up to
21629 the first whitespace character.
21630
21631 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21632
21633 * gdb.base/commands.exp (breakpoint_command_test): New tests.
21634
21635 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21636
21637 * gdb.c++/*.exp: Warn if executable does not exist. The original
21638 reason for skipping the warning was that configure.in sometimes
21639 intentionally skipped building the executables but the tcl code
21640 had no way of knowing. That (a) was always bogus with respect to
21641 error handling, (b) is no longer true (right now there is no way
21642 to skip C++ tests).
21643
21644 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
21645
21646 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21647
21648 * gdb.base/list.exp: Add expect patterns for output from
21649 SunPRO compiled executables.
21650 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
21651 types.
21652
21653 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21654
21655 * gdb.base/break.exp (test_next_with_recursion): Accept any line
21656 number (we are already testing that the correct source line text
21657 gets printed).
21658
21659 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
21660 that is what is intended, but something needed to be done to get
21661 sunos4 native working again.
21662
21663 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
21664
21665 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
21666 apparently went with a (very) old xfail.
21667
21668 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
21669
21670 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
21671 runto_main is a proc in gdb.exp that will do 'step' for target use
21672 stubs.
21673 * gdb.base/exprs.exp: ditto.
21674 * gdb.base/interrupt.exp: ditto.
21675 * gdb.base/opaque.exp: ditto.
21676 * gdb.base/printcmds.exp: ditto.
21677 * gdb.base/ptype.exp: ditto.
21678 * gdb.base/scope.exp: ditto.
21679 * gdb.base/setvar.exp: ditto.
21680 * gdb.base/signals.exp: ditto.
21681 * gdb.base/twice.exp: ditto.
21682 * gdb.c++/classes.exp: ditto.
21683 * gdb.c++/inherit.exp: ditto.
21684 * gdb.c++/templates.exp: ditto.
21685 * gdb.base/break.exp: no run and hit main for stubs. Change line
21686 numbers for breakpoints and info breakpoint.
21687 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
21688 breakpoint().
21689 * gdb.base/callfuncs.c: ditto.
21690 * gdb.base/exprs: ditto.
21691 * gdb.base/interrupt.c: ditto.
21692 * gdb.base/opaque0.c: ditto.
21693 * gdb.base/printcmds.c: ditto.
21694 * gdb.base/ptype.c: ditto.
21695 * gdb.base/scope0.c: ditto.
21696 * gdb.base/setvar.c: ditto.
21697 * gdb.base/signals.c: ditto.
21698 * gdb.base/twice.c: ditto.
21699 * gdb.c++/misc.cc: ditto.
21700 * gdb.c++/templates.cc: ditto.
21701
21702 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21703
21704 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
21705
21706 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
21707 somewhere between `read' and `main.c'. I'm pretty sure the
21708 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
21709 and it isn't particularly useful.
21710
21711 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
21712
21713 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21714
21715 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
21716
21717 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
21718
21719 * config/mt-slite: add LIBS and -nostdlib.
21720 * config/slite-gdb.exp: add this new file to support sparclite target.
21721
21722 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
21723
21724 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
21725
21726 * gdb.base/a2-run.exp: Change argument to istarget from
21727 "*-*-vxworks" to "*-*-vxworks*".
21728 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
21729
21730 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
21731
21732 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
21733 will not runto main but do a 'step' to step out of breakpoint().
21734 * config/mt-slite: add -Dusestubs.
21735
21736 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21737
21738 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
21739 instead of just @.
21740
21741 * gdb.base/signals.exp: Add test for "handle all print".
21742 * TODO: Remove "handle all print". Also remove item about
21743 checking copyright date (I don't like the idea of a spurious FAIL
21744 based on when we run the tests).
21745
21746 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
21747 for SunOS4 (reason for failure not investigated). Remove
21748 redundant test for $binfile.
21749
21750 * gdb.base/nodebug.c (array_index): Call malloc.
21751
21752 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
21753
21754 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
21755
21756 * gdb.base/recurse.exp: Update gdb_test invocation to use new
21757 conventions and slightly simplify the matching regexp.
21758
21759 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21760
21761 * gdb.base/break.exp: Update gdb_test invocation to use new
21762 convention.
21763
21764 * lib/gdb.exp: If noargs is not set, set it to 0.
21765
21766 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
21767 tests unique.
21768
21769 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
21770
21771 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21772
21773 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
21774 one argument of type "<non-float parameter>".
21775
21776 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
21777
21778 * config/rom68k.exp: New file to support Motorola IDP board.
21779 * gdb.base/a2-run.exp: Skip this file if noargs is set.
21780 * gdb.base/break.c: Change things around so that this program
21781 doesn't depend upon args. This is necessary to make remote
21782 targets work (in general, they can't take args).
21783 * gdb.base/break.exp: Don't try to send args to program. Don't
21784 expect output. Also, replace lots of code with gdb_test.
21785
21786 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21787
21788 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
21789 printing of '\'' (which is what the comment says we are testing,
21790 even though we were not), not '''.
21791 (test_integer_literals_rejected): Test that printing ''' is an error.
21792
21793 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
21794 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
21795 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
21796 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
21797 Use gdb_test not test_print_accept.
21798 * lib/gdb.exp: Remove test_print_accept.
21799
21800 * gdb.base/signals.exp (signal_tests_1): Make pass message
21801 consistent with fail message.
21802
21803 * gdb.base/whatis.exp: Remove xfails for printing char vs.
21804 unsigned char; the bug (PR 1821) is fixed.
21805
21806 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
21807
21808 * gdb.base/scope.exp (test_at_localscopes): Call pass for
21809 successful tests--makes xfailing them work right.
21810
21811 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21812
21813 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
21814 only \r\n, not .*. The test can pass .* as the last thing in
21815 $pattern if that is what it wants. In addition to providing this
21816 flexibility, this change should speed up pattern matching in cases
21817 where the pattern already ended with .* (there were a number of
21818 them). This change also helps catch bad patterns--in the old
21819 scheme the typo "char \*" instead of "char \\*" would pass. Now
21820 it is caught.
21821 * Many .exp files: Update callers.
21822
21823 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
21824 clearer and does not spuriously match multiple ('s. Likewise for
21825 ) and *.
21826
21827 * gdb.base/nodebug.exp: Test ability to call a function and pass
21828 it a string (even with no debugging info).
21829
21830 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
21831 "p '\'", which is the same as "p ''" once tcl gets done with
21832 quoting, to "p '\\'", which I suspect is what is intended (one
21833 backslash gets sent to GDB).
21834
21835 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
21836
21837 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21838
21839 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
21840 1817) was fixed literally years ago.
21841
21842 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21843
21844 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
21845 test, it causes stepping out of call_after_alloca_subr with
21846 optimizing compilers.
21847 (localvars_in_indirect_call): Consume GDB prompt if `finish'
21848 fails.
21849
21850 * gdb.c++/templates.exp: Source templ-info.exp only if
21851 the templates executable exists.
21852
21853 * gdb.c++/misc.cc (class Contains_static_instance,
21854 class Contains_nested_static_instance),
21855 gdb.c++/classes.exp (test_static_members): Test printing of
21856 a class that contains a static instance of the class.
21857
21858 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21859
21860 * gdb.base/langs2.c (cppsub_): Don't prototype.
21861 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
21862 only, I believe).
21863
21864 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21865
21866 * lib/gdb.exp (skip_chill_tests): New procedure.
21867
21868 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
21869
21870 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
21871
21872 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
21873 each expect pattern. Cuts runtime from 12 to about 4 seconds.
21874
21875 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21876
21877 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
21878
21879 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
21880 disassemble 8, not 16, instructions for part 4.
21881
21882 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
21883 support the latter anymore.
21884
21885 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
21886 -DNO_PROTOTYPES.
21887 * gdb.base/callfuncs.c: Control use of prototypes based on
21888 NO_PROTOTYPES, not __STDC__.
21889 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
21890 t_float_values2 tests if prototypes in use.
21891
21892 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
21893 t_double_values): When checking differences against DELTA, check
21894 that difference is within the range (-DELTA,DELTA), not just
21895 (-infinity,DELTA).
21896
21897 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
21898
21899 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
21900 'file' command firts, then 'target', then 'load', this is due to gdb
21901 target set up.
21902 * config/mips-gdb.exp: Fix a couple regular exp bugs.
21903
21904 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
21905
21906 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
21907 FP load/store variants.
21908 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
21909
21910 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21911
21912 * gdb.base/term.exp: Do not give a warning if not native, it is
21913 not an abnormal condition.
21914
21915 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
21916
21917 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
21918 t_char_array".
21919
21920 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
21921
21922 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
21923 are getting the version number.
21924
21925 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
21926 if not native, it is not an abnormal condition.
21927
21928 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21929
21930 * lib/gdb.exp: Just use "file exists", rather than undocumented
21931 dejagnu procedure "findfile".
21932
21933 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21934
21935 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
21936 (LDFLAGS): Set to -Xlinker -Ur.
21937
21938 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
21939 Removed, these values are set by lib/gdb.exp.
21940
21941 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
21942
21943 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
21944
21945 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
21946 of replicating gdb startup code.
21947
21948 * config/mt-vxworks (LDFLAGS): Set to -r.
21949 (CFLAGS_FOR_TARGET): Removed.
21950
21951 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
21952 (gdb) and gdb for vxworks uses (vxgdb).
21953
21954 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
21955 executable is not in the tree and host != target, use sed and
21956 program_transform_name to determine the gdb name used by the
21957 target.
21958
21959 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
21960 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
21961
21962 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21963
21964 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
21965 floats, chars, and shorts where there are ANSI-style function
21966 definitions.
21967
21968 * gdb.base/langs.exp, gdb.base/langs*: New test.
21969 * gdb.base/Makefile.in: Build it.
21970 * TODO: Remove item about checking that C names don't get C++
21971 demangling applied; this test tests it.
21972
21973 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21974
21975 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
21976 went with the const70 xfail. The xfail went away a year ago.
21977
21978 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
21979
21980 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
21981 for hp300.
21982
21983 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
21984
21985 * gdb.base/a1-selftest.exp: Don't run on hp300.
21986
21987 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21988
21989 * Makefile.in (site.exp): Set host_alias and target_alias as well
21990 as host_triplet and target_triplet.
21991
21992 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21993
21994 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
21995
21996 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
21997 places as other ecoff systems).
21998
21999 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
22000 ultrix.
22001
22002 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22003
22004 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
22005 remove them.
22006 * gdb.base/nodebug.exp: Accept "function" in addition to "text
22007 variable and "variable" in addition to "data variable".
22008 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
22009
22010 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
22011 2.
22012 * gdb.base/list1.c (long_line): Add additional statement at start
22013 of function.
22014 * gdb.base/list.exp (test_forward_search): Update line number to
22015 reflect new statement.
22016
22017 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22018
22019 * gdb.base/signals.exp: Reinitialize searched source directories
22020 after gdb_start call.
22021
22022 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
22023
22024 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
22025 * gdb.stabs/Makefile.in: Likewise.
22026
22027 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
22028 change. Instead split the tests into smaller pieces.
22029 * gdb.disasm/hppa.s: Corresponding changes.
22030
22031 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22032
22033 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22034 Quote ^C when passing it to stty. For some shells ^ is a pipe.
22035
22036 * gdb.base/funcargs.exp: Modify many tests so that every test
22037 either passes or fails. Make some test names unique.
22038
22039 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22040
22041 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22042 Call stty to set interrupt character.
22043
22044 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
22045 for HP assembler versus GNU assembler based on actual behavior of
22046 $(CC), rather than assuming that $(AS) is always the GNU assembler.
22047
22048 * TODO: Suggest a few more stepping tests.
22049
22050 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
22051
22052 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
22053 restart GDB for h8300 after a continue.
22054 (return): Add pattern to match a29k-udi behavior.
22055 * gdb.base/nodebug.exp: Remove obsolete comment.
22056 * gdb.base/regs.exp: New file, testing of register displays.
22057 * gdb.base/return.exp: Fix typo in reference to $objdir.
22058 * gdb.base/whatis.exp: Always start with a fresh GDB.
22059
22060 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22061
22062 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
22063 higher, these tests generate a lot of output.
22064
22065 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22066
22067 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
22068 code following the catch silently ignored some errors; without the
22069 catch they should be thrown like any other tcl error. Also, the
22070 catch used "" instead of {} which meant all the callers who wanted
22071 to include one of the characters "[]$ had to quote it an extra time.
22072 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
22073 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
22074 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
22075 Remove extra quoting.
22076
22077 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
22078
22079 * gdb.base/commands.exp: Make test names unique; every test either
22080 passes or fails. Update some comments.
22081
22082 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
22083
22084 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22085
22086 The following fixes a FAIL caused by the fact that the alpha stabs
22087 configuration didn't use the ".if alpha" code in weird.def.
22088 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
22089 bit pointer, so the 32 bit version works even on the alpha.
22090 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
22091 Remove the stuff which allowed us to have separate versions for
22092 alpha and everything else.
22093
22094 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
22095 regexp which "info func operator\[\](" is supposed to match. Fix
22096 string to send to GDB. Note that GDB still doesn't work right. Add a
22097 new test for "info func .perator\[\](" which GDB does handle correctly.
22098
22099 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
22100
22101 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22102
22103 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22104 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22105 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22106 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22107 it makes the tests harder to understand and confuses test-o-matic.
22108 The preferred style is that each test provides a PASS or a FAIL,
22109 and has a unique message (e.g. "continue #54" not just "continue")
22110 which is the same for the pass and the fail.
22111 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22112 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22113 to lib/gdb.exp.
22114 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22115 prt_accept which was basically the same thing. Likewise for
22116 test_print_reject and prt_reject.
22117 * lib/gdb.exp (test_print_reject): Add some more error message
22118 patterns to match from the former printcmds.exp (prt_reject).
22119 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22120 One defect of the passcount stuff is that some of it failed to
22121 report XPASS where appropriate.
22122 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
22123 stuff before and after arg in expected pattern.
22124 (test_paddr_operator_functions): Re-do test without print_addr_of;
22125 this is the only test which seems to want extra stuff there.
22126
22127 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22128
22129 * gdb.base/nodebug.exp: Update new tests to reflect improved
22130 wording of gdb output.
22131
22132 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
22133 and "ptype" work on variables in files compiled without -g.
22134 Replaces commented out "maint print msymbol" tests.
22135
22136 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22137
22138 * gdb.base/setvar.c (dummy): Call malloc.
22139
22140 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
22141 losing with the irix4 sed.
22142
22143 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
22144 ALRM" on irix4.
22145
22146 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22147
22148 * TODO: Remove items about corefile.exp testing new exec-file and
22149 backtrace; both are now done. Add items about printing enums.
22150
22151 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22152
22153 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
22154 "get signal $thissig" test fails.
22155
22156 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
22157
22158 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22159
22160 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
22161 compiler warning with dec alpha compiler.
22162
22163 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
22164 extra \n from gdb_test call (this explains why the prompt test
22165 that I removed yesterday was there).
22166 (user_defined_command_test): Remove extra \n and prompt test.
22167
22168 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
22169 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
22170 doesn't exist.
22171 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
22172 Also remove alpha workaround, which turns out to be because
22173 SIGABRT == SIGLOST.
22174
22175 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
22176
22177 * gdb.base/help.exp: Don't test "help show".
22178
22179 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22180
22181 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
22182 "set print address" is on.
22183 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
22184 pass prompt to gdb_test; gdb_test already looks for the prompt.
22185
22186 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
22187
22188 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
22189 was a vestige of the manual TESTSTRATEGY, and the purpose of it
22190 was to make sure that gdb can read a core file. But (a) the "read
22191 the corefile" part didn't make it to a1-selftest.exp, we just
22192 delete the corefile after creating it, and (b) we test reading
22193 corefiles in corefile.exp anyway. Also, this test left around a
22194 xgdb process on Solaris.
22195
22196 * gdb.base/corefile.exp: Also test backtrace.
22197
22198 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
22199
22200 * gdb.base/commands.exp: Test a simple user defined command with
22201 arguments and if/while statements; verify the full user command is
22202 printed by "show user".
22203
22204 * gdb.base/commands.exp: Test if/while commands as part of a
22205 breakpoint command list; verify they appear in breakpoint
22206 information.
22207
22208 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22209
22210 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
22211 than by dividing by zero.
22212
22213 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
22214
22215 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
22216 performing an inferior call with watchpoints enabled.
22217 * gdb.base/watchpoint.c (main): Delete second unnecessary read
22218 call.
22219
22220 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22221
22222 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22223 of "file" command.
22224
22225 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22226 Add additional pattern for when "int operator int(void);" appears
22227 in a different order.
22228
22229 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22230
22231 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22232
22233 * gdb.base/help.exp: Replace most of docstrings for "info signals"
22234 and "signal" with ".*".
22235
22236 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22237
22238 * TODO: Add note about "handle all nostop".
22239
22240 * gdb.base/{sigall.c, sigall.exp}: New test.
22241 * gdb.base/Makefile.in: Add it.
22242
22243 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
22244
22245 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22246 when invoking GDB, suppresses any windowing interface.
22247
22248 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
22249
22250 * config/sim-gdb: New file, simulator testing support.
22251
22252 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
22253
22254 * gdb.base/interrupt.exp: Test calling func1 twice.
22255
22256 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
22257
22258 * gdb.base/list.exp (test_forward_search): Set timeout higher
22259 when we'll be getting lots of output from gdb.
22260
22261 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22262 "init_malloc" to after the expect statement. Run it if that
22263 regexp is taken, but also for two others which happen if source
22264 cannot be found.
22265
22266 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22267
22268 * gdb.base/printcmds.exp: New test, for printing register before
22269 program is running.
22270
22271 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22272
22273 * gdb.base/list.exp: Correct some alternate expect patterns
22274 to reflect changes in list1.c.
22275
22276 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22277
22278 * TODO: Add item regarding large frames.
22279
22280 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22281
22282 * TODO: Remove item about enabling return.exp; it
22283 is enabled. Suggest a few more "return" tests.
22284
22285 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22286
22287 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
22288 anonymous unions.
22289
22290 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22291
22292 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22293 and pr-5646.o, so "make" is the same as "make all", not "make
22294 pr-4975.o".
22295
22296 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
22297
22298 * gdb.base/list.exp: Adjust expectations to reflect changes in
22299 list1.c.
22300 (test_forward_search): New test proc.
22301 * gdb.base/list1.c (long_line): New function, has long source line.
22302
22303 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
22304
22305 * gdb.base/a1-selftest.exp: Change initial stepping to know about
22306 additional line of code that was added.
22307
22308 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
22309
22310 * gdb.disasm/hppa.s: Break the large branching tests into smaller
22311 tests so as not to overflow expect's input buffers.
22312 * gdb.disasm/hppa.exp: Corresponding changes.
22313
22314 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22315
22316 Beginnings of template debugging tests.
22317 * gdb.c++/templ-info.cc: New file to test for template
22318 debugging capability of the compiler.
22319 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
22320 templ-info.cc.
22321 * gdb.c++/templates.cc: Add explicit template instantiations
22322 to enable compiling with -fno-implicit-templates. Add destructor
22323 and 'value' method to T5 class for template tests.
22324 * gdb.c++/templates.exp: Add testcases for printing of template
22325 types, setting breakpoints on template methods and calling a
22326 template method.
22327
22328 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
22329
22330 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22331 branch target since some assemblers (gas-2.5) may emit a
22332 relocation for the branch instead of resolving it in the
22333 assembler.
22334
22335 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22336
22337 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
22338 through signal handler.
22339
22340 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22341
22342 * configure.in (*-*-netware): Use config/mt-netware.
22343
22344 * config/mt-netware: New file.
22345 * config/mt-i386-netware: Removed, separate configs for different
22346 netware architectures are no longer needed now that we have
22347 --with-headers.
22348
22349 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22350
22351 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
22352 by the recent changes to use ANSI C arithmetic conversions.
22353
22354 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22355
22356 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22357 bug involving using inferior_pid to figure out whether to select a
22358 frame.
22359
22360 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
22361
22362 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22363 match the current disassembler output.
22364
22365 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
22366
22367 * gdb.fortran/exprs.exp: Expect VOID instead of void.
22368 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
22369 types, expect "int" as type of integer values (for now).
22370
22371 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
22372
22373 * gdb.base/commands.exp: New tests for if/while commands.
22374
22375 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
22376
22377 * lib/gdb.exp (runto): Replace sub-pattern for hex value
22378 by .*, since hex values have different syntax in Chill mode.
22379
22380 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22381
22382 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
22383 linefeed from expect pattern for repeated types with indices > 9.
22384
22385 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
22386
22387 First part of Fortran test suite.
22388 * gdb.fortran: New directory.
22389 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
22390
22391 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22392
22393 * gdb.base/default.exp: Update expect pattern for load command
22394 without arguments.
22395
22396 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
22397
22398 * configure.in: Change i386 to i[345]86.
22399 * gdb.base/configure.in: Likewise.
22400 * gdb.c++/configure.in: Likewise.
22401 * gdb.chill/configure.in: Likewise.
22402
22403 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
22404
22405 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
22406 patterns, since that is not a valid context for comments.
22407
22408 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
22409
22410 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
22411 repeated types and repeated types with indices > 9.
22412
22413 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
22414
22415 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
22416 2417; old bug has been fixed.
22417
22418 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
22419
22420 * gdb.base/interrupt.exp: When trying to wake up the inferior,
22421 send the newline ourselves instead of assuming gdb_test will do
22422 so when passed an empty input string.
22423
22424 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
22425 stabs testcode.
22426
22427 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22428
22429 * lib/gdb.exp (gdb_test): Don't send anything if the first
22430 argument is an empty string. This makes cases where we want to
22431 match output that is already in expect's buffers (for example,
22432 matching a breakpoint after gdb_run_cmd has been called) work
22433 reliably.
22434
22435 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22436
22437 * config/netware.exp: New file.
22438
22439 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22440
22441 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22442 the -B and -L prefixes so we can find the debugging stub.
22443
22444 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22445 there and we are using the gcc from the tree.
22446
22447 * gdb.base/types.c: Removed.
22448
22449 * gdb.base/configure.in: Look for makefile fragments in ../config.
22450 Recognize i386-*-netware.
22451 * gdb.c++/configure.in: Likewise.
22452
22453 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22454
22455 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
22456 the correct TCL syntax.
22457
22458 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22459
22460 * gdb.base/opaque.exp: use runto instead of messing around with
22461 breakpoints. Simplify by using gdb_test.
22462
22463 * gdb.base/bitfields.exp: restart between tests on netware targets
22464 because breakpoints aren't relocated after target death. Run
22465 processes to completion.
22466
22467 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22468
22469 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22470
22471 * Makefile.in: Remove extra tabs that confuse some versions
22472 of "make". Use the newly built gdb to test with by default,
22473 rather than the first one in the tester's search path.
22474
22475 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22476
22477 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22478
22479 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22480 condition help.
22481
22482 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22483
22484 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22485
22486 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22487 running.
22488 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22489 * gdb.base/funcargs.exp: Likewise.
22490
22491 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22492 * gdb.base/funcargs.exp: Likewise.
22493
22494 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22495 message is "".
22496
22497 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22498
22499 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22500 return,signals,twice}.exp: Handle non-existant binaries
22501 consistantly.
22502
22503 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22504 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22505 might testing a cross development system.
22506
22507 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22508
22509 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22510 runtest script is relative to ${srcdir}, not ${rootdir}.
22511
22512 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22513
22514 * gdb.base/signals.exp: Allow for optionality of breakpoint
22515 address.
22516
22517 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22518
22519 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22520
22521 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22522
22523 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22524 for size_t definition.
22525 * gdb.c++/templates.cc: Likewise
22526
22527 * config/mt-i386-netware: New file.
22528
22529 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22530 defined.
22531
22532 * gdb.base/Makefile.in: Added support for systems that name core
22533 files by appending "core" to the program name.
22534 * gdb.base/a1-selftest.exp: Likewise.
22535
22536 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22537
22538 * gdb.base/return.exp: Add comment and message for `return double'
22539 test failure on Sparc Solaris.
22540
22541 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22542
22543 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22544
22545 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22546
22547 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22548 from optimizing them away.
22549 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22550 patterns to include default constructors and assignment operators,
22551 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22552 character in the output of the virtual base pointer.
22553
22554 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22555
22556 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22557 expression match in print_addr_of to avoid unintented matches.
22558 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22559 versions up to 2.5.8.
22560
22561 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22562
22563 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22564 included file to run under newer versions of expect.
22565 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22566 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22567 Remove xfail for the virtual table of BDDHookV.
22568
22569 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22570
22571 * lib/gdb.exp (string_to_regexp): Set a default result.
22572 (default_gdb_start): Fix misleading message.
22573
22574 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22575
22576 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22577 Remove all CC, etc definitions.
22578 * config/mt-hpux: New file.
22579 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22580 (CFLAGS, LDFLAGS): Define.
22581 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22582
22583 * Makefile.in (site.exp): Don't insert host_os, etc.
22584 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22585 (distclean): Check existence of subdir.
22586 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22587 * gdb.base/Makefile.in: General cleanup and simplification.
22588 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22589 to build executables. Use default rule to build .o files.
22590 (EXPECT, RUNTEST, CC): Fix relative pathname.
22591 (site.exp): Don't insert host_os, etc.
22592 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22593 and/or SIGUSR1 defined.
22594 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22595 * gdb.c++/Makefile.in: General cleanup and simplification.
22596 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22597 (CFLAGS): Remove.
22598 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22599
22600 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22601
22602 * gdb.base/recurse.exp: Misc changes to get tests running again
22603 after Kung's changes to the watchpoint code.
22604 * gdb.base/watchpoint.exp: Likewise.
22605
22606 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22607
22608 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22609
22610 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22611
22612 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22613 * lib/gdb.exp (default_gdb_start): Define.
22614 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22615 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22616 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22617 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22618 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22619 Don't call gdb_target_udi in between tests.
22620
22621 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22622
22623 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
22624 (which was basically just a local version of the same thing). In
22625 addition to avoiding duplication, gdb_test_exact is faster.
22626 * lib/gdb.exp (gdb_test_exact): Fix typo.
22627
22628 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
22629 don't give an error.
22630
22631 * gdb.base/term.exp: Call delete_breakpoints before starting.
22632
22633 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
22634 (t10): Add comment.
22635
22636 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22637
22638 Reorganization of the GDB Test Suite.
22639
22640 * gdb.base: New directory, contains all the basic tests.
22641 * gdb.c++: New directory, tests specific to C++.
22642 * gdb.chill: New directory, tests specific to Chill.
22643 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
22644 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
22645 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
22646 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
22647 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
22648 t30-31 to chill).
22649 * */gdbme.*: Rename to match appropriate expect scripts.
22650 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
22651 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
22652 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
22653 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
22654 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
22655 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
22656 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
22657 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
22658 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
22659 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
22660 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
22661 gdb.c++/virtfunc.cc: New names of C++ files.
22662 * gdb.chill/chillvars.ch: New name of Chill file.
22663 * gdb.base/configure.in, gdb.c++/configure.in,
22664 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
22665 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
22666 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
22667 * configure.in (configdirs): Update to reflect directory changes.
22668 (target_abbrev): No longer define for any configuration.
22669 * Makefile.in: Cosmetic improvements to header comments.
22670
22671 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
22672
22673 Various changes to gdb.t31:
22674
22675 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
22676 * gdbme.ch: Make all key-words and predefineds be upper-case.
22677 * chillvars.exp: Expect key-words and predefinds in upper-case.
22678
22679 * chillvars.exp: Use gdb_test_exact many places.
22680 Change expected output for arrays (which now includes index labels).
22681
22682 * pr-5020.exp, gdme.ch (module PR_5020):
22683 New test, for PR-5020.
22684
22685 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
22686
22687 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
22688 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
22689
22690 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
22691
22692 * Makefile.in: Fix bit-rot in definitions of CHILL,
22693 CHILL_FOR_TARGET and Chill_LIB.
22694 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
22695 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
22696 CHILL, and CHILL_LIB.
22697
22698 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
22699
22700 * Revert the previous changes. Please see Rob's directory
22701 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
22702
22703 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
22704
22705 * Makefile.in, configure.in, config/mips-gdb.exp,
22706 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
22707 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
22708 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
22709 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
22710 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
22711 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
22712 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
22713 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
22714 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
22715 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
22716 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
22717 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
22718 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
22719 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
22720 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
22721 changes from 94Q1.
22722
22723 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
22724
22725 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
22726 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
22727 Rob's new testing fragments.
22728
22729 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
22730
22731 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
22732 lib/gdb.exp: Replace error proc calls with perror.
22733
22734 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
22735
22736 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
22737 version also, match on casted version strings, and match on
22738 gdb startup case where the line numbers might be messed up.
22739
22740 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
22741
22742 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
22743 (CFLAGS): Delete it from here.
22744
22745 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
22746
22747 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
22748
22749 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
22750
22751 * Makefile.in (RUNTEST): Default to just "runtest".
22752
22753 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22754
22755 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
22756 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
22757 the code has been restructured.
22758
22759 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22760
22761 * gdb.t00/default.exp (set write): Allow any number of \r and/or
22762 \n, not just one of each.
22763
22764 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
22765 /bin/cc gives a warning if you do.
22766
22767 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
22768
22769 * gdb.t24/demangle.exp: change expect pattern of
22770 __t10ListS_link1ZUiRCUiPT0
22771
22772 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22773
22774 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
22775 on local variables in recursive functions.
22776
22777 * gdb.t07/Makefile.in: Build the new test.
22778
22779 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22780
22781 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
22782 directly. Instead compare the return values from actual calls.
22783
22784 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
22785
22786 * Makefile.in (check): Set TCL_LIBRARY for runtest.
22787
22788 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22789
22790 * From Peter Schauer with minor modifications.
22791 * gdb.t15/return.exp (return_tests): Handle targets where "return"
22792 stops in mid-line in the caller. Add xfail for returning a float
22793 value on X86 targets.
22794
22795 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22796
22797 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
22798 to avoid expect lossage.
22799 (fmem_LRbug_tests): Likewise.
22800 * gdb.disasm/hppa.s: Corresponding changes.
22801
22802 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
22803 conditions to work with latest dejagnu/expect.
22804
22805 * gdb.t15/funcargs.exp (finish from indirect call): No longer
22806 expected to fail on the PA.
22807 (backtrace in call with trampolines): Explicitly require main
22808 to be frame #1 (no trampolines should show up in backtrace).
22809
22810 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
22811 "continue -expect".
22812 * gdb.t06/break.exp: Likewise.
22813 * gdb.t07/watchpoint.exp: Likewise.
22814 * gdb.t13/bitfields.exp: Likewise.
22815 * gdb.t15/{funcargs,return}.exp: Likewise.
22816 * gdb.stabs/weird.exp: Likewise.
22817 * config/{mips,udi}-gdb.exp: Likewise.
22818
22819 * hppa.sed: Enclose comments within a sed command to avoid
22820 losing with the old OSF1 sed.
22821
22822 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22823
22824 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
22825 sequent dynix.
22826 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
22827 * gdb.t15/funcargs.exp: Conditionally step again to really
22828 finish from marker_call_with_trampolines. Handle the case where
22829 the first step from within call_with_trampolines already steps
22830 us back to main.
22831 * gdb.t15/gdbme.c: Add comment to closing brace of
22832 call_with_trampolines for funcargs.exp.
22833
22834 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22835
22836 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22837 Fix typo(s).
22838
22839 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22840
22841 * gdb.t07/gdbme.c: More code for watchpoint testing.
22842
22843 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
22844 "Hardware watchpoint" throughout file.
22845 (test_watchpoint_triggered_in_syscall): New test.
22846 (test_complex_watchpoint): New test.
22847
22848 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22849
22850 * gdbme.c (call_with_trampolines): New function to try and step
22851 into. Tests trampoline problems on the PA.
22852
22853 * funcargs.exp (localvars_in_indirect_call): No longer expect
22854 stepping into indirect call to fail on PAs.
22855 (test_stepping_over_trampolines): New test.
22856
22857 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22858
22859 * TODO: Add suggestions for static member function tests, and
22860 completion tests.
22861
22862 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22863
22864 * TODO: Add suggestions for "p/a" tests.
22865
22866 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
22867 (default_gdb_exit): Replace all the hair with sending "quit" to
22868 the process with a simple close.
22869
22870 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22871
22872 * TODO: Add suggestions for shared library tests.
22873
22874 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22875
22876 * TODO: Add suggestions for x/s tests.
22877
22878 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22879
22880 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
22881 "enable once", and "enable breakpoints once" with ".*".
22882
22883 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22884
22885 * TODO: Add suggestions about structure passing tests.
22886
22887 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22888
22889 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
22890 the primary1 test, use work around if __GNUC__ < 2.
22891 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
22892 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
22893 Test for bad output rather than waiting for timeout. Issue
22894 second continue only if first continue failed.
22895
22896 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22897
22898 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
22899 operator[] test with gdb_test because the old code didn't seem to
22900 be getting the quoting right with the new dejagnu.
22901
22902 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
22903
22904 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
22905 one from the path.
22906 * Makefile.in: Use a fresh expect if there is one, use runtest
22907 from the src tree if there is one.
22908
22909 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22910
22911 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
22912 next over recursive call. Revise the tests from that point on
22913 (which had been skipped) to match GDB's actual (correct) output.
22914
22915 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
22916 with next over a breakpoint whose condition is false.
22917
22918 * gdb.t00/help.exp: Comment out "help set print" tests just like
22919 (and for same reason as) "help set" test.
22920
22921 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22922
22923 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
22924 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
22925
22926 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22927
22928 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
22929 necessary gdb_target_udi.
22930
22931 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
22932
22933 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
22934 1838 and 2417; they are fixed.
22935
22936 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
22937 gdb.t03/ptype.exp (ptype structure, ptype union):
22938 Remove xfails; the test is looser than when the xfails were added.
22939
22940 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
22941 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
22942
22943 * gdb.t01/run.exp: Only run shell test if isnative.
22944
22945 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
22946 since "run" automatically loads if necessary. Call gdb_target_udi
22947 after the "file" since "file" kills any execution target.
22948
22949 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
22950 GDB. GDB doesn't work that way (not anymore at least) on UDI.
22951 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
22952 argument for UDI.
22953
22954 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
22955
22956 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
22957
22958 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
22959
22960 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22961
22962 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
22963 properly quoting regexps. This makes the second argument to
22964 demangle a fixed string, which matches the callers, instead of a
22965 shell-style pattern which is what the previous implementation
22966 used. Update some of the callers.
22967
22968 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22969
22970 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
22971 (comib_nullified_tests): Fix typo.
22972 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
22973 strings. No longer expected to fail.
22974
22975 * gdb.disasm/hppa.s (addib_tests): Fix typo.
22976 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
22977 strings. No longer expected to fail.
22978
22979 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
22980 string. No longer expected to fail.
22981
22982 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22983
22984 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
22985 No longer expected to fail.
22986
22987 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
22988 string. No longer expected to fail.
22989
22990 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22991
22992 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
22993 only in the names (I probably got most of them). I was even
22994 generous with some which differed in underscores in names, and
22995 probably missed a few, and I *still* was able to remove almost a
22996 third of the file with almost no impact on testsuite coverage.
22997
22998 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22999
23000 * gdb.t00/default.exp: Match udi_attach error message as well as
23001 the one from child_attach.
23002
23003 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
23004
23005 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
23006
23007 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
23008 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
23009
23010 * Move test with enums and partial symbols back to
23011 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
23012 Reverts the change of 26 May 93. Per today's change to
23013 stabs.texinfo, the behavior that weird.exp was expecting was
23014 unreasonable; what is important is that the compiler+gdb get
23015 things right, which happens with a recent gcc. Also fix the test
23016 to deal with native compilers which put out the stab gdb can't
23017 deal with.
23018
23019 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23020
23021 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
23022 in the names. The main thing these accomplish is to slow things down.
23023 Many more such duplicates surely remain.
23024
23025 * gdb.t00/help.exp: Comment out "help support" test just like
23026 (and for same reason as) "help set" test.
23027
23028 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
23029
23030 * gdb.t06/break.exp: Remove setup_xfails for
23031 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
23032 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
23033 about known bug in gcc to include up through 2.5.8.
23034 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
23035 well as "_vb$".
23036 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
23037 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
23038 with latest gcc and gdb.
23039 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
23040 well as "_vb$".
23041
23042 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23043
23044 * configure.in (hppa*-*-*): Also configure and build stabs-only
23045 tests.
23046
23047 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23048
23049 * gdb.t10/hppa.mt: A makefile fragment for the PA.
23050 * gdb.t10/configure.in (hppa*-*-*): Use it.
23051
23052 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23053
23054 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
23055
23056 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23057
23058 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
23059 versions prior to 1.13.5.
23060
23061 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23062
23063 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
23064 the prompt is at the start of a line.
23065
23066 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23067
23068 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
23069 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
23070 in the copr tests now.
23071 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
23072 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
23073 expected to fail.
23074
23075 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
23076
23077 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
23078 gdb.t31/chillvars.exp, lib/gdb.exp:
23079 Tweak to run under either version of expect.
23080 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
23081 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
23082 * gdb.t11/list.exp: Remove extraneous whitespace.
23083
23084 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23085
23086 * gdb.t16/printcmds.exp (test_print_strings): Accept
23087 "(unsigned char *) " before the string.
23088
23089 * TODO: Add notes about printing of fancy types and GDB expressions.
23090
23091 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
23092
23093 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
23094 * gdb.t06/configure.in: Don't try to compile signals test program
23095 if doing mips-idt-ecoff.
23096
23097 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
23098
23099 * Most .exp files: Tweak to run under either version of expect.
23100
23101 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23102
23103 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23104 xfails; I'm not sure why they are failing, but not because of PR 1806.
23105
23106 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23107
23108 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23109 defined in lib/gdb.exp.
23110
23111 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23112
23113 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23114 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23115 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23116 have to be typeless.
23117
23118 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23119
23120 * TODO: Add suggestion for copyright year test.
23121
23122 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
23123
23124 * configure.in (*-*-lynxos*): Add stabs tests.
23125
23126 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23127
23128 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
23129 so insert a tab before any assembler directive in column zero.
23130
23131 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
23132 stores.
23133 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
23134 stores.
23135 (fpu_short_memory_tests): Likewise.
23136
23137 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23138
23139 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
23140 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
23141 .stabs directives in comments.
23142
23143 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23144
23145 * TODO: New file, describing tests we could write.
23146 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
23147
23148 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23149
23150 * gdb.t06/signals.exp: Add kludge to force re-sync.
23151
23152 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
23153 to xgdb instead of gdb, get out of gdb.
23154
23155 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
23156
23157 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
23158 for info.
23159
23160 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23161
23162 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
23163 * gdb.stabs/configure.in (hppa*-*-*): Use it.
23164 * gdb.stabs/hppa.sed: New sed script for the PA.
23165
23166 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23167
23168 * gdb.stabs: Re-write weird.def and configuration to use sed
23169 instead of cpp. sed is portable and POSIX; cpp is neither.
23170
23171 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23172
23173 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
23174
23175 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23176
23177 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
23178
23179 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23180
23181 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
23182 "_vb$".
23183 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
23184 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
23185
23186 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23187
23188 * lib/gdb.exp: Comment out code which depends on non-existent
23189 `transform' procedure.
23190
23191 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
23192
23193 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
23194 * lib/gdb.exp: Transform tool name.
23195 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
23196 1.1's new error handling system.
23197
23198 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23199
23200 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
23201
23202 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23203
23204 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
23205 They made pattern matching so slow that timeouts happened on
23206 heavily loaded systems. Now any output from "show print" which
23207 gets us back to the GDB prompt is a PASS.
23208
23209 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
23210
23211 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
23212
23213 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23214
23215 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
23216
23217 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23218 It is not from PR 3220.
23219
23220 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23221
23222 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23223 just started failing because they depended on the order the
23224 subcommands are presented, or exact docstring text. This kind of
23225 test is a pain and has minimal benefit.
23226
23227 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23228
23229 * gdb.t09/corefile.exp: At end of test, use "core" command with
23230 no arguments.
23231
23232 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
23233
23234 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23235 17}/Makefile.in: Make it possible to run the testsuite with Sun
23236 make and CC = cross gcc by adding explicit build rules for .o
23237 files.
23238
23239 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23240
23241 * gdb.t15/funcargs.exp: Don't put comments on same line as
23242 setup_xfail (@#$*%& tcl braindamage!).
23243
23244 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23245
23246 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23247
23248 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
23249
23250 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23251 * gdb.t20/inherit.exp: remove three dumplicate entries.
23252
23253 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23254
23255 * gdb.t06/break.exp: For "next over recursive call", fail on any
23256 incorrect output, not just on "factorial (value=2)".
23257
23258 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23259
23260 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
23261 working now. Add an xfail if accesing a bss variable causes
23262 a memory error if the target is not yet run.
23263
23264 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23265
23266 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23267 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23268 name of __st* demangling (2 strings). Did Kung really get the
23269 more than 95 others right without testing them?
23270
23271 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23272
23273 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23274
23275 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
23276
23277 * configure.in (configdirs): Add gdb.disasm
23278 * gdb.disasm: New directory for GDB disassembler tests.
23279 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23280
23281 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23282
23283 * gdb.t00/help.exp: Don't test "help set".
23284
23285 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23286 from within expect statements. None of these happen anymore and
23287 they cause regressions to be silently unnoticed.
23288
23289 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23290 messages) about known failures with gcc cygnus-2.4.5-930417.
23291
23292 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23293 comp-info.exp so it gets built if it doesn't exist.
23294
23295 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23296 it is no longer used.
23297 * gdb.t13/comp-info.c: Removed.
23298
23299 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23300
23301 * gdb.t06/signals.exp: Add xfail for sun3.
23302
23303 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23304
23305 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23306 relevant because ^C doesn't get sent but failure can be reproduced
23307 interactively).
23308
23309 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23310
23311 * gdb.stabs/alpha.mt: New configuration file for alpha.
23312 * gdb.stabs/configure.in: Use it.
23313 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
23314 sharing with alpha.mt, redefine long to word via preprocessor.
23315 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
23316 for alpha.
23317 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
23318 native cc.
23319 * gdb.t00/teststrategy.exp: Change expect string so that we
23320 consume the `(xgdb)' from the command echo and from the gdb prompt.
23321 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
23322 gdb currently compares all values as long, so this failure probably
23323 applies to any configuration where LONGEST is bigger than a target int.
23324 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
23325 with gcc.
23326 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
23327 to handle opaque pointers, gcc is.
23328 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
23329 as first argument. Include <sys/types.h> and change all operator
23330 new definitions to use size_t.
23331 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
23332 now that we use size_t.
23333
23334 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23335
23336 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
23337 a long or float array cast all array members to the same type.
23338 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
23339 with 64 bit longs.
23340 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
23341 on alpha.
23342 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
23343
23344 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23345
23346 * gdb.t24 (demangle.exp): Constructors of templates have names like
23347 vector<int>::vector(int) not vector<int>::vector<int>(int). See
23348 section 14.6 of the ARM.
23349
23350 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23351 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23352 accomplish little and slow down the testsuite.
23353
23354 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23355 Accept spaces various places.
23356
23357 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23358
23359 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23360 with watchpoint enabled.
23361
23362 * Makefile.in: Remove definition of CC and remove the second
23363 definition of CXX (the "CXX = gcc" one remains). These definitions
23364 were causing backquotes to be expanded within backquotes, which
23365 doesn't work.
23366
23367 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
23368
23369 * gdb.t17/callfuncs.exp: Add "return 0" to end.
23370
23371 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23372
23373 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
23374 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
23375 by mips cc and contains no stabs entries.
23376
23377 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
23378
23379 * config/vx-gdb.exp: Use fake device to load files rather than
23380 NFS.
23381 * lib/gdb.exp: New proc to do "file" command.
23382 * config/unix-gdb.exp: Use new "file" proc.
23383
23384 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
23385
23386 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
23387 Rework board rebooting slightly.
23388 (gdb_exit): Don't exit from the remote shell; there isn't one.
23389 * gdb.stabs/weird.exp: If a program is being debugged already,
23390 kill it.
23391 * gdb.t04/setvar.exp: Stop and restart gdb.
23392 * gdb.t05/expr.exp: Likewise.
23393 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
23394 restart gdb and reload the program.
23395 * gdb.t08/opaque.exp: Likewise.
23396 * gdb.t12/scope.exp: Likewise.
23397 * gdb.t13/bitfields.exp: Likewise.
23398 * gdb.t15/funcargs.exp: Likewise.
23399 * gdb.t20/classes.exp: Likewise.
23400 * gdb.t03/ptype.exp: Increase timeout.
23401 * gdb.t16/printcmds.exp (test_print_string_constants,
23402 test_print_array_constants): Likewise.
23403 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
23404 * gdb.t20/classes.exp (do_tests): Likewise.
23405 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
23406
23407 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
23408
23409 * gdb.stabs: Renamed *wierd* to *weird*.
23410
23411 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23412
23413 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
23414 for timeout. Add "known gcc 2.4.5 bug" to failure message.
23415
23416 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23417
23418 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
23419 (do_tests): Remove xfail for whatis on one_var and two_var.
23420
23421 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
23422
23423 * Makefile.in: Made cross building work better by adding
23424 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
23425
23426 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23427
23428 * gdb.t15/{return.c,return.exp,Makefile.in}:
23429 New test, currently commented out.
23430
23431 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
23432
23433 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23434 still running and removes the leftover named socket so GDb can do
23435 clean restarts.
23436
23437 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
23438
23439 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23440 console, not GDB.
23441 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23442 cross testing works better with "make check"
23443 * config/unix-gdb: Use default procedures for exit and version.
23444 * config/vx-gdb.exp: Cleaned up and massaged back to working order
23445 with the newest VxWorks.
23446
23447 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23448
23449 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23450 old form.
23451
23452 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23453 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23454
23455 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23456
23457 * config/unix-gdb.exp: Remove this version of gdb_exit
23458 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23459 Rob says he'll look at it when he gets back to testing boards.
23460
23461 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23462
23463 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23464 an expected fail for certain ptype commands.
23465
23466 * gdb.t20/classes.exp: Update expected results of "ptype class
23467 Base1" to account for the constructor that now appears in the type.
23468
23469 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23470
23471 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23472 disappeared from list.
23473 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23474 "alldone" proc with call to cleanup and exit.
23475 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23476 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23477 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23478 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23479 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23480 "alldone" proc with simple returns that suppress remaining
23481 tests. The alldone proc went away many months ago.
23482
23483 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23484
23485 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23486
23487 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23488
23489 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23490
23491 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23492 as vax gdb will display them.
23493
23494 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23495
23496 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23497 optimizers.
23498
23499 * scope.exp: Change "bad value for localval" messages so each one
23500 is unique.
23501
23502 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23503 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23504
23505 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23506
23507 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23508
23509 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23510 doesn't exist (due to optimization).
23511
23512 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23513
23514 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23515 contains \r because the filename is long.
23516
23517 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23518 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23519
23520 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23521
23522 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23523 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23524 Ultrix.
23525 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23526 int tests.
23527 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23528
23529 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23530
23531 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23532
23533 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
23534 to match does not match the passing case but still matches the
23535 failing case.
23536
23537 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23538
23539 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23540
23541 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23542
23543 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23544 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23545 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23546 Remove various versions of gdb_exit.
23547 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23548 gdb_exit.
23549 * config/unix-gdb.exp: gdb_exit remains here, and should override
23550 the generic version, since it's doing a lot of wierd stuff that
23551 the other versions aren't. FIXME, fold it in, or abandon this
23552 version.
23553
23554 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23555
23556 * gdb.t24/demangle.exp: Add tests for PR 3220.
23557
23558 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23559
23560 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23561
23562 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23563
23564 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23565 "i386-*-*". Works for i486 as well.
23566
23567 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23568 bug, and expand domain of xfail to all SVR4 systems, since the
23569 actual problem is likely to be in generic SVR4 /proc support.
23570
23571 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23572
23573 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23574
23575 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23576
23577 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23578 xfails for other systems. Match a missing 'Continuing.' as an
23579 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23580
23581 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23582 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23583 Only issue warning for missing executables if -all option is used.
23584
23585 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23586 file if -all option is used. It's like an unpredictable XFAIL.
23587
23588 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23589
23590 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23591 for dynamically linked binaries.
23592
23593 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23594
23595 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23596
23597 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23598 to state that this is a known bug in old versions of g++.
23599
23600 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23601
23602 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23603 while waiting for `Continuing'.
23604
23605 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23606
23607 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23608 in text, data, and bss.
23609 * gdb.t10/nodebug.c: Add local and global test variables for
23610 initialized and uninitialized data.
23611
23612 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23613
23614 * config/unix-gdb.exp (gdb_exit): Add "wait".
23615
23616 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23617
23618 * gdb.t06/signals.exp: xfail the continue from the handler for all
23619 targets.
23620
23621 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
23622 function with watchpoints enabled, the i386 call dummy starts with
23623 a call.
23624
23625 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
23626 386 bsd names its corefiles.
23627
23628 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
23629
23630 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
23631 compilers don't grok it.
23632 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
23633 with small octal ints rather than character constants, which
23634 are signed and might not fit if first promoted to int.
23635
23636 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
23637
23638 * gdb.t09/Makefile.in (clean): Remove corefile.
23639
23640 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23641
23642 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
23643
23644 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23645 and Jim Kingdon (kingdon@cygnus.com)
23646
23647 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
23648 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
23649 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
23650
23651 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23652
23653 * gdb.t17/interrupt.exp: Add xfail for hppa.
23654
23655 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23656
23657 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
23658 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
23659 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
23660 to determine signed-ness of bitfields and use the result to setup
23661 the xfail.
23662 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
23663 * gdb.t15/funcargs.exp: Use them to step until the second indirect
23664 call line is reached if necessary.
23665
23666 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23667
23668 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
23669
23670 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23671
23672 * gdb.t06/break.exp: Also test `clear' command.
23673
23674 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23675
23676 * gdb.t00/teststrategy.exp: Remove extra quote.
23677
23678 * gdb.t07/watchpoint.exp: Change xfail for calling function with
23679 watchpoint enabled to be for all non-68k machines.
23680
23681 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
23682
23683 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23684
23685 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
23686 targets use aout.mt instead of ecoff.mt as gas understands
23687 standard aout format.
23688
23689 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23690
23691 * lib/gdb.exp (runto): Don't insist that function we are running to
23692 was compiled with -g.
23693
23694 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
23695
23696 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
23697 to get back into the read system call.
23698 Accept leading newline in case where we woke it up.
23699
23700 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23701
23702 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
23703 to make the stabs test work on ecoff systems using gcc and -with-stabs.
23704 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
23705 enable ecoff configuration.
23706
23707 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23708
23709 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
23710
23711 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23712
23713 * gdb.t16/printcmds.exp: Add another printf test.
23714
23715 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
23716
23717 * configure.in: If configured -with-stabs on any target, add
23718 stabsdirs to configdirs.
23719
23720 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23721
23722 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
23723 fun" so pattern does not match the command itself.
23724
23725 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23726
23727 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
23728
23729 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23730
23731 * gdb.t17/interrupt.exp: Test for more things.
23732
23733 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23734
23735 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
23736 compiler arranges the code and line numbers.
23737
23738 * gdb.t17/interrupt.exp: Don't send \n after ^C.
23739
23740 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23741
23742 * gdb.t00/help.exp: Increase expect input buffer size.
23743
23744 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23745
23746 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
23747
23748 * gdb.t07/watchpoint.exp: Add xfail for hppa.
23749
23750 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
23751
23752 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
23753 [0-9]*, not just [0-9].
23754
23755 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23756
23757 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
23758
23759 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
23760
23761 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23762
23763 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
23764
23765 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23766
23767 * gdb.t06/signals.c: Add xfails for sun3.
23768
23769 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
23770
23771 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
23772 test_stepping tests.
23773
23774 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23775
23776 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
23777
23778 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
23779
23780 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
23781 rather than actually putting it through cpp twice.
23782
23783 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
23784
23785 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
23786
23787 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
23788 no longer needed.
23789
23790 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23791
23792 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
23793
23794 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
23795 C++ features prints as "struct", make it a pass, not an xfail.
23796
23797 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23798
23799 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
23800 Don't require VA to print as "class" rather than "struct".
23801
23802 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
23803
23804 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
23805
23806 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23807
23808 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
23809
23810 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23811
23812 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
23813 order.
23814
23815 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23816
23817 * gdb.t16/printcmds.exp: Add printf tests.
23818
23819 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
23820
23821 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
23822
23823 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
23824
23825 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
23826 pass counts, to counteract any existing or future setup_xfails.
23827
23828 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23829
23830 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
23831 {BEGIN,END}_COMMON for common block instead of STAB.
23832 * gdb.stabs/wierd.exp: Add xfail for rs6000.
23833
23834 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
23835 intp_var should be N_GSYM not N_LSYM.
23836 wierd-aout.S: Use a label for the value of the N_SO.
23837 wierd.def: Remove all backslashes.
23838 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
23839
23840 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23841
23842 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
23843 get the expected next to inheritance3.
23844
23845 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23846
23847 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
23848 now that gcc-2.4 gets it right.
23849
23850 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23851
23852 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
23853
23854 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
23855 generating comp-info.exp which works for cross-compilation.
23856
23857 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
23858
23859 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
23860 "*-*-sysv4.*".
23861
23862 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
23863
23864 * gdb.t01/run.exp: Start with a fresh gdb.
23865 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
23866 SVR4.x.
23867
23868 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
23869
23870 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
23871 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
23872 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
23873 Makefile.in (distclean, realclean): Remove gdbme.c from list of
23874 things to remove.
23875
23876 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
23877
23878 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
23879 test cases from bug reports.
23880
23881 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
23882
23883 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
23884 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
23885 avoid spurious xfails.
23886 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
23887 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
23888 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
23889
23890 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
23891
23892 * gdb.t00/teststrategy.exp: Rework to provide more useful
23893 description of each test, fix problem with systems that define
23894 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
23895 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
23896 results for "next over recursive call" so timeouts aren't taken
23897 by error.
23898
23899 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
23900
23901 * gdb.t12/scope.exp: Test printing of variables before run.
23902
23903 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
23904 printed in wrong order due to sorting.
23905
23906 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
23907
23908 * gdb.t00/teststrategy.exp: Fix expected results for printing
23909 user entered string constant. Is array of char, prints with no
23910 address.
23911
23912 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
23913 commands.
23914 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
23915 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
23916 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
23917 of struct of char arrays.
23918 * gdb.t00/radix.exp: New tests for radix commands.
23919
23920 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
23921
23922 * gdb.t16/printcmd.exp: Print a variable before running program
23923 (with xfail for AIX).
23924
23925 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
23926
23927 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
23928
23929 * gdb.t16/printcmd.exp: Don't print variables before running program.
23930
23931 * gdb.t06/break.exp: Don't require envp argument to main.
23932
23933 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
23934
23935 * gdb.t02/whatis.exp, gdb.t11/list.exp:
23936 Add xfails for rs6000.
23937
23938 * gdb.t02/whatis.exp: Change other tests not to re-test something
23939 we already tested.
23940
23941 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
23942 each type used has a variable of that type.
23943
23944 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
23945
23946 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23947
23948 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
23949
23950 * configure.in: change srctrigger to be a file, not a directory
23951
23952 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
23953
23954 * configure.in (mips-idt-ecoff*): Added trailing '*'.
23955
23956 * gdb.t11/list.exp: Fixed a couple of typos.
23957
23958 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
23959
23960 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
23961 is fixed and PR is closed.
23962 * gdb.t16 (gdbme.c): Add simple test string variable.
23963 * gdb.t16 (printcmds.exp): Add tests with simple test string
23964 variable, primarily for boundaries on "set print elements".
23965
23966 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
23967
23968 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
23969 Make leading 0's optional and don't expect a tab in the middle
23970 of the number.
23971
23972 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
23973
23974 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
23975 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
23976 don't end command passed to gdb_test with newline.
23977
23978 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
23979 signed keyword away, don't expect signed bitfields to be signed.
23980
23981 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
23982 printing with only as many 1's as are in the field as well as printing
23983 with 32 1's (see comment).
23984
23985 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
23986
23987 * gdb.t00/default.exp: Start with a fresh gdb.
23988 * configure.in (configdirs): Remove gdb.t31 until the chill
23989 compiler works again. It no longer is able to find chillrt0
23990 since it isn't in libchill.a anymore.
23991 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
23992 wierd.o, make more modular.
23993 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
23994 spurious newlines that caused problems.
23995
23996 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23997
23998 * Move test with enums and partial symbols from gdb.t03/ptype.exp
23999 to gdb.stabs/wierd.exp since GCC has worked around the bug.
24000 gdb.stabs/wierd.{exp,def}: Many new tests.
24001
24002 * gdb.t00/default.exp: update info line for new message.
24003
24004 * gdb.t02/{whatis.exp,gdbme.c}:
24005 Test that "char *" doesn't print as "caddr_t".
24006
24007 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24008
24009 * gdb.t00/help.exp: Use .* in place of some help messages which
24010 just changed.
24011 gdb.t00/default.exp: Update "info frame" test for new message.
24012 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
24013 Remove some xfails
24014
24015 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24016
24017 * gdb.t03/{gdbme.c,ptype.exp}:
24018 Add tests for typedef'd struct and union without tags.
24019 Also check "whatis" on a variable of a typedef'd enum without a tag.
24020
24021 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
24022 PRMS 1823; the bug still exists but isn't reproduced by this test
24023 anymore), and remove rs6000 XFAIL (the bug is fixed).
24024
24025 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
24026 duplicated from whatis.exp. For those that are left, accept
24027 "long", "long int", or "int" for long variables (whatis.exp already
24028 has an XFAIL for "int", so no need to fail it here).
24029
24030 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
24031 Deal with GCC's names for types now that GDB uses the compiler's names.
24032
24033 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
24034 setup_xfail's for sunos4. If we #defined the signed keyword away,
24035 don't expect GDB to know that char it is signed.
24036
24037 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
24038
24039 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
24040
24041 * configure.in (configdirs): Add gdb.t24 for C++ tests that
24042 should work on any system, regardless of debugging format.
24043 * gdb.t21/demangle.exp: Move to gdb.t24.
24044 * gdb.t24/demangle.exp: Move from gdb.t21.
24045 * gdb.t24/{Makefile.in, configure.in}: New files.
24046
24047 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24048
24049 * configure.in: Do gdb.stabs and C++ tests only for stabs.
24050 * gdb.stabs: New directory.
24051
24052 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24053
24054 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
24055 not just "Quit anyway?".
24056
24057 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
24058
24059 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
24060 that all setup_xfails are immediately followed by clear_xfails.
24061
24062 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
24063
24064 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
24065 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
24066 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
24067 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
24068 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
24069 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24070 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24071 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
24072 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
24073 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
24074 gdb.t31/chillvars.exp, lib/gdb.exp:
24075 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
24076 bug-gdb@prep.ai.mit.edu.
24077
24078 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
24079
24080 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
24081 with 0.0, not integer 0.
24082
24083 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
24084
24085 * gdb.t06/break.exp: Update for "Kill the program" message change.
24086
24087 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
24088
24089 * Makefile.in (GDBFLAGS): Set to -nx.
24090 * Makefile.in (site.exp): Use GDBFLAGS.
24091
24092 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24093
24094 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
24095 Makefiles.
24096 (check): depend on just-check.
24097 (just-check): added so that tests can be run without a noop
24098 build pass.
24099
24100 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24101
24102 Switch to using configure's configdirs.
24103 * Makefile.in (Makefile): add configure.in dependency.
24104 (SUBDIRS): removed redundant assignment.
24105 * configure.in: switch subdirs assignment to configdirs.
24106 * gdb.t*/configure.in: new files.
24107
24108 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24109
24110 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24111 works.
24112
24113 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24114
24115 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24116 in explicit rules. Apparently this is not supported by some makes.
24117
24118 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24119
24120 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24121
24122 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24123
24124 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
24125 disappeared.
24126
24127 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
24128
24129 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
24130
24131 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
24132
24133 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
24134 watchpoint problem that is now fixed.
24135 * gdb.t30/chexp.exp: Remove setup_xfail for printing
24136 uninitialized convenience variables.
24137 * gdb.t31/chillvars.exp: Fix expected patterns for printing
24138 structures.
24139
24140 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24141
24142 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
24143 which causes expect to get out of sync with gdb on long output
24144 from help set.
24145 * gdb.t09/corefile.exp: Make expected pattern for core file
24146 failing signal and frame output format less sun specific.
24147
24148 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
24149
24150 * gdb.t31/chillvars.exp: Add and remove initial dummy
24151 breakpoint, so that symbol table is forced in.
24152 (Needed at least on Sunos4, though it seems not SVR4.)
24153 * gdb.t31/chillvars.exp: Update for changed output format.
24154
24155 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
24156
24157 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
24158
24159 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
24160
24161 * Makefile.in: Added --srcdir when invoking runtest, removed the
24162 need for a local config file. (optional now)
24163
24164 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
24165
24166 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
24167 failure count used to force early termination. Add some more
24168 expected failures for gnu style demangling.
24169
24170 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24171
24172 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
24173 pmi variable from gdb.t20/gdbme to get optimized away.
24174 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
24175 Check for written corefile upon timeout _and_ eof.
24176
24177 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24178
24179 * config/unix-gdb.exp: Add missing return 0.
24180
24181 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24182
24183 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
24184 test termination.
24185
24186 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24187
24188 * configure.in (subdirs): Put back gdb.t17 which mysteriously
24189 disappeared.
24190
24191 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
24192
24193 * gdb.t10/crossload.exp: Disable the i860-elf test until such
24194 time as i860 support works.
24195
24196 * gdb.t15/funcargs.exp: Fix expected outputs to include
24197 "backtrace 100\r" rather than just "backtrace\r", to match last
24198 change.
24199
24200 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
24201
24202 * config/udi-gdb.exp (gdb_exit): Remove close command.
24203 (gdb_target_udi): New procedure to set the UDI target.
24204 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
24205 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
24206 Added waits for prompts after several question responses. Added
24207 some more responses used by a29k-amd-udi-gdb.
24208 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
24209 pass different arguments, restart UDI connection after program
24210 completion.
24211 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
24212 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24213 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
24214 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
24215 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
24216 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
24217 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24218 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24219 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24220 after program completion.
24221 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24222 compiled with a SELECT_VECS setting.
24223 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24224 infinite recursion.
24225
24226 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24227 Added checks for COFF results, and made them expected failures for
24228 all targets. It would be better to make them expected failures
24229 for COFF targets only.
24230
24231 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
24232
24233 * Makefile.in: add null dvi target, don't bother to recurse
24234 through test directories for info and install-info; rename
24235 $(datadir) to be dejagnu instead of deja-gnu
24236
24237 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
24238
24239 * gdb.t31/gdbme.ch: Re-enable code that previously caused
24240 compiler to coredump.
24241 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
24242 code.
24243
24244 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
24245
24246 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
24247 coredump.
24248 * gdb.t31/chillvars.exp: Comment out tests that depend on that
24249 code.
24250
24251 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
24252
24253 * gdb.t03/ptype.exp: tests for return code from gdb_test.
24254 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24255 which in a shell. Deletes xgdb when done.
24256 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24257 Tests the return from the "set height" or "set width" commands.
24258 Added a few return codes where needed.
24259
24260 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
24261
24262 * Makefile.in (SUBDIRS): Add gdb.t17.
24263 * configure.in (subdirs): Add gdb.t17.
24264 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
24265 files to test gdb's calling of functions in the inferior with
24266 the correct arguments and gdb's ability to retrieve any
24267 result returned.
24268
24269 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
24270
24271 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24272 may be called after gdb goes away. Previous versions of expect
24273 needed these to avoid file descriptor leaks, but they cause
24274 errors with the current revision of expect.
24275 * gdb.t00/gdbvars.exp: Use -re on expected output after
24276 setting sevenbit-strings.
24277 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
24278 to set sevenbit-strings consistent across tests.
24279 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
24280 set sevenbit-strings consistent across tests.
24281
24282 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24283
24284 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
24285 expected output to match current "expect" expectations.
24286
24287 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
24288
24289 * gdb.t00/default.exp: Change expected output for default "source"
24290 command, to match new gdb behavior which requires a filename to
24291 source.
24292
24293 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
24294
24295 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
24296 expected fail for i486-*-* that misses the marker2 function.
24297 * gdb.t10/crossload.exp (bfddefault): Allow successful
24298 recognition of a format to pass even if no symbols are found.
24299 Explicitly catch failures where the format is not recognized
24300 or is ambiguous, and add the reason to the fail message.
24301 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
24302 the cause is and invalid target and add reason to failure message.
24303 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
24304 elf32-i386, elf32-sparc, and elf32-i860.
24305 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24306 Set up expected failure for 'filename'::variable scope resolution,
24307 which is now apparently broken on all targets.
24308 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24309 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24310 gdb.t23/templates.exp: Change failure for missing binfile into
24311 just a warning.
24312 gdb.t21/demangle.exp: Change all cfront references to 'arm'
24313 references.
24314
24315 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
24316
24317 * gdb.t00/default.exp: Add expected output for default "source"
24318 command, to match new gdb behavior.
24319 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
24320
24321 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
24322
24323 * config/*-gdb.exp: returns an error, rather than exiting on
24324 internal errors.
24325
24326 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
24327
24328 * gdb.t03/gdbme.c: Add pointer to struct variable.
24329 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
24330 referencing struct members.
24331
24332 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
24333
24334 * configure.in (mips-idt-ecoff): New target.
24335 * config/mips-gdb.exp: New file for remote board using MIPS remote
24336 debugging protocol.
24337
24338 * Redid configuration scheme. Removed gdb.t*/configure.in.
24339 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
24340 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
24341 distclean targets. Built executables via .o files. Adjusted
24342 tests to account for source files in $(srcdir) rather than
24343 $(objdir).
24344 * lib/gdb.exp (runto): Don't expect () after the function name,
24345 because it may have arguments.
24346
24347 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
24348
24349 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24350 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24351 expected failures for mips-idt-* and mips-sgi-*.
24352 * gdb.t00/default.exp (attach): Kill process if requested.
24353 * gdb.t00/help.exp (help target core, help target): Accept a gdb
24354 that does not read core files.
24355 * gdb.t01/run.exp: Removed checks for exit status code.
24356 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24357 it is linked in.
24358 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24359 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24360 appropriate, rather than doing it by hand.
24361 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24362 execution.
24363 * gdb.t10/crossload.exp: Kill existing program if needed.
24364 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
24365 appropriate, rather than doing it by hand. Always increase
24366 timeout for this test, not just for VxWorks.
24367
24368 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
24369
24370 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
24371 of Chill STRUCT types and STRUCT values.
24372 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
24373 than "char".
24374 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
24375 struct2): New struct definitions and initializations to test
24376 simple Chill STRUCT types.
24377
24378 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
24379
24380 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
24381 the null byte at the end of strings.
24382 * gdb.t00/default.exp: Make show version insensitive to copyright
24383 date.
24384 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
24385 to avoid dependencies on target char signedness.
24386 * gdb.t16/printcmds.exp: Update expected results for explicitly
24387 unsigned char.
24388 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
24389 now work.
24390 * gdb.t21/demangle.exp: Add many more patterns for template
24391 demangling, most of them being expected failures.
24392 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
24393 string we are matching for, to match on the whole string.
24394 * gdb.t21/demangle.exp: Add many new test strings to demangle,
24395 and fix a whole bunch that had incorrect expected output but were
24396 passing anyway because of the bug in "proc demangle".
24397 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
24398 type.
24399 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
24400
24401 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
24402
24403 * gdb/testsuite: made modifications to testcases, etc., to allow
24404 them to work properly given the reorganization of deja-gnu and the
24405 relocation of the testcases from deja-gnu to a "tool" subdirectory.
24406
24407 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
24408
24409 * gdb/testsuite: Initial creation of gdb/testsuite.
24410 Migrated dejagnu testcases and support files for testing nm to
24411 gdb/testsuite from deja-gnu. These files were moved "as is"
24412 with no modifications. This migration is part of a major overhaul
24413 of dejagnu. The modifications to these testcases, etc., which
24414 will allow them to work with the new version of dejagnu will be
24415 made in a future update.
24416
24417 For additional changes see gdb.mi/ChangeLog-1999-2003.
24418 \f
24419 ;; Local Variables:
24420 ;; mode: change-log
24421 ;; left-margin: 8
24422 ;; fill-column: 74
24423 ;; version-control: never
24424 ;; End:
24425
24426 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
24427 2003, 2004, 2005 Free Software Foundation, Inc.
24428 Copying and distribution of this file, with or without modification,
24429 are permitted provided the copyright notice and this notice are preserved.
This page took 0.579663 seconds and 4 git commands to generate.