PR gdb/12843
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-11-11 Keith Seitz <keiths@redhat.com>
2
3 PR gdb/12843
4 * gdb.base/linespecs.exp: New file.
5
6 2011-11-11 Doug Evans <dje@google.com>
7
8 * gdb.threads/print-threads.exp: Extend timeout for slower
9 tests.
10
11 2011-11-10 Doug Evans <dje@google.com>
12
13 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
14 "record to end of main" test.
15
16 * gdb.python/py-type.c (TS): New typedef.
17 (ts): New global.
18 * gdb.python/py-type.exp: Test field list of typedef.
19
20 2011-11-10 Joel Brobecker <brobecker@adacore.com>
21
22 * gdb.ada/small_reg_param: New testcase.
23
24 2011-11-09 Tom Tromey <tromey@redhat.com>
25
26 * gdb.cp/destrprint.exp: New file.
27 * gdb.cp/destrprint.cc: New file.
28
29 2011-11-08 Meador Inge <meadori@codesourcery.com>
30
31 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
32 (switch_stack_to_other): New test function.
33 * gdb.arch/thumb-prologue.exp: New test cases.
34
35 2010-11-08 Maciej W. Rozycki <macro@codesourcery.com>
36
37 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
38
39 2011-11-08 Yao Qi <yao@codesourcery.com>
40
41 * gdb.exp (supports_process_record): New.
42 (supports_reverse): New.
43 * gdb.reverse/break-precsave.exp: Call support_process_record
44 to run test conditionally.
45 * gdb.reverse/consecutive-precsave.exp: Likewise.
46 * gdb.reverse/i386-precsave.exp: Likewise.
47 * gdb.reverse/machinestate-precsave.exp: Likewise.
48 * gdb.reverse/solib-precsave.exp: Likewise.
49 * gdb.reverse/step-precsave.exp: Likewise.
50 * gdb.reverse/until-precsave.exp: Likewise.
51 * gdb.reverse/watch-precsave.exp: Likewise.
52 * gdb.reverse/break-reverse.exp: Call support_reverse to run
53 test conditionally.
54 * gdb.reverse/consecutive-reverse.exp: Likewise.
55 * gdb.reverse/finish-precsave.exp: Likewise.
56 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
57 * gdb.reverse/finish-reverse.exp: Likewise.
58 * gdb.reverse/i386-reverse.exp: Likewise.
59 * gdb.reverse/i386-sse-reverse.exp: Likewise.
60 * gdb.reverse/machinestate.exp: Likewise.
61 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
62 * gdb.reverse/sigall-precsave.exp: Likewise.
63 * gdb.reverse/sigall-reverse.exp: Likewise.
64 * gdb.reverse/solib-reverse.exp: Likewise.
65 * gdb.reverse/step-reverse.exp: Likewise.
66 * gdb.reverse/until-reverse.exp: Likewise.
67 * gdb.reverse/watch-reverse.exp: Likewise.
68
69 2011-11-05 Yao Qi <yao@codesourcery.com>
70
71 * gdb.trace/trace-break.exp: Add test on setting two
72 fast tracepoints at the same address.
73
74 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
75
76 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
77
78 2011-11-02 Stan Shebs <stan@codesourcery.com>
79
80 * gdb.trace/collection.c: Add code using strings.
81 * gdb.trace/collection.exp: Add tests of string collection.
82
83 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
84
85 * gdb.base/skip-solib.exp (executable_main): New variable.
86 (binfile_main): Base it on that.
87 Use $executable_main in clean_restart calls. Drop gdb_exit and
88 gdb_start calls.
89
90 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
91
92 Fix racy FAILs.
93 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
94 breakpoint_re globals import by async. Set string_regex to .* for
95 async. Remove the optional thread_selected_re and breakpoint_re
96 globals expectations.
97
98 2011-11-01 Joseph Myers <joseph@codesourcery.com>
99
100 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
101 well as Cygwin.
102
103 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
104
105 Add tests for skip command.
106 * gdb.base/skip-solib-lib.c: New
107 * gdb.base/skip-solib-main.c: New
108 * gdb.base/skip-solib.exp: New
109 * gdb.base/skip.c: New
110 * gdb.base/skip.exp: New
111 * gdb.base/skip1.c: New
112 * gdb.base/Makefile.in: Adding new files.
113
114 2011-10-31 Yao Qi <yao@codesourcery.com>
115 Pedro Alves <pedro@codesourcery.com>
116
117 * gdb.trace/trace-break.c: New.
118 * gdb.trace/trace-break.exp: New.
119
120 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
123 break-here-2.
124
125 2011-10-28 Pedro Alves <pedro@codesourcery.com>
126
127 * gdb.threads/no-unwaited-for-left.c: New.
128 * gdb.threads/no-unwaited-for-left.exp: New.
129 * gdb.threads/non-ldr-exc-1.c: New.
130 * gdb.threads/non-ldr-exc-1.exp: New.
131 * gdb.threads/non-ldr-exc-2.c: New.
132 * gdb.threads/non-ldr-exc-2.exp: New.
133 * gdb.threads/non-ldr-exc-3.c: New.
134 * gdb.threads/non-ldr-exc-3.exp: New.
135 * gdb.threads/non-ldr-exc-4.c: New.
136 * gdb.threads/non-ldr-exc-4.exp: New.
137
138 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
141 * gdb.base/attach-pie-misread.exp: Likewise.
142 * gdb.base/break-interp.exp: Likewise.
143 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
144 testcases for use_gdb_stub.
145 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
146 (continue): New testcase.
147 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
148 * gdb.threads/attach-into-signal.exp: Likewise.
149 * gdb.threads/attach-stopped.exp: Likewise.
150 * gdb.threads/attachstop-mt.exp: Likewise.
151
152 2011-10-28 Paul Koning <paul_koning@dell.com>
153
154 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
155
156 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
157
158 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
159 (mi_gdb_test): Import globals thread_selected_re
160 and breakpoint_re. Expect them optionally at the regex start.
161
162 2011-10-27 Doug Evans <dje@google.com>
163
164 * gdb.python/python.exp: Test source -s.
165
166 2011-10-26 Paul Koning <paul_koning@dell.com>
167
168 * gdb.python/lib-types.cc (struct A): New structure.
169 * gdb.python/lib-types.exp (deepitems): New tests.
170
171 2011-10-25 Paul Koning <paul_koning@dell.com>
172
173 PR python/13327
174
175 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
176 fetch_lazy method.
177
178 2011-10-24 Yao Qi <yao@codesourcery.com>
179
180 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
181 target is tic6x-*-*.
182
183 2011-10-21 Joel Brobecker <brobecker@adacore.com>
184
185 * gdb.ada/mi_task_info/task_switch.adb: New file.
186 * gdb.ada/mi_task_info.exp: New file.
187
188 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
189
190 * gdb.cp/expand-psymtabs-cxx.exp: New file.
191 * gdb.cp/expand-psymtabs-cxx.cc: New file.
192
193 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
194
195 PR python/12656
196
197 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
198 global_block tests.
199
200 2011-10-18 Tom Tromey <tromey@redhat.com>
201
202 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
203
204 2011-10-18 Tom Tromey <tromey@redhat.com>
205
206 * gdb.base/source.exp: Don't include full file name in test name.
207 * gdb.python/python.exp: Don't include full file name in test
208 name.
209
210 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
211
212 * gdb.base/attach-pie-noexec.c: New files.
213 * gdb.base/attach-pie-noexec.exp: New files.
214
215 2011-10-17 Joseph Myers <joseph@codesourcery.com>
216
217 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
218 prompt for each extra line in command.
219
220 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
223 Revert the part of:
224 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
225 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
226 Change the expected string.
227
228 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
229
230 Fix results with system glibc debug info installed.
231 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
232 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
233 Accept also __libc_ symbol prefix and no prefix.
234
235 2011-10-14 Keith Seitz <keiths@redhat.com>
236
237 PR c++/13225
238 * gdb.cp/converts.cc (foo3_1): New function.
239 (foo3_2): New functions.
240 * gdb.cp/converts.exp: Add tests for int to pointer conversion
241 and null pointer conversions of integer constant zero.
242 Add test to check if all arguments are checked for incompatible
243 conversion BADNESS.
244
245 2011-10-14 Tom Tromey <tromey@redhat.com>
246
247 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
248 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
249 linespec.
250
251 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
252
253 Fix internal error regression.
254 * gdb.dwarf2/implptr-optimized-out.S: New file.
255 * gdb.dwarf2/implptr-optimized-out.exp: New file.
256
257 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
258
259 Fix empty DWARF expressions DATA vs. SIZE conditionals.
260 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
261 (loclist): New.
262 (4): New abbrev.
263 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
264 Use prepare_for_testing, remove clean_restart.
265 (p arraynoloc, p arraycallnoloc): New tests.
266
267 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
268
269 * gdb.cp/namespace-enum.exp (executable): New variable.
270 (binfile): Use ${objdir}/${subdir}/ prefix.
271 Use ${executable} for clean_restart.
272
273 2011-10-11 Sterling Augustine <saugustine@google.com>
274
275 * gdb.cp/Makefile.in: Add namespace-enum test.
276 * gdb.cp/namespace-enum.exp: New file.
277 * gdb.cp/namespace-enum.c: New file.
278 * gdb.cp/namespace-enum-main.c: New file.
279
280 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
281
282 * gdb.python/py-shared.exp: Relax filename check to handle remote:
283 sysroot.
284
285 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
286
287 Reimplement @entry in input expressions.
288 * gdb.base/exprs.c (v_int_array_init): New variable.
289 * gdb.base/exprs.exp (print v_int_array_init)
290 (print *v_int_array_init@1, print *v_int_array_init@2)
291 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
292 (print v_int_array_init[1]@1): New tests.
293
294 2011-10-10 Joseph Myers <joseph@codesourcery.com>
295
296 * gdb.cp/gdb2495.exp: Do not include directories in filename in
297 expected message.
298
299 2011-10-09 Doug Evans <dje@google.com>
300
301 * gdb.base/alias.exp: Add tests for alias command.
302
303 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
304
305 * gdb.arch/amd64-entry-value.s: New file.
306 * gdb.mi/mi2-amd64-entry-value.s: New file.
307
308 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
309
310 Display @entry parameter values even for references.
311 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
312 functions.
313 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
314 reference and datap_input.
315 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
316 breakpoints.
317 (continue to breakpoint: entry_reference: reference)
318 (entry_reference: bt at entry)
319 (continue to breakpoint: entry_reference: breakhere_reference)
320 (entry_reference: bt, entry_reference: ptype regparam)
321 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
322 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
323 (entry_reference: p regcopy, entry_reference: p nodataparam)
324 (entry_reference: p nodataparam@entry): New tests.
325
326 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
327
328 Support @entry in input expressions.
329 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
330 (entry_stack: p s1@entry, entry_stack: p s2@entry)
331 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
332 (tailcall: p j@entry): New tests.
333 * gdb.cp/koenig.cc (A::entry): New function.
334 (main): Call it.
335 * gdb.cp/koenig.exp (p entry (c)): New test.
336
337 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
338
339 Display @entry parameter values (without references).
340 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
341 (different, validity, invalid): New functions.
342 (main): Call them.
343 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
344 stacktest, breakhere_stacktest, different, breakhere_different,
345 breakhere_validity and breakhere_invalid.
346 (entry: bt): Update for @entry.
347 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
348 (entry_validity: *, entry_invalid: *): Many new tests.
349 * gdb.base/break.exp
350 (run until breakpoint set at small function, optimized file): Accept
351 also the @entry suffix.
352 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
353 * gdb.mi/mi2-amd64-entry-value.c: New files.
354 * gdb.mi/mi2-amd64-entry-value.exp: New files.
355
356 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
357
358 Protect entry values against self tail calls.
359 * gdb.arch/amd64-entry-value.cc (self2, self): New.
360 (main): Call self.
361 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
362 (set debug entry-values 1, self: bt debug entry-values): New tests.
363
364 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
365
366 Recognize virtual tail call frames.
367 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
368 (amb_b, amb_a): New.
369 (main): Call a and b.
370 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
371 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
372 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
373 New tests.
374
375 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
376
377 Implement basic support for DW_TAG_GNU_call_site.
378 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
379 * gdb.arch/amd64-entry-value.cc: New file.
380 * gdb.arch/amd64-entry-value.exp: New file.
381
382 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
383
384 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
385 * gdb.dwarf2/implptr-64bit.S: New file.
386 * gdb.dwarf2/implptr-64bit.exp: New file.
387
388 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 Fix initial language detection with -readnow.
391 * gdb.cp/readnow-language.cc: New file.
392 * gdb.cp/readnow-language.exp: New file.
393
394 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
395
396 Fix printed anonymous struct name.
397 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
398
399 2011-10-09 Joseph Myers <joseph@codesourcery.com>
400
401 * gdb.base/solib-symbol.exp: Do not include directories in
402 filenames in expected messages.
403
404 2011-10-07 Doug Evans <dje@google.com>
405
406 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
407
408 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
409
410 Allow Python notification of new object-file loadings.
411 * gdb.python/py-events.exp: Test newobjfile event.
412 * gdb.python/py-events.py: Register newobjfile callback.
413 * gdb.python/py-events.c: Add call to shared library
414 * gdb.python/py-events-shlib.c: New file.
415
416 2011-10-06 Joseph Myers <joseph@codesourcery.com>
417
418 * gdb.base/fixsection.exp: Do not include directories in filename
419 in expected message.
420
421 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
422
423 Add tests for passing of environment variables to inferior.
424 * gdb.base/testenv.c: New test source.
425 * gdb.base/testenv.exp: New expect test.
426
427 2011-10-04 Paul Koning <paul_koning@dell.com>
428
429 * gdb.python/py-value.c (main): Break before return.
430
431 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
432
433 PR python/12691: Add the inferior to Python exited event
434 * gdb.python/py-events.exp: Test the inferior attribute of exited
435 event with a fork.
436 * gdb.python/py-events.py: Print inferior number on exit.
437 * gdb.python/py-events.c: Fork the inferior.
438
439 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
440
441 * gdb.base/jit.exp: Add testcase name to log message
442
443 2011-10-03 Paul Koning <paul_koning@dell.com>
444 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 * gdb.python/py-value.exp
447 (python inval = gdb.parse_and_eval('*(int*)0'))
448 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
449 (set argc=2, python print argc_lazy): New tests.
450
451 2011-10-02 Joel Brobecker <brobecker@adacore.com>
452
453 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
454
455 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
456 Pedro Alves <pedro@codesourcery.com>
457
458 * gdb.python/py-value.exp (test_value_in_inferior): New variable
459 can_read_0, test for it.
460 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
461 (parse_and_eval with memory error): ... here, make it untested if
462 can_read_0.
463
464 2011-09-30 Marek Polacek <mpolacek@redhat.com>
465
466 * gdb.python/python.exp (verify pagination beforehand)
467 (verify pagination afterwards): Fix race by splitting the line.
468
469 2011-09-29 Joseph Myers <joseph@codesourcery.com>
470
471 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
472 for 64-bit multilibs from i?86-* targets.
473
474 2011-09-29 Marek Polacek <mpolacek@redhat.com>
475
476 * lib/gdb.exp: Fix a typo in one of the comments.
477
478 2011-09-29 Marek Polacek <mpolacek@redhat.com>
479
480 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
481 matching pattern.
482
483 2011-09-28 Paul Koning <paul_koning@dell.com>
484
485 * gdb.python/py-type.c (enum E): New.
486 * gdb.python/py-type.exp (test_fields): Add tests for Python
487 mapping access to fields.
488 (test_enums): New test for field access on enums.
489
490 2011-09-27 Stan Shebs <stan@codesourcery.com>
491
492 * gdb.trace/collection.exp: Test collection of $_ret.
493
494 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
495
496 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
497 list of compilation switches for <*-*-freebsd*>.
498
499 2011-09-19 Stan Shebs <stan@codesourcery.com>
500
501 * gdb.trace/tspeed.exp: New file.
502 * gdb.trace/tspeed.c: New file.
503
504 2011-09-18 Yao Qi <yao@codesourcery.com>
505
506 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
507 instructions.
508 (test_adr_32bit, test_pop_pc): Likewise.
509 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
510 Thumb instructions.
511 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
512 in gdb_test_multiple.
513 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
514
515 2011-09-17 Yao Qi <yao@codesourcery.com>
516
517 * lib/gdb.exp (can_single_step_to_signal_handler): New.
518 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
519 support single step to signal handler.
520
521 2011-09-17 Yao Qi <yao@codesourcery.com>
522
523 * gdb.base/disp-step-fork.c: New.
524 * gdb.base/disp-step-syscall.exp: New.
525 * gdb.base/disp-step-vfork.c: New.
526
527 2011-09-16 Joel Brobecker <brobecker@adacore.com>
528
529 * gdb.ada/tasks.exp: Make the expected output for
530 the `info tasks' tests more resilient to spacing
531 changes.
532
533 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
534
535 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
536 (reached breakpoint 2, reached breakpoint 3): Update expected output.
537
538 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
539
540 PR Python/12692 Add gdb.selected_inferior() to Python interface.
541 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
542
543 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
544
545 Handle multiple breakpoint hits in Python interface:
546 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
547 presence.
548 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
549 breakpoint hits.
550
551 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
552 Jan Kratochvil <jan.kratochvil@redhat.com>
553
554 * gdb.python/py-events.exp: Remove pretty printing comment.
555 * gdb.python/py-evsignal.exp: New file.
556 * gdb.python/py-evthreads.c: Include signal.h.
557 (thread3): Remove variable count3. Remove variable bad and use raise
558 instead.
559 (thread2): Remove variable count2. Move thread3 pthread_create here,
560 merge pthread_join to a single line.
561 (main): Remove variable count1. Merge pthread_join with pthread_create
562 to a single line.
563 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
564 KFAIL python/12966 for gdbserver. Test return value of
565 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
566 gdb_expect by gdb_test and gdb_test_multiple.
567 (thread 2, thread 3): New tests.
568
569 2011-09-12 Matt Rice <ratmice@gmail.com>
570 Pedro Alves <pedro@codesourcery.com>
571
572 PR gdb/13175
573
574 * gdb.base/interp.exp: New tests.
575 * gdb.base/interp.c: New file.
576
577 2011-09-12 Doug Evans <dje@google.com>
578
579 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
580 * gdb.dwarf2/typeddwarf.exp: Ditto.
581
582 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 Fix compatibility with x32 arch.
585 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
586 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
587 is_x86_like_target.
588 * testsuite/gdb.trace/collection.exp: Likewise.
589 * testsuite/gdb.trace/report.exp: Likewise.
590 * testsuite/gdb.trace/unavailable.exp: Likewise.
591 * testsuite/gdb.trace/while-dyn.exp: Likewise.
592 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
593 (is_x86_like_target): Check also is_amd64_regs_target.
594
595 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
596
597 PR breakpoints/12435
598 * gdb.arch/amd64-prologue-xmm.c: New file.
599 * gdb.arch/amd64-prologue-xmm.exp: New file.
600 * gdb.arch/amd64-prologue-xmm.s: New file.
601
602 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
603
604 * gdb.dwarf2/dw2-param-error-main.c: New file.
605 * gdb.dwarf2/dw2-param-error.S: New file.
606 * gdb.dwarf2/dw2-param-error.exp: New file.
607
608 2011-09-08 Pedro Alves <pedro@codesourcery.com>
609
610 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
611 inferior's pid and look for a core dump named core.$pid. Use
612 `remote_file' commands on the host instead of hand coding shell
613 commands on the build.
614 * gdb.base/valgrind-db-attach.exp: Kill the program before
615 finishing the test.
616
617 2011-09-02 Matt Rice <ratmice@gmail.com>
618
619 * lib/prompt.exp: New file for testing the first prompt.
620 * gdb.python/py-prompt.exp: Ditto.
621 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
622
623 2011-09-02 Pedro Alves <pedro@codesourcery.com>
624
625 * gdb.threads/gcore-thread.exp: Set the global core_supported to
626 0, before testing gcore.
627
628 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
629
630 * dw2-ifort-parameter-debug.S: Update copyright year.
631 * dw2-ifort-parameter.c: Update copyright year.
632 * dw2-ifort-parameter.exp: Update copyright year.
633
634 * dw2-ifort-parameter-debug.S: New file.
635 * dw2-ifort-parameter.c: New file.
636 * dw2-ifort-parameter.exp: New file.
637
638 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.base/commands.exp (error_clears_commands_left): New function.
641 (): Call it.
642
643 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
644
645 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
646 (C): Initialize `a'.
647 * gdb.mi/mi-inheritance-syntax-error.exp
648 (-data-evaluate-expression $path): Expect `a' as 5.
649
650 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
651
652 PR mi/11912
653 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
654 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
655 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
656 keyword in output of -var-info-path-expression.
657
658 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
659
660 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
661 * gdb.trace/collection.exp: Likewise.
662 * gdb.trace/report.exp: Likewise.
663 * gdb.trace/unavailable.exp: Likewise.
664 * gdb.trace/while-dyn.exp: Likewise.
665
666 2011-08-18 Keith Seitz <keiths@redhat.com>
667
668 PR c++/12266
669 * gdb.cp/meth-typedefs.cc: New file.
670 * gdb.cp/meth-typedefs.exp: New file.
671
672 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
673
674 * gdb.python/python.exp: Add extended-prompt tests.
675
676 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
677
678 * gdb.arch/i386-dr3-watch.exp
679 (watchpoint on gap1 does not fit debug registers)
680 (delete all watchpoints): Fix racy expect strings.
681
682 2011-08-14 Yao Qi <yao@codesourcery.com>
683
684 * gdb.base/maint.exp: set data_section to ".neardata".
685 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
686 * gdb.base/savedregs.exp: Handle SIGILL.
687 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
688 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
689
690 2011-08-12 Doug Evans <dje@google.com>
691
692 * gdb.python/py-symbol.exp: Add test for symbol.type.
693
694 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
695
696 * gdb.threads/pthreads.exp: Enable on non-native configurations.
697 * gdb.mi/mi-pthreads.exp: Likewise.
698 * gdb.mi/mi2-pthreads.exp: Likewise.
699 * gdb.mi/gdb669.exp.exp: Likewise.
700
701 2011-08-09 Pedro Alves <pedro@codesourcery.com>
702
703 * lib/mi-support.exp (detect_async): Rename to...
704 (mi_detect_async): ... this.
705 * gdb.mi/mi-nonstop-exit.exp: Adjust.
706 * gdb.mi/mi-nonstop.exp: Adjust.
707 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
708 * gdb.mi/mi-nsintrall.exp: Adjust.
709 * gdb.mi/mi-nsmoribund.exp: Adjust.
710 * gdb.mi/mi-nsthrexec.exp: Adjust.
711
712 2011-08-09 Pedro Alves <pedro@codesourcery.com>
713
714 * gdb.base/display.c (do_loops): New `p_i' local.
715 * gdb.base/display.exp: Test displaying a variable that is
716 temporarily at a bad address.
717
718 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
719
720 * gdb.dwarf2/dw2-op-stack-value.S: New file.
721 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
722
723 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
724
725 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
726 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
727 (p fuNC_symtab): Permit also ppc64 leading dot.
728
729 2011-08-05 Pedro Alves <pedro@codesourcery.com>
730
731 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
732 procedure.
733 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
734
735 2011-08-05 Yao Qi <yao@codesourcery.com>
736
737 * gdb.base/callfuncs.exp: Set language after main.
738 * gdb.cp/cplusfuncs.exp: Likewise.
739 * gdb.cp/inherit.exp: Likewise.
740
741 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
742
743 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
744 * gdb.base/watch-vfork.exp: Skip on remote targets.
745
746 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
747
748 * gdb.threads/thread-find.exp: Support remote targets.
749
750 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
751
752 * gdb.base/jit.exp: Download solib_binfile to target.
753 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
754 and call dlopen without full path name.
755 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
756 dlopen without full path name.
757
758 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
759
760 * gdb.base/break-always.exp: Complete the test
761 with duplicated breakpoints and enabling/disabling them.
762
763 2011-08-02 Tom Tromey <tromey@redhat.com>
764
765 PR gdb/11289:
766 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
767
768 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
769
770 PR gdb/13045
771 * gdb.base/float.exp: Add new test case for PR gdb/13045
772 * gdb.base/float.c: New file.
773
774 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
775
776 * gdb.python/py-mi.exp: Test printers returning string hint, and
777 also not returning a value.
778 * gdb.python/py-prettyprint.c: Add testcase for above.
779 * gdb.python/py-prettyprint.py: Add test printer for above.
780
781 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
782
783 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
784 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
785 (.Ldie30) Add as field "data4".
786 (.Ldie32) Rename field "b" to "shl".
787 (abbrev4) Change for the "data4" field.
788 (abbrev5, abbrev6) Remove.
789 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
790 (p &s.shl): ... here. Add comment.
791 (p &s.data4): New.
792
793 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
794
795 Fix crash on lval_computed values.
796 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
797
798 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
799
800 * gdb.base/help.exp (help whatis): Update the expected string.
801
802 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
803
804 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
805 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
806 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
807 Change the expected string.
808
809 2011-07-26 Pedro Alves <pedro@codesourcery.com>
810
811 * gdb.base/watchpoint.exp
812 (test_disable_enable_software_watchpoint): New procedure.
813 (top level): Run it.
814
815 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
816
817 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
818 executable file "${binfile}", C++ version "${binfile}-cxx".
819 * gdb.python/py-prettyprint.exp: Likewise.
820 * gdb.python/py-symbol.exp: Likewise.
821 * gdb.python/py-type.exp: Likewise.
822 * gdb.python/py-value.exp: Likewise.
823 * gdb.python/py-template.exp (test_template_arg): Pass full executable
824 file name instead of just suffix.
825
826 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
827
828 Fix implicit pointer offsets.
829 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
830 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
831 (continue to breakpoint: continue to baz breakpoint for implptr)
832 (sanity check element 0, sanity check element 1)
833 (enter the inlined function, check element 0 for the offset)
834 (check element 1 for the offset)
835 (continue to breakpoint: ignore the second baz breakpoint): New tests.
836 (set foo breakpoint for implptr): Update the breakpoint number.
837
838 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
839
840 * gdb.python/py-mi.exp: Use different file names for different
841 versions of the executable under test.
842 * gdb.python/py-prettyprint.exp: Likewise.
843 * gdb.python/py-symbol.exp: Likewise.
844 * gdb.python/py-template.exp: Likewise.
845 * gdb.python/py-type.exp: Likewise.
846 * gdb.python/py-value.exp: Likewise.
847
848 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
849
850 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
851 flag after restarting GDB if necessary.
852
853 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
854
855 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
856
857 2011-07-22 Pedro Alves <pedro@codesourcery.com>
858
859 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
860 backend doesn't leave used debug registers behind.
861
862 2011-07-22 Tom Tromey <tromey@redhat.com>
863
864 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
865 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
866 argument.
867 * gdb.dwarf2/typeddwarf-amd64.S: New file.
868
869 2011-07-21 Matt Rice <ratmice@gmail.com>
870
871 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
872 in mostlyclean rule. Add files ending in .core.
873
874 2011-07-21 Matt Rice <ratmice@gmail.com>
875
876 PR macros/12999
877 * gdb.base/info-macros.c: New test sources.
878 * gdb.base/info-macros.exp: New tests.
879
880 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
881
882 * gdb.python/python.exp: Add prompt substitution tests.
883
884 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
885
886 Fix crash if referenced CU is aged out.
887 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
888 New.
889 * gdb.dwarf2/implptr.exp: Likewise.
890
891 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
892
893 * gdb.dwarf2/implptr.S: Rebuilt.
894 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
895 (bar): Use them for j, k, l.
896 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
897 COMPILE.
898 (print j in implptr:bar): Update for the intp typedef.
899 (print p[0].x in implptr:foo): Use more exact regex.
900
901 2011-07-18 Tom Tromey <tromey@redhat.com>
902
903 * gdb.cp/static-method.exp: Add missing single quote.
904
905 2011-07-18 Yao Qi <yao@codesourcery.com>
906
907 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
908 supported.
909 * gdb.mi/mi-nonstop-exit.exp: Likewise.
910 * gdb.mi/mi-nonstop.exp: Likewise.
911 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
912 * gdb.mi/mi-nsintrall.exp: Likewise.
913 * gdb.mi/mi-nsmoribund.exp: Likewise.
914 * gdb.mi/mi-nsthrexec.exp: Likewise.
915 * gdb.python/py-evthreads.exp: Likewise.
916
917 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
918
919 Code cleanup.
920 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
921 it. Substitute it instead of test_compiler_info everywhere.
922
923 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
924
925 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
926 remote targets as well.
927
928 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
929
930 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
931 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
932
933 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
934
935 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
936 a remote machine, not the host.
937 (gdb_compile_shlib): Set soname if target is remote.
938
939 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
940
941 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
942
943 2011-07-13 Matt Rice <ratmice@gmail.com>
944
945 * gdb.python/py-objfile-script-gdb.py: Renamed to
946 py-objfile-script-gdb.py.in.
947 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
948 py-objfile-script-gdb.py.
949 * gdb.python/py-objfile-script.exp: Update reference to
950 py-objfile-script-gdb.py.
951
952 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
953
954 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
955 reference undefined label.
956
957 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
958
959 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
960 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
961 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
962 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
963
964 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
965
966 PR python/12438
967 * gdb.python/python.exp: Add maint set/show python print-stack
968 deprecated tests. Add set/show python print-backtrace tests.
969
970 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
971
972 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
973 debug info.
974
975 2011-07-06 Matt Rice <ratmice@gmail.com>
976
977 * gdb.python/python.exp: Update filename paths.
978 * gdb.python/py-symtab.exp: Ditto.
979
980 2011-07-06 Marek Polacek <mpolacek@redhat.com>
981
982 * gdb.python/py-evthreads.exp: Add missing `$'.
983
984 2011-07-06 Jie Zhang <jie.zhang@analog.com>
985
986 * config/bfin.exp: New file.
987 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
988 * gdb.asm/bfin.inc: New file.
989
990 2011-07-06 Marek Polacek <mpolacek@redhat.com>
991
992 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
993 the whole output.
994
995 2011-07-05 Tom Tromey <tromey@redhat.com>
996
997 * gdb.java/jprint.java (jprint.hi): New field.
998 * gdb.java/jprint.exp: Print string.
999
1000 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1001
1002 * gdb.base/call-sc.c: Fix typos.
1003 * gdb.base/ifelse.exp: Likewise.
1004 * gdb.base/structs.c: Likewise.
1005
1006 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1007
1008 * gdb.base/jit-so.exp: New test.
1009 * gdb.base/jit-dlmain.c: New file.
1010 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
1011
1012 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1013
1014 * gdb.cp/m-static.exp: Call get_compiler_info.
1015 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
1016 * gdb.cp/pr9167.exp (p b): Likewise.
1017 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
1018 (test value of P in inner_m, test type of Z in inner_m): Call
1019 setup_xfail for gcc <= 4.5.
1020
1021 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1022
1023 * gdb.cp/paren-type.cc: New files.
1024 * gdb.cp/paren-type.exp: New files.
1025
1026 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1027
1028 Stop on first linespec terminator instead of eating what we can.
1029 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
1030 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
1031 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
1032 (break C::f()): ... this one.
1033 (break C::operator()()): New test.
1034 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
1035 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
1036 test.
1037
1038 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1039
1040 Fall back linespec to minimal symbols.
1041 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
1042 error message.
1043 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
1044 * gdb.cp/minsym-fallback-main.cc: New file.
1045 * gdb.cp/minsym-fallback.cc: New file.
1046 * gdb.cp/minsym-fallback.exp: New file.
1047 * gdb.cp/minsym-fallback.h: New file.
1048
1049 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 * gdb.cp/no-dmgl-verbose.cc: New file.
1052 * gdb.cp/no-dmgl-verbose.exp: New file.
1053
1054 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1055
1056 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
1057 __GI_.
1058 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
1059 (f): New function.
1060 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
1061 (complete p 'func<short>(): ... here.
1062 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
1063 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
1064 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
1065 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
1066 Make them KFAIL gcc/49546.
1067
1068 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1069
1070 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
1071
1072 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1073
1074 Test GCC PR debug/49546.
1075 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
1076 (test type of F in k3_m, test value of F in k3_m): New.
1077 * gdb.cp/temargs.cc (struct S3, struct K3): New.
1078 (main): New variable k3. Call k3.k3_m.
1079
1080 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1081
1082 * gdb.ada/packed_array.exp: Fix expected outout.
1083
1084 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1085
1086 * gdb.ada/packed_array.exp: fixed expected output.
1087
1088 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1089
1090 * gdb.ada/same_enum: New testcase.
1091
1092 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1093
1094 * gdb.ada/ptr_typedef: New testcase.
1095
1096 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1097
1098 * gdb.ada/arrayptr.exp: Add ptype test.
1099
1100 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1101
1102 * gdb.ada/char_enum: New testcase.
1103
1104 2011-07-01 Yao Qi <yao@codesourcery.com>
1105
1106 * gdb.base/dump.exp (capture_pointer_with_type): New.
1107 Get value from address instead of name.
1108 Start GDB once, and do `dump' and `restore'
1109 tests together.
1110
1111 2011-06-30 Jie Zhang <jie.zhang@analog.com>
1112 Mike Frysinger <vapier@gentoo.org>
1113
1114 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
1115 helper functions for getting/setting remotetimeout variable.
1116 * lib/gdb.exp (gdb_load): If the target is remote, set
1117 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
1118 with $loadtimeout. Set $load_ok to 0 before doing the load.
1119 Instead of returning, immediately, set $load_ok to 0. Call
1120 set_remotetimeout with $oldremotetimeout, and then return if
1121 $load_ok is 1.
1122
1123 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
1124
1125 * gdb.python/py-template.exp: Don't run this test if the target
1126 does not support c++ tests.
1127
1128 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1129
1130 Fix non-only rename list for Fortran modules import.
1131 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
1132 tests.
1133 * gdb.fortran/module.f90 (module moduse): New.
1134 (program module): use moduse, test var_x, var_y and var_z.
1135
1136 2011-06-29 Tom Tromey <tromey@redhat.com>
1137
1138 PR testsuite/12040:
1139 * gdb.fortran/array-element.exp: Use f90, not f77.
1140 * gdb.fortran/complex.exp: Use f90, not f77.
1141 * gdb.fortran/derived-type.exp: Use f90, not f77.
1142 * gdb.fortran/library-module.exp: Use f90, not f77.
1143 * gdb.fortran/logical.exp: Use f90, not f77.
1144 * gdb.fortran/module.exp: Use f90, not f77.
1145 * gdb.fortran/multi-dim.exp: Use f90, not f77.
1146 * gdb.fortran/subarray.exp: Use f90, not f77.
1147
1148 2011-06-29 Tom Tromey <tromey@redhat.com>
1149
1150 * gdb.fortran/charset.exp: New file.
1151 * gdb.fortran/charset.f90: New file.
1152
1153 2011-06-29 Tom Tromey <tromey@redhat.com>
1154
1155 PR testsuite/12040:
1156 * lib/future.exp: New file, mostly extracted from ada.exp.
1157 Rewrote compatibility code to use rename.
1158 (gdb_find_gfortran): New proc.
1159 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
1160 gfortran patch.
1161 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
1162 Move to future.exp.
1163 * lib/gdb.exp: Always load future.exp.
1164
1165 2011-06-28 Yao Qi <yao@codesourcery.com>
1166
1167 * gdb.cp/exception.cc: Don't include iostream.
1168 (bar): Remove print statement.
1169 (catcher): New.
1170 (main): Remove print statements. Call function catcher.
1171 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
1172 Set breakpoint on catcher, and check the value of parameter.
1173
1174 2011-06-23 Yao Qi <yao@codesourcery.com>
1175
1176 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
1177 1.2 is disabled. KFAIL for uclinux.
1178
1179 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1180
1181 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
1182 mi_gdb_test.
1183
1184 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1185
1186 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1187
1188 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1189
1190 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
1191
1192 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1193
1194 * gdb.mi/mi2-basics.exp: Fix races. Honour the
1195 `test_exec_and_symbol_mi_operatons' return value.
1196 (test_mi_interpreter_selection): Use mi_gdb_test instead of
1197 gdb_test_multiple.
1198 (test_exec_and_symbol_mi_operatons): Likewise.
1199 (test_path_specification): Likewise.
1200
1201 2011-06-23 Yao Qi <yao@codesourcery.com>
1202
1203 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
1204 supported.
1205 * lib/gdb.exp (support_displaced_stepping): New.
1206
1207 2011-06-23 Yao Qi <yao@codesourcery.com>
1208
1209 * gdb.threads/execl.exp: Skip on remote target.
1210
1211 2011-06-21 Marek Polacek <mpolacek@redhat.com>
1212
1213 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
1214 mi_gdb_test.
1215
1216 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1217
1218 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1219
1220 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1221
1222 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
1223 mi_gdb_test.
1224
1225 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1226
1227 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1228
1229 2011-06-14 Yao Qi <yao@codesourcery.com>
1230
1231 gdb/testsuite/
1232 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
1233
1234 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1235
1236 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
1237
1238 2011-06-10 Tom Tromey <tromey@redhat.com>
1239
1240 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
1241 Add tests for pointer-to-member-function.
1242 * gdb.cp/temargs.cc (S::somefunc): New function.
1243 (K2): New class.
1244 (main): Instantiate K2; call method.
1245
1246 2011-06-08 Joel Brobecker <brobecker@adacore.com>
1247
1248 * gdb.python/py-inferior.c (f2): Make str an array rather
1249 than a pointer.
1250 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
1251
1252 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1253
1254 * gdb.base/async-shell.c: New file.
1255 * gdb.base/async-shell.exp: New file.
1256
1257 2011-06-06 Pedro Alves <pedro@codesourcery.com>
1258
1259 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
1260
1261 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
1262
1263 From Stephen Kitt <steve@sk2.org>
1264 * gdb.base/help.exp: Adjust following some spelling corrections
1265 in GDB.
1266
1267 2011-06-01 Yao Qi <yao@codesourcery.com>
1268
1269 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
1270
1271 2010-05-31 Keith Seitz <keiths@redhat.com>
1272
1273 PR c++/12750
1274 * gdb.cp/static-method.cc: New file.
1275 * gdb.cp/static-method.exp: New file.
1276
1277 2010-05-31 Keith Seitz <keiths@redhat.com>
1278
1279 PR symtab/12704
1280 * gdb.cp/anon-ns.cc: New file.
1281 * gdb.cp/anon-ns.exp: New file.
1282
1283 2011-05-31 Pedro Alves <pedro@codesourcery.com>
1284
1285 * gdb.arch/i386-dr3-watch.c: New file.
1286 * gdb.arch/i386-dr3-watch.exp: New file.
1287
1288 2011-05-30 Yao Qi <yao@codesourcery.com>
1289
1290 * gdb.base/callfuncs.c (t_structs_fc): New.
1291 (t_structs_dc, t_structs_ldc): New.
1292 (t_double_many_args):
1293 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
1294 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
1295 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
1296 * gdb.base/callfuncs.exp: Call new functions.
1297
1298 2011-05-30 Yao Qi <yao@codesourcery.com>
1299
1300 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
1301 Call rerun_and_prepare for each test to isolate effects.
1302
1303 2011-05-30 Yao Qi <yao@codesourcery.com>
1304
1305 * gdb.base/varargs.c (find_max_float_real): New.
1306 (find_max_double_real, find_max_long_double_real): New.
1307 * gdb.base/varargs.exp: Call these new added functions.
1308 * lib/gdb.exp (setup_kfail_for_target): New.
1309
1310 2011-05-30 Yao Qi <yao@codesourcery.com>
1311
1312 * gdb.base/funcargs.c (callca, callcb, callcc): New.
1313 (callcd, callce, callcf, callc1a, callc1b): New.
1314 (callc2a, callc2b): New.
1315 * gdb.base/funcargs.exp (complex_args): New.
1316 (complex_integral_args, complex_float_integral_args): New.
1317 * lib/gdb.exp (support_complex_tests): New. Determine
1318 whether to run test cases on _Complex types.
1319
1320 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1321
1322 * gdb.threads/leader-exit.c: New file.
1323 * gdb.threads/leader-exit.exp: New file.
1324
1325 2011-05-27 Marek Polacek <mpolacek@redhat.com>
1326
1327 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
1328
1329 2011-05-27 Marek Polacek <mpolacek@redhat.com>
1330
1331 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
1332 remove the `supported' variable.
1333 * gdb.mi/mi-nonstop.exp: Likewise.
1334 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1335 * gdb.mi/mi-nsintrall.exp: Likewise.
1336 * gdb.mi/mi-nsmoribund.exp: Likewise.
1337 * gdb.mi/mi-nsthrexec.exp: Likewise.
1338
1339 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1340
1341 * gdb.reverse/finish-reverse-bkpt.exp: New test.
1342
1343 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1344
1345 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
1346
1347 2011-05-24 Keith Seitz <keiths@redhat.com>
1348
1349 PR breakpoint/12803
1350 * gdb.cp/cmpd-minsyms.cc (a): New method.
1351 (b): New method.
1352 (c): New method.
1353 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
1354
1355 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1356
1357 * gdb.base/commands.exp (watchpoint_command_test): Check that the
1358 watchpoint's command list didn't execute when the watchpoint went
1359 out of scope.
1360
1361 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
1362
1363 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
1364 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
1365 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
1366 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1367 * gdb.arch/i386-permbkpt.exp: Likewise.
1368 * gdb.arch/i386-prologue.exp: Likewise.
1369 * gdb.arch/i386-size-overlap.exp: Likewise.
1370 * gdb.arch/i386-size.exp: Likewise.
1371 * gdb.arch/i386-unwind.exp: Likewise.
1372 * gdb.reverse/i386-precsave.exp: Likewise.
1373 * gdb.reverse/i386-reverse.exp: Likewise.
1374 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1375 * gdb.reverse/i387-env-reverse.exp: Likewise.
1376 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1377
1378 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1379
1380 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
1381 file doesn't error, using MI.
1382
1383 2011-05-23 Tom Tromey <tromey@redhat.com>
1384
1385 * gdb.base/charset.exp (string_display): Add tests to assign to
1386 arrays.
1387 * gdb.base/charset.c (short_array, int_array, long_array): New.
1388
1389 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1390
1391 Cope with async mode.
1392
1393 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
1394 into gdb_test + mi_expect_stop.
1395
1396 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1397
1398 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
1399 (callme): Remove printf call.
1400
1401 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
1402
1403 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
1404 quote pattern to avoid problems with Cygwin/mingw expect versions.
1405 * gdb.base/default.exp (show convenience): Use double
1406 quote pattern for regular expressions.
1407
1408 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1409
1410 Fix -readnow for -gdwarf-4 unused type units.
1411 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
1412 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
1413
1414 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1415
1416 * gdb.base/kill-after-signal.c: New file.
1417 * gdb.base/kill-after-signal.exp: New file.
1418
1419 2011-05-16 Pedro Alves <pedro@codesourcery.com>
1420
1421 * gdb.ada/start.exp: Call untested with the correct test filename.
1422 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
1423 test filename. Make the test's binary unique.
1424 * gdb.arch/i386-signal.exp: Call untested with the correct test
1425 filename.
1426 * gdb.arch/i386-size-overlap.exp: Ditto.
1427 * gdb.arch/Makefile.in (EXECUTABLES): Update.
1428 * gdb.base/gcore-buffer-overflow.exp: Ditto.
1429 * gdb.cp/call-c.exp: Ditto.
1430 * gdb.mi/mi-reverse.exp: Call untested with the correct test
1431 filename. Make the test's binary unique.
1432 * gdb.mi/Makefile.in (EXECUTABLES): Update.
1433 * gdb.python/py-mi.exp: Ditto.
1434 * gdb.python/Makefile.in (EXECUTABLES): Update.
1435 * gdb.reverse/i386-precsave.exp: Ditto.
1436 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
1437 test filename.
1438 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1439 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
1440 unique.
1441 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
1442 test filename.
1443 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
1444 * gdb.trace/tfile.exp: Ditto.
1445
1446 2011-05-14 Yao Qi <yao@codesourcery.com>
1447
1448 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
1449 type.
1450
1451 2011-05-13 Doug Evans <dje@google.com>
1452
1453 * gdb.python/py-objfile-script.exp: New file.
1454 * gdb.python/py-objfile-script.c: New file.
1455 * gdb.python/py-objfile-script-gdb.py: New file.
1456 * testsuite/gdb.python/py-section-script.exp: Test
1457 "info auto-load-scripts".
1458
1459 2011-05-13 Tom Tromey <tromey@redhat.com>
1460
1461 * gdb.dwarf2/clztest.exp: New file.
1462 * gdb.dwarf2/clztest.c: New file.
1463 * gdb.dwarf2/clztest.S: New file.
1464
1465 2011-05-13 Doug Evans <dje@google.com>
1466
1467 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
1468 String16 tests.
1469
1470 2011-05-13 Tom Tromey <tromey@redhat.com>
1471
1472 * lib/gdb.exp (is_x86_like_target): New proc.
1473 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
1474 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
1475 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
1476 -nostdlib to compiler.
1477 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
1478 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
1479 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
1480 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
1481 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
1482
1483 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1484
1485 * gdb.python/py-function.exp: Test setting a value from a function
1486 which executes a command.
1487
1488 2011-05-12 Tom Tromey <tromey@redhat.com>
1489
1490 * gdb.dwarf2/typeddwarf.S: New file.
1491 * gdb.dwarf2/typeddwarf.c: New file.
1492 * gdb.dwarf2/typeddwarf.exp: New file.
1493
1494 2011-05-12 Marek Polacek <mpolacek@redhat.com>
1495
1496 * gdb.mi/mi-basics.exp: Fix races. Honour the
1497 `test_exec_and_symbol_mi_operatons' return value.
1498 (test_mi_interpreter_selection): Use mi_gdb_test instead of
1499 gdb_test_multiple.
1500 (test_exec_and_symbol_mi_operatons): Likewise.
1501 (test_path_specification): Likewise.
1502
1503 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1504
1505 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
1506 (gdb_touch_execfile): Remove catch wrappers. New variable time.
1507 Replace `file copy' and `file rename' by `file mtime'. Twice.
1508
1509 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1510
1511 * gdb.base/readline-ask.c: New file.
1512 * gdb.base/readline-ask.exp: New file.
1513 * gdb.base/readline-ask.inputrc: New file.
1514
1515 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
1516
1517 * gdb.cell/bt.exp: Delete breakpoints before running to signal
1518 to avoid race condition.
1519 * gdb.cell/coremaker.c: Use small stack size.
1520 * gdb.cell/ea-standalone.exp: Use file name without path as
1521 argument to c_to.
1522 * gdb.cell/fork.exp: Allow other output when continuing to end.
1523
1524 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1525
1526 * gdb.threads/corethreads.c: New file.
1527 * gdb.threads/corethreads.exp: New file.
1528
1529 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1530
1531 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
1532 Try to compile the test using -Wl,-z,norelro first.
1533 (load_core): New variable libthread_db_seen, initialize it.
1534 (zeroed-threads cannot be listed): Protect it by XFAIL on
1535 !$libthread_db_seen.
1536
1537 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 PR 12573
1540 * gdb.dwarf2/dw2-skip-prologue.S: New file.
1541 * gdb.dwarf2/dw2-skip-prologue.c: New file.
1542 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
1543
1544 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 * gdb.cp/psymtab-parameter.cc: New file.
1547 * gdb.cp/psymtab-parameter.exp: New file.
1548
1549 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1550
1551 Fix a race.
1552 * gdb.cp/static-print-quit.exp (print c): Split to ...
1553 (print c - <return>, print c - q <return>, print c - to quit):
1554 ... these. Make the testfile untested on gdb-7.1.
1555
1556 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
1557
1558 * lib/gdb.exp (exec_target_file, exec_symbol_file,
1559 gdb_rename_execfile, gdb_touch_execfile): New.
1560 * gdb.base/reread.exp: Use new procs to handle multiple
1561 exec files.
1562
1563 2011-05-05 Yao Qi <yao@codesourcery.com>
1564
1565 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
1566 (test_adr_32bit, test_pop_pc): New.
1567 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
1568 (test_adr_32bit, test_pop_pc): New.
1569
1570 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1571
1572 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
1573 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
1574 targets.
1575 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
1576 handle targets.
1577
1578 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1579
1580 * gdb.base/completion.exp (complete help info wat): Rename to ...
1581 (complete 'help info wat'): ... here.
1582 Remove all `-re ".*' and `-re "^.*' redundant regexes.
1583 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
1584
1585 2011-05-04 Pedro Alves <pedro@codesourcery.com>
1586
1587 * gdb.base/completion.exp: Use gdb_test_multiple instead of
1588 gdb_test and explicit $gdb_prompt/timeout matches.
1589
1590 2011-05-04 Yao Qi <yao@codesourcery.com>
1591
1592 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
1593 and __thumb2__.
1594
1595 2011-05-03 Marek Polacek <mpolacek@redhat.com>
1596
1597 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
1598 in place of `gdb_test "delete breakpoints"'. This eliminates two
1599 testcases.
1600
1601 2011-05-02 Pedro Alves <pedro@codesourcery.com>
1602
1603 PR testsuite/12649
1604 Fix races.
1605
1606 * gdb.base/completion.exp: Remove all sleep calls. Remove
1607 unnecessary regexs. Don't explicitly expect anything after the
1608 prompt. Eat the prompt if necessary.
1609
1610 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
1611
1612 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
1613 accept to show the caller line again as well as the line after.
1614
1615 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
1616
1617 PR mi/12531
1618
1619 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
1620 compile target.
1621 * gdb.python/py-prettyprint.exp: Add C++ object for
1622 CPLUS_FAKE_CHILD test.
1623
1624 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
1625
1626 * gdb.base/signest.exp: New file.
1627 * gdb.base/signest.c: Likewise.
1628
1629 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1630
1631 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
1632 thread and breakpoint notifications.
1633
1634 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1635
1636 * gdb.base/fortran-sym-case.c: New file.
1637 * gdb.base/fortran-sym-case.exp: New file.
1638 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
1639 * gdb.dwarf2/dw2-case-insensitive.c: New file.
1640 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
1641
1642 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1643
1644 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
1645 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
1646 false #1', `if true else false #2' and `if true else false #3'.
1647
1648 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
1649
1650 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
1651 while delivering signal.
1652
1653 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
1654
1655 MI breakpoint notifications.
1656
1657 * testsuite/gdb.mi/mi-cli.exp: Adust.
1658 * testsuite/gdb.mi/mi2-cli.exp: Adust.
1659 * testsuite/gdb.mi/mi-watch.exp: Adust.
1660 * testsuite/gdb.mi/mi2-watch.exp: Adust.
1661 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
1662 notifications.
1663
1664 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1665
1666 * gdb.base/gdbindex-stabs-dwarf.c: New file.
1667 * gdb.base/gdbindex-stabs.c: New file.
1668 * gdb.base/gdbindex-stabs.exp: New file.
1669
1670 2011-04-25 Yao Qi <yao@codesourcery.com>
1671
1672 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
1673 with /*...*/.
1674 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
1675
1676 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1677
1678 * gdb.python/py-value.exp (test_objfiles): Name the first test
1679 `py-value in file.filename'.
1680
1681 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1682
1683 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
1684 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
1685 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
1686 !gdbserver_reconnect_p..
1687 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
1688
1689 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 * gdb.cp/cpcompletion.exp (complete class methods)
1692 (complete class methods beginning with F): Move them above runto. New
1693 comment about the runto delimiter.
1694
1695 2011-04-20 Pedro Alves <pedro@codesourcery.com>
1696
1697 * gdb.base/maint.exp: Test that "maint print registers" works
1698 without a running program.
1699
1700 2011-04-20 Marek Polacek <mpolacek@redhat.com>
1701
1702 * gdb.base/setshow.exp: Fix racy tests.
1703 ($old_gdb_prompt): New variable.
1704
1705 2011-04-19 Tom Tromey <tromey@redhat.com>
1706
1707 * gdb.mi/mi-nsmoribund.exp:
1708 * gdb.hp/gdb.objdbg/objdbg01.exp:
1709 * gdb.base/structs.exp (test_struct_returns):
1710 * gdb.base/call-sc.exp (test_scalar_returns):
1711 * gdb.base/bigcore.exp: Remove duplicate words.
1712
1713 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 * gdb.base/break-interp-lib.c (v, vptr): New variables.
1716 * gdb.base/break-interp.exp (test_attach): New comment.
1717
1718 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1719
1720 * gdb.threads/gcore-thread.exp ($core0file): New variable.
1721 (clear __stack_user.next, clear stack_used.next)
1722 (save a zeroed-threads corefile): New test.
1723 Call core_load for $core0file.
1724 (zeroed-threads cannot be listed): New test.
1725
1726 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
1729 filename.
1730 ($srcfile): Preserve the original value.
1731 ($testfile): Match it the .exp filename.
1732 ($corefile): New variable. Substitute it around.
1733 Use clean_restart.
1734 ($prev_timeout): Remove.
1735 (load_core): Move core loading into this proc.
1736 Fix restore of $timeout if load_core fails.
1737
1738 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1739
1740 * gdb.base/eu-strip-infcall.c: New file.
1741 * gdb.base/eu-strip-infcall.exp: New file.
1742
1743 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1744
1745 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
1746 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
1747
1748 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1749
1750 Fix Python access to inlined frames.
1751 * gdb.python/py-frame-inline.c: New file.
1752 * gdb.python/py-frame-inline.exp: New file.
1753
1754 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
1755
1756 * gdb.base/gdb1090.exp: Change breakpoint location to read the
1757 content of 's24' correctly (avoiding "optimized out").
1758 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
1759
1760 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1761
1762 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
1763
1764 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1765
1766 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
1767 expect a colon in watch -location output.
1768
1769 2011-04-13 Marek Polacek <mpolacek@redhat.com>
1770
1771 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
1772 New testcase `expect response to define backtrace'. Also remove
1773 redundant `default' block.
1774
1775 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1776
1777 * gdb.python/py-prettyprint.c (struct hint_error): New.
1778 (main): New variable hint_error.
1779 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
1780 "print hint_error".
1781 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
1782 (register_pretty_printers): Register it.
1783
1784 2011-04-04 Tom Tromey <tromey@redhat.com>
1785
1786 * gdb.cp/maint.exp (test_help): Update.
1787 (test_namespace): Likewise.
1788
1789 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1790
1791 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
1792 * gdb.ada/arrayptr.exp: Add new tests.
1793
1794 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1795
1796 * gdb.ada/mi_catch_ex: New testcase.
1797
1798 2011-04-01 Pedro Alves <pedro@codesourcery.com>
1799
1800 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
1801 base::overload(void) method without specifying "const".
1802
1803 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
1804
1805 * gdb.arch/thumb-singlestep.S: New file.
1806 * gdb.arch/thumb-singlestep.exp: Likewise.
1807
1808 2011-03-31 Tom Tromey <tromey@redhat.com>
1809
1810 * gdb.python/py-prettyprint.py (exception_flag): New global.
1811 (NoStringContainerPrinter._iterator.next): Check it.
1812 * gdb.python/py-prettyprint.c (main): New variable nstype2.
1813 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
1814
1815 2011-03-29 Tom Tromey <tromey@redhat.com>
1816
1817 * gdb.cp/anon-struct.cc: New file.
1818 * gdb.cp/anon-struct.exp: New file.
1819
1820 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1821
1822 Test STT_GNU_IFUNC support.
1823 * gdb.base/gnu-ifunc-lib.c: New file.
1824 * gdb.base/gnu-ifunc.c: New file.
1825 * gdb.base/gnu-ifunc.exp: New file.
1826
1827 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1828
1829 Support a ring of related breakpoints.
1830 * gdb.base/watchpoint-delete.c: New file.
1831 * gdb.base/watchpoint-delete.exp: New file.
1832
1833 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1834
1835 * gdb.ada/arrayparam.exp (print first after function call): Use
1836 explicit package name. Add a comment
1837 (print lasta after function call): Rename ...
1838 (print last after function call): ... it and use explicit package
1839 name.
1840 (print length after function call): Use explicit package name.
1841 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
1842 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
1843 (multiple matches for symbol i): Rename ...
1844 (multiple matches for symbol integervar): ... it.
1845 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
1846 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
1847
1848 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
1849
1850 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
1851 environment variable to make grep output more predictable. Move
1852 all the environment setup into gdb_init so it's done once per test
1853 case rather than each time we start gdb.
1854
1855 2011-03-24 Tom Tromey <tromey@redhat.com>
1856
1857 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
1858 test.
1859
1860 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 * gdb.dwarf2/dw2-entry-value-main.c: New file.
1863 * gdb.dwarf2/dw2-entry-value.S: New file.
1864 * gdb.dwarf2/dw2-entry-value.exp: New file.
1865
1866 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
1867
1868 PR python/12183
1869
1870 * gdb.python/py-function.exp: Add GdbError tests.
1871
1872 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1873
1874 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
1875 (reglocal_test_func, statlocal_test_func): New functions.
1876 (globals_test_func): Call new functions.
1877 * gdb.trace/unavailable.exp (gdb_collect_args_test)
1878 (gdb_collect_locals_test): New procedure.
1879 (gdb_trace_collection_test): Call new procedures.
1880
1881 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1882
1883 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
1884 (test_register, test_register_unavailable): New procedures.
1885 (gdb_unavailable_registers_test): New procedure.
1886 (gdb_trace_collection_test): Call it.
1887
1888 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1889
1890 PR python/12149
1891
1892 * gdb.python/python.exp: Add gdb.write tests.
1893
1894 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
1895
1896 * gdb.python/Makefile.in: Add py-objfile.
1897 * gdb.python/py-objfile.exp: New file.
1898 * gdb.python/py-objfile.c: New file.
1899 * gdb.python/py-block.exp: Add is_valid tests.
1900 * gdb.python/py-inferior.exp: Ditto.
1901 * gdb.python/py-infthread.exp: Ditto.
1902 * gdb.python/py-symbol.exp: Ditto.
1903 * gdb.python/py-symtab.exp: Ditto.
1904
1905 2011-03-16 Keith Seitz <keiths@redhat.com>
1906
1907 PR c++/12273
1908 * gdb.cp/cmpd-minsyms.exp: New test.
1909 * gdb.cp/cmpd-minsyms.cc: New file.
1910
1911 PR c++/11734
1912 * gdb.cp/ovsrch.exp: New test.
1913 * gdb.cp/ovsrch.h: New file.
1914 * gdb.cp/ovsrch1.cc: New file.
1915 * gdb.cp/ovsrch2.cc: New file.
1916 * gdb.cp/ovsrch3.cc: New file.
1917 * gdb.cp/ovsrch4.cc: New file.
1918
1919 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1920
1921 PR gdb/12528
1922 * gdb.base/Makefile.in: Adjust EXECUTABLES.
1923 * gdb.base/break-on-linker-gcd-function.exp: New test.
1924 * gdb.base/break-on-linker-gcd-function.cc: New file.
1925
1926 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
1927
1928 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
1929
1930 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
1931
1932 * lib/gdb.exp (gdb_unload): Add another termination case.
1933
1934 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1935
1936 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
1937 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
1938 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
1939 Provide a stub byte there.
1940 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
1941 DW_AT_entry_pc.
1942 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
1943
1944 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
1945
1946 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
1947 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
1948 "generic ABI, auto".
1949 (altivec_abi_tests): Accept vectors returned by reference.
1950
1951 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
1952
1953 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
1954
1955 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
1956
1957 * gdb.python/py-section-script.exp: Skip test if no Python support.
1958
1959 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
1960
1961 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
1962
1963 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1964
1965 * gdb.python/py-parameter.exp: Update tests to the new Python
1966 parameter API. Add "no documentation" test. Add deprecated API
1967 backward compatibility test.
1968
1969 2011-03-09 Tom Tromey <tromey@redhat.com>
1970
1971 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
1972 gdb_continue_to_end.
1973
1974 2011-03-09 Mark Kettenis <kettenis@gnu.org>
1975
1976 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
1977 tabs.
1978
1979 2011-03-09 Tom Tromey <tromey@redhat.com>
1980
1981 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
1982 parentheses.
1983 (gdb_continue_to_end): Add "allow_extra" parameter. Use
1984 $command.
1985 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
1986 argument to gdb_continue_to_end.
1987 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
1988 argument to gdb_continue_to_end.
1989 * gdb.cp/annota3.exp: Fix regex.
1990 * gdb.cp/annota2.exp: Fix regex.
1991 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
1992 gdb_continue_to_end.
1993 * gdb.base/call-signal-resume.exp: Revert earlier patch.
1994 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
1995 gdb_continue_to_end.
1996
1997 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 * gdb.server/ext-run.exp
2000 (load new file without any gdbserver inferior): New test.
2001
2002 2011-03-07 Tom Tromey <tromey@redhat.com>
2003
2004 * Makefile.in (TAGS): Rewrite.
2005
2006 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2007
2008 * gdb.trace/report.exp (12.1: trace report #1): New match for the
2009 initial commands echo. New match for `Found trace'. Anchor all the
2010 other matches. Anchor and match for `No trace frame found' the final
2011 match.
2012
2013 2011-03-07 Tom Tromey <tromey@redhat.com>
2014
2015 * Makefile.in (TAGS): New target.
2016
2017 2011-03-07 Tom Tromey <tromey@redhat.com>
2018
2019 * lib/opencl.exp (skip_opencl_tests): Update for exit message
2020 change.
2021 * lib/mi-support.exp (mi_gdb_test): Update for exit message
2022 change.
2023 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
2024 exit message change.
2025 (skip_altivec_tests): Update for exit message change.
2026 (skip_vsx_tests): Likewise.
2027 (gdb_continue_to_end): Likewise. Add 'command' argument.
2028 * lib/cell.exp (skip_cell_tests): Update for exit message change.
2029 * gdb.threads/tls.exp: Update for exit message change.
2030 * gdb.threads/thread-unwindonsignal.exp: Use
2031 gdb_continue_to_end.
2032 * gdb.threads/step.exp (step_it): Update for exit message change.
2033 (continue_all): Likewise.
2034 * gdb.threads/print-threads.exp (test_all_threads): Update for
2035 exit message change.
2036 * gdb.threads/interrupted-hand-call.exp: Use
2037 gdb_continue_to_end.
2038 * gdb.threads/execl.exp: Use gdb_continue_to_end.
2039 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
2040 gdb_continue_to_end.
2041 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
2042 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
2043 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
2044 * gdb.cp/method.exp: Update for exit message change.
2045 * gdb.cp/mb-templates.exp: Update for exit message change.
2046 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
2047 * gdb.cp/annota3.exp: Update for exit message change.
2048 * gdb.cp/annota2.exp: Update for exit message change.
2049 * gdb.cell/fork.exp: Use gdb_continue_to_end.
2050 * gdb.base/term.exp: Update for exit message change.
2051 * gdb.base/step-test.exp (test_i): Update for exit message change.
2052 * gdb.base/sigstep.exp (advance): Update for exit message change.
2053 (advancei): Likewise.
2054 * gdb.base/siginfo.exp: Update for exit message change.
2055 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
2056 * gdb.base/reread.exp: Use gdb_continue_to_end.
2057 * gdb.base/langs.exp: Use gdb_continue_to_end.
2058 * gdb.base/interrupt.exp: Update for exit message change.
2059 * gdb.base/gdb1555.exp: Update for exit message change.
2060 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
2061 * gdb.base/ending-run.exp: Update for exit message change.
2062 * gdb.base/chng-syms.exp: Update for exit message change.
2063 * gdb.base/checkpoint.exp: Update for exit message change.
2064 * gdb.base/catch-syscall.exp (check_for_program_end): Use
2065 gdb_continue_to_end.
2066 (test_catch_syscall_with_wrong_args): Likewise.
2067 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
2068 * gdb.base/break-interp.exp (test_ld): Update for exit message
2069 change.
2070 * gdb.base/bang.exp: Update for exit message change.
2071 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
2072 (do_call_attach_tests): Likewise.
2073 * gdb.base/a2-run.exp: Update for exit message change.
2074 * gdb.arch/ppc-dfp.exp: Update for exit message change.
2075 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
2076 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
2077
2078 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2079
2080 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
2081
2082 2011-03-03 Tom Tromey <tromey@redhat.com>
2083
2084 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
2085 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
2086 * gdb.hp/gdb.aCC/configure.ac: Remove.
2087 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
2088 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
2089 * gdb.hp/gdb.base-hp/configure.ac: Remove.
2090 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
2091 * gdb.hp/gdb.compat/configure (Makefile): Remove.
2092 * gdb.hp/gdb.compat/configure.ac: Remove.
2093 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
2094 * gdb.hp/gdb.defects/configure (Makefile): Remove.
2095 * gdb.hp/gdb.defects/configure.ac: Remove.
2096 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
2097 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
2098 * gdb.hp/gdb.objdbg/configure.ac: Remove.
2099 * gdb.hp/configure.ac: Remove.
2100 * gdb.hp/configure: Remove.
2101 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
2102 substitution.
2103 (Makefile): Remove rule.
2104 * gdb.cell/configure.ac: Remove.
2105 * gdb.cell/configure: Remove.
2106 * gdb.stabs/Makefile.in (Makefile): Remove.
2107 (distclean): Don't remove config.status or config.log.
2108 * gdb.stabs/configure (Makefile): Remove.
2109 * gdb.stabs/configure.ac: Remove.
2110 * configure: Rebuild.
2111 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
2112 Remove stabs- and cell-specific logic. Test for existence of
2113 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
2114 subdirectories, gdb.cell, and and gdb.stabs.
2115 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
2116
2117 2011-03-03 Joel Brobecker <brobecker@adacore.com>
2118
2119 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
2120 end of buffer.
2121
2122 2011-03-02 Joel Brobecker <brobecker@adacore.com>
2123
2124 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
2125 gdb_test when running a test where we expected no output back.
2126
2127 2011-02-28 Michael Snyder <msnyder@vmware.com>
2128
2129 * gdb.cp/overload.cc: Change initializer value to integer.
2130
2131 2011-02-27 Michael Snyder <msnyder@vmware.com>
2132
2133 * gdb.multi/base.exp: Add test for remove-inferiors.
2134
2135 2011-02-26 Joel Brobecker <brobecker@adacore.com>
2136
2137 * gdb.python/py-frame.exp: Simplify the initialization phase
2138 using prepare_for_testing.
2139
2140 2011-02-25 Michael Snyder <msnyder@vmware.com>
2141
2142 * gdb.multi/base.exp: Add tests for info inferiors with args.
2143
2144 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2145
2146 * gdb.dwarf2/dw2-ranges.S: Rename to ...
2147 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
2148 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
2149 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
2150 asmfile3. Comment the STABS (#3) file compilation. Compile
2151 everything through assembler. Provide KFAIL for symtab/12497.
2152 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
2153 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
2154 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
2155 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
2156
2157 2011-02-24 Michael Snyder <msnyder@vmware.com>
2158
2159 * gdb.base/break.exp: Add tests for delete breakpoints using
2160 convenience variables and value history references.
2161
2162 2011-02-24 Michael Snyder <msnyder@vmware.com>
2163
2164 * gdb.base/break.exp: Remove debugging 'printf' accidentally
2165 left behind in previous check-in.
2166
2167 2011-02-23 Michael Snyder <msnyder@vmware.com>
2168
2169 * gdb.base/break.exp: Add tests for "info break" with arguments.
2170 * gdb.trace/infotrace.exp: Update patterns for error and help.
2171 * gdb.base/completion.exp: Update pattern.
2172 * gdb.base/ena-dis-br.exp: Update pattern.
2173 * gdb.base/help.exp: Update patterns.
2174
2175 2011-02-23 Michael Snyder <msnyder@vmware.com>
2176
2177 * gdb.base/memattr.exp: New test.
2178 * gdb.base/memattr.c: Test load for memattr.exp.
2179
2180 2011-02-22 Doug Evans <dje@google.com>
2181
2182 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
2183
2184 2011-02-22 Michael Snyder <msnyder@vmware.com>
2185
2186 * Makefile.in: Make more clean.
2187 * gdb.ada/Makefile.in: Ditto.
2188 * gdb.arch/Makefile.in: Ditto.
2189 * gdb.asm/Makefile.in: Ditto.
2190 * gdb.base/Makefile.in: Ditto.
2191 * gdb.cp/Makefile.in: Ditto.
2192 * gdb.dwarf2/Makefile.in: Ditto.
2193 * gdb.java/Makefile.in: Ditto.
2194 * gdb.mi/Makefile.in: Ditto.
2195 * gdb.modula2/Makefile.in: Ditto.
2196 * gdb.python/Makefile.in: Ditto.
2197 * gdb.server/Makefile.in: Ditto.
2198 * gdb.stabs/Makefile.in: Ditto.
2199 * gdb.threads/Makefile.in: Ditto.
2200 * gdb.trace/Makefile.in: Ditto.
2201
2202 2011-02-22 Michael Snyder <msnyder@vmware.com>
2203
2204 * gdb.threads/thread-find.exp: Add tests for bad input to
2205 info threads.
2206
2207 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2208
2209 * gdb.python/py-breakpoint.exp: Fix the expected output of
2210 one of the "maint info breakpoints" tests to accept the output
2211 generated on platforms that do not have hardware watchpoints.
2212
2213 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2214
2215 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
2216 clean_restart. Be a little stricter in the expected output
2217 for one of the tests. Fix a typo in one of the comments.
2218
2219 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2220
2221 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
2222 Delete variable binfile, no longer use. Add or modify test
2223 comments to make them unique.
2224
2225 2011-02-21 Michael Snyder <msnyder@vmware.com>
2226
2227 * Makefile.in: Update for make clean.
2228 * gdb.ada/Makefile.in: Ditto.
2229 * gdb.arch/Makefile.in: Ditto.
2230 * gdb.asm/Makefile.in: Ditto.
2231 * gdb.base/Makefile.in: Ditto.
2232 * gdb.cp/Makefile.in: Ditto.
2233 * gdb.dwarf2/Makefile.in: Ditto.
2234 * gdb.java/Makefile.in: Ditto.
2235 * gdb.mi/Makefile.in: Ditto.
2236 * gdb.modula2/Makefile.in: Ditto.
2237 * gdb.python/Makefile.in: Ditto.
2238 * gdb.server/Makefile.in: Ditto.
2239 * gdb.stabs/Makefile.in: Ditto.
2240 * gdb.threads/Makefile.in: Ditto.
2241 * gdb.trace/Makefile.in: Ditto.
2242
2243 2011-02-21 Michael Snyder <msnyder@vmware.com>
2244
2245 * gdb.threads/thread-find.exp: Update patterns for changes in
2246 output of "info threads" command.
2247
2248 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2249 Ulrich Weigand <uweigand@de.ibm.com>
2250
2251 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
2252 (skip_hw_watchpoint_tests): Likewise.
2253 (skip_hw_watchpoint_multi_tests): Likewise.
2254
2255 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
2256
2257 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
2258 (skip_hw_watchpoint_tests): Likewise.
2259 (skip_hw_watchpoint_multi_tests): Likewise.
2260 (skip_hw_watchpoint_access_tests): Likewise.
2261
2262 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
2263 * gdb.base/pr11022.exp: Likewise.
2264 * gdb.base/watch-read.exp: Likewise.
2265 * gdb.base/watch_thread_num.exp: Likewise.
2266 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2267 * gdb.base/watchpoint-hw.exp: Likewise.
2268 * gdb.base/watchpoint.exp: Likewise.
2269 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
2270 * gdb.threads/watchthreads-reorder.exp: Likewise.
2271 * gdb.threads/watchthreads.exp: Likewise.
2272 * gdb.threads/watchthreads2.exp: Likewise.
2273
2274 2011-02-21 Joel Brobecker <brobecker@adacore.com>
2275
2276 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
2277 the debugger is unable to find the array bounds.
2278
2279 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2280
2281 * gdb.cp/typedef-operator.exp: New file.
2282 * gdb.cp/typedef-operator.cc: New file.
2283
2284 2011-02-17 Michael Snyder <msnyder@vmware.com>
2285
2286 * gdb.threads/thread-find.exp: Fix regular expressions.
2287
2288 2011-02-17 Joel Brobecker <brobecker@adacore.com>
2289
2290 * gdb.ada/packed_array: Expand testcase to test printing of
2291 unconstrained packed array.
2292
2293 2011-02-17 Joel Brobecker <brobecker@adacore.com>
2294
2295 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
2296
2297 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2298
2299 * gdb.trace/collection.c (globalarr3): New global.
2300 (main): Initialize it before collecting, and and clear it
2301 afterwards.
2302 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2303 collecting with '{type} addr', where the addr expression is not an
2304 rvalue.
2305
2306 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
2307
2308 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
2309 a bool variable. Expect correct OpenCL names for vector types. Use the
2310 uc3 variable name instead of referring to the uchar3 built-in type.
2311 Escape the asterisk at the half pointer test.
2312
2313 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2314
2315 * gdb.trace/collection.c (globalarr2): New global.
2316 (main): Initialize it before collecting, and and clear it
2317 afterwards.
2318 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2319 collecting overlapping memory ranges.
2320
2321 2011-02-15 Michael Snyder <msnyder@vmware.com>
2322
2323 * gdb.base/default.exp: Add tests for thread commands.
2324 * gdb.base/help.exp: Add tests for thread commands.
2325 * gdb.threads/thread-find.exp: New test for thread find command.
2326
2327 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
2328
2329 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
2330
2331 2011-02-15 Yao Qi <yao@codesourcery.com>
2332
2333 PR tdep/12352
2334 * gdb.arch/arm-disp-step.S : New test for str instruction.
2335 * gdb.arch/arm-disp-step.exp : Likewise.
2336
2337 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
2338
2339 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
2340 "vector_register2_vr" test strings. Test the extended floating
2341 point registers (F32~F63).
2342 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
2343 IBM XL C compiler. Make the test program use a register provided
2344 by the compiler for the lxvd2x instruction.
2345
2346 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2347
2348 * gdb.trace/unavailable.cc (class Base, class Middle, class
2349 Derived): New types.
2350 (derived_unavail, derived_partial, derived_whole): New globals.
2351 (virtual_partial): New global.
2352 (virtualp): Point at virtual_partial.
2353 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
2354 related to unavailable vptr.
2355
2356 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2357
2358 * gdb.trace/unavailable.cc (a, b, c): New globals.
2359 (main): Set and clear them.
2360 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
2361 `a' and `c', and check that `b' isn't collected, although `a' and
2362 `c' are.
2363
2364 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2365
2366 * gdb.trace/unavailable.cc (struct Virtual): New.
2367 (virtualp): New global pointer.
2368 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
2369 printing a pointer to an object whose type has a vtable, with
2370 print object on.
2371
2372 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2373
2374 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
2375 value repeat handles unavailableness.
2376
2377 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2378
2379 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
2380 tests for building arrays from unavailable values, subscripting
2381 non-memory rvalue unvailable arrays, and accessing fields or
2382 baseclasses of non-lazy unavailable values,
2383 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
2384 struct types.
2385 (g_smallstruct, g_smallstruct_b): New globals.
2386
2387 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2388
2389 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
2390
2391 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2392
2393 Fix const/volatile qualifiers of C++ types, PR c++/12328.
2394 * gdb.cp/overload-const.exp: New file.
2395 * gdb.cp/overload-const.cc: New file.
2396
2397 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2398
2399 * gdb.opencl/callfuncs.cl: New file.
2400 * gdb.opencl/callfuncs.exp: New test.
2401 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
2402
2403 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2404
2405 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
2406 when computing result.
2407 * gdb.arch/altivec-abi.exp: Update expected results.
2408
2409 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2410
2411 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
2412 * gdb.base/jit.exp: Likewise.
2413 * gdb.base/pie-execl.exp: Likewise.
2414 * gdb.base/solib-nodir.exp: Likewise.
2415 * gdb.base/solib-overlap.exp: Likewise.
2416
2417 2011-02-07 Pedro Alves <pedro@codesourcery.com>
2418
2419 * gdb.trace/collection.c (global_pieces): New.
2420 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
2421 New procedure.
2422 (gdb_trace_collection_test): Call it.
2423
2424 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
2425
2426 * gdb.python/py-evthreads.c: New file.
2427 * gdb.python/py-evthreads.exp: New file.
2428 * gdb.python/py-events.py: New file.
2429 * gdb.python/py-events.exp: New file.
2430 * gdb.python/py-events.c: New file.
2431
2432 2011-02-04 David Daney <ddaney@caviumnetworks.com>
2433
2434 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
2435
2436 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
2437
2438 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
2439 gdb.base/disasm-end-cu.exp: New test for disassembling over the
2440 boundary between two compilation units.
2441
2442 2011-02-02 Pedro Alves <pedro@codesourcery.com>
2443
2444 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
2445 (Virtual): New structs.
2446 (virtual_o, virtual_middle_b): New globals.
2447 * gdb.cp/virtbase.exp: New tests.
2448
2449 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2450
2451 * gdb.base/jit.exp: New file.
2452 * gdb.base/jit-main.c: New file.
2453 * gdb.base/jit-solib.c: New file.
2454
2455 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
2456
2457 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
2458 proceed to initial kernel entry point.
2459 * gdb.opencl/datatypes.exp: Likewise.
2460 * gdb.opencl/operators.exp: Likewise.
2461 * gdb.opencl/vec_comps.exp: Likewise.
2462
2463 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
2464
2465 * gdb.cp/nsnested.cc: New.
2466 * gdb.cp/nsnested.exp: New.
2467 * gdb.cp/nsnoimports.exp: New.
2468 * gdb.cp/nsnoimports.cc: New.
2469
2470 2011-01-31 Joel Brobecker <brobecker@adacore.com>
2471
2472 * gdb.base/interact.exp: Add extra tests that verify that
2473 the value of the interactive-mode setting does not change
2474 after the script is sourced.
2475
2476 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2477
2478 * gdb.cp/noparam.exp: New file.
2479 * gdb.cp/noparam.cc: New file.
2480
2481 2011-01-28 Pedro Alves <pedro@codesourcery.com>
2482
2483 * gdb.trace/tfile.exp: Test that with no traceframe selected,
2484 there's no stack or registers.
2485
2486 2011-01-26 Tom Tromey <tromey@redhat.com>
2487
2488 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
2489 space before string output. Add test for "set print pretty off"
2490 case.
2491
2492 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2493
2494 * gdb.base/frame-args.exp: Adjust.
2495 * gdb.dwarf2/dw2-noloc.exp: Adjust.
2496 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
2497 * gdb.dwarf2/pieces.exp: Adjust.
2498 * gdb.opt/clobbered-registers-O2.exp: Adjust.
2499 * gdb.opt/inline-locals.exp: Adjust.
2500 * gdb.threads/fork-child-threads.exp: Adjust.
2501
2502 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
2503
2504 * gdb.opencl/convs_casts.cl: Move program scope variables into the
2505 OpenCL kernel function. Add a comment as marker. Add address space
2506 qualifiers for the remaining program scope variables.
2507 * gdb.opencl/datatypes.cl: Likewise.
2508 * gdb.opencl/operators.cl: Likewise.
2509 * gdb.opencl/vec_comps.cl: Likewise.
2510 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
2511 Add breakpoint at the marker comment.
2512 * gdb.opencl/datatypes.exp: Likewise.
2513 * gdb.opencl/operators.exp: Likewise.
2514 * gdb.opencl/vec_comps.exp: Likewise.
2515
2516 2011-01-24 Pedro Alves <pedro@codesourcery.com>
2517
2518 * gdb.base/printcmds.c (some_struct): New struct and instance.
2519 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
2520 procedure.
2521 <global scope>: Call it.
2522
2523 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
2524
2525 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
2526 argument to the gdb_compile_opencl_hostapp call.
2527
2528 2011-01-19 Yao Qi <yao@codesourcery.com>
2529
2530 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
2531 positve list.
2532
2533 2011-01-19 Yao Qi <yao@codesourcery.com>
2534
2535 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
2536 canonical form.
2537 Remove "xscale-*-*"
2538 * gdb.xml/tdesc-regs.exp: Likewise.
2539 * gdb.python/py-section-script.exp: Replace ARM target triplet
2540 with canonical form.
2541 Match arm*-*-symbianelf*.
2542 * gdb.base/dup-sect.exp: Likewise.
2543 * lib/dwarf.exp: New.
2544 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
2545 dwarf2_support.
2546 * gdb.dwarf2/dup-psym.exp: Likewise.
2547 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
2548 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2549 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
2550 * gdb.dwarf2/dw2-basic.exp: Likewise.
2551 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2552 * gdb.dwarf2/dw2-const.exp: Likewise.
2553 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
2554 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
2555 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2556 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
2557 * gdb.dwarf2/dw2-filename.exp: Likewise.
2558 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2559 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
2560 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2561 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2562 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
2563 * gdb.dwarf2/dw2-noloc.exp: Likewise.
2564 * gdb.dwarf2/dw2-op-call.exp: Likewise.
2565 * gdb.dwarf2/dw2-producer.exp: Likewise.
2566 * gdb.dwarf2/dw2-ranges.exp: Likewise.
2567 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
2568 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
2569 * gdb.dwarf2/dw2-strp.exp: Likewise.
2570 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
2571 * gdb.dwarf2/implptr.exp: Likewise.
2572 * gdb.dwarf2/mac-fileno.exp: Likewise.
2573 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
2574 * gdb.dwarf2/pieces.exp: Likewise.
2575 * gdb.dwarf2/pr11465.exp: Likewise.
2576 * gdb.dwarf2/valop.exp: Likewise.
2577 * gdb.dwarf2/watch-notconst.exp: Likewise.
2578 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
2579
2580 2011-01-19 Tom Tromey <tromey@redhat.com>
2581
2582 * gdb.python/py-infthread.exp: Add thread tests.
2583
2584 2011-01-14 Joel Brobecker <brobecker@adacore.com>
2585
2586 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
2587
2588 2011-01-14 Joel Brobecker <brobecker@adacore.com>
2589
2590 * gdb.ada/widewide: New testcase.
2591
2592 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2593
2594 * gdb.base/interact.exp: New testcase.
2595
2596 2011-01-12 Tom Tromey <tromey@redhat.com>
2597
2598 * gdb.mi/gdb2549.exp: Update for error message changes.
2599 * gdb.mi/mi-cli.exp: Likewise.
2600 * gdb.mi/mi-disassemble.exp: Likewise.
2601 * gdb.mi/mi-pthreads.exp: Likewise.
2602 * gdb.mi/mi-regs.exp: Likewise.
2603 * gdb.mi/mi-stack.exp: Likewise.
2604 * gdb.mi/mi-var-block.exp: Likewise.
2605 * gdb.mi/mi-var-cmd.exp: Likewise.
2606 * gdb.mi/mi2-cli.exp: Likewise.
2607 * gdb.mi/mi2-disassemble.exp: Likewise.
2608 * gdb.mi/mi2-pthreads.exp: Likewise.
2609 * gdb.mi/mi2-regs.exp: Likewise.
2610 * gdb.mi/mi2-stack.exp: Likewise.
2611 * gdb.mi/mi2-var-block.exp: Likewise.
2612 * gdb.mi/mi2-var-cmd.exp: Likewise.
2613
2614 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2615 Jan Kratochvil <jan.kratochvil@redhat.com>
2616
2617 PR fortran/11104 and DWARF unbound arrays detection.
2618 * gdb.fortran/multi-dim.exp: New file.
2619 * gdb.fortran/multi-dim.f90: New file.
2620
2621 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2622
2623 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
2624 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
2625 add new tests for opcode dumping.
2626
2627 2011-01-11 Tom Tromey <tromey@redhat.com>
2628
2629 * gdb.python/py-infthread.exp: Load gdb-python.exp.
2630
2631 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2632
2633 Convert hardware watchpoints to use breakpoint_ops.
2634 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
2635 type is not supported.
2636 * gdb.base/foll-fork.exp: Likewise.
2637 * gdb.base/foll-vfork.exp: Likewise.
2638
2639 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
2640
2641 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
2642 Use load_lib gdb-python.exp.
2643 * gdb.python/python.exp: Ditto.
2644 * gdb.python/py-function.exp: Ditto.
2645
2646 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2647
2648 * gdb.threads/tls.exp ("info address me"): Fix expected output.
2649
2650 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2651
2652 * configure: Regenerate.
2653
2654 2011-01-06 Tom Tromey <tromey@redhat.com>
2655
2656 * gdb.python/py-frame.exp: Test gdb.newest_frame.
2657
2658 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2659
2660 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
2661 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
2662 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2663 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
2664 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
2665 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2666 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
2667 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
2668 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
2669 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
2670 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
2671 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
2672 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
2673 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2674 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2675 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
2676 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
2677 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
2678 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2679 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
2680 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
2681 gdb.ada/uninitialized_vars.exp,
2682 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
2683 Simplify by using clean_restart.
2684
2685 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2686
2687 Add marker to be used as anchor for inserting breakpoints.
2688 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
2689 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
2690 Likewise.
2691
2692 Remove uses of gdb_start_cmd.
2693 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
2694 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
2695
2696 Do not run testcase if testing with GDBserver.
2697 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
2698 if testing with GDBserver.
2699
2700 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2701
2702 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
2703 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
2704 copyright header.
2705
2706 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2707
2708 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
2709 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
2710 testsuite/gdb.fortran/complex.f,
2711 testsuite/gdb.fortran/derived-type.f90,
2712 testsuite/gdb.fortran/library-module-lib.f90,
2713 testsuite/gdb.fortran/library-module-main.f90,
2714 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
2715 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
2716 Copyright year update.
2717
2718 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2719
2720 * gdb.base/langs1.f: Add copyright header.
2721
2722 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2723
2724 * gdb.base/morestack.exp: New file.
2725 * gdb.base/morestack.c: New file.
2726
2727 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
2730
2731 2010-12-29 Joel Brobecker <brobecker@adacore.com>
2732
2733 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
2734 * gdb.ada/arrayptr.exp: Add test printing that new variable.
2735
2736 2010-12-29 Joel Brobecker <brobecker@adacore.com>
2737
2738 * gdb.ada/lang_switch.exp: Correct expected parameter value.
2739
2740 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
2741
2742 * gdb.threads/tls.exp: Fix typo.
2743
2744 * gdb.threads/thread-specific.exp (get_thread_list): Update.
2745 * gdb.threads/execl.exp: Update.
2746
2747 2010-12-23 Yao Qi <yao@codesourcery.com>
2748
2749 * gdb.arch/arm-disp-step.exp: New.
2750 * gdb.arch/arm-disp-step.S: New.
2751
2752 2010-12-21 Tom Tromey <tromey@redhat.com>
2753
2754 * gdb.threads/execl.exp: Update.
2755 * gdb.threads/linux-dp.exp: Update.
2756 * gdb.threads/manythreads.exp: Update.
2757 * gdb.threads/tls.exp: Update.
2758
2759 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2760
2761 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
2762 (NextOverThrowDerivates) <resumebpt>: New.
2763 (resumebpt_test): New.
2764 (main): Call resumebpt_test.
2765 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
2766
2767 2010-12-12 Stan Shebs <stan@codesourcery.com>
2768
2769 * gdb.trace/tsv.exp: Test print command on trace state variables.
2770
2771 2010-12-09 Tom Tromey <tromey@redhat.com>
2772
2773 * gdb.base/interp.exp: Add regression test.
2774
2775 2010-12-09 Tom Tromey <tromey@redhat.com>
2776
2777 * gdb.java/jnpe.java: New file.
2778 * gdb.java/jnpe.exp: New file.
2779 * gdb.cp/nextoverthrow.exp: New file.
2780 * gdb.cp/nextoverthrow.cc: New file.
2781
2782 2010-12-07 Doug Evans <dje@google.com>
2783
2784 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
2785 of data-directory.
2786 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
2787 updated.
2788 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
2789
2790 2010-11-29 Michael Snyder <msnyder@vmware.com>
2791
2792 * gdb.base/callfuncs.exp: Test for skip_float_tests.
2793 * gdb.base/call-sc.exp: Ditto.
2794 * gdb.base/finish.exp: Ditto.
2795 * gdb.base/return.exp: Ditto.
2796 * gdb.base/return2.exp: Ditto.
2797
2798 2010-11-30 Doug Evans <dje@google.com>
2799
2800 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
2801 (gdb_expect_list): Fix spelling errors in comments.
2802 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
2803 send_gdb/gdb_expect_list where applicable.
2804 * gdb.base/call-ar-st.exp: Ditto.
2805 * gdb.base/funcargs.exp: Ditto.
2806 * gdb.base/gcore.exp: Ditto.
2807 * gdb.base/page.exp: Ditto.
2808 * gdb.base/sigaltstack.exp: Ditto.
2809 * gdb.base/siginfo.exp: Ditto.
2810 * gdb.base/sigstep.exp: Ditto.
2811 * gdb.base/trace-commands.exp: Ditto.
2812
2813 2010-11-29 Doug Evans <dje@google.com>
2814
2815 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
2816 printer-name;subprinter-name.
2817
2818 2010-11-29 Tom Tromey <tromey@redhat.com>
2819
2820 * gdb.dwarf2/implptr.exp: New file.
2821 * gdb.dwarf2/implptr.c: New file.
2822 * gdb.dwarf2/implptr.S: New file.
2823
2824 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2825
2826 PR python/12199
2827
2828 * gdb.python/py-breakpoint.exp: Test the delete method.
2829
2830 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2831
2832 Fix step_resume_breakpoint unsaved during an infcall.
2833 * gdb.base/step-resume-infcall.exp: New file.
2834 * gdb.base/step-resume-infcall.c: New file.
2835
2836 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
2837
2838 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
2839
2840 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
2841
2842 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
2843 on ppc64's symbols; "finish" and "return" commands must accept to
2844 show the caller line again as well as the line after.
2845 * gdb.asm/powerpc64.inc: New file.
2846
2847 2010-11-23 Doug Evans <dje@google.com>
2848
2849 * lib/gdb.exp (gdb_test_sequence): New function.
2850 (gdb_expect_list): Add verbose -log call for each pattern.
2851 * gdb.base/signals.exp (test_handle_all_print): Call it.
2852 Reduce timeout increment from 6 minutes to 1 minute.
2853 * gdb.server/ext-run.exp: Call it.
2854
2855 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
2856
2857 PR python/12212
2858
2859 * gdb.python/python.exp: Check that selected_thread raises an
2860 error when no inferior is loaded.
2861
2862 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2863
2864 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
2865 * gdb.dwarf2/dw2-stack-boundary.S: New file.
2866
2867 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2868
2869 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
2870 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
2871
2872 2010-11-18 Doug Evans <dje@google.com>
2873
2874 * gdb.server/ext-run.exp: Fix intermittent failures.
2875
2876 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2877
2878 * gdb.stabs/gdb11479.exp: Use runto_main.
2879
2880 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2881
2882 * gdb.base/break-entry.exp: Skip if using a stub.
2883
2884 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2885
2886 * gdb.python/py-inferior.exp: Pack values in target endianness.
2887
2888 2010-11-12 Tom Tromey <tromey@redhat.com>
2889
2890 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
2891 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
2892 MemoryError.
2893 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
2894 type.
2895 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
2896 MemoryError.
2897 (test_subscript_regression): Update exception type.
2898
2899 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2900
2901 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
2902 breakpoint tests.
2903
2904 2010-11-09 Pedro Alves <pedro@codesourcery.com>
2905
2906 * gdb.base/watchpoint.exp: Test "watch -location" with an
2907 innacessible location.
2908
2909 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
2910 Luis Machado <luisgpm@br.ibm.com>
2911
2912 * gdb.base/maint.exp: Expect "." prefix.
2913 * gdb.base/nodebug.exp: Expect "." Likewise.
2914 * gdb.base/sepsymtab.exp: Expect "." Likewise.
2915 * gdb.base/watchpoint-cond-gone.exp: Likewise.
2916 * gdb.base/watchpoint.exp: Expect a software watch to be created for
2917 POWER server processors.
2918
2919 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
2920 Luis Machado <luisgpm@br.ibm.com>
2921
2922 * gdb.base/break-entry.exp: convert entry point for
2923 ppc64 and expect leading `.' on ppc64's symbols
2924
2925 2010-11-05 Doug Evans <dje@google.com>
2926
2927 * gdb.base/help.exp: Update expected output.
2928 * gdb.python/py-param.exp: Delete, contents moved to ...
2929 * gdb.python/py-parameter.exp: ... here. New file.
2930 Add test for gdb.parameter ("directories").
2931
2932 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
2933
2934 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
2935 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
2936 * configure: Regenerate.
2937 * gdb.opencl/Makefile.in: New File.
2938 * gdb.opencl/datatypes.exp: Likewise.
2939 * gdb.opencl/datatypes.cl: Likewise.
2940 * gdb.opencl/operators.exp: Likewise.
2941 * gdb.opencl/operators.cl: Likewise.
2942 * gdb.opencl/vec_comps.exp: Likewise.
2943 * gdb.opencl/vec_comps.cl: Likewise.
2944 * gdb.opencl/convs_casts.exp: Likewise.
2945 * gdb.opencl/convs_casts.cl: Likewise.
2946 * lib/opencl.exp: Likewise.
2947 * lib/opencl_hostapp.c: Likewise.
2948 * lib/opencl_kernel.cl: Likewise.
2949 * lib/cl_util.c: Likewise.
2950 * lib/cl_util.c: Likewise.
2951 * gdb.base/default.exp (set language): Add "opencl" to the list of
2952 languages.
2953
2954 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
2955
2956 * gdb.cp/overload.exp: Added test for inheritance overload.
2957 * gdb.cp/overload.cc: Ditto.
2958 * gdb.cp/oranking.exp: Removed releveant kfails.
2959
2960 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2961 Joel Brobecker <brobecker@adacore.com>
2962
2963 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
2964 check test_compiler_info.
2965
2966 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
2967
2968 * gdb.base/gnu_vector.exp: Adjust expect messages.
2969
2970 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
2971
2972 * gdb.base/gnu_vector.exp: Add unary operator tests.
2973
2974 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
2975
2976 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
2977
2978 2010-11-02 Doug Evans <dje@google.com>
2979
2980 * gdb.python/py-pp-maint.c: New file.
2981 * gdb.python/py-pp-maint.exp: New file.
2982 * gdb.python/py-pp-maint.py: New file.
2983
2984 2010-11-02 Tom Tromey <tromey@redhat.com>
2985
2986 * gdb.base/default.exp: Remove "scheme" from language list.
2987
2988 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2989
2990 Revert:
2991 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2992 * gdb.threads/sigstep-threads.exp: New file.
2993 * gdb.threads/sigstep-threads.c: New file.
2994
2995 2010-10-20 Michael Snyder <msnyder@vmware.com>
2996
2997 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
2998
2999 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3000
3001 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
3002 Skip test completely if gdb,no_hardware_watchpoints.
3003
3004 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3005
3006 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
3007 strict, but do not check for any particular function name within libc.
3008
3009 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3010
3011 * gdb.cp/smartp.exp: New test.
3012 * gdb.cp/smartp.cc : New test.
3013
3014 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3015
3016 * gdb.cp/converts.exp: Test pointer to bool conversion.
3017 Test pointer to long conversion.
3018 * gdb.cp/oranking.exp: Removed relevant kfail.
3019
3020 2010-10-18 Tom Tromey <tromey@redhat.com>
3021
3022 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
3023 argument to lazy_string.
3024 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
3025 (pp_ls.to_string): Use it.
3026 * gdb.python/py-prettyprint.c (main): Move declarations to top.
3027 Add "estring2" local.
3028
3029 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3030
3031 Fix s390x compatibility.
3032 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
3033 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
3034
3035 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3036
3037 * gdb.threads/sigstep-threads.exp: New file.
3038 * gdb.threads/sigstep-threads.c: New file.
3039
3040 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3041
3042 * gdb.base/pie-execl.exp: New file.
3043 * gdb.base/pie-execl.c: New file.
3044
3045 2010-10-13 Doug Evans <dje@google.com>
3046 Jan Kratochvil <jan.kratochvil@redhat.com>
3047
3048 PR exp/12117
3049 * gdb.cp/ptype-cv-cp.cc: New file.
3050 * gdb.cp/ptype-cv-cp.exp: New file.
3051
3052 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
3053
3054 * gdb.cp/converts.cc: New test program.
3055 * gdb.cp/converts.exp: New test.
3056 * gdb.cp/overload.exp: Added test for void* vs int*.
3057 * gdb.cp/overload.exp: Ditto.
3058 * gdb.cp/oranking.exp: Removed related kfail.
3059
3060 2010-10-13 Doug Evans <dje@google.com>
3061
3062 * lib/gdb-python.exp (gdb_check_python_config): New function.
3063 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
3064 * gdb.python/lib-types.cc: New file.
3065 * gdb.python/lib-types.exp: New file.
3066
3067 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3068
3069 * gdb.python/py-error.exp: New file.
3070 * gdb.python/py-error.py: New file.
3071
3072 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3073
3074 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
3075 gdb_test_multiple.
3076
3077 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * gdb.base/break-interp.exp: Use ldlags for linking flags.
3080 * gdb.base/prelink.exp: Likewise.
3081 * gdb.base/solib-nodir.exp: Likewise.
3082 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
3083 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
3084 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
3085
3086 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3087
3088 * break-interp.exp (test_ld): Use two separate gdb_expect statements
3089 for the "info files" test to avoid timeouts on slow machines.
3090
3091 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
3094 (main): Make openlib dummy call.
3095
3096 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3097
3098 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
3099 * break-interp.exp (reach): Move the core body ...
3100 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
3101 (test_ld): Provide always real argument, even to the linker. Replace
3102 dl_main by _dl_debug_state.
3103
3104 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3105
3106 Fix results of prelinked PIEs on ppc*.
3107 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
3108 Accept also DISPLACEMENT "PRESENT".
3109 (main): Replace "ZERO" displacements by "PRESENT".
3110
3111 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
3112
3113 * gdb.cp/oranking.exp: New test.
3114 * gdb.cp/oranking.cc: New test program.
3115
3116 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
3117
3118 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
3119 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
3120
3121 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3122
3123 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
3124 lush, lynx) New constant.
3125 * gdb.base/constvars.exp: Test const array types.
3126 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
3127
3128 2010-10-06 Doug Evans <dje@google.com>
3129
3130 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
3131 of syscall staging area.
3132
3133 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3134
3135 * gdb.base/gnu_vector.c: Add variable c4.
3136 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
3137 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3138
3139 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
3140
3141 * gdb.arch/altivec-abi.exp: Fix a typo.
3142
3143 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
3144
3145 * lib/mi-support.exp (thread_selected_re): Correct pattern used
3146 to match a thread ID.
3147
3148 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3149
3150 Fix s390x testcase compatibility.
3151 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
3152
3153 2010-10-01 Doug Evans <dje@google.com>
3154
3155 * lib/gdb-python.exp: New file.
3156 * gdb.python/py-block.exp: Use it.
3157 * gdb.python/py-breakpoint.exp: Ditto.
3158 * gdb.python/py-frame.exp: Ditto.
3159 * gdb.python/py-inferior.exp: Ditto.
3160 * gdb.python/py-param.exp: Ditto.
3161 * gdb.python/py-prettyprint.exp: Ditto.
3162 * gdb.python/py-shared.exp: Ditto.
3163 * gdb.python/py-symbol.exp: Ditto.
3164 * gdb.python/py-symtab.exp: Ditto.
3165 * gdb.python/py-type.exp: Ditto.
3166 * gdb.python/py-value.exp: Ditto.
3167 * gdb.python/python.exp: Ditto.
3168
3169 2010-09-30 Tom Tromey <tromey@redhat.com>
3170
3171 * gdb.base/anon.exp: New file.
3172 * gdb.base/anon.c: New file.
3173
3174 2010-09-30 Tom Tromey <tromey@redhat.com>
3175
3176 * gdb.base/completion.exp: Test completion through anonymous
3177 union.
3178 * gdb.base/break1.c (struct some_struct): Add anonymous union.
3179
3180 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3181
3182 Fix printing parameters of inlined functions.
3183 * gdb.dwarf2/dw2-inline-param.exp: New file.
3184 * gdb.dwarf2/dw2-inline-param-main.c: New file.
3185 * gdb.dwarf2/dw2-inline-param.S: New file.
3186
3187 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 PR corefiles/12071.
3190 * gdb.base/corefile.exp (quit with a process, no question: load core)
3191 (quit with a core file): New tests.
3192
3193 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3194
3195 Fix GDB crash on inferior calls with self-referencing classes.
3196 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
3197 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
3198 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
3199
3200 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3201
3202 Fix lost siginfo_t for inferior calls.
3203 * gdb.base/siginfo-infcall.exp: New file.
3204 * gdb.base/siginfo-infcall.c: New file.
3205
3206 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3207
3208 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
3209
3210 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3211
3212 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
3213 New test.
3214 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
3215
3216 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3217
3218 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
3219 type of our const type.
3220
3221 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
3222
3223 * gdb.cp/pr12028.cc: New.
3224 * gdb.cp/pr12028.exp: New.
3225
3226 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3227
3228 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
3229
3230 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
3231 Jan Kratochvil <jan.kratochvil@redhat.com>
3232
3233 PR mi/11407
3234 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
3235 * gdb.mi/dw2-ref-missing-frame-main.c New File.
3236 * gdb.mi/dw2-ref-missing-frame.S New File.
3237 * gdb.mi/dw2-ref-missing-frame.exp New File.
3238
3239 2010-09-14 Tom Tromey <tromey@redhat.com>
3240
3241 PR symtab/8399:
3242 * gdb.threads/tls.exp: Remove kfail. Update expected output.
3243
3244 2010-09-14 Tom Tromey <tromey@redhat.com>
3245
3246 PR exp/11803:
3247 * gdb.threads/tls.exp: Use C++.
3248 (check_thread_local): Use K::another_thread_local.
3249 * gdb.threads/tls.c (class K): New.
3250 (another_thread_local): Now a member of K.
3251 (spin): Update. No longer K&R C.
3252
3253 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
3254
3255 * gdb.cp/koenig.cc: created class for testing member lookup.
3256 * gdb.cp/koenig.exp: Added test for member lookup.
3257
3258 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3259
3260 Fix false FAILs on sourcetree topdir directory containing "kill".
3261 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
3262 source line matching regexp.
3263
3264 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3265
3266 * gdb.python/python.exp (set height 0, collect help from uiout)
3267 (verify help to uiout): New tests.
3268
3269 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3270
3271 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
3272 is_lp64_target to check 64bit target.
3273
3274 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3275
3276 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
3277 (test_ld) <powerpc64-*>: New.
3278
3279 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
3280
3281 * gdb.cp/templates.exp (test_template_args): Allow "struct".
3282
3283 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
3284
3285 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
3286 (FunctionArg::method): New function.
3287 (empty, arg): New variables.
3288 (main): Call arg.method.
3289 * gdb.cp/templates.exp (test_template_args): New function.
3290 (do_tests): Call it.
3291
3292 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
3293
3294 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
3295 of "next" to proceed over pthread_exit call.
3296
3297 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
3298
3299 * gdb.base/maint.exp: Avoid wildcards against potentially very long
3300 "maint print statistics" output to prevent expect timeouts.
3301
3302 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3303
3304 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
3305 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3306 (test_float_rejected): ... here.
3307 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
3308 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3309 (test_float_rejected): ... here.
3310 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
3311 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3312 (test_float_rejected): ... here.
3313 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
3314 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3315 (test_float_rejected): ... here.
3316
3317 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3318
3319 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
3320 before disabling hardware watchpoints.
3321 (test_inaccessible_watchpoint): Check that hardware watchpoints
3322 are used. Test for watchpoints on a constant address.
3323
3324 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3325
3326 * gdb.base/ui-redirect.exp: New file.
3327
3328 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3329 Joel Brobecker <brobecker@adacore.com>
3330
3331 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
3332
3333 2010-08-31 Doug Evans <dje@google.com>
3334
3335 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
3336
3337 2010-08-30 Tom Tromey <tromey@redhat.com>
3338
3339 PR python/11792:
3340 * gdb.python/py-value.exp (test_subscript_regression): Add
3341 dynamic_type test.
3342
3343 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
3344
3345 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
3346 instead of running to main. Do not test the main function.
3347 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
3348 Add new main.
3349
3350 2010-08-26 Pedro Alves <pedro@codesourcery.com>
3351
3352 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
3353 one test.
3354
3355 2010-08-24 Doug Evans <dje@google.com>
3356
3357 PR symtab/11942
3358 * gdb.dwarf2/dw4-sig-types.cc: New file.
3359 * gdb.dwarf2/dw4-sig-types.h: New file.
3360 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
3361 * gdb.dwarf2/dw4-sig-types.exp: New file.
3362
3363 2010-08-23 Tom Tromey <tromey@redhat.com>
3364
3365 PR python/11145:
3366 * gdb.python/py-value.c (Base, Derived): New types.
3367 (base): New global.
3368 * gdb.python/py-value.exp (test_subscript_regression): Add
3369 dynamic_cast test.
3370
3371 2010-08-23 Tom Tromey <tromey@redhat.com>
3372
3373 PR python/10676:
3374 * gdb.python/py-type.exp (test_fields): Add tests for type
3375 equality.
3376
3377 2010-08-23 Tom Tromey <tromey@redhat.com>
3378
3379 PR python/11915:
3380 * gdb.python/py-type.exp (test_fields): Add tests for array.
3381
3382 2010-08-23 Keith Seitz <keiths@redhat.com>
3383
3384 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
3385 have any children. Create a new abbrev for it.
3386 Add missing terminal sequence to .debug_abbrev.
3387
3388 2010-08-20 Keith Seitz <keiths@redhat.com>
3389
3390 PR symtab/11465:
3391 * gdb.dwarf2/pr11465.exp: New test.
3392 * gdb.dwarf2/pr11465.S: New file.
3393 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
3394 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
3395
3396 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
3397
3398 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
3399 registers. Update data sets with the new v2_double element in the
3400 VSX register union. Add vector_register3_vr data set for the AltiVec
3401 registers. Use gdb_test_no_output instead of send_gdb.
3402
3403 2010-08-19 Pedro Alves <pedro@codesourcery.com>
3404
3405 * gdb.python/py-shared.exp: New file, factored out from
3406 python.exp.
3407 * gdb.python/py-shared.c: New file.
3408 * gdb.python/py-shared-sl.c: New file.
3409 * gdb.python/python-1.c: New file.
3410 * gdb.python/python-sl.c: Delete.
3411 * gdb.python/python.c: Mention python-1.c.
3412 * gdb.python/python.exp: Move shared library tests to
3413 py-shared.exp.
3414 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
3415 (MISCELLANEOUS): New.
3416 (clean mostlyclean): Also remove $MISCELLANEOUS.
3417
3418 2010-08-19 Doug Evans <dje@google.com>
3419
3420 PR exp/11926
3421 * gdb.base/printcmds.exp (test_float_accepted): New function.
3422 Move existing float tests there. Add tests for floats with suffixes.
3423 (test_float_rejected): New function.
3424 * gdb.java/jv-print.exp (test_float_accepted): New function.
3425 (test_float_rejected): New function.
3426 * gdb.objc/print.exp: New file.
3427 * gdb.pascal/print.exp: New file.
3428 * lib/objc.exp: New file.
3429
3430 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3431
3432 * gdb.base/default.exp (info set): Avoid full buffer error and force
3433 reading up to final gdb prompt.
3434 (show): Likewise.
3435
3436 2010-08-18 Tom Tromey <tromey@redhat.com>
3437
3438 PR symtab/11919:
3439 * gdb.base/completion.exp: Add test.
3440
3441 2010-08-18 Doug Evans <dje@google.com>
3442
3443 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
3444 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
3445 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
3446 Simplify, early exit if runto_main fails.
3447 * gdb.fortran/exprs.exp: load_lib fortran.exp.
3448 (set_lang_fortran): Moved to lib/fortran.exp.
3449 * gdb.fortran/types.exp: load_lib fortran.exp.
3450 (set_lang_fortran): Moved to lib/fortran.exp.
3451 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
3452 * gdb.java/jprint.exp (set_lang_java): Ditto.
3453 * gdb.java/jv-exp.exp: load_lib java.exp.
3454 If set_lang_java fails, issue a warning instead of failure to be
3455 consistent with other set_lang_foo uses.
3456 (set_lang_java): Moved to lib/java.exp.
3457 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
3458 If set_lang_java fails, issue a warning instead of failure to be
3459 consistent with other set_lang_foo uses.
3460 * gdb.pascal/types.exp: load_lib pascal.exp.
3461 (set_lang_pascal): Moved to lib/pascal.exp.
3462 * lib/fortran.exp: New file.
3463 * lib/java.exp (set_lang_java): New function.
3464 * lib/pascal.exp (set_lang_pascal): New function.
3465
3466 2010-08-18 Yao Qi <yao@codesourcery.com
3467
3468 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
3469 func_nofb_start and func_loopfb_start, so that address of functions
3470 is equal to these labels on Thumb.
3471
3472 2010-08-18 Yao Qi <yao@codesourcery.com>
3473
3474 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
3475 to reflect latest c source file.
3476
3477 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3478
3479 * gdb.cp/infcall-dlopen.exp: New file.
3480 * gdb.cp/infcall-dlopen.cc: New file.
3481 * gdb.cp/infcall-dlopen-lib.cc: New file.
3482
3483 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3484 Pedro Alves <pedro@codesourcery.com>
3485
3486 PR breakpoints/11371
3487
3488 * gdb.base/watch-cond-infcall.exp: New file.
3489 * gdb.base/watch-cond-infcall.c: New file.
3490
3491 2010-08-16 Tom Tromey <tromey@redhat.com>
3492
3493 * gdb.base/help.exp: Update.
3494 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
3495 watchpoint.
3496 (test_watch_location): New proc.
3497 (test_watchpoint_in_big_blob): Delete watchpoint.
3498 * gdb.base/watchpoint.c (func5): New function.
3499 (main): Call it.
3500
3501 2010-08-16 Doug Evans <dje@google.com>
3502
3503 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
3504
3505 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3506
3507 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
3508 tests.
3509
3510 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
3511
3512 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
3513 * gdb.base/gnu_vector.c: New File.
3514 * gdb.base/gnu_vector.exp: Likewise.
3515
3516 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3517
3518 * gdb.python/python.c: New File.
3519 * gdb.python/python-sl.c: New File.
3520 * gdb.python/python.exp: Test solib_address and decode_line
3521 * functions.
3522
3523 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3524
3525 * gdb.python/python.exp (show height, set height 10)
3526 (verify pagination beforehand, verify pagination beforehand: q)
3527 (gdb.execute does not page, verify pagination afterwards)
3528 (verify pagination afterwards: q): New.
3529
3530 2010-08-02 Doug Evans <dje@google.com>
3531
3532 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
3533 because of an older gcc, change test2
3534 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
3535 to unsupported.
3536
3537 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
3538
3539 * gdb.base/break-always.exp: Do not expect full paths to file
3540 names.
3541 * gdb.base/commands.exp: Likewise.
3542
3543 2010-07-30 Doug Evans <dje@google.com>
3544
3545 * gdb.cp/temargs.exp: For new tests that require newer gccs,
3546 xfail them when run with older gccs.
3547
3548 * lib/gdb.exp (build_executable): Forward "c++" option to
3549 get_compiler_info.
3550
3551 * gdb.python/py-type.exp (test_template): Mark as xfail tests
3552 "python print ttype.template_argument(1)" and
3553 "python print isinstance(ttype.template_argument(1), gdb.Value)"
3554 if using gcc 4.4 or earlier.
3555
3556 * gdb.base/valgrind-db-attach.exp: Use unique test name for
3557 attach-to-debugger handling.
3558
3559 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3560
3561 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
3562 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
3563 (main): Use copyreloc.
3564 * gdb.base/prelink.exp (split debug of executable)
3565 (.dynbss vs. .bss address shift): New tests.
3566
3567 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3568
3569 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
3570 in gdb_test_multiple.
3571
3572 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3573
3574 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
3575 environment.
3576
3577 2010-07-28 Tom Tromey <tromey@redhat.com>
3578
3579 PR python/11060:
3580 * gdb.python/py-type.c (Temargs): New template.
3581 (temvar): New variable.
3582 * gdb.python/py-type.exp (test_template): New proc.
3583
3584 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3585
3586 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
3587 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
3588
3589 2010-07-28 Tom Tromey <tromey@redhat.com>
3590
3591 PR c++/9946:
3592 * gdb.cp/temargs.exp: New file.
3593 * gdb.cp/temargs.cc: New file.
3594
3595 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3596
3597 * gdb.base/help.exp (help disassemble): Update the content.
3598
3599 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3600
3601 * gdb.threads/ia64-sigill.exp: New file.
3602 * gdb.threads/ia64-sigill.c: New file.
3603
3604 2010-07-27 Tom Tromey <tromey@redhat.com>
3605
3606 * gdb.opt/inline-cmds.c (ATTR): New define.
3607 (func1): Use it.
3608 (func2): Likewise.
3609 (func3): Likewise.
3610 (outer_inline1): Likewise.
3611 (outer_inline2): Likewise.
3612 * gdb.opt/inline-bt.c (ATTR): New define.
3613 (func1): Use it.
3614 (func2): Likewise.
3615 * gdb.opt/inline-locals.c (ATTR): New define.
3616 (func1): Use it.
3617 (func2): Likewise.
3618
3619 2010-07-27 Tom Tromey <tromey@redhat.com>
3620
3621 * gdb.stabs/gdb11479.c (hack): New function.
3622 (test): Use it.
3623 (test2): Use it.
3624 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
3625 (int32_search_buf, int64_search_buf): No longer static.
3626 (x): Remove.
3627 * gdb.base/relocate.c (hack): New function.
3628
3629 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3630
3631 * gdb.python/py-value.exp (test_inferior_function_call): New function.
3632 * gdb.python/py-value.c (func1): New function.
3633 (func2): Likewise.
3634
3635 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
3636
3637 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
3638 as not to clash with .data section.
3639
3640 2010-07-26 Jerome Guitton <guitton@adacore.com>
3641
3642 * gdb.base/code_elim.exp: New file.
3643 * gdb.base/code_elim1.c: New file.
3644 * gdb.base/code_elim2.c: New file.
3645
3646 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3647
3648 PR symtab/11827
3649
3650 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
3651 (some_volatile_enum): New variable.
3652 * gdb.base/printcmds.exp (test_print_enums): New.
3653 <top level>: Call it.
3654
3655 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3656
3657 * gdb.cp/fpointer.cc: New test.
3658 * gdb.cp/fpointer.exp: New test.
3659
3660 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 * gdb.base/solib-nodir.exp: New file.
3663 * lib/gdb.exp (runto): New case for a GDB internal error.
3664
3665 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3666 Ulrich Weigand <uweigand@de.ibm.com>
3667 Tom Tromey <tromey@redhat.com>
3668
3669 * gdb.base/charset-malloc.c: New file.
3670 * gdb.base/charset.c (malloc_stub): New prototype.
3671 (main): Call it instead of malloc itself.
3672 * gdb.base/charset.exp: Use only prepare_for_testing.
3673 (binfile): Remove the variable.
3674
3675 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3676
3677 Make core files the process_stratum.
3678 * gdb.base/corefile.exp (run: load core again)
3679 (run: sanity check we see the core file, run: with core)
3680 (run: core file is cleared, attach: load core again)
3681 (attach: sanity check we see the core file, attach: with core)
3682 (attach: core file is cleared): New tests.
3683 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
3684
3685 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3686
3687 * gdb.arch/altivec-abi.exp: New tests.
3688
3689 2010-07-13 Tom Tromey <tromey@redhat.com>
3690
3691 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
3692 (main): Use it.
3693 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
3694
3695 2010-07-13 Tom Tromey <tromey@redhat.com>
3696
3697 * gdb.base/label.exp: New file.
3698 * gdb.base/label.c: New file.
3699
3700 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3701 H.J. Lu <hongjiu.lu@intel.com>
3702
3703 * lib/gdb.exp (is_ilp32_target): New.
3704 (is_lp64_target): Likewise.
3705
3706 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
3707 target.
3708 * gdb.arch/amd64-disp-step.exp: Likewise.
3709 * gdb.arch/amd64-dword.exp: Likewise.
3710 * gdb.arch/amd64-i386-address.exp: Likewise.
3711 * gdb.arch/amd64-word.exp: Likewise.
3712
3713 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
3714 target.
3715 * gdb.arch/i386-bp_permanent.exp: Likewise.
3716 * gdb.arch/i386-byte.exp: Likewise.
3717 * gdb.arch/i386-disp-step.exp: Likewise.
3718 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3719 * gdb.arch/i386-prologue.exp: Likewise.
3720 * gdb.arch/i386-size-overlap.exp: Likewise.
3721 * gdb.arch/i386-size.exp: Likewise.
3722 * gdb.arch/i386-sse.exp: Likewise.
3723 * gdb.arch/i386-unwind.exp: Likewise.
3724 * gdb.arch/i386-word.exp: Likewise.
3725
3726 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
3727 test only when building 64-bit executables. Do not hard-code
3728 -m64 option.
3729
3730 2010-07-07 Doug Evans <dje@google.com>
3731
3732 * lib/gdb.exp (gdb_test_list_exact): New function.
3733 * gdb.base/default.exp (show convenience): Call it, add tests for
3734 $_sdata = void, $_thread = 0.
3735
3736 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3737 Joel Brobecker <brobecker@adacore.com>
3738
3739 Fix re-run of PIE executable, PR shlibs/11776.
3740 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
3741 Remove $displacement_main to match the solib-svr4.c change. New "kill"
3742 and re-"run" of the inferior.
3743
3744 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3745 Joel Brobecker <brobecker@adacore.com>
3746
3747 Cope with missing /usr/sbin/prelink.
3748 * lib/prelink-support.exp (prelink_no):
3749 <result == 1 && $output is "no such file or directory">: New.
3750 (prelink_yes): Likewise. Return on failed prelink_no.
3751
3752 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3753 Joel Brobecker <brobecker@adacore.com>
3754
3755 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
3756 build_executable by build_executable_own_libs. Replace "prelink -R"
3757 execution by a call of prelink_yes. Comment why "prelink -r" needs no
3758 change.
3759 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
3760 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
3761 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
3762 Replace build_executable by build_executable_own_libs's function
3763 build_executable_own_libs.
3764 (prelinkNO): Create new stub to call prelink_no.
3765 (prelinkYES): Create new stub to call prelink_yes.
3766 (test_attach): Rename calls of copy to file_copy.
3767 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
3768 (copy): Move to ...
3769 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
3770 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
3771 * gdb.base/prelink.exp: Disable testcase also for is_remote and
3772 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
3773 special flags by gdb_compile_shlib. Replace second gdb_compile by
3774 build_executable_own_libs. Replace "prelink -R" execution by a call of
3775 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
3776 a second call of prelink_yes. Replace restart commands by
3777 clean_restart.
3778 (prelink): Rename to ...
3779 (seen displacement message): ... this test. Extend its expectation
3780 strictness.
3781
3782 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3783
3784 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
3785 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
3786 displacement message exactly once.
3787
3788 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3789 Joel Brobecker <brobecker@adacore.com>
3790
3791 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
3792 its restore after the <$relink_args != ""> loop. new comment.
3793
3794 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3795 Joel Brobecker <brobecker@adacore.com>
3796
3797 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
3798 code for it. New variable relink_args.
3799 (prelinkYES): Call prelinkNO.
3800 (test_attach): Accept new parameter relink_args. Re-prelink the binary
3801 in such case. Move the core code to ...
3802 (test_attach_gdb): ... a new function. Send GDB command "file".
3803 Extend expected "Attaching to " string.
3804
3805 2010-07-02 Tom Tromey <tromey@redhat.com>
3806
3807 * gdb.base/bitops.exp: Remove extraneous "pass".
3808
3809 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3810
3811 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3812
3813 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3814
3815 * gdb.base/help.exp: Adjust expected output.
3816
3817 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3818
3819 * gdb.base/help.exp: Adjust expected output.
3820
3821 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3822
3823 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
3824 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
3825 c++/11702.
3826
3827 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3828 Doug Evans <dje@google.com>
3829
3830 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
3831 add .dynamic entry'.
3832
3833 2010-06-29 Doug Evans <dje@google.com>
3834
3835 Test PR c++/11702.
3836 * gdb.cp/m-static.exp: Add testcase.
3837 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
3838
3839 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3840 Tom Tromey <tromey@redhat.com>
3841 Thiago Jung Bauermann <bauerman@br.ibm.com>
3842
3843 * gdb.python/py-inferior.c: New File.
3844 * gdb.python/py-infthread.c: New File.
3845 * gdb.python/py-inferior.exp: New File.
3846 * gdb.python/py-infthread.exp: New File.
3847
3848 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3849
3850 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
3851 (ptype ::C::OtherFileClass typedefs): New.
3852 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
3853 (C::OtherFileClass::cOtherFileClassVar2): New.
3854 (C::OtherFileClass::cOtherFileClassVar_use): Use also
3855 cOtherFileClassVar2.
3856 (C::cOtherFileType2, C::cOtherFileVar2): New.
3857 (C::cOtherFileVar_use): use also cOtherFileVar2.
3858 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
3859
3860 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3861
3862 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
3863 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
3864 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
3865 (print ::C::cOtherFileVar)
3866 (whatis C::OtherFileClass::cOtherFileClassType)
3867 (whatis ::C::OtherFileClass::cOtherFileClassType)
3868 (print C::OtherFileClass::cOtherFileClassVar)
3869 (print ::cOtherFileClassVar)
3870 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
3871 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
3872 trailing content.
3873 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
3874 (C::OtherFileClass::cOtherFileClassVar)
3875 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
3876 (C::cOtherFileVar, C::cOtherFileVar_use): New.
3877
3878 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3879
3880 Test PR c++/11703 and PR gdb/1448.
3881 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
3882 gdb/1448.
3883
3884 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3885
3886 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
3887 (main) <rtti_data>: New.
3888 * gdb.cp/virtbase.exp (print rtti_data): New.
3889
3890 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3891 Joel Brobecker <brobecker@adacore.com>
3892
3893 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
3894
3895 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
3898
3899 2010-06-28 Doug Evans <dje@google.com>
3900
3901 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
3902
3903 2010-06-27 Doug Evans <dje@google.com>
3904
3905 * gdb.cp/m-static.exp: Update expected test output.
3906
3907 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3908
3909 * gdb.gdb/selftest.exp: Adjust expected message for
3910 capturing start-up runtime.
3911
3912 2010-06-25 Tom Tromey <tromey@redhat.com>
3913
3914 PR python/10808:
3915 * gdb.python/python.exp: Add new tests.
3916
3917 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
3918
3919 * gdb.cp/operator.cc: Created an import loop.
3920 * gdb.cp/operator.exp: Added testcase for import loop.
3921
3922 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3923
3924 Test PR python/11407.
3925 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
3926 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
3927 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
3928 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
3929 executable_nofb and executable_fb. New variables srcsfile, objsfile,
3930 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
3931 binfile. Call gdb_compile with clean_restart twice.
3932 (func_nofb print, func_nofb backtrace, func_loopfb print)
3933 (func_loopfb backtrace): New.
3934
3935 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
3938 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
3939 by a hand made one.
3940 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
3941 i?86 requirement. Remove variables srcfile and binfile. New variable
3942 sources, executable_nofb and executable_fb. Call prepare_for_testing.
3943
3944 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3945
3946 * gdb.cell/dwarfaddr.exp: New file.
3947 * gdb.cell/dwarfaddr.S: New file.
3948
3949 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3950
3951 Test PR 9436.
3952 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
3953
3954 2010-06-24 Hui Zhu <teawater@gmail.com>
3955
3956 * gdb.base/eval.exp: New file.
3957
3958 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3959
3960 * gdb.cell/fork.exp: New file.
3961 * gdb.cell/fork.c: Likewise.
3962 * gdb.cell/fork-spu.c: Likewise.
3963
3964 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
3965
3966 * lib/gdb.exp (banned_variables_traced): New global variable.
3967 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
3968 (gdb_init): Use `trace add variable' instead of obsolete
3969 `trace variable'.
3970
3971 2010-06-21 Doug Evans <dje@google.com>
3972
3973 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
3974
3975 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3976
3977 * gdb.arch/spu-ls.exp: New file.
3978 * gdb.arch/spu-ls.c: Likewise.
3979
3980 2010-06-18 Stan Shebs <stan@codesourcery.com>
3981
3982 * gdb.threads/thread-specific.exp: Add tests of $_thread.
3983
3984 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3985
3986 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
3987 * gdb.base/watch-cond.exp: Likewise.
3988 * gdb.python/py-breakpoint.exp: Likewise.
3989
3990 2010-06-18 Pedro Alves <pedro@codesourcery.com>
3991
3992 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
3993 clean_restart, make sure every test has a distinct message, and
3994 that messages don't include the executable' full path.
3995
3996 2010-06-17 Doug Evans <dje@google.com>
3997
3998 * gdb.arch/i386-size.exp: Updated expected output for
3999 DISASSEMBLY_OMIT_FNAME.
4000
4001 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4002 Sergio Durigan Junior <sergiodj@redhat.com>
4003
4004 * gdb.base/watch-notconst.c: New file.
4005 * gdb.base/watch-notconst.S: New file.
4006 * gdb.base/watch-notconst2.c: New file.
4007 * gdb.base/watch-notconst2.S: New file.
4008 * gdb.base/watch-notconst.exp: New file.
4009 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
4010 (func4): Add operations on `global_ptr_ptr'.
4011 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
4012 routine to test watchpoints created with a constant expression.
4013 (test_inaccessible_watchpoint): Include tests for watchpoints
4014 created with a constant expression.
4015
4016 2010-06-14 Kevin Buettner <kevinb@redhat.com>
4017
4018 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4019 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
4020 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
4021 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
4022 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4023 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4024 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
4025 of `_start'.
4026
4027 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4028
4029 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
4030 not supported on the target.
4031 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4032 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4033 * gdb.mi/mi-nsintrall.exp: Likewise.
4034 * gdb.mi/mi-nsmoribund.exp: Likewise.
4035 * gdb.mi/mi-nsthrexec.exp: Likewise.
4036
4037 2010-06-11 Stan Shebs <stan@codesourcery.com>
4038
4039 * gdb.base/permissions.exp: New file.
4040
4041 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4042
4043 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
4044 does not support ELF executable class.
4045
4046 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4047
4048 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
4049
4050 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4051
4052 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
4053 (runto): Catch "The target does not support running in non-stop mode.".
4054
4055 2010-06-11 Michael Snyder <msnyder@vmware.com>
4056
4057 * gdb.base/setshow.exp (set language asm): Don't use
4058 gdb_test_no_output, fails on some targets.
4059
4060 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4061
4062 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
4063 * gdb.cp/pr9167.exp: Likewise.
4064
4065 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4066
4067 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
4068
4069 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4070
4071 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
4072
4073 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4074
4075 * gdb.base/charset.c (main): Make sure malloc gets linked in.
4076
4077 2010-06-11 Tom Tromey <tromey@redhat.com>
4078
4079 PR gdb/9977, PR exp/11636::
4080 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
4081 (pieces_test_f6): Update expected output.
4082
4083 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4084
4085 * gdb.base/moribund-step.exp: New.
4086
4087 2010-06-08 Michael Snyder <msnyder@vmware.com>
4088
4089 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
4090 * gdb.ada/boolean_expr.exp:
4091 * gdb.ada/frame_args.exp: Ditto.
4092 * gdb.ada/lang_switch.exp: Ditto.
4093 * gdb.ada/ptype_arith_binop.exp: Ditto.
4094 * gdb.ada/ref_param.exp: Ditto.
4095 * gdb.ada/type_coercion.exp:Ditto.
4096
4097 * gdb.asm/asm-source.exp: Ditto.
4098
4099 * gdb.base/attach.exp: Ditto.
4100 * gdb.base/bitfields2.exp: Ditto.
4101 * gdb.base/call-signal-resume.exp: Ditto.
4102 * gdb.base/callfuncs.exp: Ditto.
4103 * gdb.base/commands.exp: Ditto.
4104 * gdb.base/dbx.exp: Ditto.
4105 * gdb.base/default.exp: Ditto.
4106 * gdb.base/dump.exp: Ditto.
4107 * gdb.base/exprs.exp: Ditto.
4108 * gdb.base/freebpcmd.exp: Ditto.
4109 * gdb.base/interrupt.exp: Ditto.
4110 * gdb.base/list.exp: Ditto.
4111 * gdb.base/long_long.exp: Ditto.
4112 * gdb.base/maint.exp: Ditto.
4113 * gdb.base/ptype.exp: Ditto.
4114 * gdb.base/return.exp: Ditto.
4115 * gdb.base/setshow.exp: Ditto.
4116 * gdb.base/sigbpt.exp: Ditto.
4117 * gdb.base/sigrepeat.exp: Ditto.
4118
4119 * gdb.cp/classes.exp: Ditto.
4120
4121 * gdb.dwarf2/dw2-restore.exp: Ditto.
4122
4123 * gdb.gdb/selftest.exp: Ditto.
4124
4125 * gdb.multi/base.exp: Ditto.
4126 * gdb.multi/bkpt-multi-exec.exp: Ditto.
4127
4128 * gdb.python/py-block.exp: Ditto.
4129 * gdb.python/py-prettyprint.exp: Ditto.
4130 * gdb.python/py-template.exp: Ditto.
4131
4132 * gdb.server/ext-attach.exp: Ditto.
4133 * gdb.server/ext-run.exp: Ditto.
4134 * gdb.server/server-mon.exp: Ditto.
4135
4136 * gdb.threads/fork-thread-pending.exp: Ditto.
4137 * gdb.threads/hand-call-in-threads.exp: Ditto.
4138 * gdb.threads/interrupted-hand-call.exp: Ditto.
4139 * gdb.threads/linux-dp.exp: Ditto.
4140 * gdb.threads/manythreads.exp: Ditto.
4141 * gdb.threads/print-threads.exp: Ditto.
4142 * gdb.threads/pthreads.exp: Ditto.
4143 * gdb.threads/schedlock.exp: Ditto.
4144 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4145 * gdb.threads/threadapply.exp: Ditto.
4146
4147 2010-06-08 Michael Snyder <msnyder@vmware.com>
4148
4149 * gdb.ada/exec_changed.exp:
4150 Use ".*" instead of "" as wildcard regexp.
4151
4152 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
4153 * gdb.base/call-ar-st.exp: Ditto.
4154 * gdb.base/checkpoint.exp: Ditto.
4155 * gdb.base/default.exp: Ditto.
4156 * gdb.base/dump.exp: Ditto.
4157 * gdb.base/ending-run.exp: Ditto.
4158 * gdb.base/fileio.exp: Ditto.
4159 * gdb.base/miscexprs.exp: Ditto.
4160 * gdb.base/pointers.exp: Ditto.
4161 * gdb.base/readline.exp: Ditto.
4162 * gdb.base/reread.exp: Ditto.
4163 * gdb.base/restore.exp: Ditto.
4164 * gdb.base/shlib-call.exp: Ditto.
4165 * gdb.base/valgrind-db-attach.exp: Ditto.
4166 * gdb.base/volatile.exp: Ditto.
4167 * gdb.base/watchpoints.exp: Ditto.
4168
4169 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
4170
4171 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
4172 * gdb.python/py-value.exp: Ditto.
4173
4174 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
4175 * gdb.trace/circ.exp: Ditto.
4176 * gdb.trace/collection.exp: Ditto.
4177 * gdb.trace/packetlen.exp: Ditto.
4178 * gdb.trace/passc-dyn.exp: Ditto.
4179 * gdb.trace/report.exp: Ditto.
4180 * gdb.trace/tfile.exp: Ditto.
4181 * gdb.trace/tfind.exp: Ditto.
4182 * gdb.trace/while-dyn.exp: Ditto.
4183
4184 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4185
4186 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
4187
4188 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4189
4190 Test PR 10640.
4191 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
4192
4193 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4194
4195 * gdb.cp/koenig.exp: Test for ADL operators.
4196 * gdb.cp/koenig.cc: Added ADL operators.
4197 * gdb.cp/operator.exp: New test.
4198 * gdb.cp/operator.cc: New test.
4199
4200 2010-06-04 Michael Snyder <msnyder@vmware.com>
4201
4202 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
4203 * gdb.base/pending.exp: Ditto.
4204
4205 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
4206
4207 2010-06-04 Doug Evans <dje@google.com>
4208
4209 * gdb.python/py-prettyprint.exp: Add new test for enabled and
4210 disabled printers.
4211 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
4212 (enable_lookup_function): New function.
4213
4214 2010-06-04 Tom Tromey <tromey@redhat.com>
4215
4216 * gdb.python/py-value.exp (test_value_hash): Don't test equality
4217 of hash and id.
4218
4219 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4220
4221 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
4222 newline.
4223 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
4224 (empty verbose non-noisy clear, empty verbose noisy clear)
4225 (empty non-verbose noisy clear): Likewise.
4226
4227 2010-06-03 Michael Snyder <msnyder@vmware.com>
4228
4229 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
4230 * gdb.base/display.exp: Ditto.
4231 * gdb.base/find.exp: Ditto.
4232 * gdb.base/ifelse.exp: Ditto.
4233 * gdb.base/multi-forks.exp: Ditto.
4234 * gdb.base/recurse.exp: Ditto.
4235 * gdb.base/setshow.exp: Ditto.
4236 * gdb.base/value-double-free.exp: Ditto.
4237 * gdb.base/watch-vfork.exp: Ditto.
4238 * gdb.base/watch_thread_num.exp: Ditto.
4239 * gdb.base/watchpoint-solib.exp: Ditto.
4240 * gdb.base/watchpoint.exp: Ditto.
4241 * gdb.base/watchpoints.exp: Ditto.
4242
4243 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
4244 * gdb.cp/overload.exp: Ditto.
4245 * gdb.cp/virtfunc.exp: Ditto.
4246
4247 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
4248
4249 * gdb.reverse/watch-precsave.exp:
4250 Replace gdb_test with gdb_test_no_output.
4251
4252 * gdb.threads/attach-into-signal.exp:
4253 Replace gdb_test with gdb_test_no_output.
4254 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4255 * gdb.threads/watchthreads.exp: Ditto.
4256 * gdb.threads/watchthreads2.exp: Ditto.
4257
4258 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
4259 * gdb.trace/tfind.exp: Ditto.
4260
4261 2010-06-03 Joel Brobecker <brobecker@adacore.com>
4262
4263 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
4264 successful test if message is the empty string.
4265
4266 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4267
4268 * gdb.fortran/module.exp (stopped language detection): New test.
4269
4270 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4271
4272 Support DW_TAG_module as separate namespaces.
4273 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
4274 gdb.fortran/library-module-lib.f90: New.
4275 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
4276 (print i): Remove.
4277 (continue to breakpoint: i-is-1, print var_i value 1)
4278 (continue to breakpoint: i-is-2, print var_i value 2)
4279 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
4280 (print var_d, print var_i value 14, ptype modmany, complete `modm)
4281 (complete `modmany, complete `modmany`, complete `modmany`var)
4282 (show language, setting breakpoint at module): New tests.
4283 * gdb.fortran/module.f90 (module mod): Remove.
4284 (module mod1, module mod2, module modmany, subroutine sub1)
4285 (subroutine sub2, program module): New.
4286
4287 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4288
4289 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
4290 (print value of rUC, print value of rI, print value of UI): ... here.
4291 * gdb.cp/anon-union.exp (pass): Rename to ...
4292 (print z 2): ... here.
4293
4294 2010-06-02 Michael Snyder <msnyder@vmware.com>
4295
4296 * gdb.trace/actions.exp: Use gdb_test_no_output.
4297 * gdb.trace/circ.exp: Ditto.
4298 * gdb.trace/packetlen.exp: Ditto.
4299 * gdb.trace/save-trace.exp: Ditto.
4300 * gdb.trace/tracecmd.exp: Ditto.
4301 * gdb.trace/tsv.exp: Ditto.
4302
4303 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
4304 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
4305 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4306 * gdb.threads/manythreads.exp: Ditto.
4307 * gdb.threads/print-threads.exp: Ditto.
4308 * gdb.threads/pthreads.exp: Ditto.
4309 * gdb.threads/schedlock.exp: Ditto.
4310 * gdb.threads/staticthreads.exp: Ditto.
4311 * gdb.threads/thread-specific.exp: Ditto.
4312 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4313 * gdb.threads/threadapply.exp: Ditto.
4314 * gdb.threads/watchthreads.exp: Ditto.
4315 * gdb.threads/watchthreads2.exp: Ditto.
4316
4317 * gdb.python/py-block.exp: Use gdb_test_no_output.
4318 * gdb.python/py-prettyprint.exp: Ditto.
4319 * gdb.python/py-template.exp: Ditto.
4320 * gdb.python/py-value.exp: Ditto.
4321
4322 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
4323 * gdb.reverse/watch-reverse.exp: Ditto.
4324
4325 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
4326 * gdb.server/ext-run.exp: Ditto.
4327
4328 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
4329 * gdb.dwarf2/dw2-compressed.exp: Ditto.
4330 * gdb.dwarf2/dw2-intercu.exp: Ditto.
4331 * gdb.dwarf2/dw2-intermix.exp: Ditto.
4332 * gdb.dwarf2/dw2-producer.exp: Ditto.
4333 * gdb.dwarf2/mac-fileno.exp: Ditto.
4334
4335 * gdb.gdb/observer.exp: Use gdb_test_no_output.
4336 * gdb.gdb/selftest.exp: Ditto.
4337
4338 * gdb.multi/base.exp: Use gdb_test_no_output.
4339
4340 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
4341
4342 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4343
4344 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
4345
4346 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
4347
4348 * gdb.cp/class2.exp: Use gdb_test_no_output.
4349 * gdb.cp/classes.exp: Ditto.
4350 * gdb.cp/extern-c.exp: Ditto.
4351 * gdb.cp/inherit.exp: Ditto.
4352 * gdb.cp/maint.exp: Ditto.
4353 * gdb.cp/mb-inline.exp: Ditto.
4354 * gdb.cp/mb-templates.exp: Ditto.
4355 * gdb.cp/method2.exp: Ditto.
4356 * gdb.cp/misc.exp: Ditto.
4357 * gdb.cp/ovldbreak.exp: Ditto.
4358 * gdb.cp/punctuator.exp: Ditto.
4359 * gdb.cp/templates.exp: Ditto.
4360 * gdb.cp/virtbase.exp: Ditto.
4361
4362 * gdb.threads/attach-stopped.exp:
4363 Replace uses of send_gdb / gdb_expect.
4364 * gdb.threads/attachstop-mt.exp:
4365 Replace uses of send_gdb / gdb_expect.
4366 * gdb.threads/gcore-thread.exp:
4367 Replace uses of send_gdb / gdb_expect.
4368 * gdb.threads/hand-call-in-threads.exp:
4369 Replace uses of send_gdb / gdb_expect.
4370 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
4371 * gdb.threads/print-threads.exp:
4372 Replace uses of send_gdb / gdb_expect.
4373 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
4374 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
4375 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
4376
4377 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
4378 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
4379 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
4380 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
4381 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
4382 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
4383 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
4384 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
4385 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
4386 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
4387 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
4388
4389 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4390
4391 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
4392
4393 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4394
4395 * gdb.cp/koenig.exp: Added new test case.
4396 * gdb.cp/koenig.cc: Ditto.
4397
4398 2010-06-01 Michael Snyder <msnyder@vmware.com>
4399
4400 * gdb.base/arithmet.exp: Use gdb_test_no_output.
4401 * gdb.base/arrayidx.exp: Ditto.
4402 * gdb.base/attach.exp: Ditto.
4403 * gdb.base/auxv.exp: Ditto.
4404 * gdb.base/bigcre.exp: Ditto.
4405 * gdb.base/break-always.exp: Ditto.
4406 * gdb.base/break-interp.exp: Ditto.
4407 * gdb.base/break.exp: Ditto.
4408 * gdb.base/breakpoint-shadow.exp: Ditto.
4409 * gdb.base/call-ar-st.exp: Ditto.
4410 * gdb.base/call-sc.exp: Ditto.
4411 * gdb.base/call-signal-resume.exp: Ditto.
4412 * gdb.base/callfuncs.exp: Ditto.
4413 * gdb.base/catch-syscall.exp: Ditto.
4414 * gdb.base/charset.exp: Ditto.
4415 * gdb.base/code-expr.exp: Ditto.
4416 * gdb.base/commands.exp: Ditto.
4417 * gdb.base/cond-expr.exp: Ditto.
4418 * gdb.base/condbreak.exp: Ditto.
4419 * gdb.base/cursal.exp: Ditto.
4420 * gdb.base/cvexpr.exp: Ditto.
4421 * gdb.base/default.exp: Ditto.
4422 * gdb.base/del.exp: Ditto.
4423 * gdb.base/detach.exp: Ditto.
4424 * gdb.base/display.exp: Ditto.
4425 * gdb.base/ena-dis-br.exp: Ditto.
4426 * gdb.base/eval-skip.exp: Ditto.
4427 * gdb.base/foll-fork.exp: Ditto.
4428 * gdb.base/foll-vfork.exp: Ditto.
4429 * gdb.base/frame-args.exp: Ditto.
4430 * gdb.base/funcargs.exp: Ditto.
4431 * gdb.base/gcore-buffer-overflow.exp: Ditto.
4432 * gdb.base/gdbvars.exp: Ditto.
4433 * gdb.base/help.exp: Ditto.
4434 * gdb.base/ifelse.exp: Ditto.
4435 * gdb.base/included.exp: Ditto.
4436 * gdb.base/list.exp: Ditto.
4437 * gdb.base/macscp.exp: Ditto.
4438 * gdb.base/maint.exp: Ditto.
4439 * gdb.base/multi-fork.exp: Ditto.
4440 * gdb.base/overlays.exp: Ditto.
4441 * gdb.base/page.exp: Ditto.
4442 * gdb.base/pending.exp: Ditto.
4443 * gdb.base/pointers.exp: Ditto.
4444 * gdb.base/pr11022.exp: Ditto.
4445 * gdb.base/prelink.exp: Ditto.
4446 * gdb.base/printcmds.exp: Ditto.
4447 * gdb.base/psymtab.exp: Ditto.
4448 * gdb.base/randomize.exp: Ditto.
4449 * gdb.base/relational.exp: Ditto.
4450 * gdb.base/relocate.exp: Ditto.
4451 * gdb.base/remote.exp: Ditto.
4452 * gdb.base/sepdebug.exp: Ditto.
4453 * gdb.base/set-lang-auto.exp: Ditto.
4454 * gdb.base/setshow.exp: Ditto.
4455 * gdb.base/setvar.exp: Ditto.
4456 * gdb.base/signals.exp: Ditto.
4457 * gdb.base/signull.exp: Ditto.
4458 * gdb.base/sigstep.exp: Ditto.
4459 * gdb.base/sizeof.exp: Ditto.
4460 * gdb.base/solib-disc.exp: Ditto.
4461 * gdb.base/store.exp: Ditto.
4462 * gdb.base/structs.exp: Ditto.
4463 * gdb.base/structs2.exp: Ditto.
4464 * gdb.base/subst.exp: Ditto.
4465 * gdb.base/term.exp: Ditto.
4466 * gdb.base/trace-commands.exp: Ditto.
4467 * gdb.base/unwindonsignal.exp: Ditto.
4468 * gdb.base/valgrind-db-attach.exp: Ditto.
4469 * gdb.base/varargs.exp: Ditto.
4470 * gdb.base/watch-cond.exp: Ditto.
4471 * gdb.base/watch_thread_num.exp: Ditto.
4472 * gdb.base/watchpoint-cond-gone.exp: Ditto.
4473 * gdb.base/watchpoint.exp: Ditto.
4474 * gdb.base/whatis-exp.exp: Ditto.
4475
4476 2010-06-01 Michael Snyder <msnyder@vmware.com>
4477
4478 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
4479 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
4480 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
4481 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
4482 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
4483 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
4484 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
4485 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
4486 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
4487 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
4488 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
4489 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
4490 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
4491 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
4492 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
4493
4494 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4495
4496 * gdb.base/commands.exp (begin commands on watch): Remove excessive
4497 trailing newline.
4498 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
4499 * gdb.java/jmisc.exp (p *args\n): Rename to ...
4500 (p *args): ... here and remove excessive trailing newline.
4501
4502 2010-05-31 Joel Brobecker <brobecker@adacore.com>
4503
4504 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
4505
4506 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4507
4508 Accept the new Linux kernel "t (tracing stop)" string.
4509 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
4510 Update comment.
4511 (state_wait) <T (tracing stop)>: New.
4512 (main): Update the state_wait expect string.
4513
4514 2010-05-28 Pedro Alves <pedro@codesourcery.com>
4515
4516 * limits.c, limits.exp: Delete files.
4517 * Makefile.in (clean mostlyclean): Adjust.
4518 * tracecmd.exp: Adjust.
4519
4520 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4521
4522 * gdb.base/tui-layout.exp: New.
4523
4524 2010-05-28 Michael Snyder <msnyder@vmware.com>
4525
4526 * gdb.reverse/break-precsave.exp:
4527 Replace uses of send_gdb / gdb_expect.
4528 * gdb.reverse/break-reverse.exp:
4529 Replace uses of send_gdb / gdb_expect.
4530 * gdb.reverse/consecutive-precsave.exp:
4531 Replace uses of send_gdb / gdb_expect.
4532 * gdb.reverse/consecutive-reverse.exp:
4533 Replace uses of send_gdb / gdb_expect.
4534 * gdb.reverse/finish-precsave.exp:
4535 Replace uses of send_gdb / gdb_expect.
4536 * gdb.reverse/finish-reverse.exp:
4537 Replace uses of send_gdb / gdb_expect.
4538 * gdb.reverse/i386-precsave.exp:
4539 Replace uses of send_gdb / gdb_expect.
4540 * gdb.reverse/i386-reverse.exp:
4541 Replace uses of send_gdb / gdb_expect.
4542 * gdb.reverse/i386-sse-reverse.exp:
4543 Replace uses of send_gdb / gdb_expect.
4544 * gdb.reverse/i387-env-reverse.exp:
4545 Replace uses of send_gdb / gdb_expect.
4546 * gdb.reverse/i387-stack-reverse.exp:
4547 Replace uses of send_gdb / gdb_expect.
4548 * gdb.reverse/machinestate-precsave.exp:
4549 Replace uses of send_gdb / gdb_expect.
4550 * gdb.reverse/machinestate.exp:
4551 Replace uses of send_gdb / gdb_expect.
4552 * gdb.reverse/sigall-precsave.exp:
4553 Replace uses of send_gdb / gdb_expect.
4554 * gdb.reverse/sigall-reverse.exp:
4555 Replace uses of send_gdb / gdb_expect.
4556 * gdb.reverse/solib-precsave.exp:
4557 Replace uses of send_gdb / gdb_expect.
4558 * gdb.reverse/solib-reverse.exp:
4559 Replace uses of send_gdb / gdb_expect.
4560 * gdb.reverse/step-precsave.exp:
4561 Replace uses of send_gdb / gdb_expect.
4562 * gdb.reverse/step-reverse.exp:
4563 Replace uses of send_gdb / gdb_expect.
4564 * gdb.reverse/until-precsave.exp:
4565 Replace uses of send_gdb / gdb_expect.
4566 * gdb.reverse/until-reverse.exp:
4567 Replace uses of send_gdb / gdb_expect.
4568 * gdb.reverse/watch-precsave.exp:
4569 Replace uses of send_gdb / gdb_expect.
4570 * gdb.reverse/watch-reverse.exp:
4571 Replace uses of send_gdb / gdb_expect.
4572
4573 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
4576 excessive newline.
4577
4578 2010-05-27 Michael Snyder <msnyder@vmware.com>
4579
4580 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
4581 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
4582 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
4583 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
4584 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
4585 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
4586 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
4587 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
4588 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
4589 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
4590 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
4591 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
4592 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
4593 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
4594 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
4595 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
4596 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
4597 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
4598 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
4599
4600 2010-05-26 Michael Snyder <msnyder@vmware.com>
4601
4602 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
4603 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
4604
4605 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
4606 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
4607 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
4608
4609 * gdb.reverse/consecutive-reverse.exp:
4610 Replace uses of send_gdb / gdb_expect.
4611 * gdb.reverse/consecutive-precsave.exp:
4612 Replace uses of send_gdb / gdb_expect.
4613
4614 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
4615 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
4616 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
4617 * gdb.mi/mi-ns-stale-regcache.exp:
4618 Replace uses of send_gdb / gdb_expect.
4619 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
4620 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
4621 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
4622 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
4623 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
4624 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
4625 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
4626 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
4627 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
4628
4629 2010-05-26 Michael Snyder <msnyder@vmware.com>
4630
4631 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
4632
4633 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
4634
4635 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
4636 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
4637 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
4638 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
4639 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
4640 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
4641 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
4642 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
4643 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
4644
4645 2010-05-25 Tom Tromey <tromey@redhat.com>
4646
4647 * gdb.base/macscp.exp: Add missing space after setup_kfail.
4648
4649 2010-05-25 Tom Tromey <tromey@redhat.com>
4650
4651 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
4652 argument order.
4653 * gdb.base/macscp.exp: Fix setup_kfail argument order.
4654 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
4655 order.
4656 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
4657 order.
4658 * gdb.base/call-sc.exp (setup_kfails): Remove.
4659 (setup_compiler_kfails): Remove.
4660 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
4661 argument order.
4662 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
4663 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
4664 (advancei): Fix setup_kfail argument order.
4665 * gdb.base/radix.exp: Fix setup_kfail argument order.
4666 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
4667 order.
4668 * gdb.base/structs.exp (setup_kfails): Remove.
4669 (setup_compiler_kfails): Fix setup_kfail argument order.
4670 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
4671 order.
4672 * gdb.java/jmain.exp: Fix setup_kfail argument order.
4673 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
4674 setup_kfail argument order.
4675 * gdb.cp/overload.exp: Fix setup_kfail argument order.
4676
4677 2010-05-25 Tom Tromey <tromey@redhat.com>
4678
4679 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
4680
4681 2010-05-25 Michael Snyder <msnyder@vmware.com>
4682
4683 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
4684 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
4685 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
4686 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
4687 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
4688 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
4689 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
4690 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
4691 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
4692 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
4693 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
4694 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
4695 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
4696 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
4697 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
4698 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
4699 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
4700 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
4701 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
4702 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
4703 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
4704 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
4705 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
4706 * gdb.base/default.exp: Replace send_gdb with gdb_test.
4707 * gdb.base/define.exp: Replace send_gdb with gdb_test.
4708 * gdb.base/display.exp: Replace send_gdb with gdb_test.
4709 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
4710 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
4711 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
4712 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
4713 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
4714 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
4715 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
4716 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
4717 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
4718 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
4719 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
4720 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
4721 * gdb.base/help.exp: Replace send_gdb with gdb_test.
4722 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
4723 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
4724 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
4725 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
4726 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
4727 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
4728 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
4729 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
4730 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
4731
4732 2010-05-25 Doug Evans <dje@google.com>
4733
4734 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
4735 gdb.string_to_argv.
4736
4737 2010-05-21 Tom Tromey <tromey@redhat.com>
4738
4739 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
4740 Call it.
4741 * gdb.dwarf2/pieces.S: Update.
4742 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
4743
4744 2010-05-21 Tom Tromey <tromey@redhat.com>
4745
4746 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
4747 Call it.
4748 * gdb.dwarf2/pieces.c (struct C): New.
4749 (f6): New function.
4750 * gdb.dwarf2/pieces.S: Replace.
4751
4752 2010-05-21 Tom Tromey <tromey@redhat.com>
4753
4754 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
4755 Call it.
4756
4757 2010-05-21 Tom Tromey <tromey@redhat.com>
4758
4759 * gdb.dwarf2.pieces.exp: New file.
4760 * gdb.dwarf2.pieces.S: New file.
4761 * gdb.dwarf2.pieces.c: New file.
4762
4763 2010-05-20 Pedro Alves <pedro@codesourcery.com>
4764 Joel Brobecker <brobecker@adacore.com>
4765
4766 * lib/gdb.exp (gdb_test_no_output): New function.
4767 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
4768 when testing commands that should produce no output.
4769
4770 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4771
4772 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
4773 parameter that we want to watch being a constant.
4774
4775 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4776
4777 * gdb.ada/cond_lang: New testcase.
4778
4779 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4780
4781 * lib/gdb.exp (banned_variables): New variable/constant.
4782 (gdb_init): Add write trace on variables listed in banned_variables.
4783 (gdb_finish): Remove write traces on variables listed in
4784 banned_variables.
4785
4786 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4787
4788 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
4789 * gdb.cp/koenig.exp: Likewise.
4790
4791 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
4792
4793 PR python/11482
4794
4795 * gdb.python/py-value.exp (test_value_hash): New function.
4796
4797 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4798
4799 PR exp/11530.
4800 * gdb.base/gdb11530.c: New file.
4801 * gdb.base/gdb11530.exp: New file.
4802
4803 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4804
4805 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
4806 * gdb.dwarf2/dw2-modula2-self-type.S: New.
4807
4808 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
4809
4810 * gdb.cp/koenig.exp: New test.
4811 * gdb.cp/koenig.cc: New test program.
4812
4813 2010-05-05 Joel Brobecker <brobecker@adacore.com>
4814
4815 Remove the use of prms_id and bug_id throughout the testsuite.
4816
4817 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4818
4819 PR exp/11349.
4820 * testsuite/gdb.cp/ref-types.exp: Add test to examine
4821 use a reference local variable.
4822
4823 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4824
4825 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
4826 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
4827 variable different_dir. Move debugfile into a full directory pathname
4828 under DIFFERENT_DIR.
4829 * lib/gdb.exp (separate_debug_filename): Remove.
4830 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
4831 variable debug_dir and mkdir of it. Update function comments.
4832
4833 2010-04-29 Pedro Alves <pedro@codesourcery.com>
4834
4835 PR gdb/11557
4836
4837 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
4838 files.
4839
4840 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4841
4842 * gdb.python/py-param.exp: New File.
4843
4844 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4845
4846 * gdb.base/default.exp: Fix "set language" test.
4847
4848 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
4849
4850 PR breakpoints/11531.
4851 * gdb.base/gdb11531.c: New file.
4852 * gdb.base/gdb11531.exp: New file.
4853
4854 2010-04-26 Tom Tromey <tromey@redhat.com>
4855
4856 * gdb.base/completion.exp: Add tests for completion and deprecated
4857 commands.
4858
4859 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4860
4861 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
4862 (print /x char_array): Escape curly brackets.
4863
4864 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4865
4866 Fix deadlock on looped list of loaded shared objects.
4867 * gdb.base/solib-corrupted.exp: New.
4868
4869 2010-04-23 Doug Evans <dje@google.com>
4870
4871 * gdb.python/py-section-script.c: New file.
4872 * gdb.python/py-section-script.exp: New file.
4873 * gdb.python/py-section-script.py: New file.
4874
4875 2010-04-20 Chris Moller <cmoller@redhat.com>
4876
4877 PR 10179
4878
4879 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
4880 * gdb.base/pr10179-a.c:
4881 * gdb.base/pr10179-b.c:
4882 * gdb.base/pr10179.exp: New files.
4883
4884 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4885
4886 Fix crashes on dangling display expressions.
4887 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
4888 is SEP.
4889 (lib_flags): Remove the "debug" keyword.
4890 (libsepdebug): New variable for iterating new loop.
4891 (save_pf_prefix): New variable wrapping the loop.
4892 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
4893 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
4894
4895 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4896
4897 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
4898
4899 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4900
4901 PR stabs/11479.
4902 * gdb.stabs/gdb11479.exp: New file.
4903 * gdb.stabs/gdb11479.c: New file.
4904
4905 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4906
4907 * gdb.base/charset.c (Strin16, String32): New variables.
4908 * gdb.base/charset.exp (gdb_test): Test correct display
4909 of 16 or 32 bit strings.
4910
4911 2010-04-21 Chris Moller <cmoller@redhat.com>
4912
4913 PR 9167
4914 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
4915 * gdb.cp/pr9167.cc: New file.
4916 * gdb.cp/pr9167.exp: New file.
4917
4918
4919 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4920
4921 PR pascal/11492.
4922 * gdb.pascal/gdb11492.pas: New file.
4923 * gdb.pascal/gdb11492.exp: New file.
4924
4925 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4926
4927 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
4928
4929 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4930
4931 * gdb.ada/dyn_loc: New testcase.
4932
4933 2010-04-20 Chris Moller <cmoller@redhat.com>
4934
4935 PR 10867
4936
4937 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
4938 * gdb.cp/pr10687.cc: New file.
4939 * gdb.cp/pr10687.exp: New file.
4940
4941
4942 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4943 Sergio Durigan Junior <sergiodj@redhat.com>
4944
4945 * gdb.fortran/logical.exp: New testcase.
4946 * gdb.fortran/logical.f90: New file.
4947
4948 2010-04-19 Doug Evans <dje@google.com>
4949
4950 * gdb.base/help.exp (help source): Update expected output.
4951
4952 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4953
4954 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
4955 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
4956 gdb_exit and return.
4957 (executable): New variable.
4958 (binfile): Use it.
4959
4960 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4961
4962 PR breakpoints/8554.
4963
4964 * gdb.trace/save-trace.exp: Adjust.
4965
4966 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4967
4968 PR corefiles/11511
4969 * gdb.arch/system-gcore.exp: New.
4970 * gdb.arch/gcore.c: Likewise.
4971
4972 2010-04-15 Doug Evans <dje@google.com>
4973
4974 * gdb.python/py-progspace.c: New file.
4975 * gdb.python/py-progspace.exp: New file.
4976
4977 * gdb.base/source.exp: Add tests for "source -s".
4978
4979 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4980
4981 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
4982 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
4983 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
4984 * gdb.python/py-mi.exp: New test for to_string returning None.
4985
4986 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
4987
4988 * gdb.python/py-breakpoint.c: Make result global.
4989
4990 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4991
4992 Fix non-GNU make compatibility.
4993 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
4994
4995 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4996
4997 * gdb.python/py-breakpoint.exp: New File.
4998 * gdb.python/py-breakpoint.C: Ditto.
4999
5000 2010-04-08 Stan Shebs <stan@codesourcery.com>
5001
5002 * gdb.trace/actions.exp: Clear default-collect.
5003 * gdb.trace/save-trace.exp: Clear default-collect.
5004
5005 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
5006
5007 * gdb.python/py-value: Add null string variable.
5008 (test_lazy_string): Test zero length, NULL address lazy
5009 strings.
5010
5011 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5012
5013 * gdb.arch/i386-avx.c: New.
5014 * gdb.arch/i386-avx.exp: Likewise.
5015
5016 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
5017
5018 2010-04-06 Doug Evans <dje@google.com>
5019
5020 * gdb.base/source-test.gdb: New file.
5021 * gdb.base/source.exp: Test source -v.
5022
5023 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5024
5025 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
5026
5027 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
5028
5029 * gdb.stabs/aout.sed: Convert all backslash to double backslash
5030 within one line, unless it is followed by a double quote.
5031 * gdb.stabs/hppa.sed: Idem.
5032 * gdb.stabs/weird.def: Add char and String constants
5033 * gdb.stabs/weird.exp: Check for correct parsing of
5034 char and string constants.
5035 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
5036 in .stabs to .stabx substitution.
5037
5038 2010-04-05 Stan Shebs <stan@codesourcery.com>
5039
5040 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
5041 constant global.
5042 * gdb.trace/tfile.exp: Try to print them.
5043
5044 2010-04-04 Stan Shebs <stan@codesourcery.com>
5045
5046 * gdb.base/completion.exp: Update for new "info watchpoints".
5047 * gdb.base/default.exp: Ditto.
5048 * gdb.base/help.exp: Ditto.
5049 * gdb.base/watchpoint.exp: Ditto.
5050 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
5051
5052 2010-04-04 Stan Shebs <stan@codesourcery.com>
5053
5054 * gdb.trace/tfile.exp: Sharpen tfind test.
5055
5056 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5057
5058 * gdb.base/break-entry.exp: New.
5059
5060 2010-04-02 Hui Zhu <teawater@gmail.com>
5061 Michael Snyder <msnyder@vmware.com>
5062
5063 * gdb.reverse/i386-sse-reverse.exp: New file.
5064 * gdb.reverse/i386-sse-reverse.c: New file.
5065
5066 2010-04-02 Pedro Alves <pedro@codesourcery.com>
5067
5068 * gdb.trace/tfind.exp: Adjust expected disassembly output.
5069
5070 2010-04-01 Stan Shebs <stan@codesourcery.com>
5071
5072 * gdb.trace/actions.exp: Tweak expected output.
5073 * gdb.trace/while-stepping.exp: Tweak expected output.
5074
5075 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5076
5077 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
5078
5079 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5080
5081 * gdb.base/commands.exp: Adjust.
5082 * gdb.cp/extern-c.exp: Adjust.
5083
5084 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5085
5086 * gdb.trace/collection.c (local_test_func): Define a local struct,
5087 and instanciate it.
5088
5089 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5090
5091 * gdb.trace/collection.exp (gdb_collect_args_test)
5092 (gdb_collect_argarray_test): XFAIL the tests that assume the
5093 argarray argument's elements are collected.
5094
5095 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5096
5097 * gdb.dwarf2/dw2-bad-parameter-type.exp,
5098 gdb.dwarf2/dw2-bad-parameter-type.S: New.
5099
5100 2010-03-31 Stan Shebs <stan@codesourcery.com>
5101
5102 * gdb.trace/save-trace.exp: Test save/restore of default-collect
5103 and tracepoint conditionals.
5104 (gdb_verify_tracepoints): Delete unused return.
5105
5106 2010-03-26 Keith Seitz <keiths@redhat.com>
5107
5108 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
5109 appear in the output before main.
5110 Remove KFAIL for gdb/2215 aka bz 9320.
5111
5112 2010-03-30 Doug Evans <dje@google.com>
5113
5114 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
5115 by dejagnu.
5116 * gdb.arch/amd64-dword.exp: Ditto.
5117
5118 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
5119 match.
5120 (break printf): Ditto.
5121
5122 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
5123
5124 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
5125 gcc < 4.4.
5126 * gdb.cp/shadow.exp: Ditto.
5127
5128 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5129
5130 * gdb.trace/collection.exp (run_trace_experiment): Make sure
5131 "tstart" is silent.
5132
5133 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5134
5135 * gdb.trace/collection.exp (executable): New.
5136 (binfile): Use it.
5137 (fpreg, spreg, pcreg): New.
5138 (test_register): Use gdb_test_multiple. Pass /x to print.
5139 (prepare_for_trace_test): New.
5140 (run_trace_experiment): Use "continue", not gdb_run_cmd.
5141 (gdb_collect_args_test, gdb_collect_argstruct_test)
5142 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
5143 prepare_for_trace_test.
5144 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
5145 fpreg, spreg and pcreg.
5146 (gdb_collect_expression_test, gdb_collect_globals_test): Use
5147 prepare_for_trace_test.
5148 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
5149 try to detect tracing support here. Don't set breakpoints at
5150 `begin' or `end' here.
5151 <global scope>: Use clean_restart. Run to main before checking
5152 for tracing support. Check for for tracing support here.
5153
5154 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5155
5156 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
5157 " as $displacement" to "seen displacement message".
5158
5159 2010-03-28 Pedro Alves <pedro@codesourcery.com>
5160
5161 * gdb.trace/while-dyn.exp (executable): New variable.
5162 (binfile): Use it.
5163 (test_while_stepping): New function. Move most tests here. Call
5164 it once for each of the while-stepping, stepping and ws aliases.
5165
5166 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5167
5168 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
5169 that do not provide the tagless_struct type name at all.
5170 (test_print_anon_union): Do not check value of uninitialized
5171 union member. Do not use cp_test_ptype_class, so we can accept
5172 "long" as well as "long int".
5173
5174 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5175
5176 * gdb.trace/tfile.c (tohex, bin2hex): New.
5177 (write_error_trace_file): Hexify error description.
5178
5179 2010-03-25 Stan Shebs <stan@codesourcery.com>
5180
5181 * gdb.trace/tfile.c: Generate an additional trace file, improve
5182 portability.
5183 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
5184 files in a better way.
5185
5186 2010-03-25 Keith Seitz <keiths@redhat.com>
5187
5188 * gdb.java/jprint.exp: XFAIL printing of static class members
5189 because of GCC debuginfo problem.
5190
5191 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
5194
5195 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5196
5197 * gdb.base/completion.exp: Allow long instead of long int.
5198 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
5199 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
5200 variable p.
5201 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
5202 * gdb.base/pointers.exp: Allow long instead of long int.
5203 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
5204 * gdb.base/step-line.exp: Allow a directory before the source file name.
5205
5206 2010-03-24 Tom Tromey <tromey@redhat.com>
5207
5208 PR breakpoints/9352:
5209 * gdb.base/default.exp: Update.
5210 * gdb.base/commands.exp: Update.
5211 * gdb.cp/extern-c.exp: Test setting commands on multiple
5212 breakpoints at once.
5213
5214 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5215
5216 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
5217 if gdb,nosignals.
5218 * gdb.base/watchpoints.c: Do not include unnecessary headers.
5219 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
5220 exited".
5221
5222 2010-03-24 Stan Shebs <stan@codesourcery.com>
5223
5224 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
5225
5226 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5227
5228 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
5229 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
5230 argument. Handle "short" and "long".
5231 (Top level): Pass overprototyped output for old_fptr and xptr.
5232
5233 2010-03-23 Pedro Alves <pedro@codesourcery.com>
5234
5235 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
5236 format strings and add casts to avoid compiler warnings.
5237
5238 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
5239
5240 * lib/trace-support.exp (gdb_trace_setactions):
5241 Don't expect whitespace after ">" prompt.
5242 * gdb.trace/actions.exp: Adjust for output changes.
5243 * gdb.trace/while-stepping.exp: Likewise.
5244
5245 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
5248 and r157645).
5249
5250 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5251
5252 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
5253 New.
5254
5255 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
5256
5257 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
5258 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
5259
5260 2010-03-19 Stan Shebs <stan@codesourcery.com>
5261
5262 * gdb.trace/ax.exp: New file.
5263
5264 2010-03-19 Doug Evans <dje@google.com>
5265
5266 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
5267 output from gcc.
5268
5269 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
5270 named /usr/sbin/prelink<foo>.
5271
5272 2010-03-18 Stan Shebs <stan@codesourcery.com>
5273
5274 * gdb.trace/circ.exp: Test circular-trace-buffer.
5275 * gdb.trace/tfile.exp: Update tstatus test.
5276
5277 2010-03-18 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdb.dwarf2/dw2-anonymous-func.S: New file.
5280 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
5281
5282 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5283
5284 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
5285
5286 2010-03-18 Pedro Alves <pedro@codesourcery.com>
5287
5288 * gdb.base/default.exp: Adjust the expected output of the finish
5289 and until commands when the inferior is not being run.
5290
5291 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
5292
5293 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
5294 * gdb.cp/nsusing.exp: Ditto.
5295
5296 2010-03-15 Tom Tromey <tromey@redhat.com>
5297
5298 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
5299 * gdb.cp/userdef.cc (operator==): New function.
5300 (main): New locals mem1, mem2.
5301
5302 2010-03-15 Jie Zhang <jie@codesourcery.com>
5303
5304 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
5305 Declare and use new loadtimeout variable.
5306
5307 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
5308
5309 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
5310 Use gdb_load later.
5311
5312 2010-03-14 Pedro Alves <pedro@codesourcery.com>
5313
5314 * gdb.base/solib-disc.c (main): Make format of fprintf a string
5315 literal. Add missing endlines to prints to stderr.
5316
5317 2010-03-12 Tom Tromey <tromey@redhat.com>
5318
5319 PR c++/9708:
5320 * gdb.cp/m-static.exp: Add regression test.
5321 * gdb.cp/m-static.cc (method): New method.
5322 (main): Call it.
5323
5324 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
5325
5326 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
5327 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
5328
5329 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
5330
5331 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
5332
5333 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
5334
5335 * lib/gdb.exp (skip_stl_tests): New.
5336 (gdb_compile): Symbian needs -ldl.
5337 (shlib_target_file): New.
5338 (shlib_symbol_file): New.
5339 (gdb_load_shlibs): Use shlib_target_file.
5340 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
5341 * gdb.cp/exception.exp: Use skip_stl_tests.
5342 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
5343 * gdb.cp/try_catch.exp: Use skip_stl_tests.
5344 * gdb.cp/mb-templates.exp: Ditto.
5345 * gdb.base/commands.exp: Relax regexes.
5346 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
5347 shlib_target_file and shlib_symbol_file.
5348 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
5349 sections.
5350 * gdb.base/ending-run.exp: Accept E32Main for symbian.
5351 * gdb.base/solib-disc.exp: Use
5352 shlib_target_file and shlib_symbol_file.
5353 * gdb.base/unload.exp: Don't skip on symbian. Use
5354 shlib_target_file and shlib_symbol_file.
5355 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
5356
5357 2010-03-12 Pedro Alves <pedro@codesourcery.com>
5358
5359 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
5360 * gdb.trace/report.exp: Adjust for x86 and x86_64.
5361 Issue a tfind end before looking for a tracepoint frame.
5362 * gdb.trace/tfind.exp: Adjust tstatus output.
5363 Adjust disassembly output.
5364 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
5365
5366 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5367
5368 * gdb.base/break-interp.exp: Create new displacement parameter value
5369 for the test_ld calls.
5370 (reach): New parameter displacement, verify its content. New push of
5371 pf_prefix "reach-$func:". Import global expect_out.
5372 (test_core): New parameter displacement, verify its content. New push
5373 of pf_prefix "core:". New command "set verbose on". Import global
5374 expect_out.
5375 (test_attach): New parameter displacement, verify its content. New
5376 push of pf_prefix "attach:". New command "set verbose on". Import
5377 global expect_out.
5378 (test_ld): New parameter displacement, pass it to the reach, test_core
5379 and test_attach calls and verify its content in the "ld.so exit" test.
5380 * gdb.base/prelink.exp: Remove gdb_exit and final return.
5381 (prelink): Update expected text, use gdb_test.
5382
5383 2010-03-10 Doug Evans <dje@google.com>
5384
5385 * gdb.base/checkpoint.exp: Fix comment.
5386 Lengthen timeout while doing >600 checkpoints test.
5387 Rename duplicate "kill all one" test to keep test names unique.
5388
5389 2010-03-10 Pedro Alves <pedro@codesourcery.com>
5390
5391 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
5392
5393 2010-03-08 Keith Seitz <keiths@redhat.com>
5394
5395 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
5396 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
5397 (dm_type_long): New function.
5398 (dm_type_unsigned_short): New function.
5399 (dm_type_unsigned_long): New function.
5400 (myint): New typedef.
5401 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
5402 long, unsigned shor and long, operator char*, and typedef.
5403 (test_lookup_operator_functions): Add operator char* test.
5404 (test_paddr_operator_functions): Likewise.
5405 (test_paddr_overloaded_functions): Use probe values for
5406 short, long, and unsigned short and long.
5407 (test_paddr_hairy_functions): If the demangler probe detected
5408 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
5409 demangler.
5410 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
5411 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
5412 and "print null_pmf".
5413 Add test "ptype a.*pmf".
5414 * gdb.cp/overload.exp: Allow optional "int" to appear with
5415 "short" and "long".
5416 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
5417 long expect value for men_overload1arg.
5418 Allow "int" to appear with "short" and "long".
5419 When testing "info break", add argument for main (void).
5420 Also allow "int" to appear with "short" and "long".
5421 Ditto with "unsigned" and "long long".
5422 * gdb.java/jmain.exp: Do not enclose methods names in single
5423 quotes.
5424 * gdb.java/jmisc.exp: Likewise.
5425 * gdb.java/jprint.exp: Likewise.
5426 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
5427
5428 From Jan Kratochvil <jan.kratochvil@redhat.com>:
5429 * gdb.cp/exception.exp (backtrace after first throw)
5430 (backtrace after second throw): Allow a namespace before __cxa_throw.
5431 (backtrace after first catch, backtrace after second catch): Allow
5432 a namespace before __cxa_begin_catch.
5433
5434 * gdb.cp/cpexprs.exp: New file.
5435 * gdb.cp/cpexprs.cc: New file.
5436
5437 From Daniel Jacobowitz <dan@codesourcery.com>
5438 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
5439 to use string_to_regexp.
5440 (ctor, dtor): New functions. Use them to match constructor
5441 and destructor function types.
5442 (Top level): Use runto_main.
5443
5444 2010-03-05 Tom Tromey <tromey@redhat.com>
5445
5446 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
5447 gdb.target_charset.
5448 (pp_ns.to_string): Likewise.
5449
5450 2010-03-04 Keith Seitz <keiths@redhat.com>
5451
5452 * gdb.cp/overload.exp: Test that the filename portion of a linespec
5453 can be quoted. Test that both the filename and function/line
5454 portions can be quoted at the same time.
5455
5456 2010-03-04 Pedro Alves <pedro@codesourcery.com>
5457
5458 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
5459
5460 2010-03-03 Doug Evans <dje@google.com>
5461
5462 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
5463 libc contains libpthread.
5464
5465 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
5466 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
5467 of gdb_compile. Add another pattern to match android backtrace.
5468
5469 2010-03-03 Tom Tromey <tromey@redhat.com>
5470
5471 PR gdb/11345:
5472 * gdb.base/printcmds.exp (test_printf): Add test.
5473
5474 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
5475
5476 * gdb.arch/amd64-byte.exp: New.
5477 * gdb.arch/amd64-dword.exp: Likewise.
5478 * gdb.arch/amd64-pseudo.c: Likewise.
5479 * gdb.arch/amd64-word.exp: Likewise.
5480 * gdb.arch/i386-byte.exp: Likewise.
5481 * gdb.arch/i386-pseudo.c: Likewise.
5482 * gdb.arch/i386-word.exp: Likewise.
5483
5484 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5485
5486 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
5487 types. Add structreg, bitfields, and flags registers.
5488 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
5489 registers.
5490
5491 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
5492
5493 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
5494 (load_description): Set architecture if defined.
5495
5496 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5497
5498 * gdb.python/py-frame.exp: Add read_var block tests.
5499 * gdb.python/py-frame.c (block): New function.
5500
5501 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5502 Daniel Jacobowitz <dan@codesourcery.com>
5503
5504 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
5505
5506 2010-02-25 David S. Miller <davem@davemloft.net>
5507
5508 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
5509 fix logic for setting all_syscalls_numbers.
5510
5511 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5512
5513 * Makefile.in: Add py-block and py-symbol.
5514 * gdb.python/py-symbol.exp: New File.
5515 * gdb.python/py-symtab.exp: New File.
5516 * gdb.python/py-block.exp: New File.
5517 * gdb.python/py-symbol.c: New File.
5518 * gdb.python/py-block.c: New File.
5519
5520 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5521
5522 PR python/11314
5523 * lib/gdb.exp (skip_python_tests): New function.
5524 * gdb.python/py-cmd.exp: Use skip_python_tests.
5525 * gdb.python/py-frame.exp: Likewise.
5526 * gdb.python/py-function.exp: Likewise.
5527 * gdb.python/py-prettyprint.exp: Likewise.
5528 * gdb.python/py-template.exp: Likewise.
5529 * gdb.python/py-type.exp: Likewise.
5530 * gdb.python/py-value.exp: Likewise.
5531
5532 2010-02-22 Pedro Alves <pedro@codesourcery.com>
5533
5534 PR9605
5535
5536 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
5537
5538 2010-02-19 Tom Tromey <tromey@redhat.com>
5539
5540 PR c++/8693, PR c++/9496:
5541 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
5542 regression tests.
5543
5544 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5545
5546 Fix compatibility with m68k as.
5547 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
5548 Use only /* comments */.
5549
5550 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5551
5552 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
5553 * configure: Regenerate.
5554
5555 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
5556
5557 * gdb.python/py-type.exp: Check for Python support.
5558
5559 2010-02-17 Pedro Alves <pedro@codesourcery.com>
5560
5561 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
5562 `regsub' syntax available.
5563
5564 2010-02-17 Pedro Alves <pedro@codesourcery.com>
5565
5566 * gdb.base/shmain.c (main): Remove printf call.
5567 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
5568 * gdb.base/unload.c (main): Make format of fprintf a string
5569 literal. Add missing endlines to prints to stderr.
5570 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
5571
5572 2010-02-17 Tom Tromey <tromey@redhat.com>
5573
5574 * gdb.java/jprint.java (jprint.props): New field.
5575 * gdb.java/jprint.exp (set_lang_java): Add regression test.
5576
5577 2010-02-17 Pedro Alves <pedro@codesourcery.com>
5578
5579 * gdb.base/charset.exp: Don't assume new `regsub' syntax
5580 available.
5581
5582 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5583
5584 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
5585 creation to support remote host testing.
5586
5587 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5588
5589 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
5590 Recognize "command not found".
5591
5592 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5593
5594 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
5595 single-stepping.
5596
5597 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5598
5599 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
5600 if arguments are not supported.
5601
5602 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5603
5604 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
5605 be const or non-const.
5606
5607 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5608
5609 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
5610 mi_send_resuming_command to send -exec-continue.
5611
5612 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5613
5614 * gdb.base/list.exp (test_list_filename_and_function): Add test
5615 with single quotes.
5616 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
5617 matching.
5618 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
5619 Add KFAIL'd tests for PR gdb/11289.
5620
5621 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5622
5623 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
5624
5625 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5626
5627 * gdb.base/comp-dir/subdir/dummy.txt: New file.
5628 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
5629 a temporary directory.
5630
5631 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5632
5633 * gdb.base/charset.exp: Use a single regular expression to match
5634 show host-charset and show target-charset output.
5635
5636 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5637
5638 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
5639 "Illegal process-id" expect string more exact.
5640 (attach to digits-starting nonsense is prohibited): New.
5641
5642 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5643
5644 * gdb.base/prelink.exp (set verbose on): New.
5645
5646 2010-02-12 Tomas Holmberg <th@virtutech.com>
5647
5648 * mi-reverse.exp: New file. Test for reverse option to the
5649 following MI commands: exec-continue, exec-finish, exec-next,
5650 exec-step, exec-next-instruction, exec-step-instruction.
5651
5652 2010-02-09 Joel Brobecker <brobecker@adacore.com>
5653
5654 * gdb.ada/ptype_tagged_param: New testcase.
5655
5656 2010-02-08 Tom Tromey <tromey@redhat.com>
5657
5658 PR c++/8017:
5659 * gdb.cp/overload.exp: Add tests.
5660 * gdb.cp/overload.cc (struct K): New.
5661 (namespace N): New.
5662 (main): Call new functions.
5663 (K::staticoverload): Define.
5664
5665 2010-02-08 Chris Moller <moller@mollerware.com>
5666
5667 PR gdb/10728
5668 * gdb.cp/pr10728-x.h: New file.
5669 * gdb.cp/pr10728-x.cc: New file.
5670 * gdb.cp/pr10728-y.cc: New file.
5671 * gdb.cp/pr10728.exp: New file.
5672 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
5673
5674 2010-02-08 Chris Moller <moller@mollerware.com>
5675
5676 PR gdb/9067
5677 * gdb.cp/pr9067.exp: New
5678 * gdb.cp/pr9067.cc: New
5679 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
5680
5681 2010-02-08 Joel Brobecker <brobecker@adacore.com>
5682
5683 * lib/gdb.exp (gdb_test_timeout): New global variable.
5684 Set it to timeout if not already set.
5685 (gdb_init): Reset the value of timeout to gdb_test_timeout.
5686
5687 2010-02-05 Doug Evans <dje@google.com>
5688
5689 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
5690 user.
5691
5692 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
5693
5694 PR c++/7935:
5695 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
5696
5697 2010-02-04 Tom Tromey <tromey@redhat.com>
5698
5699 * gdb.cp/virtbase.exp: Make test case names unique.
5700
5701 2010-02-02 Tom Tromey <tromey@redhat.com>
5702
5703 * gdb.cp/virtbase.exp: Add regression tests.
5704 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
5705 (main): Instantiate RHC.
5706
5707 2010-02-02 Tom Tromey <tromey@redhat.com>
5708
5709 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
5710 type-printing change.
5711
5712 2010-02-02 Tom Tromey <tromey@redhat.com>
5713
5714 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
5715 * gdb.cp/virtbase.cc: New file.
5716 * gdb.cp/virtbase.exp: New file.
5717 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
5718
5719 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5720
5721 PR libc/11214:
5722 * gdb.threads/current-lwp-dead.c: Include features.h.
5723 (HAS_NOMMU): New.
5724 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
5725
5726 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5727
5728 * gdb.base/symbol-without-target_section.exp,
5729 gdb.base/symbol-without-target_section.c: New.
5730
5731 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5732
5733 * gdb.base/bigcore.exp: Reset increased timeout.
5734 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
5735
5736 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5737
5738 * gdb.base/gcore.exp (capture_command_output): Use
5739 gdb_test_multiple.
5740
5741 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5742
5743 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
5744 * gdb.arch/thumb2-it.exp (test_it_break): New function.
5745 (Top level): Call it.
5746
5747 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5748
5749 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
5750
5751 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5752
5753 * gdb.base/call-strs.exp, gdb.base/default.exp,
5754 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
5755 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
5756 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
5757 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
5758 gdb.base/watchpoint-solib.exp: Save and restore timeout.
5759 * gdb.base/ending-run.exp: Correct restore of timeout.
5760 * gdb.base/page.exp: Remove unnecessary timeout setting.
5761
5762 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5763
5764 * gdb.ada/rec_return: New testcase.
5765
5766 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5767
5768 * gdb.ada/call_pn: New testcase.
5769
5770 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5771
5772 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
5773 (Top level): Use it to resume.
5774 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
5775 the Thumb mode displaced stepping error as unsupported.
5776
5777 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
5778
5779 * gdb.cp/nsusing.exp: Added more tests.
5780 * gdb.cp/nsrecurs.exp: Ditto.
5781 * gdb.cp/nsusing.cc: Added test functions.
5782 * gdb.cp/nsrecurs.cc: Ditto.
5783
5784 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5785
5786 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
5787 absolute directory pathnames in gdb.sum file.
5788
5789 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
5790
5791 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
5792 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
5793
5794 2010-01-26 Tom Tromey <tromey@redhat.com>
5795
5796 PR exp/7643:
5797 * gdb.base/printcmds.exp (test_print_string_constants): Remove
5798 setup_kfail.
5799
5800 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
5801
5802 * gdb.cp/nsrecurs.exp: New test.
5803 * gdb.cp/nsrecurs.cc: New test program.
5804 * gdb.cp/nsstress.exp: New test.
5805 * gdb.cp/nsstress.cc: New test program.
5806 * gdb.cp/nsdecl.exp: New test.
5807 * gdb.cp/nsdecl.cc: New test program.
5808
5809 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5810
5811 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
5812 imported into file scope.
5813 Marked test as xfail.
5814 * gdb.cp/namespace-using.cc (marker5): New function.
5815 * gdb.cp/shadow.exp: New test.
5816 * gdb.cp/shadow.cc: New test program.
5817 * gdb.cp/nsimport.exp: New test.
5818 * gdb.cp/nsimport.cc: New test program.
5819
5820 2010-01-25 Tom Tromey <tromey@redhat.com>
5821
5822 PR gdb/11049:
5823 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
5824 with "set print null-stop on".
5825
5826 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5827
5828 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
5829 Adjust it for DISASSEMBLY_OMIT_FNAME.
5830
5831 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5832
5833 PR symtab/11199:
5834 * gdb.dwarf2/member-ptr-forwardref.exp,
5835 gdb.dwarf2/member-ptr-forwardref.S: New.
5836
5837 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5838
5839 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
5840 (thread1_func): Protect thread1_tid with thread1_tid_cond by
5841 thread1_tid_mutex. Remove gdbstop_mutex handling.
5842 (thread2_func): Protect thread2_tid with thread2_tid_cond by
5843 thread2_tid_mutex. Remove gdbstop_mutex handling.
5844 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
5845 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
5846 pthread_cond_wait conditionalizations by while loops.
5847
5848 2010-01-20 Tom Tromey <tromey@redhat.com>
5849
5850 PR backtrace/10770:
5851 * gdb.dwarf2/pr10770.exp: New file.
5852 * gdb.dwarf2/pr10770.c: New file.
5853 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
5854
5855 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
5856
5857 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
5858 that target was removed, and the test always runs native anyway.
5859
5860 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5861
5862 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
5863 gdb.base/watchpoint-cond-gone-stripped.c: New.
5864
5865 2010-01-19 Tom Tromey <tromey@redhat.com>
5866
5867 PR c++/8000:
5868 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
5869 existing tests.
5870 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
5871 (main): Use AAA::SomeEnum.
5872
5873 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5874
5875 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
5876 (test_ignore_count): Declare line_callme_body global.
5877 (run to breakpoint with ignore count): Use line_callme_body.
5878 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
5879 (set line_main_hello, set line_main_return): Reindent.
5880 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
5881 New.
5882 (continue to callee4): Use line_callee4_body.
5883 (check *stopped from CLI command): Use line_callee4_next.
5884 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
5885 (set line_main_hello, set line_main_return): Reindent.
5886 (set line_callee4_head, set line_callee4_body): New.
5887 (continue to callee4): Use line_callee4_body.
5888
5889 2010-01-18 Tom Tromey <tromey@redhat.com>
5890
5891 PR c++/9680:
5892 * gdb.cp/casts.cc: Add new classes and variables.
5893 * gdb.cp/casts.exp: Test new operators.
5894
5895 2010-01-18 Tom Tromey <tromey@redhat.com>
5896 Thiago Jung Bauermann <bauerman@br.ibm.com>
5897
5898 * gdb.python/source2.py: New file.
5899 * gdb.python/source1: New file.
5900 * gdb.python/python.exp: Test "source" command.
5901
5902 2010-01-15 Stan Shebs <stan@codesourcery.com>
5903
5904 * gdb.trace/tfile.c: New file.
5905 * gdb.trace/tfile.exp: New file.
5906
5907 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5908
5909 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
5910
5911 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
5914
5915 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5916
5917 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
5918 (libfunc): New parameter action. Implement also selectable "sleep".
5919 * gdb.base/break-interp-main.c: Include assert.h.
5920 (libfunc): New parameter action.
5921 (main): New parameters argc and argv. Assert argc. Pass argv.
5922 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
5923 (test_attach): New proc.
5924 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
5925 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
5926
5927 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5928
5929 * gdb.base/break-interp.exp (test_core): New proc.
5930 (test_ld): Call it.
5931
5932 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5933
5934 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
5935 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
5936 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
5937 and gdb_compile_shlib. Use new -Wl compiler options.
5938 (dl bt, main bt): New tests.
5939
5940 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5941
5942 Support PIEs with no symfile_objfile.
5943 * gdb.base/break-interp.exp: New argument at the test_ld calls.
5944 (test_ld): New parameter trynosym.
5945 (test_ld <$trynosym>): New block.
5946
5947 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5948
5949 * gdb.base/break-interp.exp: New file.
5950
5951 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5952
5953 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
5954 * gdb.python/py-prettyprint.py (pp_ls): New printer.
5955 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
5956 test.
5957 * gdb.python/py-prettyprint.c: Define lazystring test structure.
5958 * gdb.python/py-mi.exp: Add lazy string test.
5959
5960 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5961
5962 * lib/mi-support.exp (mi_check_thread_states): Handle
5963 core number in thread listing.
5964
5965 2010-01-12 Joel Brobecker <brobecker@adacore.com>
5966
5967 * gdb.base/maint.exp: Adjust the expected output for the
5968 "maint print type" test. Use gdb_test_multiple instead of
5969 gdb_sent/gdb_expect.
5970
5971 2010-01-11 Doug Evans <dje@google.com>
5972
5973 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
5974 from gdbserver_download. All callers updated.
5975
5976 * gdb.server/ext-run.exp: "info os processes" requires xml support.
5977
5978 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5979
5980 Implement binary numbers parsing.
5981 * gdb.base/printcmds.exp (test_integer_literals_accepted)
5982 (test_integer_literals_rejected): New binary tests.
5983
5984 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5985
5986 * gdb.cell/configure: Regenerate.
5987
5988 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5989
5990 * gdb.base/corefile.exp: Move the core finding block out and call it as
5991 core_find, new variable $corefile, replace corefile by $corefile and
5992 [file tail $corefile] for usage vs. test names resp.
5993 * lib/gdb.exp (core_find): Move it as a new function here. New
5994 parameter binfile and deletefiles. New variable $destcore. Pre-delete
5995 $destcore. Return "" on error.
5996
5997 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5998
5999 Workaround PR binutils/10802.
6000 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
6001 (twice).
6002
6003 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6004
6005 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
6006
6007 2010-01-08 Joel Brobecker <brobecker@adacore.com>
6008
6009 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
6010 call, to avoid interruption.
6011
6012 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6013
6014 * gdb.stabs/weird.def (args93): New.
6015
6016 2010-01-07 Doug Evans <dje@google.com>
6017
6018 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
6019
6020 2010-01-07 Tom Tromey <tromey@redhat.com>
6021
6022 * gdb.base/source.exp: Use correct line number.
6023
6024 2010-01-05 Stan Shebs <stan@codesourcery.com>
6025
6026 * gdb.trace/tracecmd.exp: Test ftrace.
6027
6028 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6029
6030 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
6031
6032 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6033
6034 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
6035 "uint_for_mi_testing".
6036
6037 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6038
6039 Test indented comment in file being sourced.
6040 * gdb.base/commands.exp: Test indented comment in file being sourced.
6041
6042 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6043
6044 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
6045 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
6046 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
6047 notice.
6048
6049 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6050
6051 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
6052 notice.
6053
6054 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6055
6056 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
6057 missing $after_stopped and comma (,) expectation.
6058
6059 2009-12-31 Stan Shebs <stan@codesourcery.com>
6060
6061 * gdb.trace/actions.exp: Test teval action.
6062
6063 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6064
6065 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
6066 (top level): Call test_watchpoint_in_big_blob.
6067 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
6068 watchpoints.
6069 (func3): Write to buf.
6070
6071 2009-12-29 Stan Shebs <stan@codesourcery.com>
6072
6073 * gdb.trace/actions.exp: Test default-collect.
6074
6075 2009-12-28 Stan Shebs <stan@codesourcery.com>
6076
6077 * gdb.trace/tsv.exp: New file.
6078 * gdb.base/completion.exp: Update ambiguous info output.
6079
6080 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6081
6082 * gdb.base/find.c (main): Reference search buffers.
6083 * gdb.base/included.c (main): Reference integer.
6084 * gdb.base/ptype.c (charfoo): Declare.
6085 (intfoo): Call charfoo.
6086 * gdb.base/scope0.c (useitp): New function.
6087 (usestatics): Use useitp.
6088 (useit): Add a type for val.
6089 * gdb.base/scope1.c (useit1): Take a pointer argument.
6090 (usestatics1): Update calls to useit1.
6091 * gdb.cp/call-c.cc: Declare foo.
6092 (main): Call foo.
6093 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
6094 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
6095 (main): Call C::ensureRefs and ensureOtherRefs.
6096 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
6097 variables.
6098 (ensureOtherRefs): New function.
6099 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
6100 * gdb.cp/templates.cc (main): Call t5i.value.
6101
6102 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6103
6104 Fix compatibility with G++-4.5.
6105 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
6106 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
6107 (uncaught return): Remove.
6108
6109 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6110 Phil Muldoon <pmuldoon@redhat.com>
6111
6112 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
6113 (bp_location13, bp_location14, bp_location17, bp_location18)
6114 (marker3_proto, marker4_proto): New variables.
6115 (breakpoint info): Update output.
6116 (run until breakpoint at marker3, run until breakpoint at marker4): New
6117 tests.
6118
6119 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6120
6121 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
6122 Replace the printf call of Y by provided "y-set-1" label. New block
6123 for the second shared library.
6124 * gdb.base/unload.exp: Compile also the second library, call
6125 gdb_load_shlibs also for it. Use now gdb_breakpoint.
6126 (single pending breakpoint info): Rename to ...
6127 (pending breakpoint info before run): ... this extended test.
6128 (libfile2, libname2, libsrcfile2, libsrc2)
6129 (lib_sl2): New variables.
6130 (exec_opts): Set also SHLIB_NAME2.
6131 (pending breakpoint info on first run at shrfunc1)
6132 (pending breakpoint info on second run at shrfunc1)
6133 (pending breakpoint info on second run at shrfunc2)
6134 (print y from libfile, print y from libfile2): New tests.
6135 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
6136 * gdb.base/unloadshr2.c: New.
6137
6138 2009-12-22 Hui Zhu <teawater@gmail.com>
6139
6140 * gdb.reverse/sigall-reverse.exp: Adjust.
6141
6142 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6143
6144 PR gdb/10884
6145
6146 * gdb.mi/var-cmd.c (do_bitfield_tests): New
6147 (main): Call do_bitfield_tests.
6148 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
6149
6150 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6151
6152 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
6153 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
6154 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
6155 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
6156 gdb.modula2/unbounded1.c: Update copyright header.
6157
6158 2009-12-10 Chris Moller <moller@mollerware.com>
6159
6160 PR gdb/9399
6161 * gdb.cp/virtfunc2.exp: New tests
6162 * gdb.cp/virtfunc2.cc: New tests
6163 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
6164
6165 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
6166
6167 * gdb.reverse/i387-env-reverse.c: New file.
6168 * gdb.reverse/i387-env-reverse.exp: New file.
6169 * gdb.reverse/i387-stack-reverse.c: New file.
6170 * gdb.reverse/i387-stack-reverse.exp: New file.
6171
6172 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6173
6174 * gdb.python/py-type.exp (test_range): New test.
6175
6176 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
6177
6178 PR python/10805
6179
6180 * gdb.python/py-type.exp: New file.
6181 * gdb.python/py-type.c: New file.
6182 * Makefile.in: Add py-type.
6183
6184 2009-12-03 Tom Tromey <tromey@redhat.com>
6185
6186 * gdb.python/py-value.exp (test_parse_and_eval): New
6187 function.
6188
6189 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6190
6191 PR gdb/11022
6192
6193 * gdb.base/pr11022.exp: New test.
6194 * gdb.base/pr11022.c: New test.
6195
6196 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 Fix spurious false FAILs.
6199 * gdb.base/structs.c (chartest): New.
6200 (main): Fill-in chartest.
6201 * gdb.base/structs.exp (anychar_re, first): New.
6202 (start_structs_test): Import global anychar_re and first.
6203 New gdb_test call "set print elements 300; ${testfile}"
6204 (start_structs_test <$first>): New block.
6205 (any): Import global anychar_re. New variable ac. Use ${ac}.
6206
6207 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6208
6209 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
6210
6211 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6212
6213 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
6214 Force $srcfile file.
6215 * gdb.base/foll-fork.c (callee): Comment out the printf call.
6216
6217 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6218
6219 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
6220 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
6221 * gdb.threads/watchthreads-reorder.exp: Likewise.
6222
6223 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6224
6225 PR gdb/8704
6226
6227 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
6228 "if", and "thread". Correct matching in the previous test.
6229
6230 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
6231
6232 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
6233
6234 2009-11-23 Michael Snyder <msnyder@vmware.com>
6235
6236 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
6237 * gdb.reverse-watch-precsave.exp: Ditto.
6238
6239 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6240
6241 * gdb.asm/asm-source.exp: Adjust.
6242 * gdb.base/help.exp: Adjust.
6243
6244 2009-11-22 Pedro Alves <pedro@codesourcery.com>
6245
6246 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
6247 (do_syscall_tests_without_xml): Set data-directory to
6248 /the/path/to/nowhere.
6249
6250 2009-11-21 Pedro Alves <pedro@codesourcery.com>
6251
6252 * gdb.threads/local-watch-wrong-thread.c,
6253 gdb.threads/local-watch-wrong-thread.exp: New files.
6254
6255 2009-11-21 Pedro Alves <pedro@codesourcery.com>
6256
6257 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
6258 assume new `regsub' syntax available.
6259
6260 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6261
6262 * gdb.base/watchpoint-hw-hit-once.exp,
6263 gdb.base/watchpoint-hw-hit-once.c: New.
6264
6265 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6266
6267 * gdb.threads/watchthreads-reorder.exp,
6268 gdb.threads/watchthreads-reorder.c: New.
6269
6270 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
6271
6272 * gdb.xml/tdesc-regs.exp: Use for m68k.
6273
6274 2009-11-15 Pedro Alves <pedro@codesourcery.com>
6275
6276 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
6277
6278 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6279
6280 * lib/gdb.exp (current_target_name): New procedure.
6281 (gdb_wrapper_target): New variable.
6282 (gdb_wrapper_init): Set gdb_wrapper_target.
6283 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
6284 wrapper.
6285
6286 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6287
6288 * gdb.base/remote.exp: Delete the slowest load test.
6289 Do not load with fixed packet sizes.
6290
6291 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6292
6293 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
6294
6295 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6296
6297 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
6298 srcfile when setting a breakpoint.
6299
6300 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
6301
6302 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
6303 macros.
6304
6305 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6306
6307 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
6308 to be in memory.
6309 * gdb.base/display.c (force_mem): New.
6310 (do_loops): Use it. Add breakpoint comments.
6311 (do_vars): Add a breakpoint comment.
6312 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
6313 line numbers.
6314
6315 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
6316
6317 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
6318 instead of a bare "run".
6319
6320 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6321
6322 * gdb.python/py-prettyprint.exp: Adjust.
6323
6324 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6325
6326 * lib/cell.exp (skip_cell_tests): Clean up test files before
6327 returning.
6328
6329 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6330
6331 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
6332 and the breakpoint menu. Do not call perror if a prompt is seen.
6333 Consume the following GDB prompt.
6334 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
6335 * gdb.cp/namespace.exp: Use gdb_test.
6336 * gdb.cp/templates.exp: Use gdb_test.
6337 (test_template_breakpoints): Use gdb_test_multiple.
6338
6339 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6340
6341 * gdb.base/break1.c (struct some_struct, values): Move earlier.
6342 (marker4): Reference values.
6343
6344 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6345
6346 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
6347 is missing.
6348
6349 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6350
6351 * gdb.base/break.c (need_malloc): New.
6352 * gdb.base/constvars.c (main): Reference crass and crisp.
6353 * gdb.base/gdb1821.c (main): Reference bar.
6354 * gdb.cp/gdb1355.cc (main): Reference s1.
6355 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
6356 (main): Call them.
6357 * gdb.cp/hang2.cc (dummy2): Define.
6358 * gdb.cp/hang3.cc (dummy3): Define.
6359 * gdb.cp/m-data.cc (main): Reference shadow.
6360
6361 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6362 Nathan Froyd <froydnj@codesourcery.com>
6363
6364 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
6365 remote host.
6366
6367 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
6368
6369 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
6370 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
6371 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6372 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6373 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6374 * gdb.dwarf2/dw2-producer.exp: Likewise.
6375 * gdb.dwarf2/mac-fileno.exp: Likewise.
6376 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
6377 py-prettyprint.py to the remote host.
6378 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
6379
6380 2009-11-11 Keith Seitz <keiths@redhat.com>
6381
6382 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
6383 use it instead of "Foo".
6384 * gdb.cp/classes.exp (do_tests): Add a test to access
6385 a method through a typedef'd class name.
6386
6387 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
6388
6389 * gdb.base/long_long.exp: Permit leading zeros on floating-point
6390 exponents.
6391 * gdb.base/pointers.exp: Likewise.
6392 * gdb.cp/ref-types.exp: Likewise.
6393
6394 2009-11-11 Keith Seitz <keiths@redhat.com>
6395
6396 * gdb.cp/cplusfuncs.cc (class foo): Add operators
6397 new[] and delete[].
6398 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
6399 "void".
6400 (probe_demangler): Remove all single-quoting of
6401 method and variable names.
6402 (info_func_regexp): Remove the word "void" from any
6403 occurrence of "(void)".
6404 (print_addr_2): Remove all single-quoting of
6405 method names.
6406 (print_addr_2_kfail): Likewise.
6407 (print_addr): Single-quote C function names before
6408 passing to print_addr_2.
6409 (test_paddr_operator_functions): Remove single-quoting
6410 for method names.
6411 Add tests for operator new[] and operator delete[].
6412
6413 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6414
6415 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
6416
6417 2009-11-09 Keith Seitz <keiths@redhat.com>
6418
6419 * gdb.cp/overload.exp: Add tests for resolving overloaded
6420 methods in expression parsing/evaluation.
6421
6422 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6423
6424 * lib/gdb.exp (default_gdb_version): Use --version instead of
6425 --command.
6426
6427 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
6428
6429 * lib/gdb.exp (gdb_compile_test): New.
6430 (skip_ada_tests, skip_java_tests): New.
6431 (gdb_compile): Use gdb_compile_test for f77.
6432 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
6433 * lib/java.exp (compile_java_from_source): Remove runtests check,
6434 use gdb_compile_test to record result.
6435 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
6436 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
6437 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
6438 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
6439 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
6440 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
6441 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
6442 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
6443 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
6444 adjust gdb_compile invocations.
6445
6446 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6447
6448 * Makefile.in (abs_builddir): New.
6449 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
6450 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
6451 `$(abs_builddir)/site.exp'.
6452
6453 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
6454
6455 * config/m68k-emc.exp, lib/emc-support.exp,
6456 gdb.trace/gdb_c_test.c: Delete.
6457 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
6458 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
6459 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6460 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
6461 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6462 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
6463 casing for m68k-*-elf.
6464
6465 2009-11-03 Pedro Alves <pedro@codesourcery.com>
6466
6467 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
6468 * gdb.arch/i386-prologue.exp: Likewise.
6469 * gdb.arch/i386-unwind.exp: Likewise.
6470
6471 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6472
6473 * lib/gdb.exp (gdb_expect): Fix timeout typo.
6474
6475 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6476
6477 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
6478
6479 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6480
6481 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
6482
6483 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6484
6485 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
6486
6487 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
6490 * gdb.base/sepdebug2.c: New file.
6491
6492 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6493
6494 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
6495 the modified warnings for catch syscall. Verify if GDB was compiled
6496 with support for lib expat, and choose which tests to run depending
6497 on this.
6498
6499 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
6500
6501 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
6502 that composite commands are parsed OK. And also test
6503 that breakpoint commands do work.
6504
6505 2009-10-23 Michael Snyder <msnyder@vmware.com>
6506
6507 gdb.reverse/consecutive-precsave.exp: Change expect pattern
6508 to allow for new disassembly style.
6509
6510 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6511
6512 * gdb.asm/asm-source.exp: Adjust.
6513
6514 2009-10-22 Michael Snyder <msnyder@vmware.com>
6515
6516 * gdb.reverse/break-precsave.exp: New test.
6517 * gdb.reverse/consecutive-precsave.exp: Ditto.
6518 * gdb.reverse/finish-precsave.exp: Ditto.
6519 * gdb.reverse/i386-precsave.exp: Ditto.
6520 * gdb.reverse/machinestate-precsave.exp: Ditto.
6521 * gdb.reverse/sigall-precsave.exp: Ditto.
6522 * gdb.reverse/solilb-precsave.exp: Ditto.
6523 * gdb.reverse/step-precsave.exp: Ditto.
6524 * gdb.reverse/until-precsave.exp: Ditto.
6525 * gdb.reverse/watch-precsave.exp: Ditto.
6526
6527 2009-10-22 Michael Snyder <msnyder@vmware.com>
6528
6529 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
6530 for gdb_expect. Adjust one test's expect strings for the new
6531 format of disassemble.
6532 * gdb.reverse/finish-reverse.exp: Delete 'return'.
6533 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
6534 gdb_test_multiple.
6535 * gdb.reverse/step-reverse.exp: Delete 'return'.
6536 * gdb.reverse/until-reverse.exp: Delete blank lines.
6537 * gdb.reverse/watch-reverse.exp: Delete blank lines.
6538
6539 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6540
6541 * gdb.base/consecutive.exp: Adjust.
6542 * gdb.base/display.exp: Likewise.
6543 * gdb.base/pc-fp.exp: Likewise.
6544 * gdb.base/sigbpt.exp: Likewise.
6545
6546 2009-10-19 Michael Snyder <msnyder@vmware.com>
6547
6548 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
6549 * gdb.reverse/finish-reverse.c: Ditto.
6550 * gdb.reverse/sigall-reverse.c: Ditto.
6551 * gdb.reverse/solib-reverse.c: Ditto.
6552 * gdb.reverse/step-reverse.c: Ditto.
6553 * gdb.reverse/watch-reverse.c: Ditto.
6554
6555 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6556 Stan Shebs <stan@codesourcery.com>
6557
6558 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
6559 * gdb.base/foll-exec.exp: Adjust to expect a process id before
6560 "Executing new program".
6561 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
6562 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
6563 left listed after having been killed.
6564 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
6565 * gdb.base/maint.exp: Adjust test.
6566
6567 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
6568 * gdb.multi/Makefile.in: New.
6569 * gdb.multi/base.exp: New.
6570 * gdb.multi/goodbye.c: New.
6571 * gdb.multi/hangout.c: New.
6572 * gdb.multi/hello.c: New.
6573 * gdb.multi/bkpt-multi-exec.c: New.
6574 * gdb.multi/bkpt-multi-exec.exp: New.
6575 * gdb.multi/crashme.c: New.
6576
6577 2009-10-13 Tristan Gingold <gingold@adacore.com>
6578
6579 * gdb.base/sepdebug.exp: Check debug info are found.
6580
6581 2009-10-08 Pedro Alves <pedro@codesourcery.com>
6582
6583 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
6584 bits.
6585
6586 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
6589
6590 2009-10-07 Joel Brobecker <brobecker@adacore.com>
6591
6592 * gdb.base/watchpoints.c: Add copyright header. Reformat one
6593 of the comments.
6594
6595 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
6596
6597 * gdb.base/annota1.exp: Remove obsolete match_max increase.
6598 * gdb.base/annota3.exp: Idem.
6599 * gdb.base/maint.exp: Idem.
6600
6601 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
6602
6603 * lib/gdb.exp (default_gdb_init): Set current value of match_max
6604 to default.
6605
6606 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6607
6608 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
6609 mingw and cygwin targets.
6610
6611 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6612 Pedro Alves <pedro@codesourcery.com>
6613
6614 * lib/gdb.exp (gdb_compile): Avoid adding
6615 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
6616
6617 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6618
6619 * gdb.base/shr1.c: Use %p in format string.
6620 * gdb.base/unload.c: Avoid warning in fprintf.
6621 * gdb.base/watchpoint-solib.c: Idem.
6622
6623 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6624
6625 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
6626 long type.
6627 (test_unlink): Correct printf string.
6628 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
6629 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
6630
6631 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6632
6633 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
6634 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
6635 * gdb.arch/ia64-breakpoint-shadow.S: New file.
6636
6637 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6638
6639 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
6640 * gdb.objc/nondebug.exp: Likewise.
6641
6642 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6643
6644 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
6645 target_info setting.
6646
6647 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
6648 that detect new threads during "info threads".
6649
6650 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6651
6652 * gdb.threads/manythreads.c (main): Increase thread stack size
6653 to 2*PTHREAD_STACK_MIN.
6654 * gdb.threads/multi-create.c (main): Likewise.
6655 (create_function): Likewise.
6656
6657 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6658
6659 * gdb.base/dump.exp: Pass difference of pointer types instead
6660 of integer types as offset to restore in intarr3.srec case.
6661
6662 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6663
6664 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
6665
6666 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6667
6668 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
6669
6670 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6671
6672 New test for two watchpoints, with disabling of
6673 the first inserted.
6674 * testsuite/gdb.base/watchpoints.c: New file.
6675 * testsuite/gdb.base/watchpoints.exp: New file.
6676
6677 2009-09-25 Tom Tromey <tromey@redhat.com>
6678
6679 * gdb.base/charset.exp: Test utf-16 strings with Python.
6680
6681 2009-09-25 Tom Tromey <tromey@redhat.com>
6682
6683 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
6684 UCS-4.
6685 * gdb.base/charset.c (utf_32_string): Rename.
6686 (init_utf32): Rename.
6687 (main): Update.
6688
6689 2009-09-22 Tom Tromey <tromey@redhat.com>
6690
6691 * gdb.python/py-function.exp: Add regression tests.
6692
6693 2009-09-21 Keith Seitz <keiths@redhat.com>
6694
6695 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
6696 with invalid operator.
6697
6698 2009-09-21 Keith Seitz <keiths@redhat.com>
6699
6700 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
6701 and destructor using typedef name of class.
6702 * gdb.cp/classes.cc (class Base1): Add a destructor.
6703 (base1): New typedef.
6704 (use_methods): Instanitate an object of type base1.
6705 * gdb.cp/templates.exp (test_template_typedef): New procedure.
6706 (do_tests): Call test_template_typedef.
6707 * gdb.cp/templates.cc (Baz::~Baz): New method.
6708 (intBazOne): New typedef.
6709 (main): Instantiate intBazOne.
6710
6711 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6712
6713 PR python/10633
6714
6715 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
6716 Function.
6717 (run_lang_tests): Add print elements test.
6718
6719 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6720
6721 * gdb.python/py-value.exp (test_subscript_regression): New
6722 function. Test for invalid subscripts.
6723 * gdb.python/py-value.c (main): Add test array, and pointer to it.
6724 (ptr_ref): New function.
6725
6726 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6727
6728 * gdb.base/default.exp: Fix "show convenience".
6729
6730 2009-09-15 Tom Tromey <tromey@redhat.com>
6731
6732 * lib/mi-support.exp (mi_create_varobj): Update.
6733 (mi_create_floating_varobj): Likewise.
6734 (mi_create_dynamic_varobj): New proc.
6735 (mi_varobj_update): Update.
6736 (mi_varobj_update_with_type_change): Likewise.
6737 (mi_varobj_update_kv_helper): New proc.
6738 (mi_varobj_update_dynamic_helper): Rewrite.
6739 (mi_varobj_update_dynamic): New proc.
6740 (mi_list_varobj_children): Update.
6741 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
6742 * gdb.python/python-prettyprint.py (pp_outer): New class.
6743 (pp_nullstr): Likewise.
6744 (lookup_function): Register new printers.
6745 * gdb.python/python-prettyprint.c (struct substruct): New type.
6746 (struct outerstruct): Likewise.
6747 (substruct_test): New function.
6748 (struct nullstr): New type.
6749 (string_1, string_2): New globals.
6750 (main): Add new tests.
6751 * gdb.python/python-mi.exp: Added regression tests.
6752 * gdb.mi/mi2-var-display.exp: Update.
6753 * gdb.mi/mi2-var-cmd.exp: Update.
6754 * gdb.mi/mi2-var-child.exp: Update.
6755 * gdb.mi/mi2-var-block.exp: Update.
6756 * gdb.mi/mi-var-invalidate.exp: Update.
6757 * gdb.mi/mi-var-display.exp: Update.
6758 * gdb.mi/mi-var-cmd.exp: Update.
6759 * gdb.mi/mi-var-child.exp: Update.
6760 * gdb.mi/mi-var-block.exp: Update.
6761 * gdb.mi/mi-break.exp: Update.
6762 * gdb.mi/gdb701.exp: Update.
6763
6764 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6765
6766 * Makefile.in: Inclusion of catch-syscall object.
6767 * gdb.base/catch-syscall.c: New file.
6768 * gdb.base/catch-syscall.exp: New file.
6769
6770 2009-09-12 Michael Snyder <msnyder@vmware.com>
6771
6772 * gdb.reverse/step-reverse.exp: Explicitly check for targets
6773 that can support reverse debuggnig.
6774
6775 2009-09-11 Tom Tromey <tromey@redhat.com>
6776
6777 * gdb.dwarf2/valop.S: New file.
6778 * gdb.dwarf2/valop.exp: New file.
6779
6780 2009-09-11 Mark Kettenis <kettenis@gnu.org>
6781
6782 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
6783
6784 2009-09-10 Doug Evans <dje@google.com>
6785
6786 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
6787 Add $gdb_prompt to second breakpoint regexp.
6788
6789 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
6790
6791 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
6792 names, add missing ones.
6793 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
6794 * gdb.python/py-frame.c: Rename from python-frame.c.
6795 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
6796 testfile name.
6797 * gdb.python/py-function.exp: Rename from python-function.exp.
6798 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
6799 testfile name.
6800 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
6801 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
6802 Adjust testfile name.
6803 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
6804 * gdb.python/py-template.cc: Rename from python-template.cc.
6805 * gdb.python/py-template.exp: Rename from python-template.exp.
6806 Adjust testfile name.
6807 * gdb.python/py-value.c: Rename from python-value.c.
6808 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
6809 testfile name.
6810
6811 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6812
6813 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
6814 $bpt2address.
6815 (Second breakpoint address is valid on ia64)
6816 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
6817
6818 2009-09-03 Joseph Myers <joseph@codesourcery.com>
6819
6820 * gdb.base/ending-run.exp: Restrict regular expression matching
6821 line number to require closing brace following.
6822
6823 2009-09-03 Doug Evans <dje@google.com>
6824
6825 * gdb.base/store.exp (check_set): Fix typo in expected value message.
6826
6827 2009-09-02 Tom Tromey <tromey@redhat.com>
6828
6829 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
6830
6831 2009-09-02 Tom Tromey <tromey@redhat.com>
6832
6833 * gdb.dwarf2/callframecfa.exp: New file.
6834 * gdb.dwarf2/callframecfa.S: New file.
6835
6836 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6837
6838 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
6839 gdb.base/solib-overlap-main.c: New.
6840
6841 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
6842
6843 PR gdb/10565
6844
6845 * gdb.base/bitfields.c (struct container, container): New.
6846 (main): Initialize it and call break5.
6847 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
6848
6849 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6850
6851 Support constant DW_AT_data_member_location by GCC PR debug/40659.
6852 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
6853
6854 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6855
6856 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
6857
6858 2009-08-26 Michael Snyder <msnyder@vmware.com>
6859
6860 * gdb.base/i386-reverse.c: New file.
6861 * gdb.base/i386-reverse.exp: New file.
6862 * gdb.base/Makefile.in: Add new files to be removed.
6863
6864 2009-08-26 Joseph Myers <joseph@codesourcery.com>
6865
6866 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
6867 environment-pwd for remote host.
6868 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
6869
6870 2009-08-24 Keith Seitz <keiths@redhat.com>
6871
6872 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
6873 Add two new C++ completer tests which limit the output to a
6874 given class.
6875
6876 2009-08-24 Michael Snyder <msnyder@vmware.com>
6877
6878 * gdb.base/del.exp: Fix typo in comment.
6879 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
6880
6881 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6882
6883 * configure: Regenerate.
6884 * gdb.hp/configure: Likewise.
6885 * gdb.hp/gdb.aCC/configure: Likewise.
6886 * gdb.hp/gdb.base-hp/configure: Likewise.
6887 * gdb.hp/gdb.compat/configure: Likewise.
6888 * gdb.hp/gdb.defects/configure: Likewise.
6889 * gdb.hp/gdb.objdbg/configure: Likewise.
6890 * gdb.stabs/configure: Likewise.
6891
6892 2009-08-19 Doug Evans <dje@google.com>
6893
6894 * gdb.base/gdbvars.c: New file.
6895 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
6896
6897 2009-08-14 Pedro Alves <pedro@codesourcery.com>
6898
6899 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6900 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
6901
6902 2009-08-13 Pedro Alves <pedro@codesourcery.com>
6903
6904 * gdb.base/default.exp: Adjust "set language test": it's now an
6905 enum command. Larger help string moved to "help set language".
6906 * gdb.base/help.exp: Adjust "help set language" expected output,
6907 now lists all known languages.
6908
6909 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
6910
6911 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
6912 all frame arguments.
6913 * gdb.arch/altivec-regs.exp: Likewise.
6914
6915 2009-08-07 Tom Tromey <tromey@redhat.com>
6916
6917 * gdb.base/setshow.exp: Add tests for changes to set language, set
6918 check range, and set check type.
6919
6920 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6921
6922 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
6923 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
6924 Call it.
6925
6926 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6927
6928 * configure.ac: Run gdb.cell tests when appropriate.
6929 * configure: Regenerate.
6930 * lib/cell.exp: New file.
6931 * gdb.cell: New directory.
6932 * gdb.cell/configure.ac: New file.
6933 * gdb.cell/configure: New file.
6934 * gdb.cell/Makefile.in: New file.
6935 * gdb.cell/arch.exp: New file.
6936 * gdb.cell/break.c: New file.
6937 * gdb.cell/break.exp: New file.
6938 * gdb.cell/break-spu.c: New file.
6939 * gdb.cell/bt.c: New file.
6940 * gdb.cell/bt2-spu.c: New file.
6941 * gdb.cell/bt-spu.c: New file.
6942 * gdb.cell/bt.exp: New file.
6943 * gdb.cell/coremaker.c: New file.
6944 * gdb.cell/coremaker-spu.c: New file.
6945 * gdb.cell/core.exp: New file.
6946 * gdb.cell/gcore.exp: New file.
6947 * gdb.cell/data.c: New file.
6948 * gdb.cell/data.exp: New file.
6949 * gdb.cell/data-spu.c: New file.
6950 * gdb.cell/ea-cache.exp: New file.
6951 * gdb.cell/ea-cache.c: New file.
6952 * gdb.cell/ea-cache-spu.c: New file.
6953 * gdb.cell/ea-standalone.c: New file.
6954 * gdb.cell/ea-standalone.exp: New file.
6955 * gdb.cell/ea-test.c: New file.
6956 * gdb.cell/ea-test.exp: New file.
6957 * gdb.cell/f-regs.exp: New file.
6958 * gdb.cell/mem-access.c: New file.
6959 * gdb.cell/mem-access.exp: New file.
6960 * gdb.cell/mem-access-spu.c: New file.
6961 * gdb.cell/ptype.exp: New file.
6962 * gdb.cell/registers.exp: New file.
6963 * gdb.cell/size.c: New file.
6964 * gdb.cell/sizeof.exp: New file.
6965 * gdb.cell/size-spu.c: New file.
6966 * gdb.cell/solib.exp: New file.
6967 * gdb.cell/solib-symbol.exp: New file.
6968
6969 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6970
6971 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
6972
6973 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6974
6975 * gdb.base/float.exp: Handle VFP registers.
6976
6977 2009-07-14 Michael Snyder <msnyder@vmware.com>
6978
6979 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
6980 to bring gdb to the beginning of the calling line.
6981
6982 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
6983 confusing the i386 epilogue unwinder.
6984
6985 2009-07-14 Stan Shebs <stan@codesourcery.com>
6986
6987 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
6988
6989 2009-07-14 Michael Snyder <msnyder@vmware.com>
6990
6991 * gdb.reverse/step-reverse.exp (stepi into function call):
6992 Call instruction may not be first instruction in the line.
6993 (reverse stepi from a function call): Used wrong line number.
6994
6995 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
6998
6999 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7000
7001 Fix gdb.base/macscp.exp when using custom inputrc.
7002 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
7003 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
7004 env(TERM) set.
7005 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
7006 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
7007
7008 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7009
7010 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
7011 * gdb.base/annota1.exp (thread_test): Import global $testfile.
7012 Change the compilation target to match the testcase name.
7013 * gdb.base/sect-cmd.exp: Change the compilation target to match the
7014 testcase name.
7015 * a2-run.exp: Use for setup prepare_for_testing. Change the
7016 compilation target to match the testcase name.
7017 * gdb.base/commands.exp: Likewise.
7018 * gdb.base/finish.exp: Likewise.
7019 * gdb.base/float.exp: Likewise.
7020 * gdb.base/info-target.exp: Likewise.
7021 * gdb.base/relational.exp: Likewise.
7022 * gdb.base/term.exp: Likewise.
7023 * gdb.base/until.exp: Likewise.
7024 * gdb.base/volatile.exp: Likewise.
7025 * gdb.base/whatis-exp.exp: Likewise.
7026
7027 2009-07-11 Hui Zhu <teawater@gmail.com>
7028
7029 * gdb.base/help.exp (disassemble): Update expected help text.
7030
7031 2009-07-09 Tom Tromey <tromey@redhat.com>
7032
7033 * lib/gdb.exp: Handle TRANSCRIPT.
7034 (remote_spawn, remote_close, send_gdb): New procs.
7035
7036 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
7037
7038 * gdb.python/python-prettyprint.c: Add counted null string
7039 structure.
7040 * gdb.python/python-prettyprint.exp: Print null string. Test for
7041 embedded nulls.
7042 * gdb.python/python-prettyprint.py (pp_ns): New Function.
7043 * gdb.python/python-value.exp (test_value_in_inferior): Add
7044 variable length string fetch tests.
7045 * gdb.python/python-value.c (main): Add strings for string fetch tests.
7046
7047 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7048
7049 * gdb.base/dump.exp (inaccessible memory is reported): New test.
7050
7051 2009-07-07 Tom Tromey <tromey@redhat.com>
7052
7053 * gdb.base/call-rt-st.exp: Update for change to escape output.
7054 * gdb.base/callfuncs.exp: Likewise.
7055 * gdb.base/charset.exp: Likewise.
7056 * gdb.base/constvars.exp: Likewise.
7057 * gdb.base/long_long.exp: Likewise.
7058 * gdb.base/pointers.exp: Likewise.
7059 * gdb.base/printcmds.exp: Likewise.
7060 * gdb.base/setvar.exp: Likewise.
7061 * gdb.base/store.exp: Likewise.
7062 * gdb.cp/ref-types.exp: Likewise.
7063 * gdb.mi/mi-var-child.exp: Likewise.
7064 * gdb.mi/mi-var-display.exp: Likewise.
7065 * gdb.mi/mi2-var-display.exp: Likewise.
7066 * gdb.base/charset.exp: Test octal escape sequence length.
7067 Update for change to escape output.
7068
7069 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7070
7071 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
7072
7073 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
7074
7075 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
7076
7077 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7078
7079 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
7080 gdbserver increasing $portnum if "Can't bind address" has been seen.
7081
7082 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7083
7084 * gdb.base/ending-run.exp: Add "step out of main" pattern for
7085 mingw32ce.
7086
7087 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7088
7089 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
7090 VFP format.
7091
7092 2009-07-02 Pedro Alves <pedro@codesourcery.com>
7093
7094 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
7095 linux. Adjust to use "inferior", "info inferiors", "detach
7096 inferior" and "kill inferior" instead of "restart", "info fork",
7097 "detach fork" and "delete fork".
7098 * gdb.base/ending-run.exp: Spell out "info".
7099 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
7100 the "kill" command.
7101
7102 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7103
7104 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
7105 change to prefix TLS offset in hex with 0x.
7106
7107 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7108
7109 * gdb.base/default.exp: Update test case for "x" changes.
7110
7111 2009-07-01 Tristan Gingold <gingold@adacore.com>
7112
7113 * gdb.base/bigcore.exp: Make darwin untested.
7114
7115 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7116
7117 * gdb.base/completion.exp (directory completion): Create the directory.
7118 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
7119 escapeuniquesub.
7120 (directory completion 2): Expect now ${escapeuniquesub}.
7121 (Glob remaining of directory test): Remove one excessive newline.
7122 Expect the real output.
7123
7124 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7125
7126 Fix `make check//%' target after `make check' has been ran.
7127 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
7128 a mkdir call.
7129 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
7130 (%/.dir): Remove.
7131
7132 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7133
7134 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
7135 the expected result record.
7136
7137 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7138
7139 Remove racy FAILs relying just on the timeouts.
7140 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
7141 (annotation_level 2): Remove racy FAILs.
7142
7143 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
7144
7145 gdb/10275
7146 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
7147
7148 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
7149
7150 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
7151
7152 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
7153
7154 * gdb.mi/mi-stack.exp: Testing symbolic options
7155 to -stack-list-locals and -stack-list-arguments.
7156
7157 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7158
7159 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
7160
7161 2009-06-29 Tom Tromey <tromey@redhat.com>
7162
7163 * dg-extract-results.sh: New file.
7164 * Makefile.in (FORCE_PARALLEL): New variable.
7165 (CHECK_TARGET): New conditional variable.
7166 (check): Use CHECK_TARGET.
7167 (DO_RUNTEST): New variable.
7168 (check-single): New target.
7169 (TEST_DIRS): New variable.
7170 (TEST_TARGETS): Likewise.
7171 (check-parallel): New target.
7172 (check-gdb.%): New pattern.
7173 (BASE1_FILES): New variable.
7174 (BASE2_FILES): Likewise.
7175 (check-gdb.base%): New pattern.
7176 (%/.dir): New pattern.
7177 * configure: Rebuild.
7178 * aclocal.m4 (AM_CONDITIONAL): New defun.
7179 * configure.ac: Check whether user is using GNU make.
7180 (GMAKE): New conditional.
7181
7182 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
7183
7184 * gdb.cp/namespace-nested-import.cc: New test.
7185 * gdb.cp/namespace-nested-import.exp: New test.
7186
7187 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
7188
7189 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
7190 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
7191 * gdb.opt/Makefile.in (EXECUTABLES): Update.
7192 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
7193 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
7194 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
7195 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
7196 gdb.opt/inline-markers.c: New files.
7197 * lib/gdb.exp (skip_inline_frame_tests): New function.
7198 (skip_inline_var_tests): New function.
7199
7200 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
7201
7202 * gdb.cp/exception.exp: Don't require $hex before inner frame in
7203 backtrace.
7204
7205 2009-06-27 Michael Snyder <msnyder@vmware.com>
7206
7207 * gdb.reverse: New directory.
7208 * gdb.reverse/break-reverse.c: New test.
7209 * gdb.reverse/break-reverse.exp: New test.
7210 * gdb.reverse/consecutive-reverse.c: New test.
7211 * gdb.reverse/consecutive-reverse.exp: New test.
7212 * gdb.reverse/finish-reverse.c: New test.
7213 * gdb.reverse/finish-reverse.exp: New test.
7214 * gdb.reverse/machinestate.c: New test.
7215 * gdb.reverse/ms1.c: New test.
7216 * gdb.reverse/machinestate.exp: New test.
7217 * gdb.reverse/Makefile.in: New file.
7218 * gdb.reverse/shr2.c: New test.
7219 * gdb.reverse/solib-reverse.c: New test.
7220 * gdb.reverse/solib-reverse.exp: New test.
7221 * gdb.reverse/step-reverse.c: New test.
7222 * gdb.reverse/step-reverse.exp: New test.
7223 * gdb.reverse/until-reverse.c: New test.
7224 * gdb.reverse/ur1.c: New test.
7225 * gdb.reverse/until-reverse.exp: New test.
7226 * gdb.reverse/watch-reverse.c: New test.
7227 * gdb.reverse/watch-reverse.exp: New test.
7228 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
7229 * configure: Regenerate.
7230
7231 2009-06-26 Doug Evans <dje@google.com>
7232
7233 * gdb.base/psymtab.exp: Turn off pending breakpoints.
7234
7235 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
7236
7237 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
7238 windows problem for 'file delete $binfile'.
7239
7240 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
7241
7242 * gdb.cp/namespace-using.exp: New test.
7243 * gdb.cp/namespace-using.cc: New test.
7244
7245 2009-05-20 Joel Brobecker <brobecker@adacore.com>
7246
7247 * gdb.ada/variant_record_packed_array: New testcase.
7248
7249 2009-06-23 Tom Tromey <tromey@redhat.com>
7250
7251 * gdb.base/charset.exp (test_combination): Regression test.
7252 * gdb.base/charset.c (my_wchar_t): New typedef.
7253 (myvar): New global.
7254 (main): Set myvar.
7255
7256 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
7257
7258 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
7259 target.
7260
7261 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7262
7263 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
7264
7265 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7266
7267 * gdb.mi/gdb680.exp: Update test for error message.
7268
7269 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7270
7271 * gdb.base/annota1.exp: Allow multiple occurrences of the
7272 frames-invalid annotation.
7273 * gdb.cp/annota2.exp: Likewise.
7274
7275 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
7276
7277 * gdb.cp/gdb2495.cc: New file.
7278 * gdb.cp/gdb2495.exp: New file.
7279
7280 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7281
7282 Report error on GDB crash during runto.
7283 * lib/gdb.exp (runto <eof>): New.
7284
7285 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
7286
7287 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
7288 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
7289 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
7290 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
7291 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
7292 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
7293 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
7294 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
7295 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
7296 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
7297 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
7298 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
7299 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7300 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
7301 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
7302 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
7303 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
7304 gdb.server/server-mon.exp, gdb.server/server-run.exp,
7305 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7306 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
7307 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
7308 gdb.trace/passcount.exp, gdb.trace/report.exp,
7309 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
7310 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
7311 gdb.trace/while-stepping.exp: Use a unique name for the compiled
7312 executable.
7313
7314 2009-06-07 Pedro Alves <pedro@codesourcery.com>
7315
7316 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
7317 defined before referencing it.
7318
7319 2009-06-03 Doug Evans <dje@google.com>
7320
7321 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
7322 * gdb.arch/i386-see.c: Ditto.
7323
7324 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
7325
7326 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
7327 (check_macro): Return 1 if undefined.
7328 If first test fails, check if macro debug information is available,
7329 and report unsupported test if no macro information is found.
7330
7331 2009-05-29 Doug Evans <dje@google.com>
7332
7333 * gdb.threads/hand-call-in-threads.exp: New.
7334 * gdb.threads/hand-call-in-threads.c: New.
7335
7336 2009-05-29 Michael Snyder <msnyder@vmware.com>
7337
7338 * gdb.base/break-always.exp: Change "1" to "on".
7339 Add confirmation check.
7340
7341 2009-05-28 Pedro Alves <pedro@codesourcery.com>
7342
7343 * gdb.threads/threxit-hop-specific.c: New.
7344 * gdb.threads/threxit-hop-specific.exp: New.
7345 * gdb.threads/thread-execl.c: New.
7346 * gdb.threads/thread-execl.exp: New.
7347
7348 2009-05-27 Tom Tromey <tromey@redhat.com>
7349 Thiago Jung Bauermann <bauerman@br.ibm.com>
7350
7351 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
7352 (mi_child_regexp): Likewise.
7353 (mi_list_varobj_children_range): Likewise.
7354 (mi_get_features): Likewise.
7355 (mi_list_varobj_children): Rewrite.
7356 * gdb.python/python-mi.exp: New file.
7357
7358 2009-05-27 Tom Tromey <tromey@redhat.com>
7359 Thiago Jung Bauermann <bauerman@br.ibm.com>
7360 Phil Muldoon <pmuldoon@redhat.com>
7361 Paul Pluzhnikov <ppluzhnikov@google.com>
7362
7363 * gdb.python/python-prettyprint.exp: New file.
7364 * gdb.python/python-prettyprint.c: New file.
7365 * gdb.python/python-prettyprint.py: New file.
7366 * gdb.base/display.exp: print/r is now valid.
7367
7368 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
7369 Tom Tromey <tromey@redhat.com>
7370 Pedro Alves <pedro@codesourcery.com>
7371 Paul Pluzhnikov <ppluzhnikov@google.com>
7372
7373 * gdb.python/python-template.exp: New file.
7374 * gdb.python/python-template.cc: New file.
7375 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7376 tests.
7377 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7378 Call it.
7379 (test_value_after_death): New proc.
7380 * gdb.python/python-value.c (PTR): New typedef.
7381 (main): New variable 'x'.
7382
7383 2009-05-27 Tom Tromey <tromey@redhat.com>
7384
7385 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7386 tests.
7387 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7388 Call it.
7389
7390 2009-05-27 Pedro Alves <pedro@codesourcery.com>
7391
7392 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
7393
7394 2009-05-24 Pedro Alves <pedro@codesourcery.com>
7395
7396 * gdb.threads/fork-thread-pending.c: New.
7397 * gdb.threads/fork-thread-pending.exp: New.
7398
7399 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7400
7401 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
7402 * gdb.dwarf2/dw2-strp.S (a_string2): New.
7403
7404 2009-05-18 Jon Beniston <jon@beniston.com>
7405
7406 * gdb.asm/asm-source.exp: Add lm32 target.
7407
7408 2009-05-17 Pedro Alves <pedro@codesourcery.com>
7409
7410 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
7411 `gdb_get_line_number'. Call `callee' in both parent and child.
7412 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
7413 `gdb_get_line_number' instead of hardcoding line numbers.
7414 (catch_fork_unpatch_child): New procedure to test detaching
7415 breakpoints from child fork.
7416 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
7417 hardcoding line numbers.
7418 (do_fork_tests): Run `catch_fork_unpatch_child'.
7419
7420 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
7421
7422 * gdb.mi/mi-cmd-var.exp: Check that when varobj
7423 of structure type enters or leaves the scope, it
7424 is reported by -var-update.
7425
7426 2009-05-11 Doug Evans <dje@sebabeach.org>
7427
7428 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
7429 * gdb.threads/pending-step.c (main): Fix off-by-one error.
7430 * gdb.threads/schedlock.c (main): Fix off-by-one error.
7431
7432 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7433
7434 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
7435
7436 2009-04-30 Doug Evans <dje@google.com>
7437
7438 * gdb.threads/watchthreads2.exp: New testcase.
7439 * gdb.threads/watchthreads2.c: New testcase.
7440
7441 2009-04-29 Doug Evans <dje@google.com>
7442
7443 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
7444 * gdb.cp/mb-ctor.cc: Ditto.
7445 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
7446 * gdb.cp/mb-inline.h (multi_line_foo): New function.
7447 * gdb.cp/mb-inline1.cc: Call it.
7448 * gdb.cp/mb-inline2.cc: Ditto.
7449 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
7450 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
7451
7452 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
7455 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
7456 Replace all uses of `decimal' by `nonzero'.
7457 (info macro FROM_COMMANDLINE): New test.
7458
7459 2009-04-27 Tom Tromey <tromey@redhat.com>
7460
7461 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
7462
7463 2009-04-27 Doug Evans <dje@google.com>
7464
7465 * gdb.threads/watchthreads.c (main): Initialize args before starting
7466 the threads. Plus formatting cleanup.
7467 * gdb.threads/watchthreads.exp: Avoid errant failures due to
7468 biased scheduling of one thread.
7469
7470 2009-04-27 Jerome Guitton <guitton@adacore.com>
7471
7472 * gdb.cp/templates.cc (GetMax): New template.
7473 (main): Declare two instances of GetMax.
7474 * gdb.cp/templates.exp: Add new test.
7475
7476 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7477
7478 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
7479
7480 2009-04-22 Joseph Myers <joseph@codesourcery.com>
7481
7482 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
7483
7484 2009-04-15 Tom Tromey <tromey@redhat.com>
7485
7486 * gdb.base/charset.exp: Add regression test.
7487
7488 2009-04-14 Joel Brobecker <brobecker@adacore.com>
7489
7490 * gdb.base/exe-lock.exp: New testcase.
7491
7492 2009-04-13 Tom Tromey <tromey@redhat.com>
7493
7494 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
7495 operator on Frame.
7496
7497 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7498
7499 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
7500 * gdb.server/ext-attach.exp: Likewise.
7501
7502 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
7503
7504 Eliminate some sleep usage.
7505
7506 * gdb.mi/basics.c (do_nothing): New.
7507 (main): Use do_nothing instead of printf, so that
7508 not to introduce race condition between output of
7509 inferiour and output of gdb. Do not use sleep as it
7510 is not generally available on embedded targets.
7511
7512 2009-04-02 Pedro Alves <pedro@codesourcery.com>
7513
7514 * gdb.server/ext-attach.exp: Expect an optional process id after
7515 "Detached from remote process".
7516
7517 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7518
7519 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
7520 gdb.dwarf2/dw2-unresolved.exp: New.
7521
7522 2009-04-02 Pedro Alves <pedro@codesourcery.com>
7523
7524 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
7525 mi_run_to_main.
7526
7527 2009-04-02 Pedro Alves <pedro@codesourcery.com>
7528
7529 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
7530 mi_run_to_main. Skip thread exit test on remote targets.
7531 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
7532 mi_run_to_main.
7533 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
7534 mi_run_to_main.
7535 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
7536 when expecting ^connected. Detect when the target doesn't support
7537 non-stop mode.
7538 (mi_run_cmd): Detect if non-stop mode was requested by isn't
7539 supported. Return -1 on error, 0 on success.
7540 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
7541 (mi_runto): Return mi_runto_helper's result explicitly.
7542
7543 2009-04-01 Pedro Alves <pedro@codesourcery.com>
7544
7545 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
7546
7547 2009-04-01 Tom Tromey <tromey@redhat.com>
7548
7549 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
7550 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
7551 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
7552 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
7553
7554 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
7555 Jan Kratochvil <jan.kratochvil@redhat.com>
7556
7557 PR gdb/931
7558 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
7559 output.
7560 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
7561 for gdb/931.
7562 * dw2-strp.S (DW_AT_language): Change to C++.
7563 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
7564
7565 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7566
7567 * gdb.ada/tasks: New testcase.
7568
7569 2009-03-30 Stan Shebs <stan@codesourcery.com>
7570
7571 * gdb.trace/actions.exp: Update to match new info trace format.
7572 * gdb.trace/deltrace.exp: Ditto.
7573 * gdb.trace/infotrace.exp: Ditto.
7574 * gdb.trace/passcount.exp: Ditto.
7575 * gdb.trace/save-trace.exp: Ditto.
7576 * gdb.trace/while-stepping.exp: Ditto.
7577 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
7578
7579 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7580
7581 * gdb.python/python-frame.c: New file.
7582 * gdb.python/python-frame.exp: New file.
7583
7584 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7585
7586 * gdb.python/python-value.exp: Add tests for the address
7587 attribute.
7588
7589 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
7590
7591 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
7592
7593 2009-03-26 Doug Evans <dje@google.com>
7594
7595 * gdb.mi/mi-nonstop-exit.exp: New file.
7596 * gdb.mi/non-stop-exit.c: New file.
7597
7598 2009-03-26 Tom Tromey <tromey@redhat.com>
7599
7600 Update for change to prologue skipping:
7601 * gdb.mi/mi2-simplerun.exp: Update.
7602 * gdb.mi/mi2-break.exp: Update.
7603 * gdb.mi/mi-simplerun.exp: Update.
7604 * gdb.mi/mi-break.exp: Update.
7605 * gdb.base/ending-run.exp: Update.
7606
7607 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7608
7609 * gdb.python/python-value.exp (test_value_in_inferior): Test
7610 gdb.Value.is_optimized_out attribute.
7611
7612 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7613
7614 * gdb.dwarf2/dw2-noloc-main.c: New file.
7615 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
7616 (.text): Remove.
7617 (.data): New.
7618 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
7619 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
7620 (DW_TAG_subprogram func_cu1, noloc): Remove.
7621 (main): New.
7622 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
7623 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
7624 (file_symbols): New procedure.
7625
7626 2009-03-25 Tom Tromey <tromey@redhat.com>
7627
7628 * gdb.base/charset.exp (valid_target_charset): New proc.
7629 Use it to skip tests on invalid charsets.
7630
7631 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
7632
7633 * gdb.base/completion.exp: Add a test for directory completion.
7634
7635 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7636
7637 Fix a racy FAIL.
7638 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
7639 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
7640
7641 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7642
7643 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
7644 * gdb.python/python-function.exp: Add test for function returning
7645 a GDB value.
7646
7647 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
7648
7649 * gdb.python/python-function.exp: New file.
7650
7651 2009-03-20 Tom Tromey <tromey@redhat.com>
7652
7653 * gdb.base/store.exp: Update for change to escape output.
7654 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
7655 to escape output.
7656 * gdb.base/pointers.exp: Update for change to escape output.
7657 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
7658 to escape output.
7659 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
7660 escape output.
7661 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
7662 to escape output.
7663 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
7664 escape output.
7665 * gdb.base/setvar.exp: Update for change to escape output.
7666 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
7667 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
7668 to escape output.
7669 (test_print_string_constants): Likewise.
7670 * gdb.base/charset.exp (valid_host_charset): Check size of
7671 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
7672 cases. Handle "auto"-related output.
7673 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
7674 (uvar, Uvar): New globals.
7675
7676 2009-03-19 Jerome Guitton <guitton@adacore.com>
7677
7678 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
7679 deltas.
7680 * gdb.ada/fixed_points.exp: Ditto.
7681
7682 2009-03-18 Pedro Alves <pedro@codesourcery.com>
7683
7684 * return-nodebug.c: Don't include stdio.h.
7685 (init): Delete.
7686 (func): Delete definition and provide extern declaration.
7687 (t): New.
7688 (main): Don't call printf. Call func and store its result in t.
7689 * return-nodebug1.c: New.
7690 * return-nodebug.exp: Don't expect stdio output. Instead, print
7691 the global variable t. Drop printf formatters and cast types from
7692 foreach loop. Don't use prepare_for_testing. Compile
7693 return-nodebug.c and return-nodebug1.c in separate steps. Don't
7694 define FORMAT or CAST.
7695
7696 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7697
7698 * gdb.base/solib-display.exp: Disable test for remote targers.
7699
7700 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7701
7702 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
7703
7704 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 Fix a racy FAIL.
7707 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
7708 code from `follow parent, print pids'.
7709 (`follow child, print pids', `follow parent, print pids'): Call it.
7710 Replace `gdb_test "break..."' by gdb_breakpoint.
7711
7712 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
7713
7714 * gdb.mi/mi-cli.exp: Adjust for output difference in
7715 sync and async modes.
7716
7717 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7718
7719 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
7720 that was checked in by mistake. Remove loading of ada.exp, since
7721 this is not necessary in this case.
7722
7723 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7724
7725 * gdb.ada/ptype_arith_binop.exp: New testcase.
7726
7727 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7728
7729 * gdb.ada/mod_from_name: New testcase.
7730
7731 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7732
7733 * gdb.ada/tick_last_segv: New testcase.
7734
7735 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7736
7737 * gdb.mi/mi-cli.exp: Remove debug print.
7738
7739 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7740
7741 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
7742 include the token in ^running and frame info in *stopped.
7743
7744 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7745
7746 * solib-display.exp: New file.
7747 * solib-display-main.c: New file.
7748 * solib-display-lib.c: New file.
7749
7750 2009-03-05 Pedro Alves <pedro@codesourcery.com>
7751
7752 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
7753
7754 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7755
7756 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
7757 (list_and_check_macro): Use more specific test name.
7758 (next to definition): Make the test names unique.
7759
7760 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7761
7762 * gdb.pascal/floats.exp: Accept approximate results everywhere.
7763
7764 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7765
7766 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
7767 notifications.
7768 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
7769 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
7770 * lib/mi-support.exp (library_loaded_re): New.
7771 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
7772
7773 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7774
7775 * gdb.gdb/observer.exp: Use test_notification observer, not
7776 normal_stop, everywhere.
7777 (test_normal_stop_notifications): Rename to...
7778 (test_notifications): ...this.
7779 (test_observer_normal_stop): Rename to...
7780 (test_observer): ...this.
7781
7782 2009-02-16 Doug Evans <dje@google.com>
7783
7784 * gdb.arch/amd64-disp-step.S (test_int3): New test.
7785 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
7786 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
7787 (test_prefixed_syscall,test_int3): New tests.
7788 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
7789 (test_prefixed_syscall,test_int3): New tests.
7790
7791 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7792
7793 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
7794 (mi_expect_interrupt): Likewise.
7795 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
7796 response.
7797
7798 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7799
7800 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
7801 * gdb.base/pc-fp.exp (get_valueofx): Remove.
7802 Replace calls to get_valueofx by get_hexadecimal_valueof.
7803
7804 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7805
7806 * lib/gdb.exp (get_valueof): Accept anything as a return value.
7807 (get_integer_valueof): New procedure.
7808 (get_sizeof): Use new get_integer_value_of.
7809 * gdb.base/sizeof.exp: Replace all uses of get_valueof
7810 by get_integer_valueof.
7811
7812 2009-02-13 Tom Tromey <tromey@redhat.com>
7813
7814 * gdb.base/remote.exp (get_sizeof): Remove.
7815 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
7816 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
7817 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
7818 * lib/gdb.exp (get_valueof): Move from long_long.exp.
7819 (get_sizeof): Likewise.
7820
7821 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7822
7823 PR fortran/9806
7824 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
7825
7826 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7827
7828 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
7829
7830 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7831
7832 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
7833
7834 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7835
7836 * gdb.python/python-cmd.exp: New file.
7837
7838 2009-02-06 Tristan Gingold <gingold@adacore.com>
7839
7840 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
7841
7842 2009-02-05 Tristan Gingold <gingold@adacore.com>
7843
7844 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
7845 pointer is dereferenced and use this signal name in regexp.
7846 * gdb.base/signull.exp: Ditto.
7847 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
7848 * gdb.base/signull.c (main): Ditto.
7849
7850 2009-02-04 Tom Tromey <tromey@redhat.com>
7851 Thiago Jung Bauermann <bauerman@br.ibm.com>
7852
7853 * gdb.python/python-value.exp: Use `gdb.history' instead of
7854 `gdb.value_from_history'.
7855 (test_value_numeric_ops): Add test for conversion of enum constant.
7856 * gdb.python/python-value.c (enum e): New type.
7857 (evalue): New global.
7858 (main): Use argv.
7859
7860 2009-02-04 Jerome Guitton <guitton@adacore.com>
7861
7862 * gdb.ada/uninitialized_vars: New test program.
7863 * gdb.ada/uninitialized_vars.exp: New testcase.
7864
7865 2009-02-02 Tom Tromey <tromey@redhat.com>
7866
7867 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
7868 * gdb.cp/pr2489.cc: Rename...
7869 * gdb.cp/pr9594.cc: ... to this.
7870
7871 2009-02-02 Tom Tromey <tromey@redhat.com>
7872
7873 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
7874 * gdb.cp/pr2489.cc: New file.
7875 * gdb.cp/cpcompletion.exp: New file.
7876
7877 2009-02-02 Tom Tromey <tromey@redhat.com>
7878
7879 PR exp/9059:
7880 * gdb.cp/call-c.exp: Add regression test.
7881 * gdb.cp/call-c.cc (FooHandle): New typedef.
7882 (main): New variable 'handle'.
7883
7884 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7885
7886 * lib/mi-support.exp (et_mi_thread_list)
7887 (check_mi_and_console_threads): Adjust for current thread in
7888 -thread-list-ids output.
7889
7890 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7891
7892 * gdb.mi/mi-break.exp (test_disabled_creation): New.
7893 Call it.
7894
7895 2009-01-28 Doug Evans <dje@google.com>
7896
7897 * gdb.arch/amd64-disp-step.S: New file.
7898 * gdb.arch/amd64-disp-step.exp: New file.
7899 * gdb.arch/i386-disp-step.S: New file.
7900 * gdb.arch/i386-disp-step.exp: New file.
7901
7902 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
7903
7904 * gdb.base/find.exp: Set newline variable
7905 using quotes instead of braces to fix cygwin failures.
7906
7907 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7908
7909 * gdb.base/radix.exp: Add tests to ensure that that set
7910 input-radix 0 and set output-radix 0 are really rejected.
7911
7912 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7913
7914 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
7915 copyright years.
7916
7917 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7918
7919 PR gdb/9664:
7920 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
7921
7922 2009-01-22 Pedro Alves <pedro@codesourcery.com>
7923
7924 PR c++/9631:
7925 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
7926
7927 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
7928
7929 * gdb.server/file-transfer.exp: Use EXEEXT variable for
7930 binfile definition to fix Windows OS failure.
7931
7932 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7933
7934 PR gdb/9346
7935 * gdb.base/interrupt.c (sigint_handler): New.
7936 (main): Install a SIGINT handler if SIGNALS is defined. Exit
7937 on error.
7938 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
7939 Test "signal SIGINT".
7940
7941 2009-01-19 Doug Evans <dje@google.com>
7942
7943 * gdb.base/break.exp: Update expected gdb output.
7944 * gdb.base/sepdebug.exp: Ditto.
7945 * gdb.mi/mi-syn-frame.exp: Ditto.
7946 * gdb.mi/mi2-syn-frame.exp: Ditto.
7947 * gdb.base/call-signal-resume.exp: New file.
7948 * gdb.base/call-signals.c: New file.
7949 * gdb.base/unwindonsignal.exp: New file.
7950 * gdb.base/unwindonsignal.c: New file.
7951 * gdb.threads/interrupted-hand-call.exp: New file.
7952 * gdb.threads/interrupted-hand-call.c: New file.
7953 * gdb.threads/thread-unwindonsignal.exp: New file.
7954
7955 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7956
7957 * gdb.base/define.exp: Test defining and hooking prefix commands.
7958 * gdb.python/python.exp: Update test for "show user" output.
7959
7960 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7961
7962 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
7963 now the output exactly, using less wildcards. Expect also the output
7964 of gfortran-4.3. Update for the f-valprint.c modification from
7965 2008-04-22.
7966 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
7967 Remove gdb_test test names where matching the command.
7968
7969 2009-01-01 Pedro Alves <pedro@codesourcery.com>
7970
7971 PR breakpoints/9681:
7972 * gdb.base/watchpoint.exp: Add regression test.
7973
7974 2008-12-31 Pedro Alves <pedro@codesourcery.com>
7975
7976 * gdb.threads/attach-into-signal.exp: Don't use
7977 gdb_suppress_entire_file.
7978 * gdb.threads/attach-stopped.exp: Ditto.
7979 * gdb.threads/attachstop-mt.exp: Ditto.
7980
7981 2008-12-31 Pedro Alves <pedro@codesourcery.com>
7982
7983 PR gdb/8812:
7984 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
7985
7986 2008-12-29 Pedro Alves <pedro@codesourcery.com>
7987
7988 PR gdb/7536:
7989 * gdb.base/radix.exp: Add tests to ensure invalid input radices
7990 and unsupported output radices are really rejected.
7991
7992 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7993
7994 * gdb.cp/punctuator.exp: Backslash the '$' signs.
7995
7996 2008-12-22 Tom Tromey <tromey@redhat.com>
7997
7998 * gdb.cp/punctuator.exp: New file.
7999
8000 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8001
8002 * gdb.base/completion.exp (Completing non-existing component): New test.
8003
8004 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8005
8006 Fix for PR gdb/8648.
8007 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
8008 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
8009 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
8010 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
8011
8012 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8013
8014 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
8015
8016 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
8017
8018 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
8019 compiler actually generate code at the expected line number.
8020
8021 2008-12-15 Jie Zhang <jie.zhang@analog.com>
8022
8023 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
8024
8025 2008-12-12 Tom Tromey <tromey@redhat.com>
8026
8027 * gdb.base/commands.exp (redefine_hook_test): New proc.
8028 Call it.
8029
8030 2008-12-11 Tom Tromey <tromey@redhat.com>
8031
8032 * gdb.base/macscp.exp: New regression test.
8033
8034 2008-12-11 Tom Tromey <tromey@redhat.com>
8035
8036 * gdb.base/macscp.exp: Print "address.addr".
8037 * gdb.base/macscp1.c (struct outer): New struct.
8038 (address): New global.
8039
8040 2008-12-09 Tom Tromey <tromey@redhat.com>
8041
8042 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
8043 Call it.
8044
8045 2008-12-04 Doug Evans <dje@google.com>
8046
8047 * gdb.server/ext-run.exp: Relax regexp for init program.
8048
8049 2008-12-03 Tristan Gingold <gingold@adacore.com>
8050
8051 * gdb.base/macscp.exp: Generate an object file during compilation
8052 to work around Darwin dsymutil limitations.
8053
8054 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8055
8056 Test resolving external references to TLS variables.
8057 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
8058 FILE2_THREAD_LOCAL.
8059 (testfile2, srcfile2): New variables.
8060 * gdb.threads/tls.c (file2_thread_local)
8061 (function_referencing_file2_thread_local): New.
8062 * gdb.threads/tls2.c: New file.
8063
8064 2008-11-28 Joel Brobecker <brobecker@adacore.com>
8065
8066 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
8067 rather than integer, as integer might not be big enough when
8068 on 64bit targets.
8069
8070 2008-11-27 Jerome Guitton <guitton@adacore.com>
8071
8072 * gdb.cp/formatted-ref.exp: Add equality test.
8073 * gdb.ada/formatted_ref.exp: Ditto.
8074
8075 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8076
8077 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
8078 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
8079
8080 2008-11-20 Andreas Schwab <schwab@suse.de>
8081
8082 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
8083 matching syscall entry point.
8084 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8085 (tcatch_vfork_then_child_follow): Likewise. Finish through
8086 vfork even if we stopped at the syscall trampoline.
8087
8088 2008-11-20 Doug Evans <dje@google.com>
8089
8090 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
8091
8092 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8093
8094 * gdb.arch/ppc-dfp.exp: New file.
8095 * gdb.arch/ppc-dfp.c: New file.
8096
8097 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8098
8099 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
8100
8101 2008-11-17 Doug Evans <dje@google.com>
8102
8103 * gdb.mi/mi-syn-frame.exp: Update expected output.
8104 * gdb.mi/mi2-syn-frame.exp: Update expected output.
8105
8106 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8107
8108 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
8109 "thread N" results in =thread-selected.
8110 * lib/mi-support (mi_run_cmd, mi_expect_stop)
8111 (mi_send_resuming_command_raw): Be prepared for
8112 =thread-selected.
8113
8114 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8115
8116 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
8117 * lib/mi-support.exp: Likewise.
8118
8119 2008-11-16 Joel Brobecker <brobecker@adacore.com>
8120
8121 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
8122 commands from the expected output for "help catch".
8123
8124 2008-11-15 Joel Brobecker <brobecker@adacore.com>
8125
8126 * gdb.ada/int_deref.exp: New testcase.
8127
8128 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
8129
8130 * gdb.mi/gdb2549.exp: New file.
8131
8132 2008-11-11 Doug Evans <dje@google.com>
8133
8134 * gdb.base/callexit.exp: New file.
8135 * gdb.base/callexit.c: New file.
8136
8137 2008-11-10 Doug Evans <dje@google.com>
8138
8139 * lib/gdb.exp (GDBFLAGS): Move -nx ...
8140 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
8141 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
8142 (default_gdb_start,default_gdb_exit): Ditto.
8143 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
8144 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
8145 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
8146 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
8147 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
8148 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
8149
8150 2008-11-03 Andreas Schwab <schwab@suse.de>
8151
8152 * gdb.base/hashline2.exp: Fix typo.
8153 * gdb.base/hashline3.exp: Likewise.
8154
8155 2008-10-30 Tom Tromey <tromey@redhat.com>
8156
8157 * gdb.base/pointers.exp: Add test.
8158 * gdb.base/pointers.c (k, S): New typedefs.
8159 (instance): New global.
8160
8161 2008-10-30 Andreas Schwab <schwab@suse.de>
8162
8163 * gdb.base/args.exp: Add tests for newlines.
8164
8165 2008-10-30 Joel Brobecker <brobecker@adacore.com>
8166
8167 gdb.base/foll-exec.exp: Update the expected output of a couple
8168 of "info breakpoints" tests.
8169
8170 2008-10-28 Tom Tromey <tromey@redhat.com>
8171
8172 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
8173
8174 2008-10-24 Pedro Alves <pedro@codesourcery.com>
8175
8176 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
8177 gdb_start_cmd.
8178 Use runto_main before any test that requires execution.
8179
8180 2008-10-23 Pedro Alves <pedro@codesourcery.com>
8181
8182 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
8183 instead of SIGINT.
8184
8185 2008-10-22 Joel Brobecker <brobecker@adacore.com>
8186
8187 * gdb.base/completion.exp: Update expected output following
8188 the addition of the "info tasks" command.
8189
8190 2008-10-22 Tom Tromey <tromey@redhat.com>
8191
8192 * gdb.base/exprs.exp (test_expr): Add test for string
8193 concatenation.
8194
8195 2008-10-19 Pedro Alves <pedro@codesourcery.com>
8196
8197 * configure.ac: Output gdb.python/Makefile.
8198 * configure: Regenerate.
8199 * gdb.python/Makefile.in: New.
8200
8201 2008-10-16 Joel Brobecker <brobecker@adacore.com>
8202
8203 * gdb.base/foll-fork.exp: Adjust the expected output to match
8204 the new description for fork/vfork catchpoints in the "info
8205 breakpoints" output.
8206
8207 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8208
8209 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
8210
8211 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
8212
8213 * gdb.python/python-value.c: New file.
8214 * gdb.python/python-value.exp: New file.
8215
8216 2008-10-15 Pedro Alves <pedro@codesourcery.com>
8217
8218 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
8219
8220 2008-10-15 Denis Pilat <denis.pilat@st.com>
8221
8222 * gdb.cp/mb-ctor.exp: Fix a typo.
8223
8224 2008-10-09 Tom Tromey <tromey@redhat.com>
8225
8226 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
8227 'fprintf' and 'stderr'.
8228
8229 2008-10-07 Joel Brobecker <brobecker@adacore.com>
8230
8231 * gdb.ada/ref_tick_size.exp: New testcase.
8232
8233 2008-10-06 Doug Evans <dje@google.com>
8234
8235 * gdb.dwarf2/dw2-cu-size.exp: New file.
8236 * gdb.dwarf2/dw2-cu-size.S: New file.
8237
8238 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
8239 .Ltype_int for clarity.
8240
8241 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
8242
8243 PR gdb/2384:
8244 * gdb.cp/gdb2384.exp: Extended to test more cases.
8245 * gdb.cp/gdb2384.cc: Likewise.
8246 * gdb.cp/gdb2384-base.h: Likewise.
8247 * gdb.cp/gdb2384-base.cc: Likewise.
8248
8249 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8250
8251 * gdb.base/maint.exp (maint print type): Remove printing
8252 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
8253
8254 2008-09-30 Tom Tromey <tromey@redhat.com>
8255
8256 * gdb.base/macscp.exp: Add completion tests.
8257 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
8258 (TWENTY_THREE): Likewise.
8259 (FORTY_EIGHT): Likewise.
8260
8261 2008-09-30 Tom Tromey <tromey@redhat.com>
8262
8263 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
8264 everywhere.
8265 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
8266
8267 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8268
8269 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
8270 testcase is derived from. Fix racy dependency on an expected PID
8271 number. No longer support the testcase on Linux kernel 2.4.x.
8272
8273 2008-09-27 Tom Tromey <tromey@redhat.com>
8274
8275 * gdb.base/macscp.exp: Add tests for stringification, splicing,
8276 and varargs.
8277
8278 2008-09-22 Pedro Alves <pedro@codesourcery.com>
8279
8280 * lib/mi-support.exp (mi_expect_interrupt): New.
8281 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
8282 from gdb.mi/mi-nonstop.exp.
8283 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
8284 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
8285 lib/mi-support.exp.
8286 Use mi_check_thread_states throughout. Avoid ".*" and do not
8287 require an anchor after -exec-run.
8288
8289 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
8290
8291 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
8292 stop is pending. Avoid ".*" when two stops are pending.
8293 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
8294 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
8295 newlines in fullnames.
8296 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
8297 (mi_expect_stop): Update comments. Only anchor in sync mode.
8298 Do not match newlines.
8299 (mi_send_resuming_command_raw): Always return status.
8300 (mi_get_stop_line): Do not match more than one line by accident.
8301 Only anchor in sync mode.
8302 (mi_run_inline_test): If -exec-next fails, give up.
8303
8304 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8305
8306 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
8307 on SPU.
8308
8309 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8310
8311 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
8312
8313 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8314
8315 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
8316 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8317 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
8318 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8319 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
8320 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
8321 gdb.ada/interface.exp, gdb.ada/null_array.exp,
8322 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8323 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8324 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8325 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
8326 Include the "= " sequence in the expected output of print tests.
8327
8328 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8329
8330 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
8331 description for boolean types.
8332
8333 2008-09-09 Pedro Alves <pedro@codesourcery.com>
8334
8335 * gdb.base/hook-stop-continue.c: New.
8336 * gdb.base/hook-stop-continue.exp: New.
8337
8338 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8339
8340 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
8341
8342 2008-09-08 Jerome Guitton <guitton@adacore.com>
8343
8344 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
8345 (stack_check_probe_2, stack_check_probe_loop_1)
8346 (stack_check_probe_loop_2): New functions.
8347 (main): Add call to these new functions.
8348 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
8349 functions, check that the breakpoint is inserted at the appropriate
8350 location.
8351 (insert_breakpoint): Slightly refine this procedure so that it can
8352 be called several times in the test.
8353
8354 2008-09-08 Jerome Guitton <guitton@adacore.com>
8355
8356 * gdb.base/stack-checking.c: New file.
8357 * gdb.base/stack-checking.exp: New file.
8358
8359 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
8360
8361 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
8362 * gdb.arch/altivec-regs.exp: Likewise.
8363 * gdb.arch/vsx-regs.exp: Likewise.
8364
8365 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
8366
8367 * gdb.arch/ppc-fp.exp: New file.
8368 * gdb.arch/ppc-fp.c: New file.
8369
8370 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8371
8372 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
8373 lest gcc-4.3.1 optimizes the whole thing away.
8374
8375 2008-09-04 Michael Snyder <msnyder@vmware.com>
8376
8377 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
8378 as "at" (for non-debug functions such as _start).
8379
8380 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8381
8382 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
8383 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
8384 software watchpoints.
8385 * gdb.base/watch_thread_num.exp: Likewise.
8386
8387 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
8388
8389 * gdb.arch/i386-bp_permanent.exp: New test.
8390
8391 2008-08-24 Tom Tromey <tromey@redhat.com>
8392
8393 * gdb.base/maint.exp: Update "maint print type".
8394
8395 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
8396
8397 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
8398 support. Adjust the order of "*running" notifications.
8399 * gdb.mi/non-stop.c: Don't cast from int to void* and
8400 back.
8401
8402 2008-08-20 Mark Kettenis <kettenis@gnu.org>
8403
8404 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
8405 expect to find it in the "info frame" output.
8406
8407 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
8408
8409 * gdb.base/interp.exp: Always consume both prompts.
8410
8411 2008-08-20 Pedro Alves <pedro@codesourcery.com>
8412
8413 * gdb.base/pending.exp: Test pending breakpoints without symbols
8414 loaded.
8415
8416 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
8417
8418 * lib/mi-support.exp (mi_expect_stop): Produce
8419 more details on failures.
8420 * gdb.mi/mi-nonstop.exp: New.
8421 * gdb.mi/non-stop.c: New.
8422
8423 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
8424
8425 * gdb.mi/mi-async.exp: Use 'set target-async'.
8426 * lib/mi-support.exp: Use 'set/show target-async'.
8427
8428 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
8429
8430 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
8431
8432 2008-08-17 Tom Tromey <tromey@redhat.com>
8433
8434 * gdb.base/help.exp (help catch): Rewrite.
8435
8436 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
8437
8438 * gdb.base/define.exp: Test indented command documentation.
8439 * gdb.python/python.exp: Test indented multi-line command.
8440
8441 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
8442
8443 * testsuite/gdb.arch/vsx-regs.c: New source file.
8444 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
8445 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
8446
8447 2008-08-14 Tom Tromey <tromey@redhat.com>
8448
8449 * gdb.base/macscp.exp: Add regression test for "macro define" or
8450 "macro undef" with no arguments.
8451
8452 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8453
8454 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
8455
8456 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8457
8458 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
8459
8460 2008-08-06 Tom Tromey <tromey@redhat.com>
8461
8462 * gdb.python/python.exp: New file.
8463
8464 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8465
8466 Fix for PR gdb/1543.
8467 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
8468 $LOCATION.
8469 (location): New variable.
8470 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
8471 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
8472 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
8473 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
8474 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
8475 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
8476 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
8477 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
8478 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
8479 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
8480 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
8481 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
8482 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
8483 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
8484 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
8485 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
8486 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
8487 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
8488 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
8489 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
8490 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
8491 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
8492 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
8493 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
8494 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
8495 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
8496 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
8497 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
8498 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
8499 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
8500 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
8501 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
8502 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
8503 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
8504 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
8505 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
8506 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
8507 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
8508 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
8509 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
8510 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
8511 gdb.base/type-opaque.exp, gdb.base/until.exp,
8512 gdb.base/value-double-free.c, gdb.base/varargs.exp,
8513 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
8514 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
8515 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
8516 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
8517 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
8518 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
8519 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
8520 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8521 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
8522 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
8523 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
8524 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
8525 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
8526 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
8527 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
8528 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
8529 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
8530 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
8531 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
8532 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
8533 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
8534 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
8535 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
8536 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8537 gdb.pascal/types.exp, gdb.stabs/weird.exp,
8538 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
8539 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
8540 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
8541 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
8542 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
8543 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
8544 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8545 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8546 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8547 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8548 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8549 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
8550 lib/mi-support.exp, lib/trace-support.exp: Remove reference
8551 to bug-gdb@prep.ai.mit.edu .
8552
8553 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
8554
8555 * lib/mi-support.exp (mi_load_shlibs): New.
8556 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
8557
8558 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
8559
8560 * lib/mi-support.exp (get_mi_thread_list)
8561 (check_mi_and_console_threads): New, moved from ...
8562 * gdb.mi/mi-pthread.exp: ...here.
8563 * gdb.mi/gdb669.exp (get_mi_thread_list)
8564 (check_mi_and_console_threads): Delete.
8565 * gdb.mi/mi2-pthread.exp: Likewise.
8566
8567 2008-07-28 Tom Tromey <tromey@redhat.com>
8568
8569 * Makefile.in (just-check): Remove. Move body to...
8570 (check): ... here.
8571
8572 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8573
8574 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
8575 Add a test for duplicated SIGINTs.
8576
8577 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8578
8579 * gdb.threads/schedlock.exp (get_args): Update to work for any
8580 value of NUM.
8581 (Top level): Report the number of threads that did not resume.
8582
8583 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8584
8585 * gdb.dwarf2/dw2-compressed.S: Also define __start.
8586
8587 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8588
8589 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
8590 non-MI prompt.
8591
8592 2008-07-26 Tom Tromey <tromey@redhat.com>
8593
8594 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
8595 (function_struct, function_struct_ptr): New globals.
8596 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
8597 function pointer in a struct.
8598
8599 2008-07-26 Tom Tromey <tromey@redhat.com>
8600
8601 * gdb.base/macscp.exp: Add test for macro lexing bug.
8602
8603 2008-07-18 Tom Tromey <tromey@redhat.com>
8604
8605 * gdb.base/macscp.exp: Add macro tests.
8606
8607 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8608
8609 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
8610
8611 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8612
8613 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
8614
8615 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8616
8617 * gdb.cp/class2.exp: fix for failure on spu-elf
8618
8619 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8620
8621 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
8622
8623 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8624
8625 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
8626
8627 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
8628
8629 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
8630
8631 2008-07-11 Kevin Buettner <kevinb@redhat.com>
8632
8633 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
8634 of regexp to account for changes made to GDB in the printing of
8635 byte vectors.
8636
8637 2008-07-11 Tom Tromey <tromey@redhat.com>
8638
8639 * gdb.base/completion.exp: Add 'help' completion test.
8640
8641 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8642
8643 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
8644
8645 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8646
8647 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
8648
8649 2008-07-09 Pedro Alves <pedro@codesourcery.com>
8650
8651 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
8652
8653 2008-07-09 Pedro Alves <pedro@codesourcery.com>
8654
8655 * gdb.base/fullname.exp: Restore pwd if compiling failed.
8656
8657 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8658
8659 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
8660
8661 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8662
8663 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
8664 previous commit. Add a comment.
8665
8666 2008-06-28 Pedro Alves <pedro@codesourcery.com>
8667
8668 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
8669
8670 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8671
8672 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
8673
8674 2008-06-27 Pedro Alves <pedro@codesourcery.com>
8675
8676 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
8677 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
8678 compiling an executable, link in an object that forces unbuffered
8679 output.
8680 * lib/set_unbuffered_mode.c: New file.
8681
8682 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8683
8684 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
8685
8686 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
8687
8688 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
8689 mi_expect_stop.
8690 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
8691 Demand that *running is output.
8692 (detect_async): Perform checking every time.
8693 (mi_send_resuming_command): Extract everything into...
8694 (mi_send_resuming_command_raw): ...this.
8695 (mi_expect_stop): Don't accept any output before *stopped.
8696
8697 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
8698
8699 Robustify mi-simplerun.
8700 * gdb.mi/basics.c (main): Add a call to sleep.
8701 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
8702 * gdb.mi/mi2-cli.exp: Likewise.
8703 * gdb.mi/mi-break.exp: Likewise.
8704
8705 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
8706
8707 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
8708
8709 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8710
8711 * gdb.mi/mi-console.exp: Adjust.
8712 * gdb.mi/mi-syn-frame.exp: Adjust.
8713 * gdb.mi/mi2-console.exp: Adjust.
8714 * gdb.mi/mi2-syn-frame.exp: Adjust.
8715 * lib/mi-support.exp (mi_run_cmd): Adjust.
8716 (mi_send_resuming_command): Adjust.
8717
8718 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8719
8720 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
8721 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
8722 testing of stopped.
8723 * gdb.mi/mi2-syn-frame.exp: Likewise.
8724 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
8725 (async, detect_async): New.
8726 (mi_expect_stop, mi_continue_to_line): Adjust expectation
8727 depending on if we're running in sync or async mode.
8728
8729 2008-06-09 Tom Tromey <tromey@redhat.com>
8730
8731 * gdb.base/completion.exp: New tests for field name completion
8732 with spaces, and field name completion with '->'.
8733
8734 2008-06-06 Tom Tromey <tromey@redhat.com>
8735
8736 * gdb.base/break1.c (struct some_struct): New struct.
8737 (values): New global.
8738 * gdb.base/completion.exp: Add field name completion test.
8739
8740 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8741
8742 * gdb.cp/call-c.exp: Test for incorrect handling of reference
8743 to pointer.
8744 * gdb.cp/call-c.cc: Likewise.
8745
8746 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
8747
8748 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
8749 annotation.
8750
8751 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8752 Pedro Alves <pedro@codesourcery.com>
8753
8754 * gdb.threads/execl.c, gdb.threads/execl1.c,
8755 gdb.threads/execl.exp: New tests.
8756
8757 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
8758 Daniel Jacobowitz <dan@codesourcery.com>
8759
8760 * gdb.cp/exception.exp: Activate test, make it work with pending
8761 catchpoints.
8762
8763 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8764
8765 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
8766
8767 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
8768
8769 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
8770 now printed.
8771 * gdb.mi/mi2-var-cmd.exp: Likewise.
8772
8773 2008-05-27 Andreas Schwab <schwab@suse.de>
8774
8775 * gdb.base/frame-args.exp: Handle arguments that are optimized
8776 out.
8777
8778 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
8779
8780 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
8781 quiet for ppc32 and group options into a single variable.
8782
8783 2008-05-23 Joel Brobecker <brobecker@adacore.com>
8784
8785 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
8786 of zero-size elements.
8787 * gdb.ada/null_array.exp: Test printing this new array.
8788
8789 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8790
8791 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
8792
8793 2008-05-21 Joel Brobecker <brobecker@adacore.com>
8794
8795 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
8796 of the "finish" command.
8797
8798 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
8799
8800 * gdb.base/annota1.exp: Test for new annotation.
8801
8802 2008-05-16 Pedro Alves <pedro@codesourcery.com>
8803
8804 * gdb.base/fixsection.exp: New file.
8805 * gdb.base/fixsection0.c: New file.
8806 * gdb.base/fixsection1.c: New file.
8807
8808 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8809
8810 * gdb.base/annota1.exp: Accept printf@... in place of printf.
8811 * gdb.base/annota3.exp: Likewise.
8812
8813 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
8814
8815 * gdb.base/watch_thread_num.exp: Don't run tests that require
8816 watchpoints if the target doesn't support them.
8817
8818 2008-05-12 Doug Evans <dje@google.com>
8819
8820 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
8821
8822 2008-05-09 Joel Brobecker <brobecker@adacore.com>
8823
8824 * gdb.ada/assign_1.exp: New testcase.
8825
8826 2008-05-09 Doug Evans <dje@google.com>
8827
8828 * gdb.base/find.exp: New file.
8829 * gdb.base/find.c: New file.
8830
8831 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
8832
8833 * gdb.base/commands.exp (watchpoint_command_test): Handle
8834 gdb,no_hardware_watchpoints.
8835 * gdb.base/float.exp: Allow ARM targets without floating point.
8836 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
8837
8838 2008-05-06 Jerome Guitton <guitton@adacore.com>
8839 Joel Brobecker <brobecker@adacore.com>
8840
8841 * gdb.ada/lang_switch: New test program.
8842 * gdb.ada/lang_switch.exp: New testcase.
8843
8844 2008-05-05 Doug Evans <dje@google.com>
8845
8846 * gdb.base/help.exp (disassemble): Update expected help text.
8847
8848 2008-05-04 Pedro Alves <pedro@codesourcery.com>
8849
8850 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
8851
8852 2008-05-04 Pedro Alves <pedro@codesourcery.com>
8853
8854 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
8855 different times.
8856
8857 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8858
8859 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
8860 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
8861 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
8862 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
8863
8864 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
8865
8866 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
8867 notification to appear.
8868
8869 2008-05-04 Daniel Jacobowitz <dan@debian.org>
8870
8871 * gdb.base/fullname.c: New file.
8872 * gdb.base/fullname.exp: New file.
8873 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
8874
8875 2008-05-03 Pedro Alves <pedro@codesourcery.com>
8876
8877 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
8878 expressions with macros.
8879
8880 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8881
8882 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
8883
8884 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
8885
8886 * gdb.base/completion.exp: Handle lack of other symbols beginning
8887 with "a".
8888
8889 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
8890
8891 2008-05-02 Jim Blandy <jimb@codesourcery.com>
8892
8893 * gdb.asm/asmsrc1.s: Add scratch space.
8894
8895 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8896 Daniel Jacobowitz <dan@codesourcery.com>
8897
8898 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
8899 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
8900 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
8901
8902 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
8903
8904 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
8905
8906 2008-05-01 Joel Brobecker <brobecker@adacore.com>
8907
8908 * gdb.base/info-target.exp: New testcase.
8909
8910 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8911
8912 * gdb.cp/hang.exp: Use .cc instead of .C.
8913 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
8914 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
8915
8916 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8917
8918 * gdb.base/gdb1250.exp: Remove perror.
8919 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
8920
8921 2008-04-30 Pedro Alves <pedro@codesourcery.com>
8922
8923 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
8924 .2byte.
8925
8926 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
8927
8928 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
8929 (maybe_kfail): New.
8930
8931 2008-04-25 Pedro Alves <pedro@codesourcery.com>
8932
8933 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
8934
8935 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8936
8937 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
8938 * gdb.mi/mi2-syn-frame.exp: Likewise.
8939 * lib/mi-support.exp: Likewise.
8940
8941 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8942
8943 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
8944 to specify regexp for the location to stop at.
8945 * gdb.base/break-always.c: New.
8946 * gdb.base/break-always.exp: New.
8947
8948 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8949
8950 * lib/mi-support.exp (mi_runto_helper): Adjust
8951 for the original-location field.
8952 (mi_create_breakpoint, mi_list_breakpoints): New.
8953 * gdb.mi/mi-break.exp: Adjust.
8954 * gdb.mi/mi2-break.exp: Adjust.
8955 * gdb.mi/mi-pending.exp: Adjust.
8956 * gdb.mi/mi-simplerun.exp: Adjust.
8957 * gdb.mi/mi2-simplerun.exp: Adjust.
8958 * gdb.mi/mi-syn-frame.exp: Adjust.
8959 * gdb.mi/mi2-syn-frame.exp: Adjust.
8960 * gdb.mi/mi-until.exp: Adjust.
8961 * gdb.mi/mi2-until.exp: Adjust.
8962 * gdb.mi/mi-var-display.exp: Adjust.
8963 * gdb.mi/mi2-var-display.exp: Adjust.
8964 * gdb.mi/mi-watch.exp: Adjust.
8965 * gdb.mi/mi2-watch.exp: Adjust.
8966
8967 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
8968
8969 * aclocal.m4: Add override.m4.
8970 * configure: Regenerate.
8971
8972 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
8973
8974 * gdb.mi/var-cmd.c (do_at_tests): Verify that
8975 '-var-update --all-values' reports new value even the type
8976 of a variable object has changed.
8977
8978 2008-04-18 Craig Silverstein <csilvers@google.com>
8979
8980 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
8981 files.
8982
8983 2008-04-18 Joel Brobecker <brobecker@adacore.com>
8984
8985 * gdb.ada/atomic_enum: New test program.
8986 * gdb.ada/atomic_enum.exp: New testcase.
8987
8988 2008-04-17 Doug Evans <dje@google.com>
8989
8990 * gdb.opt/Makefile.in: Fix whitespace.
8991
8992 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8993
8994 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
8995
8996 2008-04-17 Doug Evans <dje@google.com>
8997
8998 * gdb.base/hashline1.exp: New testcase.
8999 * gdb.base/hashline2.exp: New testcase.
9000 * gdb.base/hashline2.exp: New testcase.
9001
9002 2008-04-17 Pedro Alves <pedro@codesourcery.com>
9003
9004 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
9005
9006 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
9007
9008 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
9009 temporary breakpoint to match "Temporary breakpoint".
9010 * gdb.base/break.exp (delete_breakpoints): Likewise.
9011 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
9012 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
9013 * gdb.base/display.exp: Likewise.
9014 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
9015 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
9016 * gdb.base/restore.exp (restore_tests): Likewise.
9017 * gdb.base/sepdebug.exp: Likewise.
9018 * gdb.base/watchpoint.exp: Likewise.
9019 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
9020 * gdb.mi/mi-pending.exp: Likewise.
9021 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
9022 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
9023 * gdb.mi/mi-var-cmd.exp: Likewise.
9024 * gdb.mi/mi-var-display.exp: Likewise.
9025 * gdb.mi/mi2-cli.exp: Likewise.
9026 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
9027 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
9028 * gdb.mi/mi2-var-display.exp: Likewise.
9029 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
9030 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
9031 new "disp" field.
9032 (mi_expect_stop): Move after_reason argument to be really after
9033 reason. This is to support fix for PR2424.
9034
9035 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9036
9037 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
9038
9039 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
9040
9041 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
9042 field. Add more floating varobj tests.
9043 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
9044 field.
9045 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
9046 (main): Call do_at_tests.
9047 * lib/mi-support.exp (mi_create_floating_varobj)
9048 (mi_varobj_update_with_type_change): New.
9049
9050 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
9051
9052 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
9053 option of -var-evaluate-expression.
9054 * gdb.mi/mi2-var-display.exp: Likewise.
9055
9056 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
9057
9058 Introduce test setup helpers.
9059 * lib/gdb.exp (build_executable, clean_restart)
9060 (prepare_for_testing): New.
9061 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
9062 * gdb.base/return.exp: Likewise.
9063 * gdb.base/ending-run.exp: Likewise.
9064
9065 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
9066
9067 * gdb.mi/mi-async.exp: New test for asynchronous Machine
9068 Interface (MI) responses.
9069
9070 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
9071
9072 * gdb.cp/breakpoint.cc: New code to test conditions involving
9073 member variables.
9074 * gdb.cp/breakpoint.exp: Test condition involving member
9075 variables.
9076
9077 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
9078
9079 * lib/mi-support.exp (mi_expect_stop): New.
9080 (mi_run_cmd): Change the
9081 token. Use mi_send_resuming_command, use
9082 mi_expect_stop.
9083 (mi_execute_to_helper): Rename to mi_execute_to.
9084 (mi_send_resuming_command): Add more error patterns.
9085 (mi_wait_for_stop): Renamed to...
9086 (mi_get_stop_line): ...this.
9087 (mi_run_inline_test): Adjust.
9088
9089 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
9090 * gdb.mi/mi-console.exp: Likewise.
9091 * gdb.mi/mi-pending.exp: Likewise.
9092 * gdb.mi/mi-simplerun.exp: Likewise.
9093 * gdb.mi/mi-stack.exp: Likewise.
9094 * gdb.mi/mi-stepi.exp: Likewise.
9095 * gdb.mi/mi-syn-frame.exp: Add comment.
9096 * gdb.mi/mi-until.exp: Likewise.
9097 * gdb.mi/mi-var-display.exp: Likewise.
9098 * gdb.mi/mi-watch.exp: Likewise.
9099 * gdb.mi/mi2-cli.exp: Likewise.
9100 * gdb.mi/mi2-console.exp: Likewise.
9101 * gdb.mi/mi2-simplerun.exp: Likewise.
9102 * gdb.mi/mi2-stack.exp: Likewise.
9103 * gdb.mi/mi2-stepi.exp: Likewise.
9104 * gdb.mi/mi2-until.exp: Likewise.
9105 * gdb.mi/mi2-var-display.exp: Likewise.
9106 * gdb.mi/mi2-watch.exp: Likewise.
9107
9108 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9109
9110 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
9111
9112 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
9113
9114 2008-04-04 Pedro Alves <pedro@codesourcery.com>
9115
9116 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
9117 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
9118 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9119 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
9120 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
9121 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
9122 expect an mi error duplicated in stderr.
9123
9124 2008-04-03 Joel Brobecker <brobecker@adacore.com>
9125
9126 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
9127 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
9128 Add a couple of tests that verify the behavior when the new setting
9129 is set to "cancel" and "all".
9130 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
9131 "ask" before we start the testing.
9132
9133 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9134
9135 * gdb.cp/casts.cc: Add class reference variables.
9136 * gdb.cp/casts.exp: New test cases for up/down casting references.
9137
9138 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
9139
9140 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
9141 instead of beginning to make an extra test pass.
9142 * gdb.mi/mi2-var-display.exp: Likewise.
9143
9144 2008-03-31 Maciej W. Rozycki <macro@mips.com>
9145
9146 * gdb.base/break.exp: Mark failures as such. Fix formatting.
9147
9148 2008-03-31 Markus Deuling <deuling@de.ibm.com>
9149 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9150
9151 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
9152 value. Add xfail for older kernels.
9153
9154 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
9155
9156 Bring mi-support in line with gdb.exp.
9157 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
9158 (mi_gdb_start): New function.
9159
9160 2008-03-28 Maciej W. Rozycki <macro@mips.com>
9161
9162 * gdb.mi/mi-var-cmd.exp: Fix a typo.
9163
9164 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9165
9166 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
9167 * gdb.mi/mi2-var-display.exp: Likewise.
9168
9169 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9170
9171 * lib/mi-support.exp (mi_create_varobj_checked): New.
9172 (mi_list_varobj_children): Allow to check for a
9173 value.
9174 (mi_list_array_varobj_children): New.
9175
9176 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
9177 and mi_list_varobj_children, as opposed to hardcoding
9178 expected strings.
9179 * gdb.mi/gdb701.exp: Likewise.
9180 * gdb.mi/gdb792.exp: Likewise.
9181 * gdb.mi/mi-var-block.exp: Likewise.
9182 * gdb.mi/mi-var-cmd.exp: Likewise.
9183 * gdb.mi/mi-var-invalidate.exp: Likewise.
9184 * gdb.mi/mi2-var-block.exp: Likewise.
9185 * gdb.mi/mi2-var-child.exp: Likewise.
9186 * gdb.mi/mi2-var-cmd.exp: Likewise.
9187 * gdb.mi/mi2-var-display.exp: Likewise.
9188
9189 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9190
9191 Fix random false FAILs on i386.
9192 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
9193
9194 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9195
9196 PR gdb/544
9197 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
9198
9199 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9200
9201 PR gdb/544
9202 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
9203
9204 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9205
9206 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
9207 fixed PR gdb/544.
9208
9209 2008-03-21 Pedro Alves <pedro@codesourcery.com>
9210
9211 * gdb.threads/fork-child-threads.exp: Test next over fork.
9212
9213 2008-03-21 Chris Demetriou <cgd@google.com>
9214
9215 * gdb.base/break.exp (rbreak junk): New test for rbreak
9216 "Junk at end of arguments" issue.
9217
9218 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9219
9220 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
9221 *& to work on created array elements.
9222 (Top level): Test print $pc with a file. Test string operations
9223 without a target.
9224 * gdb.base/ptype.exp: Do not expect *& to work on created array
9225 elements.
9226
9227 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9228
9229 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
9230 gdb.threads/staticthreads.exp: Update exit query.
9231
9232 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
9233
9234 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
9235
9236 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9237
9238 * gdb.base/watchpoint.c (global_ptr, func4): New.
9239 (main): Call func4.
9240 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
9241 (test_inaccessible_watchpoint): New.
9242
9243 2008-02-29 Maciej W. Rozycki <macro@mips.com>
9244
9245 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
9246 select the largest.
9247
9248 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9249
9250 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
9251 frames-invalid annotations.
9252
9253 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
9254
9255 * gdb.base/assign.exp: avoid same output for different tests.
9256
9257 2008-02-27 Doug Evans <dje@google.com>
9258
9259 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
9260 for bug 1738.
9261 (breakpoint_to_handler_entry): Ditto.
9262
9263 2008-02-27 Joel Brobecker <brobecker@adacore.com>
9264
9265 * gdb.base/ending-run.exp: Use the first line of code inside
9266 function body to test breakpoints.
9267 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
9268 location where the breakpoint is inserted when using the line
9269 where a function is declared. Fix typo in the description of
9270 one of the tests.
9271 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
9272
9273 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
9274
9275 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
9276 tests.
9277
9278 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
9279
9280 * gdb.base/args.exp: avoid same output for tests
9281 with single quotes.
9282
9283 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
9284
9285 * gdb.base/annota1.exp: Adjust for 'info break'
9286 format changes.
9287 * gdb.base/annota3.exp: Likewise.
9288 * gdb.base/break.exp: Likewise.
9289 * gdb.base/condbreak.exp: Likewise.
9290 * gdb.base/pending.exp: Likewise.
9291 * gdb.base/sepdebug.exp: Likewise.
9292 * gdb.base/unload.exp: Likewise.
9293 * gdb.cp/ovldbreak.exp: Likewise.
9294 * gdb.mi/mi-pending.exp: Likewise.
9295
9296 2008-02-07 Doug Evans <dje@google.com>
9297
9298 * gdb.cp/mb-inline.exp: New.
9299 * gdb.cp/mb-inline.h: New.
9300 * gdb.cp/mb-inline1.cc: New.
9301 * gdb.cp/mb-inline2.cc: New.
9302
9303 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9304
9305 * gdb.pascal/floats.pas: New test program.
9306 * gdb.pascal/floats.exp: New testcase.
9307
9308 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9309
9310 * gdb.base/callfuncs.c (t_float_many_args): New function.
9311 (t_double_many_args): New function.
9312 * gdb.base/callfuncs.exp: Add tests for exceeding float
9313 and double parameters passed through the stack.
9314
9315 2008-02-05 Joel Brobecker <brobecker@adacore.com>
9316
9317 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
9318 gdb.ada/complete/foo.adb: New files.
9319 * gdb.ada/complete.exp: New testcase.
9320
9321 2008-02-03 Doug Evans <dje@google.com>
9322
9323 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
9324
9325 * gdb.cp/gdb2384.exp: New file.
9326 * gdb.cp/gdb2384.cc: New file.
9327 * gdb.cp/gdb2384-base.h: New file.
9328 * gdb.cp/gdb2384-base.cc: New file.
9329
9330 2008-02-02 Doug Evans <dje@google.com>
9331
9332 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
9333
9334 2007-02-01 Joel Brobecker <brobecker@adacore.com>
9335
9336 * gdb.ada/sym_print_name: New test program.
9337 * gdb.ada/sym_print_name.exp: New testcase.
9338
9339 2007-02-01 Joel Brobecker <brobecker@adacore.com>
9340
9341 * gdb.ada/nested/hello.adb: New file.
9342 * gdb.ada/nested.exp: New testcase.
9343 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9344
9345 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
9346
9347 * gdb.mi/basic.c (return_1): New function.
9348 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
9349 don't cause future evaluations of function to report
9350 creation of internal breakpoints.
9351
9352 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
9353
9354 * gdb.mi/mi-break.exp (test_error): New.
9355 Call it.
9356
9357 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
9358
9359 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
9360 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
9361
9362 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
9363
9364 * gdb.pascal/integers.pas: New test program.
9365 * gdb.pascal/integers.exp: New testcase.
9366
9367 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
9368
9369 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
9370
9371 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
9372
9373 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
9374 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
9375
9376 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
9377
9378 * gdb.ada/formatted_ref: New test program.
9379 * gdb.ada/formatted_ref.exp: New testcase.
9380
9381 * gdb.cp/formatted-ref.cc: New file.
9382 * gdb.cp/formatted-ref.exp: New testcase.
9383
9384 2008-01-30 Joel Brobecker <brobecker@adacore.com>
9385
9386 * gdb.base/ptype.exp: Add testing of "ptype $pc".
9387
9388 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9389
9390 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
9391 (test_file_list_exec_source_file): Update to new macro-info field.
9392
9393 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
9394
9395 * gdb.ada/exprs: New test program.
9396 * gdb.ada/exprs.exp: New testcase.
9397
9398 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9399
9400 * dfp-test.c (DELTA, DELTA_B): New definitions.
9401 (double_val1, double_val2, double_val3, double_val4, double_val5,
9402 double_val6, double_val7, double_val8, double_val9, double_val10,
9403 double_val11, double_val12, double_val13, double_val14, dec32_val1,
9404 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
9405 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
9406 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
9407 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
9408 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
9409 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
9410 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
9411 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
9412 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
9413 dec128_val16): New global variables.
9414 (decimal_dec128_align): New function.
9415 (decimal_mixed): Likewise.
9416 (decimal_many_args_dec32): Likewise.
9417 (decimal_many_args_dec64): Likewise.
9418 (decimal_many_args_dec128): Likewise.
9419 (decimal_many_args_mixed): Likewise.
9420 * dfp-test.exp: Add tests calling new inferior functions.
9421
9422 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9423
9424 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
9425 gdb.server/ext-run.exp: New files.
9426 * lib/gdbserver-support.exp (gdbserver_download): New.
9427 (gdbserver_start): New. Update gdbserver expected
9428 output.
9429 (gdbserver_spawn): Use them.
9430 (gdbserver_start_extended): New.
9431
9432 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9433
9434 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
9435 Run on GNU/Linux.
9436 (do_exec_tests): Check for systems which do not support catchpoints.
9437 Do not match START.
9438 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
9439 Run on GNU/Linux. Enable verbose output.
9440 (check_fork_catchpoints): New.
9441 (explicit_fork_child_follow, catch_fork_child_follow)
9442 (tcatch_fork_parent_follow): Update expected messages.
9443 (do_fork_tests): Use check_fork_catchpoints.
9444 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
9445 Run on GNU/Linux. Enable verbose output.
9446 (check_vfork_catchpoints): New.
9447 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
9448 expected messages.
9449 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
9450
9451 2008-01-29 Jim Blandy <jimb@red-bean.com>
9452
9453 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
9454 host' errors.
9455 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
9456
9457 2008-01-29 Jim Blandy <jimb@red-bean.com>
9458
9459 * gdb.threads/sigthread.c: Use barriers to ensure that
9460 child_thread and child_thread_two are always initialized before we
9461 start to use them.
9462
9463 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
9464
9465 * gdb.base/watchpoint-solib.exp: New.
9466 * gdb.base/watchpoint-solib.c: New.
9467 * gdb.base/watchpoint-solib-shr.c: New.
9468
9469 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
9470
9471 * gdb.base/gdb1056.exp: Add unsigned integer test.
9472
9473 2008-01-28 Doug Evans <dje@google.com>
9474
9475 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
9476
9477 2008-01-27 Jim Blandy <jimb@codesourcery.com>
9478
9479 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
9480
9481 * gdb.base/expand-psymtabs.exp: Doc fix.
9482
9483 2008-01-26 Mark Kettenis <kettenis@gnu.org>
9484
9485 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9486
9487 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
9488
9489 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
9490 -var-set-format.
9491
9492 2008-01-23 Chris Demetriou <cgd@google.com>
9493
9494 * gdb.threads/thread_events.c: New testcase source file.
9495 * gdb.threads/thread_events.exp: New testcase expect file.
9496
9497 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9498
9499 * lib/gdb.exp: Add the variable octal.
9500
9501 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
9502 -var-set-format.
9503
9504 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
9505 Vladimir Prus <vladimir@codesourcery.com>
9506
9507 * gdb.base/float.exp: Allow missing floating point for m68k and
9508 PowerPC.
9509
9510 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
9511
9512 * gdb.mi/basics.c: Setup for testing breakpoints
9513 ignore count.
9514 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
9515 * gdb.mi/mi-cli.exp: Adjust.
9516 * gdb.mi/mi2-cli.exp: Adjust.
9517
9518 2008-01-17 Pedro Alves <pedro@codesourcery.com>
9519
9520 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
9521 and 'dummy_ptr' integer pointer. Initialize struct_declarations
9522 with dummy_ptr's address.
9523 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
9524 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
9525 all targets.
9526 * gdb.mi/mi2-var-child.exp: Likewise.
9527
9528 2008-01-09 Joel Brobecker <brobecker@adacore.com>
9529
9530 * gdb.ada/null_array: New test program.
9531 * gdb.ada/null_array.exp: New testcase.
9532
9533 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
9534
9535 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
9536 with required float modifiers.
9537
9538 2008-01-08 Joel Brobecker <brobecker@adacore.com>
9539
9540 * gdb.ada/funcall_param: New test program.
9541 * gdb.ada/funcall_param.exp: New testcase.
9542
9543 2008-01-08 Joel Brobecker <brobecker@adacore.com>
9544
9545 * gdb.ada/arrayparam: New test program.
9546 * gdb.ada/arrayparam.exp: New testcase.
9547
9548 2008-01-08 Joel Brobecker <brobecker@adacore.com>
9549
9550 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
9551 landed. Should also fix random failures in the test following it.
9552
9553 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9554
9555 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
9556 for expressions with decimal float values.
9557 (test_dfp_conversions): New function to test casts to and from
9558 decimal float types.
9559 Call test_dfp_conversions.
9560 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
9561 elements.
9562 (main): Initialize ds.float4 and ds.double8 elements.
9563 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
9564 string to new error message.
9565 (d64_set_tests): Likewise.
9566 (d128_set_tests): Likewise.
9567 Add tests for expressions with decimal float variables. Add tests for
9568 conversions to and from decimal float types.
9569
9570 2008-01-05 Joel Brobecker <brobecker@adacore.com>
9571
9572 * gdb.ada/packed_tagged/comp_bug.adb: New file.
9573 * gdb.ada/packed_tagged.exp: New testcase.
9574
9575 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9576
9577 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
9578 gdb.ada/homonym/homonym_main.adb: New files.
9579 * gdb.ada/homonym.exp: New testcase.
9580
9581 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9582
9583 * gdb.ada/packed_array.exp: Add testing of references to
9584 a packed array.
9585
9586 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9587
9588 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
9589 New files.
9590 * gdb.ada/type_coercion.exp: New testcase.
9591
9592 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9593
9594 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
9595 gdb.ada/tagged/foo.adb: New file.
9596 * gdb.ada/tagged.exp: New testcase.
9597
9598 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9599
9600 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
9601 gdb.ada/ptype_field/foo.adb: New files.
9602 * gdb.ada/ptype_field.exp: New testcase.
9603
9604 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9605
9606 * gdb.ada/print_pc.exp: New testcase.
9607
9608 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9609
9610 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
9611 gdb.ada/taft_type/p.adb: New files.
9612 * gdb.ada/taft_type.exp: New testcase.
9613
9614 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9615
9616 * gdb.ada/array_bounds/bar.adb: New file.
9617 * gdb.ada/array_bounds.exp: New testcase.
9618
9619 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9620
9621 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
9622 gdb.ada/arrayptr/foo.adb: New files.
9623 * gdb.ada/arrayptr.exp: New testcase.
9624
9625 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9626
9627 * gdb.base/set-lang-auto.exp: New testcase.
9628
9629 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9630
9631 * gdb.ada/fun_addr/foo.adb: New file.
9632 * gdb.ada/fun_addr.exp: New testcase.
9633
9634 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
9637 New files
9638
9639 2008-01-02 Joel Brobecker <brobecker@adacore.com>
9640
9641 * array_subscript_addr/p.adb: New file.
9642 * array_subscript_addr.exp: New testcase.
9643
9644 2008-01-02 Joel Brobecker <brobecker@adacore.com>
9645
9646 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
9647 New files.
9648 * gdb.ada/str_cmp_ref.exp: New testcase.
9649
9650 2008-01-01 Joel Brobecker <brobecker@adacore.com>
9651
9652 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
9653 gdb.ada/fun_in_declare/foo.adb: New files.
9654 * gdb.ada/fun_in_declare.exp: New testcase.
9655
9656 2008-01-01 Joel Brobecker <brobecker@adacore.com>
9657
9658 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
9659 gdb.ada/ref_param/pck.ads: New files.
9660 * gdb.ada/ref_param.exp: New testcase.
9661
9662 2008-01-01 Joel Brobecker <brobecker@adacore.com>
9663
9664 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
9665 gdb.ada/interface/foo.adb: New files.
9666 * gdb.ada/interface.exp: New testcase.
9667
9668 2007-12-31 Jim Blandy <jimb@codesourcery.com>
9669
9670 * gdb.base/multi-forks.exp: Consume all output from child
9671 processes before proceeding to next test.
9672
9673 2007-12-29 Jim Blandy <jimb@codesourcery.com>
9674
9675 * configure: Regenerated.
9676
9677 2007-12-27 Joel Brobecker <brobecker@adacore.com>
9678
9679 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
9680 gdb.ada/fixed_cmp/fixed.adb: New files.
9681 * gdb.ada/fixed_cmp.exp: New testcase.
9682
9683 2007-12-27 Joel Brobecker <brobecker@adacore.com>
9684
9685 * gdb.ada/boolean_expr.exp: New testcase.
9686
9687 2007-12-26 Jim Blandy <jimb@codesourcery.com>
9688
9689 * gdb.base/multi-forks.exp: Doc fix.
9690
9691 2007-12-26 Joel Brobecker <brobecker@adacore.com>
9692
9693 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9694 * gdb.ada/char_param.exp: Do not compile our test program with
9695 -gnata, this is unnecessary.
9696 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
9697
9698 2007-12-24 Joel Brobecker <brobecker@adacore.com>
9699
9700 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
9701 gdb.ada/print_chars/foo.adb: New files.
9702 * gdb.ada/print_chars.exp: New testcase.
9703
9704 2007-12-24 Joel Brobecker <brobecker@adacore.com>
9705
9706 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
9707 gdb.ada/char_param/foo.adb: New files.
9708 * gdb.ada/char_param.exp: New testcase.
9709
9710 2007-12-22 Jim Blandy <jimb@codesourcery.com>
9711
9712 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
9713 hard-coding source line numbers into the test.
9714 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
9715 gdb_get_line_number to find.
9716
9717 2007-12-22 Joel Brobecker <brobecker@adacore.com>
9718
9719 * gdb.base/ptype.c (highest): New struct type.
9720 (the_highest): New variable of that type.
9721 (main): Add dummy assignment to a field of variable the_highest.
9722 * gdb.base/ptype.exp: Test type printing of our new variable.
9723
9724 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
9725
9726 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
9727 and record first explicitly generated thread number.
9728 Use that thread number for thread specific watchpoint test.
9729 Add iteration number to repetitive tests.
9730
9731 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
9732 Jim Blandy <jimb@codesourcery.com>
9733
9734 * gdb.base/expand-psymtabs.c: New testcase
9735 source file.
9736 * gdb.base/expand-psymtabs.exp: New testcase
9737 expect file.
9738
9739 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
9740
9741 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
9742 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
9743
9744 2007-12-17 Joel Brobecker <brobecker@adacore.com>
9745
9746 * gdb.ada/frame_args/foo.adb: New file.
9747 * gdb.ada/frame_args/pck.ads: New file.
9748 * gdb.ada/frame_args/pck.adb: New file.
9749 * gdb.ada/frame_args.exp: New testcase.
9750
9751 2007-12-17 Joel Brobecker <brobecker@adacore.com>
9752
9753 * gdb.base/frame-args.c: New file.
9754 * gdb.base/frame-args.exp: New testcase.
9755
9756 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
9757 Joseph Myers <joseph@codesourcery.com>
9758
9759 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
9760
9761 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
9762
9763 * gdb.mi/mi-pending.exp: New.
9764 * gdb.mi/mi-pending.c: New.
9765 * gdb.mi/mi-pendshr.c: New.
9766
9767 2007-12-06 Jim Blandy <jimb@codesourcery.com>
9768
9769 * gdb.base/default.exp: Update expected output for 'info catch'.
9770
9771 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9772
9773 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
9774 must be set to binary.
9775
9776 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
9777
9778 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
9779
9780 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9781
9782 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
9783 gdb.mi/mi-file-transfer.exp: New.
9784
9785 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9786
9787 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
9788
9789 2007-11-22 Maciej W. Rozycki <macro@mips.com>
9790
9791 * gdb.trace/backtrace.exp: Fix a typo.
9792 * gdb.trace/circ.exp: Likewise.
9793 * gdb.trace/collection.exp: Likewise.
9794 * gdb.trace/limits.exp: Likewise.
9795 * gdb.trace/report.exp: Likewise.
9796 * gdb.trace/tfind.exp: Likewise.
9797 * gdb.trace/while-dyn.exp: Likewise.
9798
9799 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
9800
9801 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
9802 objects of pointers that can't be dereferenced are now
9803 "noneditable".
9804
9805 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9806
9807 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
9808 (target_cpu): Remove.
9809
9810 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
9811
9812 * gdb.base/ending-run.exp: Expect the list of cleared
9813 breakpoint to come in natural order, not the reversed one.
9814
9815 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
9816
9817 * gdb.mi/mi-var-child.c (do_child_deletion): New.
9818 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
9819
9820 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
9821
9822 * gdb.base/printcmds.exp: New function
9823 test_printf_with_dfp.
9824
9825 2007-11-02 Doug Evans <dje@google.com>
9826
9827 * gdb.disasm/t01_mov.s: Remove carriage returns.
9828 * gdb.disasm/t02_mova.s: Ditto.
9829 * gdb.disasm/t03_add.s: Ditto.
9830 * gdb.disasm/t04_sub.s: Ditto.
9831 * gdb.disasm/t05_cmp.s: Ditto.
9832 * gdb.disasm/t06_ari2.s: Ditto.
9833 * gdb.disasm/t07_ari3.s: Ditto.
9834 * gdb.disasm/t08_or.s: Ditto.
9835 * gdb.disasm/t09_xor.s: Ditto.
9836 * gdb.disasm/t10_and.s: Ditto.
9837 * gdb.disasm/t11_logs.s: Ditto.
9838 * gdb.disasm/t12_bit.s: Ditto.
9839 * gdb.disasm/t13_otr.s: Ditto.
9840
9841 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9842
9843 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
9844
9845 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9846
9847 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
9848 provide DFP support.
9849
9850 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
9851
9852 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
9853 Test "set powerpc vector-abi". Skip auto-detection tests for old
9854 toolchains.
9855
9856 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9857
9858 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
9859 with [string compare].
9860
9861 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9862
9863 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
9864 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
9865
9866 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
9867
9868 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
9869 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
9870 * gdb.opt/Makefile.in: New makefile.
9871 * Makefile.in: Create new directory "gdb.opt".
9872 * configure.ac: Add "gdb.opt" directory.
9873 * configure: Regenerated.
9874
9875 2007-10-25 Doug Evans <dje@google.com>
9876
9877 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
9878 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
9879
9880 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
9881 Thiago Jung Bauermann <bauerman@br.ibm.com>
9882
9883 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
9884 Floating Point expressions.
9885 * gdb.base/dfp-test.exp: new file adding tests for Decimal
9886 Floating Point variables.
9887 * gdb.base/dfp-test.c: new file containing program with Decimal
9888 Floating variables, used by gdb.base/dfp-test.exp.
9889
9890 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9891
9892 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
9893
9894 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9895
9896 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
9897 compiling test case with GCC.
9898 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
9899
9900 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9901
9902 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9903 format changes.
9904
9905 2007-10-18 Michael Snyder <msnyder@specifix.com>
9906
9907 * gdb.base/dbx.exp: Add missing "-re " operator.
9908
9909 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
9910
9911 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
9912 * configure.ac: Removed trailing spaces after backslash.
9913 * gdb.modula2: New directory.
9914 * gdb.modula2/Makefile.in: New file.
9915 * gdb.modula2/unbounded-array.exp: New file.
9916 * gdb.modula2/unbounded1.c: New file.
9917
9918 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
9919
9920 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
9921
9922 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
9923
9924 * gdb.base/sigstep.c (main): Add checks for
9925 return values for setitimer call.
9926 Call setitimer again with itimer = ITIMER_REAL
9927 if first call to setitimer fails.
9928
9929 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
9930
9931 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
9932 of $timeout.
9933
9934 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9935
9936 * gdb.server/server-run.exp: Test for dynamic linker symbols.
9937
9938 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
9939
9940 * lib/gdb.exp (gdb_run_cmd): Move comment outside
9941 of gdb_expect call, to avoid interruption.
9942
9943 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
9944
9945 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
9946 (v_unsigned_long_long, v_long_long_array)
9947 (v_signed_long_long_array, v_unsigned_long_long_array)
9948 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
9949 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
9950 [!NO_LONG_LONG]: New.
9951 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
9952 v_long_long_member.
9953
9954 (v_long_long_func, v_signed_long_long_func)
9955 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
9956 (main) [!NO_LONG_LONG]: Initialize long long variants.
9957
9958 * gdb.base/whatis.exp: If board file requests no_long_long, build
9959 test with NO_LONG_LONG defined. Test long long, signed long long,
9960 and unsigned long long variants but only if board file doesn't
9961 disable it.
9962
9963 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
9964 Daniel Jacobowitz <dan@codesourcery.com>
9965
9966 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
9967 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
9968 * configure: Regenerated.
9969 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
9970 gdb.pascal/types.exp, lib/pascal.exp: New files.
9971
9972 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
9973
9974 * gdb.cp/classes.exp (do_tests): Always step to the line after the
9975 call.
9976 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
9977 to return to the call.
9978 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
9979 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
9980 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
9981 * gdb.mi/mi-until.exp (test_until): Likewise.
9982 * gdb.mi/mi2-until.exp (test_until): Likewise.
9983
9984 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
9985
9986 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
9987 two-char array.
9988 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
9989
9990 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
9991
9992 * gdb.threads/watchthreads.c (thread_function): Sleep between
9993 iterations.
9994 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
9995 at once for S/390. Generate matching fails and passes.
9996
9997 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
9998
9999 * gdb.mi/var-cmd.c (do_children_tests): Initialize
10000 the 'struct_declarations' variable to zeros.
10001
10002 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
10003
10004 * gdb.cp/mb-ctor.cc: New.
10005 * gdb.cp/mb-ctor.exp: New.
10006 * gdb.cp/mb-templates.cc: New.
10007 * gdb.cp/mb-templates.exp: New.
10008
10009 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
10010
10011 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
10012
10013 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
10014
10015 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
10016 targets.
10017 * configure: Regenerate.
10018
10019 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
10020
10021 * gdb.base/annota1.exp: Adjust for 'info break'
10022 format changes.
10023 * gdb.base/annota3.exp: Likewise.
10024 * gdb.base/break.exp: Likewise.
10025 * gdb.base/condbreak.exp: Likewise.
10026 * gdb.base/pending.exp: Likewise.
10027 * gdb.base/sepdebug.exp: Likewise.
10028 * gdb.base/unload.exp: Likewise.
10029 * gdb.base/ovldbreak.exp: Likewise.
10030
10031 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
10032
10033 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
10034 messages.
10035 * gdb.base/chng-syms.exp: Likewise.
10036 * gdb.base/unload.exp: Likewise.
10037
10038 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10039
10040 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
10041
10042 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10043
10044 * schedlock.c (NUM): Change to 1.
10045 (main): Use args[0] for the main thread.
10046 * schedlock.exp: Only expect two threads. Only issue one pass or fail
10047 regardless of the number of threads.
10048
10049 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10050
10051 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
10052 type down.
10053 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10054 test.
10055 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
10056 watchpoint type down.
10057 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10058 test.
10059
10060 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10061
10062 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
10063 Move all the tests here and run them twice, once using software
10064 watchpoints and once using hardware watchpoints.
10065 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
10066
10067 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
10068
10069 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
10070 test.
10071
10072 2007-09-10 Mark Kettenis <kettenis@gnu.org>
10073
10074 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
10075 build-id.
10076
10077 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
10078 know about $ORIGIN. Calculate output dir from $dest instead of
10079 using ${objdir}/{$subdir}.
10080
10081 2007-09-09 Mark Kettenis <kettenis@gnu.org>
10082
10083 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
10084 gcore, before continuing with the test.
10085
10086 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
10087
10088 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
10089 * gdb.mi/mi-watch.exp: Likewise.
10090
10091 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10092 Jim Blandy <jimb@codesourcery.com>
10093
10094 * gdb.arch/i386-sse.exp: Do not expect character constants.
10095 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
10096 * gdb.base/display.exp: Allow print/s.
10097 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
10098 and unsigned char array changes.
10099
10100 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10101
10102 * gdb.base/display.exp: Add tests for printf %p.
10103
10104 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10105
10106 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
10107 the dll name to unicode.
10108
10109 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10110
10111 * gdb.base/default.exp (show version): Update the version text.
10112 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
10113
10114 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10115
10116 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
10117 New files.
10118
10119 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10120
10121 * lib/gdb.exp (build_id_debug_filename_get): New function.
10122 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
10123 Remove the generate DEBUG file for the future testcase runs.
10124 New testcase for the NT_GNU_BUILD_ID retrieval.
10125 Move the final testing step to ...
10126 (test_different_dir): ... a new function.
10127 New parameter XFAIL to XFAIL all the tests performed.
10128 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
10129 New parameter TYPE to PF_PREFIX all the tests performed.
10130
10131 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
10132
10133 * gdb.mi/mi-var-cp.cc (path_expression): New
10134 function.
10135 * gdb.mi/mi-var-cp.exp: Run path exression tests.
10136
10137 2007-08-27 Markus Deuling <deuling@de.ibm.com>
10138
10139 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
10140 to fit into SPU Local Store memory.
10141
10142 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10143
10144 * gdb.base/default.exp: Adjust the expected output of "info
10145 warranty" after the switch to GPLv3.
10146
10147 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10148
10149 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
10150 to 30000 (from 20000).
10151
10152 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10153
10154 Switch the license of all .exp files to GPLv3.
10155 Switch the license of all .f and .f90 files to GPLv3.
10156 Switch the license of all .s and .S files to GPLv3.
10157
10158 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10159
10160 * configure.ac: Switch license to GPLv3.
10161
10162 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10163
10164 Switch the licensing to GPLv3 for all .ads and .adb files.
10165
10166 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
10167
10168 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
10169 and t_int_double.
10170 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
10171
10172 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10173
10174 * gdb.base/step-line.c: Switch license to GPL version 3, and
10175 update copyright year.
10176 * gdb.base/step-line.inp: Likewise.
10177
10178 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10179
10180 * gdb.base/gdb1555.exp: Make expected output immune to formatting
10181 changes inside gdb1555.c.
10182 * gdb.base/pending.exp: Likewise.
10183
10184 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
10185
10186 * config/default.exp: New file.
10187
10188 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10189
10190 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
10191 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
10192
10193 2007-07-30 Maciej W. Rozycki <macro@mips.com>
10194
10195 * gdb.base/dump.exp: Force the correct endianness for binary
10196 formats not carrying this information.
10197
10198 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10199
10200 * gdb.threads/staticthreads.exp: Match .*sem_post.
10201
10202 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10203
10204 * gdb.base/readline.exp (operate_and_get_next): Match the final
10205 prompt.
10206
10207 2007-07-23 Kevin Buettner <kevinb@redhat.com>
10208
10209 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
10210 to restarting SID.
10211
10212 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10213
10214 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
10215 prior to `gdb_start'.
10216
10217 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10218
10219 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
10220 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
10221 Remove call to gdb_unload.
10222
10223 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10224 Daniel Jacobowitz <dan@codesourcery.com>
10225
10226 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
10227 for __WIN32__.
10228 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
10229 * gdb.base/unload.exp: Use shared library test routines.
10230
10231 2007-07-03 Markus Deuling <deuling@de.ibm.com>
10232
10233 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
10234 * gdb.base/solib-symbol-lib.c: Likewise.
10235 * gdb.base/solib-symbol-main.c: Likewise.
10236
10237 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
10238
10239 * config/gdbserver.exp (gdb_reconnect): New.
10240 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
10241 gdb.base/solib-disc.exp: New files.
10242 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
10243 remote debugging".
10244 (gdb_compile): Add shlib_load flag.
10245 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
10246 port.
10247 (gdbserver_reconnect): New.
10248
10249 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
10250 Daniel Jacobowitz <dan@codesourcery.com>
10251
10252 * gdb.base/annota3.exp: Test for if construct.
10253
10254 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
10255
10256 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
10257
10258 2007-06-21 Chris Dearman <chris@mips.com>
10259 Maciej W. Rozycki <macro@mips.com>
10260
10261 * gdb.base/display.exp: Allow a newline after display/i.
10262 * gdb.base/pc-fp.exp: Likewise.
10263 * gdb.base/sigbpt.exp: Likewise.
10264
10265 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10266
10267 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
10268 required features to be included.
10269
10270 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10271
10272 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
10273 in info threads output.
10274
10275 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10276 Markus Deuling <deuling@de.ibm.com>
10277
10278 * gdb.arch/spu-info.exp: New testcase.
10279 * gdb.arch/spu-info.c: New file.
10280
10281 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
10282
10283 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
10284 tpcs_offset. Restore lr after the call.
10285 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
10286
10287 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
10288
10289 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
10290 (gdbserver_run): Kill any running gdbserver.
10291 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
10292
10293 2007-05-17 Maciej W. Rozycki <macro@mips.com>
10294
10295 * gdb.base/sigbpt.exp: Preset segv_addr.
10296
10297 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
10298
10299 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
10300 (gdb_compile_shlib): Likewise.
10301 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
10302 (default_gdb_init): Clear cleanfiles.
10303 (gdb_finish): Delete recorded cleanfiles.
10304 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
10305
10306 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
10307 Do not use isnative.
10308 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
10309 gdb.base/so-impl-ld.exp: Likewise.
10310 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
10311 * gdb.base/unload.exp: Likewise. Do not pass empty option to
10312 gdb_compile.
10313
10314 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
10315
10316 * config/unknown.exp: Remove.
10317
10318 2007-05-15 Markus Deuling <deuling@de.ibm.com>
10319
10320 * gdb.base/info-proc.exp: Check is_remote.
10321
10322 2007-05-14 Markus Deuling <deuling@de.ibm.com>
10323
10324 * gdb.base/gcore.exp: Initialize variable core_supported.
10325
10326 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10327
10328 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
10329
10330 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10331
10332 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
10333 * gdb.threads/print-threads.exp (test_all_threads): Allow
10334 negative and hexadecimal thread IDs.
10335
10336 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10337
10338 * gdb.java/jprint.java (public): Avoid invalid call to static
10339 method.
10340
10341 2007-05-14 Denis Pilat <denis.pilat@st.com>
10342
10343 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
10344 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
10345 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
10346 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
10347 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
10348
10349 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10350
10351 * gdb.base/overlays.exp: Add support for targets with only code
10352 overlay support, not data overlay. Support spu-*-* target in
10353 this mode.
10354 * gdb.base/ovlymgr.c: Provide stubs for spu target.
10355 * gdb.base/spu.ld: New file.
10356
10357 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
10358
10359 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
10360
10361 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
10362
10363 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
10364
10365 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
10366
10367 * gdb.java/jmain.exp: Handle demangled names with and without method
10368 signatures.
10369
10370 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
10371
10372 * gdb.mi/mi-syn-frame.c (main, foo, bar)
10373 (have_a_very_merry_interrupt): Remove calls to puts.
10374 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
10375 inferior output.
10376 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
10377 test names.
10378
10379 2007-04-29 Markus Deuling <deuling@de.ibm.com>
10380 Daniel Jacobowitz <dan@codesourcery.com>
10381
10382 * gdb.base/auxv.exp (core_works): Also check is_remote.
10383 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
10384
10385 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
10386
10387 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
10388 message, not the undefined 'module' variable.
10389 * gdb.base/siginfo.exp: Likewise.
10390 * gdb.base/sigstep.exp: Likewise.
10391 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
10392 serialport.
10393 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
10394
10395 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
10396
10397 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
10398 target sim fails. Return 0 otherwise.
10399 (gdb_load): Return prematurely if gdb_target_sim fails.
10400
10401 2007-04-16 Denis Pilat <denis.pilat@st.com>
10402
10403 * gdb.base/setshow.exp: Reset height after having set it to 100.
10404
10405 2007-04-16 Denis Pilat <denis.pilat@st.com>
10406
10407 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
10408
10409 2007-04-16 Denis Pilat <denis.pilat@st.com>
10410
10411 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
10412
10413 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
10414
10415 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
10416 tests. Run the frozen varobjs test.
10417 * gdb.mi/var-cmd.c (do_frozen_tests): New.
10418 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
10419
10420 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10421
10422 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
10423 gdb.base/type-opaque.exp: New files.
10424
10425 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
10426
10427 * gdb.mi/mi-var-child.c
10428 (do_children_tests): User char[2] instead of
10429 char so that automatic printing of pointers to char
10430 don't give unpredicable result.
10431 * gdb.mi/var-cmd.c (do_locals_test): Initialize
10432 local variables.
10433 * gdb.mi/mi-var-child.exp: Step to right line
10434 of do_children_tests.
10435 * gdb.mi/mi2-var-child.exp: Likewise.
10436 * gdb.mi/mi-var-cmd.exp: Step to right line of
10437 do_locals_tests.
10438 (do_children_tests): User char[2] instead of
10439 char so that automatic printing of pointers to char
10440 don't give unpredicable result.
10441 * gdb.mi/mi2-var-cmd.exp: Likewise.
10442 * lib/mi-support.exp (mi_continue_to_line):
10443 Pass test name to mi_wait_for_stop.
10444
10445 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10446
10447 * gdb.asm/asm-source.exp: Remove d10v case.
10448 * lib/gdb.exp (skip_cplus_tests): Likewise.
10449 * gdb.asm/d10v.inc: Deleted.
10450
10451 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10452
10453 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
10454
10455 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10456
10457 * config/netware.exp: Delete file.
10458
10459 2007-03-29 Joel Brobecker <brobecker@adacore.com>
10460
10461 * gdb.dwarf2/dw2-noloc.S: New file.
10462 * gdb.dwarf2/dw2-noloc.exp: New file.
10463
10464 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10465
10466 * gdb.cp/method2.cc: New test.
10467 * gdb.cp/method2.exp: New test.
10468 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
10469
10470 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
10471
10472 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
10473
10474 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
10475
10476 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10477
10478 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
10479
10480 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
10481 (gdb_load): Delete, replace with...
10482 (gdb_reload): ...this.
10483 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
10484 * gdb.server/server-mon.exp: Likewise.
10485 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
10486 (gdb_start_cmd): New.
10487 (gdb_file_cmd): Save the last loaded file.
10488 (gdb_reload): New.
10489 (gdb_gnu_strip_debug): Use transform.
10490 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
10491 support here. Use new $last_loaded_file. Check mtime.
10492 (gdb_target_cmd): Handle ObjC failure case.
10493 (infer_host_exec): Delete.
10494 (gdbserver_load): Rename to...
10495 (gdbserver_run): ...this. Simplify.
10496 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
10497 (mi_gdb_load): Move most contents to a new function...
10498 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
10499 (mi_run_cmd): Use mi_gdb_target_load.
10500 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
10501 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
10502 Use gdb_run_cmd.
10503 * gdb.base/charsign.exp: Remove incorrect comment.
10504 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
10505 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
10506 gdb.base/start.exp: Use gdb_start_cmd.
10507
10508 2007-03-23 Nigel Stephens <nigel@mips.com>
10509 Maciej W. Rozycki <macro@mips.com>
10510
10511 * gdb.base/sigbpt.exp: Fix the message when skipping test.
10512 * gdb.base/signull.exp: Similarly.
10513
10514 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10515
10516 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
10517 messages available to test cases (like chng-sym.exp).
10518
10519 2007-03-14 Andreas Schwab <schwab@suse.de>
10520
10521 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10522 format changes.
10523
10524 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
10525
10526 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
10527 (optimized_1): New.
10528 (main): Call optimized_1.
10529 (gdb2029): Correct typos. Call gdb2029_marker.
10530 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
10531 for gdb2029.
10532
10533 2007-03-12 Mark Kettenis <kettenis@gnu.org>
10534
10535 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
10536 as tabs. Remove redundant test pattern.
10537
10538 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10539
10540 * gdb.base/long_long.exp: Accept optional symbol name in <...>
10541 for /a format output.
10542
10543 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
10544
10545 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
10546 collect output incrementally.
10547
10548 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10549
10550 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
10551 for -var-create lpcharacter test.
10552 * gdb.mi/mi2-var-cmd.exp: Likewise.
10553
10554 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10555
10556 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
10557 pass on targets where address zero is readable.
10558
10559 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10560
10561 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
10562 just a single architecture.
10563
10564 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10565
10566 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
10567 (fetch_all_registers): New function, uses gdb_test_multiple and
10568 exp_continue to fetch inferior output line-by-line.
10569 Replace all uses of do_get_all_registers by fetch_all_registers.
10570
10571 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10572
10573 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
10574 in target_info.
10575
10576 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10577
10578 * gdb.threads/manythreads.exp: Use $message string for
10579 consistancy; add a default (timeout) case.
10580
10581 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10582
10583 * gdb.base/watchpoint.exp: Fix truncated comment.
10584
10585 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10586
10587 * Makefile.in: Remove spurious single-quotes from sed command.
10588
10589 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10590
10591 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
10592 func.
10593 * gdb.mi/mi2-var-cmd.exp: Likewise.
10594
10595 2007-02-27 Joel Brobecker <brobecker@adacore.com>
10596
10597 * gdb.dwarf2/dw2-producer.S: New file.
10598 * gdb.dwarf2/dw2-producer.exp: New testcase.
10599
10600 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
10601
10602 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10603 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10604 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10605 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10606 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10607 Revert tests to use mi_gdb_test and include value field in output
10608 of -var-create.
10609
10610 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10611
10612 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
10613
10614 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10615
10616 * gdb.base/maint.exp: Remove full paths from test names.
10617 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
10618 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
10619
10620 2007-02-27 Joel Brobecker <brobecker@adacore.com>
10621
10622 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
10623
10624 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10625
10626 * gdb.server/server-mon.exp: New test.
10627
10628 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10629
10630 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
10631
10632 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10633
10634 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
10635 register capitalization.
10636
10637 2007-02-13 Denis Pilat <denis.pilat@st.com>
10638
10639 * gdb.mi/mi-var-invalidate.exp: New file.
10640
10641 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10642
10643 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
10644
10645 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10646
10647 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
10648
10649 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10650
10651 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
10652 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
10653
10654 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
10655
10656 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10657 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10658 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10659 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10660 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10661 * gdb.mi/gdb792.exp, lib/mi-support.exp:
10662 Update tests to include value field in output of -var-create.
10663
10664 2007-02-08 Andreas Schwab <schwab@suse.de>
10665
10666 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
10667
10668 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
10669
10670 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
10671 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
10672
10673 2007-02-02 Denis Pilat <denis.pilat@st.com>
10674
10675 * gdb.threads/threadapply.exp: check that frame is not changed by
10676 the thread apply all command.
10677
10678 2007-01-31 Andreas Schwab <schwab@suse.de>
10679
10680 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10681
10682 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
10683 in the dwarf sections.
10684 * gdb.dwarf2/mac-fileno.S: Likewise.
10685
10686 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
10687 bspstore register on ia64.
10688
10689 2007-01-29 Andreas Schwab <schwab@suse.de>
10690
10691 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
10692 "frame-begin" annotation.
10693
10694 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
10695 number of "frames-invalid" annotations.
10696
10697 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10698
10699 * gdb.base/commands.exp: Call if_commands_test.
10700 (gdb_test_no_prompt, if_commands_test): New.
10701
10702 2007-01-28 Mark Kettenis <kettenis@gnu.org>
10703
10704 * gdb.threads/sigthread.c (NSIGS): Make bigger.
10705
10706 2007-01-27 Andreas Schwab <schwab@suse.de>
10707
10708 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
10709 .short/.int/.quad in the dwarf sections.
10710 * gdb.dwarf2/dw2-intercu.S: Likewise.
10711 * gdb.dwarf2/dw2-intermix.S: Likewise.
10712
10713 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10714
10715 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
10716 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
10717 array.
10718 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
10719 * gdb.base/setvar.exp: Likewise.
10720
10721 2007-01-26 Andreas Schwab <schwab@suse.de>
10722
10723 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
10724 test.
10725
10726 * gdb.base/multi-forks.exp ("restart $i"): Also match
10727 __kernel_syscall_via_break.
10728
10729 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
10730
10731 * lib/mi-support.exp (mi_delete_varobj): New.
10732 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
10733 testcase.
10734 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
10735 (main): Call the above.
10736 (reference_update_test, base_in_reference_test)
10737 (reference_to_pointer): Delete the created varobjs.
10738
10739 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
10740
10741 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
10742 * configure: Regenerated.
10743 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
10744 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
10745 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
10746 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
10747 * lib/gdb.exp (gdb_skip_xml_test): New function.
10748
10749 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
10750
10751 * gdb.base/sigrepeat.exp: Correct error message.
10752
10753 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10754 Daniel Jacobowitz <dan@codesourcery.com>
10755
10756 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
10757 gdb.arch/i386-gnu-cfi-asm.S: New files.
10758
10759 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10760
10761 * lib/gdb.exp: Abort on missing `site.exp'.
10762
10763 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10764 Daniel Jacobowitz <dan@codesourcery.com>
10765
10766 * gdb.base/included.c, gdb.base/included.exp,
10767 gdb.base/included.h: New files.
10768
10769 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10770
10771 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
10772 (maximize_rlimit): Reduce limits on 64-bit systems.
10773
10774 2007-01-19 Mark Kettenis <kettenis@gnu.org>
10775
10776 From Marcus Deuling <deuling@de.ibm.com>:
10777 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
10778 every case.
10779
10780 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
10781
10782 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
10783 (test_path_specification): Use objdir instead of srcdir to always
10784 get an absolute filename.
10785
10786 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
10787
10788 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
10789
10790 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
10791
10792 * gdb.mi/mi-var-cp.cc (reference_update_tests):
10793 Make sure the variable we're using is in scope.
10794 (reference_to_pointer): Likewise.
10795
10796 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10797
10798 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
10799 has no debug information.
10800
10801 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10802
10803 * gdb.base/annota1.exp: Remove extra send_gdb.
10804
10805 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10806
10807 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
10808
10809 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10810
10811 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
10812
10813 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
10814 Daniel Jacobowitz <dan@codesourcery.com>
10815
10816 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
10817 lcharacter or linteger change. Correct duplicated test name.
10818 * gdb.mi/mi2-var-cmd.exp: Likewise.
10819
10820 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
10821
10822 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
10823
10824 2007-01-05 Joel Brobecker <brobecker@adacore.com>
10825
10826 * gdb.base/nofield.c: New file.
10827 * gdb.base/nofield.exp: New testcase.
10828
10829 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
10830
10831 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
10832
10833 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
10834 test.
10835
10836 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10837
10838 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
10839
10840 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10841
10842 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
10843 when continuing.
10844
10845 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10846
10847 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
10848 Expect ".exe" extension.
10849
10850 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10851
10852 * gdb.base/charset.exp: Add explicit filename to break.
10853 * gdb.base/dbx.exp: Add explicit filename to breaks.
10854
10855 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10856
10857 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
10858 * gdb.mi/mi2-file.exp: Likewise.
10859
10860 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10861
10862 Implement specification of MI tests as comments
10863 in C and C++ sources.
10864 * lib/mi-support.exp (mi_autotest_data): New variable.
10865 (mi_autotest_source): New variable.
10866 (count_newlines, mi_prepare_inline_tests)
10867 (mi_get_inline_test, mi_continue_to_line)
10868 (mi_run_inline_test, mi_tbreak)
10869 (mi_send_resuming_command, mi_wait_for_stop): New functions.
10870 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
10871 Run inline tests.
10872 * gdb.mi/mi-var-cp.cc: Define tests here.
10873
10874 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10875
10876 Simplify usage of mi_continue_to.
10877 * lib/mi-support.exp (mi_runto_helper): Renamed
10878 from mi_runto, added new parameter 'run_or_continue'.
10879 (mi_runto): Use mi_runto_helper.
10880 (mi_continue_to): Accept just function name as parameter.
10881 Use mi_runto_helper.
10882 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
10883 * gdb.mi/mi2-var-cmd.exp: Likewise.
10884
10885 2006-01-04 Joel Brobecker <brobecker@adacore.com>
10886
10887 Make this testcase a bit more realistic. The current code
10888 is too simplistic, and allows the compiler to optimize out
10889 some of the entities we need for this testcase.
10890 * gdb.ada/null_record/bar.ads (Void_Star): New type.
10891 (Do_Nothing): Add extra parameter.
10892 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
10893 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
10894 by using a variable of type Void_Star.
10895
10896 2006-01-04 Joel Brobecker <brobecker@adacore.com>
10897
10898 * gdb.ada/catch_ex/foo.adb: New file.
10899 * gdb.ada/catch_ex.exp: New testcase.
10900
10901 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
10902
10903 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
10904 pass --image-base to linker.
10905
10906 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10907 Daniel Jacobowitz <dan@codesourcery.com>
10908
10909 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
10910 secondary prompts.
10911
10912 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10913
10914 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
10915 output. Test the types of members and member pointers.
10916 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
10917 gdb/2092.
10918 * gdb.cp/member-ptr.exp: Search for a comment instead of a
10919 statement. Enable for GCC. Update expected output for some tests
10920 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
10921 layout.
10922 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
10923 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
10924 (Diamond::vget_base): New.
10925 (main): Add new tests.
10926 * gdb.cp/printmethod.exp: Update expected output for member functions.
10927 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
10928 print pEe->D::vg().
10929
10930 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10931
10932 * gdb.threads/tls.exp: Allow stops in sem_post.
10933
10934 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
10935
10936 * gdb.base/annota1.exp: Allow .*printf in backtraces.
10937 * gdb.base/annota3.exp: Likewise.
10938 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
10939 again (instead of timing out).
10940 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
10941 GCC bug 26475.
10942 * gdb.java/jmisc.exp: Adjust to work with method signatures including
10943 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
10944 test from jmisc1.exp.
10945 * gdb.java/jmisc1.exp: Delete.
10946 * gdb.java/jprint.exp: Adjust to work with method signatures including
10947 return types.
10948 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
10949 * gdb.threads/linux-dp.exp: Don't be confused by program output.
10950 * lib/java.exp (compile_java_from_source): Pass the correct type
10951 to target_compile.
10952
10953 2006-12-31 Joel Brobecker <brobecker@adacore.com>
10954
10955 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
10956 (stack_align_edx): New function.
10957 (stack_align_eax): New function.
10958 (main): Add calls to stack_align_edx and stack_align_eax.
10959 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
10960 Add testing for the cases where the register used during a stack
10961 realignment is edx. Same for eax.
10962
10963 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
10964
10965 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
10966 and generic PE targets.
10967
10968 2006-12-29 Joel Brobecker <brobecker@adacore.com>
10969
10970 * gdb.ada/array_return.exp: Update copyright date list.
10971
10972 2006-12-27 Joel Brobecker <brobecker@adacore.com>
10973
10974 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
10975 (Create_Small_Float_Vector): New function.
10976 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
10977 function body.
10978 * gdb.ada/array_return/p.adb: Use new type and function from
10979 package Pck.
10980 * gdb.ada/array_return.exp: Add a test verifying that GDB is
10981 able to print the value returned by a function returning an
10982 array of float.
10983
10984 2006-12-20 Joel Brobecker <brobecker@adacore.com>
10985
10986 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
10987 The associated tests should be PASSing.
10988
10989 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10990
10991 Test for base in references.
10992 * gdb.mi/mi-var-cp.cc: Add test code.
10993 * gdb.mi/mi-var-cp.exp: Test for bases in references.
10994 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
10995 * gdb.mi/mi2-watch.exp: Likewise.
10996 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
10997 (mi_list_varobj_children): New function.
10998
10999 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
11000
11001 * lib/mi-support.exp
11002 (mi_runto): Accept "()" after function name.
11003 (mi_create_varobj): New function.
11004 (mi_varobj_update): New function.
11005 (mi_Check_varobj_value): New function.
11006 * gdb.mi/mi-var-cp.exp: New file.
11007 * gdb.mi/mi-var-cp.cc: New file.
11008
11009 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
11010
11011 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
11012 gdb.base/weaklib2.c: New files.
11013
11014 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
11015
11016 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
11017 info. Adjust test names.
11018
11019 * gdb.base/break.c (main): Move position of malloc.
11020 * gdb.base/break.exp: Revert mistaken checkin.
11021
11022 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
11023
11024 * gdb.mi/mi-var-cmd.exp: Check -var-update after
11025 assignement of arrays and function pointers.
11026 * gdb.mi/var-cmd.c: Add declaration necessary for above
11027 tests.
11028
11029 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11030
11031 * gdb.base/break.c (main): Call malloc.
11032
11033 * gdb.threads/linux-dp.exp: Read thread table before and after
11034 creating each philosopher and verify it.
11035
11036 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11037 Paul Brook <paul@codesourcery.com>
11038 Daniel Jacobowitz <dan@codesourcery.com>
11039
11040 * gdb.base/ending-run.exp: Flatten expect script stepping out of
11041 main to remove duplication. Add start function of the form
11042 '_*start[1-9]*'. Add RVDS start function.
11043
11044 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11045
11046 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
11047
11048 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11049
11050 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
11051 * gdb.asm/spu.inc: New file.
11052 * gdb.base/term.exp: Disable if [target_info exists noargs].
11053 * gdb.gdb/complaints.exp: Disable if ![isnative].
11054 * gdb.gdb/selftest.exp: Likewise.
11055 * gdb.gdb/observer.exp: Likewise.
11056 * gdb.gdb/xfullpath.exp: Likewise.
11057 * gdb.base/attach.exp: Disable on SPU target.
11058 * gdb.cp/bs145503.exp: Likewise.
11059 * gdb.cp/exception.exp: Likewise.
11060 * gdb.cp/userdef.exp: Likewise.
11061
11062 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11063
11064 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
11065
11066 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
11067
11068 * gdb.base/completion.exp: Fix completion tests for
11069 'info' and 'info '.
11070 * gdb.base/help.exp (help_test_raw, test_class_help)
11071 (test_prefix_command_help): Move...
11072 * lib/gdb.exp: Here.
11073 * gdb.base/main.exp: Adjust.
11074 * gdb.cp/maint.exp: Adjust.
11075 * gdb.trace/tracecmd.exp: Use test_help_class.
11076
11077 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11078
11079 * gdb.stabs/weird.exp (print_weird_var): Use
11080 gdb_test_multiple instead of gdb_expect.
11081
11082 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11083
11084 * gdb.base/help.exp (help_test_raw): New.
11085 (test_class_help): New.
11086 (test_prefix_command_help): New.
11087 Adjust testcases.
11088
11089 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
11090
11091 * gdb.base/constvars.c (main): Write to crass and crips, so that
11092 they are allocated by the compiler.
11093
11094 2006-10-27 Andreas Schwab <schwab@suse.de>
11095
11096 * gdb.base/multi-forks.exp: Use "detach fork" instead of
11097 "detach-fork".
11098
11099 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
11100
11101 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
11102 of patterns.
11103
11104 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11105
11106 * gdb.base/sepdebug.exp: Remove debug format test.
11107 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
11108 Handle no-symtab.
11109 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
11110
11111 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11112
11113 * gdb.threads/manythreads.c (thread_function, main): Don't cast
11114 int to pointer or pointer to int.
11115 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
11116
11117 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
11118
11119 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
11120
11121 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11122
11123 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
11124
11125 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11126
11127 PR c++/2116
11128 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
11129
11130 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11131
11132 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
11133 the corresponding bug has been fixed in GDB (PR/2018).
11134
11135 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11136
11137 * gdb.base/subst.exp: New testcase.
11138
11139 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11140
11141 * gdb.ada/array_return/pck.ads: Add copyright notice.
11142 * gdb.ada/array_return/pck.adb: Likewise.
11143 * gdb.ada/array_return/p.adb: Likewise.
11144 * gdb.ada/exec_changed/first.adb: Likewise.
11145 * gdb.ada/exec_changed/second.adb: Likewise.
11146
11147 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11148
11149 * gdb.ada/watch_arg/watch.adb: New file.
11150 * gdb.ada/watch_arg.exp: New testcase.
11151
11152 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
11153
11154 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
11155 via string_to_regexp.
11156 * gdb.mi/mi2-basics.exp: Likewise.
11157
11158 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
11159
11160 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
11161 Remove unused / obsolete files.
11162
11163 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
11164
11165 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
11166
11167 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
11168
11169 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
11170 HIGH_FRAME argument to -stack-list-arguments can be larger than
11171 the number of frames.
11172
11173 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
11174
11175 * gdb.base/args.c (main): Add breakpoint marker.
11176 * gdb.base/args.exp: Use args_test for tests. Add new tests which
11177 really test empty arguments.
11178 (args_load): Delete.
11179 (args_test): New.
11180
11181 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
11182
11183 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
11184 check for one file.
11185
11186 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
11187
11188 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
11189 HIGH_FRAME argument to -stack-list-locals can be larger than
11190 the number of frames.
11191
11192 2006-08-18 Fred Fish <fnf@specifix.com>
11193
11194 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
11195 '$' in front of skip_vmx_tests_saved when setting that.
11196
11197 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
11198
11199 * gdb.base/trace-commands.exp: New file.
11200
11201 2006-08-10 Joel Brobecker <brobecker@adacore.com>
11202 Daniel Jacobowitz <dan@codesourcery.com>
11203
11204 * gdb.base/step-bt.exp: Make hexadecimal address optional in
11205 expected output of the backtrace commands.
11206
11207 2006-08-09 Joel Brobecker <brobecker@adacore.com>
11208
11209 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
11210 untested followed by return combination.
11211 * gdb.arch/altivec-regs.exp: Likewise.
11212 * gdb.arch/e500-abi.exp: Likewise.
11213 * gdb.arch/e500-regs.exp: Likewise.
11214 * gdb.arch/gdb1291.exp: Likewise.
11215 * gdb.arch/gdb1431.exp: Likewise.
11216 * gdb.arch/gdb1558.exp: Likewise.
11217 * gdb.arch/i386-prologue.exp: Likewise.
11218 * gdb.arch/i386-unwind.exp: Likewise.
11219 * gdb.asm/asm-source.exp: Likewise.
11220 * gdb.base/a2-run.exp: Likewise.
11221 * gdb.base/advance.exp: Likewise.
11222 * gdb.base/all-bin.exp: Likewise.
11223 * gdb.base/annota1.exp: Likewise.
11224 * gdb.base/annota3.exp: Likewise.
11225 * gdb.base/args.exp: Likewise.
11226 * gdb.base/arithmet.exp: Likewise.
11227 * gdb.base/assign.exp: Likewise.
11228 * gdb.base/async.exp: Likewise.
11229 * gdb.base/attach.exp: Likewise.
11230 * gdb.base/bang.exp: Likewise.
11231 * gdb.base/bigcore.exp: Likewise.
11232 * gdb.base/bitfields.exp: Likewise.
11233 * gdb.base/bitfields2.exp: Likewise.
11234 * gdb.base/break.exp: Likewise.
11235 * gdb.base/call-sc.exp: Likewise.
11236 * gdb.base/call-strs.exp: Likewise.
11237 * gdb.base/callfuncs.exp: Likewise.
11238 * gdb.base/checkpoint.exp: Likewise.
11239 * gdb.base/chng-syms.exp: Likewise.
11240 * gdb.base/code-expr.exp: Likewise.
11241 * gdb.base/commands.exp: Likewise.
11242 * gdb.base/completion.exp: Likewise.
11243 * gdb.base/cond-expr.exp: Likewise.
11244 * gdb.base/condbreak.exp: Likewise.
11245 * gdb.base/consecutive.exp: Likewise.
11246 * gdb.base/constvars.exp: Likewise.
11247 * gdb.base/corefile.exp: Likewise.
11248 * gdb.base/cvexpr.exp: Likewise.
11249 * gdb.base/dbx.exp: Likewise.
11250 * gdb.base/define.exp: Likewise.
11251 * gdb.base/detach.exp: Likewise.
11252 * gdb.base/display.exp: Likewise.
11253 * gdb.base/dump.exp: Likewise.
11254 * gdb.base/ena-dis-br.exp: Likewise.
11255 * gdb.base/ending-run.exp: Likewise.
11256 * gdb.base/environ.exp: Likewise.
11257 * gdb.base/eval-skip.exp: Likewise.
11258 * gdb.base/exprs.exp: Likewise.
11259 * gdb.base/fileio.exp: Likewise.
11260 * gdb.base/finish.exp: Likewise.
11261 * gdb.base/float.exp: Likewise.
11262 * gdb.base/foll-exec.exp: Likewise.
11263 * gdb.base/foll-fork.exp: Likewise.
11264 * gdb.base/foll-vfork.exp: Likewise.
11265 * gdb.base/freebpcmd.exp: Likewise.
11266 * gdb.base/funcargs.exp: Likewise.
11267 * gdb.base/gcore.exp: Likewise.
11268 * gdb.base/gdb1090.exp: Likewise.
11269 * gdb.base/gdb1250.exp: Likewise.
11270 * gdb.base/huge.exp: Likewise.
11271 * gdb.base/info-proc.exp: Likewise.
11272 * gdb.base/interrupt.exp: Likewise.
11273 * gdb.base/jump.exp: Likewise.
11274 * gdb.base/langs.exp: Likewise.
11275 * gdb.base/lineinc.exp: Likewise.
11276 * gdb.base/list.exp: Likewise.
11277 * gdb.base/logical.exp: Likewise.
11278 * gdb.base/long_long.exp: Likewise.
11279 * gdb.base/macscp.exp: Likewise.
11280 * gdb.base/maint.exp: Likewise.
11281 * gdb.base/mips_pro.exp: Likewise.
11282 * gdb.base/miscexprs.exp: Likewise.
11283 * gdb.base/multi-forks.exp: Likewise.
11284 * gdb.base/opaque.exp: Likewise.
11285 * gdb.base/overlays.exp: Likewise.
11286 * gdb.base/pc-fp.exp: Likewise.
11287 * gdb.base/pointers.exp: Likewise.
11288 * gdb.base/printcmds.exp: Likewise.
11289 * gdb.base/psymtab.exp: Likewise.
11290 * gdb.base/ptype.exp: Likewise.
11291 * gdb.base/recurse.exp: Likewise.
11292 * gdb.base/relational.exp: Likewise.
11293 * gdb.base/relocate.exp: Likewise.
11294 * gdb.base/remote.exp: Likewise.
11295 * gdb.base/reread.exp: Likewise.
11296 * gdb.base/restore.exp: Likewise.
11297 * gdb.base/return.exp: Likewise.
11298 * gdb.base/return2.exp: Likewise.
11299 * gdb.base/scope.exp: Likewise.
11300 * gdb.base/sect-cmd.exp: Likewise.
11301 * gdb.base/sep.exp: Likewise.
11302 * gdb.base/sepdebug.exp: Likewise.
11303 * gdb.base/setshow.exp: Likewise.
11304 * gdb.base/setvar.exp: Likewise.
11305 * gdb.base/sigall.exp: Likewise.
11306 * gdb.base/sigbpt.exp: Likewise.
11307 * gdb.base/signals.exp: Likewise.
11308 * gdb.base/signull.exp: Likewise.
11309 * gdb.base/sizeof.exp: Likewise.
11310 * gdb.base/solib.exp: Likewise.
11311 * gdb.base/step-line.exp: Likewise.
11312 * gdb.base/step-test.exp: Likewise.
11313 * gdb.base/structs.exp: Likewise.
11314 * gdb.base/structs2.exp: Likewise.
11315 * gdb.base/term.exp: Likewise.
11316 * gdb.base/twice.exp: Likewise.
11317 * gdb.base/until.exp: Likewise.
11318 * gdb.base/varargs.exp: Likewise.
11319 * gdb.base/volatile.exp: Likewise.
11320 * gdb.base/watchpoint.exp: Likewise.
11321 * gdb.base/whatis-exp.exp: Likewise.
11322 * gdb.base/whatis.exp: Likewise.
11323 * gdb.cp/ambiguous.exp: Likewise.
11324 * gdb.cp/annota2.exp: Likewise.
11325 * gdb.cp/annota3.exp: Likewise.
11326 * gdb.cp/bool.exp: Likewise.
11327 * gdb.cp/breakpoint.exp: Likewise.
11328 * gdb.cp/casts.exp: Likewise.
11329 * gdb.cp/class2.exp: Likewise.
11330 * gdb.cp/classes.exp: Likewise.
11331 * gdb.cp/cplusfuncs.exp: Likewise.
11332 * gdb.cp/ctti.exp: Likewise.
11333 * gdb.cp/derivation.exp: Likewise.
11334 * gdb.cp/exception.exp: Likewise.
11335 * gdb.cp/gdb1355.exp: Likewise.
11336 * gdb.cp/hang.exp: Likewise.
11337 * gdb.cp/inherit.exp: Likewise.
11338 * gdb.cp/local.exp: Likewise.
11339 * gdb.cp/m-data.exp: Likewise.
11340 * gdb.cp/m-static.exp: Likewise.
11341 * gdb.cp/member-ptr.exp: Likewise.
11342 * gdb.cp/method.exp: Likewise.
11343 * gdb.cp/misc.exp: Likewise.
11344 * gdb.cp/namespace.exp: Likewise.
11345 * gdb.cp/overload.exp: Likewise.
11346 * gdb.cp/ovldbreak.exp: Likewise.
11347 * gdb.cp/pr-1023.exp: Likewise.
11348 * gdb.cp/pr-1210.exp: Likewise.
11349 * gdb.cp/pr-574.exp: Likewise.
11350 * gdb.cp/printmethod.exp: Likewise.
11351 * gdb.cp/psmang.exp: Likewise.
11352 * gdb.cp/ref-params.exp: Likewise.
11353 * gdb.cp/ref-types.exp: Likewise.
11354 * gdb.cp/rtti.exp: Likewise.
11355 * gdb.cp/templates.exp: Likewise.
11356 * gdb.cp/try_catch.exp: Likewise.
11357 * gdb.cp/userdef.exp: Likewise.
11358 * gdb.cp/virtfunc.exp: Likewise.
11359 * gdb.disasm/am33.exp: Likewise.
11360 * gdb.disasm/h8300s.exp: Likewise.
11361 * gdb.disasm/mn10300.exp: Likewise.
11362 * gdb.disasm/sh3.exp: Likewise.
11363 * gdb.disasm/t01_mov.exp: Likewise.
11364 * gdb.disasm/t02_mova.exp: Likewise.
11365 * gdb.disasm/t03_add.exp: Likewise.
11366 * gdb.disasm/t04_sub.exp: Likewise.
11367 * gdb.disasm/t05_cmp.exp: Likewise.
11368 * gdb.disasm/t06_ari2.exp: Likewise.
11369 * gdb.disasm/t07_ari3.exp: Likewise.
11370 * gdb.disasm/t08_or.exp: Likewise.
11371 * gdb.disasm/t09_xor.exp: Likewise.
11372 * gdb.disasm/t10_and.exp: Likewise.
11373 * gdb.disasm/t11_logs.exp: Likewise.
11374 * gdb.disasm/t12_bit.exp: Likewise.
11375 * gdb.disasm/t13_otr.exp: Likewise.
11376 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
11377 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
11378 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11379 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
11380 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
11381 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11382 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11383 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11384 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
11385 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
11386 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11387 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11388 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11389 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11390 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11391 * gdb.mi/gdb701.exp: Likewise.
11392 * gdb.mi/gdb792.exp: Likewise.
11393 * gdb.mi/mi-basics.exp: Likewise.
11394 * gdb.mi/mi-break.exp: Likewise.
11395 * gdb.mi/mi-cli.exp: Likewise.
11396 * gdb.mi/mi-console.exp: Likewise.
11397 * gdb.mi/mi-disassemble.exp: Likewise.
11398 * gdb.mi/mi-eval.exp: Likewise.
11399 * gdb.mi/mi-file.exp: Likewise.
11400 * gdb.mi/mi-read-memory.exp: Likewise.
11401 * gdb.mi/mi-regs.exp: Likewise.
11402 * gdb.mi/mi-return.exp: Likewise.
11403 * gdb.mi/mi-simplerun.exp: Likewise.
11404 * gdb.mi/mi-stack.exp: Likewise.
11405 * gdb.mi/mi-stepi.exp: Likewise.
11406 * gdb.mi/mi-syn-frame.exp: Likewise.
11407 * gdb.mi/mi-until.exp: Likewise.
11408 * gdb.mi/mi-var-block.exp: Likewise.
11409 * gdb.mi/mi-var-child.exp: Likewise.
11410 * gdb.mi/mi-var-cmd.exp: Likewise.
11411 * gdb.mi/mi-var-display.exp: Likewise.
11412 * gdb.mi/mi-watch.exp: Likewise.
11413 * gdb.mi/mi2-basics.exp: Likewise.
11414 * gdb.mi/mi2-break.exp: Likewise.
11415 * gdb.mi/mi2-cli.exp: Likewise.
11416 * gdb.mi/mi2-console.exp: Likewise.
11417 * gdb.mi/mi2-disassemble.exp: Likewise.
11418 * gdb.mi/mi2-eval.exp: Likewise.
11419 * gdb.mi/mi2-file.exp: Likewise.
11420 * gdb.mi/mi2-read-memory.exp: Likewise.
11421 * gdb.mi/mi2-regs.exp: Likewise.
11422 * gdb.mi/mi2-return.exp: Likewise.
11423 * gdb.mi/mi2-simplerun.exp: Likewise.
11424 * gdb.mi/mi2-stack.exp: Likewise.
11425 * gdb.mi/mi2-stepi.exp: Likewise.
11426 * gdb.mi/mi2-syn-frame.exp: Likewise.
11427 * gdb.mi/mi2-until.exp: Likewise.
11428 * gdb.mi/mi2-var-block.exp: Likewise.
11429 * gdb.mi/mi2-var-child.exp: Likewise.
11430 * gdb.mi/mi2-var-cmd.exp: Likewise.
11431 * gdb.mi/mi2-var-display.exp: Likewise.
11432 * gdb.mi/mi2-watch.exp: Likewise.
11433 * gdb.stabs/exclfwd.exp: Likewise.
11434 * gdb.stabs/weird.exp: Likewise.
11435 * gdb.threads/gcore-thread.exp: Likewise.
11436 * gdb.trace/actions.exp: Likewise.
11437 * gdb.trace/backtrace.exp: Likewise.
11438 * gdb.trace/circ.exp: Likewise.
11439 * gdb.trace/collection.exp: Likewise.
11440 * gdb.trace/deltrace.exp: Likewise.
11441 * gdb.trace/infotrace.exp: Likewise.
11442 * gdb.trace/limits.exp: Likewise.
11443 * gdb.trace/packetlen.exp: Likewise.
11444 * gdb.trace/passc-dyn.exp: Likewise.
11445 * gdb.trace/passcount.exp: Likewise.
11446 * gdb.trace/report.exp: Likewise.
11447 * gdb.trace/save-trace.exp: Likewise.
11448 * gdb.trace/tfind.exp: Likewise.
11449 * gdb.trace/tracecmd.exp: Likewise.
11450 * gdb.trace/while-dyn.exp: Likewise.
11451 * gdb.trace/while-stepping.exp: Likewise.
11452
11453 2006-08-08 Joel Brobecker <brobecker@adacore.com>
11454
11455 * gdb.base/step-bt.c: New file.
11456 * gdb.base/step-bt.exp: New testcase.
11457
11458 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
11459
11460 * config/monitor.exp (gdb_load): Remove support for obsolete
11461 download-write-size.
11462 * gdb.base/remote.exp: Likewise. Update all callers of
11463 gdb_timed_load.
11464
11465 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
11466
11467 * cursal.exp: Pass binfile to gdb_load.
11468
11469 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
11470
11471 * gdb.base/cursal.exp: Add "" to gdb_load call.
11472
11473 2006-07-29 Mark Kettenis <kettenis@gnu.org>
11474
11475 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
11476 NetBSD/ELF targets.
11477
11478 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
11479
11480 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
11481 operator*.
11482
11483 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
11484
11485 * gdb.base/completion.exp: Update for change in "file" behavior.
11486 * gdb.stabs/weird.exp: Likewise.
11487 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
11488 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
11489
11490 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
11491
11492 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
11493 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
11494
11495 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
11496
11497 * gdb.base/default.exp: Update source command error message.
11498 * gdb.base/help.exp: Update 'help source' message.
11499
11500 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
11501
11502 * gdb.cp/bs15503.exp: Update comment for no longer crashing
11503 test.
11504
11505 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
11506
11507 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
11508
11509 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
11510
11511 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
11512
11513 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
11514
11515 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
11516
11517 2006-07-17 Mark Kettenis <kettenis@gnu.org>
11518
11519 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
11520 *-*-openbsd* from targets for wich we expect ARM FPA floating
11521 point format.
11522
11523 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
11524
11525 * gdb.cp/annota3.exp: Expect frame-begin annotation.
11526
11527 2006-07-17 Mark Kettenis <kettenis@gnu.org>
11528
11529 * gdb.base/annota3.exp: Expect frame-begin annotation.
11530
11531 2006-07-14 Joel Brobecker <brobecker@adacore.com>
11532
11533 * gdb.base/help.exp: Adjust "help unset" test to accept
11534 any list of unset commands.
11535
11536 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
11537 Daniel Jacobowitz <dan@codesourcery.com>
11538
11539 * gdb.cp/ref-params.exp: New test.
11540 * gdb.cp/ref-params.cc: New source file.
11541 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
11542
11543 2006-07-08 Mark Kettenis <kettenis@gnu.org>
11544
11545 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
11546 spaces/tabs in regular expressions since they might not be there.
11547
11548 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
11549
11550 * gdb.base/ifelse.exp: New file.
11551
11552 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
11553
11554 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
11555 line.
11556 * gdb.base/huge.exp: Loop over compilation to find a size that
11557 is acceptable.
11558 * gdb.base/remote.exp: Correct expected strings.
11559 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
11560
11561 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11562
11563 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
11564
11565 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11566
11567 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
11568 native.
11569
11570 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11571
11572 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
11573 enable stabs testing.
11574
11575 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11576
11577 * gdb.base/auxv.exp: Intercept undefined command messages before
11578 gdb_test_multiple does.
11579
11580 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11581
11582 * Makefile.in (host_alias): Remove.
11583 (target_alias): Use @target_noncanonical@.
11584 (site.exp): Don't set host_alias.
11585 * aclocal.m4: Remove contents. Include acx.m4.
11586 * configure: Regenerated.
11587 * configure.ac: Use ACX_NONCANONICAL_TARGET.
11588
11589 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
11590
11591 * lib/gdb.exp (gdb_load_cmd): New.
11592
11593 * gdb.base/fileio.c: Add system(NULL) test.
11594 * gdb.base/fileio.exp: Check it.
11595
11596 * gdb.base/break.c: Add 10a breakpoint at }
11597 * gdb.base/break.exp: Add test for breakpoint at }
11598 * gdb.cp/anon-union.cc: Add code at end of function.
11599 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
11600 * gdb.mi/var-cmd.c: Add code at end of function.
11601 * gdb.mi/mi-var-display.exp: Adjust end of next.
11602 * gdb.mi/mi2-var-display.exp: Likewise.
11603 * gdb.base/fileio.c: Add stop function and insert calls at
11604 stopping places.
11605 * gdb.base/fileio.exp: Breakpoint stop function and remove
11606 explicit line number references.
11607
11608 2006-05-19 Joel Brobecker <brobecker@adacore.com>
11609
11610 * gdb.base/del.exp (test_delete_alias): New function.
11611 Now check that both "del" and "d" work as aliases for "delete".
11612
11613 2006-05-18 Fred Fish <fnf@specifix.com>
11614
11615 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
11616 required. Check for spurious output after program exits normally.
11617
11618 2006-05-17 Fred Fish <fnf@specifix.com>
11619
11620 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
11621 gdb_load, so it works in the simulator.
11622
11623 2006-05-11 Fred Fish <fnf@specifix.com>
11624
11625 * gdb.base/bang.exp: Ignore unexpected output between the
11626 "program exited normally" and the gdb prompt, as many other
11627 tests do.
11628
11629 2006-05-07 Mark Kettenis <kettenis@gnu.org>
11630
11631 * gdb.base/help.exp: Make "delete checkpoint" part option for
11632 "help d" and "help delete" tests.
11633
11634 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11635
11636 * gdb.mi/mi-basics.exp: Add missing serial number to
11637 expected output in some mi_gdb_test statements.
11638 * gdb.mi/mi2-basics.exp: Likewise.
11639
11640 2006-05-05 Joel Brobecker <brobecker@adacore.com>
11641
11642 * gdb.base/del.c: New file.
11643 * gdb.base/del.exp: New testcase.
11644
11645 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
11646
11647 * gdb.base/break.exp: Do not assume a breakpoint on
11648 main will actually be in $srcfile when optimizing.
11649 * gdb.base/savedregs.exp: Do not require that the dummy
11650 frame location match up to a symbol and source file location.
11651 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
11652 will get printed without a mi_cmd_data_list_register_values prefix.
11653 (*-data-list-register-*): Correct regular expressions to expect the new
11654 pseudo d? floating point registers.
11655 * gdb.mi/mi2-regs.exp: Likewise.
11656
11657 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
11658
11659 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
11660 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
11661 is allocated by the compiler.
11662 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
11663 anons, e, anone to force their allocation by the compiler.
11664
11665 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
11666
11667 * gdb.base/help.exp: Update expected text for help d and
11668 help delete.
11669
11670 2006-05-02 Mark Kettenis <kettenis@gnu.org>
11671
11672 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
11673 NetBSD/ELF targets.
11674
11675 2006-04-30 Mark Kettenis <kettenis@gnu.org>
11676
11677 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
11678 single-step breakpoint fails; make this a KFAIL on
11679 sparc*-*-openbsd*.
11680 * gdb.base/siginfo.exp: Likewise.
11681 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11682
11683 2006-04-26 Michael Snyder <msnyder@redhat.com>
11684
11685 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
11686 which may have to consume output from other forks.
11687 Add tests to make sure that "delete fork" succeeded.
11688
11689 2006-04-20 Michael Snyder <msnyder@redhat.com>
11690
11691 * 2006-03-22 Jim Blandy <jimb@redhat.com>
11692 Add support for the Renesas M32C and M16C.
11693
11694 * gdb.asm/asm-source.exp: Add m32c target.
11695 * gdb.asm/m32c.inc: Support for m32c target.
11696
11697 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
11698
11699 * gdb.base/commands.exp (recursive_source_test): New test.
11700
11701 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
11702
11703 * gdb.base/float.exp: Add pattern for sparc targets.
11704
11705 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11706
11707 * gdb.base/commands.exp (stray_arg0_test): New test.
11708
11709 2006-03-30 Paul Brook <paul@codesourcery.com>
11710
11711 * gdb.mi/mi-until.exp: kfail broken until command.
11712 * gdb.mi/mi2-until.exp: Ditto.
11713
11714 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11715
11716 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
11717
11718 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
11719
11720 * gdb.base/prelink.exp: Anchor tested-for regular expression
11721 on gdb prompt.
11722
11723 2006-03-07 Paul Brook <paul@codesourcery.com>
11724
11725 * gdb.base/assign.exp: Correct fail message.
11726
11727 2006-03-07 Paul Brook <paul@codesourcery.com>
11728
11729 * lib/compiler.c: Extract armcc version number.
11730 * lib/compiler.cc: Ditto.
11731
11732 2006-03-07 Paul Brook <paul@codesourcery.com>
11733
11734 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
11735 additional_flags=-w.
11736 * gdb.arch/altivec-regs.exp: Ditto.
11737 * gdb.arch/e500-abi.exp: Ditto.
11738 * gdb.arch/e500-regs.exp: Ditto.
11739 * gdb.base/all-bin.exp: Ditto.
11740 * gdb.base/annota1.exp: Ditto.
11741 * gdb.base/annota3.exp: Ditto.
11742 * gdb.base/args.exp: Ditto.
11743 * gdb.base/arithmet.exp: Ditto.
11744 * gdb.base/assign.exp: Ditto.
11745 * gdb.base/async.exp: Ditto.
11746 * gdb.base/bang.exp: Ditto.
11747 * gdb.base/break.exp: Ditto.
11748 * gdb.base/call-rt-st.exp: Ditto.
11749 * gdb.base/completion.exp: Ditto.
11750 * gdb.base/cond-expr.exp: Ditto.
11751 * gdb.base/condbreak.exp: Ditto.
11752 * gdb.base/consecutive.exp: Ditto.
11753 * gdb.base/define.exp: Ditto.
11754 * gdb.base/display.exp: Ditto.
11755 * gdb.base/ena-dis-br.exp: Ditto.
11756 * gdb.base/environ.exp: Ditto.
11757 * gdb.base/eval-skip.exp: Ditto.
11758 * gdb.base/info-proc.exp: Ditto.
11759 * gdb.base/jump.exp: Ditto.
11760 * gdb.base/logical.exp: Ditto.
11761 * gdb.base/long_long.exp: Ditto.
11762 * gdb.base/maint.exp: Ditto.
11763 * gdb.base/miscexprs.exp: Ditto.
11764 * gdb.base/pc-fp.exp: Ditto.
11765 * gdb.base/pointers.exp: Ditto.
11766 * gdb.base/relational.exp: Ditto.
11767 * gdb.base/reread.exp: Ditto.
11768 * gdb.base/sect-cmd.exp: Ditto.
11769 * gdb.base/sep.exp: Ditto.
11770 * gdb.base/sepdebug.exp: Ditto.
11771 * gdb.base/until.exp: Ditto.
11772 * gdb.base/whatis-exp.exp: Ditto.
11773 * gdb.cp/annota2.exp: Ditto.
11774 * gdb.cp/annota3.exp: Ditto.
11775 * gdb.trace/actions.exp: Ditto.
11776 * gdb.trace/backtrace.exp: Ditto.
11777 * gdb.trace/circ.exp: Ditto.
11778 * gdb.trace/collection.exp: Ditto.
11779 * gdb.trace/deltrace.exp: Ditto.
11780 * gdb.trace/infotrace.exp: Ditto.
11781 * gdb.trace/limits.exp: Ditto.
11782 * gdb.trace/packetlen.exp: Ditto.
11783 * gdb.trace/passc-dyn.exp: Ditto.
11784 * gdb.trace/passcount.exp: Ditto.
11785 * gdb.trace/report.exp: Ditto.
11786 * gdb.trace/save-trace.exp: Ditto.
11787 * gdb.trace/tfind.exp: Ditto.
11788 * gdb.trace/tracecmd.exp: Ditto.
11789 * gdb.trace/while-dyn.exp: Ditto.
11790 * gdb.trace/while-stepping.exp: Ditto.
11791 * lib/gdb.exp: Ditto.
11792 (gdb_compile): Handle nowarning option.
11793
11794 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
11795
11796 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
11797 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
11798 Rename executable to prelinkt. Don't re-prelink if we didn't
11799 get a core file. Test prelink -u exit status to tell whether
11800 prelinking failed. Use gdb_test_multiple.
11801
11802 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
11803
11804 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
11805 (do_tests): Call it.
11806
11807 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
11808
11809 * gdb.base/prelink.exp: New test.
11810 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
11811
11812 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
11813
11814 * gdb.fortran/derived-type.f90: New file.
11815 * gdb.fortran/derived-type.exp: New testcase.
11816
11817 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
11818
11819 * gdb.base/default.exp: Allow ';' as a directory separator.
11820
11821 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11822
11823 * gdb.base/help.exp (help add-symbol-file): Update.
11824
11825 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11826
11827 * gdb.base/help.exp (help load): Update expected results.
11828
11829 2006-02-19 Fred Fish <fnf@specifix.com>
11830
11831 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
11832 specifix hex value as part of results.
11833 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
11834
11835 2006-02-16 Fred Fish <fnf@specifix.com>
11836
11837 * gdb.base/whatis.c: Define variables using typedefs char_addr,
11838 ushort_addr, and slong_addr, so the typedefs are not optimized
11839 away.
11840 * gdb.base/whatis.exp: Add tests using type name for struct type,
11841 union type, enum type, and typedef.
11842
11843 2006-02-13 Mark Kettenis <kettenis@gnu.org>
11844
11845 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
11846
11847 2006-02-13 Jim Blandy <jimb@redhat.com>
11848
11849 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
11850 case where it takes two "next" commands to skip past the init
11851 call.
11852
11853 2006-02-12 Fred Fish <fnf@specifix.com>
11854
11855 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
11856 to handle cases where it takes two "next" commands to skip
11857 past the init call.
11858
11859 2006-02-07 Joel Brobecker <brobecker@adacore.com>
11860
11861 * gdb.ada/array_return.exp: Mark the last test as expected to fail
11862 on hppa32 targets.
11863
11864 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
11865
11866 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
11867 field.
11868
11869 2006-01-29 Mark Kettenis <kettenis@gnu.org>
11870
11871 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
11872
11873 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11874
11875 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
11876 files.
11877
11878 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11879
11880 * gdb.cp/maint.exp: Set complaints to a positive value.
11881
11882 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11883
11884 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
11885 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
11886 function name.
11887
11888 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11889
11890 * gdb.base/checkpoint.c: Update copyright notice. Include
11891 <stdlib.h>.
11892
11893 2006-01-04 Jim Blandy <jimb@redhat.com>
11894
11895 * gdb.asm/asm-source.exp: Independently provide default values for
11896 asm-flags and debug-flags. Use 'string equal' to do the
11897 comparison, not the implicit expr's '==' operator. Remove
11898 now-unneeded assignments to asm-flags. In h8300 case, place
11899 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
11900
11901 2006-01-04 Michael Snyder <msnyder@redhat.com>
11902
11903 * gdb.base/checkpoint.c: New file.
11904 * gdb.base/checkpoint.exp: New file.
11905 * gdb.base/multi-fork.c: New file.
11906 * gdb.base/multi-fork.exp: New file.
11907 * gdb.base/pi.txt: New file (data for checkpoint.c test).
11908
11909 2006-01-04 Fred Fish <fnf@specifix.com>
11910
11911 * gdb.base/ptype.c (foo): Add typedef.
11912 (intfoo): Add function.
11913 * gdb.base/ptype1.c: New file.
11914 * gdb.base/ptype.exp: Handle compilation and linking with two
11915 source files. Test that proper type for "foo" is found based
11916 on source context rather than first match found in symtabs.
11917
11918 2005-12-28 Mark Kettenis <kettenis@gnu.org>
11919
11920 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
11921 * gdb.asm/openbsd.inc: Indent commands.
11922
11923 2005-12-26 Mark Kettenis <kettenis@gnu.org>
11924
11925 * gdb.base/freebpcmd.exp: Increase timeout.
11926
11927 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
11928
11929 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
11930
11931 * gdb.base/default.exp: Update check for "show version".
11932
11933 2005-12-09 Randolph Chung <tausq@debian.org>
11934
11935 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
11936 * gdb.asm/pa64.inc: New file.
11937
11938 2005-12-09 Randolph Chung <tausq@debian.org>
11939
11940 * gdb.asm/common.inc: Indent commands.
11941 * gdb.asm/asmsrc1.s: Likewise.
11942 * gdb.asm/asmsrc2.s: Likewise.
11943
11944 2005-12-09 Randolph Chung <tausq@debian.org>
11945
11946 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
11947 (get_addr_of_sym): Remove duplicate print.
11948 (gen_core): xfail hppa*-*-hpux*, update expected output.
11949 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
11950 * gdb.arch/pa64-nullify.s: New file.
11951
11952 2005-12-09 Randolph Chung <tausq@debian.org>
11953
11954 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
11955
11956 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
11957
11958 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
11959 code generation for these functions.
11960 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
11961 error message.
11962
11963 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
11964
11965 * gdb.base/help.exp (help b, help br, help bre, help brea)
11966 (help break): Update the expected message.
11967
11968 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
11969
11970 * gdb.asm/m68hc11.inc: Setup the data section.
11971 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
11972 script for this test.
11973 (m6812-*-*): Likewise.
11974
11975 2005-11-09 Randolph Chung <tausq@debian.org>
11976
11977 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
11978
11979 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
11980
11981 * gdb.base/break.exp: Fix a comment typo.
11982
11983 2005-11-03 Jim Blandy <jimb@redhat.com>
11984
11985 Checked in by Elena Zannoni <ezannoni@redhat.com>
11986
11987 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
11988
11989 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
11990
11991 * gdb.arch/gdb1558.c: Include stdio.h.
11992
11993 2005-10-31 Mark Kettenis <kettenis@gnu.org>
11994
11995 * gdb.asm/asm-source.exp: Use -e instead of --entry.
11996
11997 2005-10-31 Mark Kettenis <kettenis@gnu.org>
11998
11999 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
12000
12001 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
12002
12003 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12004 vscr" tests to better match output.
12005
12006 2005-10-12 Jim Blandy <jimb@redhat.com>
12007
12008 * gdb.base/structs.exp (any): New function.
12009 (test_struct_returns): Don't make any assumptions at all about
12010 what value the function returns when GDB can't set the return
12011 value.
12012
12013 2005-10-09 Joel Brobecker <brobecker@adacore.com>
12014
12015 * gdb.ada/arrayidx/p.adb: New file.
12016 * gdb.ada/arrayidx.exp: New testcase
12017
12018 2005-10-09 Joel Brobecker <brobecker@adacore.com>
12019
12020 * gdb.ada/array_return/pck.ads: New file.
12021 * gdb.ada/array_return/pck.adb: New file.
12022 * gdb.ada/array_return/p.adb: New file.
12023 * gdb.ada/array_return.exp: New testcase.
12024
12025 2005-10-03 Joel Brobecker <brobecker@adacore.com>
12026
12027 * gdb.base/arrayidx.c: New file.
12028 * gdb.base/arrayidx.exp: New testcase.
12029
12030 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
12031
12032 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
12033 frames-invalid and breakpoints-invalid are no longer generated
12034 with level 3 so don't expect them in the output.
12035
12036 2005-09-27 Bob Rossi <bob@brasko.net>
12037
12038 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
12039 from test. Escape the | in mi_gdb_test call.
12040 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
12041 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
12042 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
12043 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
12044 expected regex's in mi_gdb_test calls.
12045 * lib/mi-support.exp: Remove arbitrary .* from tests.
12046 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
12047 Fully anchor GDB/MI expected results in mi_gdb_test.
12048 * lib/gdb.exp (string_to_regexp): Escape the ] character.
12049 * gdb.base/sizeof.exp: Remove escape character. Correct test.
12050
12051 2005-09-26 Paul Brook <paul@codesourcery.com>
12052
12053 * long_long.exp: Exclude eabi targets from arm FPA float format test.
12054
12055 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12056
12057 * bfp-test.c: New file.
12058 * bfp-test.exp: New testcase.
12059
12060 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12061
12062 * gdb.fortran/subarray.exp: New testcase to test the evaluation
12063 of subarray and substring variable.
12064 * gdb.fortran/subarray.f: New source file for the test of subarray
12065 and substring variable evaluation.
12066 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
12067 of string constant.
12068
12069 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
12070
12071 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
12072 copyright dates.
12073
12074 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
12075
12076 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
12077 powerpc altivec' test with an almost identical 'info vector' test.
12078
12079 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12080
12081 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12082 vscr" tests to match output.
12083
12084 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12085
12086 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
12087 output.
12088
12089 2005-09-11 Bob Rossi <bob@brasko.net>
12090
12091 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
12092 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
12093 commands that return an MI output command and an asyncronous MI output
12094 command.
12095 * gdb.mi/mi-console.exp: Ditto.
12096
12097 2005-09-11 Bob Rossi <bob@brasko.net>
12098
12099 * gdb.mi/mi-var-child.c: Include <string.h>.
12100
12101 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
12102
12103 * killed.exp: Correct gdb_expect syntax.
12104
12105 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
12106
12107 * lib/mi-support.exp (mi_gdb_load): Fix typo.
12108
12109 2005-08-02 Bob Rossi <bob@brasko.net>
12110
12111 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
12112 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
12113 Change tests to inferior-tty-set/show.
12114 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
12115 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
12116 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
12117 inferior. Use mi_gdb_test to get GDB and Inferior output.
12118 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
12119 descriptor.
12120 (mi_inferior_tty_name): Add inferior PTY file name.
12121 (mi_gdb_start): Add INFERIOR_PTY parameter.
12122 (mi_gdb_test): Add IPATTERN parameter.
12123
12124 2005-08-02 Bob Rossi <bob@brasko.net>
12125
12126 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
12127 parameter to mi_gdb_test.
12128 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
12129
12130 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12131
12132 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
12133 struct_declarations.
12134 * gdb.mi/mi-var-child.exp: Step over the initialization of
12135 struct_declarations.
12136
12137 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12138
12139 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
12140 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
12141 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
12142 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
12143 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
12144 file.
12145
12146 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
12147
12148 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
12149 (do_children_tests): Assign values to the extra elements.
12150
12151 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
12152 them for tests for "-var-update --no-values" and
12153 "-var-update --all-values".
12154 Add test for "-var-list-children --simple-values".
12155
12156 * gdb.mi/basics.c (callee4): Add integer array D[3]...
12157
12158 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
12159 "-stack-list-locals --simple-values" Improve doc strings and
12160 comments.
12161
12162 2005-07-18 Mark Kettenis <kettenis@gnu.org>
12163
12164 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
12165 *-*-openbsd*.
12166 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
12167
12168 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
12169 sigaltsatck'.
12170
12171 2005-07-14 Bob Rossi <bob@brasko.net>
12172
12173 * gdb.base/default.exp (tty): Changed output of command.
12174 * gdb.base/help.exp (help tty): Ditto.
12175
12176 2005-07-12 Mark Kettenis <kettenis@gnu.org>
12177
12178 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
12179
12180 2005-07-10 Mark Kettenis <kettenis@gnu.org>
12181
12182 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
12183 -stack-select-frame without arguments.
12184 (test_stack_frame_listing): Add test for newly implemented command
12185 -stack-info-frame.
12186
12187 2005-07-06 Bob Rossi <bob@brasko.net>
12188
12189 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
12190 command.
12191 (Copyright): Update copyright.
12192
12193 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
12194
12195 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
12196 tests to evaluate exponentiation expression.
12197
12198 2005-06-29 Andreas Schwab <schwab@suse.de>
12199
12200 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
12201 main to avoid warnings.
12202
12203 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
12204
12205 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
12206
12207 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
12208 -stack-select-frame without arguments.
12209 (test_stack_frame_listing): Add test for newly implemented command
12210 -stack-info-frame.
12211
12212 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
12213
12214 * gdb.fortran/array-element.f: New file.
12215 * gdb.fortran/array-element.exp: New testcase.
12216
12217 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12218
12219 * gdb.base/bigcore.exp: Correct checks for systems which can
12220 not dump a large core file.
12221
12222 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12223
12224 * gdb.base/relocate.c: Add a copyright notice.
12225 (dummy): Remove.
12226 * gdb.base/relocate.exp: Test printing the values of variables
12227 from a relocatable file.
12228
12229 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
12230
12231 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
12232 excess MI output after an error.
12233
12234 2005-05-29 Joel Brobecker <brobecker@adacore.com>
12235
12236 * gdb.arch/alpha-step.c: New file.
12237 * gdb.arch/alpha-step.exp: New testcase.
12238
12239 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
12240 Dennis Brueni <dennis@slickedit.com>
12241
12242 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
12243 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
12244 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
12245 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
12246 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
12247 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
12248 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
12249
12250 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
12251 Wu Zhou <woodzltc@cn.ibm.com>
12252
12253 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
12254 IBM's xlc compiler.
12255 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
12256 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
12257
12258 2005-05-13 Jim Blandy <jimb@redhat.com>
12259
12260 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
12261 calling gdb_suppress_entire_file.
12262 * gdb.base/charset.exp: Same.
12263 * gdb.base/call-rt-st.exp: Same.
12264
12265 2005-05-05 Bob Rossi <bob_rossi@cox.net>
12266
12267 * lib/gdb.exp (fullname_syntax): Added global regex.
12268 (fullname_syntax_POSIX): Ditto.
12269 (fullname_syntax_UNC): Ditto.
12270 (fullname_syntax_DOS_CASE): Ditto.
12271 (fullname_syntax_DOS): Ditto.
12272 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
12273 fullname_syntax variable to scope and use it.
12274 (test_file_list_exec_source_files): Ditto.
12275 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
12276
12277 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
12278
12279 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
12280
12281 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
12282
12283 * lib/gdb.exp (skip_altivec_tests): New function, based on
12284 check_vmx_hw_available from the GCC testsuite.
12285 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
12286 * lib/gdb.arch/altivec-regs.exp: Likewise.
12287
12288 2005-05-02 Jim Blandy <jimb@redhat.com>
12289
12290 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
12291 calling gdb_suppress_entire_file.
12292
12293 2005-04-30 Randolph Chung <tausq@debian.org>
12294
12295 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
12296 Slightly relax "sem_post" name checking.
12297
12298 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
12299
12300 * gdb.base/unload.exp: Use new shared library infrastructure.
12301
12302 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
12303
12304 * gdb.base/so-impl-ld.exp: Use new shared library
12305 infrastructure.
12306
12307 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
12308
12309 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
12310 * gdb.asm/h8300.inc: New file.
12311
12312 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12313
12314 * gdb.base/shlib-call.exp: Change to use new shared library
12315 infrastructure.
12316
12317 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12318
12319 * gdb.base/pending.exp: Change to use new shared library
12320 infrastructure.
12321
12322 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12323
12324 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
12325 use test_compiler_info instead of gcc_compiled, and update copyright.
12326
12327 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
12328
12329 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
12330 shared objects being adjusted and update copyright years.
12331
12332 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
12333
12334 * ChangeLog: Correct some 2003-01-13 dates.
12335 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
12336 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
12337 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
12338 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
12339 gdb.trace/tfind.exp: Update copyright years.
12340
12341 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
12342 Daniel Jacobowitz <dan@codesourcery.com>
12343
12344 * lib/gdb.exp (gdb_compile): Handle shlib=.
12345 (gdb_compile_shlib): New function.
12346
12347 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
12348
12349 * lib/gdb.exp (test_compiler_info): Give argument a default value.
12350
12351 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
12352
12353 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
12354 gdb.server.
12355 * configure.ac: Likewise.
12356 * configure: Regenerated.
12357 * gdb.gdbserver/Makefile.in: Moved to...
12358 * gdb.server/Makefile.in: ... here.
12359 * gdb.gdbserver/server.c: Moved to...
12360 * gdb.server/server.c: ... here.
12361 * gdb.gdbserver/server-run.exp: Moved to...
12362 * gdb.server/server-run.exp: ... here.
12363
12364 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
12365
12366 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
12367 * configure.ac: Create gdb.gdbserver/Makefile.
12368 * configure: Regenerated.
12369 * lib/gdbserver-support.exp: New file, derived from
12370 config/gdbserver.exp.
12371 * config/gdbserver.exp: Use gdbserver-support.exp.
12372 * gdb.gdbserver/Makefile.in: New file.
12373 * gdb.gdbserver/server.c: New file.
12374 * gdb.gdbserver/server-run.exp: New file.
12375
12376 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
12377
12378 * lib/gdb.exp (test_compiler_info): Return compiler_info
12379 if no arguments are given.
12380
12381 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
12382
12383 * gdb.arch/altivec-abi.exp: Check for compiler and set
12384 use altivec' flag accordingly.
12385 * gdb.arch/altivec-regs.exp: Likewise.
12386
12387 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
12388
12389 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
12390
12391 2005-03-27 Andreas Schwab <schwab@suse.de>
12392
12393 * gdb.base/bigcore.c (main): Add missing mode argument in open
12394 call.
12395
12396 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
12397
12398 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
12399 downloads.
12400 * config/gdbserver.exp (gdb_load): Likewise.
12401
12402 2005-03-14 Paul Brook <paul@codesourcery.com>
12403
12404 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
12405 targets.
12406
12407 2005-03-09 Joel Brobecker <brobecker@adacore.com>
12408
12409 * gdb.dwarf2/dup-psym.S: New file.
12410 * gdb.dwarf2/dup-psym.exp: New testcase.
12411
12412 2005-03-09 Joel Brobecker <brobecker@adacore.com>
12413
12414 * gdb.ada/exec_changed/first.adb: New file.
12415 * gdb.ada/exec_changed/second.adb: New file.
12416 * gdb.ada/exec_changed.exp: New testcase.
12417
12418 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
12419
12420 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
12421 (A2): New class.
12422 (main): Test operator+.
12423 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
12424 breakpoint test.
12425
12426 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
12427 * gdb.base/signull.exp: Disable if gdb,nosignals.
12428 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
12429 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
12430 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
12431 * gdb.mi/mi2-console.exp: Likewise.
12432 * gdb.trace/collection.exp (run_trace_experiment): Consume the
12433 continue output at start.
12434 (gdb_collect_locals_test): Robustify regexp.
12435 * gdb.trace/passc-dyn.exp: Fix comment typo.
12436 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
12437
12438 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
12439
12440 * gdb.asm/asm-source.exp: Add iq2000 case.
12441 * gdb.asm/iq2000.inc: New file.
12442
12443 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
12444
12445 * gdb.base/command.exp: Change hardcoded value to regular expression.
12446 * gdb.base/float.exp: Add powerpc to the list of targets checked.
12447
12448 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
12449
12450 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
12451 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
12452 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
12453 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
12454 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
12455
12456 2005-03-05 Mark Kettenis <kettenis@gnu.org>
12457
12458 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
12459 changes.
12460
12461 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
12462
12463 * lib/compiler.c: Add test for IBM's xlc compiler.
12464 * lib/compiler.cc: Likewise.
12465
12466 2004-02-24 Joel Brobecker <brobecker@adacore.com>
12467
12468 * gdb.ada/fixed_points.exp: Create compilation object directory
12469 before running the test.
12470 * gdb.ada/null_record.exp: Likewise.
12471 * gdb.ada/packed_array.exp: Likewise.
12472 * gdb.ada/start.exp: Likewise.
12473
12474 2005-02-15 Joel Brobecker <brobecker@adacore.com>
12475
12476 * gdb.ada/packed_array/pa.adb: New file.
12477 * gdb.ada/packed_array.exp: New testcase.
12478
12479 2005-02-10 Mark Kettenis <kettenis@gnu.org>
12480
12481 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
12482 files.
12483
12484 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
12485 on *-*-openbsd*. Correctly match whitespace in regukar
12486 expressions.
12487
12488 2005-02-10 Daniel Jacobowitz <dan@debian.org>
12489
12490 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
12491 PR exp/1821
12492 * gdb.base/gdb1821.c: New test file.
12493 * gdb.base/gdb1821.exp: New test file.
12494
12495 2005-02-09 Joel Brobecker <brobecker@adacore.com>
12496
12497 * gdb.base/start.c: New file.
12498 * gdb.base/start.exp: New testcase.
12499
12500 2005-02-09 Joel Brobecker <brobecker@adacore.com>
12501
12502 * gdb.ada/start/dummy.adb: New file.
12503 * gdb.ada/start.exp: New testcase.
12504
12505 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
12506
12507 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
12508 for printing symbols and statistics.
12509 Add test for using relative pathnames in "maint print msymbols" test.
12510 Mark "maint info sections DATA" XFAIL on Cygwin.
12511 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
12512 tests.
12513
12514 2005-02-09 Andreas Schwab <schwab@suse.de>
12515
12516 Committed by Andrew Cagney <cagney@gnu.org>
12517 * gdb.base/remotetimeout.exp: New file.
12518
12519 2005-02-07 Mark Kettenis <kettenis@gnu.org>
12520
12521 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
12522
12523 2005-02-03 Joel Brobecker <brobecker@adacore.com>
12524
12525 * gdb.ada/gnat_ada.gpr: New file.
12526 * gdb.ada/gnat_ada.gin: Delete, no longer used.
12527 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
12528 * configure.ac: No longer generate gnat_ada.gpr.
12529 * configure: Regenerate.
12530 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
12531 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
12532 * gdb.ada/null_record/bar.ads: Likewise.
12533 * gdb.ada/null_record/bar.adb: Likewise.
12534 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
12535 * gdb.ada/null_record.exp (testdir): New variable.
12536 (testfile): executable is now in testdir subdirectory.
12537 (srcfile): Use full path to the main compilation unit.
12538 * gdb.ada/fixed_points.exp: Same changes as above.
12539
12540 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
12541
12542 * gdb.base/interp.exp: New test.
12543
12544 2005-01-24 Andrew Cagney <cagney@gnu.org>
12545
12546 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
12547
12548 2005-01-19 Andrew Cagney <cagney@gnu.org>
12549
12550 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
12551 configure.ac not configure.in.
12552
12553 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
12554 of powerpc*-*-*.
12555 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
12556 * gdb.base/list.exp (test_list_function)
12557 (test_list_filename_and_function): Ditto.
12558 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
12559
12560 2005-01-16 Andrew Cagney <cagney@gnu.org>
12561
12562 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
12563
12564 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
12565
12566 2005-01-14 Andrew Cagney <cagney@gnu.org>
12567
12568 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
12569 * gdb.mi/mi2-var-cmd.exp: Ditto.
12570
12571 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
12572
12573 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
12574
12575 2005-01-07 Andrew Cagney <cagney@gnu.org>
12576
12577 * configure.ac: Rename configure.in, require autoconf 2.59.
12578 * configure: Re-generate.
12579 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
12580 * gdb.stabs/configure: Re-generate.
12581 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
12582 * gdb.hp/configure: Re-generate.
12583 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
12584 autoconf 2.59.
12585 * gdb.hp/gdb.objdbg/configure: Re-generate.
12586 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
12587 autoconf 2.59.
12588 * gdb.hp/gdb.defects/configure: Re-generate.
12589 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
12590 autoconf 2.59.
12591 * gdb.hp/gdb.compat/configure: Re-generate.
12592 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
12593 autoconf 2.59.
12594 * gdb.hp/gdb.base-hp/configure: Re-generate.
12595 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
12596 autoconf 2.59.
12597 * gdb.hp/gdb.aCC/configure: Re-generate.
12598
12599 2004-12-15 Jim Blandy <jimb@redhat.com>
12600
12601 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
12602 under NPTL when there is debugging info available for libpthread.
12603
12604 2004-12-13 Jerome Guitton <guitton@gnat.com>
12605
12606 * gdb.ada/fixed_points.c: New file.
12607 * gdb.ada/fixed_points.exp: New file.
12608
12609 2004-12-03 Randolph Chung <tausq@debian.org>
12610
12611 * gdb.arch/pa-nullify.exp: New file.
12612 * gdb.arch/pa-nullify.s: New file.
12613
12614 2004-11-30 Randolph Chung <tausq@debian.org>
12615
12616 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
12617 instead of "tbug". Fix regexp to work properly with gdb_test.
12618
12619 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
12620
12621 * gdb.base/bitfields2.exp: New test.
12622 * gdb.base/bitfields2.c: New file.
12623
12624 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
12625
12626 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
12627
12628 2004-11-16 Randolph Chung <tausq@debian.org>
12629
12630 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
12631
12632 2004-11-14 Daniel Jacobowitz <dan@debian.org>
12633
12634 * gdb.threads/threadapply.exp: Correct "macro details" test.
12635
12636 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
12637
12638 * gdb.threads/threadapply.exp: New test.
12639 * gdb.threads/threadapply.c: New file.
12640
12641 2004-11-07 Mark Kettenis <kettenis@gnu.org>
12642
12643 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
12644 frames.
12645
12646 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
12647
12648 * gdb.base/cursal.exp: New file.
12649 * gdb.base/cursal.c: New file.
12650
12651 2004-11-03 Andrew Cagney <cagney@gnu.org>
12652
12653 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
12654
12655 2004-10-30 Mark Kettenis <kettenis@gnu.org>
12656
12657 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
12658 NetBSD/ELF targets.
12659
12660 2004-10-29 Joel Brobecker <brobecker@gnat.com>
12661
12662 * gdb.threads/bp_in_thread.c: New file, copied from
12663 pthread_cond_wait.c.
12664 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
12665 file, rather than reusing the .c file from another testcase.
12666
12667 2004-10-20 Joel Brobecker <brobecker@gnat.com>
12668
12669 * gdb.ada/null_record.exp: Check where we stopped after
12670 sending the start command, instead of where the associated
12671 temporary breakpoint was inserted.
12672
12673 2004-10-14 Andrew Cagney <cagney@gnu.org>
12674
12675 * gdb.mi/gdb701.c (main): Return 0.
12676
12677 2004-10-13 Daniel Jacobowitz <dan@debian.org>
12678
12679 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
12680
12681 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
12682
12683 * gdb.threads/schedlock.c: Add comment markers to use to find
12684 line numbers.
12685 * gdb.threads/schedlock.exp: Adjust regex to handle the new
12686 comments.
12687 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
12688 breakpoint lines.
12689
12690 2004-10-12 Daniel Jacobowitz <dan@debian.org>
12691
12692 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
12693
12694 2004-10-12 Daniel Jacobowitz <dan@debian.org>
12695
12696 * configure.in: Add gdb.dwarf2.
12697 * configure: Regenerated.
12698 * Makefile.in: Add gdb.dwarf2.
12699 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
12700 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
12701 gdb.dwarf2/file1.txt: New files.
12702
12703 2004-10-11 Orjan Friberg <orjanf@axis.com>
12704
12705 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
12706 of "run", since the latter doesn't work with remote targets. Adjust
12707 the breakpoint numbering accordingly.
12708 * gdb.threads/pthread_cond_wait.exp: Ditto.
12709
12710 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
12711
12712 * gdb.base/overlays.exp: Update copyright years.
12713
12714 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
12715
12716 * gdb.base/overlays.exp: Disable if target is Linux.
12717
12718 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
12719
12720 * config/gdbserver.exp (gdb_load): Use right filename on remote.
12721
12722 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
12723
12724 * gdb.asm/asm-source.exp: Add m32r-linux target.
12725 * gdb.asm/m32r-linux.inc: New file.
12726
12727 2004-09-24 Andrew Cagney <cagney@redhat.com>
12728 David Anderson <anderson@redhat.com>
12729
12730 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
12731 command fails, assume things will work.
12732 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
12733 (_GNU_SOURCE): Define.
12734 (print_unsigned, print_hex): Change parameter to "long long".
12735 (print_byte_count): New function, use to print byte counts.
12736 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
12737 O_LARGEFILE.
12738 (main): Compute an upper bound on a corefile in max_core_size.
12739 Limit memory chunk size to max_core_size. Limit total memory
12740 allocated to max_core_size.
12741
12742 2004-09-23 Andrew Cagney <cagney@gnu.org>
12743
12744 * gdb.base/bigcore.exp: Replace the code that creates a corefile
12745 from a separate process with code that creates a corefile by
12746 making the inferior dump core.
12747
12748 2004-09-23 Mark Kettenis <kettenis@gnu.org>
12749
12750 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
12751 block.
12752
12753 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
12754
12755 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
12756 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
12757 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
12758 Likewise.
12759
12760 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
12761
12762 * gdb.java/jprint.exp: New test case for java inferior call.
12763 * gdb.java/jprint.java: Ditto.
12764
12765 2004-09-15 Joel Brobecker <brobecker@gnat.com>
12766
12767 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
12768
12769 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12770
12771 * gdb.threads/killed.c: Include <stdlib.h>.
12772 * gdb.threads/pthreads.c: Likewise.
12773
12774 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12775
12776 * gdb.threads/killed.c: Add copyright notice.
12777
12778 2004-09-10 Jason Molenda (jmolenda@apple.com)
12779
12780 * gdb.base/define.exp: Two new tests to verify zero space chars
12781 after 'if' and 'while' commands in a user-defined command is correctly
12782 parsed.
12783
12784 2004-09-08 Andrew Cagney <cagney@gnu.org>
12785
12786 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
12787 delivery test with duplicate at end of file.
12788
12789 2004-09-06 Mark Kettenis <kettenis@jive.nl>
12790
12791 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
12792
12793 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12794
12795 * config/hppro.exp: Removed.
12796
12797 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12798
12799 * config/sparclet.exp: Removed.
12800
12801 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12802
12803 * config/udi.exp: Removed.
12804
12805 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
12806
12807 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
12808 of "exp_continue".
12809 (advancei): Likewise.
12810
12811 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12812
12813 * gdb.base/unload.exp: Fix so messages aren't duplicated.
12814
12815 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
12816
12817 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
12818 to check for nodebug in executable.
12819 * gdb.gdb/observer.exp (setup_test): Likewise.
12820 * gdb.gdb/selftest.exp (test_with_self): Likewise.
12821 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
12822
12823 2004-09-01 Andrew Cagney <cagney@gnu.org>
12824
12825 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12826 files.
12827
12828 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12829
12830 * gdb.base/unload.exp: Fix expected warning message to match
12831 latest format.
12832
12833 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
12834
12835 * gdb.base/call-rt-st.exp: Fix typos.
12836
12837 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
12838
12839 * gdb.threads/thread_check.exp: New testcase.
12840 * gdb.threads/thread_check.c: New testcase.
12841
12842 2004-08-31 Andrew Cagney <cagney@gnu.org>
12843
12844 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
12845 (skip_to_handler_entry): New procedures. Test stepping into a
12846 handler when the breakpoint is at the handler's entry point.
12847
12848 2004-08-30 Andrew Cagney <cagney@gnu.org>
12849
12850 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
12851 gdb/1757.
12852
12853 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12854
12855 With code from Manoj Iyer <manjo@austin.ibm.com>:
12856 * lib/gdb.exp (gdb_file_cmd): Return more information in the
12857 return value. Add an arm for "no debugging symbols found".
12858 Change a stray "error" to "perror".
12859 (gdb_run_cmd): Adapt to new return value.
12860 * gdb.base/remote.exp: Adapt to new return value.
12861 * gdb.gdb/complaints.exp: Likewise.
12862 * gdb.gdb/observer.exp: Likewise.
12863 * gdb.gdb/selftest.exp: Likewise.
12864 * gdb.gdb/xfullpath.exp: Likewise.
12865
12866 2004-08-27 Joel Brobecker <brobecker@gnat.com>
12867
12868 * gdb.threads/bp_in_thread.exp: New testcase.
12869
12870 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12871
12872 Fix PR testsuite/1735.
12873 * gdb.threads/schedlock.c (thread_function): Add a cast
12874 to suppress a gcc warning.
12875 * gdb.threads/thread-specific.c (thread_function): Likewise.
12876
12877 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12878
12879 * gdb.base/unload.c: Include <stdlib.h>.
12880
12881 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12882
12883 From Paul Gilliam <pgilliam@us.ibm.com>:
12884 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
12885 synchronized after the "return".
12886
12887 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12888
12889 * gdb.mi/basics.c: Include <stdio.h>.
12890 * gdb.mi/pthreads.c: Include <stdlib.h>.
12891 * gdb.mi/var-cmd.c: Include <stdlib.h>.
12892
12893 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12894
12895 * gdb.threads/schedlock.c: Add copyright notice.
12896
12897 2004-08-25 Andrew Cagney <cagney@gnu.org>
12898
12899 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
12900 (skip_over_handler, breakpoint_over_hander): New test procedures.
12901 (advance, advancei): Add a proper prefix, do not use
12902 rerun_to_main.
12903 * gdb.base/sigstep.c (main): Change to use an infinite loop.
12904
12905 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
12906
12907 * gdb.mi/basics.c: Add copyright notice.
12908 * gdb.mi/var-cmd.c: Add copyright notice.
12909
12910 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12911
12912 * lib/gdb.exp: Remove signed_keyword_not_used.
12913 * lib/compiler.c: Likewise.
12914 * lib/compiler.cc: Likewise.
12915
12916 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12917
12918 * gdb.base/whatis.c: Remove conditional disabling of "signed".
12919 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
12920
12921 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12922
12923 * gdb.base/whatis.c: Add copyright notice.
12924
12925 2004-08-20 Mark Kettenis <kettenis@gnu.org>
12926
12927 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
12928 it to skip the breakpoints encoded in the inline assembly.
12929
12930 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12931
12932 * Makefile.in: Add gdb.fortran.
12933
12934 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12935
12936 * gdb.base/call-sc.exp (test_scalar_returns):
12937 Fix cut-and-paste glitch in "Make fun return now".
12938
12939 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12940
12941 * configure.in: Add gdb.fortran.
12942 * configure: Regenerate.
12943 * gdb.fortran/Makefile.in: New file.
12944 * lib/gdb.exp (skip_fortran_tests): New procedure.
12945
12946 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12947
12948 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
12949 reference to bug-gnu@prep.ai.mit.edu.
12950 * gdb.mi/mi-var-child.exp: Likewise.
12951 * gdb.mi/mi-var-cmd.exp: Likewise.
12952 * gdb.mi/mi-var-display.exp: Likewise.
12953 * gdb.mi/mi2-var-block.exp: Likewise.
12954 * gdb.mi/mi2-var-child.exp: Likewise.
12955 * gdb.mi/mi2-var-cmd.exp: Likewise.
12956 * gdb.mi/mi2-var-display.exp: Likewise.
12957
12958 2004-08-15 Mark Kettenis <kettenis@gnu.org>
12959
12960 * gdb.base/unload.c (main): Make local variable msg const.
12961
12962 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12963
12964 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
12965 to bug-gnu@prep.ai.mit.edu.
12966 * gdb.mi/mi-disassemble.exp: Likewise.
12967 * gdb.mi/mi-eval.exp: Likewise.
12968 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
12969 default line number.
12970 * gdb.mi/mi-return.exp: Likewise.
12971 * gdb.mi/mi-simplerun.exp: Likewise.
12972 * gdb.mi/mi-stack.exp: Likewise.
12973 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
12974 number with explicit range test.
12975 * gdb.mi/mi-watch.exp: Likewise.
12976 * gdb.mi/mi2-break.exp: Likewise.
12977 * gdb.mi/mi2-cli.exp: Likewise.
12978 * gdb.mi/mi2-disassemble.exp: Likewise.
12979 * gdb.mi/mi2-eval.exp: Likewise.
12980 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
12981 default line number.
12982 * gdb.mi/mi2-return.exp: Likewise.
12983 * gdb.mi/mi2-simplerun.exp: Likewise.
12984 * gdb.mi/mi2-stack.exp: Likewise.
12985 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
12986 number with explicit range test.
12987 * gdb.mi/mi2-watch.exp: Likewise.
12988
12989 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12990
12991 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
12992 * gdb.cp/m-static.exp: Likewise.
12993 * gdb.cp/rtti.exp: Likewise.
12994
12995 2004-08-14 Mark Kettenis <kettenis@gnu.org>
12996
12997 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
12998
12999 2004-08-14 Eli Zaretskii <eliz@gnu.org>
13000
13001 * ChangeLog: Prefix Local Variables with semi-colons and indent
13002 the reference to older ChangeLog files, to fix fontification in
13003 Emacs.
13004
13005 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13006
13007 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
13008 * gdb.mi/mi2-break.exp: Likewise.
13009
13010 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13011
13012 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
13013
13014 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13015
13016 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
13017
13018 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13019
13020 * gdb.cp/classes.exp: Remove unused declarations. Just let
13021 test names default instead of providing special names. Remove
13022 extraneous demangler test.
13023
13024 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
13025
13026 * gdb.base/unload.exp: New test for breakpoints in dynamically
13027 loaded libraries.
13028 * gdb.base/unload.c: Ditto.
13029 * gdb.base/unloadshr.c: Ditto.
13030
13031 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
13032
13033 * gdb.cp/classes.exp (test_ptype_class_objects): Call
13034 cp_test_ptype_class.
13035 (test_enums): Likewise.
13036
13037 2004-08-10 Andrew Cagney <cagney@gnu.org>
13038
13039 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13040 files.
13041
13042 2004-08-10 Andrew Cagney <cagney@gnu.org>
13043
13044 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
13045 init_malloc call.
13046
13047 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
13048
13049 * ChangeLog: Add copyright notice. The notice is copied
13050 from emacs 21.3 top level ChangeLog.
13051
13052 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13053
13054 * lib/cp-support.exp: New file.
13055 * lib/cp-support.exp (cp_test_type_class): New function.
13056 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
13057 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
13058 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
13059 cp_test_ptype_class.
13060
13061 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13062
13063 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
13064 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13065 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
13066 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
13067 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13068 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
13069 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
13070 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
13071 gdb.mi/mi2-watch.exp: Update copyright years.
13072
13073 2004-08-09 Mark Kettenis <kettenis@gnu.org>
13074
13075 * gdb.base/sigaltstack.exp: Provide proper anchoring.
13076
13077 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13078
13079 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
13080 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
13081 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
13082 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
13083 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
13084 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
13085 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
13086 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
13087 gdb.mi/mi-watch.exp: Update copyright years.
13088
13089 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13090
13091 PR gdb/1738
13092 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
13093 from a breakpoint with a pending signal.
13094
13095 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13096
13097 PR gdb/1736
13098 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
13099 * gdb.base/sigaltstack.exp (finish_test): Consume output until
13100 the prompt.
13101 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
13102
13103 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13104
13105 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
13106
13107 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13108
13109 PR gdb/1736
13110 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
13111 for i?86-*-linux*.
13112
13113 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13114
13115 * gdb.arch/i386-prologue.exp: Compile without debug information.
13116
13117 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
13118
13119 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
13120 rather than asking gdb to search.
13121
13122 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13123
13124 * gdb.base/gcore.c: Include <string.h>.
13125
13126 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13127
13128 * gdb.base/gcore.c: Add copyright notice.
13129
13130 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13131
13132 * gdb.base/freebpcmd.c: Include <stdio.h>.
13133 * gdb.base/long_long.c: Include <string.h>.
13134 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
13135 * gdb.base/siginfo.c: Include <string.h>.
13136 * gdb.base/sigstep.c: Include <string.h>.
13137
13138 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13139
13140 * gdb.base/complex.c: Include <stdlib.h>.
13141
13142 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13143
13144 * gdb.base/complex.c: Add copyright notice.
13145
13146 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13147
13148 * gdb.base/charset.c: Include <stdlib.h>.
13149
13150 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13151
13152 * gdb.base/auxv.c: Include <stdlib.h>.
13153
13154 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13155
13156 * gdb.base/auxv.c: Add copyright notice.
13157
13158 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13159
13160 * gdb.base/coremaker.c: Add copyright notice.
13161 * gdb.base/coremaker2.c: Add copyright notice.
13162
13163 2004-08-04 Andrew Cagney <cagney@gnu.org>
13164
13165 * gdb.base/store.exp: Update copyright.
13166 (check_set, up_set, check_struct, up_struct): Add a prefix to test
13167 names, do not import gdb_prompt.
13168
13169 2004-08-01 Andrew Cagney <cagney@gnu.org>
13170
13171 Fix PR testsuite/1729.
13172 * gdb.base/dump.exp: Add test name to callers of capture_value, do
13173 not use capture_value with value 4.
13174 (capture_value): Add optional test name parameter.
13175 (test_reload_saved_value, test_restore_saved_value): Use $msg as
13176 the prefix, pass to capture_value.
13177
13178 2004-08-01 Mark Kettenis <kettenis@gnu.org>
13179
13180 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
13181 * gdb.arch/i386-prologue.c (standard): New prototype and function.
13182 (main): Call new function.
13183
13184 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13185
13186 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
13187
13188 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13189
13190 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
13191
13192 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13193
13194 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
13195 Accept more values of vtbl pointer. Remove some messages
13196 about "obsolete gcc or gdb".
13197
13198 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13199
13200 * gdb.cp/classes.exp: Accept more varieties of ptype output.
13201
13202 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13203
13204 * gdb.base/asm-source.exp: Properly convert target board
13205 debug flags from gcc format to binutils format.
13206
13207 2004-07-28 Mark Kettenis <kettenis@gnu.org>
13208
13209 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
13210 gdb1718". PR backtrace/1718 partially fixed.
13211
13212 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
13213
13214 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
13215
13216 2004-07-26 Nick Clifton <nickc@redhat.com>
13217
13218 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
13219 good default value for a specific architecture is available then
13220 set it to that value. Otherwise default to the -gstabs switch.
13221 Remove the -g... switches from the asm-flags variable. Allow the
13222 target board info to override the value if it wants to. Pass the
13223 switch on the assembler command line.
13224
13225 2004-07-23 Mark Kettenis <kettenis@gnu.org>
13226
13227 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
13228 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
13229 (main): Call new function.
13230
13231 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
13232
13233 Test for PR exp/1715.
13234 * gdb.base/radix.exp: Refactor common procedures. Make all
13235 test names unique. Change XFAIL to KFAIL.
13236
13237 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
13238
13239 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
13240 * gdb.ada/gnat_ada.gin: ... to here.
13241 * configure.in: Use gnat_ada.gin.
13242 * configure: Regenerate.
13243
13244 2004-07-20 Andrew Cagney <cagney@gnu.org>
13245
13246 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
13247 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
13248 XFAILs. Clean up test messages and comments. Check backtraces.
13249 Delete re-sync code.
13250
13251 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
13252
13253 Fix PR cli/740.
13254 * gdb.base/annota1.exp: Honor gdb,nosignals.
13255 * gdb.base/annota3.exp: Likewise.
13256
13257 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
13258
13259 * lib/java.exp: Update copyright notice.
13260
13261 2004-07-19 Andrew Cagney <cagney@gnu.org>
13262
13263 * gdb.base/selftest.exp: Copy file from here ...
13264 * gdb.gdb/selftest.exp: ... to here.
13265
13266 2004-07-16 Andrew Cagney <cagney@redhat.com>
13267
13268 * lib/insight-support.exp: Delete file.
13269 * lib/java.exp (java_init): Fix copyright.
13270
13271 2004-07-16 Andrew Cagney <cagney@gnu.org>
13272
13273 * gdb.base/restore.c: Append "prologue" to comments marking the a
13274 function's prologue.
13275 * gdb.base/restore.exp: Update copyright, re-indent.
13276 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
13277 callerN" prefix where needed. Update patterns that match a
13278 function's prologue.
13279
13280 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
13281
13282 * gdb.base/restore.c: Add copyright notice.
13283
13284 2004-07-16 Andrew Cagney <cagney@gnu.org>
13285
13286 * gdb.base/logical.exp: Update copyright.
13287 (evaluate): New procedure. Use to re-implement tests using
13288 several tables.
13289
13290 2004-07-14 Martin Hunt <hunt@redhat.com>
13291
13292 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
13293 which fixes some problems where init.tcl was not found.
13294
13295 2004-07-13 Andrew Cagney <cagney@gnu.org>
13296
13297 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
13298 (check_sizeof, check_valueof): Do not include the output in the
13299 test name. Use gdb_test.
13300 (get_valueof): Use gdb_test_multiple.
13301
13302 * gdb.base/step-test.exp: Update copyright. Use
13303 gdb_test_multiple. Ensure that test names do not include
13304 architecture dependent output.
13305
13306 * gdb.gdb/observer.exp: Update copyright.
13307 (setup_test): Use gdb_test_multiple.
13308 (attach_first_observer, attach_second_observer)
13309 (attach_third_observer, detach_first_observer)
13310 (detach_second_observer, detach_third_observer)
13311 (reset_counters, check_counters): Make $message a prefix.
13312 (test_normal_stop_notifications): Add "args" parameter - a list of
13313 init functions to be called. Make $message a prefix,
13314 (test_observer_normal_stop): Change the message prefixes so that
13315 they are unique, pass the attach / detach procedures to
13316 test_normal_stop_notifications.
13317
13318 * gdb.base/signull.exp (test_segv): Prefix all tests with
13319 "${name}". Clean up test messages.
13320
13321 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
13322
13323 * gdb.base/ena-dis-br.exp: Update copyright.
13324 (break_at): New function. Replace send_gdb with gdb_test,
13325 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
13326 ignore count, not stopped at bpt", with KFAIL.
13327
13328 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
13329
13330 * gdb.base/attach.exp: Remove cleanupfile handling.
13331
13332 2004-07-12 Andrew Cagney <cagney@gnu.org>
13333
13334 * gdb.base/annota1.exp: Cleanup corefile test name.
13335 * gdb.base/annota3.exp: Ditto.
13336
13337 2004-07-12 Andrew Cagney <cagney@gnu.org>
13338
13339 * gdb.base/signals.exp: Clean up copyright, re-indent.
13340
13341 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
13342 gdb_test and gdb_test_multiple.
13343
13344 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
13345
13346 * gdb.java/jmain.exp: Fix expected line number for main to
13347 break at. Set XFAIL for break at main test since gcj does not
13348 provide line number info for first statement in main.
13349
13350 2004-07-08 Andrew Cagney <cagney@gnu.org>
13351
13352 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
13353
13354 * gdb.base/sigbpt.exp: Make the common part of each test name a
13355 prefix instead of suffix.
13356
13357 2004-07-07 Bob Rossi <bob_rossi@cox.net>
13358
13359 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
13360 test from test_tbreak_creation_and_listing to
13361 test_file_list_exec_source_file
13362 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
13363 Changed name of test from test_tbreak_creation_and_listing to
13364 test_file_list_exec_source_file
13365
13366 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
13367
13368 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
13369 the jmisc() constructor instead of <init>.
13370 * gdb.java/jmisc1.exp: Ditto.
13371
13372 2004-07-07 Andrew Cagney <cagney@gnu.org>
13373
13374 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
13375 corrupting the PC.
13376
13377 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
13378
13379 * gdb.cp/templates.exp: Accept whitespace change in demangler
13380 output.
13381
13382 2004-07-06 Andrew Cagney <cagney@gnu.org>
13383
13384 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
13385
13386 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
13387
13388 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
13389 * lib/compiler.cc: Likewise.
13390
13391 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
13392
13393 * lib/compiler.cc: Work around string preprocessing problem
13394 with old hp c++ compiler.
13395 * lib/compiler.c: Likewise.
13396
13397 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
13398
13399 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
13400 directives to conditionalize symbol prefixing.
13401 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
13402 additional_flags handling. Add underscore prefix for Cygwin.
13403 * gdb.arch/i386-unwind.c: Use preprocessor directives to
13404 conditionalize symbol prefixing.
13405 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
13406 additional_flags handling. Add underscore prefix for Cygwin.
13407
13408 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
13409
13410 * gdb.base/bigcore.exp: Skip test on Cygwin.
13411
13412 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
13413
13414 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
13415 formats for "info register". Use gdb_test_multiple. Fix
13416 the "invalid register" test.
13417
13418 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
13419
13420 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
13421 PID for Cygwin. Add Cygwin specific strings to check for in some
13422 tests.
13423 (do_attach_tests): Add a test for user interaction when attaching
13424 to a process with no matching symbol table already loaded.
13425
13426 2004-06-26 Andrew Cagney <cagney@gnu.org>
13427
13428 Test PR java/1567 and PR java/1565.
13429 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
13430 * gdb.java/jmisc2.exp: Delete file.
13431
13432 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
13433
13434 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
13435
13436 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
13437
13438 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
13439 attach process.
13440
13441 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
13442
13443 * gdb.cp/pr-1553.exp: Remove.
13444
13445 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
13446
13447 * gdb.cp/pr-1553.cc: Remove.
13448 * gdb.cp/pr-1553.exp: Disable this test.
13449
13450 2004-06-20 Jim Blandy <jimb@redhat.com>
13451
13452 Fix PR testsuite/1680.
13453 * gdb.arch/i386-sse.exp: Properly quote curly braces in
13454 regular expressions.
13455
13456 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
13457
13458 Fix PR testsuite/1679.
13459 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
13460 Issue an UNSUPPORTED result instead.
13461
13462 2004-06-18 Jim Blandy <jimb@redhat.com>
13463
13464 * gdb.base/charset.exp: Only send a control-C if we see a new
13465 prompt and incomplete command.
13466
13467 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
13468
13469 * gdb.cp/pr-574.cc: Add copyright notice.
13470
13471 2004-06-17 Jim Blandy <jimb@redhat.com>
13472
13473 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
13474 cases where the regexp has no groups; this grabs random text from
13475 the previous test suite, whatever that was.
13476
13477 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
13478
13479 * gdb.cp/printmethod.cc: Add copyright notice.
13480
13481 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
13482
13483 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
13484
13485 2004-06-16 Andrew Cagney <cagney@gnu.org>
13486
13487 * gdb.base/signull.c: Update copyright. Include <string.h>.
13488 (bowler): Replace data_pointer with data_read
13489 and data_write cases. Add code_descriptor case.
13490 (zero, desc): New array and pointer.
13491 (data, code): Change to simple pointers.
13492 * gdb.base/signull.exp: Fix probe pattern matching a function
13493 descriptor SIGSEGV. Replace data_pointer with data_read and
13494 data_write tests.
13495
13496 2004-06-16 Andrew Cagney <cagney@gnu.org>
13497
13498 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
13499
13500 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
13501
13502 * gdb.base/long_long.c: Add copyright notice.
13503
13504 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
13505
13506 * gdb.base/long_long.exp: Remove reference to
13507 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
13508 to gdb_breakpoint and gdb_continue_to_breakpoint.
13509
13510 2004-06-14 Jim Blandy <jimb@redhat.com>
13511
13512 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
13513 endian case.
13514
13515 2004-06-14 Andrew Cagney <cagney@gnu.org>
13516
13517 * gdb.base/gcore.exp (capture_command_output): Delete the always
13518 passing tests containing inferior values.
13519 * gdb.base/ending-run.exp: Do not include the breakpoint address
13520 in the test message. Update copyright.
13521 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
13522 size in the test name, use gdb_test_multiple. Update copyright.
13523
13524 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
13525
13526 * gdb.cp/ref-types.cc: Add copyright notice.
13527
13528 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
13529
13530 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
13531 hp_aCC_compiler.
13532 * lib/compiler.cc: Likewise.
13533 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
13534 'set' commands. Log diagnostics for other lines. Set
13535 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
13536
13537 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
13538
13539 * gdb.cp/try_catch.cc: Add copyright notice.
13540
13541 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
13542
13543 * gdb.cp/userdef.cc: Add copyright notice.
13544
13545 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
13546
13547 * gdb.cp/virtfunc.cc: Add copyright notice.
13548
13549 2004-06-11 Randolph Chung <tausq@debian.org>
13550
13551 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
13552 problem.
13553
13554 2004-06-10 Andrew Cagney <cagney@gnu.org>
13555
13556 * lib/compiler.cc, lib/compiler.c: Append either
13557 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
13558 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
13559 instead of gcc-3-3.
13560
13561 2004-06-09 Andrew Cagney <cagney@gnu.org>
13562
13563 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
13564 gdb/1455, bug is specific to "long long" and "double".
13565
13566 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
13567 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
13568 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
13569 fixed.
13570
13571 2004-06-09 Andrew Cagney <cagney@gnu.org>
13572
13573 * gdb.base/structs.exp (test_struct_returns): Replace
13574 "return_value_unknown" and "finish_value_unknown" by
13575 "return_value_known" and "finish_value_known". Instead of
13576 "return_value_unknown" iff "finish_value_unknown", check
13577 "return_value_known" implies "finish_value_known".
13578
13579 2004-06-08 Martin Hunt <hunt@redhat.com>
13580
13581 * gdb.base/float.exp: Add pattern for mips targets.
13582
13583 2004-06-08 Randolph Chung <tausq@debian.org>
13584
13585 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
13586 message for unknown architectures more clear.
13587
13588 2004-06-08 Joel Brobecker <brobecker@gnat.com>
13589
13590 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
13591 start the execution of the program.
13592
13593 2004-06-07 Jim Blandy <jimb@redhat.com>
13594
13595 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
13596 * gdb.arch/i386-cpuid.h: New helper file.
13597
13598 2004-06-07 Randolph Chung <tausq@debian.org>
13599
13600 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
13601 has started.
13602
13603 2004-06-04 Roland McGrath <roland@redhat.com>
13604
13605 Fix PR gdb/1647.
13606 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
13607 differently to be robust to output buffering differences.
13608
13609 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
13610
13611 * gdb.threads/pthreads.exp: Update copyright years.
13612 (check_control_c): Change asynchronous 'after' to synchronous.
13613
13614 2004-06-04 Roland McGrath <roland@redhat.com>
13615
13616 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
13617 next gdb prompt.
13618
13619 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
13620
13621 Fix PR gdb/1636.
13622 * gdb.threads/manythreads.exp: Change asynchronous 'after'
13623 calls to synchronous.
13624
13625 2004-05-26 Jim Blandy <jimb@redhat.com>
13626
13627 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
13628
13629 2004-05-24 Randolph Chung <tausq@debian.org>
13630
13631 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
13632 * gdb.asm/pa.inc: New file.
13633
13634 2004-05-22 Mark Kettenis <kettenis@gnu.org>
13635
13636 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
13637
13638 2004-05-21 Joel Brobecker <brobecker@gnat.com>
13639 Daniel Jacobowitz <drow@mvista.com>
13640
13641 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
13642 GDB prompt.
13643
13644 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13645
13646 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
13647 setjmp/longjmp. Use sigaction instead of signal.
13648
13649 2004-05-19 J. Brobecker <brobecker@gnat.com>
13650 Michael Snyder <msnyder@redhat.com>
13651
13652 * gdb.threads/pthread_cond_wait.c: New file.
13653 * gdb.threads/pthread_cond_wait.exp: New testcase.
13654
13655 2004-05-13 Andrew Cagney <cagney@redhat.com>
13656
13657 * gdb.base/signull.exp, gdb.base/signull.c: New files.
13658 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
13659
13660 2004-05-11 Andrew Cagney <cagney@redhat.com>
13661
13662 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
13663 fixed but revealed gdb/1639.
13664
13665 2004-05-10 Andrew Cagney <cagney@redhat.com>
13666
13667 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
13668 func1" and "next to 2nd alarm", kernel bug avoided.
13669
13670 2004-05-10 Daniel Jacobowitz <dan@debian.org>
13671
13672 PR external/1568
13673 * gdb.base/bigcore.exp: Check the size of the dumped core file.
13674 XFAIL if it is smaller than bytes_allocated.
13675 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
13676 (main): Make chunks_allocated unsigned. Correct comment.
13677
13678 2004-05-07 Joel Brobecker <brobecker@gnat.com>
13679
13680 * gdb.arch/powerpc-aix-prologue.c: New file.
13681 * gdb.arch/powerpc-aix-prologue.exp: New file.
13682
13683 2004-05-07 Jim Blandy <jimb@redhat.com>
13684
13685 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
13686 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
13687
13688 2004-05-06 Joel Brobecker <brobecker@gnat.com>
13689
13690 * gdb.base/sep.exp: No longer setup_kfail when the program was
13691 built with dwarf2.
13692
13693 2004-05-05 Jim Ingham <jingham@apple.com>
13694
13695 * gdb.base/pending.exp: Make sure pending breakpoints
13696 preserve the ignore count.
13697
13698 2004-04-27 Jerome Guitton <guitton@gnat.com>
13699
13700 * i386-prologue.exp: Add testcase for jump instruction as first
13701 instruction of the real code.
13702 * i386-prologue.c (jump_at_beginning): New function.
13703
13704 2004-04-28 Mark Kettenis <kettenis@gnu.org>
13705
13706 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
13707 x86_64-*-*.
13708
13709 2004-04-28 Mark Kettenis <kettenis@gnu.org>
13710
13711 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
13712 i*86-*-*.
13713
13714 2004-04-25 Mark Kettenis <kettenis@gnu.org>
13715
13716 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
13717 expression that checks the return type.
13718
13719 2004-04-23 Andrew Cagney <cagney@redhat.com>
13720
13721 * gdb.base/call-sc.exp: New test of scalar call/return values.
13722 * gdb.base/call-sc.c: Ditto.
13723
13724 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13725
13726 * gdb.threads/manythreads.c: Reduce thread stack size.
13727
13728 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
13729
13730 * gdb.threads/manythreads.c: Add copyright notice.
13731
13732 2004-04-23 Andrew Cagney <cagney@redhat.com>
13733
13734 * gdb.base/siginfo.exp: Better handle step out of signal.
13735 * gdb.base/sigstep.exp: Ditto.
13736
13737 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
13738 Daniel Jacobowitz <drow@mvista.com>
13739
13740 * gdb.threads/manythreads.c: New testcase.
13741 * gdb.threads/manythreads.exp: Ditto.
13742
13743 2004-04-22 Jim Blandy <jimb@redhat.com>
13744
13745 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
13746 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
13747
13748 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
13749
13750 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
13751
13752 2004-04-21 Andrew Cagney <cagney@redhat.com>
13753
13754 * gdb.base/sigstep.c: New file.
13755 * gdb.base/sigstep.exp: New file.
13756
13757 2004-04-16 Joel Brobecker <brobecker@gnat.com>
13758
13759 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
13760 call to observer_notify_normal_stop.
13761
13762 2004-04-15 Andrew Cagney <cagney@redhat.com>
13763
13764 * gdb.base/siginfo.c: New file.
13765 * gdb.base/siginfo.exp: New file.
13766
13767 2004-04-12 J. Brobecker <brobecker@gnat.com>
13768
13769 * gdb.base/sep.exp: Fix typo in comment.
13770
13771 2004-04-12 J. Brobecker <brobecker@gnat.com>
13772
13773 * gdb.base/sep.c: New file.
13774 * gdb.base/sep-proc.c: New file.
13775 * gdb.base/sep.exp: New testcase.
13776
13777 2004-04-09 Mark Kettenis <kettenis@gnu.org>
13778
13779 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
13780 support.
13781
13782 2004-04-05 Andrew Cagney <cagney@redhat.com>
13783
13784 * gdb.base/sigaltstack.c: New file.
13785 * gdb.base/sigaltstack.exp: New file.
13786
13787 2004-04-04 Joel Brobecker <brobecker@gnat.com>
13788
13789 * gdb.base/foll-fork.exp: Update the expected output for
13790 "help set follow-fork-mode", to match a change that was made
13791 to the help of this variable on 2004-01-13.
13792
13793 2004-04-01 Joel Brobecker <brobecker@gnat.com>
13794
13795 * lib/ada.exp: Add copyright notice.
13796 * bar.ads: Likewise.
13797 * bar.adb: Likewise.
13798 * null_record.adb: Likewise.
13799 * null_record.exp: Likewise.
13800 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
13801
13802 2004-04-01 Joel Brobecker <brobecker@gnat.com>
13803
13804 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
13805 * configure: Regenerate.
13806
13807 2004-04-01 Joel Brobecker <brobecker@gnat.com>
13808
13809 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
13810 to build the application. Remove the message printed when in
13811 verbose mode, redundant with the UNSUPPORTED message above.
13812
13813 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13814
13815 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
13816 * gdb.ada (null_record.exp): New testcase.
13817
13818 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13819
13820 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
13821
13822 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13823
13824 * gdb.ada: New subdirectory.
13825 * gdb.ada/Makefile.in: New file.
13826 * gdb.ada/gnat_ada.gpr.in: New file.
13827
13828 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13829
13830 * lib/ada.exp: New file.
13831
13832 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
13833
13834 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
13835 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
13836
13837 2004-03-22 Andrew Cagney <cagney@redhat.com>
13838
13839 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
13840 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
13841 Problem identified by Ulrich Weigand.
13842
13843 2004-03-17 David Carlton <carlton@kealia.com>
13844
13845 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
13846 PR c++/826.
13847
13848 2004-03-16 Roland McGrath <roland@redhat.com>
13849
13850 * gdb.base/auxv.exp: New file.
13851 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
13852
13853 2004-03-12 David Carlton <carlton@kealia.com>
13854
13855 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
13856 * gdb.cp/pr-1553.cc: Ditto.
13857 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
13858 pass branch.
13859
13860 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
13861
13862 * gdb.cp/templates.exp: Accept more template types.
13863
13864 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13865
13866 From Corinna Vinschen with modifications.
13867 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
13868 local variable obj_with_enum.
13869 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
13870 results with obj_with_enum.
13871
13872 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13873
13874 * gdb.cp/classes.cc: New file, copied from misc.cc.
13875 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
13876
13877 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13878
13879 * gdb.cp/misc.cc: Add copyright notice.
13880
13881 2004-03-05 David Carlton <carlton@kealia.com>
13882
13883 * gdb.cp/rtti.exp: Add 'print *obj3' test.
13884 * gdb.cp/rtti.h: Update copyright.
13885 (namespace n2::n3): New.
13886 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
13887 (n2::n3::func3): New.
13888 (main): Call n2::n3::func3.
13889 * gdb.cp/rtti2.cc: Update copyright.
13890 (n2::create3): New.
13891
13892 2004-03-04 Mark Kettenis <kettenis@gnu.org>
13893
13894 * gdb.asm/openbsd.inc: Fix typo.
13895
13896 2004-03-03 Fred Fish <fnf@redhat.com>
13897
13898 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
13899 "val" instead of unused "size". Update copyright year.
13900
13901 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
13902
13903 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
13904 to use unsigned char.
13905 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
13906 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
13907
13908 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
13909
13910 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
13911 line of output.
13912
13913 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
13914
13915 * gdb.base/relocate.c (dummy): Initialize.
13916
13917 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
13918
13919 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
13920 a breakpoint at exit.
13921
13922 2004-02-27 Fred Fish <fnf@redhat.com>
13923
13924 * gdb.base/chng-syms.exp: Add expect condition to match failing
13925 case that isn't a timeout.
13926
13927 2004-02-27 Andrew Cagney <cagney@redhat.com>
13928
13929 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
13930 support.
13931
13932 2004-02-26 Fred Fish <fnf@redhat.com>
13933
13934 * gdb.arch/gdb1431.c: Remove.
13935 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
13936 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
13937 of "until" incorrectly.
13938
13939 2004-02-26 J. Brobecker <brobecker@gnat.com>
13940
13941 * gdb.cp/class2.cc (empty): New class.
13942 (refer): New function.
13943 (main): Declare an object of type empty and use it.
13944 * gdb.cp/class2.exp: Print the value of an object of type empty.
13945
13946 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
13947
13948 * gdb.base/langs.exp: Update query string to match the
13949 new nquery format used for pending breakpoints.
13950
13951 2004-02-26 Andrew Cagney <cagney@redhat.com>
13952
13953 Fix PR i18n/1570.
13954 * gdb.base/charset.c: Update copyright notice.
13955 (main, init_string): Remove the escape character '\e' tests.
13956 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
13957 * gdb.base/charset.exp (valid_host_charset): Ditto.
13958 * gdb.base/setvar.exp: Ditto.
13959
13960 2004-02-24 Andrew Cagney <cagney@redhat.com>
13961
13962 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
13963 mmapped data in core file" PASS and FAIL messages consistent.
13964
13965 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
13966 setting a breakpoint. Work around PR java/1565.
13967
13968 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
13969
13970 * lib/gdb.exp (gdb_breakpoint): Update query string to match
13971 new nquery format.
13972 * gdb.base/pending.exp: Ditto.
13973
13974 2004-02-22 Mark Kettenis <kettenis@gnu.org>
13975
13976 * configure.in: Run stabs tests on *BSD.
13977 * configure: Regenerated.
13978
13979 2004-02-21 Mark Kettenis <kettenis@gnu.org>
13980
13981 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
13982
13983 2004-02-20 Fred Fish <fnf@redhat.com>
13984
13985 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
13986 blank in test for "returns short", for consistency with other
13987 "returns xxx" tests. Update copyright year.
13988
13989 2004-02-19 Fred Fish <fnf@redhat.com>
13990
13991 New testcase for PR breakpoint/1558.
13992 * gdb.arch/gdb1558.exp: New file.
13993 * gdb.arch/gdb1558.c: New file.
13994
13995 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
13996
13997 * gdb.base/nodebug.exp: Fix typo.
13998
13999 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14000
14001 Committed by Jim Blandy <jimb@redhat.com>.
14002
14003 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
14004
14005 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
14006
14007 * gdb.base/float.exp: Support s390*-*-* targets.
14008
14009 2004-02-17 Adam Fedor <fedor@gnu.org>
14010
14011 * gdb.base/gdb1555.exp: New file.
14012 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
14013
14014 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
14015
14016 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
14017
14018 2004-02-16 Fred Fish <fnf@redhat.com>
14019
14020 * gdb.arch/gdb1291.c: Remove
14021 * gdb.arch/gdb1291.s: New test input file.
14022 * gdb.arch/gdb1291.exp: Expand test to check case that should not
14023 fail. Test for correct result, known incorrect result, other
14024 failures and timeouts.
14025
14026 2004-02-16 Andrew Cagney <cagney@redhat.com>
14027
14028 * gdb.base/bigcore.exp: New file.
14029 * gdb.base/bigcore.c: New file.
14030
14031 2004-02-13 Andrew Cagney <cagney@redhat.com>
14032
14033 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
14034 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
14035 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
14036 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
14037 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
14038 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
14039 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
14040 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
14041 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
14042 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
14043
14044 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
14045
14046 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
14047 executed is an alloc instruction.
14048
14049 2004-02-11 David Carlton <carlton@kealia.com>
14050
14051 * gdb.cp/breakpoint.exp: New.
14052 * gdb.cp/breakpoint.cc: New.
14053
14054 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
14055
14056 Partial fix for PR gdb/1543.
14057 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
14058 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
14059 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
14060 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
14061 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
14062 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
14063 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
14064 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
14065 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
14066 to bug-gdb@prep.ai.mit.edu .
14067 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
14068 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
14069 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
14070 Likewise.
14071
14072 2004-02-10 Andrew Cagney <cagney@redhat.com>
14073
14074 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
14075 using gdb_internal_error_resync.
14076
14077 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
14078
14079 * gdb.threads/thread-specific.exp: Stop early if no threads are
14080 found.
14081
14082 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
14083
14084 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
14085
14086 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
14087
14088 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
14089 breakpoints.
14090
14091 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
14092
14093 * config/sim.exp (gdb_load): Handle $arg == "".
14094 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
14095 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
14096
14097 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
14098
14099 * gdb.base/maint.exp: Update test to reflect
14100 obstack changes.
14101
14102 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
14103
14104 * gdb.base/pendshr.c (pendfunc): New function that calls
14105 pendfunc1.
14106 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
14107
14108 2004-02-04 Fred Fish <fnf@redhat.com>
14109
14110 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
14111 function symbols and update copyright years.
14112 * gdb.arch/gdb1291.c: Ditto.
14113
14114 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14115
14116 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
14117
14118 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14119
14120 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
14121
14122 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14123
14124 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
14125
14126 2004-02-02 Fred Fish <fnf@redhat.com>
14127
14128 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
14129 remote targets. Update copyright years.
14130
14131 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
14132
14133 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
14134 support.
14135 * gdb.base/langs.exp: Fix test which attempts to create
14136 breakpoint on non-existent function to handle new pending
14137 support.
14138 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
14139 a breakpoint.
14140 * gdb.base/pending.exp: New test.
14141 * gdb.base/pending.c: New file.
14142 * gdb.base/pendshr.c: Ditto.
14143
14144 2004-02-02 David Carlton <carlton@kealia.com>
14145
14146 * gdb.cp/overload.exp: Add overloadNamespace tests.
14147 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
14148 (overloadNamespace, XXX): New.
14149 (main): Call XXX::marker2.
14150
14151 2004-02-01 Fred Fish <fnf@redhat.com>
14152
14153 * gdb.base/dump.exp: Use runto_main instead of "runto main".
14154 * gdb.base/finish.exp: Ditto.
14155 * gdb.base/gcore.exp: Ditto.
14156 * gdb.base/huge.exp: Ditto.
14157 * gdb.base/info-proc.exp: Ditto.
14158 * gdb.base/return2.exp: Ditto.
14159 * gdb.threads/gcore-thread.exp: Ditto.
14160
14161 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14162
14163 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
14164
14165 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14166
14167 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
14168 that opening the file succeeds on OpenBSD.
14169
14170 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14171
14172 * gdb.threads/thread-specific.c: New file.
14173 * gdb.threads/threads-specific.exp: New test script.
14174 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
14175 to expect_out.
14176
14177 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14178
14179 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
14180 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
14181 only on the "print_small_structs from print_long_arg_list" test.
14182
14183 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14184
14185 * gdb.base/completion.exp: Kill a stray backslash.
14186
14187 From Jim Ingham <jingham@apple.com>:
14188 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
14189 agrees with the result from sending a tab.
14190
14191 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
14192
14193 * gdb.base/chng-syms.exp: Remove stray newline.
14194
14195 2004-01-31 Mark Kettenis <kettenis@gnu.org>
14196
14197 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
14198 *-*-openbsd*.
14199 * gdb.asm/openbsd.inc: New file.
14200
14201 2004-01-30 Mark Kettenis <kettenis@gnu.org>
14202
14203 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
14204 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
14205 *-*solaris2*. Remove commented out default settings for
14206 asm-flags. Replace gdb_compile with target_link.
14207
14208 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
14209
14210 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
14211 for all tests. Remove old hp-ux and cygnus xfail cases.
14212
14213 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
14214
14215 * gdb.base/chng-syms.exp: New file.
14216 * gdb.base/chng-syms.c: New file.
14217
14218 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14219
14220 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
14221 Provide arms for current output in all my configurations.
14222
14223 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14224
14225 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
14226 * lib/compiler.cc: Likewise.
14227 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
14228 get the right preprocessor. Eval the output directly. Remove
14229 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
14230 hp_f77_compiler and hp_f90_compiler completely.
14231 (gdb_preprocess): Delete.
14232 (get_compiler): Delete.
14233
14234 2004-01-24 Mark Kettenis <kettenis@gnu.org>
14235
14236 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
14237 <string.h>.
14238
14239 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
14240
14241 * gdb.mi/mi-stack.exp: Update copyright.
14242
14243 2004-01-23 David Carlton <carlton@kealia.com>
14244
14245 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
14246 test for cp_lookup_transparent_type.
14247 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
14248 call them.
14249
14250 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
14251
14252 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
14253 after -var-update.
14254
14255 2004-01-23 David Carlton <carlton@kealia.com>
14256
14257 * gdb.cp/namespace.cc (C::ensureRefs): New.
14258 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
14259
14260 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
14261
14262 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
14263 case "-stack-list-locals 2".
14264 * gdb.mi/mi-var-child.exp: Test for case
14265 "-var-list-children --all-values NAME".
14266
14267 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
14268
14269 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
14270
14271 2004-01-18 Mark Kettenis <kettenis@gnu.org>
14272
14273 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
14274 used with gdb_test_multiple.
14275
14276 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
14277 read at address 0. This fixes PR testsuite/1504.
14278
14279 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
14280
14281 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
14282 Remove downloading, guessing the host executable, the calls to
14283 gdb_file_cmd and gdb_target_cmd, and "load" support.
14284 (infer_host_exec): New function broken out from gdb_load.
14285 (gdb_load): New wrapper for gdbserver_gdb_load.
14286 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
14287 gdb_target_cmd. Use -target-select.
14288 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
14289 Download binaries to the host. Clear last_mi_remote_file when
14290 we load a new binary.
14291 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
14292 call gdbserver_gdb_load and mi_gdb_target_cmd.
14293
14294 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
14295
14296 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
14297 type patterns.
14298
14299 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
14300
14301 * gdb.cp/templates.exp: Fix typo in test name of
14302 "print Foo<volatile char*>::foo".
14303
14304 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
14305
14306 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
14307
14308 2004-01-16 Ben Elliston <bje@wasabisystems.com>
14309
14310 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
14311 (clean mostlyclean): Remove empty rm.
14312
14313 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
14314
14315 * gdb.base/setvar.exp: Add copyright years.
14316
14317 2004-01-14 David Carlton <carlton@bactrian.org>
14318
14319 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
14320 PR c++/1511 and update coment.
14321 * gdb.cp/templates.exp: Update patterns to match current output.
14322 If changes involve something other than whitespace, KFAIL
14323 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
14324
14325 2004-01-14 David Carlton <carlton@kealia.com>
14326
14327 * gdb.cp/namespace.exp: Add tests involving classes defined within
14328 namespaces.
14329 * gdb.cp/namespace.cc (C::CClass): New.
14330 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
14331
14332 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14333
14334 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
14335 what debug info we have. Print a better message if something goes
14336 wrong while producing the separate debug info file.
14337
14338 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
14339
14340 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
14341
14342 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
14343
14344 * gdb.base/callfuncs.c: Add copyright notice.
14345
14346 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
14347
14348 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
14349 inheritance. PR gdb/1498, PR gcc/13539.
14350
14351 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
14352
14353 * gdb.threads/gcore-thread.exp: Prefix name of binary with
14354 test specific name.
14355 * gdb.mi/gdb669.exp: Ditto.
14356 * gdb.mi/mi-pthreads.exp: Ditto.
14357 * gdb.mi/mi1-pthreads.exp: Ditto.
14358 * gdb.mi/mi2-pthreads.exp: Ditto.
14359
14360 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
14361
14362 * gdb.cp/member-ptr.cc: Add copyright notice.
14363
14364 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
14365
14366 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
14367 some patterns for recent versions of gcc and hpacc. Delete
14368 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
14369 Delete tests that access a NULL pointer-to-member-data. This
14370 script is still disabled for gcc.
14371
14372 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
14373
14374 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
14375 escaped correctly.
14376
14377 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
14378
14379 * gdb.base/sepdebug.exp: New file.
14380 * gdb.base/sepdebug.c: New file.
14381 * lib/gdb.exp (separate_debug_filename): New procedure.
14382 (gdb_gnu_strip_debug): New procedure.
14383
14384 2004-01-12 Andrew Cagney <cagney@redhat.com>
14385
14386 * gdb.mi/ChangeLog: Delete file. Renamed to ...
14387 * gdb.mi/ChangeLog-1999-2003: New file.
14388
14389 2004-01-12 Andrew Cagney <cagney@redhat.com>
14390
14391 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
14392 "Renaming a directory to a non-empty directory returns ENOTEMPTY
14393 or EEXIST", treat EBUSY as an XFAIL.
14394
14395 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
14396
14397 * gdb.base/scope.exp: Remove obsolete setup_xfail for
14398 hp_cc_compiler.
14399
14400 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14401
14402 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
14403 decorations.
14404
14405 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14406
14407 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
14408 and "(aCC)" decorations. Remove obsolete doco about old
14409 test results.
14410
14411 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14412
14413 * gdb.cp/exception.exp: Fix typo in doco.
14414
14415 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14416
14417 * gdb.base/gdb1476.exp: Fix typo.
14418
14419 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14420
14421 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
14422 file.
14423
14424 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14425
14426 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
14427 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
14428 Use gdb_compile. Remove restriction on gcc. Add some patterns
14429 for recent version of gdb. Delete second half, which was a copy
14430 of the first half with different build flags. This test is
14431 still disabled because it is still not ready for production.
14432
14433 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14434
14435 * gdb.cp/exception.cc: Add copyright notice.
14436 * gdb.cp/exception.exp: Add a notice that this file is broken
14437 because of line number changes caused by addition of copyright
14438 notice.
14439
14440 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14441
14442 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
14443 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
14444
14445 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14446
14447 * gdb.cp/classes.exp: Accept gnu abi 2.
14448 * gdb.cp/derivation.exp: Likewise.
14449 * gdb.cp/overload.exp: Likewise.
14450 * gdb.cp/virtfunc.exp: Likewise.
14451
14452 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14453
14454 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
14455 semicolon after end of function.
14456
14457 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14458
14459 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
14460 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
14461 boilerplate code for compiling and running the program under
14462 test. Add some string method tests.
14463
14464 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14465
14466 * gdb.cp/bs15503.cc: Add copyright notice.
14467 * gdb.cp/bs15503.exp: Adjust line number.
14468
14469 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14470
14471 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
14472 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
14473
14474 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14475
14476 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
14477 hp_cc_compiler.
14478
14479 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14480
14481 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
14482 * gdb.cp/ctti.exp: Use the marker instead of "next".
14483 With gcc, run further before bailing.
14484
14485 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14486
14487 * gdb.cp/cttiadd.cc: Add copyright notice.
14488 * gdb.cp/cttiadd1.cc: Likewise.
14489 * gdb.cp/cttiadd2.cc: Likewise.
14490 * gdb.cp/cttiadd3.cc: Likewise.
14491
14492 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14493
14494 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
14495 Use gdb_test, gdb_test_multiple. Use floating-point values that
14496 have exact representations in IEEE-ish formats.
14497
14498 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14499
14500 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
14501 compilers. Delete duplicate call to get_compiler_info.
14502 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
14503 * gdb.base/volatile.exp: Likewise.
14504
14505 2004-01-07 Mark Kettenis <kettenis@gnu.org>
14506
14507 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
14508 memory at address 0.
14509
14510 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14511
14512 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
14513 to test for hp-ux assembler. Fix copyright years.
14514
14515 2004-01-07 Andrew Cagney <cagney@redhat.com>
14516
14517 * gdb.base/fileio.c (strerrno): Add "EBUSY".
14518
14519 2004-01-07 Andrew Cagney <cagney@redhat.com>
14520
14521 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
14522 when creating the read-only file. From analysis by Roland McGrath
14523 and Elena Zannoni.
14524
14525 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14526
14527 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
14528
14529 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14530
14531 * gdb.base/cvexpr.c: Be type-safe with function pointers and
14532 data pointers.
14533
14534 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14535
14536 * gdb.cp/m-static.exp: Compile one source file at a time.
14537 Delete unused call to get_compiler_info.
14538
14539 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14540
14541 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
14542 * gdb.base/call-rt-st.exp: Likewise.
14543 * gdb.base/nodebug.exp: Likewise.
14544 * gdb.base/volatile.exp: Likewise.
14545 * gdb.cp/ref-types.exp: Likewise.
14546 * gdb.cp/templates.exp: Likewise.
14547
14548 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14549
14550 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
14551
14552 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
14553
14554 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
14555 hppa*-hp-hpux*.
14556
14557 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14558
14559 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14560 x86_64-*-*.
14561
14562 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14563 sparc64-*-* and sparc*-solaris2*.
14564
14565 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14566
14567 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
14568 return ${tests}" test. The ${tests} already mentions the
14569 filename.
14570
14571 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14572
14573 * gdb.cp/local.exp: Accept gcc abi 2.
14574
14575 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14576
14577 * gdb.cp/templates.exp: Accept gcc abi 2.
14578
14579 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14580
14581 * lib/compiler.cc: Remove supports_template_debugging.
14582 * gdb.cp/templates.exp: Do not test supports_template_debugging.
14583
14584 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14585
14586 * gdb.cp/namespace.exp: Accept gcc abi 2.
14587
14588 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14589
14590 * gdb.cp/method.exp: Accept gcc abi 2.
14591
14592 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14593
14594 * gdb.cp/classes.exp: Generate identical results as old version.
14595 * gdb.cp/derivation.exp: Likewise.
14596 * gdb.cp/overload.exp: Likewise.
14597 * gdb.cp/virtfunc.exp: Likewise.
14598
14599 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14600
14601 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
14602 mysterious bug with sourceware version of expect.
14603
14604 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14605
14606 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
14607 current versions of gcc, including gcc abi 2. Remove gratuitous
14608 restart of test program. Use gdb_test_multiple and gdb_test for
14609 all tests. Add patterns to xfail missing "const" in "const char *"
14610 and kfail PR gdb/1155.
14611
14612 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14613
14614 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
14615 current versions of gcc, including gcc abi 2. Remove gratuitous
14616 restart of test program. Use gdb_test_multiple and gdb_test for
14617 all tests. Add patterns to kfail PR gdb/1498.
14618
14619 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14620
14621 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
14622 current versions of gcc, including gcc abi 2. Use "breakpoint"
14623 and "continue" instead of restarting the target program. Use
14624 gdb_test_multiple and gdb_test for all tests.
14625
14626 2004-01-01 Mark Kettenis <kettenis@gnu.org>
14627
14628 * gdb.asm/asm-source.exp: Update copyright year. Link statically
14629 for *-*-solaris2*.
14630
14631 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14632
14633 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
14634 current versions of gcc, including gcc abi 2. Use "breakpoint"
14635 and "continue" instead of restarting the target program several
14636 times. Use gdb_test_multiple and gdb_test for all tests.
14637
14638 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
14639
14640 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
14641 source files.
14642
14643 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14644
14645 * gdb.base/environ.exp: Handle compiling test case from multiple
14646 source files.
14647
14648 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14649
14650 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
14651
14652 2003-12-17 Jim Blandy <jimb@redhat.com>
14653
14654 * gdb.base/freebpcmd.c: Add copyright notice.
14655
14656 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
14657
14658 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14659
14660 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
14661
14662 2003-12-13 Jim Blandy <jimb@redhat.com>
14663
14664 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
14665
14666 2003-12-12 Kevin Buettner <kevinb@redhat.com>
14667
14668 * gdb.asm/frv.inc: New file.
14669 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
14670
14671 2003-12-09 Fred Fish <fnf@redhat.com>
14672
14673 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
14674 functions to break1.c and leave prototypes behind. Add more
14675 "set breakpoint NN here" comments.
14676 * gdb.base/break1.c: New file.
14677
14678 * gdb.base/break.exp: Handle compiling test case from multiple
14679 source files and change source file references as needed.
14680 * gdb.base/completion.exp: Ditto.
14681 * gdb.base/condbreak.exp: Ditto.
14682 * gdb.base/define.exp: Ditto.
14683 * gdb.base/ena-dis-br.exp: Ditto.
14684 * gdb.base/info-proc.exp: Ditto.
14685 * gdb.base/maint.exp: Ditto.
14686 * gdb.base/until.exp: Ditto.
14687
14688 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
14689 hardcoded line numbers.
14690 * gdb.base/define.exp: Ditto.
14691 * gdb.base/ena-dis-br.exp: Ditto.
14692 * gdb.base/maint.exp: Ditto.
14693 * gdb.base/until.exp: Ditto.
14694
14695 * gdb.base/completion.exp: Use "break1" for completion tests since
14696 "break" is no longer a unique prefix.
14697
14698 2003-12-06 Andrew Cagney <cagney@redhat.com>
14699
14700 * gdb.base/structs.exp (test_struct_returns): When applicable, set
14701 "return_value_unimplemented". When an unimplemented struct return
14702 architecture, report incorrect values as a KFAIL
14703
14704 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14705
14706 * gdb.cp/rtti.exp: Accept new wording of warning from
14707 cp_lookup_rtti_type.
14708
14709 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14710
14711 Partial fix for PR testsuite/1456.
14712 * gdb.base/scope.exp (test_at_main): Replace references to
14713 gcc_compiled with calls to test_compiler_info.
14714 (test_at_foo): Likewise.
14715 (test_at_bar): Likewise.
14716
14717 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
14718
14719 Partial fix for PR testsuite/1456.
14720 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
14721 to test_compiler_info.
14722
14723 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
14724
14725 * gdb.base/so-impl-ld.exp: Update copyright notice.
14726
14727 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
14728
14729 Partial fix for PR testsuite/1456.
14730 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
14731 to test_compiler_info.
14732
14733 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14734
14735 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
14736 from current versions of gdb. Clean up regular expressions.
14737 Delete redundant timeout case.
14738
14739 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14740
14741 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
14742 from current versions of gdb. Clean up regular expressions.
14743 Delete redundant timeout case.
14744
14745 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
14746
14747 Partial fix for PR testsuite/1456.
14748 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
14749 gcc_compiled with call to test_compiler_info.
14750
14751 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
14752
14753 Partial fix for PR testsuite/1456.
14754 * gdb.base/list.exp (test_list_function): Delete unused declaration
14755 of gcc_compiled.
14756
14757 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
14758
14759 Partial fix for PR testsuite/1456.
14760 * gdb.base/complex.exp: Replace reference to gcc_compiled with
14761 call to test_compiler_info.
14762
14763 2003-11-29 Mark Kettenis <kettenis@gnu.org>
14764
14765 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
14766 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
14767 it to create the appropriate note.inc.
14768 * gdb.asm/asmsrc1.s: Include "note.inc".
14769 * gdb.asm/netbsd.inc: New file.
14770 * gdb.asm/empty.inc: New file.
14771
14772 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14773
14774 Partial fix for PR testsuite/1456.
14775 * gdb.base/constvars.exp: Replace references to gcc_compiled with
14776 calls to test_compiler_info.
14777
14778 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
14779
14780 Partial fix for PR testsuite/1456.
14781 * gdb.base/volatile.exp: Replace references to gcc_compiled with
14782 calls to test_compiler_info.
14783
14784 2003-11-27 Mark Kettenis <kettenis@gnu.org>
14785
14786 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
14787 pattern for the KFAILs.
14788
14789 2003-11-25 Adam Fedor <fedor@gnu.org>
14790
14791 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
14792 * gdb.objc/objcdecode.m: New file.
14793
14794 2003-11-25 Adam Fedor <fedor@gnu.org>
14795
14796 * gdb.objc/nondebug.exp: Test for PR objc/1236.
14797 * gdb.objc/nondebug.m: New file.
14798
14799 2003-11-26 Ben Elliston <bje@wasabisystems.com>
14800
14801 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14802 NetBSD as it does on FreeBSD. Modelled on a similar change by
14803 Mark Kettenis on 2003-05-30.
14804 (link-flags): Set to "--entry _start" regardless of target.
14805 Special linker flags are to be appended to $link-flags.
14806 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
14807
14808 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14809
14810 * gdb.cp/method.exp: Accept output of new demangler.
14811
14812 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14813
14814 * gdb/class2.exp: New file.
14815 * gdb/class2.cc: New file.
14816
14817 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14818
14819 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
14820 of new demangler.
14821
14822 2003-11-23 Mark Kettenis <kettenis@gnu.org>
14823
14824 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
14825 of gdb_test "run".
14826
14827 2003-11-23 Mark Kettenis <kettenis@gnu.org>
14828
14829 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
14830 "continue" into "run".
14831
14832 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
14833
14834 Partial fix for PR testsuite/1456.
14835 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
14836 call to test_compiler_info.
14837 * gdb.cp/ctti.exp: Likewise.
14838 * gdb.cp/derivation.exp: Likewise.
14839 * gdb.cp/member-ptr.exp: Likewise.
14840 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
14841 reference to gcc_compiled.
14842
14843 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
14844
14845 Fix PR testsuite/1463.
14846 * gdb.base/structs.exp (start_structs_test): Call
14847 get_debug_format before using the debug format.
14848
14849 2003-11-22 Andrew Cagney <cagney@redhat.com>
14850
14851 * lib/gdb.exp (gdb_test_multiple): Add simple example.
14852 * gdb.base/structs.exp: Use gdb_test_multiple.
14853
14854 2003-11-20 Andrew Cagney <cagney@redhat.com>
14855
14856 * gdb.base/structs.exp: Handle and recover from internal errors.
14857 Replace "foo${n}" with "foo<n>" in test messages.
14858
14859 * gdb.base/structs.exp: Update copyright. Rewrite.
14860 * gdb.base/structs.c: Update copyright. Rewrite.
14861
14862 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
14863 resync count exceeded.
14864
14865 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
14866 from the internal error.
14867 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
14868 Original from Jim Blandy.
14869 (gdb_test_multiple): Use gdb_internal_error_resync.
14870
14871 2003-11-19 Andrew Cagney <cagney@redhat.com>
14872
14873 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
14874 KFAIL.
14875
14876 2003-11-17 Mark Kettenis <kettenis@gnu.org>
14877
14878 New testcase for PR backtrace/1435.
14879 * gdb.arch/i386-unwind.exp: New file.
14880 * gdb.arch/i386-unwind.c: New file.
14881
14882 2003-11-17 Andrew Cagney <cagney@redhat.com>
14883
14884 * lib/gdb.exp (compiler_info): New global.
14885 (test_compiler_info): New function.
14886 (get_compiler_info): Set compiler_info.
14887 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
14888 "compiler_info" to gcc-<major>-<minor>.
14889
14890 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
14891
14892 * gdb.trace/configure: Remove.
14893
14894 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
14895
14896 * gdb.base/break.c: Add comments to aid finding line numbers for
14897 breakpoints.
14898 * gdb.base/break.exp: Remove all references to explicit line
14899 numbers.
14900
14901 2003-11-11 Nick Clifton <nickc@redhat.com>
14902
14903 * gdb.base/shreloc.exp: Do not run for targets which do not
14904 support shared objects.
14905
14906 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
14907
14908 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
14909 Don't run tests if nofileio flag is given.
14910
14911 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
14912
14913 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
14914 as well as 'Watchpoint'.
14915
14916 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
14917
14918 Reported by Jim Ingham <jingham@apple.com>:
14919 * gdb.base/annota1.exp: Match at least one occurrence of the
14920 signal handler annotation.
14921
14922 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
14923
14924 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
14925 as well as 'Watchpoint'.
14926
14927 2003-11-05 Michael Chastain <mec@shout.net>
14928
14929 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
14930
14931 2003-11-03 Kris Warkentin <kewarken@qnx.com>
14932
14933 * gdb.arch/gdb1291.c: New test file.
14934 * gdb.arch/gdb1291.exp: New test script.
14935 * gdb.arch/gdb1431.c: New test file.
14936 * gdb.arch/gdb1431.exp: New test script.
14937
14938 2003-10-22 Michael Chastain <mec@shout.net>
14939
14940 * gdb.mi/pthreads.c: Add copyright notice.
14941
14942 2003-10-22 Michael Chastain <mec@shout.net>
14943
14944 * gdb.threads/pthreads.c: Add copyright notice.
14945
14946 2003-10-20 Michael Chastain <mec@shout.net>
14947
14948 * gdb.base/gdb1056.exp: New test script.
14949
14950 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
14951
14952 * gdb.threads/killed.exp: Use gdb_run_cmd.
14953
14954 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
14955
14956 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
14957 create a core file.
14958 * gdb.threads/gcore-thread.exp: Likewise.
14959
14960 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
14961
14962 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
14963 type, based on char type.
14964 (struct bit_flags_short_t): New bitfield type, based on short type.
14965 (init_bit_flags_char): New fuction.
14966 (init_bit_flags_short): Ditto.
14967 (print_bit_flags_char): Ditto.
14968 (print_bit_flags_short): Ditto.
14969 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
14970
14971 2003-10-11 Michael Chastain <mec@shout.net>
14972
14973 * gdb.base/call-rt-st.exp: Update copyright year.
14974
14975 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
14976
14977 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
14978 * gdb.disasm/sh3.s: Ditto.
14979
14980 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
14981
14982 * gdb.threads/switch-threads.exp: New test.
14983 * gdb.threads/switch-threads.c: New source file.
14984
14985 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
14986
14987 * gdb.base/ending-run.exp: Add sh specific case.
14988
14989 2003-10-06 Andrew Cagney <cagney@redhat.com>
14990
14991 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
14992 * gdb.disasm/mn10200.exp: Delete obsolete file.
14993
14994 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
14995
14996 * ChangeLog: Correct an entry command.exp -> commands.exp.
14997 * gdb.base/commands.exp (bp_deleted_in_command_test)
14998 (temporary_breakpoint_commands): Check noargs.
14999
15000 2003-09-25 David Carlton <carlton@kealia.com>
15001
15002 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
15003 of some print tests, where appropriate. Add tests for C::D::cd,
15004 E::ce, F::cXfX, G::XgX.
15005 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
15006
15007 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
15008
15009 * lib/java.exp (java_init): Import target_alias before using it.
15010
15011 2003-09-25 David Carlton <carlton@kealia.com>
15012
15013 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
15014
15015 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
15016
15017 * gdb.base/selftest.exp: Accomodate more instruction reordering
15018 weirdness.
15019
15020 2003-09-17 Michael Chastain <mec@shout.net>
15021
15022 * gdb.cp/gdb1355.exp: New file.
15023 * gdb.cp/gdb1355.c: New file.
15024
15025 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
15026
15027 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
15028 * gdb.asm/sh.inc: New file.
15029
15030 2003-09-11 David Carlton <carlton@kealia.com>
15031
15032 * gdb.cp/namespace.exp: Add tests for namespace types.
15033 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
15034 (test_namespace): New.
15035
15036 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
15037
15038 * gdb.base/relocate.exp: Handle new gdb output at startup.
15039 * gdb.stabs/weird.exp: Ditto.
15040
15041 2003-09-08 Michael Chastain <mec@shout.net>
15042
15043 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
15044
15045 2003-09-07 Michael Chastain <mec@shout.net>
15046
15047 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
15048 'parse error'.
15049
15050 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
15051
15052 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
15053
15054 2003-08-30 Michael Chastain <mec@shout.net>
15055
15056 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
15057 * gdb.gdb/observer.exp: Ditto.
15058 * gdb.gdb/xfullpath.exp: Ditto.
15059
15060 2003-08-29 Mark Kettenis <kettenis@gnu.org>
15061
15062 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
15063 *-*-*bsd*.
15064
15065 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
15066
15067 * gdb.base/dump.exp: Skip for ia64.
15068
15069 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
15070
15071 * gdb.asm/asm-source.exp: Add ia64 support.
15072 * gdb.asm/ia64.inc: New file.
15073
15074 2003-08-22 Michael Chastain <mec@shout.net>
15075
15076 * gdb.cp: New directory.
15077 * gdb.cp/*: Copy from gdb.c++/*.
15078 * gdb.c++/*: Remove.
15079 * Makefile.in: Change gdb.c++ to gdb.cp.
15080 * configure.in: Ditto.
15081 * configure: Regnerate.
15082
15083 2003-08-18 Mark Kettenis <kettenis@gnu.org>
15084
15085 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
15086 * gdb.arch/i386-prologue.c (gdb1338): Add function.
15087
15088 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15089
15090 * mi-var-display.exp (-var-list-children weird): Accept function
15091 pointers with argument types.
15092 * mi1-var-display.exp (-var-list-children weird): Likewise.
15093 * mi2-var-display.exp (-var-list-children weird): Likewise.
15094
15095 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15096
15097 * gdb.base/annota3.exp: Add missing newline.
15098
15099 2003-08-06 Michael Chastain <mec@shout.net>
15100
15101 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
15102
15103 2003-08-12 Michael Snyder <msnyder@redhat.com>
15104
15105 * gdb.base/float.exp: Add test for SH.
15106
15107 2003-08-10 Mark Kettenis <kettenis@gnu.org>
15108
15109 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
15110
15111 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15112
15113 * gdb.base/completion.exp: Remove reduntant completion test
15114 on filename.
15115
15116 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15117
15118 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
15119 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
15120 gdb.trace/save-trace.exp: Make sure that full pathnames are
15121 escaped correctly.
15122
15123 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15124
15125 * configure.in: Don't generate config.h from config.hin.
15126 * configure: Regenerate.
15127 * config.hin: Remove file.
15128 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
15129 * gdb.threads/pthreads.c: Ditto.
15130
15131 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
15132
15133 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15134 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
15135 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
15136 Replace ld24 with seth/add3.
15137
15138 2003-08-02 Andrew Cagney <cagney@redhat.com>
15139
15140 * gdb.base/annota3.exp: New file.
15141 * gdb.base/annota3.c: New file.
15142 * gdb.c++/annota3.exp: New file.
15143 * gdb.c++/annota3.cc: New file.
15144
15145 2003-07-29 Michael Chastain <mec@shout.net>
15146
15147 * gdb.threads/tls.c (spin): Check errno only if sem_wait
15148 actually failed.
15149 (do_pass): Likewise.
15150 * gdb.threads/tls.exp: Always initialize no_of_threads.
15151
15152 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
15153
15154 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
15155 pattern.
15156 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
15157 * gdb.threads/tls.exp: Recognize one case of the host library not
15158 supporting TLS.
15159
15160 2003-07-27 Andrew Cagney <cagney@redhat.com>
15161
15162 * gdb.base/fileio.exp: Use SH when running commands using
15163 remote_exec.
15164
15165 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
15166
15167 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15168 * gdb.base/relocate.c (dummy): New padding array.
15169
15170 2003-07-22 Michael Snyder <msnyder@redhat.com>
15171
15172 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
15173
15174 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
15175 patterns to be more general, accepting old and new output.
15176 Some output chars (such as '+') also must be quoted.
15177 Some addresses are displayed numerically instead of
15178 symbolically.
15179
15180 2003-07-23 Michael Snyder <msnyder@redhat.com>
15181
15182 * gdb.base/return2.exp: Don't test long-long return.
15183
15184 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
15185 * gdb.disasm/t01_mov.exp: Ditto.
15186 * gdb.disasm/t02_mova.s: Ditto.
15187 * gdb.disasm/t02_mova.exp: Ditto.
15188 * gdb.disasm/t03_add.s: Ditto.
15189 * gdb.disasm/t03_add.exp: Ditto.
15190 * gdb.disasm/t04_sub.s: Ditto.
15191 * gdb.disasm/t04_sub.exp: Ditto.
15192 * gdb.disasm/t05_cmp.s: Ditto.
15193 * gdb.disasm/t05_cmp.exp: Ditto.
15194 * gdb.disasm/t06_ari2.s: Ditto.
15195 * gdb.disasm/t06_ari2.exp: Ditto.
15196 * gdb.disasm/t07_ari3.s: Ditto.
15197 * gdb.disasm/t07_ari3.exp: Ditto.
15198 * gdb.disasm/t08_or.s: Ditto.
15199 * gdb.disasm/t08_or.exp: Ditto.
15200 * gdb.disasm/t09_xor.s: Ditto.
15201 * gdb.disasm/t09_xor.exp: Ditto.
15202 * gdb.disasm/t10_and.s: Ditto.
15203 * gdb.disasm/t10_and.exp: Ditto.
15204 * gdb.disasm/t11_logs.s: Ditto.
15205 * gdb.disasm/t11_logs.exp: Ditto.
15206 * gdb.disasm/t12_bit.s: Ditto.
15207 * gdb.disasm/t12_bit.exp: Ditto.
15208 * gdb.disasm/t13_otr.s: Ditto.
15209 * gdb.disasm/t13_otr.exp: Ditto.
15210
15211 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15212
15213 * gdb.threads/tls.exp :Add kfail for 'info address' case.
15214
15215 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15216
15217 * gdb.threads/tls.c : New file.
15218 * gdb.threads/tls.exp : New file.
15219 * gdb.threads/tls-main.c : New file.
15220 * gdb.threads/tls-shared.c : New file.
15221 * gdb.threads/tls-shared.exp : New file.
15222
15223 2003-07-22 Andreas Schwab <schwab@suse.de>
15224
15225 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
15226
15227 2003-07-20 Andreas Schwab <schwab@suse.de>
15228
15229 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
15230 due to insn reordering.
15231
15232 2003-07-15 Andrew Cagney <cagney@redhat.com>
15233
15234 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
15235
15236 2003-07-15 Michael Chastain <mec@shout.net>
15237
15238 * gdb.base/gdb1250.exp: New file.
15239 * gdb.base/gdb1250.c: New file.
15240
15241 2003-07-09 Michal Ludvig <mludvig@suse.cz>
15242
15243 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
15244 expansion of size_t to 'unsigned long', not only to 'unsigned'.
15245
15246 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
15247
15248 * gdb.threads/tls.c: New file.
15249 * gdb.threads/tls.exp: New file.
15250 * gdb.threads/tls-main.c: New file.
15251 * gdb.threads/tls-shared.c: New file.
15252 * gdb.threads/tls-shared.exp: New file.
15253
15254 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
15255
15256 * gdb.base/annota1.exp: Make sure that we properly escape the
15257 full path of the source file. Xfail more permissive patterns,
15258 due to a compiler debug info problem.
15259
15260 2003-07-07 Andreas Schwab <schwab@suse.de>
15261
15262 * gdb.asm/m68k.inc: New file.
15263 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
15264
15265 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
15266 arguments"): Also match negative number.
15267
15268 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
15269
15270 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
15271
15272 * gdb.base/store.c (charest): New typedef.
15273 (add_char): Rename to add_charest, update.
15274 (wack_char): Rename to wack_charest, update types. Return l + r
15275 to keep r live across the call.
15276 (wack_short, wack_int, wack_long, wack_longest, wack_float)
15277 (wack_double, wack_doublest): Return l + r to keep r live across
15278 the call.
15279 * gdb.base/store.exp: Accomodate store.c changes.
15280
15281 2003-06-30 David Carlton <carlton@kealia.com>
15282
15283 * gdb.c++/maint.exp (test_invalid_name): New.
15284 (test_first_component): Add tests for invalid names.
15285
15286 2003-06-29 Michael Chastain <mec@shout.net>
15287
15288 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
15289 output of '<VTT for class>' for virtual base classes.
15290
15291 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15292
15293 * gdb.base/completion.exp: Tab-complete "complet" instead of
15294 "compl".
15295 * gdb.base/complex.exp, gdb.base/complex.c: New files.
15296
15297 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15298
15299 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
15300 * gdb.base/volatile.exp: Likewise.
15301
15302 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15303
15304 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
15305 gdb/1265.
15306
15307 2003-06-28 Michael Chastain <mec@shout.net>
15308 Daniel Jacobowitz <drow@mvista.com>
15309
15310 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
15311 initial line count of 'captured_main' from 26 to 32.
15312 (test_with_self): Allow xmalloc call to be interleaved with the
15313 preceding two lines.
15314
15315 2003-06-24 Joel Brobecker <brobecker@gnat.com>
15316
15317 * gdb.base/bang.exp: New testcase.
15318
15319 2003-06-23 Joel Brobecker <brobecker@gnat.com>
15320
15321 * gdb.base/langs.exp: Add some tests for the "minimal" language
15322 support.
15323
15324 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
15325
15326 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
15327 the testcase.
15328
15329 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
15330
15331 * gdb.base/relocate.exp: Test add-symbol-file with a variable
15332 offset.
15333
15334 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
15335
15336 * gdb.c++/pr-1210.cc: New file.
15337 * gdb.c++/pr-1210.exp: New file.
15338
15339 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
15340
15341 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
15342 000-exec-continue.
15343
15344 2003-06-15 Mark Kettenis <kettenis@gnu.org>
15345
15346 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
15347 on *-*-*bsd* instead of *-*-freebsd*.
15348
15349 2003-06-14 Andrew Cagney <cagney@redhat.com>
15350
15351 * gdb.base/store.exp: Test longest and doublest. Test all
15352 parameters. Weaken return statement match.
15353 * gdb.base/store.c: Add longest and doublest - aka long long and
15354 long double functions. Put all parameters into local register
15355 variables. Use negative values.
15356
15357 2003-06-14 Andrew Cagney <cagney@redhat.com>
15358
15359 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
15360 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
15361 exit status.
15362 * gdb.base/fileio.exp: Disable target when nointerrupts and
15363 noinferiorio, instead of limiting it to remote. Use remote_exec
15364 instead of system.
15365
15366 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
15367
15368 * gdb.base/float.exp: Add ia64 support.
15369
15370 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
15371
15372 * gdb.base/fileio.exp: Run only on remote targets.
15373
15374 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
15375
15376 * gdb.base/fileio.c: New file, testing File-I/O.
15377 * gdb.base/fileio.exp: Ditto.
15378
15379 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
15380
15381 * gdb.base/shreloc.exp: New file, check symbol values obtained from
15382 shared objects after relocation at load time (gdb PR/1132).
15383 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
15384 as above, part of the shared object relocation test.
15385
15386 2003-06-08 Mark Kettenis <kettenis@gnu.org>
15387
15388 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
15389 fully filled history list.
15390 * gdb.base/gdb_history: New file.
15391
15392 * gdb.base/signals.exp: XFAIL "continue to func1" on
15393 i*86-*-freebsd*.
15394
15395 * gdb.base/attach.exp: When trying to attach to a nonexistent
15396 process, make it possible to specify the PID based on the target,
15397 and do so for *-*-freebsd*.
15398
15399 2003-06-02 Richard Henderson <rth@redhat.com>
15400
15401 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
15402
15403 2003-06-02 Richard Henderson <rth@redhat.com>
15404
15405 * gdb.base/selftest.exp: Next over lim_at_start initialization.
15406
15407 2003-06-02 Richard Henderson <rth@redhat.com>
15408
15409 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
15410
15411 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
15412
15413 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
15414 of globalvar.
15415
15416 2003-06-01 Mark Kettenis <kettenis@gnu.org>
15417
15418 * gdb.asm/asm-source.exp: Check for memory read errors in
15419 disassembler test on *BSD too.
15420
15421 2003-06-01 Richard Henderson <rth@redhat.com>
15422
15423 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
15424 for .frame.
15425 (gdbasm_call): Lose ldgp.
15426 (gdbasm_startup): Add frame information.
15427 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
15428
15429 2003-05-31 Mark Kettenis <kettenis@gnu.org>
15430
15431 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
15432 i?86-*-*.
15433
15434 2003-05-30 Mark Kettenis <kettenis@gnu.org>
15435
15436 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15437 FreeBSD.
15438
15439 2003-05-29 Richard Henderson <rth@redhat.com>
15440
15441 * gdb.asm/alpha.inc: New file.
15442 * gdb.asm/asm-source.exp: Use it.
15443
15444 2003-05-29 Jim Blandy <jimb@redhat.com>
15445
15446 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
15447 'core.PID'.
15448
15449 2003-05-22 Jim Blandy <jimb@redhat.com>
15450
15451 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
15452 backtrace.
15453
15454 2003-05-20 David Carlton <carlton@math.stanford.edu>
15455
15456 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
15457 this time.
15458
15459 2003-05-19 David Carlton <carlton@bactrian.org>
15460
15461 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
15462 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
15463
15464 2003-05-19 David Carlton <carlton@bactrian.org>
15465
15466 * gdb.c++/namespace.exp: Add namespace scope and anonymous
15467 namespace tests.
15468 Bump copyright date.
15469 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
15470 (main): Call C::D::marker2.
15471 * gdb.c++/namespace1.cc: New file.
15472
15473 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
15474
15475 Roland McGrath <roland@redhat.com>
15476 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
15477 there is no manager thread.
15478
15479 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
15480
15481 * gdb.threads/schedlock.exp: Remove assumption that all threads
15482 will run in a particular small time slice. Also ensure we break
15483 in one of the child threads rather than the main thread.
15484
15485 2003-05-07 Jim Blandy <jimb@redhat.com>
15486
15487 Add support for assembly source testing on the s390x.
15488 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
15489 architecture.
15490 * gdb.asm/s390x.inc: New file.
15491
15492 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
15493 succession of 'if' statements.
15494
15495 2003-05-05 Andrew Cagney <cagney@redhat.com>
15496
15497 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
15498
15499 2003-05-05 Andrew Cagney <cagney@redhat.com>
15500
15501 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
15502 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
15503
15504 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
15505
15506 * gdb.base/charset.exp: Update based on new behavior of set/show
15507 charset commands.
15508
15509 2003-05-01 Andrew Cagney <cagney@redhat.com>
15510
15511 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
15512 variable do not give memory errors.
15513
15514 2003-04-30 Adam Fedor <fedor@gnu.org>
15515
15516 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
15517 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
15518 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
15519 gdb.objc/basicclass.m: : New files
15520
15521 * lib/gdb.exp (gdb_compile_objc): New procedure.
15522
15523 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
15524
15525 * gdb.base/signals.exp: Make backtrace tests more specific.
15526
15527 2003-04-23 David Carlton <carlton@bactrian.org>
15528
15529 * gdb.c++/maint.exp (test_first_component): Add tests for
15530 'operator' in more locations.
15531
15532 2003-04-16 Kevin Buettner <kevinb@redhat.com>
15533
15534 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
15535
15536 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
15537
15538 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
15539 func marke' instead. Update test name.
15540
15541 2003-04-15 David Carlton <carlton@math.stanford.edu>
15542
15543 * gdb.c++/maint.exp: New file.
15544
15545 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
15546
15547 * gdb.threads/schedlock.c: Change type of thread function argument
15548 to long, to avoid warnings on 64-bit platforms.
15549
15550 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
15551
15552 * gdb.base/attach.exp: Add new message from ptrace in case of
15553 attaching to nonexistent process.
15554
15555 2003-04-11 Jim Blandy <jimb@redhat.com>
15556
15557 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15558 gdb.c++/userdef.cc: Place comments on the lines to which the
15559 marker function might return.
15560 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15561 gdb.c++/userdef.exp: Look for those comments to check that we've
15562 returned to the right place, instead of checking line numbers.
15563
15564 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
15565
15566 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
15567 match on sourcefile name, instead of directory name.
15568
15569 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
15570
15571 * gdb.base/completion.exp: Use string_to_regexp to match the
15572 working directory name.
15573
15574 2003-04-09 Jim Blandy <jimb@redhat.com>
15575
15576 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15577 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
15578 after an inferior function call, report the failure, but allow the
15579 test to continue.
15580
15581 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15582
15583 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15584 with -DPROTOTYPES.
15585
15586 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15587
15588 * gdb.base/break.exp: Revert last patch.
15589
15590 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
15591
15592 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15593 with -DPROTOTYPES.
15594
15595 2003-04-02 Andrew Cagney <cagney@redhat.com>
15596
15597 * gdb.base/callfuncs.exp: Make "print add" messages unique.
15598 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
15599 matching directories by the name breakpoint.
15600 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
15601 Make "continue to marker1" consistent.
15602 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
15603 message consistent.
15604 * lib/gdb.exp: Put "the program is no longer running", and "the
15605 program exited" in parenthesis.
15606 * lib/mi-support.exp: Ditto.
15607
15608 2003-04-02 Bob Rossi <bob_rossi@cox.net>
15609
15610 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
15611
15612 2003-03-29 Andrew Cagney <cagney@redhat.com>
15613
15614 * gdb.base/sizeof.c (main): Print the value of '\377'.
15615 * gdb.base/sizeof.exp: Check the sign of '\377'.
15616
15617 2003-03-27 Michael Chastain <mec@shout.net>
15618
15619 * gdb.base/gdb1090.exp: New file.
15620 * gdb.base/gdb1090.cc: New file.
15621
15622 2003-03-27 J. Brobecker <brobecker@gnat.com>
15623
15624 * gdb.gdb/observer.exp: New regression test.
15625
15626 2003-03-27 Michael Chastain <mec@shout.net>
15627
15628 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
15629 * gdb.base/ptype.exp: Likewise.
15630
15631 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
15632
15633 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
15634
15635 2003-03-26 Michael Chastain <mec@shout.net>
15636
15637 * gdb.base/ptype.exp: Actually use some typedef'd types.
15638
15639 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
15640
15641 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
15642 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
15643
15644 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15645
15646 * gdb.base/default.exp: Fix regular expression.
15647
15648 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15649
15650 * gdb.base/args.exp: Fix regular expression.
15651
15652 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15653
15654 * gdb.base/help.exp: Allow Win32 child process.
15655
15656 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15657
15658 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
15659 when stepping out of main().
15660
15661 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15662
15663 * gdb.base/default.exp: Check for win32 specific message when calling
15664 "run" without executable.
15665
15666 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15667
15668 * gdb.base/args.exp: Expect .exe in output.
15669
15670 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15671
15672 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
15673 Cygwin native.
15674
15675 2003-03-17 Andrew Cagney <cagney@redhat.com>
15676
15677 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
15678 vector registes.
15679 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
15680 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
15681
15682 2003-03-17 David Carlton <carlton@math.stanford.edu>
15683
15684 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
15685 test, for PR breakpoints/38.
15686 Call test_watchpoint_and_breakpoint.
15687 * gdb.base/watchpoint.c (func3): New function.
15688 (main): Call func3.
15689
15690 2003-03-04 David Carlton <carlton@math.stanford.edu>
15691
15692 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
15693 Garply<Garply<char> >:: garply".
15694 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
15695 with respect to PR c++/1111; note also PR c++/1113.
15696 (test_template_breakpoints): KFAIL "constructor breakpoint" with
15697 respect to PR c++/1062.
15698 KFAIL "destructor breakpoint" with respect to PR c++/1112.
15699
15700 2003-03-03 David Carlton <carlton@math.stanford.edu>
15701
15702 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
15703 with respect to PR c++/57.
15704 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
15705 c++/826.
15706 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
15707 respect to PR c++/57.
15708
15709 2003-03-03 David Carlton <carlton@math.stanford.edu>
15710
15711 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
15712 respect to PR c++/33 into FAILs.
15713
15714 2003-03-03 Michael Chastain <mec@shout.net>
15715
15716 * configure.in: Update copyright years.
15717
15718 2003-03-03 Michael Chastain <mec@shout.net>
15719
15720 * Makefile.in: Update copyright years.
15721
15722 2003-02-28 David Carlton <carlton@math.stanford.edu>
15723
15724 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
15725 print class instead of struct and/or superfluous protection
15726 specifiers, as long as the resulting output is equivalent to the
15727 source code.
15728 Delete FIXME from end of messages on tests that don't need
15729 fixing.
15730
15731 2003-02-28 David Carlton <carlton@math.stanford.edu>
15732
15733 * gdb.c++/templates.exp (do_tests): Allow const in the two
15734 Foo<volatile char *>::foo tests.
15735
15736 2003-02-27 Michael Snyder <msnyder@redhat.com>
15737
15738 * gdb.base/restore.c (main): Return zero, so exit code
15739 will be consistant.
15740
15741 2003-02-26 David Carlton <carlton@math.stanford.edu>
15742
15743 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
15744 char *>::foo" test with respect to PR c++/33. Create a new test
15745 which is identical to that one except that it doesn't put the
15746 space between the "char" and the "*"; KFAIL it, too.
15747
15748 2003-02-26 David Carlton <carlton@math.stanford.edu>
15749
15750 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
15751 template types into either PASSes or KFAILs (corresponding to PR
15752 c++/57). Tweak indentation. Update copyright.
15753
15754 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
15755
15756 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
15757
15758 2003-02-13 Michael Chastain <mec@shout.net>
15759
15760 * gdb.base/exprs.exp: Remove i960 remnants.
15761 * gdb.base/funcargs.exp: Likewise.
15762 * gdb.base/list.exp: Likewise.
15763 * gdb.base/ptype.exp: Likewise.
15764
15765 2003-02-14 David Carlton <carlton@math.stanford.edu>
15766
15767 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
15768 pEe->D::vg()" from XFAIL to KFAIL.
15769
15770 2003-02-13 Jason Molenda (jmolenda@apple.com)
15771
15772 * gdb.base/maint.exp: Update maint print statistics regexp to include
15773 new entries.
15774
15775 2003-02-13 Michael Chastain <mec@shout.net>
15776
15777 * gdb.c++/inherit.exp: Remove call to get_debug_format.
15778
15779 2003-02-12 Michael Chastain <mec@shout.net>
15780
15781 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
15782 * gdb.c++/inherit.exp: Likewise.
15783 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
15784 * gdb.c++/templates.exp: Likewise.
15785 * gdb.c++/virtfunc.exp: Likewise.
15786
15787 2003-02-06 Jason Molenda (jason-cl@molenda.com)
15788
15789 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
15790 why the code is written that way.
15791
15792 2003-02-05 Michael Chastain <mec@shout.net>
15793
15794 * gdb.base/dump.exp: Add missing copyright line.
15795
15796 2003-02-05 Jason Molenda (jason-cl@molenda.com)
15797
15798 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
15799 at the beginning so the breakpoint doesn't get set on the loop.
15800
15801 2003-02-05 Michael Chastain <mec@shout.net>
15802
15803 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
15804 output for configurations with gcc 2.95.3.
15805
15806 2003-02-05 Keith Seitz <keiths@redhat.com>
15807 Andrew Cagney <ac131313@redhat.com>
15808
15809 * gdb.mi/mi-cli.exp: New file.
15810
15811 2003-02-04 Michael Chastain <mec@shout.net>
15812
15813 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
15814 Call perror and then continue.
15815
15816 2003-02-03 Michael Chastain <mec@shout.net>
15817
15818 * gdb.c++/pr-1023.cc: New file.
15819 * gdb.c++/pr-1023.exp: New file.
15820
15821 2003-02-05 Jim Blandy <jimb@redhat.com>
15822
15823 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
15824 it's local to foobar. Check for it there, and check that it's not
15825 present in main.
15826 * gdb.c++/local.cc (marker2): New function.
15827 (foobar): Call marker1.
15828 (main): Call marker2 instead of marker1.
15829
15830 2003-02-04 Andrew Cagney <ac131313@redhat.com>
15831
15832 * gdb.disasm/mn10200.exp: Obsolete file.
15833 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
15834 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
15835 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
15836
15837 2003-02-04 David Carlton <carlton@math.stanford.edu>
15838
15839 * gdb.c++/overload.exp: Test intToChar(1).
15840 * gdb.c++/overload.cc (intToChar): New.
15841 (main): Call intToChar.
15842
15843 2003-02-03 David Carlton <carlton@math.stanford.edu>
15844
15845 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
15846 'might_kfail' arg.
15847 KFAIL some of the continue_to_bp_overloaded calls, according to
15848 PR c++/1025.
15849
15850 2003-02-01 Michael Chastain <mec@shout.net>
15851
15852 * gdb.base/advance.c (marker1): New marker function.
15853 * gdb.base/advance.exp: When the 'advance' command lands on the
15854 return breakpoint, it can legitimately stop on either the
15855 current line or the next line. Accommodate both outcomes.
15856 * gdb.base/until.exp: Likewise.
15857
15858 2003-02-02 Andrew Cagney <ac131313@redhat.com>
15859
15860 2002-11-10 Jason Molenda (jason-cl@molenda.com):
15861 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
15862 now a list, not a tuple.
15863 * gdb.mi/mi-var-display.exp: Ditto.
15864 * gdb.mi/gdb792.exp: Ditto.
15865
15866 2003-02-01 Andrew Cagney <ac131313@redhat.com>
15867
15868 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
15869 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
15870 stack backtraces.
15871 * gdb.mi/mi-syn-frame.c: Part of same.
15872
15873 2003-02-01 Mark Kettenis <kettenis@gnu.org>
15874
15875 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15876 gdb.mi/mi1-pthreads.exp: Return instead of calling
15877 gdb_suppress_entire_file.
15878
15879 2003-02-01 Mark Salter <msalter@redhat.com>
15880
15881 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
15882
15883 2003-01-31 Mark Salter <msalter@redhat.com>
15884
15885 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
15886 Support empty arg.
15887
15888 2003-01-30 Michael Chastain <mec@shout.net>
15889
15890 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
15891 This was a workaround for a UTF-8 bug in readline 4.3. The bug
15892 has been fixed in gdb/readline on 2003-01-09.
15893
15894 2003-01-29 Michael Snyder <msnyder@redhat.com>
15895
15896 * gdb.base/maint.exp: Allow for leading underscore in symbol.
15897 * gdb.base/display.exp: Allow for leading underscore in symbol.
15898 * gdb.base/args.exp: Skip if target does not support args passing.
15899
15900 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
15901
15902 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
15903 gdb_test. Accept a list of expect arguments as the third
15904 parameter.
15905 (gdb_test): Use it.
15906
15907 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
15908
15909 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
15910 allow for different test tree configurations. Update some
15911 tescases accordingly.
15912 * gdb.arch/altivec-regs.exp: Ditto.
15913 * gdb.asm/asm-source.exp: Ditto.
15914 * gdb.base/advance.exp: Ditto.
15915 * gdb.base/display.exp: Ditto.
15916 * gdb.base/long_long.exp: Ditto.
15917 * gdb.base/mips_pro.exp: Ditto.
15918 * gdb.base/overlays.exp: Ditto.
15919 * gdb.base/relocate.exp: Ditto.
15920 * gdb.base/setshow.exp: Ditto.
15921 * gdb.base/step-line.exp: Ditto.
15922 * gdb.base/step-test.exp: Ditto.
15923 * gdb.base/until.exp: Ditto.
15924 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
15925
15926 2003-01-17 David Carlton <carlton@math.stanford.edu>
15927
15928 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
15929 corresponding to PR c++/945.
15930 Update copyright.
15931
15932 2003-01-17 David Carlton <carlton@math.stanford.edu>
15933
15934 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
15935 corresponding to PR c++/68.
15936
15937 2003-01-17 David Carlton <carlton@math.stanford.edu>
15938
15939 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
15940 (test_paddr_hairy_functions): Call print_addr_2_kfail for
15941 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
15942
15943 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
15944
15945 * gdb.base/break.exp: Fix change of default location, because of
15946 removal of until tests.
15947 * gdb.base/help.exp: Update test for new 'until' help message.
15948 Add test for help on 'advance'.
15949 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
15950
15951 2003-01-15 Mark Kettenis <kettenis@gnu.org>
15952
15953 * gdb.base/default.exp: Adapt "info float" test for recent changes
15954 to that command. Add test for "info vector".
15955 * gdb.base/float.exp: New file. Add test for "info float" that
15956 resembles the old test in gdb.base/default.exp.
15957
15958 2003-01-15 David Carlton <carlton@math.stanford.edu>
15959
15960 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
15961
15962 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
15963
15964 * gdb.base/break.exp: Move the tests of until command from here...
15965 * gdb.base/until.exp: ... to here. New file. Add other tests.
15966 * gdb.base/advance.c: New file.
15967 * gdb.base/advance.exp: New file.
15968
15969 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
15970
15971 * gdb.base/args.c: New file.
15972 * gdb.base/args.exp: New file.
15973
15974 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
15975
15976 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
15977
15978 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
15979
15980 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
15981
15982 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
15983
15984 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
15985 dates.
15986
15987 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15988
15989 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
15990
15991 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15992
15993 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
15994 (ptype &*"foo").
15995 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
15996
15997 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15998
15999 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
16000 * gdb.mi/mi1-console.exp: Likewise.
16001
16002 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16003
16004 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
16005 * gdb.mi/mi1-console.exp: Likewise.
16006
16007 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16008
16009 * gdb.c++/overload.exp: Remove some fixed XFAILs.
16010
16011 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
16012
16013 * gdb.base/detach.exp: New test.
16014
16015 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
16016
16017 * Makefile.in (ALL_SUBDIRS): New variable.
16018 (subdirs, clean, distclean): Use it.
16019 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
16020 regenerating Makefile, since it is generated from the top level.
16021 * gdb.asm/Makefile.in: Likewise.
16022 * gdb.base/Makefile.in: Likewise.
16023 * gdb.c++/Makefile.in: Likewise.
16024 * gdb.disasm/Makefile.in: Likewise.
16025 * gdb.java/Makefile.in: Likewise.
16026 * gdb.mi/Makefile.in: Likewise.
16027 * gdb.threads/Makefile.in: Likewise.
16028 * gdb.trace/Makefile.in: Likewise.
16029
16030 2003-01-09 David Carlton <carlton@math.stanford.edu>
16031
16032 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
16033 Add copyright year 2003.
16034
16035 2003-01-06 Michael Chastain <mec@shout.net>
16036
16037 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
16038 When selecting a thread, 'line' and 'file' are optional.
16039 * gdb.mi/mi1-pthreads.exp: Likewise.
16040
16041 2003-01-06 Andreas Schwab <schwab@suse.de>
16042
16043 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
16044 failures.
16045
16046 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16047
16048 Fix PR gdb/844
16049 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
16050 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
16051
16052 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
16053 instead of calling gdb_suppress_entire_file.
16054 * gdb.threads/print-threads.exp: Likewise.
16055 * gdb.threads/schedlock.exp: Likewise.
16056
16057 * gdb.threads/killed.exp: Return instead of calling
16058 gdb_suppress_entire_file.
16059 * gdb.threads/linux-dp.exp: Likewise.
16060 * gdb.threads/pthreads.exp: Likewise.
16061
16062 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16063
16064 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
16065 stabs.
16066 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
16067 * gdb.base/whatis.exp: Always allow (void) after function names.
16068
16069 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16070
16071 * gdb.c++/casts.exp: Correct regexp.
16072
16073 2003-01-04 Mark Kettenis <kettenis@gnu.org>
16074
16075 * configure.in: Call AC_CONFIG_HEADER. Don't call
16076 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
16077 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
16078 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
16079 aforementioned directories in the AC_OUPUT call.
16080 * config.hin: New file.
16081 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16082 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
16083 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
16084 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
16085 pass -I$objdir instead of -I$objdir/$subdir in compilation.
16086 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
16087 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
16088 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
16089 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
16090 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
16091 gdb.threads/configure.in, gdb.threads/configure,
16092 gdb.threads/config.in, gdb.trace/configure.in,
16093 gdb.trace/configure: Removed.
16094
16095 2003-01-03 Michael Chastain <mec@shout.net>
16096
16097 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
16098 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
16099
16100 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
16101
16102 * gdb.base/store.exp: Fix regular expressions.
16103
16104 2002-12-28 Mark Kettenis <kettenis@gnu.org>
16105
16106 * configure.in: Rewrite.
16107 * configure: Regenerated.
16108
16109 2003-01-03 David Carlton <carlton@math.stanford.edu>
16110
16111 * gdb.base/psymtab.exp: New file.
16112 * gdb.base/psymtab1.c: Ditto.
16113 * gdb.base/psymtab2.c: Ditto.
16114
16115 2002-12-23 Adam Fedor <fedor@gnu.org>
16116
16117 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
16118
16119 2002-12-23 David Carlton <carlton@math.stanford.edu>
16120
16121 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
16122 and current_directory initialization.
16123
16124 2002-12-22 Jim Blandy <jimb@redhat.com>
16125
16126 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
16127 rather than as part of the output file name.
16128
16129 * gdb.base/attach.exp: There's no need to copy the test program to
16130 /tmp; that was only ever necessary on HP/UX, and this test is
16131 entirely disabled there anyway.
16132
16133 2002-12-21 Jim Blandy <jimb@redhat.com>
16134
16135 * gdb.c++/psmang.exp: Doc fix.
16136
16137 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
16138 test.
16139
16140 2002-12-20 David Carlton <carlton@math.stanford.edu>
16141
16142 * gdb.c++/annota2.exp: KFAIL annotate-quit.
16143
16144 2002-12-18 Michael Chastain <mec@shout.net>
16145
16146 * gdb.c++/annota2.exp: Add copyright year 2002.
16147
16148 2002-12-17 David Carlton <carlton@math.stanford.edu>
16149
16150 * gdb.c++/try_catch.cc: Add marker comments.
16151 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
16152 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
16153 * gdb.c++/m-static.cc: Ditto.
16154 * gdb.c++/m-static1.cc: Ditto.
16155 * gdb.c++/try_catch.cc: Ditto.
16156
16157 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
16158
16159 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
16160 to see whether we are using the new -environment-directory
16161 command which resets via -r or the old version of the command
16162 which may prompt the user. Part of fix for gdb/741.
16163
16164 2002-12-13 Andrew Cagney <ac131313@redhat.com>
16165
16166 * gdb.fortran/types.exp: Update obsolete comment.
16167 * gdb.fortran/exprs.exp: Ditto.
16168 * lib/gdb.exp: Delete obsolete code.
16169 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
16170 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
16171 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
16172 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
16173 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
16174 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
16175 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
16176 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
16177 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
16178 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
16179 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
16180 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
16181 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
16182 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
16183 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
16184 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
16185 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
16186 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
16187 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
16188 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
16189 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
16190 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
16191 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
16192 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
16193 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
16194 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
16195 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
16196 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
16197 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
16198 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
16199 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
16200 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
16201 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
16202 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
16203 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
16204 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
16205 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
16206
16207 2002-12-11 David Carlton <carlton@math.stanford.edu>
16208
16209 * gdb.c++/m-data.exp: Add test for members that shadow global
16210 variables: see PR gdb/804.
16211 * gdb.c++/m-data.cc: Ditto.
16212
16213 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
16214
16215 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
16216
16217 2002-12-06 David Carlton <carlton@math.stanford.edu>
16218
16219 * gdb.base/store.c: Don't declare functions static.
16220
16221 2002-12-04 Andrew Cagney <ac131313@redhat.com>
16222
16223 * gdb.base/store.exp, gdb.base/store.c: New files.
16224
16225 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16226
16227 * gdb.base/selftest.exp: Update for current gdb.
16228
16229 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16230
16231 * gdb.base/maint.exp: Only dump symbols from one source file
16232 or objfile.
16233
16234 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16235
16236 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
16237 function call.
16238
16239 2002-11-25 Jim Blandy <jimb@redhat.com>
16240
16241 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
16242 function appearing in error message.
16243
16244 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
16245
16246 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
16247
16248 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
16249
16250 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
16251 for mi1 and current mi is in correct format. New mi startup message
16252 should be in mi console format. This is part of fix for PR gdb/604.
16253
16254 2002-09-18 Fernando Nasser <fnasser@redhat.com>
16255
16256 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
16257 which explicitly prints the zero offset as "+0".
16258
16259 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
16260
16261 * gdb.threads/schedlock.c (args): Make unsigned.
16262
16263 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
16264
16265 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
16266 numbers. Allow "foo2|selected stack frame".
16267 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
16268 * gdb.asm/asmsrc2.s: Likewise.
16269 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
16270 comments.
16271 * gdb.asm/mips.inc: New file.
16272
16273 2002-10-18 Adam Fedor <fedor@gnu.org>
16274
16275 * gdb.base/default.exp: Update expected output to include 'ObjC'.
16276 * gdb.base/help.exp: Likewise.
16277
16278 2002-10-17 Kevin Buettner <kevinb@redhat.com>
16279
16280 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
16281 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
16282
16283 2002-10-02 Jim Blandy <jimb@redhat.com>
16284
16285 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
16286
16287 2002-10-01 Andrew Cagney <ac131313@redhat.com>
16288
16289 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
16290 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
16291 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
16292 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
16293 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
16294 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
16295 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
16296
16297 2002-09-29 Andrew Cagney <ac131313@redhat.com>
16298
16299 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
16300 * mi0-disassemble.exp, mi0-eval.exp: Delete.
16301 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
16302 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
16303 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
16304 * mi0-var-block.exp, mi0-var-child.exp: Delete.
16305 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
16306
16307 2002-09-27 Kevin Buettner <kevinb@redhat.com>
16308
16309 * gdb.base/annota1.exp (info break): Make directory components of
16310 path optional since not all compilers emit this debug information.
16311
16312 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
16313 step ends up stepping out of the function instead of stopping on
16314 the epilogue.
16315
16316 2002-09-26 Keith Seitz <keiths@redhat.com>
16317
16318 * lib/insight-support.exp (gdbtk_start): Figure out where
16319 the insight executable is based on where gdb is. Use this
16320 executable to start insight instead of gdb.
16321
16322 2002-09-25 Andrew Cagney <cagney@redhat.com>
16323
16324 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
16325
16326 2002-09-24 Andrew Cagney <ac131313@redhat.com>
16327
16328 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
16329 test_isolated_complaints.
16330 (test_empty_complaint): New function.
16331 (test_empty_complaints): New function. Check no output when no
16332 complaints.
16333
16334 2002-09-19 Jim Blandy <jimb@redhat.com>
16335
16336 * gdb.base/charset.exp, gdb.base/charset.c: New files.
16337
16338 2002-09-19 Andrew Cagney <ac131313@redhat.com>
16339
16340 * gdb.gdb/complaints.exp: New file.
16341
16342 2002-09-18 Andrew Cagney <ac131313@redhat.com>
16343
16344 * gdb.base/maint.exp: Check `help maint internal-warning'.
16345
16346 2002-09-18 David Carlton <carlton@math.stanford.edu>
16347
16348 * gdb.c++/m-static.exp: Remove breakpoints depending on line
16349 numbers, and replace them by a single breakpoint after the
16350 constructors are all finished.
16351 Add test 4.
16352 * gdb.c++/m-static.cc: Add test 4.
16353 * gdb.c++/m-static.h: New file.
16354 * gdb.c++/m-static1.cc: New file.
16355
16356 * gdb.c++/printmethod.exp: New file.
16357 * gdb.c++/printmethod.cc: New file.
16358
16359 * gdb.c++/pr-574.exp: New file.
16360 * gdb.c++/pr-574.cc: New file.
16361
16362 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16363
16364 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
16365 embedded targets which never actually exit.
16366
16367 2002-09-18 Fernando Nasser <fnasser@redhat.com>
16368
16369 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
16370 "don't step after run" as unresolved or unsupported, instead of xfail.
16371
16372 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16373
16374 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
16375 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
16376 Add newline to expected string in "step out of main (status wrapper)"
16377 case.
16378
16379 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16380
16381 * lib/gdb.exp (rerun_to_main): Allow restarting application.
16382 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
16383
16384 2002-09-17 Tom Tromey <tromey@redhat.com>
16385
16386 * gdb.base/printcmds.exp (test_print_string_constants): Expect
16387 \000, not \0, in double-quoted string.
16388
16389 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
16390
16391 * gdb.base/commands.exp: Don't expect a "Program exited normally"
16392 string after running the commands execution on breakpoint tests.
16393
16394 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
16395
16396 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
16397
16398 2002-09-12 Joel Brobecker <brobecker@gnat.com>
16399
16400 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
16401
16402 2002-09-10 Keith Seitz <keiths@redhat.com>
16403
16404 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
16405 runto proc.
16406 (mi_run_to_main): Use mi_runto.
16407 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
16408
16409 2002-09-10 Keith Seitz <keiths@redhat.com>
16410
16411 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
16412 regexp for stopping at main. Could have multiple event notifications.
16413 Don't assume that main was declared with no parameters.
16414 (mi_next): Use mi_step_to.
16415 (mi_step): Use mi_next_to.
16416
16417 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
16418
16419 * gdb.base/default.exp: Fix expected string in `info float' test.
16420
16421 2002-09-09 Ben Elliston <bje@redhat.com>
16422
16423 * config/mips.exp: Update comments.
16424 * config/mips-idt.exp: Likewise.
16425 * config/nind.exp: Likewise.
16426 * config/slite.exp: Likewise.
16427 * config/sparclet.exp: Likewise.
16428 * config/udi.exp: Likewise.
16429 * config/vx.exp: Likewise.
16430 * config/vxworks29k.exp: Likewise.
16431
16432 2002-09-05 Jim Blandy <jimb@redhat.com>
16433
16434 * gdb.threads/killed.exp: Fix test failure message.
16435
16436 2002-09-04 Keith Seitz <keiths@redhat.com>
16437
16438 * lib/mi-support.exp: Update copyright.
16439 (mi_gdb_test): Increase the priority of the expected pattern
16440 so that it matches gdb_test.
16441
16442 2002-09-03 Keith Seitz <keiths@redhat.com>
16443
16444 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
16445 Use integer comparison instead of string comparison for testing
16446 whether binary was built.
16447
16448 2002-09-03 Jim Blandy <jimb@redhat.com>
16449
16450 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
16451
16452 2002-08-29 Jim Blandy <jimb@redhat.com>
16453
16454 * gdb.threads/pthreads.exp: Move the portable thread compilation
16455 code into a function in lib/gdb.exp, and call that from here.
16456 * lib/gdb.exp (gdb_compile_pthreads): New function.
16457
16458 2002-08-29 Keith Seitz <keiths@redhat.com>
16459
16460 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
16461 expect_out so that callers can get at it.
16462
16463 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
16464
16465 * gdb.threads/print-threads.c: New file.
16466 * gdb.threads/print-threads.exp: New file.
16467 * gdb.threads/schedlock.c: New file.
16468 * gdb.threads/schedlock.exp: New file.
16469
16470 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
16471
16472 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
16473 not altivec.c.
16474
16475 2002-08-17 Mark Kettenis <kettenis@gnu.org>
16476
16477 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
16478 targets. The problem should be fixed now.
16479
16480 2002-08-15 Mark Kettenis <kettenis@gnu.org>
16481
16482 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
16483 2002-07-24 change that removes final dots from error messages.
16484
16485 2002-08-13 Tom Tromey <tromey@redhat.com>
16486
16487 * gdb.base/readline.exp: New file.
16488
16489 2002-08-01 Andrew Cagney <ac131313@redhat.com>
16490
16491 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
16492 supress message.
16493
16494 2002-08-01 Andrew Cagney <cagney@redhat.com>
16495
16496 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
16497 CHILL_FOR_TARGET and CHILL_LIB.
16498 * configure.in (configdirs): Remove gdb.chill.
16499 * configure: Regenerate.
16500 * lib/gdb.exp: Obsolete references to chill.
16501 * gdb.fortran/types.exp: Ditto.
16502 * gdb.fortran/exprs.exp: Ditto.
16503
16504 2002-07-30 Kevin Buettner <kevinb@redhat.com>
16505
16506 * gdb.base/shlib-call.exp (additional_flags): Conditionally
16507 set Irix-specific compile and link flags.
16508
16509 2002-07-29 Kevin Buettner <kevinb@redhat.com>
16510
16511 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
16512 source files. The ``-o'' option doesn't work with the ``-E'' option
16513 when using the Irix compiler.
16514
16515 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
16516
16517 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
16518 Improve support for reusing an exec file. Copy exec file
16519 to target, and run gdbserver on the target instead of on the host.
16520
16521 2002-07-18 Jim Blandy <jimb@redhat.com>
16522
16523 * gdb.base/ending-run.exp: Don't expect to see the program end in
16524 some orderly fashion when we're running on a real stand-alone
16525 board.
16526
16527 * gdb.base/interrupt.exp: Correct logic for skipping tests on
16528 targets that don't support interrupts.
16529
16530 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
16531
16532 * gdb.base/attach.exp: Add patterns to match output from /proc-based
16533 systems.
16534 Move comments in expect statements to inside the actions, so that they
16535 don't get matched against.
16536
16537 2002-07-10 Mark Kettenis <kettenis@gnu.org>
16538
16539 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
16540 function when asleep" test.
16541
16542 2002-07-10 Andrew Cagney <ac131313@redhat.com>
16543
16544 * gdb.base/page.exp: Rewrite to handle problems with very long
16545 `info set' output. Update copyright.
16546
16547 2002-06-26 Andrew Cagney <ac131313@redhat.com>
16548
16549 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
16550 gdb.threads-hp.
16551 * gdb.hp/configure: Regenerate.
16552 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
16553 * gdb.hp/gdb.threads-hp/configure: Delete file.
16554 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
16555
16556 2002-06-22 Andrew Cagney <ac131313@redhat.com>
16557
16558 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
16559 setlocale, bindtextdomain and textdomain.
16560
16561 2002-06-11 Jim Blandy <jimb@redhat.com>
16562
16563 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
16564 preprocessor macro information is present.
16565
16566 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
16567 tests.
16568
16569 2002-06-06 Michael Snyder <msnyder@redhat.com>
16570
16571 * gdb.base/overlays.exp: Record addresses of overlay
16572 functions in TCL variables rather than in GDB variables,
16573 to avoid having GDB convert them to pointers (with loss
16574 of information).
16575
16576 * gdb.base/d10v.ld: Merge in several years worth of
16577 default linker script changes.
16578 * gdb.base/long_long.exp: Add check for sizeof (long double).
16579
16580 2002-06-06 Michal Ludvig <mludvig@suse.cz>
16581
16582 * gdb.asm/asm-source.exp: Add x86-64 target.
16583 * gdb.asm/x86_64.inc: New.
16584
16585 2002-05-30 Michael Chastain <mec@shout.net>
16586
16587 From Benjamin Kosnik <bkoz@redhat.com>:
16588 * gdb.c++/m-static.cc: New file.
16589 * gdb.c++/m-static.exp: New file.
16590
16591 2002-05-28 Michael Snyder <msnyder@redhat.com>
16592
16593 * gdb.base/call-ar-st.exp: Allow for reduced floating point
16594 precision.
16595
16596 2002-05-27 Michael Chastain <mec@shout.net>
16597
16598 From Benjamin Kosnik <bkoz@redhat.com>:
16599 * gdb.c++/m-data.cc: New file.
16600 * gdb.c++/m-data.exp: New file.
16601
16602 2002-05-27 Michael Chastain <mec@shout.net>
16603
16604 From Benjamin Kosnik <bkoz@redhat.com>:
16605 * gdb.c++/try_catch.cc: New file.
16606 * gdb.c++/try_catch.exp: New file.
16607
16608 2002-05-27 Michael Chastain <mec@shout.net>
16609
16610 * gdb.c++/local.exp: Accept more nested types in output.
16611
16612 2002-05-26 Michael Chastain <mec@shout.net>
16613
16614 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
16615
16616 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
16617
16618 * lib/gdb.exp (gdb_wrapper_init): Just because
16619 gdb_wrapper_file exists, this does not mean that the file
16620 should not be rebuilt. That is what gdb_wrapper_initialized
16621 is for.
16622 (default_gdb_init): Reset gdb_wrapper_initialized.
16623
16624 2002-05-23 Michael Snyder <msnyder@redhat.com>
16625
16626 * gdb.base/all-bin.exp: Revise previous patch by just reducing
16627 the precision of the floating point test results.
16628 * gdb.base/call-rt-st.exp: Ditto.
16629
16630 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
16631 * gdb.base/call-rt-st.exp: Ditto.
16632
16633 2002-05-19 Michael Chastain <mec@shout.net>
16634
16635 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
16636
16637 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
16638
16639 * configure.in (configdirs): Add gdb.arch.
16640 * configure: Regenerate.
16641
16642 2002-05-17 Jim Blandy <jimb@redhat.com>
16643
16644 * gdb.base/completion.exp: Recognize the more detailed error
16645 messages produced by the macro expander's lexical analyzer.
16646
16647 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
16648
16649 * gdb.arch/altivec-abi.c: New file.
16650 * gdb.arch/altivec-abi.exp: New file.
16651 * gdb.arch/altivec-regs.c: New file.
16652 * gdb.arch/altivec-regs.exp: New file.
16653
16654 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
16655
16656 * gdb.base/maint.exp (maint print type): Update for new type
16657 structure.
16658
16659 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
16660
16661 * gdb.arch: New directory.
16662 * gdb.arch/configure.in: New file.
16663 * gdb.arch/configure: New file.
16664 * gdb.arch/Makefile.in: New file.
16665
16666 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
16667
16668 * gdb.asm/asm-source.exp: Add v850 as supported target.
16669 * gdb.asm/v850.inc: New file.
16670
16671 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
16672
16673 * gdb.c++/annota2.exp (annotate-quit): Add comment.
16674
16675 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
16676
16677 * gdb.base/break.exp: Check 'break "marker2"'.
16678
16679 2002-05-10 Michael Snyder <msnyder@redhat.com>
16680
16681 * gdb.base/long_long.exp: Fix typo.
16682
16683 2002-05-10 Jim Blandy <jimb@redhat.com>
16684
16685 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
16686 a bug.
16687
16688 * gdb.base/printcmds.exp (test_integer_literals_rejected):
16689 Recognize more detailed error message produced by the macro
16690 expander's lexical analyzer.
16691 * lib/gdb.exp (test_print_reject): Same.
16692
16693 2002-05-09 Mark Kettenis <kettenis@gnu.org>
16694
16695 * gdb.c++/method.exp: Fix typo.
16696
16697 2002-05-08 Michael Snyder <msnyder@redhat.com>
16698
16699 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
16700 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
16701 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
16702 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
16703 Add iftarget clause for strongarm.
16704
16705 2002-05-06 Michael Snyder <msnyder@redhat.com>
16706
16707 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
16708 (gdb_continue_to_end): Accept output from status wrapper.
16709 * gdb.base/ending-run.exp: Add case for output from status wrapper.
16710 Clean up fail messages to match pass messages.
16711
16712 Enable the "needs_status_wrapper" testsuite feature.
16713 * lib/gdb.exp (gdb_wrapper_init): New procedure.
16714 (gdb_compile): Conditionally call gdb_wrapper_init.
16715 * gdb.base/a2-run.exp: Recognize output from status wrapper.
16716 * gdb.c++/method.exp: Recognize output from status wrapper.
16717
16718 2002-05-06 Ben Elliston <bje@redhat.com>
16719 From Graydon Hoare <graydon@redhat.com>
16720
16721 * config/sid.exp: Include support for "rawsid" protocol.
16722
16723 2002-05-03 Jim Blandy <jimb@redhat.com>
16724
16725 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
16726 * gdb.c++/hang3.C: New file.
16727
16728 2002-05-04 Andrew Cagney <ac131313@redhat.com>
16729
16730 * gdb.base/default.exp: Remove obsolete code.
16731 * gdb.c++/misc.exp: Ditto. Update copyright.
16732 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
16733 * gdb.base/whatis.exp: Ditto. Update copyright.
16734 * gdb.base/scope.exp: Ditto. Update copyright.
16735 * gdb.base/ptype.exp: Ditto. Update copyright.
16736 * gdb.base/printcmds.exp: Ditto. Update copyright.
16737 * gdb.base/opaque.exp: Ditto. Update copyright.
16738 * gdb.base/list.exp: Ditto.
16739 * gdb.base/funcargs.exp: Ditto. Update copyright.
16740 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
16741 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
16742 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
16743 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
16744 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
16745 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
16746
16747 2002-05-02 Michael Snyder <msnyder@redhat.com>
16748
16749 * gdb.base/watchpoint.exp: Add xscale target.
16750 * gdb.base/long_long.exp: Add xscale target.
16751 * gdb.base/default.exp: Add xscale target.
16752
16753 2002-05-01 Jim Blandy <jimb@redhat.com>
16754
16755 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
16756 gdb.c++/hang.exp: New test.
16757
16758 2002-05-01 Fred Fish <fnf@redhat.com>
16759
16760 * gdb.base/completion.exp: Handle completions of "./Make" for
16761 more than one completion possibility, as is the case when we
16762 build and test in the source tree.
16763
16764 2002-04-29 Anthony Green <green@redhat.com>
16765
16766 * gdb.java/jmisc1.exp: New file.
16767 * gdb.java/jmisc2.exp: New file.
16768
16769 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
16770
16771 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
16772
16773 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
16774
16775 * gdb.base/help.exp: Change 'help status' to allow for target
16776 dependent output differences.
16777
16778 2002-04-22 Michael Chastain <mec@shout.net>
16779
16780 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
16781
16782 2002-04-22 Michael Chastain <mec@shout.net>
16783
16784 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
16785
16786 2002-04-17 David S. Miller <davem@redhat.com>
16787
16788 * gdb.asm/sparc64.inc: New file.
16789 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
16790
16791 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
16792
16793 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
16794 instruction file directly into the build tree. Clean up at end of
16795 test.
16796
16797 2002-04-18 David S. Miller <davem@redhat.com>
16798
16799 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
16800 handle 64-bit platforms correctly.
16801 * gdb.base/maint.exp: Likewise.
16802
16803 2002-04-18 Kevin Buettner <kevinb@redhat.com>
16804
16805 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
16806 ``-fpic'' when compiling files comprising a shared library, but
16807 it does need additional linker flags in order to find shared
16808 libraries at run time.
16809
16810 2002-04-18 Kevin Buettner <kevinb@redhat.com>
16811
16812 * gdb.base/cvexpr.c (use): New function.
16813 (main): Invoke use() on all global variables to prevent
16814 some linkers from deleting these otherwise unused symbols.
16815
16816 2002-04-17 Michael Chastain <mec@shout.net>
16817 From David S. Miller <davem@redhat.com>
16818
16819 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
16820 handle 64-bit platforms correctly.
16821
16822 2002-04-12 Michael Snyder <msnyder@redhat.com>
16823 From Jim Blandy <jimb@redhat.com>
16824 * gdb.base/foo.c (foox): Remove section attribute; the linker
16825 script can handle this instead.
16826 * gdb.base/bar.c (barx): Same.
16827 * gdb.base/baz.c (bazx): Same.
16828 * gdb.base/grbx.c (grbxx): Same.
16829
16830 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
16831 manager doesn't automatically unmap overlays unnecessarily.
16832
16833 2002-04-10 Martin M. Hunt <hunt@redhat.com>
16834
16835 * gdb.base/ending-run.exp: Fix pattern for Mips targets
16836 stepping out of main.
16837
16838 2002-04-09 Michael Chastain <mec@shout.net>
16839
16840 * gdb.c++/local.cc (main): Move call to marker1() inside nested
16841 scope so that the nested scope tests will make sense.
16842 * gdb.c++/local.exp: Write patterns that actually work with gcc
16843 (the HP patterns "were never known to work with gcc").
16844 Keep the old aCC patterns too.
16845
16846 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
16847
16848 * gdb.base/attach.exp: Correct target board test.
16849
16850 2002-04-08 Michael Chastain <mec@shout.net>
16851
16852 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
16853 in a const method. Add some xfail and fail cases for configurations
16854 that do not emit the "const ...".
16855
16856 2002-04-07 Michael Chastain <mec@shout.net>
16857
16858 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
16859 Accept "A * const" and "const A * const" as type of "this".
16860 Fix spelling of getFunky throughout. Make messages uniform.
16861
16862 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
16863
16864 Work around for PR gdb/285:
16865 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
16866
16867 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
16868
16869 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
16870 instructions file at run time instead of configure time.
16871 Sometimes we run the test in a directory that is not the one we
16872 configured in.
16873 * gdb.asm/configure.in: Delete creation of symlink.
16874 * gdb.asm/configure: Regenerate.
16875
16876 2002-04-05 J. Brobecker <brobecker@gnat.com>
16877
16878 * gdb.gdb/xfullpath.exp: New test, to exercise the new
16879 xfullpath () function.
16880
16881 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
16882
16883 * gdb.asm/Makefile.in: Correct dependencies.
16884
16885 * gdb.asm/powerpc.inc: New file.
16886 * gdb.asm/asm-source.exp: Add PowerPC.
16887 * gdb.asm/configure.in: Likewise.
16888 * gdb.asm/configure: Regenerated.
16889
16890 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
16891
16892 * gdb.base/relocate.exp: New file.
16893 * gdb.base/relocate.c: New file.
16894
16895 2002-04-04 Fred Fish <fnf@redhat.com>
16896
16897 * gdb.base/step-test.exp: Update comment regarding stopping in
16898 memcpy/bcopy calls inserted as part of the compiler runtime.
16899
16900 2002-04-04 Michael Snyder <msnyder@redhat.com>
16901
16902 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
16903
16904 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
16905
16906 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
16907 (gdb_expect): Remove $notransfer hack.
16908
16909 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
16910
16911 * gdb.c++/classes.exp ("calling method for small class"): Match
16912 updated register output.
16913
16914 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
16915
16916 Fix PR gdb/452
16917 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
16918 when finished. Make gdb_file_cmd send "exec-file" when
16919 appropriate.
16920
16921 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
16922
16923 * gdb.base/attach.exp: Remove extra setup_xfail.
16924
16925 2002-03-26 Michael Snyder <msnyder@redhat.com>
16926
16927 * gdb.base/default.exp: Add tests for dump, append, and restore.
16928 * gdb.base/help.exp: Add tests for dump, append, and restore.
16929 * gdb.base/dump.exp: New file, test dump, append and restore.
16930 * gdb.base/dump.c: New file.
16931
16932 2002-03-27 Michael Snyder <msnyder@redhat.com>
16933
16934 * gdb.base/help.exp: Modify expect strings to reflect
16935 clean-ups in help messages.
16936
16937 2002-03-26 Fred Fish <fnf@redhat.com>
16938
16939 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
16940 have debugging info for those functions and the compiler uses them
16941 internally to copy structs around.
16942
16943 2002-03-26 Fred Fish <fnf@redhat.com>
16944
16945 * gdb.base/list.exp: Revert the change made yesterday and add note
16946 about why we don't list the default lines for remote targets.
16947
16948 2002-03-25 Michael Snyder <msnyder@redhat.com>
16949
16950 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
16951
16952 2002-03-25 Fred Fish <fnf@redhat.com>
16953
16954 * gdb.base/list.exp: This test works on remote targets so remove
16955 the short circuit for remote targets. Update copyright.
16956
16957 2002-03-25 Fred Fish <fnf@redhat.com>
16958
16959 * gdb.base/attach.exp: Fix logic error that was suppressing this
16960 test for all non hppa*-*-hpux* targets, instead of the hp target.
16961 Move comments closer to the suppression point. Also now need to
16962 check that we are running natively.
16963
16964 2002-03-22 Michael Snyder <msnyder@redhat.com>
16965
16966 * gdb.base/default.exp: Add test for gcore. Update copyright.
16967 * gdb.base/help.exp: Add test for gcore. Update copyright.
16968
16969 2002-03-06 Fred Fish <fnf@redhat.com>
16970
16971 * gdb.base/funcargs.c: Remove extraneous ';' character.
16972 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
16973
16974 2002-03-04 Michael Chastain <mec@shout.net>
16975
16976 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
16977 accommodate gcc v3 function signature.
16978 * gdb.mi/mi0-var-cmd-exp: Ditto.
16979
16980 2002-02-24 Andrew Cagney <ac131313@redhat.com>
16981
16982 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
16983 ``GNU/Linux'' or ``Linux kernel''
16984 * testsuite/gdb.threads/pthreads.c: Ditto.
16985
16986 2002-02-24 Michael Chastain <mec@shout.net>
16987
16988 * gdb.threads/pthreads.c (thread1): Add a return statement.
16989 (thread2): Likewise.
16990 (foo): Likewise.
16991
16992 2002-02-23 Michael Chastain <mec@shout.net>
16993
16994 * gdb.threads/linux-dp.c (philosopher): Add a return statement
16995 to placate gcc.
16996
16997 2002-02-23 Michael Chastain <mec@shout.net>
16998
16999 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
17000 test "ptype bint". The test passes on all my stabs configurations.
17001
17002 2002-02-21 Jim Blandy <jimb@redhat.com>
17003
17004 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
17005 filename at a time, and watch for the ones we want to see.
17006
17007 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
17008 types of pointers to prototyped functions.
17009
17010 2002-02-20 Andrew Cagney <ac131313@redhat.com>
17011
17012 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
17013 signed, unsigned and straight char.
17014 (padding_char, padding_short, padding_int, padding_long,
17015 padding_long_long, padding_float, padding_double,
17016 padding_long_double): New global variables.
17017 (fill, fill_structs): New functions.
17018
17019 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
17020 for correctly sized writes. Update copyright.
17021 (get_valueof): New procedure.
17022 (get_sizeof): Call get_valueof.
17023 (check_valueof): New procedure.
17024 (check_padding): New procedure.
17025
17026 2002-02-20 Michael Chastain <mec@shout.net>
17027
17028 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
17029 to setup_xfail. Document some of the remaining calls.
17030
17031 2002-02-18 Michael Chastain <mec@shout.net>
17032
17033 * gdb.c++/userdef.exp: Update copyright year.
17034
17035 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
17036
17037 * gdb.c++/userdef.exp: Test overloaded operators properly.
17038 Remove xfails.
17039
17040 2002-02-14 Michael Snyder <msnyder@redhat.com>
17041
17042 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
17043
17044 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
17045
17046 * gdb.base/a2-run.exp: Check for a remote target properly.
17047 * gdb.base/annota1.exp: Likewise.
17048 * gdb.base/list.exp: Likewise.
17049 * gdb.base/reread.exp: Likewise.
17050 * gdb.base/scope.exp: Likewise.
17051 * gdb.base/shlib-call.exp: Likewise.
17052 * gdb.base/term.exp: Likewise.
17053 * gdb.c++/annota2.exp: Likewise.
17054
17055 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
17056
17057 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
17058
17059 2002-02-10 Michael Chastain <mec@shout.net>
17060
17061 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
17062 (call_after_alloca): Ditto.
17063
17064 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
17065
17066 * gdb.base/ending-run.exp: Guard "cont" test with
17067 gdb_skip_stdio_test.
17068
17069 2002-02-06 Jim Blandy <jimb@redhat.com>
17070
17071 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
17072 from here...
17073 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
17074 To here. Disable this test on non-HP platforms. Add big comment.
17075
17076 2002-02-04 Michael Snyder <msnyder@redhat.com>
17077
17078 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
17079 other than d10v and m32r.
17080
17081 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
17082
17083 * gdb.base/default.exp: Rewrite test patterns to reduce time
17084 taken to match them.
17085
17086 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17087
17088 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
17089 Allow a start function above main.
17090 * gdb.threads/linux-dp.exp: Fix copyright date.
17091
17092 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17093
17094 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
17095 (check_philosopher_stack): Check for manager thread before checking
17096 for a just-starting thread.
17097
17098 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17099
17100 From Neil Booth <neil@daikokuya.demon.co.uk>:
17101 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
17102 warnings.
17103
17104 2002-01-21 Fred Fish <fnf@redhat.com>
17105
17106 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
17107 not caller.
17108
17109 2002-01-21 Jim Blandy <jimb@redhat.com>
17110
17111 * gdb.base/reread.exp: Check that GDB properly re-reads the
17112 executable file when it changes while no inferior is running.
17113
17114 2002-01-21 Fred Fish <fnf@redhat.com>
17115
17116 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
17117 optionally accept the "shlib events" variation.
17118
17119 2002-01-21 Jim Blandy <jimb@redhat.com>
17120
17121 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
17122 call `fflush' after every `printf', so that the output is produced
17123 at predictable points, regardless of whatever buffering does (or
17124 doesn't) take place.
17125 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
17126 at different points.
17127
17128 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17129
17130 * gdb.c++/inherit.exp: Update copyright years.
17131 * gdb.c++/method.exp: Likewise.
17132
17133 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17134
17135 * gdb.c++/classes.exp: Update for improved v3 support and skipping
17136 artificial methods/arguments.
17137 * gdb.c++/derivation.exp: Likewise.
17138 * gdb.c++/inherit.exp: Likewise.
17139 * gdb.c++/method.exp: Likewise.
17140 * gdb.c++/virtfunc.exp: Likewise.
17141
17142 2002-01-18 Andrew Cagney <ac131313@redhat.com>
17143
17144 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
17145 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
17146 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
17147 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
17148 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
17149 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
17150
17151 2002-01-17 Jim Blandy <jimb@redhat.com>
17152
17153 * gdb.asm/asm-source.exp (info symbol): Take another shot at
17154 anchoring the pattern matching the entry point symbol's name.
17155
17156 2002-01-17 Andrew Cagney <ac131313@redhat.com>
17157
17158 * gdb.base/maint.exp: Update ``maint internal-error'' to match
17159 continue/quit query. Update copyright.
17160
17161 2002-01-14 Michael Snyder <msnyder@redhat.com>
17162
17163 * gdb.base/gcore.exp: Remove extra debugging output.
17164
17165 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17166
17167 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
17168 for slightly dubious v2 mangled string.
17169
17170 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17171
17172 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
17173
17174 2002-01-10 Jason Merrill <jason@redhat.com>
17175
17176 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
17177
17178 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
17179 constructors.
17180 * gdb.c++/derivation.exp: Likewise.
17181 * gdb.c++/templates.exp: Likewise.
17182 * gdb.c++/virtfunc.exp: Likewise.
17183
17184 2002-01-10 Michael Snyder <msnyder@redhat.com>
17185
17186 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
17187
17188 2002-01-08 Michael Snyder <msnyder@redhat.com>
17189
17190 * gdb.base/gcore.exp: New test for generate-core-file command.
17191 * gdb.base/gcore.c: Testcase for above.
17192 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
17193
17194 2002-01-08 Jason Merrill <jason@redhat.com>
17195
17196 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
17197
17198 2002-01-07 Fred Fish <fnf@redhat.com>
17199
17200 * gdb.c++/overload.exp: Remove unconditional xfails for:
17201 print foo_instance1.overloadargs(1)
17202 print foo_instance1.overloadargs(1, 2)
17203 print foo_instance1.overloadargs(1, 2, 3)
17204 print foo_instance1.overloadargs(1, 2, 3, 4)
17205 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
17206 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
17207 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
17208 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
17209 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
17210 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
17211 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
17212 print foo_instance1.overload1arg()
17213 print foo_instance1.overload1arg((char)arg2)
17214 print foo_instance1.overload1arg((signed char)arg3)
17215 print foo_instance1.overload1arg((unsigned char)arg4)
17216 print foo_instance1.overload1arg((int)arg7)
17217 print foo_instance1.overload1arg((unsigned int)arg8)
17218 print foo_instance1.overload1arg((float)arg11)
17219 print foo_instance1.overload1arg((double)arg12)
17220
17221 2002-01-07 Michael Snyder <msnyder@redhat.com>
17222
17223 * gdb.base/huge.exp: New test. Print a very large target data object.
17224 (skip_huge_test): New test variable. Define if you want to skip this
17225 test. The test reads an 8 megabyte data object from the target, so it
17226 might be very time consuming on remote targets with a slow connection.
17227 * gdb.base/huge.c: New file. Test case for above.
17228
17229 2002-01-07 Fred Fish <fnf@redhat.com>
17230
17231 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
17232 g_instance.bfoo, and g_instance.cfoo.
17233
17234 2002-01-07 Jeffrey A Law <law@redhat.com>
17235
17236 * gdb.base/break.c (multi_line_if_conditional): New function.
17237 (multi_ilne_while_conditional): Likewise.
17238 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
17239 IF or WHILE condition puts the breakpoint at the start of
17240 the condition.
17241
17242 * gdb.base/selftest.exp (backtrace through signal handler): Remove
17243 hppa*-*-hpux* expected failure.
17244 * gdb.base/structs.exp (do_function_calls): Similarly.
17245
17246 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
17247 watchpoints.
17248
17249 2002-01-06 Andrew Cagney <ac131313@redhat.com>
17250
17251 Fix PR gdb/66.
17252 * gdb.base/structs.exp: Replace skip for a29k with skip for
17253 gdb,cannot_call_functions.
17254 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
17255 * gdb.base/callfuncs.exp: Ditto.
17256 * gdb.base/call-rt-st.exp: Ditto.
17257 * gdb.base/call-strs.exp: Ditto.
17258 * gdb.base/callfwmall.exp: Ditto.
17259 * gdb.base/scope.exp: Obsolete xfail a29k.
17260 * gdb.c++/misc.exp: Ditto.
17261 * gdb.c++/cplusfuncs.exp: Ditto.
17262 * gdb.base/ptype.exp: Ditto.
17263 * gdb.base/printcmds.exp: Ditto.
17264 * gdb.base/opaque.exp: Ditto.
17265 * gdb.base/list.exp: Ditto.
17266 * gdb.base/funcargs.exp: Ditto.
17267 * gdb.base/default.exp: Ditto.
17268
17269 2002-01-04 Michael Snyder <msnyder@redhat.com>
17270
17271 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
17272 * gdb.base/maint.exp: Add tests for maint info sections options.
17273
17274 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
17275
17276 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
17277
17278 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
17279
17280 * gdb.asm/arm.inc: New file.
17281 * gdb.asm/asm-source.exp: Add arm targets.
17282 * gdb.asm/configure.in: Ditto.
17283 * gdb.asm/configure: Recreated from configure.in.
17284
17285 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
17286
17287 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
17288 with HP's compiler.
17289 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
17290 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
17291 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
17292 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
17293
17294 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
17295 either HP's compilers or GCC.
17296
17297 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
17298 a SIGBUS or SIGSEGV.
17299
17300 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
17301
17302 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
17303 can be compiled with either HP's compiler or GCC.
17304
17305 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
17306 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
17307 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
17308
17309 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
17310 to match current gdb output. Update due to using auto-solib-limit
17311 for limiting instead of overloading auto-solib-add.
17312 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
17313 test program.
17314
17315 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
17316 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
17317 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
17318 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
17319 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
17320 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
17321 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
17322 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
17323 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
17324 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
17325 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
17326 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
17327 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
17328
17329 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
17330 a SIGTRAP to the inferior.
17331
17332 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
17333
17334 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
17335 Substitute call to target_link by call to gdb_compile.
17336
17337 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
17338
17339 * gdb.base/break.exp: Fix HP specific search string when testing
17340 backtracing in a called function.
17341
17342 * gdb.base/constvars.exp: Only set lang to C++ if we're
17343 compiling the test with HP's compilers.
17344 * gdb.base/volatile.exp: Similarly.
17345
17346 2001-12-19 Jim Blandy <jimb@redhat.com>
17347
17348 * gdb.base/printcmds.exp: Expect the null character to be printed
17349 as '\0', and the '\013' to be printed as '\v'.
17350 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
17351 * gdb.base/setvar.exp: Same.
17352
17353 2001-12-17 Jim Blandy <jimb@redhat.com>
17354
17355 * gdb.base/completion.exp: Rather than completing very long
17356 filenames, which can make the readline library produce output we
17357 don't recognize, cd to the directory first, and then complete
17358 using nice, short relative paths.
17359
17360 * gdb.base/completion.exp: On some systems, there is, in fact, a
17361 variable named `b' in scope, since GDB treats all static
17362 variables as being in scope. So use `no_var_named_this'
17363 instead of `b'.
17364
17365 * gdb.base/corefile.exp: Recognize the message saying that GDB
17366 can't find the core file's registers as a failure.
17367
17368 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
17369
17370 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
17371 test expect string more specific.
17372
17373 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
17374
17375 * gdb.asm/asm-source.exp: Add support for xstormy16.
17376 * gdb.asm/configure.in: Ditto.
17377 * gdb.asm/configure: Rebuild.
17378 * gdb.asm/xstormy16.inc: New file.
17379
17380 2001-12-10 Fred Fish <fnf@redhat.com>
17381
17382 * gdb.base/maint.exp: Update to match changes in type dumping code.
17383
17384 2001-12-10 Jim Blandy <jimb@redhat.com>
17385
17386 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
17387 matching the entry point symbol's name at the beginning of the
17388 line.
17389
17390 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
17391
17392 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
17393 gdb.c++/inherit.exp, gdb.c++/method.exp,
17394 gdb.c++/namespace.exp, gdb.c++/templates.exp,
17395 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
17396 and class layout support.
17397
17398 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
17399
17400 * gdb.c++/classes.exp: Add test for static member function.
17401 * gdb.c++/misc.cc: Add class with static member function.
17402
17403 2001-12-07 Jim Blandy <jimb@redhat.com>
17404
17405 If GDB says it can't find the struct the function returned, report
17406 those tests as `unsupported'.
17407 * gdb.base/call-rt-st.exp (print_struct_call): New function.
17408 Rewrite subsequent tests to use it.
17409
17410 If GDB says it can't find the struct the function returned, report
17411 those tests as `unsupported'.
17412 * gdb.base/structs.exp (call_struct_func): New function.
17413 (do_function_calls): Use call_struct_func to call the functions
17414 returning structs.
17415
17416 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
17417 whether functions are prototyped or not, so we can't possibly pass
17418 arguments to t_float_values2 properly.
17419
17420 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
17421 value of `timeout' for targets other than the mips*tx39-*.
17422
17423 2001-12-06 Michael Snyder <msnyder@redhat.com>
17424
17425 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
17426 and detect whether the start symbol has a leading underscore.
17427
17428 2001-12-04 Jim Blandy <jimb@redhat.com>
17429
17430 * gdb.base/completion.exp: Clarify indentation.
17431
17432 2001-12-03 Jim Blandy <jimb@redhat.com>
17433
17434 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
17435 variables on the S/390, not `.word'.
17436
17437 2001-11-30 Jim Blandy <jimb@redhat.com>
17438
17439 Add assembly-source tests for s390-ibm-linux.
17440 * gdb.asm/s390.inc: New file.
17441 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
17442 the S/390 architecture.
17443 * gdb.asm/configure: Regenerated.
17444
17445 2001-11-30 Michael Snyder <msnyder@redhat.com>
17446
17447 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
17448 next, info source, info sources, info line, global and static
17449 variables, and static functions.
17450 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
17451 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
17452 * gdb.asm/asmsrc1.s: Add a static function and some variables.
17453 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
17454 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
17455 (gdbasm_leave): Restore frame pointer.
17456 (gdbasm_startup): Copy stack set-up from crt0.S.
17457
17458 2001-11-26 Fernando Nasser <fnasser@redhat.com>
17459
17460 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
17461 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
17462 to a local (non-static) variable. Copy tstruct.a to a static buffer
17463 and return a pointer to that buffer.
17464 * gdb.base/callfwmall.c (t_structs_a): Ditto.
17465
17466 2001-11-24 Mark Kettenis <kettenis@gnu.org>
17467
17468 * gdb.asm/configure.in: Fix recognition of ix86 target.
17469 * gdb.asm/configure: Regenerate.
17470
17471 2001-11-21 Michael Snyder <msnyder@redhat.com>
17472
17473 * gdb.asm/sparc.inc: New file.
17474 * gdb.asm/asm-source.exp: Recognize sparc target.
17475 * gdb.asm/configure.in: Recognize sparc target.
17476 * gdb.asm/configure: Regenerate.
17477
17478 2001-11-21 Michael Snyder <msnyder@redhat.com>
17479
17480 * gdb.asm/m32r.inc: New file.
17481 * gdb.asm/asm-source.exp: Recognize m32r target.
17482 * gdb.asm/configure.in: Recognize m32r target.
17483 * gdb.asm/configure: Regenerate.
17484
17485 2001-11-20 Michael Snyder <msnyder@redhat.com>
17486
17487 * gdb.asm/i386.inc: New file.
17488 * gdb.asm/asm-source.exp: Recognize ix86 target.
17489 * gdb.asm/configure.in: Recognize ix86 target.
17490 * gdb.asm/configure: Regenerate.
17491
17492 * gdb.c++/namespace.exp: Fix quotes in output messages.
17493
17494 2001-11-14 Michael Snyder <msnyder@redhat.com>
17495
17496 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
17497 qualifier in a type cast expression, to designate an address
17498 in the instruction space (Harvard architecture).
17499
17500 2001-11-13 Michael Snyder <msnyder@redhat.com>
17501
17502 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
17503 Tests for expressions using 'const' and 'volatile'.
17504
17505 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
17506
17507 * gdb.asm/asm-sources.exp: Allow defining linker flags.
17508
17509 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
17510
17511 * lib/mi-support.exp (mi_run_to_helper): Move comments
17512 outside of gdb_expect.
17513
17514 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
17515
17516 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
17517 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
17518 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
17519 mi0_run_to): New functions.
17520 * gdb.mi/mi-simplerun.exp: Use them.
17521 * gdb.mi/mi0-simplerun.exp: Likewise.
17522 * gdb.mi/mi-var-cmd.exp: Likewise.
17523 * gdb.mi/mi0-var-cmd.exp: Likewise.
17524
17525 2001-11-10 Andrew Cagney <ac131313@redhat.com>
17526
17527 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
17528 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
17529
17530 2001-11-09 Andrew Cagney <ac131313@redhat.com>
17531
17532 * gdb.base/restore.exp: Include $expected value in restored test
17533 message.
17534
17535 2001-11-09 Andrew Cagney <ac131313@redhat.com>
17536
17537 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
17538 implemented.
17539
17540 2001-11-08 Michael Snyder <msnyder@redhat.com>
17541
17542 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
17543 Add pass/fail message for stop at breakpoint in call dummy function.
17544
17545 2001-11-07 Michael Snyder <msnyder@redhat.com>
17546
17547 * gdb.c++/templates.exp (test_template_breakpoints):
17548 If we get an overload menu, but it does not match what
17549 we expect, we still need to issue the "cancel" command.
17550 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
17551 making the whitespace optional. Argument for "new" may be
17552 "unsigned" as well as "unsigned int/long".
17553 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
17554 making the whitespace optional. Also replace "(void) with
17555 "((void|)), making the keyword "void" optional.
17556 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
17557 making the whitespace optional. Also replace "(void) with
17558 "((void|)), making the keyword "void" optional.
17559 * gdb.base/callfuncs.c (t_float_values): This function must
17560 _not_ be prototyped, and the following function (t_float_values2)
17561 must be prototyped (if the compiler supports it), so that GDB
17562 can be tested against both cases. Usually one case involves
17563 promotion of float to double, while the other does not.
17564 * gdb.base/callfwmall.c: Ditto.
17565 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
17566 includes a stack frame for "start".
17567
17568 2001-11-05 Jim Blandy <jimb@redhat.com>
17569
17570 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
17571 pointers are 32 bits long, and that offsets of relocs are always
17572 stored in the data (REL-style), and not in the reloc entry itself
17573 (RELA-style).
17574 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
17575 stabs.
17576
17577 2001-11-01 Michael Snyder <msnyder@redhat.com>
17578
17579 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
17580 and regular expression operators by using quoting.
17581
17582 2001-10-31 Michael Snyder <msnyder@redhat.com>
17583
17584 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
17585 depending on what the symbol table contains.
17586 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
17587 the output of the ptype command. Similarly, accept both "const &"
17588 and "const&".
17589
17590 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
17591
17592 * gdb.base/miscexprs.c (main): Add usage of preprocessor
17593 symbol `STORAGE' to allow to choose the storage class of
17594 the local datastructures.
17595 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
17596 compiler directive.
17597
17598 2001-10-30 Michael Snyder <msnyder@redhat.com>
17599
17600 * gdb.base/jump.exp: Allow it to run for all targets.
17601
17602 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
17603
17604 * gdb.base/call-ar-st.c (print_double_array): Match for loop
17605 with new double_array size.
17606 (main): Change storage class of all local variables to static.
17607 Reduce size of double_array to 9.
17608 * gdb.base/call-ar-st.exp: Increase timeout value.
17609 Change expected output for double array to match new size in
17610 call-ar-st.c.
17611
17612 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
17613
17614 * gdb.base/ending-run.exp: Create identical output when passing
17615 `step to end of run' case. Add regular expression branch satisfying
17616 Stormy16 target.
17617
17618 2001-10-28 Mark Kettenis <kettenis@gnu.org>
17619
17620 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
17621 that we catch the expected failure under Linux/x86.
17622
17623 2001-10-29 Orjan Friberg <orjanf@axis.com>
17624
17625 * gdb.base/setvar.exp: Escape curly braces.
17626 * gdb.stabs/weird.exp: Ditto.
17627
17628 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
17629
17630 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
17631 * gdm.mi/mi0-hack-cli.exp: Likewise.
17632
17633 2001-10-25 Andrew Cagney <ac131313@redhat.com>
17634
17635 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
17636 messages.
17637
17638 2001-10-21 Andrew Cagney <ac131313@redhat.com>
17639
17640 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
17641 checking MI enabled.
17642
17643 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
17644
17645 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
17646
17647 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
17648
17649 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
17650 if gdb child process crashes, just signal an error.
17651
17652 2001-10-02 Jim Blandy <jimb@redhat.com>
17653
17654 * lib/gdb.exp (test_xfail_format): Simplify.
17655
17656 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
17657 front of the variable name `format'. Simplify `if'.
17658
17659 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
17660
17661 * gdb.threads/pthreads.exp: Wait for output and delay
17662 before sending ^C.
17663
17664 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
17665
17666 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
17667 some incorrect output instead of timing out.
17668 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
17669
17670 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
17671
17672 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
17673 check to allow additional `int'.
17674
17675 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
17676
17677 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
17678 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
17679
17680 2001-09-27 Michael Snyder <msnyder@redhat.com>
17681
17682 * lib/gdb.exp (test_debug_format): New proc.
17683 (setup_xfail_format): Use new proc test_debug_format.
17684 * gdb.base/constvars.exp (local_compiler_xfail_check): New
17685 proc; use new service proc test_debug_format.
17686 Replace all other "gcc_compiled" tests with this test.
17687 * gdb.base/volatile.exp (local_compiler_xfail_check): New
17688 proc; use new service proc test_debug_format.
17689 Replace all other "gcc_compiled" tests with this test.
17690
17691 2001-09-27 Michael Snyder <msnyder@redhat.com>
17692
17693 * gdb.base/cvexpr.exp: New file.
17694 * gdb.base/cvexpr.c: New file
17695 Test for expressions using const and volatile keywords.
17696
17697 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
17698
17699 * gdb.base/constvars.exp: Check for different orders of keywords
17700 and additional "int" strings in output.
17701
17702 2001-09-22 Andrew Cagney <ac131313@redhat.com>
17703
17704 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
17705 responses from "help maint".
17706
17707 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
17708
17709 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
17710 to localhost:NNN instead of :NNN, in case Xvfb is listening
17711 only on TCP.
17712
17713 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
17714
17715 * gdb.base/recurse.exp: When checking leaving the watchpoint
17716 scope, recognize when gdb is in function's epilogue and pass.
17717
17718 2001-09-18 Keith Seitz <keiths@redhat.com>
17719
17720 * lib/insight-support.exp (_gdbtk_export_target_info): Add
17721 support for running tests against sid targets.
17722 (gdbtk_done): Ditto.
17723
17724 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
17725
17726 * gdb.base/ending-run.c (main): Set stdout buffersize
17727 to the same reasonable value for any target.
17728 * gdb.base/ending-run.exp: Add a regular expression
17729 to make testsuite happy on Sanyo Stormy16 target.
17730
17731 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
17732
17733 * gdb.base/display.c (do_loops): Add float variable `f'.
17734 Increment f in loop.
17735 * gdb.base/display.exp: Increment timeout by 60 seconds.
17736 Change float display test to use variable `f'.
17737
17738 2001-09-17 Jim Blandy <jimb@redhat.com>
17739
17740 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
17741 overflowing the limited breakpoint tables on some ROM monitors
17742 (like the ROM68K).
17743
17744 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
17745
17746 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
17747 the "-ac" (disable access control) flag.
17748
17749 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
17750
17751 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
17752 ints.
17753
17754 2001-08-30 Keith Seitz <keiths@redhat.com>
17755
17756 * lib/gdb.exp: Move all insight-related functionality into
17757 separate file.
17758 * lib/insight-support.exp: New file.
17759
17760 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
17761
17762 * config/sid.exp (sid_start): Never set sid verbosity; disable
17763 expect_background {} that consumed its stdout; tolerate </dev/null.
17764 Attempt to set endianness override in "sid" protocol mode. Cleanup.
17765
17766 2001-08-18 Andrew Cagney <ac131313@redhat.com>
17767
17768 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
17769 CLI jump command to start it.
17770 (mi_run_to_main): Fail immediatly when unexpected output.
17771
17772 2001-08-18 Andrew Cagney <ac131313@redhat.com>
17773
17774 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
17775 beginning of function. Fix PR gdb/191.
17776
17777 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
17778
17779 * config/sid.exp (sid_start): Don't warn if we cannot figure out
17780 what to force sid endianness to.
17781
17782 2001-08-15 Keith Seitz <keiths@redhat.com>
17783
17784 * lib/gdb.exp (gdbtk_start): Don't set environment
17785 variables for TCL_LIBRARY and friends. Insight will
17786 now figure these out for itself.
17787
17788 2001-08-02 Michael Snyder <msnyder@redhat.com>
17789
17790 * gdb.base/completion.exp: Remove the symbol "a64l" from
17791 the expect string; this is target-specific, and not related
17792 to what is being tested.
17793
17794 2001-08-02 Dave Brolley <brolley@redhat.com>
17795
17796 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
17797
17798 2001-07-25 Michael Snyder <msnyder@redhat.com>
17799
17800 * gdb.base/consecutive.exp: New file. Test stepping over
17801 breakpoints on consecutive instructions.
17802 * gdb.base/consecutive.c: New file.
17803
17804 * gdb.base/call-rt-st.exp: Use double-backslash to quote
17805 curly braces in regular expressions.
17806
17807 2001-07-25 Michael Snyder <msnyder@redhat.com>
17808
17809 * gdb.base/ending-run.exp: Accept "Program exited normally" as
17810 legitimate output from stepping out of main.
17811
17812 2001-07-22 Keith Seitz <keiths@redhat.com>
17813
17814 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
17815 the empty string, do not run the tests.
17816
17817 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17818
17819 * gdb.base/long_long.exp: Detect size of pointer. Take into
17820 account 2-byte pointers when testing for p/a results.
17821
17822 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17823
17824 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
17825 and defined to 1K for m68hc11.
17826 (random_data): Reduce table to 1K for embedded platforms (68hc11).
17827 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
17828 (sizeof_random_data): New variable to tell the size of the data table;
17829 don't test past this size; always run to main.
17830
17831 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17832
17833 * gdb.base/return2.exp: return of long long and double fails for
17834 68HC11; don't execute these tests on that platform.
17835 * gdb.base/return.exp: Return of a double fails for 68hc11.
17836
17837 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17838
17839 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
17840 tests that print a float.
17841 * call-rt-st.exp: Likewise.
17842
17843 2001-07-12 Mark Kettenis <kettenis@gnu.org>
17844
17845 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
17846 running this test on Linux.
17847
17848 2001-06-24 Michael Chastain <chastain@redhat.com>
17849
17850 * gdb.base/arithmet.exp: Remove some tests to make all test names
17851 unique.
17852
17853 2001-07-03 Michael Snyder <msnyder@redhat.com>
17854
17855 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
17856 the output of the ptype command.
17857
17858 2001-07-02 Michael Snyder <msnyder@redhat.com>
17859
17860 * gdb.base/completion.exp: Don't assume that break.c is the only
17861 source file that may contain functions named "marker".
17862 * gdb.base/corefile.exp: Quote the curly braces in regexp.
17863
17864 2001-06-28 Andrew Cagney <ac131313@redhat.com>
17865
17866 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
17867 of files to delete.
17868
17869 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
17870 * gdb.disasm/h8300s.exp: New file.
17871 gdb.disasm/h8300s.s: Likewise.
17872
17873 2001-06-27 Andrew Cagney <ac131313@redhat.com>
17874
17875 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
17876 empty breakpoint tables.
17877
17878 2001-06-25 Andrew Cagney <ac131313@redhat.com>
17879
17880 * lib/mi-support.exp: Update args=... part of stop-reason
17881 patterns. Accept either a list or a tuple.
17882
17883 2001-06-23 Andrew Cagney <ac131313@redhat.com>
17884
17885 * lib/mi-support.exp: Remove local emacs variable defining
17886 change-log-default-name.
17887
17888 2001-06-22 Michael Chastain <chastain@redhat.com>
17889
17890 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
17891 This is operationally compatible with the previous version.
17892
17893 2001-06-13 Jim Blandy <jimb@redhat.com>
17894
17895 * lib/gdb.exp (gdb_test): Doc fix.
17896
17897 2001-06-10 Michael Chastain <chastain@redhat.com>
17898
17899 * gdb.base/exprs.exp: Remove a duplicate test.
17900
17901 2001-06-06 Jim Blandy <jimb@redhat.com>
17902
17903 * gdb.base/return2.exp (main): Use values to test float and double
17904 returns that are not NaN's, to avoid being confused by IEEE
17905 comparison rules.
17906
17907 2001-06-04 Michael Snyder <msnyder@redhat.com>
17908
17909 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
17910 non-zero if control_c fails. Terminate the test on failure,
17911 rather than wait for 12 more tests to time out.
17912
17913 2001-06-06 Jim Blandy <jimb@redhat.com>
17914
17915 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
17916 Don't forget to match the GDB prompt.
17917
17918 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
17919
17920 2001-06-04 Jim Blandy <jimb@redhat.com>
17921
17922 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
17923 command.
17924
17925 2001-05-31 Kevin Buettner <kevinb@redhat.com>
17926
17927 * gdb.base/annota1.exp (info break): Match four or more spaces
17928 after "Address".
17929
17930 2001-05-31 Michael Chastain <chastain@redhat.com>
17931
17932 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
17933 (dm_type_int_star): Likewise.
17934 (dm_type_long_star): Likewise.
17935 (dm_type_void_star): Likewise.
17936
17937 2001-05-29 Kevin Buettner <kevinb@redhat.com>
17938
17939 * gdb.base/completion.exp (INPUTRC): Set this environment variable
17940 to a known value in order to get consistent results regardless
17941 of the setting of INPUTRC or the presence or contents of .inputrc.
17942
17943 2001-05-24 Michael Snyder <msnyder@redhat.com>
17944
17945 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
17946 Don't require that the main thread and the manager thread are the
17947 first in the list.
17948
17949 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
17950 debugging. If test fails, issue an "unsupported" not a "fail".
17951
17952 2001-05-24 Jim Blandy <jimb@redhat.com>
17953
17954 Don't assume that short is shorter than int.
17955 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
17956 assume that shorts are smaller than ints. On a 16-bit machine,
17957 this isn't true.
17958 ("print unsigned char == (~0)"): Add test that verifies that ~0,
17959 an int, is not equal to ~0 stored in an unsigned char. This tests
17960 the same thing that the previous test meant to, but works on
17961 16-bit machines, too.
17962 ("print unsigned char != (~0)"): Same test, complemented.
17963
17964 2001-05-24 Michael Snyder <msnyder@redhat.com>
17965
17966 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
17967 test for (full_coverage == 0). This makes the test run faster,
17968 and prevents dejagnu getting out of step.
17969
17970 2001-05-23 Kevin Buettner <kevinb@redhat.com>
17971
17972 * gdb.base/finish.exp (finish_void): Revise pattern for
17973 stopping on the call statement to not permit stopping at
17974 the start of the instructions comprising the call sequence.
17975
17976 2001-05-19 Michael Chastain <chastain@redhat.com>
17977
17978 * gdb.base/callfuncs.exp: Make all test names unique.
17979 * gdb.base/commands.exp: Make all test names unique.
17980 * gdb.base/condbreak.exp: Make all test names unique.
17981 * gdb.base/dbx.exp: Make all test names unique.
17982 * gdb.base/default.exp: Make all test names unique.
17983 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
17984 and TIMEOUT messages to their corresponding PASS message.
17985 * gdb.base/ending-run.exp: Make all test names unique.
17986 * gdb.base/long_long.exp: Remove duplicate test.
17987
17988 2001-05-21 Kevin Buettner <kevinb@redhat.com>
17989
17990 * gdb.base/finish.exp (finish_void): Allow "finish" command to
17991 stop on the call statement as well as the statement after the
17992 call.
17993
17994 2001-05-21 Michael Snyder <msnyder@redhat.com>
17995
17996 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
17997
17998 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
17999
18000 * gdb.base/completion.exp: Revamp test. Make it execute on all
18001 platforms.
18002
18003 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
18004
18005 * config/gdbserver.exp (gdb_load): Handle the case
18006 in which the arguments to gdbserver are given in the
18007 baseboard configuration file.
18008 Also handle the case in which the server needs to do a
18009 load.
18010
18011 2001-05-07 Keith Seitz <keiths@cygnus.com>
18012
18013 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
18014 set up the display for testing.
18015 (gdbtk_start): Convert all paths to paths that tcl will like.
18016 Export target information to environment.
18017 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
18018 necessary.
18019 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
18020 (to_tcl_path): New proc to convert a given pathname into
18021 a path acceptible as an argument to a tcl command.
18022 (_gdbtk_export_target_info): New proc to export target info
18023 into the environment for gdbtk testing.
18024 (gdbtk_done): New proc to signal end-of-test.
18025
18026 2001-05-06 Jim Blandy <jimb@redhat.com>
18027
18028 * restore.c: Make the code of caller0 correspond to its comment.
18029
18030 2001-05-03 Michael Snyder <msnyder@redhat.com>
18031
18032 * config/sid.exp (gdb_target_sid): Check for error messages.
18033 On error or timeout, don't make expect exit (which will terminate
18034 all subsequent tests); instead just make gdb exit.
18035 (gdb_load): Check for error messages. On error or timeout,
18036 return a negative value.
18037
18038 2001-04-24 Jim Blandy <jimb@redhat.com>
18039
18040 * gdb.c++/templates.exp: If we see the prompt for the overload
18041 list, but we haven't recognized any of the longer patterns,
18042 arrange for this test to fail, not hang.
18043
18044 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
18045 variations.
18046
18047 2001-04-22 Michael Chastain <chastain@redhat.com>
18048
18049 * gdb.c++/local.exp: Use the 'runto' library function.
18050 * gdb.c++/namespace.exp: Likewise.
18051 * gdb.c++/overload.exp: Likewise.
18052
18053 2001-03-26 Kevin Buettner <kevinb@redhat.com>
18054
18055 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
18056 * gdb.base/step-line.exp: New file. Test step/next in presence of
18057 #line directives.
18058 * gdb.base/step-line.c: New file. Test program for the above.
18059 * gdb.base/step-line.inp: New file. We pretend that this file has
18060 been transformed by some other tool into step-line.c.
18061
18062 2001-03-21 Jim Blandy <jimb@redhat.com>
18063
18064 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
18065 unmangled operator names.
18066
18067 2001-03-20 Jim Blandy <jimb@redhat.com>
18068
18069 * gdb.threads/linux-dp.exp: Recognize an additional message
18070 generated by GDB when it doesn't understand how to debug threads
18071 on the target system.
18072
18073 2001-03-19 Andrew Cagney <ac131313@redhat.com>
18074
18075 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
18076
18077 2001-03-12 Michael Chastain <chastain@redhat.com>
18078
18079 * gdb.c++/derivation.exp: Use the 'runto' library function.
18080
18081 2001-03-12 Michael Chastain <chastain@redhat.com>
18082
18083 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
18084
18085 2001-02-24 Michael Chastain <chastain@redhat.com>
18086
18087 * gdb.c++/ref-types.exp: Change handwritten code to library
18088 function 'runto'.
18089
18090 2001-03-16 Orjan Friberg <orjanf@axis.com>
18091
18092 * gdb.base/signals.exp: Set count to 0 explicitly.
18093
18094 2001-03-15 Mark Salter <msalter@redhat.com>
18095
18096 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
18097 (gdb_target_monitor): Add check of gdb_target_cmd return value.
18098 (gdb_load): Add support for additional target_info: gdb_download_size
18099 and gdb_load_timeout.
18100
18101 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
18102
18103 * gdb.base/annota1.exp: Move test of isnative to earlier in the
18104 file -- to prevent failing when the compile fails but we have no
18105 intention of running the tests anyway.
18106
18107 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
18108 tests if set.
18109
18110 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
18111 integers.
18112
18113 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
18114 * gdb.c++/namespace.exp: Ditto.
18115
18116 2001-03-07 Orjan Friberg <orjanf@axis.com>
18117
18118 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
18119 * gdb.base/pointers.exp: Relax pattern match of decimals.
18120
18121 2001-03-06 Kevin Buettner <kevinb@redhat.com>
18122
18123 * Makefile.in, config/abug.exp, config/cfdbug.exp,
18124 config/cpu32bug.exp, config/dve.exp, config/est.exp,
18125 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
18126 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
18127 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
18128 config/sh.exp, config/sid.exp, config/slite.exp,
18129 config/sparclet.exp, config/udi.exp, config/unknown.exp,
18130 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
18131 config/vxworks.exp, config/vxworks29k.exp,
18132 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
18133 gdb.base/all-bin.exp, gdb.base/annota1.exp,
18134 gdb.base/arithmet.exp, gdb.base/assign.exp,
18135 gdb.base/async.exp, gdb.base/attach.exp,
18136 gdb.base/bitfields.exp, gdb.base/bitops.exp,
18137 gdb.base/break.exp, gdb.base/call-ar-st.exp,
18138 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
18139 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
18140 gdb.base/commands.exp, gdb.base/completion.exp,
18141 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
18142 gdb.base/constvars.exp, gdb.base/corefile.exp,
18143 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
18144 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
18145 gdb.base/ending-run.exp, gdb.base/environ.exp,
18146 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
18147 gdb.base/finish.exp, gdb.base/foll-exec.exp,
18148 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
18149 gdb.base/funcargs.exp, gdb.base/help.exp,
18150 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
18151 gdb.base/logical.exp, gdb.base/long_long.exp,
18152 gdb.base/maint.exp, gdb.base/mips_pro.exp,
18153 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
18154 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
18155 gdb.base/pointers.exp, gdb.base/printcmds.exp,
18156 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
18157 gdb.base/regs.exp, gdb.base/relational.exp,
18158 gdb.base/remote.exp, gdb.base/reread.exp,
18159 gdb.base/restore.exp, gdb.base/return2.exp,
18160 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
18161 gdb.base/selftest.exp, gdb.base/setshow.exp,
18162 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
18163 gdb.base/sigall.exp, gdb.base/signals.exp,
18164 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
18165 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
18166 gdb.base/step-test.exp, gdb.base/structs.c,
18167 gdb.base/structs.exp, gdb.base/structs2.exp,
18168 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
18169 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
18170 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
18171 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
18172 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
18173 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
18174 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
18175 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
18176 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
18177 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
18178 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
18179 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
18180 gdb.fortran/types.exp, gdb.java/jmisc.exp,
18181 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
18182 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
18183 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
18184 gdb.trace/circ.exp, gdb.trace/collection.exp,
18185 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
18186 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
18187 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
18188 gdb.trace/report.exp, gdb.trace/save-trace.exp,
18189 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
18190 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
18191 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
18192 notices.
18193
18194 2001-02-27 Michael Snyder <msnyder@cygnus.com>
18195
18196 * gdb.base/varargs.c (find_max_double): Fix printf format string:
18197 first arg is int not float.
18198
18199 2001-02-22 Michael Snyder <msnyder@cygnus.com>
18200
18201 * gdb.base/reread.exp: Unsupported for non-native targets;
18202 doesn't work for remote debugging.
18203
18204 2001-02-19 Fernando Nasser <fnasser@redhat.com>
18205
18206 From Drew Moseley <dmoseley@redhat.com>
18207 * gdb.base/ending-run.exp: Properly handle the BSP state when
18208 stepping past the end of main.
18209
18210 2001-02-19 John Moore <jmoore@redhat.com>
18211
18212 * gdb.base/commands.exp (infrun_breakpoint_command_test):
18213 Converted HPUX fix for non-expected items following multiple
18214 step commands into general solution for all platforms.
18215
18216 2001-02-18 Michael Chastain <chastain@redhat.com>
18217
18218 * gdb.c++/classes.exp (do_tests): Change runto statements
18219 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18220 statements demangler agnostic.
18221 * gdb.c++/virtfunc.exp (do_tests): Likewise.
18222 (gdb_virtfunc_restart): Likewise.
18223
18224 2001-02-14 Michael Chastain <chastain@redhat.com>
18225
18226 * gdb.c++/inherit.exp (do_tests): Change runto statements
18227 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18228 statements demangler agnostic.
18229
18230 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
18231
18232 * gdb.threads/pthreads.exp: Unify pass/fail messages for
18233 ``continue to bkpt at common_routine in thread 2'' and ``stopped
18234 before calling common_routine 15 times'' tests.
18235
18236 2001-02-11 Michael Chastain <chastain@redhat.com>
18237
18238 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
18239 Helps the test script figure out which demangler is in use.
18240 (dm_type_foo_ref): Ditto.
18241 (dm_type_int_star): Ditto.
18242 (dm_type_long_star): Ditto.
18243 (dm_type_unsigned_int): Ditto.
18244 (dm_type_void): Ditto.
18245 (dm_type_void_star): Ditto.
18246 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
18247 Probe the gdb demangler and set variables to accommodate
18248 formatting differences.
18249 (info_func_regexp): New function. Same as info_func, but
18250 matches against a regexp.
18251 (info_func): Match against a literal string.
18252 (print_addr_2): New function. Match against a literal string,
18253 which can be different from the input to gdb.
18254 (print_addr): Simply call print_addr_2 with the same argument twice.
18255 (test_lookup_operator_functions): Use demangler formatting variables.
18256 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
18257 the tests in the same order as the C++ class declaration.
18258 (test_paddr_operator_functions): Ditto.
18259 (test_paddr_overloaded_functions): Ditto.
18260 (test_paddr_hairy_functions): Use demangler formatting variables.
18261 Add reference to gdb/19 for related tests.
18262 (do_tests): Call probe_demangler.
18263
18264 2001-01-30 Kevin Buettner <kevinb@redhat.com>
18265
18266 * gdb.c++/templates.cc (printf): Remove unused function definition.
18267
18268 2001-01-26 Felix Lee <flee@redhat.com>
18269
18270 * sid.exp (sid_exit): Pass host, not target, to remote_close.
18271
18272 2001-01-25 matthew green <mrg@redhat.com>
18273
18274 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
18275 up sid.
18276 (sid_exit): Call `remote_pop_conn' after GDB is gone.
18277
18278 2001-01-25 matthew green <mrg@redhat.com>
18279
18280 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
18281 Deprecate $sid_spawn_id.
18282 (sid_exit): Remove code necessary only for `spawn.'
18283
18284 2001-01-25 matthew green <mrg@redhat.com>
18285
18286 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
18287
18288 2001-01-28 Michael Chastain <chastain@redhat.com>
18289
18290 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
18291 to call when tests fail. It takes gdb out of the overloaded
18292 function choice menu back to the main prompt, so that the test
18293 program stays synchronized.
18294 (set_bp_overloaded): New proc to collect all the common
18295 code for setting a breakpoint on an overloaded name. Calls
18296 take_gdb_out_of_choice_menu when needed.
18297 (menu_overload1arg): New variable to collect the repeated
18298 instances of the expected menu for an overloaded name. Change
18299 the regular expression to handle changes in g++ type encoding:
18300 "void" can be either "void" or "", and "unsigned int" can be
18301 either "unsigned int" or "unsigned".
18302 (continue_to_bp_overloaded): Change regular expressions to handle
18303 changes in g++ type encoding.
18304 (no proc): Call take_gdb_out_of_choice_menu when needed.
18305 Remove redundant calls to "info break". Accept either "canceled"
18306 or "cancelled". Change regular expressions in "info break"
18307 calls to handle changes in g++ type encoding. Give all tests
18308 unique strings.
18309
18310 2001-01-17 Ben Elliston <bje@redhat.com>
18311
18312 * config/sid.exp: New file.
18313
18314 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
18315
18316 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
18317
18318 2000-12-21 Michael Snyder <msnyder@cygnus.com>
18319
18320 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
18321 Add a RE to accept a non-ascii char if one is ever presented.
18322
18323 2000-12-20 Fernando Nasser <fnasser@redhat.com>
18324
18325 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
18326
18327 2000-12-18 Michael Snyder <msnyder@cygnus.com>
18328
18329 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
18330 in regexp. One '\' does not suffice on Linux.
18331
18332 2000-12-09 Michael Chastain <chastain@redhat.com>
18333
18334 * gdb.base/break.exp (test_clear_command): Use a marker function
18335 rather than 'main' for the test function. Also move this
18336 test to an execution point where the marker function names are
18337 guaranteed to be bound to functions. (Executing tests after a
18338 'finish' from main runs into name conflicts with local names
18339 in __libc_start_main).
18340
18341 2000-12-07 Michael Snyder <msnyder@cygnus.com>
18342
18343 * gdb.base/finish.exp: New test for gdb's "finish" command.
18344 * gdb.base/return2.exp: New test for gdb's "return" command.
18345 * gdb.base/return2.c: New source file for above.
18346
18347 2000-12-05 Michael Snyder <msnyder@cygnus.com>
18348
18349 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
18350 * gdb.base/miscexprs.exp: Ditto.
18351 * gdb.base/pointers.exp: Ditto.
18352 * gdb.c++/derivation.exp: Ditto.
18353 * gdb.c++/local.exp: Ditto.
18354 * gdb.c++/namespace.exp: Ditto.
18355 * gdb.c++/overload.exp: Ditto.
18356 * gdb.c++/ref-types.exp: Ditto.
18357
18358 2000-12-05 Michael Snyder <msnyder@cygnus.com>
18359
18360 * gdb.base/constvars.exp: Test result of "up" command.
18361 * gdb.base/miscexprs.exp: Ditto.
18362 * gdb.base/pointers.exp: Ditto.
18363 * gdb.base/scope.exp: Ditto.
18364 * gdb.c++/derivation.exp: Ditto.
18365 * gdb.c++/local.exp: Ditto.
18366 * gdb.c++/namespace.exp: Ditto.
18367 * gdb.c++/overload.exp: Ditto.
18368 * gdb.c++/ref-types.exp: Ditto.
18369
18370 2000-11-22 Michael Chastain <chastain@redhat.com>
18371
18372 * mips_pro.exp: Accept either "middle -> top -> main" or
18373 "middle -> main" in the backtrace, because gcc can optimize
18374 tail calls to jumps. Remove setup_xfail for the hppa case.
18375 Add a comment with the original warning messages from PR 3016,
18376 which was filed in 1993, to preserve them for posterity.
18377
18378 2000-11-17 Nick Duffek <nsd@redhat.com>
18379
18380 * lib/gdb.exp (gdb_test): Override timeout with board info.
18381
18382 2000-11-17 Nick Duffek <nsd@redhat.com>
18383
18384 * gdb.base/display.exp: Don't kill running stub. Add "again" to
18385 the second kill and detach messages.
18386
18387 2000-11-17 Nick Duffek <nsd@redhat.com>
18388
18389 * configure.in: Add AC_EXEEXT.
18390 * configure: Regenerate.
18391 * Makefile.in (just-check): Export EXEEXT.
18392 * lib/gdb.exp ($EXEEXT): Import from environment.
18393 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
18394 expect "maint dump-me" on Cygwin.
18395 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
18396 $EXEEXT.
18397
18398 2000-11-17 Nick Duffek <nsd@redhat.com>
18399
18400 * gdb.base/break.exp: Test backtrace and finish from called
18401 function on all platforms, not just HP-UX.
18402
18403 2000-11-03 Michael Snyder <msnyder@cygnus.com>
18404
18405 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
18406 code from gdb_target_monitor, so it can be used independantly
18407 for gdbserver. Also comment out an unnecessary PUTS.
18408
18409 2000-11-03 Michael Snyder <msnyder@cygnus.com>
18410
18411 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
18412 * gdb.base/corefile.exp: Expect the message "Program is being
18413 debugged already" when we send the "corefile" command, since
18414 the preceeding gdb_load may have connected gdb to a remote target.
18415 * gdb.base/display.exp: Disable hardware watchpoints if new
18416 board info variable "no_hardware_watchpoints" is true.
18417 Replace single-letter commands with more readable ones.
18418 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
18419 if new board info variable "no_hardware_watchpoints" is true.
18420 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
18421 to see if stdio (printf) testing is possible.
18422 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
18423 board info variable "no_hardware_watchpoints" is true. Use new
18424 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
18425
18426 2000-11-13 Fernando Nasser <fnasser@redhat.com>
18427
18428 From Orjan Friberg <orjanf@axis.com>:
18429 * gdb.base/printcmds.exp: Escape curly braces followed by a number
18430 in array print pattern match.
18431
18432 2000-11-09 Fernando Nasser <fnasser@redhat.com>
18433
18434 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
18435 spelling "cancelled" to U.S. spelling "canceled" to match changes
18436 made to gdb.
18437 * gdb.c++/ovldbreak.exp: Ditto.
18438
18439 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18440
18441 * gdb.base/callfuncs.c (main): Moved to end of file, call
18442 t_double_values to initialize the FPU before inferior calls are made.
18443 * gdb.base/callfuncs.exp: Test for register preservation after calling
18444 inferior functions. Add tests for continuining, finishing and
18445 returning from a stop in a call dummy.
18446
18447 2000-10-24 Michael Snyder <msnyder@cygnus.com>
18448
18449 * gdb.base/commands.exp: Break up long lines, and re-indent.
18450
18451 2000-10-19 Michael Snyder <msnyder@cygnus.com>
18452
18453 * config/gdbserver.exp: Rewritten from the ground up, to make it
18454 compatible with the current dejagnu tree, and to make it work with
18455 the new "gdbserver" in libremote.
18456
18457 2000-10-16 Michael Snyder <msnyder@cygnus.com>
18458
18459 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
18460 * gdb.base/varargs.exp: Skip entire test if no printf support.
18461 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
18462 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
18463
18464 2000-10-13 Michael Snyder <msnyder@cygnus.com>
18465
18466 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
18467 no floating point support.
18468 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
18469 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
18470 * gdb.base/call-rt-st.exp: Ditto.
18471 * gdb.base/call-strs.exp: Ditto.
18472
18473 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
18474
18475 * gdb.base/sizeof.c: include <stdio.h>.
18476
18477 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
18478 'finish', otherwise uncaptured gdb_prompt would potentially
18479 throw remaining test points out of sync.
18480
18481 2000-07-26 Scott Bambrough <scottb@netwinder.org>
18482
18483 * gdb.base/recurse.exp: Run tests for all targets.
18484 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
18485 gnu-oldld case on ARM.
18486 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
18487 for ARM targets.
18488
18489 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
18490
18491 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
18492 * gdb.java/configure: Rebuild.
18493
18494 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
18495
18496 * gdb.java/jv-exp.exp: New file.
18497
18498 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
18499
18500 * configure: Rebuilt.
18501 * configure.in (configdirs): Add gdb.java.
18502 * gdb.java/jmisc.java: New file.
18503 * gdb.java/jmisc.exp: New file.
18504 * gdb.java/Makefile.in: New file.
18505 * gdb.java/configure: Rebuilt.
18506 * gdb.java/configure.in: New file.
18507 * lib/java.exp: New file.
18508
18509 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
18510
18511 * gdb.base/exprs.exp: Test casts to a pointer including over and
18512 underflow.
18513
18514 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
18515
18516 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
18517 and the compilers sizes.
18518
18519 2000-07-09 Nick Duffek <nsd@redhat.com>
18520
18521 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
18522 (use_methods): New function.
18523 (main): Call use_methods().
18524 * gdb.c++/classes.exp (test_method_param_class): New procedure.
18525 (do_tests): Call test_method_param_class.
18526
18527 2000-07-09 Nick Duffek <nsd@redhat.com>
18528
18529 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
18530 spelling.
18531 (test_enums): New procedure. Move enum tests from end of script
18532 to here. Set breakpoint on function name instead of line number.
18533 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
18534 (enums2): New marker function.
18535 (enums1): New function.
18536 (main): Call enums1(). Move enum tests to enums1().
18537
18538 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
18539
18540 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
18541 compile/link program. Update line numbers.
18542 * gdb.asm/d10v.inc: Define ``startup''.
18543 * gdb.asm/asmsrc1.s: Add definition of _start.
18544
18545 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
18546
18547 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
18548
18549 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18550
18551 * gdb.base/maint.exp: Add 'maint print architecture' item to output
18552 of 'help maint print' command.
18553
18554 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
18555
18556 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
18557 they use gdb_expect_list.
18558
18559 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
18560
18561 * gdb.base/commands.exp: Use ``set remote
18562 memory-read-packet-size'' instead of ``set endian big'' to test
18563 long commands.
18564
18565 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
18566
18567 * gdb.c++/templates.exp (do_tests): Make all of these work under
18568 g++, and stop skipping them.
18569
18570 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
18571 work under g++.
18572
18573 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
18574 initialization.
18575
18576 2000-06-02 Michael Snyder <msnyder@cygnus.com>
18577
18578 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
18579 the regular expression: accept an (almost) arbitrary sequence of
18580 "frames-invalid" and "breakpoints-invalid" messages both before
18581 and after the "starting" message.
18582
18583 2000-06-02 Michael Snyder <msnyder@cygnus.com>
18584
18585 * gdb.c++/local.exp: This test has never been known to work with g++.
18586
18587 2000-05-18 Michael Snyder <msnyder@cygnus.com>
18588
18589 * gdb.base/annota1.exp (annotate-signal-handler-caller):
18590 Relax the regular expression a little, make it pass on Solaris 8.
18591
18592 2000-05-12 Kevin Buettner <kevinb@redhat.com>
18593
18594 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
18595 a call, do not require that gdb stop on the line after the call.
18596 Instead, it is permissible for gdb to stop on the line of the
18597 call itself.
18598
18599 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
18600
18601 * gdb.base/break.exp (bp on small function, optimized file):
18602 Add a second pass pattern. The behavior differs here between stabs
18603 and dwarf for one-line functions. Stabs preserves two line symbols
18604 (one before the prologue and one after) with the same line number,
18605 but dwarf regards these as duplicates and discards one of them.
18606 Therefore the address after the prologue (where the breakpoint is)
18607 has no exactly matching line symbol, and GDB reports the breakpoint
18608 as if it were in the middle of a line rather than at the beginning.
18609
18610 2000-05-08 Michael Snyder <msnyder@cygnus.com>
18611
18612 * gdb.base/interrupt.exp: Make "pass" message say "send"
18613 rather than "send_gdb" (for consistancy).
18614
18615 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
18616
18617 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
18618 * gdb.c++/templates.cc: Properly check for GCC version number.
18619 * lib/compiler.cc: Likewise
18620
18621 2000-04-28 Michael Snyder <msnyder@cygnus.com>
18622
18623 * gdb.base/break.exp: When compiled with -O2 optimization,
18624 gdb may not stop at the first line of main, due to code motion.
18625
18626 2000-04-26 Michael Snyder <msnyder@cygnus.com>
18627
18628 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
18629 This test depends on parsing the printf output from the target.
18630 Since the sparclet stub doesn't do stdio, this will never work.
18631 * gdb.base/call-rt-st.exp: ditto.
18632 * gdb.base/call-strs: ditto.
18633
18634 2000-04-24 Michael Snyder <msnyder@cygnus.com>
18635
18636 * gdb.base/miscexprs.exp: make sizeof long array test portable.
18637
18638 * gdb.base/ending-run.exp: After connecting to a remote target,
18639 but before running, the target will appear to be in a random
18640 location. Specify both a file and a line for breakpoints.
18641 Also, the function that calls main may be called 'init'
18642 rather than 'start'.
18643
18644 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18645
18646 * gdb.base/help.exp: Update output for add-symbol-file command.
18647
18648 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
18649
18650 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18651 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
18652
18653 2000-04-07 J.T. Conklin <jtc@redback.com>
18654
18655 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
18656
18657 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
18658
18659 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
18660
18661 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
18662 values that can be represented exactly.
18663 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
18664 above change, and to not check against the directory part of the source
18665 file name.
18666 (step into print_long_arg_list): Likewise.
18667 (print print_small_structs from print_long_arg_list): Likewise.
18668 (print print_long_arg_list): Likewise.
18669
18670 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18671
18672 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
18673
18674 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
18675
18676 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
18677
18678 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
18679
18680 * gdb.base/commands.exp (deprecated_command_test): Add test for
18681 deprecate with no arguments.
18682
18683 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
18684
18685 * gdb.base/break.exp: Add new test for setting breakpoints on
18686 optimized code so we can test breakpoints work even when function
18687 prologues may be optimized away
18688
18689 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
18690
18691 From David Whedon <dwhedon@gordian.com>
18692 * gdb.base/commands.exp : Added command deprecator tests.
18693
18694 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
18695
18696 * gdb.base/help.exp: Added test for new apropos command.
18697
18698 2000-03-21 Kevin Buettner <kevinb@redhat.com>
18699
18700 * gdb.base/pointers.c (usevar): New function.
18701 (main): Make sure that global variables v_int_pointer2, rptr,
18702 and y are all referenced someplace in the program by calling
18703 usevar() on them. [Some linkers delete symbols which are
18704 never referenced. The space remains, but there's no way to
18705 get a (symbolic) handle on the variable from the debugger.]
18706
18707 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18708
18709 * gdb.base/printcmds.c: Add typedeffed arrays.
18710
18711 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
18712 procedure to test arrays that are typedef'd.
18713
18714 2000-03-13 James Ingham <jingham@leda.cygnus.com>
18715
18716 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
18717 the library directories.
18718
18719 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
18720
18721 * configure.in (configdirs): Add sub directory gdb.mi.
18722 * configure: Re-generate.
18723
18724 * gdb.mi: New directory.
18725
18726 2000-02-25 Scott Bambrough <scottb@netwinder.org>
18727
18728 * gdb.base/long_long.exp: Correct test suite failure when printing
18729 a long long value as a double on ARM platforms.
18730
18731 2000-02-16 Jim Blandy <jimb@redhat.com>
18732
18733 * gdb.base/break.exp ("breakpoint line number"): Make sure the
18734 default source file is set properly before running this test.
18735
18736 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18737
18738 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
18739 gdbtk/library directory, not in gdbtcl2.
18740
18741 2000-02-04 Jim Blandy <jimb@redhat.com>
18742
18743 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
18744 backslash from regexp pattern.
18745
18746 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
18747 procedure. Use it to run all the "continue to bp overloaded"
18748 tests. Note that this changes the names of the tests slightly.
18749 If the breakpoint hit message includes a hex PC value, because
18750 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
18751 from the real source code, still consider that a pass.
18752
18753 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
18754 XFAIL here if the breakpoint message contains a hex address. Note
18755 similar change on 1999-11-02.
18756
18757 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
18758
18759 * gdb.base/ptype.exp: Establish a default source file before
18760 calling get_debug_format.
18761
18762 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
18763
18764 * gdb.base/watchpoint.exp: Remove duplication of test messages.
18765
18766 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18767
18768 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
18769 of successive stepi commands -- while in the prologue we should see
18770 the function entry bracket.
18771
18772 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18773
18774 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
18775 reach __change_mode() when stepping through the end of main().
18776
18777 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
18778
18779 * gdb.base/default.exp: Fix expected pattern.
18780 * gdb.base/help.exp: Same.
18781
18782 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18783
18784 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
18785 Don't use xfail's because that affects only the following test.
18786
18787 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
18788 solaris or linux.
18789
18790 * gdb.base/selftest.exp: Update to reflect changes to main.c.
18791
18792 2000-01-07 Michael Snyder <msnyder@cygnus.com>
18793
18794 * gdb.base/display.exp: Some yacc parsers like to say
18795 "A syntax error" rather than "A parse error". Accept both.
18796
18797 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
18798
18799 * gdb.base/default.exp: Remove OS dependent string from "target
18800 remote" test.
18801 * gdb.base/help.exp: Same for "help target remote" test.
18802
18803 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18804
18805 From Jim Kingdon <kingdon@redhat.com>:
18806
18807 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
18808 prompt (cleanup rather than necessity, but still might keep output
18809 from spilling to next test).
18810
18811 2000-01-02 Fred Fish <fnf@cygnus.com>
18812
18813 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
18814 AIX, which defines them in <sys/types.h>.
18815
18816 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
18817
18818 * gdb.base/default.exp: Match arm* etc instead of arm in "info
18819 float" test.
18820
18821 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
18822
18823 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
18824
18825 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
18826 outermost frame disallowed".
18827
18828 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
18829
18830 * gdb.base/setvar.exp: New tests for setting the value of a struct
18831 with a constant list.
18832
18833 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18834
18835 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
18836 require the user to type a cast before setting the value of a struct.
18837
18838 1999-12-06 Jim Blandy <jimb@cygnus.com>
18839
18840 * gdb.base/default.exp: Expect the new 'info float' command on
18841 all i386 platforms.
18842
18843 * gdb.threads/linux-dp.exp: Expand our ability to recognize
18844 LinuxThreads libraries that don't support debugging.
18845
18846 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18847
18848 * gdb.base/remote.c: Fill the buffer with truely random data.
18849 Change the buffer type to ``unsigned char'' to simplify size
18850 arithmetic.
18851
18852 * gdb.base/remote.exp: Reduce download numbers by one. Typical
18853 stub only handles 400-1 byte packets. Verify that the download
18854 worked.
18855
18856 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
18857
18858 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
18859 tests, using UNRESOLVED for the untested cases. Also, does not wait
18860 for a timeout if the prompt was received before a recognizable pattern.
18861
18862 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
18863
18864 * lib/gdb.exp (gdb_expect_list): Fix spelling.
18865
18866 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18867
18868 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
18869 watchpoints.
18870
18871 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
18872
18873 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
18874
18875 * gdb.c++/local.exp: Be more flexible in recognizing local class
18876 name mangling. Don't allow horribly truncated method names.
18877 * gdb.c++/derivation.exp: Expect protected inheritance.
18878 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
18879 * gdb.c++/virtfunc.exp: Likewise.
18880 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
18881 when printing a nested enum.
18882
18883 1999-11-22 Jim Blandy <jimb@cygnus.com>
18884
18885 * gdb.base/step-test.exp: Properly await GDB's response to setting
18886 a breakpoint on the call to large_struct_by_value.
18887
18888 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
18889 just because we have debug info for the `start' function.
18890
18891 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
18892
18893 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
18894 "Unknown signal" messages, which indicate (on LinuxThreads) that
18895 GDB doesn't know how to debug threads on this system. This is
18896 better than hanging while philosopher 0 dumps chatter into gdb.log.
18897
18898 1999-11-18 Tom Tromey <tromey@cygnus.com>
18899
18900 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
18901
18902 1999-11-18 Fred Fish <fnf@cygnus.com>
18903
18904 * gdb.base/coremaker2.c: Add sample program for generating
18905 cores that is more self contained than coremaker.c. Eventually
18906 I'll add more code to this and tie it into the testsuite.
18907
18908 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
18909
18910 * gdb.base/dollar.exp: Remove, now in gdb.hp.
18911
18912 1999-11-10 Jimmy Guo <guo@cup.hp.com>
18913
18914 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
18915 from $srcdir/lib/.
18916 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
18917 and gdb.c++/.
18918
18919 * gdb.c++/derivation.exp: remove redundant get compiler info code.
18920
18921 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
18922 'continue with watch' test point.
18923
18924 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
18925
18926 Merged from p2linux-990323-branch:
18927
18928 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
18929
18930 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
18931
18932 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
18933 {limit,fixed}''. Test ``set download-write-size''.
18934
18935 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
18936
18937 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
18938 gdb_expect_list.
18939
18940 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
18941
18942 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
18943
18944 1999-11-03 Mark Salter <msalter@cygnus.com>
18945
18946 * gdb.base/break.exp: Fix "stub continue" pattern.
18947
18948 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
18949
18950 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
18951
18952 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
18953
18954 * gdb.base/display.exp ("finish"): Add timeout clause.
18955
18956 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
18957 plain prompt clause, so this doesn't have to time out in order to
18958 fail.
18959
18960 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
18961 breakpoint hit messages include an address.
18962
18963 * gdb.base/display.exp: Don't forget to escape parens in regular
18964 expressions. Unix regexp notatation sucks.
18965
18966 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18967
18968 * gdb.base/annota1.exp: Test for annotate-signalled: change output
18969 order for 'signalled' message.
18970
18971 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
18972
18973 From Jimmy Guo <guo@cup.hp.com>:
18974 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
18975 * gdb.base/annota1.c: Add code for tests to work with.
18976
18977 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
18978
18979 * gdb.base/remote.exp: New test for remote downloading settings.
18980 * gdb.base/remote.c: New file with large .data.
18981
18982 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
18983
18984 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
18985 for LinuxThreads support, merged from the Code Fusion branch.
18986
18987 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
18988
18989 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
18990 containing exp_continue into a while within an expect. Don't
18991 attempt a start more than three times. Check return value from
18992 gdb_load.
18993
18994 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
18995
18996 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
18997 a pass case.
18998
18999 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
19000
19001 * gdb.base/break.c (main): Added a statement that we can step
19002 off of.
19003 * gdb.base/break.exp: Added tests for setting a breakpoint
19004 at an offset and stepping onto a breakpoint.
19005
19006 1999-10-01 Fred Fish <fnf@cygnus.com>
19007
19008 * gdb.base/help.exp (help add-symbol-file): Update to match current
19009 gdb output.
19010
19011 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
19012
19013 * gdb.base/break.exp: Code locations are in hex, don't forget!
19014 (For HP-UX.)
19015
19016 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
19017
19018 * condbreak.exp: Use break.c as test program.
19019 * condbreak.c: Remove, redundant with break.c.
19020
19021 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
19022
19023 * config/monitor.exp (gdb_target_monitor): Disable X- and
19024 Z-packets if the target needs it.
19025
19026 1999-09-13 James Ingham <jingham@leda.cygnus.com>
19027
19028 * gdb.c++/overload.exp: Added tests for listing overloaded
19029 functions with function pointers in the arg, explicitly calling
19030 out the version you want.
19031
19032 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
19033
19034 * long_long.exp: Add variations of test cases that work for
19035 targets with 16-bit ints and 32-bit doubles.
19036
19037 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
19038
19039 * break.c (main): Compare a possibly-uninitialized argc with an
19040 unlikely value that fits in 16 bits.
19041
19042 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
19043
19044 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
19045 0xfeeb, don't want negative numbers if ints are 16 bits.
19046
19047 * lib/gdb.exp (skip_cplus_tests): New proc.
19048 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19049 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
19050 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
19051 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
19052 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
19053 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
19054 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
19055 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
19056
19057 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
19058
19059 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
19060
19061 * gdb.base/corefile.exp (up): Allow a parameter to appear
19062 in the frame that we're going up to.
19063
19064 From Jim Blandy <jimb@cygnus.com>:
19065
19066 * gdb.base/default.exp (info float): Expect some output now.
19067
19068 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
19069 returning floating-point values to fail on the x86.
19070 * gdb.base/callfwmall.exp (do_function_calls): Same.
19071
19072 * gdb.base/list.exp (test_listsize): Correct expectations for
19073 listing line 1 with listsize 2. Also, listing a single line
19074 works now, as does listing three lines. [Kevin's note: There
19075 were a number of other cases fixed too where the expectations
19076 differed...]
19077
19078 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
19079
19080 * gdb.base/selftest.exp: Add case for when version prints as
19081 constant string instead of char pointer.
19082
19083 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
19084
19085 * gdb.base/ending-run.exp: Add Solaris case for what happens when
19086 stepping out of main.
19087
19088 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
19089 G++ used.
19090
19091 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
19092 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
19093
19094 * gdb.c++/ovldbreak.exp: Update match string in test that
19095 includes a warning of multiple breakpoints.
19096
19097 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
19098
19099 * gdb.base/display.exp: Improve precision of step-after-finish
19100 added yesterday.
19101
19102 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
19103 test.
19104
19105 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
19106 configs when using G++, not just hppa*.
19107
19108 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19109
19110 * gdb.base/async.c: New file.
19111 * gdb.base/async.exp: New file.
19112
19113 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
19114
19115 * gdb.base/break.exp: Tweak PA specific tests to properly handle
19116 PA64.
19117
19118 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
19119
19120 * gdb.base/display.exp: "finish" can leave us mid-line on many
19121 targets, deal with it. Add a small constant to main, instead of
19122 1000 since main+1000 may not be a valid address in the target.
19123
19124 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
19125 on hpux11.
19126
19127 * gdb.base/attach.exp: Handle another hpux11 error message variant
19128 when attaching to a process that does not exist.
19129
19130 1999-08-19 J.T. Conklin <jtc@redback.com>
19131
19132 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
19133 characters in 'continue to 1241' test.
19134
19135 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
19136
19137 * gdb.base/call-ar-st.exp: Add a shorter match case for the
19138 stop in print_long_arg_list, define and use a whitespace
19139 variable in print_small_structs test, add an XFAIL for Solaris.
19140 * gdb.base/dbx.exp: XFAIL func commands until somebody is
19141 interested enough to fix.
19142
19143 1999-08-13 Keith Seitz <keiths@cygnus.com>
19144
19145 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
19146 (dbx_gdb_load): Remove. Use gdb_load instead, since that
19147 proc knows about targets other than the natives.
19148 (test_assign): Use "gdb_run_cmd" to "run" the target.
19149 Check that we've actually hit the breakpoint at main.
19150 When we attempt to assign a value to a local variable, check
19151 that the variable is in the current scope, i.e., don't use
19152 a test with an empty result.
19153
19154 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
19155
19156 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
19157 command.
19158
19159 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
19160
19161 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19162 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
19163 gdb.compat, gdb.threads-hp.
19164 gdb.hp/configure, gdb.hp/configure.in: New files.
19165 gdb.hp/Makefile.in: Recurse into new subdirs.
19166 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
19167 gdb.hp/gdb.objdbg: New directory, tests for debugging info
19168 in object files.
19169 gdb.hp/tools: New directory, aux tools for HP-specific tests.
19170
19171 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
19172
19173 * gdb.base/display.exp: Help expect by putting a newline in the
19174 funky printf, remove a bogus p/a test.
19175
19176 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19177
19178 * gdb.base/display.exp: Make sure that when we say 'run', we are
19179 connected to the target. This is necessary when running not
19180 natively.
19181
19182 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
19183
19184 * gdb.base/step-test.exp: Removed some extraneous messages.
19185
19186 * gdb.base/long_long.exp: Don't run memory examination tests
19187 on little-endian targets (they will need a different set of
19188 results to match).
19189
19190 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
19191
19192 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
19193 until somebody decides to fix GDB.
19194
19195 * gdb.base/long_long.c: Stop compiler complaint by specifying long
19196 constant as "ULL".
19197 * gdb.base/long_long.exp: Loosen x/c test, add partial result
19198 matches for a couple x/2 commands.
19199
19200 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
19201
19202 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
19203 by merging in ref-types2 tests.
19204 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
19205
19206 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19207 * gdb.c++/Makefile.in: Add standard actions.
19208 (EXECUTABLES): Rename from PROGS, update list.
19209 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
19210 from gdb.hp.
19211 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
19212 foo and bar locals.
19213 * gdb.c++/anon-union.exp: Fix tests to match.
19214 * gdb.c++/classes.exp: Run if HP compiler used, add extra
19215 expect matches to handle output variations.
19216 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
19217 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
19218 output, add HP alternatives for new and delete prints.
19219 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
19220 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
19221 * gdb.c++/demangle.exp: Use $style when reporting failure.
19222 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
19223 * gdb.c++/inherit.exp: Run if HP compiler used, add some
19224 match alternatives.
19225 * gdb.c++/local.exp: Add match alternatives or xfails for HP
19226 compilers.
19227 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
19228 * gdb.c++/method.exp: Add match alternatives.
19229 * gdb.c++/misc.cc: Add bool types.
19230 * gdb.c++/misc.exp: Add tests for bool types.
19231 * gdb.c++/overload.exp: Add xfails.
19232 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
19233 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
19234 add some more template parameter tests (only for HP currently).
19235 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
19236 * gdb.c++/virtfunc.cc: Add return type and value for main.
19237 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
19238 match alternatives.
19239
19240 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19241
19242 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
19243
19244 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
19245
19246 * gdb.base/signals.exp: Don't expect getting a backtrace from
19247 within a signal handler to fail on Linux.
19248
19249 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
19250
19251 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19252 * lib/gdb.exp: Remove some gratuitious semicolons.
19253 (delete_breakpoints): Increase timeout.
19254 (gdb_expect): Add -notransfer option.
19255 (gdb_test): Use -notransfer option.
19256 (get_compiler_info): Add f77 case.
19257 (get_compiler): New proc, split out from gdb_preprocess, add f77
19258 case.
19259 (gdb_preprocess): Call get_compiler.
19260
19261 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
19262 * gdb.base/attach.exp, gdb.base/display.exp,
19263 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
19264 gdb.base/long_long.exp, gdb.base/printcmds.exp,
19265 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
19266 third arg to gdb_test.
19267 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
19268 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
19269 HP-UX xfails, add others.
19270 * gdb.base/completion.exp: Reflect name change of self-test.
19271 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
19272 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
19273 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
19274 HP failure number.
19275 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
19276 useless HP-UX 10.30 references.
19277 * gdb.base/maint.exp: Loosen matches.
19278 * gdb.base/pointers.c (main): Declare more_code.
19279 * gdb.base/pointers.exp: Match on output of a `next'.
19280 * gdb.base/structs.c: Add prototypes.
19281 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
19282 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
19283
19284 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19285
19286 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
19287 command.
19288
19289 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19290
19291 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
19292 Fix run to main failures. Watchpoint can be hardware watchpoint.
19293
19294 * gdb.base/annota1.exp: Clean up some more, in case printf has
19295 debug info. Deal with lack of signal hanlder info in stack.
19296
19297 From Jim Kingdon <kingdon@redhat.com>:
19298 * gdb.base/annota1.exp: If printf has debug info, deal with it.
19299
19300 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
19301
19302 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
19303 gdb.base/foll-vfork.exp: Don't run for crosses.
19304
19305 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
19306
19307 * gdb.base/configure.in: Check for gdbvars.exp instead of
19308 a1-selftest.exp.
19309 * gdb.base/configure: Re-generate.
19310
19311 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
19312
19313 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
19314 in trying to run first and name is too long.
19315
19316 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
19317 pointers2.c and pointers2.exp, respectively.
19318 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
19319 doschk happier.
19320
19321 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
19322
19323 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
19324 callfuncs2.c and callfuncs2.exp.
19325
19326 * gdb.base/list.exp: Remove mistaken xfails.
19327 * gdb.base/list0.h: Add optional prototypes.
19328
19329 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
19330
19331 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
19332 calling malloc.
19333 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
19334 * ptype.exp: Move test for get_debug_format to before its first
19335 use.
19336
19337 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19338
19339 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
19340 * gdb.base/annota2.cc, annota2.exp: Move from here.
19341 * gdb.c++/annota2.cc, annota2.exp: To here.
19342 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
19343
19344 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
19345
19346 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
19347 a consistent format.
19348
19349 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
19350
19351 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19352 * lib/gdb.exp (get_compiler_info): Add detection for assorted
19353 HP compilers, also set the globals $true and $false.
19354
19355 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
19356 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
19357 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
19358 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
19359 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
19360 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
19361 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
19362 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
19363 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
19364 whatis.c} Add C++ compatible function definitions and return
19365 types, add includes for library functions.
19366 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
19367 * gdb.base/step-test.c (myglob): Rename from glob.
19368 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
19369 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
19370 files, move here from gdb.hp.
19371 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
19372 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
19373 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
19374 Adjust line numbers in regexps.
19375
19376 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
19377 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
19378 instead of 0/1.
19379
19380 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
19381 foll-vfork.exp: New files, move here from gdb.hp.
19382 * gdb.base/page.exp: New file, test of pagination command.
19383
19384 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
19385 recursion test.
19386 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
19387
19388 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
19389 gdb.base/solib.exp: Fix compiler invocation process.
19390
19391 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
19392 HP-UX 11, turn off overload resolution explicitly.
19393 * gdb.base/commands.exp: Set argument list explicitly, add
19394 watchpoint test.
19395 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
19396 them work.
19397 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
19398 expressions properly.
19399 * gdb.base/corefile.exp: Loosen the match slightly.
19400 * gdb.base/default.exp: Allow "Error accessing memory" message
19401 also.
19402 * gdb.base/display.exp: Skip over x/0 j if PA64.
19403 * gdb.base/funcargs.exp: Add xfails for HP-UX.
19404 * gdb.base/interrupt.exp: Ditto.
19405 * gdb.base/langs.exp: Add symbolic matches governed by compiler
19406 in use.
19407 * gdb.base/list.exp: Add xfails for HP-UX.
19408 * gdb.base/long_long.exp: Refine some of the numeric matches.
19409 * gdb.base/mips_pro.exp: Xfail on HP-UX.
19410 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
19411 * gdb.base/nodebug.exp: Succeed on more varieties of output.
19412 * gdb.base/opaque.exp: Remove some HP-UX xfails.
19413 * gdb.base/ptype.exp: Succeed on more varieties of output.
19414 * gdb.base/scope.exp: Add xfails for HP-UX.
19415 * gdb.base/sect-cmd.exp: Add more cases.
19416 * gdb.base/setvar.exp: Add xfails for HP-UX.
19417 * gdb.base/shlib-call.exp: Loosen some matches slightly.
19418 * gdb.base/signals.exp: Match on void symbolically.
19419 * gdb.base/step-test.exp: Add case for PA64.
19420 * gdb.base/term.exp: Add exit and restart.
19421 * gdb.base/twice.exp: Clean up after self.
19422 * gdb.base/varargs.exp: Disable overload resolution explicitly.
19423 * gdb.base/whatis.exp: Allow more ways to pass tests.
19424
19425 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
19426 no longer useful.
19427
19428 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
19429
19430 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
19431 list of patterns.
19432 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
19433 print_double_array(double_array)", "continuing to breakpoint
19434 1018", "print print_double_array(array_d)" and "continuing to
19435 1034" tests.
19436
19437 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
19438
19439 * Makefile.in: Add empty html and install-html targets.
19440
19441 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
19442
19443 * config/mt-*: Remove, these haven't been used since 1996.
19444
19445 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
19446
19447 * gdb.base/call-strs.c, gdb.base/ending-run.c,
19448 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
19449 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
19450
19451 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
19452
19453 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
19454 simpler match case for the ptype of the big class.
19455
19456 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19457
19458 * gdb.exp: Fix test for gdb_prompt existence.
19459
19460 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19461
19462 * gdb.exp (gdb_test): Add fail after calls to perror.
19463
19464 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19465
19466 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
19467
19468 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19469
19470 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
19471
19472 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
19473
19474 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
19475 malloc() is linked in.
19476
19477 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
19478
19479 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
19480 step at end.
19481
19482 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
19483
19484 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
19485
19486 * gdb.java/jv-print.exp: New file. (Our first Java test!)
19487
19488 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
19489
19490 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
19491 * gdb.base/mips_pro.exp: Likewise.
19492
19493 1999-06-02 Keith Seitz <keiths@cygnus.com>
19494
19495 * gdb.c++/templates.cc: Change all "new" operators to throw
19496 an exception.
19497 * gdb.c++/cplusfuncs.cc: Likewise.
19498
19499 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
19500
19501 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
19502
19503 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
19504 * gdb.base/ending-run.exp: When stepping out of main, accept a
19505 step into an arbitrary assembler file.
19506
19507 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19508
19509 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
19510 "breakpoint-invalid" to be printed.
19511 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
19512 number of "frames-invalid" and "breakpoint-invalid" to be printed.
19513 * gdb.base/annota2.cc: Initialize a.x to 0.
19514
19515 1999-05-17 Keith Seitz <keiths@cygnus.com>
19516
19517 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
19518 when "skip_float_tests" set.
19519 Ditto for "print print_double_array(array_d)", "print print_small_structs",
19520 "print print_ten_doubles", and "step into print_long_arg_list".
19521 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
19522 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
19523 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
19524 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
19525 "skip_float_tests" is set.
19526 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
19527 when "skip_float_tests" set.
19528
19529 1999-05-06 Keith Seitz <keiths@cygnus.com>
19530
19531 * gdb.base/annota2.cc: Include stdio.h.
19532
19533 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
19534
19535 * gdb.base/crossload.exp: Remove, this has been disabled ever
19536 since BFD stopped including all targets, and cross-GDB gets
19537 plenty of testing anyway.
19538 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
19539 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
19540 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
19541 * gdb.base/README: Remove, was doc for this.
19542 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
19543 needed.
19544
19545 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19546
19547 * gdb.base/call-ar-st.exp: Fix one regular expression in test
19548 output.
19549
19550 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
19551 * gdb.base/annota2.exp: New file. More annotation tests.
19552 * gdb.base/annota1.c: New file. Source file for annota1.exp.
19553 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
19554
19555 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
19556
19557 * config/cfdbug.exp: New file.
19558
19559 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
19560
19561 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
19562 Marcus Daniel's and Dale Hawkins's demangler crashes.
19563
19564 * gdb.c++/demangle.exp (test_gnu_style_demangling,
19565 test_lucid_style_demangling, test_arm_style_demangling,
19566 test_hp_style_demangling): Try Tom Tromey's core-dumping
19567 identifier under each demangling style.
19568
19569 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
19570
19571 * gdb.c++/demangle.exp: Include the current demangling style
19572 in all test names.
19573 (current_demangling_style): New global variable.
19574 (set_demangling_style, test_demangling_core, test_demangling,
19575 test_demangling_exact): New functions.
19576 (test_gnu_style_demangling, test_lucid_style_demangling,
19577 test_arm_style_demangling, test_hp_style_demangling): Use those,
19578 instead of calling gdb_test and gdb_test_exact directly.
19579 (catch_demangling_errors): New function, which reports errors
19580 signalled by the demangling test functions in an orderly way.
19581 (do_tests): Use catch_demangling_errors.
19582
19583 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
19584
19585 * gdb.base/signals.exp (test_handle_all_print): Use () for
19586 grouping in expressions, not {}.
19587
19588 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
19589 initialized yet.
19590
19591 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
19592
19593 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
19594 are listed.
19595
19596 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
19597
19598 * gdb.stabs/weird.exp: Test for CC being defined before
19599 looking at its value.
19600
19601 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
19602
19603 * gdb.base/call-ar-st.exp: Remove stray '#'.
19604 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
19605 "short int" and "long int".
19606 * gdb.c++/overload.cc: Cast the string added in the previous
19607 change, to mollify finicky HP compiler.
19608 * gdb.hp/reg-test.exp (testfile): Fix file name.
19609 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
19610
19611 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
19612 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
19613 alternate form of enum ptype.
19614
19615 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
19616
19617 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
19618 * gdb.hp/*.exp: Change all to run compiler probe only after
19619 passing skip_hp_tests, so as not to waste time on guaranteed
19620 failure.
19621
19622 * gdb.c++/overload.cc: Pass string instead of char addr, always
19623 init ccpfoo.
19624 * gdb.c++/templates.cc: Fix syntax error.
19625
19626 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19627
19628 * gdb.base/commands.exp: Add test for correct position of '>'
19629 when issuing the 'commands' command after a 'while' or 'if'
19630 command.
19631
19632 1999-03-18 James Ingham <jingham@cygnus.com>
19633
19634 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
19635
19636 * gdb.c++/method.exp: It was testing an uninitialized int on the
19637 stack and assuming it was positive.
19638
19639 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
19640
19641 * gdb.base/step-test.exp: Catch a case where finish is broken and
19642 keep it from killing the rest of the tests.
19643 Use gdb_continue_to_end.
19644
19645 * gdb.base/sigall.exp: use gdb_continue_to_end.
19646
19647 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
19648
19649 * gdb.base/display.exp: use runto_main, not run.
19650
19651 * gdb.base/default.exp: Check for the current error message in the
19652 r abbreviation test.
19653 Add strongarm to the targets that know info float.
19654
19655 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
19656 run which doesn't work with monitors.
19657
19658 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
19659
19660 * gdb.base/break.exp: use the gdb_continue_to_end proc.
19661
19662 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
19663 program. Traps the case (in Cygmon) when the program never really
19664 exits. Same as Mark's continue_to_exit, but I had put it in a lot
19665 more places, so I used my name. Sorry Mark...
19666
19667 * config/monitor.exp (gdb_target_monitor): added another
19668 target_info parameter: remotebinarydownload. This will set the
19669 remotebinarydownload flag if this is causing some boards trouble.
19670
19671 1999-03-18 Mark Salter <msalter@cygnus.com>
19672
19673 * lib/gdb.exp (continue_to_exit): New function.
19674
19675 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
19676 * gdb.base/ending-run.exp: Ditto.
19677 * gdb.base/step-test.exp: Ditto.
19678
19679 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
19680
19681 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
19682 (suggested by Art Haas <ahaas@neosoft.com>).
19683
19684 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
19685
19686 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
19687
19688 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
19689
19690 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
19691 descriptions of types (short unsigned int vs unsigned short, etc).
19692
19693 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
19694
19695 * gdb.base/call-strs.exp: Don't assume that `step' will step over
19696 a call to strlen; sometimes we do have sources.
19697
19698 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
19699
19700 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
19701 character, so GDB won't print garbage after its end.
19702
19703 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
19704 breakpoint there instead. Sometimes GCC emits memcpy to handle
19705 the large structures being passed by value, so we step into that
19706 instead of sum_array_print, which obscures what we're really testing.
19707 * gdb.base/step-test.exp: However, we do want a test that notices
19708 the bizarre steps into memcpy, so do that here. Add check for
19709 stepping into function calls that pass large structures by value.
19710 ("Is that a noun clause, or are you just happy to see me?")
19711 Remove all references to specific line numbers.
19712 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
19713 New type and function.
19714 (main): Call large_struct_by_value, passing it a large struct by value.
19715 * lib/gdb.exp (gdb_get_line_number): New function.
19716
19717 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
19718 more portable.
19719
19720 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
19721
19722 * lib/gdb.exp: Doc fixes.
19723
19724 1999-03-05 Nick Clifton <nickc@cygnus.com>
19725
19726 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
19727
19728 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
19729
19730 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
19731 commands. They're not germane to this test, and they don't work
19732 that way on remote targets.
19733
19734 1999-03-01 James Ingham <jingham@cygnus.com>
19735
19736 * Changelog entries merged over from gdb development branch.
19737
19738 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
19739
19740 * lib/gdb.exp (gdbtk_analyze_results): Generic function
19741 for outputting results of test run.
19742
19743 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
19744
19745 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
19746
19747 1999-02-25 Felix Lee <flee@cygnus.com>
19748
19749 * lib/gdb.exp (debug_format): initialize
19750
19751 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
19752
19753 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
19754 * gdb.base/call-rt-st.c: Ditto.
19755
19756 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
19757
19758 * gdb.threads/pthreads.exp (horiz): New variable.
19759 (test_startup): Fix regexps that capture thread numbers.
19760
19761 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
19762
19763 * gdb.base/smoke.exp: Disambiguate two test case names (both
19764 called ``print'').
19765
19766 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19767
19768 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
19769 compilation.
19770
19771 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19772
19773 * gdb.base/miscexprs.exp: Change patterns to match GDB's
19774 actual output formatting.
19775 * gdb.base/smoke.exp: GDB removes leading 0's.
19776 * gdb.base/volatile.exp: Don't check type of remuneration;
19777 that variable is no longer defined in constvars.c.
19778 * gdb.base/step-test.c (main): Exit with explicit exit code.
19779 * gdb.base/step-test.exp: Remove two nexti checks--they are
19780 not portable.
19781
19782 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19783
19784 * gdb.base/help.exp ("help delete display"): Fix test to match
19785 gdb's output.
19786
19787 * gdb.base/long_long.c (known_types): Initialize values to zero.
19788 * gdb.base/long_long.exp: Step one more line
19789 so 'dec' is initialized in "get to known place". GDB removes
19790 leading zeros. Explicitly ask for hex formatting. Use
19791 unique test case names.
19792
19793 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19794
19795 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
19796
19797 * gdb.c++/method.exp: Add missing close brace.
19798
19799 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
19800
19801 * gdb.base/maint.exp: Use 'set height 0' to disable page
19802 prompting, not 'set height 400'.
19803
19804 Fix a bunch of timeouts.
19805 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
19806 four separate tests, so expect doesn't take forever to match a ton
19807 of text against a regexp with lots of .* forms.
19808 ("maint print psymbols", "maint print symbols"): Make some of
19809 these greps more selective, so that expect doesn't try to wade
19810 through huge piles of output and time out.
19811
19812 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
19813
19814 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
19815 tests: one which doesn't expect shlib events to be reported, and
19816 another which does, but is XFAIL for all platforms other than
19817 HP/UX.
19818
19819 * gdb.base/break.exp: Teach the test suite that the `catch
19820 fork', `catch vfork', and `catch exec' commands produce error
19821 messages on platforms that don't provide these features.
19822
19823 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19824
19825 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
19826 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
19827 (shortening names from solib_threshold.exp etc), won't run on
19828 anything but HP-UX for the foreseeable future.
19829 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
19830 reflect move.
19831
19832 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
19833
19834 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
19835 gdb.trace/Makefile.in (clean): Remove all test executables.
19836
19837 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
19838
19839 * gdb.base/shlib-call.exp: add test cases to verify that gdb
19840 successfully re-sets breakpoints in shared libraries.
19841 * gdb.base/shmain.c (main): return 0, don't fall off the end.
19842
19843 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19844
19845 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
19846 and compiled w/o GCC.
19847
19848 * gdb.hp/watch-cmd.exp: ditto.
19849
19850 * gdb.hp/watch-hp.exp: ditto.
19851
19852 * gdb.hp/xdb1.exp: ditto.
19853
19854 * gdb.hp/xdb2.exp: ditto.
19855
19856 * gdb.hp/dbx.exp: ditto.
19857
19858 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
19859
19860 * constvars.c: Remove C++-isms.
19861 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
19862 with GCC.
19863
19864 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
19865
19866 The following changes are part of the HP merge.
19867
19868 * gdb.base/break.exp: new tests to verify that catchpoints for
19869 fork, vfork, and exec don't trigger inappropriately.
19870
19871 * gdb.base/opaque.exp: compile one file at a time, then link.
19872
19873 * gdb.base/signals.exp: be more restrictive about which hppa
19874 systems receive a setup_xfail. new tests.
19875
19876 * gdb.base/solib_threshold.build: new file.
19877 * gdb.base/solib_threshold.exp: new file.
19878 * gdb.base/solib_threshold.link_opts: new file.
19879 * gdb.base/solib_threshold.mk: new file.
19880 * gdb.base/gen_solib_threshold.c: new file.
19881
19882 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
19883 tests. New tests for enums inside classes.
19884
19885 * gdb.c++/compiler.cc: indicate support of template debugging.
19886
19887 * gdb.c++/demangle.exp: run hp style demangling tests.
19888
19889 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
19890 tests.
19891
19892 * gdb.c++/misc.cc: changes to support new tests.
19893
19894 * gdb.c++/templates.cc: changes to support HP's compiler; changes
19895 to support new tests.
19896
19897 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
19898 gcc, then skip these tests.
19899
19900 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
19901
19902 The following files are part of the HP merge; some had longer
19903 names at HP, but have been renamed to be no more than 14
19904 characters in length.
19905
19906 * gdb.hp/ambiguous.cc: new file.
19907 * gdb.hp/ambiguous.exp: new file.
19908 * gdb.hp/attach.exp: new file.
19909 * gdb.hp/attach2.exp: new file.
19910 * gdb.hp/classes-hp.exp: new file.
19911 * gdb.hp/ctti.exp: new file.
19912 * gdb.hp/ctti-add.cc: new file.
19913 * gdb.hp/ctti-add1.cc: new file.
19914 * gdb.hp/ctti-add2.cc: new file.
19915 * gdb.hp/ctti-add3.cc: new file.
19916 * gdb.hp/dbx.exp: new file.
19917 * gdb.hp/exception.cc: new file.
19918 * gdb.hp/exception.exp: new file.
19919 * gdb.hp/foll-exec.c: new file.
19920 * gdb.hp/foll-exec.exp: new file.
19921 * gdb.hp/foll-fork.c: new file.
19922 * gdb.hp/foll-fork.exp: new file.
19923 * gdb.hp/foll-vfork.c: new file.
19924 * gdb.hp/foll-vfork.exp: new file.
19925 * gdb.hp/inherit-hp.exp: new file.
19926 * gdb.hp/more-steps.exp: new file.
19927 * gdb.hp/namespace.cc: new file.
19928 * gdb.hp/namespace.exp: new file.
19929 * gdb.hp/optimize.exp: new file.
19930 * gdb.hp/pxdb.c: new file.
19931 * gdb.hp/pxdb.exp: new file.
19932 * gdb.hp/quicksort.exp: new file.
19933 * gdb.hp/reg-test.exp: new file.
19934 * gdb.hp/reg-test.s: new file.
19935 * gdb.hp/sized-enum.c: new file.
19936 * gdb.hp/sized-enum.exp: new file.
19937 * gdb.hp/start-stop.exp: new file.
19938 * gdb.hp/templ-hp.cc: new file.
19939 * gdb.hp/templ-hp.exp: new file.
19940 * gdb.hp/thr-lib.c: new file.
19941 * gdb.hp/thr-lib.exp: new file.
19942 * gdb.hp/thr-lib.h: new file.
19943 * gdb.hp/thr-liblib.c: new file.
19944 * gdb.hp/virtfun-hp.c: new file.
19945 * gdb.hp/virtfun-hp.exp: new file.
19946 * gdb.hp/watch-cmd.exp: new file.
19947 * gdb.hp/watch-hp.exp: new file.
19948 * gdb.hp/xdb1.exp: new file.
19949 * gdb.hp/xdb2.exp: new file.
19950 * gdb.hp/xdb3.exp: new file.
19951
19952 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
19953
19954 The following files are part of the HP merge; some had longer
19955 names at HP, but have been renamed to be no more than 14
19956 characters in length.
19957
19958 * gdb.base/ss.h: new file.
19959 * gdb.base/call-ar-st.c: new file.
19960 * gdb.base/call-ar-st.exp: new file.
19961 * gdb.base/call-rt-st.c: new file.
19962 * gdb.base/call-rt-st-exp: new file.
19963 * gdb.base/call-strs.exp: new file.
19964 * gdb.base/ena-dis-br.exp: new file.
19965 * gdb.base/environ.exp: new file.
19966 * gdb.base/long_long.exp: new file.
19967 * gdb.base/sect-cmd.exp: new file.
19968 * gdb.base/shlib-cl2.exp: new file.
19969 * gdb.base/smoke.exp: new file.
19970 * gdb.base/so-impl-ld.c: new file.
19971 * gdb.base/so-impl-ld.exp: new file.
19972 * gdb.base/so-indr-cl.c: new file.
19973 * gdb.base/so-indr-cl.exp: new file.
19974 * gdb.base/varargs.exp: new file.
19975 * gdb.base/volatile.exp: new file.
19976 * gdb.base/whatis-exp.exp: new file.
19977 * gdb.base/display.exp: new file.
19978 * gdb.c++/derivation.exp: new file.
19979 * gdb.c++/local.exp: new file.
19980 * gdb.c++/member-ptr.exp: new file.
19981 * gdb.c++/overload.exp: new file.
19982 * gdb.c++/ovldbreak.exp: new file.
19983 * gdb.c++/ref-types.exp: new file.
19984 * gdb.c++/ref-types2.exp: new file.
19985 * gdb.c++/userdef.exp: new file.
19986
19987 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
19988
19989 * gdb.base/default.exp: Reflect wording change in remote.c.
19990
19991 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
19992
19993 * gdb.base/help.exp: Update to reflect current text.
19994
19995 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
19996
19997 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
19998 they're stack variables and contain garbage.
19999 * gdb.c++/anon-union.exp: new file.
20000
20001 The following changes were made by David Taylor
20002 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20003 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20004 in changes by HP.
20005
20006 * gdb.base/bitops.exp: new file.
20007 * gdb.base/default.exp: change expected messages for catch and
20008 info catch tests to reflect HP merge changes.
20009 * gdb.base/enable-disable-break.exp
20010 * gdb.base/ending-run.c: new file.
20011 * gdb.base/long_long.c: new file.
20012 * gdb.base/maint.exp: new file.
20013 * gdb.base/pointers2.exp: new file.
20014 * gdb.base/shlib-call2.exp: new file.
20015 * gdb.base/solib.exp: new file.
20016 * gdb.base/step-test.c: new file.
20017 * gdb.c++/anon-union.cc: new file.
20018 * gdb.c++/local.cc: new file.
20019 * gdb.c++/member-pointer.cc: new file.
20020 * gdb.c++/method.cc: new file.
20021 * gdb.c++/ref-types.cc: new file.
20022 * gdb.c++/ref-types2.cc: new file.
20023 * gdb.c++/userdef.cc: new file.
20024
20025 * gdb.base/scope.exp: compile one file at a time, then link.
20026 * gdb.base/langs.exp: ditto.
20027 * gdb.base/list.exp: ditto.
20028
20029 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
20030
20031 The following changes were made by David Taylor
20032 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20033 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20034 in changes by HP.
20035
20036 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
20037 skip tests. When compiling pass c++ flag to gdb_compile.
20038 * gdb.c++/
20039
20040 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
20041 test for on hppa*-*-hpux*; use args to see if c++ was specified.
20042 (skip_hp_tests): new function.
20043 (gdb_preprocess): new function.
20044
20045 * configure.in (hpdir): decide whether to configure gdb.hp.
20046 * configure: regenerated.
20047
20048 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
20049 to delete on clean.
20050 (EXECUTABLES): update to reflect new additions.
20051 * gdb.base/commands.exp: update message expected.
20052 * gdb.base/default.exp: add copyright notice.
20053 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
20054 * gdb.base/help.exp: update messages to reflect current text.
20055 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
20056 targets for recurse tests.
20057 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
20058 skip this file.
20059
20060 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
20061 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
20062 compilation.
20063 * gdb.c++/misc.exp: ditto.
20064 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
20065 run the tests. tell gdb_compile that it's a c++ compilation.
20066
20067 * gdb.threads/pthreads.exp: fix typo in message.
20068
20069 * gdb.base/all-bin.exp: new file.
20070 * gdb.base/arithmet.exp: new file.
20071 * gdb.base/assign.exp: new file.
20072 * gdb.base/completion.exp: new file.
20073 * gdb.base/cond-expr.exp: new file.
20074 * gdb.base/condbreak.exp: new file.
20075 * gdb.base/define.exp: new file.
20076 * gdb.base/dollar.exp: new file.
20077 * gdb.base/environment.exp: new file.
20078 * gdb.base/eval-skip.exp: new file.
20079 * gdb.base/jump.exp: new file.
20080 * gdb.base/logical.exp: new file.
20081 * gdb.base/pointers.exp: new file.
20082 * gdb.base/relational.exp: new file.
20083 * gdb.base/section_command.exp: new file.
20084 * gdb.base/whatis-expr.exp: new file.
20085
20086 * gdb.base/all-types.c: new file.
20087 * gdb.base/call-array-struct.c: new file.
20088 * gdb.base/call-return-struct.c: new file.
20089 * gdb.base/call-strings.c: new file.
20090 * gdb.base/callfuncs2.c: new file.
20091 * gdb.base/condbreak.c: new file.
20092 * gdb.base/constvars.c: new file.
20093 * gdb.base/display.c: new file.
20094 * gdb.base/int-type.c: new file.
20095 * gdb.base/jump.c: new file.
20096 * gdb.base/miscexprs.c: new file.
20097 * gdb.base/pointers.c: new file.
20098 * gdb.base/pointers2.c: new file.
20099 * gdb.base/shmain.c: new file.
20100 * gdb.base/shr1.c: new file.
20101 * gdb.base/shr2.c: new file.
20102 * gdb.base/solib.c: new file.
20103 * gdb.base/solib1.c: new file.
20104 * gdb.base/solib2.c: new file.
20105 * gdb.base/varargs.c: new file.
20106 * gdb.c++/derivation.cc: new file.
20107 * gdb.c++/overload.cc: new file.
20108 * gdb.c++/ovldbreak.cc: new file.
20109 * gdb.hp/attach.c: new file.
20110 * gdb.hp/attach2.c: new file.
20111 * gdb.hp/average.c: new file.
20112 * gdb.hp/compiler.c: new file.
20113 * gdb.hp/compiler.cc: new file.
20114 * gdb.hp/execd-program.c: new file.
20115 * gdb.hp/follow-exec.c: new file.
20116 * gdb.hp/follow-fork.c: new file.
20117 * gdb.hp/follow-vfork-and-exec.c: new file.
20118 * gdb.hp/misc-hp.cc: new file.
20119 * gdb.hp/more-steps.c: new file.
20120 * gdb.hp/optimize.c: new file.
20121 * gdb.hp/quicksort.c: new file.
20122 * gdb.hp/run-hp.c: new file.
20123 * gdb.hp/start-stop.c: new file.
20124 * gdb.hp/sum.c: new file.
20125 * gdb.hp/templates-hp.cc: new file.
20126 * gdb.hp/thread-local-in-lib.c: new file.
20127 * gdb.hp/thread-local-in-lib.h: new file.
20128 * gdb.hp/thread-local-in-lib.lib.c: new file.
20129 * gdb.hp/vforked-program.c: new file.
20130 * gdb.hp/virtfunc-hp.cc: new file.
20131 * gdb.hp/watchpoint-hp.c: new file.
20132 * gdb.hp/xdb.c: new file.
20133 * gdb.hp/xdb0.c: new file.
20134 * gdb.hp/xdb0.h: new file.
20135 * gdb.hp/xdb1.c: new file.
20136
20137 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
20138
20139 The following change was made by Edith Epstein
20140 <eepstein@cygnus.com> as part of a project to merge in changes
20141 originally made by HP; HP did not create ChangeLog entries.
20142
20143 * gdb.c++/demangle.exp: changed the expected output for some
20144 ARM-style mangling -- removed second reference to datatype.
20145 For example, maint demangle __dt__11T1__pt__2_cFv
20146 T1<char>::~T1<char>(void)
20147 becomes,
20148 maint demangle __dt__11T1__pt__2_cFv
20149 T1<char>::~T1(void)
20150
20151 (test_hp_style_demangling): new hp specific demangling test cases.
20152
20153 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
20154
20155 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
20156 * gdb.trace/backtrace.exp: Likewise.
20157 * gdb.trace/circ.exp: Likewise.
20158 * gdb.trace/collection.exp: Likewise.
20159 * gdb.trace/deltrace.exp: Likewise.
20160 * gdb.trace/infotrace.exp: Likewise.
20161 * gdb.trace/limits.exp: Likewise.
20162 * gdb.trace/packetlen.exp: Likewise.
20163 * gdb.trace/passc-dyn.exp: Likewise.
20164 * gdb.trace/passcount.exp: Likewise.
20165 * gdb.trace/report.exp: Likewise.
20166 * gdb.trace/save-trace.exp: Likewise.
20167 * gdb.trace/tfind.exp: Likewise.
20168 * gdb.trace/tracecmd.exp: Likewise.
20169 * gdb.trace/while-dyn.exp: Likewise.
20170 * gdb.trace/while-stepping.exp: Likewise.
20171
20172 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
20173
20174 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
20175
20176 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
20177
20178 From Brendan Kehoe:
20179 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
20180 int return types.
20181
20182 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
20183
20184 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
20185 remote dos host testing right.
20186
20187 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
20188
20189 * gdb.base/corefile.exp: remove some xfails.
20190
20191 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
20192
20193 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
20194 have different timestamps.
20195
20196 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
20197
20198 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
20199 gdb.base/default.exp: Replace "exec" with "executable".
20200
20201 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
20202
20203 * gdb.base/default.exp: Change else if to elseif from previous
20204 delta.
20205
20206 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
20207
20208 * gdb.base/default.exp: Add brace missing from previous delta.
20209
20210 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
20211
20212 * gdb.base/default.exp: Support test for info float for all
20213 varieties of arm toolchain.
20214
20215 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
20216
20217 * gdb.trace/*.exp: remove "remote_download" command.
20218
20219 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
20220
20221 * gdb.trace/*.exp: remove -gdwarf from compile.
20222
20223 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
20224
20225 * gdb.trace/configure.in(AC_INIT): typo
20226 * gdb.trace/configure: regenerated
20227
20228 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
20229
20230 * config/m68k-emc.exp: New file.
20231 * lib/<emc-support.exp trace-support.exp}: New files.
20232 * configure.in: add new test directory gdb.trace.
20233 * gdb.trace/{configure configure.in Makefile.in}: New files.
20234 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
20235 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
20236 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
20237 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
20238 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
20239 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
20240 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
20241
20242 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
20243
20244 * gdb.c++/classes.exp: Change all regular expressions to match
20245 arbitrary combinations of newline/carriage-return, so that they
20246 will work equally well on Unix and Windows.
20247 * gdb.c++/inherit.exp: ditto.
20248 * gdb.c++/virtfunc.exp: ditto.
20249
20250 1998-08-11 Dawn Perchik <dawn@cygnus.com>
20251
20252 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
20253
20254 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
20255
20256 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
20257 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
20258 to use a0-a3/d0-d3 as needed.
20259
20260 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
20261
20262 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
20263 * gdb.disasm/am33.exp: Corresponding changes.
20264
20265 1998-07-11 Felix Lee <flee@cygnus.com>
20266
20267 * gdb.base/callfuncs.exp: add cmp10 test.
20268 * gdb.base/callfuncs.c (cmp10): new function.
20269
20270 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
20271
20272 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
20273 into two parts to get around a synchronization problem in expect.
20274
20275 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
20276
20277 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
20278
20279 * configure.in: Add options for gdbtk testsuite.
20280
20281 * configure: Regenerate.
20282
20283 * gdb.gdbtk: New directory to hold gdbtk tests.
20284
20285 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20286
20287 * gdb.fortran/types.exp: Escape brackets in expect patterns
20288 for test_float_literal_types_accepted tests.
20289 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
20290 before run test.
20291
20292 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
20293
20294 * am33.exp: Just compile, do not link the testcase.
20295 * am33.s: Add ".am33" pseudoop to force am33 mode.
20296
20297 1998-06-25 Felix Lee <flee@cygnus.com>
20298
20299 * gdb.base/setshow.exp: make sure $pc is sane.
20300
20301 * gdb.stabs/weird.exp: split expect patterns properly.
20302
20303 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
20304
20305 * gdb.disasm/am33.s: New disassembler testfile for the am33.
20306 * gdb.disasm/am33.exp: Run it.
20307
20308 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
20309
20310 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
20311 match processing (and eliminate spurious timeouts when running).
20312
20313 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
20314
20315 * gdb.base/signals.exp (test_handle_all_print): put back Mach
20316 exception test, but conditionalize it on target [mach | gnu].
20317
20318 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
20319
20320 * gdb.base/overlays.exp: fixup compile line for linker script.
20321
20322 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
20323
20324 * gdb.fortran/types.exp: don't guess at float size.
20325
20326 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
20327
20328 * gdb.base/exprs.exp: delete test that depends on int size.
20329
20330 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
20331
20332 * config/sim.exp: Removed checks for target triplets.
20333 (gdb_target_sim): Use gdb,target_sim_options.
20334
20335 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
20336
20337 * gdb.base/reread.exp: New file.
20338 * gdb.base/reread1.c: New file.
20339 * gdb.base/reread2.c: New file.
20340
20341 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
20342
20343 * config/sim.exp: Use 'target sim -sparclite' when running
20344 SPARClite programs.
20345
20346 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
20347
20348 * gdb.base/structs2.exp: New file.
20349 * gdb.base/structs2.c: New file.
20350
20351 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
20352
20353 * gdb.asm/common.inc: New file.
20354 * gdb.asm/d10v.inc: New file.
20355 * asm-source.exp: Pass -I's to gas to find .inc files.
20356 Update line numbers in expected output.
20357 * asmsrc1.s: Rewrite.
20358 * asmsrc2.s: Rewrite.
20359 * configure.in: Create arch.inc symlink.
20360 * configure: Regenerate.
20361 * Makefile.in (distclean): Delete arch.inc.
20362
20363 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
20364
20365 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
20366 (t_enum_value2): ditto
20367 (t_enum_value3): ditto
20368 (main): ditto
20369 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20370
20371 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
20372 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
20373 change.
20374 Use gdb_test instead of send_gdb/gdb_expect sequences.
20375
20376 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
20377
20378 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
20379 not void.
20380
20381 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
20382
20383 * gdb.base/branches.c: Code with lots of loops and
20384 subroutines. Used to test gdbs ability to single step through PC
20385 changes, especially to test mips-tdep.c:mips_next_pc
20386
20387 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
20388
20389 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
20390 more rigorous EGCS C++ error checking.
20391
20392 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20393
20394 * gdb.base/help.exp: Clean up `help set args' and `help show args'
20395 tests.
20396 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
20397 function when asleep.
20398 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
20399 for i*86 Linux and SVR4 signal handling problems.
20400 Remove linux xfail for `next to handler in signals_tests_1', fixed
20401 by recent infrun.c change.
20402 Limit backtrace to 10 frames to avoid timeout problems with infinite
20403 stack backtraces.
20404 Adjust expect pattern in `handle all print' test to match Apr 28 1997
20405 target.[ch] change.
20406
20407 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
20408
20409 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
20410 for a newline from gdb before continuing.
20411 (default_gdb_exit): Just look for y or n.
20412 (gdb_test): Detect abnormal exit from GDB running on DOS; if
20413 it does, fail the rests of the tests in the file.
20414
20415 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
20416
20417 * config/cygmon.exp: New file.
20418
20419 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
20420
20421 * gdb.base/list.exp: Fix problem with "list default lines around
20422 main" test on remote targets.
20423
20424 * gdb.base/scope.exp: Fix problem with filelocal_bss before
20425 run test on remote targets.
20426
20427 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
20428
20429 * gdb.asm: New directory.
20430 * configure.in: Configure it.
20431 * configure: Regenerate.
20432 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
20433 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
20434
20435 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
20436
20437 * config/mn10300-eval.exp: New file to support MN10300 eval board.
20438
20439 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
20440
20441 * gdb.base/overlays (several files): Merge the two overlay
20442 managers into one. Change variables (foox, barx, bazx, grbxx)
20443 back into ints but force them to load in their proper sections.
20444
20445 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
20446
20447 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
20448 on-chip insn memory and IMAP1 to upper 128k.
20449 (D10VCopy): Handle memory regions crossing 16k boundaries.
20450 (D10VCopy): Transfer data in 32 bit chunks.
20451
20452 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
20453
20454 * gdb.base/overlays.c (main): Exit normally when result is
20455 correct.
20456
20457 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
20458 map. Include space for printf in .text segment.
20459
20460 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
20461 updated d10v memory VMA/LMA map.
20462 (D10VCopy): Call D10VTranslate.
20463
20464 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
20465
20466 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
20467
20468 * gdb.base/bar.c (barx, bar): Change variable to small array so
20469 that it won't be put into the .sdata - small data -
20470 section. Update reference.
20471 * gdb.base/baz.c (bazx, baz): Ditto.
20472 * gdb.base/foo.c (foox, foo): Ditto.
20473 * gdb.base/grbx.c (grbxx, grbx): Ditto.
20474
20475 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
20476 to be arrays.
20477
20478 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
20479
20480 * gdb.base/overlays.exp: fix up and get working again.
20481 Add tests for backtraces from an overlay function.
20482
20483 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
20484
20485 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
20486 "calling function with watchpoint enabled".
20487
20488 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
20489
20490 * gdb.base/break.exp (test_next_with_recursion): Remove
20491 gdb_suppress_tests for d10v-*-*.
20492 * lib/gdb.exp (gdb_suppress_tests): Disable this function
20493 pending review of whether it is useful or not.
20494
20495 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
20496
20497 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
20498
20499 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
20500
20501 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
20502 * config/dve.exp: New file to support Densan boards.
20503
20504 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
20505
20506 * gdb.base/interrupt.exp: Document problem of simulators, signals,
20507 reads and BSD.
20508
20509 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
20510
20511 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
20512 response.
20513
20514 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
20515
20516 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
20517
20518 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
20519 test.
20520
20521 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
20522 target_sizeof_long and target_bigendian_p.
20523 (structs_by_value, structs_by_reference): Check values according
20524 to targets word size and endianess.
20525
20526 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
20527
20528 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
20529 output.
20530
20531 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
20532
20533 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
20534 Update test of set args help to match source change.
20535
20536 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
20537
20538 * gdb.base/default.exp: Expect help system output to be in
20539 alphabetical order.
20540 * gdb.base/help.exp: Ditto.
20541
20542 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
20543
20544 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
20545 "i*86-pc-linux-gnu*".
20546 * gdb.base/interrupt.exp: Ditto.
20547 * gdb.base/corefile.exp: Ditto.
20548
20549 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
20550 define vxworks when building the testcase.
20551
20552 * gdb.base/ptype.exp: Fix testnames to be unique.
20553 * gdb.base/radix.exp: Ditto.
20554 * gdb.base/term.exp: Ditto.
20555 * gdb.base/whatis.exp: Ditto.
20556 * gdb.c++/classes.exp: Ditto.
20557
20558 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
20559
20560 * gdb.base/callfuncs.exp: Fix indentation.
20561
20562 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
20563 suppress_flag has been set.
20564 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
20565 target feature.
20566
20567 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
20568
20569 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
20570 the testcase.
20571
20572 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
20573 set_debug_traps() and breakpoint().
20574 * gdb.c++/misc.cc (main): Ditto.
20575 * gdb.c++/templates.cc (main): Ditto.
20576 * gdb.c++/virtfunc.cc (main): Ditto.
20577
20578 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
20579
20580 * lib/gdb.exp(gdb_step_for_stub): New function.
20581 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
20582 exists, reload the executable and do a "continue" instead of
20583 doing a jump.
20584 (runto_main): Use gdb_step_for_stub.
20585
20586 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
20587 tests to have unique names.
20588 * gdb.base/callfuncs.exp: Ditto.
20589 * gdb.base/commands.exp: Ditto.
20590 * gdb.base/default.exp: Ditto.
20591 * gdb.base/help.exp: Ditto.
20592 * gdb.base/list.exp: Ditto.
20593 * gdb.base/opaque.exp: Ditto.
20594 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
20595 similar tests.
20596
20597 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
20598 * gdb.c++/cplusfuncs.cc: Ditto.
20599 * gdb.c++/virtfunc.cc: Ditto.
20600
20601 * config/monitor.exp: Keep track of the last file we saw, rather
20602 than trying to get the info from gdb.
20603
20604 * gdb.fortran/types.exp: Move comment to previous line.
20605
20606 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
20607
20608 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
20609 target mode.
20610
20611 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
20612
20613 From Bob Manson:
20614 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
20615 string from GDB when it connects.
20616
20617 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
20618
20619 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
20620
20621 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
20622 if we can't get a debug format from GDB (we may be testing an
20623 older GDB). Use a 10 second timeout when checking for the format.
20624
20625 * gdb.stabs/weird.exp: Fix quoting.
20626
20627 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
20628
20629 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
20630
20631 * config/arm-ice.exp: New file.
20632
20633 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
20634
20635 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
20636 until it has been modified to work with the new testsuite.
20637
20638 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
20639 testcase won't compile, cause all of the testcases in the file to
20640 fail instead.
20641
20642 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
20643 (gdb_clear_suppressed): New procedure.
20644 (gdb_stop_suppressing_tests): Only clear suppress_flag if
20645 it contains a positive value.
20646
20647 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
20648
20649 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
20650
20651 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
20652
20653 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
20654
20655 * lib/gdb.exp (setup_xfail_format): New function.
20656 (get_debug_format): New function to get debug format.
20657 (debug_format): New global variable to hold last value set
20658 by get_debug_format.
20659 * gdb.base/list.exp: Call get_debug_format and expect some
20660 tests to fail for DWARF 1 and COFF formats.
20661 * gdb.c++/ptype.exp: Ditto.
20662 * gdb.c++/classes.exp: Ditto.
20663 * gdb.c++/cplusfuncs.exp: Ditto.
20664 * gdb.c++/inherit.exp: Ditto.
20665 * gdb.c++/templates.exp: Ditto.
20666 * gdb.c++/virtfunc.exp: Ditto.
20667
20668 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
20669
20670 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
20671 host doesn't have a currently-open connection.
20672
20673 * config/sparclet.exp: Cleanups and fixes to make it generic for
20674 any gdb stub target. Handle cases where gdb doesn't respond when
20675 interrupted in a sane fashion.
20676
20677 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
20678 same thing in a totally different way.
20679
20680 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
20681 setting "timeout".
20682 (gdb_start): We set the global gdb_prompt variable in
20683 default_gdb_init now.
20684
20685 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
20686
20687 * gdb.base/printcmds.exp: Fix "check for floating addition"
20688 regexp to accept results within approx +/- .01 of exact value.
20689 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
20690
20691 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
20692
20693 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
20694 properly.
20695 (gdb_expect): Add optional timeout parameter, and add timeout
20696 value to various calls.
20697 (gdb_suppress_tests): Only give one warning message per group.
20698
20699 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
20700
20701 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
20702 global variables. Handle getting a value for $timeout more
20703 gracefully.
20704
20705 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20706
20707 * lib/gdb.exp: Close connection to remote host if gdb doesn't
20708 initialize.
20709 (default_gdb_init): New procedure; allow gdb_init to be overridden
20710 by a target configuration file.
20711 (gdb_expect): Pass the timeout to remote_expect.
20712
20713 * config/monitor.exp(gdb_load): Fix typo in regexp.
20714
20715 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
20716
20717 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
20718
20719 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
20720
20721 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
20722 here. Call gdb_target_exec before rebooting the target, to make
20723 sure the connection to the target is closed.
20724 (gdb_load): Pass the name of the executable to gdb_target_monitor.
20725 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
20726 Also detect "Timeout reading from remote" error.
20727
20728 * config/gdbserver.exp: Pass the executable being loaded to
20729 gdb_target_monitor. Don't call gdb_file_cmd here; let
20730 gdb_target_monitor do it.
20731
20732 * gdb.disasm/hppa.exp: Don't use exec_output.
20733
20734 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
20735
20736 * gdb.base/list.exp: If we're debugging a non-native target,
20737 try to set the pc register to point to the start of the
20738 program before doing the first list command.
20739
20740 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
20741 test_calls after restarting.
20742
20743 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
20744 reloading.
20745
20746 * gdb.base/watchpoint.exp: Fix typo.
20747
20748 * gdb.base/setshow.exp: Check for use_gdb_stub.
20749
20750 * gdb.base/break.exp: Fix continue until exit test for the gdb
20751 stub case.
20752 * gdb.base/langs.exp: Ditto.
20753
20754 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
20755 gdb_load_offset. If we weren't given a file to load, figure out
20756 what the current file is and use it.
20757
20758 * config/i386-bozo.exp: New file.
20759
20760 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
20761
20762 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
20763 feature.
20764
20765 * config/proelf.exp: New entry.
20766
20767 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
20768
20769 * lib/gdb.exp: Remove spurious .* patterns at the beginning
20770 of regexps.
20771
20772 * gdb.base/watchpoint.exp: Don't run the test_stepping
20773 tests if gdb can't call functions on the target.
20774
20775 * gdb.base/setshow.exp: Don't run the set prompt tests if
20776 the board has gdb_prompt set.
20777
20778 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
20779
20780 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
20781 * gdb.base/commands.exp: Likewise.
20782 * gdb.base/setshow.exp: Likewise.
20783
20784 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
20785
20786 * config/monitor.exp(gdb_start): Look for gdb_prompt target
20787 feature.
20788
20789 * config/i960.exp: New file.
20790
20791 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
20792
20793 * gdb.base/funcargs.exp: Check for gdb,short_int target
20794 feature instead of looking for explicit target triplets.
20795
20796 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
20797
20798 * gdb.base/printcmds.exp: add a couple more tests a la
20799 "p 123DEADBEEF", to check parse_number.
20800 * top.c: change "to enable to enable" to "to enable" in a couple
20801 of help strings.
20802
20803 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
20804
20805 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
20806 on the mn10300.
20807
20808 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
20809
20810 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
20811 where the test executable is run with explicit args.
20812 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
20813
20814 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
20815
20816 * gdb.base/run.c: Use FAKEARGV to build test executable that
20817 does not require a command line arg, since most simulators
20818 don't currently support passing such an arg into the simulated
20819 program.
20820 * gdb.base/commands.exp: Change tests to insert the proper
20821 value as the arg to the first recursive factorial call. Change
20822 compilation line to define FAKEARGV at compile time.
20823
20824 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
20825
20826 * gdb.base/recurse.exp: Enable these tests for the mn10300.
20827 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
20828 function with watchpoint enabled" test.
20829
20830 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
20831
20832 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
20833 Don't call gdb_test when the command doesn't return to a gdb prompt.
20834
20835 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
20836 "Tests restarted" messages.
20837
20838 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
20839
20840 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
20841
20842 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
20843
20844 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
20845 for INFO SYMBOL; add help tests for OVERLAY commands.
20846 * gdb.base/default.exp: add tests for INFO SYMBOL command;
20847 add tests for OVERLAY commands
20848 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
20849 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
20850 * gdb.base/sigall.c: add usestubs code frag
20851 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
20852
20853 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
20854
20855 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
20856 failures.
20857 (gdb_stop_suppressing_tests): Note that tests have restarted.
20858
20859 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
20860
20861 * config/h8300.exp: New file.
20862
20863 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
20864
20865 * gdb.base/setshow.exp: Check for the existence of a
20866 feature, not its value.
20867
20868 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
20869
20870 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
20871
20872 * gdb.base/scope.exp: It's now init0(), not init().
20873
20874 * gdb.base/scope0.c: For now, change init() to be init0().
20875
20876 * config/monitor.exp: Use gdb_serial in preference to serial
20877 or netport.
20878
20879 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
20880 and it's not already set.
20881
20882 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
20883
20884 * gdb.base/setshow.exp: Only test the run command if the target
20885 isn't using a stub and if it supports argument passing.
20886
20887 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
20888
20889 * config/udi.exp(gdb_start): Make sure UDICONF is set
20890 properly before starting gdb.
20891
20892 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
20893
20894 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
20895 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
20896 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
20897
20898 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
20899
20900 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
20901 specialized code to reboot the board, use remote_reboot instead.
20902
20903 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
20904
20905 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
20906
20907 * config/monitor.exp: Make sure we disconnect from the target.
20908 Also, try a reboot/reload cycle instead of failing if the
20909 load fails.
20910
20911 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
20912
20913 * gdb.base/default.exp: Don't set match_max.
20914 * gdb.base/help.exp: Ditto.
20915 * gdb.base/list.exp: Ditto.
20916 * gdb.base/signals.exp: Ditto.
20917
20918 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
20919 set, use remote_ld to download the testcase instead of
20920 the GDB loader.
20921
20922 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
20923
20924 * config/vr5000.exp: New file.
20925
20926 * config/monitor.exp(gdb_target_monitor): Add pattern for
20927 "Ending remote" to detect errors in connecting.
20928
20929 * gdb.base/setshow.exp: Add .* within auto language test.
20930
20931 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
20932 target feature.
20933
20934 * config/monitor.exp(gdb_load): Check for a failure when loading,
20935 and reboot the board if necessary.
20936
20937 * gdb.base/setvar.exp(test_set): Handle multiple prints within
20938 a set of tests. Remove print.* from the patterns being checked.
20939
20940 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
20941
20942 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
20943 refer to gdb_spawn_id.
20944
20945 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
20946 longer used.
20947 * config/sparclet.exp: Ditto.
20948 * config/sparclet-old.exp: Ditto.
20949 * config/slite.exp: Ditto.
20950 * config/sim.exp: Ditto.
20951 * gdb.base/funcargs.exp: Ditto.
20952
20953 * lib/gdb.exp:Remove references to gdb_spawn_id.
20954 (gdb_expect): Move to remote.exp.
20955
20956 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
20957
20958 * config/monitor.exp: Detect the "Couldn't establish connection"
20959 message from GDB.
20960
20961 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
20962
20963 * gdb.base/bitfields.exp: Use runto instead of explicit
20964 gdb_run_cmd/gdb_expect sequences.
20965
20966 * gdb.base/break.exp(text_next_with_recursion): Add match for
20967 gdb_expect call.
20968
20969 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
20970 We also need to handle the "A program is being debugged already"
20971 prompt from gdb. Use gdb_test to set the baud rate.
20972
20973 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
20974 to 20000. Really. I mean it.
20975
20976 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20977
20978 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
20979 fails. If suppress_flag is set, skip perror message about not
20980 being able to send to GDB.
20981 (send_gdb): If suppress_flag is set, don't try to send commands to
20982 GDB.
20983 (gdb_expect): If suppress_flag is set, always fail immediately.
20984 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
20985 (gdb_init): Call gdb_stop_suppressing_tests.
20986 (default_gdb_exit): Ditto.
20987 (default_gdb_start): Ditto.
20988
20989 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
20990 gdb_stop_suppressing_tests as appropriate.
20991 * gdb.base/break.exp: Ditto.
20992 * gdb.base/callfuncs.exp: Ditto.
20993 * gdb.base/commands.exp: Ditto.
20994 * gdb.base/exprs.exp: Ditto.
20995 * gdb.base/funcargs.exp: Ditto.
20996 * gdb.base/list.exp: Ditto.
20997 * gdb.base/recurse.exp: Ditto.
20998 * gdb.base/scope.exp: Ditto.
20999 * gdb.base/structs.exp: Ditto.
21000 * gdb.c++/inherit.exp: Ditto.
21001
21002 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
21003
21004 * config/vr4300.exp: New file.
21005
21006 * gdb.*/*.exp: Call gdb_expect instead of expect.
21007
21008 * lib/gdb.exp(gdb_expect): New function.
21009
21010 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
21011
21012 * lib/gdb.exp(gdb_init): New function.
21013
21014 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
21015 for each individual variable set.
21016
21017 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
21018 name.
21019
21020 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
21021
21022 * gdb.base/scope.exp: Use gdb_test.
21023
21024 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
21025 aborting; the testsuite driver will do that for us (see
21026 gdb_finish). Also, use gdb_test in a few more places.
21027
21028 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
21029
21030 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
21031
21032 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
21033
21034 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
21035 and "add_tests" are not at the same address.
21036
21037 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
21038
21039 * gdb.base/ptype.exp: Use gdb_test.
21040
21041 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
21042
21043 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
21044 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
21045 left in. No longer expect them to fail.
21046
21047 * gdb.stabs/*.mt; Deleted, no longer used.
21048 * gdb.stabs/configure.in: Remove references to target makefile
21049 frags.
21050 * gdb.stabs/configure: Rebuilt.
21051
21052 * gdb.disasm/*.mt: Deleted, no longer used.
21053 * gdb.disasm/configure.in: Remove references to target makefile
21054 frags. Use "sh3.s" as the unique filename for this directory.
21055 * gdb.disasm/configure: Rebuilt.
21056
21057 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
21058 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
21059 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
21060
21061 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
21062
21063 * config/udi.exp: Use mondfe,name instead of remote_host.
21064
21065 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
21066
21067 * gdb.base/watchpoint.exp: Don't expect a failure when calling
21068 a function with a watchpoint enabled on the mn10200.
21069
21070 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
21071 before trying to create it!
21072
21073 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
21074
21075 * config/vx.exp: Use hostname instead of netport.
21076
21077 * config/vxworks.exp: New file.
21078
21079 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
21080
21081 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
21082 gdb before assuming everything worked. Send a ^C if a timeout
21083 occurs.
21084
21085 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
21086 $gdb_spawn_id directly.
21087 (gdb_run_cmd): Try _start as well as start. Use the target feature
21088 gdb,start_symbol as the symbol to start from when jumping.
21089
21090 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
21091
21092 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
21093 redundant) test.
21094
21095 * gdb.base/recurse.exp: Relax final value test for 'b' so that
21096 it doesn't lose for 16bit integer systems.
21097
21098 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
21099
21100 * gdb.fortran/types.exp: If the target doesn't support "double"
21101 data types, then expect "real" types to only be 4 bytes.
21102
21103 * gdb.c++/virtfunc.exp: Expect failure for virtual function
21104 call tests if the target doesn't support inferior function calls.
21105
21106 * gdb.base/printcmds.exp: Allow minor deviation in FP values
21107 in printf tests.
21108
21109 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
21110
21111 * gdb.base/help.exp: Disable "help set", "help show", and
21112 "help support". Simplify regexp for "help stack".
21113
21114 * gdb.base/default.exp: Set match_max to 5000 and the timeout
21115 to 60 seconds. Temporarily set match_max to 15000 around the
21116 "info copying" test.
21117
21118 * gdb.base/nodebug.exp: Don't try to do an inferior function
21119 call if the target doesn't support them.
21120 * gdb.base/printcmds.exp: Likewise.
21121 * gdb.base/setvar.exp: Likewise.
21122 * gdb.base/structs.exp: Likewise.
21123 * gdb.c++/templates.exp: Likewise.
21124 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
21125
21126 * gdb.base/recurse.exp: Enable for the mn10200.
21127
21128 * configure.in: Do configure gdb.stabs directory for *-*-elf
21129 targets.
21130 * configure: Rebuilt.
21131
21132 * gdb.base/break.exp: Check for gdb,noresults before testing
21133 exit status and/or results from the target.
21134 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
21135 * lib/gdb.exp: Remove old (now bogus) initialization of
21136 noinferior, noargs, noresults and nosignals.
21137
21138 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
21139
21140 * config/sh.exp: New file.
21141
21142 * config/slite.exp: Try to connect multiple times to the board
21143 before rebooting. Only send a "monitor run" if need_monitor_run
21144 is set.
21145
21146 * gdb.base/break.exp: Don't do the "stub continue" test if
21147 the target has gdb_stub set.
21148
21149 * gdb.base/callfuncs.exp: Increase the timeout.
21150
21151 * gdb.base/interrupt.exp: Don't even try to compile the testcase
21152 if the target has gdb,noinferiorio set.
21153
21154 * gdb.base/list.exp: Increase match_max to 10000 characters.
21155
21156 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
21157
21158 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
21159 target.
21160
21161 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
21162
21163 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
21164
21165 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
21166 trying to delete the copy of gdb. Catch the file delete so we
21167 don't die if the delete fails; also, the file should be copied to
21168 the host, not to the build.
21169
21170 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
21171
21172 * lib/gdb.exp(gdb_test): Surround the result pattern with
21173 parenthesis in case it contains multiple regexps separated
21174 with |.
21175
21176 * gdb.base/watchpoint.exp: Use gdb_test.
21177 * gdb.base/default.exp: Ditto.
21178
21179 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
21180
21181 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
21182
21183 * gdb.base/scope.exp: Use gdb_test.
21184 * gdb.c++/classes.exp: Ditto.
21185 * gdb.c++/inherit.exp: Ditto.
21186
21187 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
21188
21189 * gdb.base/crossload.exp: Don't use execute_anywhere, use
21190 remote_exec instead.
21191 * gdb.base/corefile.exp: Don't be ridiculous.
21192 * gdb.base/*.c: Add missing stub invocations.
21193
21194 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
21195
21196 * config/slite.exp: Miscellaneous fixes.
21197
21198 * lib/gdb.exp: Fix runto.
21199
21200 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
21201 the target.
21202
21203 * gdb.base/watchpoint.exp: Fix regexp.
21204
21205 * lib/gdb.exp(default_gdb_exit): Add a catch to the
21206 close and wait commands, as the descriptor may now be
21207 invalid. Always call "remote_close host".
21208
21209 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
21210
21211 Major rewrite for testsuite revision.
21212
21213 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
21214 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
21215 instead of relying on spawn_id to always contain a valid
21216 spawn id.
21217 (get_compiler_info): New procedure to build the ${binfile}.ci
21218 file, instead of replicating this in N different places.
21219 (gdb_compile): New procedure.
21220
21221 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
21222 appropriate arguments) instead of compile. Use gdb_test in a lot
21223 more places. Use send_gdb instead of send. Always run gdb_start
21224 at the start of a testcase, as this is no longer done magically.
21225
21226 config/*-gdb.exp: Rename without the -gdb suffix.
21227
21228 config/mips.exp: Use remote_close instead of exit_remote_shell.
21229 config/monitor.exp: Use target_info instead of looking at
21230 baud, timeout, etc.
21231 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
21232
21233 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21234
21235 * gdb.c++/templates.exp (test_ptype_of_templates),
21236 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
21237 Update expect patterns for destructors and assignment operators
21238 to match corresponding c-typeprint.c changes.
21239 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
21240 to destructor breakpoint test, GDB should be able to set the
21241 destructor breakpoint without specifying arguments.
21242
21243 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
21244
21245 * gdb.threads/pthreads.exp: Change result for failure to compile due
21246 to lack of pthreads runtime support from an error to simply an
21247 unsupported test, per dejagnu standards.
21248
21249 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21250
21251 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
21252 where GDB exits to reduce pattern match time.
21253 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
21254
21255 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
21256
21257 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
21258
21259 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
21260 * gdb.base/default.exp: ditto.
21261 * gdb.base/nodebug.exp: ditto.
21262 * gdb.base/printcmds.exp: ditto.
21263 * gdb.base/ptype.exp: ditto.
21264 * gdb.base/setvar.exp: ditto.
21265 * gdb.base/structs.exp: ditto.
21266 * gdb.base/setshow.c: Guard against uninitialized values of argc.
21267
21268 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
21269
21270 * configure, */configure: Rebuild with autoconf 2.12.
21271
21272 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
21273
21274 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
21275 use new i*86-pc-linux*-gnu quads.
21276 * gdb.base/corefile.exp: Ditto.
21277 * gdb.base/signals.exp: Ditto.
21278 * gdb.base/sigall.exp: Ditto.
21279 * gdb.base/interrupt.exp: Ditto.
21280
21281 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
21282 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
21283 RedHat 4.0.
21284
21285 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
21286 linux. This allows the test case to at least compile on latest
21287 linux, but still not run due to missing the threads runtime library.
21288
21289 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21290
21291 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
21292 directory to search gdb directory. Accept and step over conditional
21293 stack alignment code. Consume $prompt in failure cases.
21294 Reset timeout to $oldtimeout instead of some arbitrary value.
21295 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
21296 timeout problems with infinite stack backtraces.
21297 * gdb.base/ptype.exp (ptype struct link, union tu_link):
21298 Accept function parameters for linkfunc member.
21299
21300 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
21301
21302 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
21303 (CXXFLAGS): Remove, unreferenced.
21304 (B_OPTIONS): Add for -B options and add code to initialize with
21305 previous -B options and also add -B option to pick up cross compiled
21306 runtime.
21307 (TARGET_INCLUDES): Add for -I options and add code to initialize when
21308 doing cross compiles.
21309 (target_alias): Declare global.
21310 (xgcc): Set variable to full path of gcc in build tree. Use findfile
21311 to verify that gcc exists in build tree, and if so set CC to that
21312 gcc and to use B_OPTIONS and TARGET_INCLUDES.
21313
21314 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
21315
21316 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
21317 ptype test for anonymous union. Fixup testcase to match
21318 current gcc debug output.
21319
21320 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
21321
21322 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
21323 force argument to an unsigned long type.
21324
21325 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
21326
21327 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
21328 tests and anonymous union print/ptype tests.
21329 * gdb.base/list.exp (test_forward-search): Increase timeout by
21330 5 minutes for the "search extremely long line" case.
21331 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
21332 completely optional and that the pass/fail messages use the command as
21333 the message if that third arg is a null string.
21334 (gdb_test_exact): Arrange that a null string pattern means match a
21335 null string output rather than any output, which might include random
21336 errors.
21337 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
21338 backtrace test.
21339 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
21340 always failing and failure is now exposed by gdb.exp changes.
21341
21342 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
21343
21344 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
21345 weren't being noted.
21346
21347 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21348
21349 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
21350 * gdb.stabs/weird.exp: Remove v_comb xfails.
21351
21352 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
21353
21354 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
21355 list.exp scope.exp watchpoint.exp]
21356 Make all timeout error msgs explicitly say "(timeout)".
21357
21358 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
21359
21360 * config/monitor.exp: Increase download timeout to 1000 seconds.
21361
21362 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
21363
21364 * config/m32r.exp: Increase timeout to 120 seconds.
21365
21366 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
21367
21368 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
21369 and accept older ordering as obsolescent gcc or gdb.
21370 * gdb.c++/templates.exp: Ditto.
21371 * gdb.c++/virtfunc.exp: Ditto.
21372
21373 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
21374
21375 * gdb.base/coremaker.c: Add code to mmap some data so we
21376 can check that it ends up in the core file.
21377 * gdb.base/corefile.exp: Add test to read mmapped data
21378 from core file.
21379
21380 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
21381
21382 * config/m32r.exp: New file.
21383
21384 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
21385
21386 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
21387 that cflags can contains -gstabs, and work correctly for other tests.
21388
21389 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
21390
21391 * gdb.base/setshow.exp: New file, tests show and set.
21392 * gdb.base/setshow.c: New file, tests show and set.
21393 * gdb.base/help.exp: Add test for help set|show annotate.
21394 * gdb.base/default.exp: Add test for set|show annotate.
21395
21396 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
21397
21398 * testsuite/gdb.base/break.exp: Make backtrace from factorial
21399 errors unique.
21400 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
21401 explicitly.
21402
21403 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
21404
21405 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
21406 and width commands. This is done elsewhere.
21407 * (gdb_start): Don't call gdb_start_sim here. That's already
21408 done in gdb_load. This fixes lots of failures in default.exp.
21409
21410 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
21411
21412 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
21413 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
21414 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
21415 in the same we we treat other failures (since it may be an expected
21416 condition), rather than as an error.
21417 * gdb.base/signals.exp (test_handle_all_print): Revert back to
21418 old test format.
21419
21420 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
21421
21422 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
21423 (distclean maintainer-clean realclean): No need to remove files
21424 twice. Nuke the duplicates.
21425 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
21426 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
21427 Remove config.h along with other config files.
21428
21429 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
21430
21431 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
21432 "p func1 ()" and note that rests of tests are skipped.
21433 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
21434 setup_xfails for "print func2::coremaker_local".
21435 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
21436 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
21437 affected by the previous run test.
21438 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
21439 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
21440 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
21441 "pass int powerset tuple" and "pass modeless int powerset tuple".
21442 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
21443 "real write 4" and "real write 8".
21444 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
21445 setup_xfails for "print vs1 after tuple assign 2",
21446 "print \$i after tuple assign 2", and
21447 "print vs2 after tuple assign 2".
21448 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
21449 meaningful error message and return -1 so the caller can
21450 suppress further tests and avoid a cascade of errors.
21451
21452 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
21453
21454 * gdb.base/a1-selftest.exp: Tweak tests to account for new
21455 format for printing version.
21456 * gdb.base/default.exp: Ditto.
21457 * gdb.base/interrupt.exp: Fix problem with cascade of
21458 errors if child process dies while calling a function.
21459
21460 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
21461
21462 * Makefile.in (VPATH): Add
21463 * Makefile.in (Makefile, config.status): Fix rules so things get
21464 remade when necessary.
21465
21466 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
21467
21468 * Makefile.in (just-check): Add path to sibling expect dir
21469 to environment variable specified by RPATH_ENVVAR.
21470
21471 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
21472
21473 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
21474 (just-check): Add shared library paths for libstdc++, tk,
21475 tcl, bfd, and opcodes to the environment variable specified
21476 in RPATH_ENVVAR.
21477 * configure.in: Add support to recognize --enable-shared flag
21478 and generate correct value for RPATH_ENVVAR.
21479 * configure: Regenerated with autoconf.
21480
21481 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
21482
21483 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
21484 include all osf versions.
21485 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
21486 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
21487 when target is linux. When failing to build pthreads test
21488 executable, give more meaningful message.
21489 * gdb.threads/pthreads.c: Hpux also uses old definition of second
21490 arg for pthread_create.
21491
21492 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
21493
21494 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
21495 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
21496 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
21497 and -lpthreads (everybody else).
21498 (test_startup): Fail gracefully if threads are not supported.
21499 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
21500 "p/c array_index("abcdef",2)" when not gcc compiled.
21501 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
21502 "print func2::coremaker_local" when not gcc compiled.
21503 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
21504 "ptype on opaque struct tagname (statically)",
21505 "ptype on opaque struct tagname (dynamically) 1", and
21506 "ptype on opaque struct tagname (dynamically) 2"
21507 for not compiled with gcc.
21508 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
21509 backtrace when compiled with gcc.
21510 * lib/gdb.exp (runto_main): Return result of "runto main" rather
21511 than always return success.
21512
21513 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
21514
21515 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
21516
21517 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
21518
21519 * gdb.base/structs.exp: Undo last change.
21520
21521 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
21522
21523 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
21524 encapsulate all the steps/nexts done during self test, starting
21525 at main, and makes them less sensitive to optimization issues.
21526 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
21527 signal handler" test.
21528 * gdb.threads/pthreads.exp: Only run this for native configs.
21529 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
21530 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
21531 tests.
21532 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
21533 for "runto test_calls(void)" test.
21534
21535 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
21536
21537 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
21538 and don't expect address info in breakpoint confirmations.
21539
21540 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
21541
21542 * gdb.base/list.exp (test_forward_search): Increase timeout
21543 temporarily by 60 seconds for searching extremely long line,
21544 and then reset to old value when done. Increase expect input
21545 buffer to 10000.
21546
21547 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
21548
21549 * gdb.base/list.exp (test_forward_search): Fix to handle very
21550 long source line without overflowing expect's input buffer.
21551
21552 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
21553
21554 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
21555 "buffer_full".
21556
21557 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
21558 "buffer_full".
21559
21560 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
21561 "buffer_full".
21562
21563 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
21564 "buffer_full".
21565
21566 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
21567
21568 * configure.in (configdirs): Add gdb.threads.
21569 * configure: Regenerated with autoconf.
21570 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
21571 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
21572 * gdb.threads/configure: New, generated with autoconf.
21573
21574 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
21575
21576 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
21577
21578 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
21579
21580 * gdb.base/signals.exp (test_handle_all_print): Test separately for
21581 each signal's status in the output of "handle all print".
21582 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
21583 the \r\n sequence that immediately precedes the gdb prompt.
21584 * gdb.base/a1-selftest.exp: Save original timeout and restore
21585 after test.
21586
21587 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
21588
21589 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
21590 symbol.
21591
21592 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
21593
21594 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
21595
21596 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
21597
21598 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
21599 timeout by 60 seconds.
21600
21601 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
21602
21603 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
21604 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
21605 error return.
21606
21607 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
21608
21609 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
21610 gdb initialization, also report how long dejagnu waited. Restore
21611 old timeout before doing error return. Temporarily increase timeout
21612 by 3 minutes to allow for slow startups over heavy NFS use.
21613
21614 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
21615
21616 * lib/gdb.exp: Report timeout value for verbosity level 2.
21617 * config/gdbserver.exp: Ditto.
21618 * config/hppro.exp: Ditto.
21619 * config/mips-gdb.exp: Ditto.
21620 * config/monitor.exp: Ditto.
21621 * config/netware.exp: Ditto.
21622 * config/sim-gdb.exp: Ditto.
21623 * config/slite-gdb.exp: Ditto.
21624 * config/udi-gdb.exp: Ditto.
21625 * config/unix-gdb.exp: Ditto.
21626 * config/vx-gdb.exp: Ditto.
21627 * gdb.base/a1-selftest.exp: Ditto.
21628 * gdb.base/a2-run.exp: Ditto.
21629 * gdb.base/break.exp: Ditto.
21630 * gdb.base/corefile.exp: Ditto.
21631 * gdb.base/list.exp: Ditto.
21632 * gdb.base/recurse.exp: Ditto.
21633 * gdb.base/scope.exp: Ditto.
21634 * gdb.base/signals.exp: Ditto.
21635
21636 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21637
21638 * gdb.threads/Makefile.in (docdir): Removed.
21639
21640 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21641
21642 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
21643 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
21644 @srcdir@.
21645 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
21646 autoconf 2.5 or higher.
21647 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
21648
21649 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
21650
21651 * configure: Regenerated.
21652 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
21653 avoid name clashes with SunOS headers.
21654
21655 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
21656
21657 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
21658
21659 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
21660
21661 * gdb.base/callfuncs.exp: Finish last change -- make sure the
21662 prototype information ends up in the compiler info file.
21663
21664 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
21665
21666 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
21667 attempting to regenerate it. Eliminate use of a temporary file
21668 and just generate the info file directly. Source it immediately,
21669 for consistency of use.
21670 * gdb.base/corefile.exp: Ditto
21671 * gdb.base/exprs.exp: Ditto.
21672 * gdb.base/funcargs.exp: Ditto.
21673 * gdb.base/langs.exp: Ditto.
21674 * gdb.base/list.exp: Ditto.
21675 * gdb.base/mips_pro.exp: Ditto.
21676 * gdb.base/nodebug.exp: Ditto.
21677 * gdb.base/opaque.exp: Ditto.
21678 * gdb.base/ptype.exp: Ditto.
21679 * gdb.base/scope.exp: Ditto.
21680 * gdb.base/setvar.exp: Ditto.
21681 * gdb.base/signals.exp: Ditto.
21682 * gdb.base/whatis.exp: Ditto.
21683 * gdb.c++/templates.exp: Ditto.
21684 * gdb.c++/virtfunc.exp: Ditto.
21685 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
21686 whether or not to add -lstdc++ to the compile command line args.
21687
21688 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21689
21690 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
21691 it got fixed by the recent lookup_minimal_symbol_by_pc change.
21692 Increase timeout, a lot of single stepping might be needed if the
21693 target has no hardware watchpoints.
21694
21695 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
21696
21697 * gdb.base/break.exp: Ignore compiler warnings when compiling
21698 break.c.
21699 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
21700 * gdb.base/default.exp: Add h8300 xfails. Handle messages
21701 from remote-sim.
21702 * gdb.base/exprs.exp: Add h8300 xfails.
21703 * gdb.base/funcargs.exp: Likewise.
21704 * gdb.base/nodebug.exp: Likewise.
21705 * gdb.base/printcmds.exp: Likewise.
21706 * gdb.base/ptype.exp: Likewise.
21707 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
21708 h8300 xfails.
21709 * gdb.base/return.exp: Handle float/double precision problems
21710 on the h8300.
21711 * gdb.base/funcargs.c: Explicitly make last constant argument to
21712 call_after_alloca_subr an unsigned long type.
21713 * gdb.base/return.c: Include stdio.h.
21714
21715 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
21716
21717 * config/abug.exp: New file for the older Motorola Bug monitor
21718 that runs on the mvme13x series VME boards.
21719 * config/monitor.exp: Use the new config array for target settings
21720 if they exist.
21721
21722 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
21723
21724 * sim-gdb.exp: Make the SH simulator allocate less space when
21725 it is targeted.
21726
21727 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
21728
21729 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
21730 test.
21731
21732 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
21733
21734 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
21735 "rs6000-*-*" for "list function in include file" when gcc compiled.
21736 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
21737 for "p ctable1[120]".
21738 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
21739 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
21740 Remove setup_xfail for "rs6000-*-*" for
21741 "print 'scope0.c'::filelocal before run".
21742 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
21743 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
21744 since some compilers don't allow both options to be given
21745 on the same command line. Create object file and move it.
21746
21747 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
21748
21749 * gdb.base/corefile.exp: Always regenerate the core file, since
21750 we always regenerate the coremaker program. Detect special case
21751 where registers cannot be read from core file.
21752
21753 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
21754
21755 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
21756 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
21757 * gdb.c++/templates.exp: Only match on basename of file since
21758 some formats like xcoff don't encode directory information.
21759 * gdb.stabs/weird.exp: Use the right sed script for powerpc
21760 and rs6000 AIX xcoff targets.
21761 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
21762 * configure: Regenerate.
21763 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
21764 here, rather than in distclean.
21765
21766 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
21767
21768 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
21769 defined, and use it to compile the test case with -O2. The
21770 native compilation still uses no optimization.
21771 * gdb.base/mips_pro.c: Remove inline assembly code since
21772 it is compiled PIC by default, which results in assembler
21773 warnings that make the testsuite think the compilation
21774 was unsuccessful.
21775
21776 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
21777
21778 * gdb.c++/misc.exp: Add note to message for
21779 "print s.a for foo struct" that this is a known gcc 2.7.2
21780 and earlier bug.
21781
21782 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
21783
21784 * gdb.base/break.exp: Fix pattern for matching "Delete all
21785 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
21786 setup_xfail for deleting all breakpoints test. Fix various
21787 timeout messages to include "(timeout)".
21788 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
21789 for "p t_float_values2(3.14159,float_val2)".
21790 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
21791 for "continue to call2g" when gcc compiled.
21792 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
21793 "up to foo in langs.exp", "show language at foo in langs.exp",
21794 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
21795 and "show language at fsub in langs.exp".
21796 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
21797 "list line 1 in include file", "list message for lines past EOF",
21798 "list function in include file", "list list0.h:foo", and
21799 "list filename:function; nonexistant function".
21800 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
21801 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
21802 and "ptype t_char_array" to be for native cc only.
21803
21804 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
21805
21806 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
21807 setup_xfail for "print coremaker_bss", "print coremaker_ro",
21808 "print func2::coremaker_local", and "backtrace in corefile.exp".
21809
21810 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
21811
21812 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
21813 "bt in signals.exp". This problem only appears when running
21814 the testsuite, and then only intermittently.
21815
21816 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
21817
21818 * gdb.base/return.exp (return_tests): Differentiate between
21819 two tests of continuing.
21820
21821 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
21822
21823 * */Makefile.in (maintainer-clean): Remove config.log.
21824 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
21825 * gdb.c++/Makefile.in (PROGS): Add inherit.
21826 (clean): Remove *.ci.
21827
21828 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
21829
21830 * gdb.c++/misc.cc: Add test code from Mike Stump.
21831 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
21832
21833 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
21834
21835 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
21836 to "alpha-*-osf2*" and add comment.
21837 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
21838 setup_xfail for "step over execarg initialization" and
21839 "step over corearg initialization".
21840 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
21841 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
21842 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
21843 gcc compiled for "print coremaker_bss", "print coremaker_ro",
21844 "print func2::coremaker_local", and "backtrace in corefile.exp".
21845 * gdb.base/signals.exp: Build and source signals.ci.
21846 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
21847 to be for gcc only.
21848 * lib/gdb.exp: Move verbose statements outside conditionals.
21849
21850 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21851
21852 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
21853 Feb 3 procfs.c change.
21854
21855 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
21856
21857 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
21858
21859 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
21860
21861 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
21862 from dejagnu's apparent default of 10 seconds, which gives random
21863 results when running the tests over NFS on moderately loaded systems.
21864 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
21865
21866 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
21867
21868 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
21869 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
21870 result reports.
21871
21872 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
21873
21874 * configure.in (CY_AC_PATH_TCLH): Remove.
21875 * configure: Regenerate.
21876
21877 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
21878
21879 * gdb.c++/Makefile.in (clean): Add missing '{'.
21880
21881 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
21882
21883 * lib/gdb.exp: Provide a default value for noinferior.
21884
21885 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
21886 Load libgloss.exp.
21887
21888 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
21889
21890 * gdb.disasm/hppa.exp: Compile directly into an executable, use
21891 the executable, not the .o to run the tests from.
21892
21893 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
21894
21895 * gdb.base/break.exp: Don't test for program exit or exit status
21896 if $noresults if nonzero.
21897 * gdb.base/langs.exp: Likewise.
21898 * gdb.base/watchpoint.exp: Likewise.
21899
21900 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
21901 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
21902 trying to compile the testcase.
21903
21904 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
21905
21906 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
21907 * gdb.base/signals.exp (continue to handler): Likewise.
21908
21909 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
21910
21911 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
21912
21913 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
21914
21915 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
21916
21917 * gdb.base/corefile.exp: Recognize "not found" as failure
21918 when trying to determine if a core file was generated.
21919 If no core file was generate the first time, try again without
21920 the ulimit -c to work around braindamaged shells.
21921
21922 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
21923
21924 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
21925 [] tests with "test" and enclose string in quotes.
21926 * gdb.stabs/configure: Rebuild
21927
21928 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
21929
21930 Changes in sync with expect:
21931 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
21932 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
21933 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
21934 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
21935 argument to AC_REQUIRE.
21936 * configure: Regenerated.
21937
21938 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
21939
21940 * gdb.base/corefile.exp: When generating a core, discard any
21941 error messages about ulimit not found and the "core dumped"
21942 message from the shell that runs the coredumper.
21943
21944 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
21945
21946 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
21947
21948 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
21949 which sed script to run. Expect failure for v_comb test
21950 on PA targets too.
21951
21952 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
21953
21954 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
21955 "print func2::coremaker_local" and for "backtrace in corefile.exp"
21956
21957 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
21958
21959 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
21960 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
21961 "sparc-sun-solaris*" xfails for "p v_comb".
21962 * lib/gdb.exp (default_gdb_start): Fix typo.
21963 * gdb.base/corefile.exp: Allow "Core was generated by ..."
21964 messages to not include the full program name that caused
21965 the core dump since some systems (such as solaris) apparently
21966 truncate this path to about 80 characters.
21967 When generating a core file first try increasing the core file
21968 size limit to unlimited since some systems may default it to
21969 zero, and it is harmless to try it. Move the test for failing
21970 to generate a core file to where it will actually get executed.
21971 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
21972 new gdb result from g++ debug info improvements and make old
21973 pattern obsolescent. Also account for size_t differences
21974 (may be int or long).
21975 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
21976 initialization before function call is placed in the delay slot
21977 and thus appears to be skipped over by commands such as "next".
21978
21979 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
21980
21981 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
21982
21983 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
21984
21985 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
21986 input source file; fix code to compile test to deal with this
21987 convention.
21988 * gdb.c++/*.exp: Likewise.
21989
21990 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
21991
21992 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
21993 "bt in signals.exp".
21994
21995 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
21996
21997 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
21998 "step over execarg initialization" and
21999 "step over corearg initialization".
22000
22001 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
22002
22003 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
22004 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
22005
22006 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
22007
22008 From Rob Savoye (rob@poseidon.cygnus.com)
22009 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
22010 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
22011 configure.in}, gdb.disasm/{Makefile.in, configure.in},
22012 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
22013 configure.in}: Major reworking for autoconfig.
22014 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
22015 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
22016 New files.
22017 * config/unix-gdb.exp: Make GDB global.
22018 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
22019 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
22020 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
22021 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
22022 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
22023 term.exp, twice.exp, watchpoint.exp, whatis.exp},
22024 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
22025 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
22026 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
22027 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
22028 pr-8136.exp, result.exp, string.exp, tuples.exp},
22029 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
22030 to returns as necessary, arrange for test to compile own testcase
22031 executable.
22032 * lib/gdb.exp: Changes for testsuite to compile own test cases.
22033
22034 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
22035
22036 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
22037 clear_xfail at end of test which might not call either pass or fail.
22038 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
22039 "backtrace through signal handler".
22040
22041 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22042
22043 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
22044 continuing from a job control stop signal.
22045 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
22046
22047 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
22048
22049 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
22050 * gdb.base/corefile.exp: Likewise.
22051 * gdb.base/funcargs.exp: Likewise.
22052
22053 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
22054
22055 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
22056 * config/monitor.exp: Add support for setting baud rate.
22057
22058 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
22059
22060 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
22061 i*86-*-linux* xfails for "backtrace through signal handler".
22062 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
22063 "print func2::coremaker_local".
22064 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
22065 alpha-dec-osf2* xfail for
22066 "delete all breakpoints when none".
22067
22068 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
22069
22070 * gdb.base/break.exp: Change test that deletes all breakpoints
22071 when no user breakpoints are installed. A post 4.15 change
22072 causes gdb to no longer prompt in this case.
22073
22074 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
22075
22076 * gdb.base/return.exp (return_tests): Change xfail for test
22077 "correct value returned double test" to stop xfailing at
22078 Solaris 2.5. Apparently the bug has been fixed.
22079
22080 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
22081
22082 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
22083 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
22084
22085 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
22086
22087 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
22088 * gdb.disasm/hppa.s: Corresponding changes.
22089
22090 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
22091
22092 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
22093 makefile fragment.
22094 * config/mt-hpux: Deleted.
22095
22096 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
22097
22098 * Many files: When warning about suppressed tests due to a
22099 nonexistant test binary, avoid incrementing the warning count.
22100
22101 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
22102
22103 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
22104
22105 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22106
22107 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
22108 "sparc-*-solaris2*".
22109
22110 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22111
22112 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
22113 Add global and local variables and initialize them.
22114 * gdb.base/corefile.exp: Test correct mapping of corefile sections
22115 by printing variables. Remove rs6000 and powerpc xfails, BFD now
22116 extracts the file name and terminating signal from the core file.
22117 * TODO: Remove note about tests for correct mapping of corefile.
22118 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
22119 from optimizing it away.
22120 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
22121 handles common blocks.
22122
22123 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
22124
22125 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
22126 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
22127
22128 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
22129
22130 * Makefile.in (maintainer-clean): New target, synonym for
22131 realclean.
22132 * gdb.base/Makefile.in (maintainer-clean): Likewise.
22133 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
22134 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
22135 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
22136 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
22137 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
22138
22139 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
22140
22141 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
22142 xfails when not gcc compiled for "print foo::funclocal".
22143 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
22144 "print foo::funclocal at foo",
22145 "print 'scope1.c'::foo::funclocal at foo",
22146 "print foo::funclocal_bss at foo",
22147 "print 'scope1.c'::foo::funclocal_bss at foo",
22148 "print foo::funclocal_ro at foo",
22149 "print 'scope1.c'::foo::funclocal_ro at foo",
22150 "print bar::funclocal at foo" and
22151 "print 'scope1.c'::bar::funclocal at foo".
22152 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
22153 gcc compiled for "print foo::funclocal at bar".
22154 Expand all messages to ensure that they identify that
22155 the test is at bar().
22156 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
22157 gcc compiled for:
22158 "ptype on opaque struct pointer (statically)",
22159 "ptype on opaque struct tagname (statically)",
22160 "ptype on opaque struct pointer (dynamically) 1",
22161 "ptype on opaque struct tagname (dynamically) 1",
22162 "ptype on opaque struct pointer (dynamically) 2" and
22163 "ptype on opaque struct tagname (dynamically) 2
22164 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
22165 gcc compiled for:
22166 "p datalocal"
22167 "whatis datalocal",
22168 "ptype datalocal",
22169 "p bsslocal",
22170 "whatis bsslocal", and
22171 "ptype bsslocal".
22172 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
22173 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
22174 when not gcc compiled.
22175 * gdb.base/funcargs.exp (float_and_integral_args): Add
22176 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
22177 compiled.
22178 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
22179 "backtrace from call6a" when not gcc compiled.
22180 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
22181 "backtrace from call7a" when not gcc compiled.
22182 * gdb.base/callfuncs.exp (do_function_calls):
22183 Add "hppa*-*-hpux*" xfail when not gcc compiled for
22184 "p t_char_array_values(char_array_val2,char_array_val1)",
22185 "p t_char_array_values(char_array_val1,char_array_val2)",
22186 "p t_char_array_values("carray 1","carray 2")",
22187 "p t_char_array_values("carray 1",char_array_val2)",
22188 "p t_char_array_values(char_array_val1,"carray 2")",
22189 "p sum_args(1,{2})",
22190 "p sum_args(2,{2,3})",
22191 "p sum_args(3,{2,3,4})",
22192 "p sum_args(4,{2,3,4,5})"
22193 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
22194 "backtrace in corefile.exp" when not gcc compiled.
22195
22196 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22197
22198 * gdb.base/signals.exp: Rewrite `handle all print' test as
22199 a procedure. Accept blanks or TABs as whitespace, increase
22200 timeout and expect input buffer size for the large output
22201 from the command. Remove "i*86-*-bsdi2.0" xfail.
22202
22203 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22204
22205 * gdb.base/setvar.exp: Add new testcases for truncation when
22206 assigning invalid values to bitfields.
22207
22208 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
22209
22210 * gdb.base/callfuncs.exp (do_function_calls): Remove
22211 mips-sgi-irix* xfail for
22212 "call inferior func with struct - returns char *"
22213 and fix test so that an optional (unsigned char *) cast is
22214 accepted in the result.
22215
22216 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
22217
22218 * gdb.base/funcargs.exp (float_and_integral_args): Remove
22219 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22220 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
22221 * gdb.base/signals.exp: Remove duplicate "handle all print" test
22222 that accidentally got checked in.
22223
22224 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
22225
22226 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
22227 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
22228 compiled test.
22229 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
22230 Add mips-sgi-irix5* xfail for not gcc compiled.
22231 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
22232 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
22233 "p top", "whatis top", "p middle", and "whatis middle".
22234 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
22235 "whatis signed char" for not gcc compiled.
22236 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
22237 "set variable signed char=-1 (-1)" and
22238 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
22239 * gdb.base/funcargs.exp (float_and_integral_args):
22240 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
22241 Add mips-sgi-irix* xfail when not gcc compiled for
22242 "continue to call2b".
22243 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
22244 "continue to call2g".
22245 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
22246 "backtrace from call6a"
22247 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
22248 "backtrace from call7k".
22249 Add mips-sgi-irix5* xfail when not gcc compiled for
22250 "backtrace from call7a".
22251 (localvars_after_alloca): Fix gdb_test cmds for
22252 "print * after runto ...".
22253 Remove rs6000-*-* xfails for
22254 "print i after runto localvars_after_alloca" and
22255 "print l after runto localvars_after_alloca"
22256 for all compilers.
22257 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
22258 when not compiled with gcc, for:
22259 "print signed char == (minus)",
22260 "print signed char != (minus)",
22261 "print signed char < (minus)",
22262 "print signed char > (minus)".
22263 * gdb.base/callfuncs.exp (do_function_calls):
22264 Add mips-sgi-irix* xfail, when compiled with native compiler, for
22265 "call inferior func with struct - returns char *".
22266 * gdb.base/return.exp (return_tests): Change xfail for
22267 "correct value returned double test" to include Solaris 2.4.
22268 * gdb.base/funcargs.exp (float_and_integral_args):
22269 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22270
22271 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22272
22273 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
22274 enumeration bitfields if compiling with GNU C.
22275 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
22276 to empty' prompt.
22277
22278 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
22279
22280 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
22281 test for PRO targets.
22282
22283 * gdb.base/funcargs.exp: Avoid ever setting more than 8
22284 breakpoints in the inferior at any given time by making
22285 two groups of breakpoints for call2*, call6* and call7*
22286 tests.
22287
22288 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22289
22290 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
22291 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
22292 from optimizing it away.
22293 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
22294 "call inferior func with struct".
22295
22296 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
22297
22298 * configure.in: Only configure gdb.chill for particular targets.
22299
22300 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
22301
22302 * gdb.base/Makefile.in: Add action to .c.o transformation
22303 rule that generates a .ci file for each .o file and remove
22304 explicit .c.o rules except for callfuncs.o.
22305 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
22306 generates a .ci file for each .o file and remove explicit
22307 .cc.o rules.
22308 (clean): Remove *.tmp *.ci files.
22309 (EXECUTABLES): Remove templ-info.exp.
22310 * gdb.base/compiler.c: New file.
22311 * gdb.c++/compiler.cc: New file
22312 * gdb.base/scope.exp: Source gdb.base/scope.ci.
22313 Change rs6000-*-* xfail for
22314 "print 'scope0.c'::filelocal_ro" and
22315 "print 'scope1.c'::filelocal" and
22316 "print 'scope1.c'::filelocal_bss" and
22317 "print 'scope1.c'::filelocal_ro" and
22318 "print 'scope1.c'::foo::funclocal" and
22319 "print 'scope1.c'::foo::funclocal_ro" and
22320 "print 'scope1.c'::bar::funclocal" and
22321 "print 'scope0.c'::filelocal_ro" and
22322 "print 'scope1.c'::filelocal at foo" and
22323 "print 'scope1.c'::filelocal_bss at foo" and
22324 "print 'scope1.c'::filelocal_ro at foo" and
22325 "print 'scope1.c'::foo::funclocal at foo" and
22326 "print 'scope1.c'::foo::funclocal_bss at foo" and
22327 "print 'scope1.c'::foo::funclocal_ro at foo" and
22328 "print 'scope1.c'::bar::funclocal at foo" and
22329 "print 'scope0.c'::filelocal_ro" and
22330 "print 'scope1.c'::filelocal" and
22331 "print 'scope1.c'::filelocal_bss" and
22332 "print 'scope1.c'::filelocal_ro" and
22333 "print 'scope1.c'::foo::funclocal" and
22334 "print 'scope1.c'::foo::funclocal_bss" and
22335 "print 'scope1.c'::foo::funclocal_ro" and
22336 "print 'scope1.c'::bar::funclocal" and
22337 "print 'scope1.c'::bar::funclocal_bss"
22338 to only be xfail'd when not compiled with gcc.
22339 Add rs6000-*-* xfail for
22340 "print 'scope0.c'::filelocal_bss before run"
22341 when compiled with gcc.
22342 (test_at_main): Add rs6000-*-* xfail for
22343 "print filelocal_ro in test_at_main"
22344 when compiled with gcc.
22345 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
22346 Add rs6000-*-aix* xfail for
22347 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
22348 "ptype t_char_array", not compiled with gcc.
22349 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
22350 xfail for "list foo (in include file)" when gcc compiled.
22351 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
22352 (integral_args): Add rs6000-*-* xfail for
22353 "run to call0a" if not compiled with gcc.
22354 (unsigned_integral_args): Add rs6000-*-* xfail for
22355 "run to call1a" if not compiled with gcc.
22356 (float_and_integral_args): Add rs6000-*-* xfail for
22357 "run to call2a" if not compiled with gcc and for
22358 "continue to call2b" for any compiler.
22359 Add rs6000-*-* xfail to
22360 "print f1 after run to call2a" for gcc compiled.
22361 (discard_and_shuffle): Add rs6000-*-* xfail for
22362 "run to call6a".
22363 (shuffle_round_robin): Add rs6000-*-* xfail for
22364 "backtrace from call7a" if not compiled with gcc.
22365 Add rs6000-*-* xfail for
22366 "backtrace from call7b" if compiled with gcc.
22367 (call_after_alloca): Add rs6000-*-* xfail for
22368 "print c in call_after_alloca" and
22369 "print s in call_after_alloca" and
22370 "backtrace from call_after_alloca_subr"
22371 if not compiled with gcc.
22372 (localvars_in_indirect_call): Add rs6000-*-* xfail for
22373 "print c in localvars_in_indirect_call" and
22374 "print c in localvars_in_indirect_call" and
22375 "backtrace in indirectly called function" and
22376 "stepping into indirectly called function"
22377 if not compiled with gcc.
22378 (localvars_after_alloca): Add rs6000-*-* xfail for
22379 "print c after runto localvars_after_alloca" and
22380 "print s after runto localvars_after_alloca" and
22381 "print i after runto localvars_after_alloca" and
22382 "print l after runto localvars_after_alloca"
22383 for all compilers.
22384 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
22385 than whatis-info.exp.
22386 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
22387 than opaque-info.exp.
22388 Setup rs6000-*-* xfail for
22389 "ptype on opaque struct pointer (statically)" and
22390 "ptype on opaque struct pointer (dynamically)" when
22391 not compiled with gcc.
22392 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
22393 rather than callf-info.exp.
22394 (do_function_calls): Add clear_xfail for rs6000-*-* for
22395 "p t_float_values2(3.14159,float_val2)". Seems to work
22396 fine there, both with xlc and gcc. Need to find out what
22397 it is doing right and fix other platforms.
22398 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
22399 "call inferior func with struct - returns int",
22400 "call inferior func with struct - returns long",
22401 "call inferior func with struct - returns float",
22402 "call inferior func with struct - returns double",
22403 "call inferior func with struct - returns char *",
22404 but only if not gcc compiled (presumes xlc compiled).
22405 Change rs6000-*-* xfails for
22406 "call inferior func with struct - returns char" and
22407 " call inferior func with struct - returns short" to only
22408 xfail if not using gcc.
22409 (clean mostlyclean): Remove *.ci and *.tmp files.
22410 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
22411 than templ-info.exp.
22412 * gdb.base/langs.exp: Source gdb.base/langs.ci.
22413 Add rs6000-*-* xfail for "up to foo in langs.exp"
22414 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
22415 when not gcc compiled.
22416
22417 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22418
22419 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
22420 * gdb.base/corefile.exp: Likewise.
22421 * gdb.base/list.exp: Likewise.
22422 * gdb.base/scope.exp: Likewise.
22423 * gdb.base/siganls.exp: Likewise.
22424
22425 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
22426 compiler output.
22427 * gdb.base/whatis.exp: Likewise.
22428
22429 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
22430
22431 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
22432 failure (opcode table has been fixed to match reality).
22433
22434 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
22435
22436 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
22437 "call inferior func with struct - returns char",
22438 "call inferior func with struct - returns short"
22439
22440 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
22441 "print 'scope0.c'::filelocal at main",
22442 "print 'scope0.c'::filelocal_bss in test_at_main",
22443 "print 'scope0.c'::filelocal at foo",
22444 "print 'scope0.c'::filelocal_bss in test_at_foo",
22445 "print 'scope0.c'::filelocal at bar",
22446 "print 'scope0.c'::filelocal_bss in test_at_bar"
22447
22448 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
22449 in source file 1". This bug seems to have been fixed with both
22450 gcc and native cc (was native assembler bug?).
22451
22452 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
22453
22454 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
22455 "backtrace through signal handler" to "i*86-*-sysv4*".
22456 * gdb.base/signals.exp: Add xfail for "'next' behaved as
22457 continue" case. Add "known SVR4 bug" to fail message.
22458 Add "i*86-*-bsdi2.0" xfail for "handle all print".
22459 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
22460 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
22461 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
22462 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
22463 "up to foo in langs.exp", "show language at foo in
22464 langs.exp", "up to cppsub_ in langs.exp", "show
22465 language at cppsub_ in langs.exp", "up to fsub in
22466 langs.exp", and "show language at fsub in langs.exp".
22467 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
22468 "bactrace in corefile.exp".
22469 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
22470 "call inferior function with struct - returns float" and
22471 "call inferior function with struct - returns double".
22472
22473 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
22474
22475 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
22476 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
22477 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
22478 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
22479
22480 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
22481
22482 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
22483 (or overriden) "CHILL" macro rather then bare "gcc".
22484 Also look for ../../gcc/xgcc since that is what we will
22485 actually need, not "Makefile". Remove following assignment
22486 of CHILL to CHILL_FOR_TARGET because that results in
22487 recursive definition.
22488
22489 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
22490
22491 * gdb.base/corefile.exp: Change xfail for backtrace in
22492 corefile.exp from linuxaout to all linux.
22493 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
22494 cases where we miss the breakpoint at the signal handler
22495 for some reason. Setup xfail for linuxoldld/linuxaout and
22496 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
22497 hitting SIGURG breakpoint.
22498 * gdb.base/signals.exp: Setup xfail for "next" acting like
22499 continue to add linuxoldld. Setup xfail for all linux for
22500 "next to handler in signals_tests_1", "backtrace in
22501 signals_tests_1", "continue to func1", "pass SIGUSR1",
22502 and continue to handler".
22503
22504 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
22505
22506 * Update all FSF addresses except those in COPYING* files.
22507
22508 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
22509
22510 * gdb.base/a2-run.exp: Change messages to be more explicit about
22511 the status of args, and quote binfile in results.
22512
22513 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
22514
22515 * gdb.base/callfuncs.exp: Add tests for passing structs to
22516 inferior functions and return various types.
22517 * gdb.base/callfuncs.c: Add functions to receive a struct
22518 and return a member of the struct, in various types.
22519
22520 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22521
22522 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
22523
22524 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
22525
22526 * config/vxworks29k.exp: New file, sources vxworks.exp.
22527
22528 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22529
22530 * config/gdbremote.exp: New file. Testing framework using
22531 gdbserver.
22532
22533 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
22534
22535 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
22536 "call function when asleep" and "send end of file".
22537 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
22538 for "backtrace in corefile.exp".
22539 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
22540 for "backtrace through signal handler".
22541 * gdb.base/corefile.exp: Make sure we actually generate a core file
22542 before trying the core tests. Some systems allow the user to suppress
22543 generation of core files and default to that (linux for example).
22544 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
22545 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
22546
22547 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22548
22549 * gdb.threads: New directory with some crude multi-threaded
22550 gdb tests (step.exp and step2.exp).
22551 * config/mt-lynx (STEP_EXECUTABLE): Define.
22552 (THREADFLAGS): Define.
22553
22554 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
22555
22556 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
22557
22558 * gdb.base/signals.exp: Disable whole file for lynx until
22559 further notice.
22560
22561 * gdb.base/signals.exp: xfail test where "next" acts like
22562 "continue" for lynx.
22563
22564 * gdb.base/interrupt.exp: xfail test for calling function while
22565 inferior is asleep for lynx.
22566
22567 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
22568 than one cr-lf after each command.
22569
22570 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22571
22572 * configure.in: Reinstate setting of stabsdirs variable, fix
22573 typo in setting up configdirs for native builds.
22574
22575 * gdb.base/return.exp: Fix typo in return double test.
22576 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
22577 compiler from optimizing them away.
22578
22579 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
22580
22581 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
22582 sequences to be echo'd by gdb when using gdb_test.
22583 * gdb.chill/chexp.exp: Likewise.
22584 * gdb.fortran/exprs.exp: Likewise
22585
22586 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22587
22588 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
22589 after the inferior gdb has started.
22590
22591 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
22592 after each command.
22593 * gdb.base/funcargs.exp: Likewise.
22594 * gdb.base/gdbvars.exp: Likewise.
22595 * gdb.base/interrupt.exp: Likewise.
22596 * gdb.base/list.exp: Likewise.
22597 * gdb.base/watchpoint.exp: Likewise.
22598 * gdb.c++/demangle.exp: Likewise.
22599 * gdb.c++/inherit.exp: Likewise.
22600 * gdb.chill/chexp.exp: Likewise.
22601 * gdb.fortran/exprs.exp: Likewise.
22602
22603 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
22604 test if we can't handle IO to/from the inferior.
22605
22606 * gdb.c++/misc.exp: Always check for a program already being
22607 started after sending a "run" command to gdb.
22608
22609 * gdb.base/twice.exp: Start with a fresh gdb.
22610
22611 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
22612 only depend on gdb's expression code, not the chill runtime.
22613
22614 * gdb.base/return.c: Put return values into variables so we
22615 can have gdb print them rather than depending on the program
22616 to print them.
22617 * gdb.base/return.exp: Corresponding changes.
22618
22619 * lib/gdb.exp: Provide default value for noinferiorio.
22620 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
22621 the inferior.
22622
22623 * gdb.base/break.exp: Always check for a program already being
22624 started after sending a "run" command to gdb.
22625 (text_next_with_recursion): Don't check the output from the
22626 program's printf statement. Instead just make sure the program
22627 exited.
22628
22629 * gdb.base/commands.exp: Protect tests which need arguments with
22630 $noargs conditionals.
22631
22632 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22633
22634 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
22635 of structure member arrays to match gdb/valops.c:value_addr change.
22636
22637 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
22638
22639 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
22640 cases.
22641
22642 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
22643
22644 * configure.in (configdirs): Remove gdb.chill from default list
22645 of subdirs and then add it back in only if doing a native build.
22646 The current chill compiler does not yet work in any cross build.
22647 * Revert all signal changes from Jul 6.
22648 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
22649 for sh-hms targets, allowing these tests to link, with no other
22650 changes. Testing is suppressed by setting "nosignals" in site.exp.
22651
22652 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
22653
22654 * configure.in (signaldirs): Define and add to configdirs for all
22655 targets except some specific ones that are known to not support signals.
22656 Also clean up formatting.
22657 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
22658 (signals, sigall): Remove rules to build.
22659 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
22660 Moved to new gdb.signals directory.
22661 * gdb.signals: New test directory.
22662 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
22663 signals.c signals.exp}: New or moved files.
22664
22665 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
22666
22667 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
22668
22669 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
22670
22671 * gdb.base/return.exp: Xfail `return double' test failure
22672 on at least Solaris 2.3 and handle future/past versions on
22673 a case by case basis as appropriate. Also update message
22674 to include i*86 failures.
22675
22676 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22677
22678 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
22679
22680 * lib/gdb.exp: Fix comment which erroneously identified
22681 gdb_file_cmd as gdb_load (the 19 May change was in fact to
22682 gdb_file_cmd not gdb_load).
22683 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
22684
22685 * gdb.base/setvar.exp: Make test names consistent between pass and
22686 fail cases. Use gdb_test more.
22687
22688 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22689
22690 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
22691
22692 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22693
22694 * gdb.base/help.exp: Fix expected help string for `show commands'.
22695
22696 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
22697
22698 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
22699
22700 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
22701 of a text section.
22702
22703 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
22704
22705 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
22706 that loop eventually terminates. Fix Connection refused logic so
22707 that testsuite will expire nicely.
22708
22709 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
22710
22711 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
22712 config/rom68k.exp: New tcl glue for the appropriate monitors.
22713 These all just end up calling monitor.exp.
22714 * config/monitor.exp (gdb_target_monitor): Handle `Connection
22715 refused' by retrying. Cleanup some timeout issues.
22716 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
22717 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
22718 callers don't have to set/restore global timeout variable.
22719
22720 * The following set of changes centralizes management of the global
22721 timeout variable. This way, it can be set in one target dependent
22722 place instead of dozens of places scattered throughout the test suite.
22723 If you need to lengthen a timeout, then you should either set timeout
22724 in one of the config/{target}.exp files, or multiply it by a factor.
22725 Setting it to an absolute value is always going to lose for some
22726 targets.
22727 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
22728 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
22729 * gdb.base/funcargs.exp: Don't set timeout.
22730 * gdb.base/list.exp (test_forward_search): Only use local timeout.
22731 * gdb.base/printcmds.exp (test_print_string_constants
22732 test_print_array_constants): Don't set timeout.
22733 * gdb.base/ptype.exp: Don't set timeout.
22734 * gdb.base/recurse.exp: Don't set timeout.
22735 * gdb.base/return.exp: Don't set timeout.
22736 * gdb.base/watchpoint.exp: Don't set timeout.
22737 * gdb.c++/classes.exp (do_tests): Don't set timeout.
22738 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
22739
22740 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
22741
22742 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
22743
22744 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22745
22746 * lib/gdb.exp: Disable chill tests for irix5.
22747
22748 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22749
22750 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
22751 each test pass or fail.
22752
22753 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22754
22755 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
22756 xlc not gcc.
22757
22758 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
22759
22760 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
22761
22762 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
22763
22764 * config/est.exp: Fix copyright and comments. Remove dead code.
22765 Use targetname, serialport and baud variables instead of fixed
22766 constants.
22767 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
22768 * config/cpu32bug.exp: New file to support cpu32bug monitors.
22769
22770 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22771
22772 * gdb.base/watchpoint.exp: Don't run
22773 test_watchpoint_triggered_in_syscall for sunos.
22774
22775 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22776
22777 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
22778 they don't seem to exist. Do include stdio.h.
22779
22780 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22781
22782 * gdb.base/a1-selftest.exp: Add alpha xfail.
22783
22784 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22785
22786 * gdb.base/watchpoint.c (main): Prompt before calling read().
22787 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22788 Revise accordingly. Remove cruft about sending "123" several
22789 times, until it gets noticed. Clean up the "print buf[0]" stuff
22790 so that it passes or fails, and waits for prompts in the usual way.
22791
22792 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22793
22794 * gdb.base/recurse.exp: Fix comment.
22795
22796 * TODO: Remove item about printing variables in nodebug.exp. Add
22797 item about enabling tests which are only run on some targets.
22798
22799 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
22800 fail, make test names unique, use new gdb_test convention
22801 regarding pattern, use gdb_test more, etc.).
22802
22803 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
22804 fail, make test names unique, etc.).
22805
22806 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22807
22808 * gdb.base/nodebug.c: Change return type of top and middle to
22809 short.
22810 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
22811 are fixed by the recent mdebugread.c changes. Allow `short ()'
22812 as type for top and middle.
22813
22814 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22815
22816 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
22817 nearly as I can tell, the whole thing was an accident in Stu's
22818 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
22819 to replace a send/expect pair with gdb_test, but ended up only
22820 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
22821 of 30 Mar 1995 took care of it, but left this vestigial comment
22822 which I am now nuking.
22823
22824 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22825
22826 * gdb.base/break.exp: Look for different line number for
22827 breakpoint at main depending on usestubs.
22828
22829 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22830
22831 * gdb.base/list.exp: Adjust some alternate expect patterns to
22832 match recent list0.c change. Add alternate expect pattern for
22833 output from `list default lines around main' for optimizing
22834 compilers.
22835
22836 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22837
22838 * lib/gdb.exp: If nosignals is not set, set it to 0.
22839
22840 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
22841
22842 * config/slite-gdb.exp: Responds to load symbol table prompt.
22843 * gdb.base/break.exp: Adjust line number, fix rerun.
22844 * gdb.base/langs0.c: Add #ifdef usestubs.
22845
22846 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
22847
22848 * gdb.base/list.exp: Adjust line contents after adding new lines in
22849 list0.c. Also fix a syntax error.
22850
22851 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
22852 * gdb.base/break.exp: ditto.
22853 * gdb.base/list.exp: ditto.
22854 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
22855 * gdb.base/run.c: ditto.
22856 * gdb.base/list0.c: ditto.
22857 * gdb.base/funcargs.c: ditto.
22858
22859 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
22860
22861 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
22862 $targetname, $serialport and $baud instead of hardwired variables.
22863 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
22864 target doesn't support signals.
22865
22866 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
22867
22868 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
22869
22870 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22871
22872 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
22873 Don't rely on the value of an auto variable before it has been
22874 initialized. Use gdb_test more.
22875
22876 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22877
22878 * lib/gdb.exp (default_gdb_version): A version number must start
22879 with a digit, but other than that contains all characters up to
22880 the first whitespace character.
22881
22882 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22883
22884 * gdb.base/commands.exp (breakpoint_command_test): New tests.
22885
22886 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22887
22888 * gdb.c++/*.exp: Warn if executable does not exist. The original
22889 reason for skipping the warning was that configure.in sometimes
22890 intentionally skipped building the executables but the tcl code
22891 had no way of knowing. That (a) was always bogus with respect to
22892 error handling, (b) is no longer true (right now there is no way
22893 to skip C++ tests).
22894
22895 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
22896
22897 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22898
22899 * gdb.base/list.exp: Add expect patterns for output from
22900 SunPRO compiled executables.
22901 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
22902 types.
22903
22904 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22905
22906 * gdb.base/break.exp (test_next_with_recursion): Accept any line
22907 number (we are already testing that the correct source line text
22908 gets printed).
22909
22910 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
22911 that is what is intended, but something needed to be done to get
22912 sunos4 native working again.
22913
22914 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
22915
22916 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
22917 apparently went with a (very) old xfail.
22918
22919 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
22920
22921 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
22922 runto_main is a proc in gdb.exp that will do 'step' for target use
22923 stubs.
22924 * gdb.base/exprs.exp: ditto.
22925 * gdb.base/interrupt.exp: ditto.
22926 * gdb.base/opaque.exp: ditto.
22927 * gdb.base/printcmds.exp: ditto.
22928 * gdb.base/ptype.exp: ditto.
22929 * gdb.base/scope.exp: ditto.
22930 * gdb.base/setvar.exp: ditto.
22931 * gdb.base/signals.exp: ditto.
22932 * gdb.base/twice.exp: ditto.
22933 * gdb.c++/classes.exp: ditto.
22934 * gdb.c++/inherit.exp: ditto.
22935 * gdb.c++/templates.exp: ditto.
22936 * gdb.base/break.exp: no run and hit main for stubs. Change line
22937 numbers for breakpoints and info breakpoint.
22938 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
22939 breakpoint().
22940 * gdb.base/callfuncs.c: ditto.
22941 * gdb.base/exprs: ditto.
22942 * gdb.base/interrupt.c: ditto.
22943 * gdb.base/opaque0.c: ditto.
22944 * gdb.base/printcmds.c: ditto.
22945 * gdb.base/ptype.c: ditto.
22946 * gdb.base/scope0.c: ditto.
22947 * gdb.base/setvar.c: ditto.
22948 * gdb.base/signals.c: ditto.
22949 * gdb.base/twice.c: ditto.
22950 * gdb.c++/misc.cc: ditto.
22951 * gdb.c++/templates.cc: ditto.
22952
22953 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22954
22955 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
22956
22957 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
22958 somewhere between `read' and `main.c'. I'm pretty sure the
22959 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
22960 and it isn't particularly useful.
22961
22962 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
22963
22964 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22965
22966 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
22967
22968 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
22969
22970 * config/mt-slite: add LIBS and -nostdlib.
22971 * config/slite-gdb.exp: add this new file to support sparclite target.
22972
22973 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
22974
22975 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
22976
22977 * gdb.base/a2-run.exp: Change argument to istarget from
22978 "*-*-vxworks" to "*-*-vxworks*".
22979 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
22980
22981 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
22982
22983 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
22984 will not runto main but do a 'step' to step out of breakpoint().
22985 * config/mt-slite: add -Dusestubs.
22986
22987 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22988
22989 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
22990 instead of just @.
22991
22992 * gdb.base/signals.exp: Add test for "handle all print".
22993 * TODO: Remove "handle all print". Also remove item about
22994 checking copyright date (I don't like the idea of a spurious FAIL
22995 based on when we run the tests).
22996
22997 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
22998 for SunOS4 (reason for failure not investigated). Remove
22999 redundant test for $binfile.
23000
23001 * gdb.base/nodebug.c (array_index): Call malloc.
23002
23003 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
23004
23005 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
23006
23007 * gdb.base/recurse.exp: Update gdb_test invocation to use new
23008 conventions and slightly simplify the matching regexp.
23009
23010 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23011
23012 * gdb.base/break.exp: Update gdb_test invocation to use new
23013 convention.
23014
23015 * lib/gdb.exp: If noargs is not set, set it to 0.
23016
23017 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
23018 tests unique.
23019
23020 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
23021
23022 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23023
23024 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
23025 one argument of type "<non-float parameter>".
23026
23027 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
23028
23029 * config/rom68k.exp: New file to support Motorola IDP board.
23030 * gdb.base/a2-run.exp: Skip this file if noargs is set.
23031 * gdb.base/break.c: Change things around so that this program
23032 doesn't depend upon args. This is necessary to make remote
23033 targets work (in general, they can't take args).
23034 * gdb.base/break.exp: Don't try to send args to program. Don't
23035 expect output. Also, replace lots of code with gdb_test.
23036
23037 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23038
23039 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
23040 printing of '\'' (which is what the comment says we are testing,
23041 even though we were not), not '''.
23042 (test_integer_literals_rejected): Test that printing ''' is an error.
23043
23044 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23045 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
23046 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
23047 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
23048 Use gdb_test not test_print_accept.
23049 * lib/gdb.exp: Remove test_print_accept.
23050
23051 * gdb.base/signals.exp (signal_tests_1): Make pass message
23052 consistent with fail message.
23053
23054 * gdb.base/whatis.exp: Remove xfails for printing char vs.
23055 unsigned char; the bug (PR 1821) is fixed.
23056
23057 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
23058
23059 * gdb.base/scope.exp (test_at_localscopes): Call pass for
23060 successful tests--makes xfailing them work right.
23061
23062 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23063
23064 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
23065 only \r\n, not .*. The test can pass .* as the last thing in
23066 $pattern if that is what it wants. In addition to providing this
23067 flexibility, this change should speed up pattern matching in cases
23068 where the pattern already ended with .* (there were a number of
23069 them). This change also helps catch bad patterns--in the old
23070 scheme the typo "char \*" instead of "char \\*" would pass. Now
23071 it is caught.
23072 * Many .exp files: Update callers.
23073
23074 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
23075 clearer and does not spuriously match multiple ('s. Likewise for
23076 ) and *.
23077
23078 * gdb.base/nodebug.exp: Test ability to call a function and pass
23079 it a string (even with no debugging info).
23080
23081 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
23082 "p '\'", which is the same as "p ''" once tcl gets done with
23083 quoting, to "p '\\'", which I suspect is what is intended (one
23084 backslash gets sent to GDB).
23085
23086 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
23087
23088 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23089
23090 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
23091 1817) was fixed literally years ago.
23092
23093 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23094
23095 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
23096 test, it causes stepping out of call_after_alloca_subr with
23097 optimizing compilers.
23098 (localvars_in_indirect_call): Consume GDB prompt if `finish'
23099 fails.
23100
23101 * gdb.c++/templates.exp: Source templ-info.exp only if
23102 the templates executable exists.
23103
23104 * gdb.c++/misc.cc (class Contains_static_instance,
23105 class Contains_nested_static_instance),
23106 gdb.c++/classes.exp (test_static_members): Test printing of
23107 a class that contains a static instance of the class.
23108
23109 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23110
23111 * gdb.base/langs2.c (cppsub_): Don't prototype.
23112 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
23113 only, I believe).
23114
23115 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23116
23117 * lib/gdb.exp (skip_chill_tests): New procedure.
23118
23119 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
23120
23121 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
23122
23123 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
23124 each expect pattern. Cuts runtime from 12 to about 4 seconds.
23125
23126 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23127
23128 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
23129
23130 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
23131 disassemble 8, not 16, instructions for part 4.
23132
23133 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
23134 support the latter anymore.
23135
23136 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
23137 -DNO_PROTOTYPES.
23138 * gdb.base/callfuncs.c: Control use of prototypes based on
23139 NO_PROTOTYPES, not __STDC__.
23140 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
23141 t_float_values2 tests if prototypes in use.
23142
23143 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
23144 t_double_values): When checking differences against DELTA, check
23145 that difference is within the range (-DELTA,DELTA), not just
23146 (-infinity,DELTA).
23147
23148 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
23149
23150 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
23151 'file' command firts, then 'target', then 'load', this is due to gdb
23152 target set up.
23153 * config/mips-gdb.exp: Fix a couple regular exp bugs.
23154
23155 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
23156
23157 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
23158 FP load/store variants.
23159 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
23160
23161 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23162
23163 * gdb.base/term.exp: Do not give a warning if not native, it is
23164 not an abnormal condition.
23165
23166 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
23167
23168 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
23169 t_char_array".
23170
23171 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23172
23173 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
23174 are getting the version number.
23175
23176 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
23177 if not native, it is not an abnormal condition.
23178
23179 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23180
23181 * lib/gdb.exp: Just use "file exists", rather than undocumented
23182 dejagnu procedure "findfile".
23183
23184 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23185
23186 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
23187 (LDFLAGS): Set to -Xlinker -Ur.
23188
23189 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
23190 Removed, these values are set by lib/gdb.exp.
23191
23192 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
23193
23194 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23195
23196 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
23197 of replicating gdb startup code.
23198
23199 * config/mt-vxworks (LDFLAGS): Set to -r.
23200 (CFLAGS_FOR_TARGET): Removed.
23201
23202 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
23203 (gdb) and gdb for vxworks uses (vxgdb).
23204
23205 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
23206 executable is not in the tree and host != target, use sed and
23207 program_transform_name to determine the gdb name used by the
23208 target.
23209
23210 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
23211 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
23212
23213 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23214
23215 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
23216 floats, chars, and shorts where there are ANSI-style function
23217 definitions.
23218
23219 * gdb.base/langs.exp, gdb.base/langs*: New test.
23220 * gdb.base/Makefile.in: Build it.
23221 * TODO: Remove item about checking that C names don't get C++
23222 demangling applied; this test tests it.
23223
23224 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23225
23226 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
23227 went with the const70 xfail. The xfail went away a year ago.
23228
23229 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
23230
23231 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
23232 for hp300.
23233
23234 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
23235
23236 * gdb.base/a1-selftest.exp: Don't run on hp300.
23237
23238 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23239
23240 * Makefile.in (site.exp): Set host_alias and target_alias as well
23241 as host_triplet and target_triplet.
23242
23243 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23244
23245 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
23246
23247 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
23248 places as other ecoff systems).
23249
23250 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
23251 ultrix.
23252
23253 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23254
23255 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
23256 remove them.
23257 * gdb.base/nodebug.exp: Accept "function" in addition to "text
23258 variable and "variable" in addition to "data variable".
23259 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
23260
23261 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
23262 2.
23263 * gdb.base/list1.c (long_line): Add additional statement at start
23264 of function.
23265 * gdb.base/list.exp (test_forward_search): Update line number to
23266 reflect new statement.
23267
23268 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23269
23270 * gdb.base/signals.exp: Reinitialize searched source directories
23271 after gdb_start call.
23272
23273 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
23274
23275 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
23276 * gdb.stabs/Makefile.in: Likewise.
23277
23278 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
23279 change. Instead split the tests into smaller pieces.
23280 * gdb.disasm/hppa.s: Corresponding changes.
23281
23282 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23283
23284 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23285 Quote ^C when passing it to stty. For some shells ^ is a pipe.
23286
23287 * gdb.base/funcargs.exp: Modify many tests so that every test
23288 either passes or fails. Make some test names unique.
23289
23290 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23291
23292 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23293 Call stty to set interrupt character.
23294
23295 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
23296 for HP assembler versus GNU assembler based on actual behavior of
23297 $(CC), rather than assuming that $(AS) is always the GNU assembler.
23298
23299 * TODO: Suggest a few more stepping tests.
23300
23301 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
23302
23303 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
23304 restart GDB for h8300 after a continue.
23305 (return): Add pattern to match a29k-udi behavior.
23306 * gdb.base/nodebug.exp: Remove obsolete comment.
23307 * gdb.base/regs.exp: New file, testing of register displays.
23308 * gdb.base/return.exp: Fix typo in reference to $objdir.
23309 * gdb.base/whatis.exp: Always start with a fresh GDB.
23310
23311 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23312
23313 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
23314 higher, these tests generate a lot of output.
23315
23316 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23317
23318 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
23319 code following the catch silently ignored some errors; without the
23320 catch they should be thrown like any other tcl error. Also, the
23321 catch used "" instead of {} which meant all the callers who wanted
23322 to include one of the characters "[]$ had to quote it an extra time.
23323 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
23324 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
23325 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
23326 Remove extra quoting.
23327
23328 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
23329
23330 * gdb.base/commands.exp: Make test names unique; every test either
23331 passes or fails. Update some comments.
23332
23333 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
23334
23335 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23336
23337 The following fixes a FAIL caused by the fact that the alpha stabs
23338 configuration didn't use the ".if alpha" code in weird.def.
23339 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
23340 bit pointer, so the 32 bit version works even on the alpha.
23341 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
23342 Remove the stuff which allowed us to have separate versions for
23343 alpha and everything else.
23344
23345 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
23346 regexp which "info func operator\[\](" is supposed to match. Fix
23347 string to send to GDB. Note that GDB still doesn't work right. Add a
23348 new test for "info func .perator\[\](" which GDB does handle correctly.
23349
23350 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
23351
23352 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23353
23354 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
23355 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
23356 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
23357 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
23358 it makes the tests harder to understand and confuses test-o-matic.
23359 The preferred style is that each test provides a PASS or a FAIL,
23360 and has a unique message (e.g. "continue #54" not just "continue")
23361 which is the same for the pass and the fail.
23362 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23363 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
23364 to lib/gdb.exp.
23365 * gdb.base/printcmds.exp: Use test_print_accept. Remove
23366 prt_accept which was basically the same thing. Likewise for
23367 test_print_reject and prt_reject.
23368 * lib/gdb.exp (test_print_reject): Add some more error message
23369 patterns to match from the former printcmds.exp (prt_reject).
23370 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
23371 One defect of the passcount stuff is that some of it failed to
23372 report XPASS where appropriate.
23373 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
23374 stuff before and after arg in expected pattern.
23375 (test_paddr_operator_functions): Re-do test without print_addr_of;
23376 this is the only test which seems to want extra stuff there.
23377
23378 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23379
23380 * gdb.base/nodebug.exp: Update new tests to reflect improved
23381 wording of gdb output.
23382
23383 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
23384 and "ptype" work on variables in files compiled without -g.
23385 Replaces commented out "maint print msymbol" tests.
23386
23387 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23388
23389 * gdb.base/setvar.c (dummy): Call malloc.
23390
23391 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
23392 losing with the irix4 sed.
23393
23394 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
23395 ALRM" on irix4.
23396
23397 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23398
23399 * TODO: Remove items about corefile.exp testing new exec-file and
23400 backtrace; both are now done. Add items about printing enums.
23401
23402 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23403
23404 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
23405 "get signal $thissig" test fails.
23406
23407 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
23408
23409 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23410
23411 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
23412 compiler warning with dec alpha compiler.
23413
23414 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
23415 extra \n from gdb_test call (this explains why the prompt test
23416 that I removed yesterday was there).
23417 (user_defined_command_test): Remove extra \n and prompt test.
23418
23419 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
23420 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
23421 doesn't exist.
23422 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
23423 Also remove alpha workaround, which turns out to be because
23424 SIGABRT == SIGLOST.
23425
23426 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
23427
23428 * gdb.base/help.exp: Don't test "help show".
23429
23430 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23431
23432 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
23433 "set print address" is on.
23434 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
23435 pass prompt to gdb_test; gdb_test already looks for the prompt.
23436
23437 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
23438
23439 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
23440 was a vestige of the manual TESTSTRATEGY, and the purpose of it
23441 was to make sure that gdb can read a core file. But (a) the "read
23442 the corefile" part didn't make it to a1-selftest.exp, we just
23443 delete the corefile after creating it, and (b) we test reading
23444 corefiles in corefile.exp anyway. Also, this test left around a
23445 xgdb process on Solaris.
23446
23447 * gdb.base/corefile.exp: Also test backtrace.
23448
23449 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
23450
23451 * gdb.base/commands.exp: Test a simple user defined command with
23452 arguments and if/while statements; verify the full user command is
23453 printed by "show user".
23454
23455 * gdb.base/commands.exp: Test if/while commands as part of a
23456 breakpoint command list; verify they appear in breakpoint
23457 information.
23458
23459 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23460
23461 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
23462 than by dividing by zero.
23463
23464 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
23465
23466 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
23467 performing an inferior call with watchpoints enabled.
23468 * gdb.base/watchpoint.c (main): Delete second unnecessary read
23469 call.
23470
23471 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23472
23473 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
23474 of "file" command.
23475
23476 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
23477 Add additional pattern for when "int operator int(void);" appears
23478 in a different order.
23479
23480 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23481
23482 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
23483
23484 * gdb.base/help.exp: Replace most of docstrings for "info signals"
23485 and "signal" with ".*".
23486
23487 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23488
23489 * TODO: Add note about "handle all nostop".
23490
23491 * gdb.base/{sigall.c, sigall.exp}: New test.
23492 * gdb.base/Makefile.in: Add it.
23493
23494 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
23495
23496 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
23497 when invoking GDB, suppresses any windowing interface.
23498
23499 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
23500
23501 * config/sim-gdb: New file, simulator testing support.
23502
23503 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
23504
23505 * gdb.base/interrupt.exp: Test calling func1 twice.
23506
23507 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
23508
23509 * gdb.base/list.exp (test_forward_search): Set timeout higher
23510 when we'll be getting lots of output from gdb.
23511
23512 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
23513 "init_malloc" to after the expect statement. Run it if that
23514 regexp is taken, but also for two others which happen if source
23515 cannot be found.
23516
23517 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23518
23519 * gdb.base/printcmds.exp: New test, for printing register before
23520 program is running.
23521
23522 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23523
23524 * gdb.base/list.exp: Correct some alternate expect patterns
23525 to reflect changes in list1.c.
23526
23527 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23528
23529 * TODO: Add item regarding large frames.
23530
23531 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
23532
23533 * TODO: Remove item about enabling return.exp; it
23534 is enabled. Suggest a few more "return" tests.
23535
23536 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23537
23538 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
23539 anonymous unions.
23540
23541 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23542
23543 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
23544 and pr-5646.o, so "make" is the same as "make all", not "make
23545 pr-4975.o".
23546
23547 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
23548
23549 * gdb.base/list.exp: Adjust expectations to reflect changes in
23550 list1.c.
23551 (test_forward_search): New test proc.
23552 * gdb.base/list1.c (long_line): New function, has long source line.
23553
23554 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
23555
23556 * gdb.base/a1-selftest.exp: Change initial stepping to know about
23557 additional line of code that was added.
23558
23559 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
23560
23561 * gdb.disasm/hppa.s: Break the large branching tests into smaller
23562 tests so as not to overflow expect's input buffers.
23563 * gdb.disasm/hppa.exp: Corresponding changes.
23564
23565 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23566
23567 Beginnings of template debugging tests.
23568 * gdb.c++/templ-info.cc: New file to test for template
23569 debugging capability of the compiler.
23570 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
23571 templ-info.cc.
23572 * gdb.c++/templates.cc: Add explicit template instantiations
23573 to enable compiling with -fno-implicit-templates. Add destructor
23574 and 'value' method to T5 class for template tests.
23575 * gdb.c++/templates.exp: Add testcases for printing of template
23576 types, setting breakpoints on template methods and calling a
23577 template method.
23578
23579 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
23580
23581 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
23582 branch target since some assemblers (gas-2.5) may emit a
23583 relocation for the branch instead of resolving it in the
23584 assembler.
23585
23586 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23587
23588 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
23589 through signal handler.
23590
23591 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23592
23593 * configure.in (*-*-netware): Use config/mt-netware.
23594
23595 * config/mt-netware: New file.
23596 * config/mt-i386-netware: Removed, separate configs for different
23597 netware architectures are no longer needed now that we have
23598 --with-headers.
23599
23600 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23601
23602 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
23603 by the recent changes to use ANSI C arithmetic conversions.
23604
23605 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23606
23607 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
23608 bug involving using inferior_pid to figure out whether to select a
23609 frame.
23610
23611 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
23612
23613 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
23614 match the current disassembler output.
23615
23616 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
23617
23618 * gdb.fortran/exprs.exp: Expect VOID instead of void.
23619 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
23620 types, expect "int" as type of integer values (for now).
23621
23622 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
23623
23624 * gdb.base/commands.exp: New tests for if/while commands.
23625
23626 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
23627
23628 * lib/gdb.exp (runto): Replace sub-pattern for hex value
23629 by .*, since hex values have different syntax in Chill mode.
23630
23631 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23632
23633 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
23634 linefeed from expect pattern for repeated types with indices > 9.
23635
23636 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
23637
23638 First part of Fortran test suite.
23639 * gdb.fortran: New directory.
23640 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
23641
23642 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23643
23644 * gdb.base/default.exp: Update expect pattern for load command
23645 without arguments.
23646
23647 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
23648
23649 * configure.in: Change i386 to i[345]86.
23650 * gdb.base/configure.in: Likewise.
23651 * gdb.c++/configure.in: Likewise.
23652 * gdb.chill/configure.in: Likewise.
23653
23654 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
23655
23656 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
23657 patterns, since that is not a valid context for comments.
23658
23659 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
23660
23661 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
23662 repeated types and repeated types with indices > 9.
23663
23664 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
23665
23666 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
23667 2417; old bug has been fixed.
23668
23669 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
23670
23671 * gdb.base/interrupt.exp: When trying to wake up the inferior,
23672 send the newline ourselves instead of assuming gdb_test will do
23673 so when passed an empty input string.
23674
23675 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
23676 stabs testcode.
23677
23678 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23679
23680 * lib/gdb.exp (gdb_test): Don't send anything if the first
23681 argument is an empty string. This makes cases where we want to
23682 match output that is already in expect's buffers (for example,
23683 matching a breakpoint after gdb_run_cmd has been called) work
23684 reliably.
23685
23686 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23687
23688 * config/netware.exp: New file.
23689
23690 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23691
23692 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
23693 the -B and -L prefixes so we can find the debugging stub.
23694
23695 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
23696 there and we are using the gcc from the tree.
23697
23698 * gdb.base/types.c: Removed.
23699
23700 * gdb.base/configure.in: Look for makefile fragments in ../config.
23701 Recognize i386-*-netware.
23702 * gdb.c++/configure.in: Likewise.
23703
23704 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23705
23706 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
23707 the correct TCL syntax.
23708
23709 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23710
23711 * gdb.base/opaque.exp: use runto instead of messing around with
23712 breakpoints. Simplify by using gdb_test.
23713
23714 * gdb.base/bitfields.exp: restart between tests on netware targets
23715 because breakpoints aren't relocated after target death. Run
23716 processes to completion.
23717
23718 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
23719
23720 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
23721
23722 * Makefile.in: Remove extra tabs that confuse some versions
23723 of "make". Use the newly built gdb to test with by default,
23724 rather than the first one in the tester's search path.
23725
23726 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
23727
23728 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
23729
23730 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
23731 condition help.
23732
23733 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23734
23735 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
23736
23737 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
23738 running.
23739 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
23740 * gdb.base/funcargs.exp: Likewise.
23741
23742 * gdb.base/bitfields.exp: Simplify by using gdb_test.
23743 * gdb.base/funcargs.exp: Likewise.
23744
23745 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
23746 message is "".
23747
23748 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23749
23750 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
23751 return,signals,twice}.exp: Handle non-existant binaries
23752 consistantly.
23753
23754 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
23755 * gdb.base/Makefile.in: Don't try to generate a core dump, we
23756 might testing a cross development system.
23757
23758 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23759
23760 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
23761 runtest script is relative to ${srcdir}, not ${rootdir}.
23762
23763 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
23764
23765 * gdb.base/signals.exp: Allow for optionality of breakpoint
23766 address.
23767
23768 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23769
23770 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
23771
23772 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23773
23774 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
23775 for size_t definition.
23776 * gdb.c++/templates.cc: Likewise
23777
23778 * config/mt-i386-netware: New file.
23779
23780 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
23781 defined.
23782
23783 * gdb.base/Makefile.in: Added support for systems that name core
23784 files by appending "core" to the program name.
23785 * gdb.base/a1-selftest.exp: Likewise.
23786
23787 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23788
23789 * gdb.base/return.exp: Add comment and message for `return double'
23790 test failure on Sparc Solaris.
23791
23792 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
23793
23794 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
23795
23796 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23797
23798 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
23799 from optimizing them away.
23800 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
23801 patterns to include default constructors and assignment operators,
23802 to match gcc versions beyond 2.5.8. Accept any cplus demangling
23803 character in the output of the virtual base pointer.
23804
23805 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23806
23807 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
23808 expression match in print_addr_of to avoid unintented matches.
23809 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
23810 versions up to 2.5.8.
23811
23812 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23813
23814 * gdb.base/list.exp: Tweak alternate pattern for listing of an
23815 included file to run under newer versions of expect.
23816 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
23817 consecutive >'s in templates to accomodate recent cplus-dem.c change.
23818 Remove xfail for the virtual table of BDDHookV.
23819
23820 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
23821
23822 * lib/gdb.exp (string_to_regexp): Set a default result.
23823 (default_gdb_start): Fix misleading message.
23824
23825 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
23826
23827 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
23828 Remove all CC, etc definitions.
23829 * config/mt-hpux: New file.
23830 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
23831 (CFLAGS, LDFLAGS): Define.
23832 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
23833
23834 * Makefile.in (site.exp): Don't insert host_os, etc.
23835 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
23836 (distclean): Check existence of subdir.
23837 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
23838 * gdb.base/Makefile.in: General cleanup and simplification.
23839 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23840 to build executables. Use default rule to build .o files.
23841 (EXPECT, RUNTEST, CC): Fix relative pathname.
23842 (site.exp): Don't insert host_os, etc.
23843 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
23844 and/or SIGUSR1 defined.
23845 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
23846 * gdb.c++/Makefile.in: General cleanup and simplification.
23847 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23848 (CFLAGS): Remove.
23849 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
23850
23851 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
23852
23853 * gdb.base/recurse.exp: Misc changes to get tests running again
23854 after Kung's changes to the watchpoint code.
23855 * gdb.base/watchpoint.exp: Likewise.
23856
23857 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
23858
23859 * lib/gdb.exp (string_to_regexp): Convert {\} also.
23860
23861 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
23862
23863 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
23864 * lib/gdb.exp (default_gdb_start): Define.
23865 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
23866 gdb.base/funcargs.exp, gdb.base/opaque.exp,
23867 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
23868 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
23869 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
23870 Don't call gdb_target_udi in between tests.
23871
23872 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23873
23874 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
23875 (which was basically just a local version of the same thing). In
23876 addition to avoiding duplication, gdb_test_exact is faster.
23877 * lib/gdb.exp (gdb_test_exact): Fix typo.
23878
23879 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
23880 don't give an error.
23881
23882 * gdb.base/term.exp: Call delete_breakpoints before starting.
23883
23884 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
23885 (t10): Add comment.
23886
23887 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23888
23889 Reorganization of the GDB Test Suite.
23890
23891 * gdb.base: New directory, contains all the basic tests.
23892 * gdb.c++: New directory, tests specific to C++.
23893 * gdb.chill: New directory, tests specific to Chill.
23894 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
23895 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
23896 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
23897 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
23898 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
23899 t30-31 to chill).
23900 * */gdbme.*: Rename to match appropriate expect scripts.
23901 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
23902 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
23903 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
23904 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
23905 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
23906 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
23907 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
23908 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
23909 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
23910 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
23911 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
23912 gdb.c++/virtfunc.cc: New names of C++ files.
23913 * gdb.chill/chillvars.ch: New name of Chill file.
23914 * gdb.base/configure.in, gdb.c++/configure.in,
23915 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
23916 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
23917 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
23918 * configure.in (configdirs): Update to reflect directory changes.
23919 (target_abbrev): No longer define for any configuration.
23920 * Makefile.in: Cosmetic improvements to header comments.
23921
23922 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
23923
23924 Various changes to gdb.t31:
23925
23926 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
23927 * gdbme.ch: Make all key-words and predefineds be upper-case.
23928 * chillvars.exp: Expect key-words and predefinds in upper-case.
23929
23930 * chillvars.exp: Use gdb_test_exact many places.
23931 Change expected output for arrays (which now includes index labels).
23932
23933 * pr-5020.exp, gdme.ch (module PR_5020):
23934 New test, for PR-5020.
23935
23936 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
23937
23938 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
23939 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
23940
23941 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
23942
23943 * Makefile.in: Fix bit-rot in definitions of CHILL,
23944 CHILL_FOR_TARGET and Chill_LIB.
23945 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
23946 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
23947 CHILL, and CHILL_LIB.
23948
23949 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
23950
23951 * Revert the previous changes. Please see Rob's directory
23952 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
23953
23954 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
23955
23956 * Makefile.in, configure.in, config/mips-gdb.exp,
23957 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
23958 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
23959 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
23960 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
23961 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
23962 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
23963 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
23964 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
23965 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
23966 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
23967 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
23968 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
23969 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
23970 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
23971 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
23972 changes from 94Q1.
23973
23974 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
23975
23976 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
23977 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
23978 Rob's new testing fragments.
23979
23980 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
23981
23982 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
23983 lib/gdb.exp: Replace error proc calls with perror.
23984
23985 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23986
23987 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
23988 version also, match on casted version strings, and match on
23989 gdb startup case where the line numbers might be messed up.
23990
23991 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
23992
23993 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
23994 (CFLAGS): Delete it from here.
23995
23996 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
23997
23998 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
23999
24000 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
24001
24002 * Makefile.in (RUNTEST): Default to just "runtest".
24003
24004 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24005
24006 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
24007 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
24008 the code has been restructured.
24009
24010 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24011
24012 * gdb.t00/default.exp (set write): Allow any number of \r and/or
24013 \n, not just one of each.
24014
24015 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
24016 /bin/cc gives a warning if you do.
24017
24018 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
24019
24020 * gdb.t24/demangle.exp: change expect pattern of
24021 __t10ListS_link1ZUiRCUiPT0
24022
24023 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24024
24025 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
24026 on local variables in recursive functions.
24027
24028 * gdb.t07/Makefile.in: Build the new test.
24029
24030 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24031
24032 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
24033 directly. Instead compare the return values from actual calls.
24034
24035 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
24036
24037 * Makefile.in (check): Set TCL_LIBRARY for runtest.
24038
24039 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24040
24041 * From Peter Schauer with minor modifications.
24042 * gdb.t15/return.exp (return_tests): Handle targets where "return"
24043 stops in mid-line in the caller. Add xfail for returning a float
24044 value on X86 targets.
24045
24046 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24047
24048 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
24049 to avoid expect lossage.
24050 (fmem_LRbug_tests): Likewise.
24051 * gdb.disasm/hppa.s: Corresponding changes.
24052
24053 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
24054 conditions to work with latest dejagnu/expect.
24055
24056 * gdb.t15/funcargs.exp (finish from indirect call): No longer
24057 expected to fail on the PA.
24058 (backtrace in call with trampolines): Explicitly require main
24059 to be frame #1 (no trampolines should show up in backtrace).
24060
24061 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
24062 "continue -expect".
24063 * gdb.t06/break.exp: Likewise.
24064 * gdb.t07/watchpoint.exp: Likewise.
24065 * gdb.t13/bitfields.exp: Likewise.
24066 * gdb.t15/{funcargs,return}.exp: Likewise.
24067 * gdb.stabs/weird.exp: Likewise.
24068 * config/{mips,udi}-gdb.exp: Likewise.
24069
24070 * hppa.sed: Enclose comments within a sed command to avoid
24071 losing with the old OSF1 sed.
24072
24073 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24074
24075 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
24076 sequent dynix.
24077 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
24078 * gdb.t15/funcargs.exp: Conditionally step again to really
24079 finish from marker_call_with_trampolines. Handle the case where
24080 the first step from within call_with_trampolines already steps
24081 us back to main.
24082 * gdb.t15/gdbme.c: Add comment to closing brace of
24083 call_with_trampolines for funcargs.exp.
24084
24085 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24086
24087 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24088 Fix typo(s).
24089
24090 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24091
24092 * gdb.t07/gdbme.c: More code for watchpoint testing.
24093
24094 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
24095 "Hardware watchpoint" throughout file.
24096 (test_watchpoint_triggered_in_syscall): New test.
24097 (test_complex_watchpoint): New test.
24098
24099 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24100
24101 * gdbme.c (call_with_trampolines): New function to try and step
24102 into. Tests trampoline problems on the PA.
24103
24104 * funcargs.exp (localvars_in_indirect_call): No longer expect
24105 stepping into indirect call to fail on PAs.
24106 (test_stepping_over_trampolines): New test.
24107
24108 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24109
24110 * TODO: Add suggestions for static member function tests, and
24111 completion tests.
24112
24113 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24114
24115 * TODO: Add suggestions for "p/a" tests.
24116
24117 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
24118 (default_gdb_exit): Replace all the hair with sending "quit" to
24119 the process with a simple close.
24120
24121 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24122
24123 * TODO: Add suggestions for shared library tests.
24124
24125 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24126
24127 * TODO: Add suggestions for x/s tests.
24128
24129 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24130
24131 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
24132 "enable once", and "enable breakpoints once" with ".*".
24133
24134 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24135
24136 * TODO: Add suggestions about structure passing tests.
24137
24138 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24139
24140 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
24141 the primary1 test, use work around if __GNUC__ < 2.
24142 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
24143 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
24144 Test for bad output rather than waiting for timeout. Issue
24145 second continue only if first continue failed.
24146
24147 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24148
24149 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
24150 operator[] test with gdb_test because the old code didn't seem to
24151 be getting the quoting right with the new dejagnu.
24152
24153 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
24154
24155 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
24156 one from the path.
24157 * Makefile.in: Use a fresh expect if there is one, use runtest
24158 from the src tree if there is one.
24159
24160 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24161
24162 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
24163 next over recursive call. Revise the tests from that point on
24164 (which had been skipped) to match GDB's actual (correct) output.
24165
24166 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
24167 with next over a breakpoint whose condition is false.
24168
24169 * gdb.t00/help.exp: Comment out "help set print" tests just like
24170 (and for same reason as) "help set" test.
24171
24172 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24173
24174 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
24175 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
24176
24177 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24178
24179 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
24180 necessary gdb_target_udi.
24181
24182 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
24183
24184 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
24185 1838 and 2417; they are fixed.
24186
24187 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
24188 gdb.t03/ptype.exp (ptype structure, ptype union):
24189 Remove xfails; the test is looser than when the xfails were added.
24190
24191 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
24192 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
24193
24194 * gdb.t01/run.exp: Only run shell test if isnative.
24195
24196 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
24197 since "run" automatically loads if necessary. Call gdb_target_udi
24198 after the "file" since "file" kills any execution target.
24199
24200 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
24201 GDB. GDB doesn't work that way (not anymore at least) on UDI.
24202 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
24203 argument for UDI.
24204
24205 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24206
24207 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
24208
24209 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
24210
24211 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24212
24213 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
24214 properly quoting regexps. This makes the second argument to
24215 demangle a fixed string, which matches the callers, instead of a
24216 shell-style pattern which is what the previous implementation
24217 used. Update some of the callers.
24218
24219 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24220
24221 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
24222 (comib_nullified_tests): Fix typo.
24223 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
24224 strings. No longer expected to fail.
24225
24226 * gdb.disasm/hppa.s (addib_tests): Fix typo.
24227 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
24228 strings. No longer expected to fail.
24229
24230 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
24231 string. No longer expected to fail.
24232
24233 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24234
24235 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
24236 No longer expected to fail.
24237
24238 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
24239 string. No longer expected to fail.
24240
24241 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24242
24243 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
24244 only in the names (I probably got most of them). I was even
24245 generous with some which differed in underscores in names, and
24246 probably missed a few, and I *still* was able to remove almost a
24247 third of the file with almost no impact on testsuite coverage.
24248
24249 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24250
24251 * gdb.t00/default.exp: Match udi_attach error message as well as
24252 the one from child_attach.
24253
24254 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
24255
24256 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
24257
24258 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
24259 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
24260
24261 * Move test with enums and partial symbols back to
24262 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
24263 Reverts the change of 26 May 93. Per today's change to
24264 stabs.texinfo, the behavior that weird.exp was expecting was
24265 unreasonable; what is important is that the compiler+gdb get
24266 things right, which happens with a recent gcc. Also fix the test
24267 to deal with native compilers which put out the stab gdb can't
24268 deal with.
24269
24270 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24271
24272 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
24273 in the names. The main thing these accomplish is to slow things down.
24274 Many more such duplicates surely remain.
24275
24276 * gdb.t00/help.exp: Comment out "help support" test just like
24277 (and for same reason as) "help set" test.
24278
24279 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
24280
24281 * gdb.t06/break.exp: Remove setup_xfails for
24282 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
24283 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
24284 about known bug in gcc to include up through 2.5.8.
24285 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
24286 well as "_vb$".
24287 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
24288 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
24289 with latest gcc and gdb.
24290 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
24291 well as "_vb$".
24292
24293 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24294
24295 * configure.in (hppa*-*-*): Also configure and build stabs-only
24296 tests.
24297
24298 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24299
24300 * gdb.t10/hppa.mt: A makefile fragment for the PA.
24301 * gdb.t10/configure.in (hppa*-*-*): Use it.
24302
24303 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24304
24305 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
24306
24307 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24308
24309 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
24310 versions prior to 1.13.5.
24311
24312 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24313
24314 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
24315 the prompt is at the start of a line.
24316
24317 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24318
24319 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
24320 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
24321 in the copr tests now.
24322 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
24323 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
24324 expected to fail.
24325
24326 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
24327
24328 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
24329 gdb.t31/chillvars.exp, lib/gdb.exp:
24330 Tweak to run under either version of expect.
24331 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
24332 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
24333 * gdb.t11/list.exp: Remove extraneous whitespace.
24334
24335 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24336
24337 * gdb.t16/printcmds.exp (test_print_strings): Accept
24338 "(unsigned char *) " before the string.
24339
24340 * TODO: Add notes about printing of fancy types and GDB expressions.
24341
24342 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
24343
24344 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
24345 * gdb.t06/configure.in: Don't try to compile signals test program
24346 if doing mips-idt-ecoff.
24347
24348 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
24349
24350 * Most .exp files: Tweak to run under either version of expect.
24351
24352 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24353
24354 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
24355 xfails; I'm not sure why they are failing, but not because of PR 1806.
24356
24357 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
24358
24359 * config/unix-gdb.exp: Remove gdb_unload cause it's already
24360 defined in lib/gdb.exp.
24361
24362 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24363
24364 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
24365 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
24366 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
24367 have to be typeless.
24368
24369 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24370
24371 * TODO: Add suggestion for copyright year test.
24372
24373 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
24374
24375 * configure.in (*-*-lynxos*): Add stabs tests.
24376
24377 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24378
24379 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
24380 so insert a tab before any assembler directive in column zero.
24381
24382 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
24383 stores.
24384 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
24385 stores.
24386 (fpu_short_memory_tests): Likewise.
24387
24388 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24389
24390 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
24391 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
24392 .stabs directives in comments.
24393
24394 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24395
24396 * TODO: New file, describing tests we could write.
24397 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
24398
24399 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24400
24401 * gdb.t06/signals.exp: Add kludge to force re-sync.
24402
24403 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
24404 to xgdb instead of gdb, get out of gdb.
24405
24406 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
24407
24408 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
24409 for info.
24410
24411 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24412
24413 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
24414 * gdb.stabs/configure.in (hppa*-*-*): Use it.
24415 * gdb.stabs/hppa.sed: New sed script for the PA.
24416
24417 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24418
24419 * gdb.stabs: Re-write weird.def and configuration to use sed
24420 instead of cpp. sed is portable and POSIX; cpp is neither.
24421
24422 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24423
24424 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
24425
24426 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24427
24428 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
24429
24430 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24431
24432 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
24433 "_vb$".
24434 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
24435 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
24436
24437 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24438
24439 * lib/gdb.exp: Comment out code which depends on non-existent
24440 `transform' procedure.
24441
24442 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
24443
24444 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
24445 * lib/gdb.exp: Transform tool name.
24446 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
24447 1.1's new error handling system.
24448
24449 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24450
24451 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
24452
24453 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24454
24455 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
24456 They made pattern matching so slow that timeouts happened on
24457 heavily loaded systems. Now any output from "show print" which
24458 gets us back to the GDB prompt is a PASS.
24459
24460 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
24461
24462 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
24463
24464 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24465
24466 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
24467
24468 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
24469 It is not from PR 3220.
24470
24471 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24472
24473 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
24474 just started failing because they depended on the order the
24475 subcommands are presented, or exact docstring text. This kind of
24476 test is a pain and has minimal benefit.
24477
24478 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24479
24480 * gdb.t09/corefile.exp: At end of test, use "core" command with
24481 no arguments.
24482
24483 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
24484
24485 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
24486 17}/Makefile.in: Make it possible to run the testsuite with Sun
24487 make and CC = cross gcc by adding explicit build rules for .o
24488 files.
24489
24490 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24491
24492 * gdb.t15/funcargs.exp: Don't put comments on same line as
24493 setup_xfail (@#$*%& tcl braindamage!).
24494
24495 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24496
24497 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
24498
24499 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
24500
24501 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
24502 * gdb.t20/inherit.exp: remove three dumplicate entries.
24503
24504 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24505
24506 * gdb.t06/break.exp: For "next over recursive call", fail on any
24507 incorrect output, not just on "factorial (value=2)".
24508
24509 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24510
24511 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
24512 working now. Add an xfail if accesing a bss variable causes
24513 a memory error if the target is not yet run.
24514
24515 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24516
24517 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
24518 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
24519 name of __st* demangling (2 strings). Did Kung really get the
24520 more than 95 others right without testing them?
24521
24522 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
24523
24524 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
24525
24526 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
24527
24528 * configure.in (configdirs): Add gdb.disasm
24529 * gdb.disasm: New directory for GDB disassembler tests.
24530 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
24531
24532 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24533
24534 * gdb.t00/help.exp: Don't test "help set".
24535
24536 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
24537 from within expect statements. None of these happen anymore and
24538 they cause regressions to be silently unnoticed.
24539
24540 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
24541 messages) about known failures with gcc cygnus-2.4.5-930417.
24542
24543 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
24544 comp-info.exp so it gets built if it doesn't exist.
24545
24546 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
24547 it is no longer used.
24548 * gdb.t13/comp-info.c: Removed.
24549
24550 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24551
24552 * gdb.t06/signals.exp: Add xfail for sun3.
24553
24554 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24555
24556 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
24557 relevant because ^C doesn't get sent but failure can be reproduced
24558 interactively).
24559
24560 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24561
24562 * gdb.stabs/alpha.mt: New configuration file for alpha.
24563 * gdb.stabs/configure.in: Use it.
24564 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
24565 sharing with alpha.mt, redefine long to word via preprocessor.
24566 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
24567 for alpha.
24568 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
24569 native cc.
24570 * gdb.t00/teststrategy.exp: Change expect string so that we
24571 consume the `(xgdb)' from the command echo and from the gdb prompt.
24572 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
24573 gdb currently compares all values as long, so this failure probably
24574 applies to any configuration where LONGEST is bigger than a target int.
24575 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
24576 with gcc.
24577 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
24578 to handle opaque pointers, gcc is.
24579 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
24580 as first argument. Include <sys/types.h> and change all operator
24581 new definitions to use size_t.
24582 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
24583 now that we use size_t.
24584
24585 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24586
24587 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
24588 a long or float array cast all array members to the same type.
24589 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
24590 with 64 bit longs.
24591 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
24592 on alpha.
24593 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
24594
24595 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24596
24597 * gdb.t24 (demangle.exp): Constructors of templates have names like
24598 vector<int>::vector(int) not vector<int>::vector<int>(int). See
24599 section 14.6 of the ARM.
24600
24601 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
24602 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
24603 accomplish little and slow down the testsuite.
24604
24605 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
24606 Accept spaces various places.
24607
24608 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24609
24610 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
24611 with watchpoint enabled.
24612
24613 * Makefile.in: Remove definition of CC and remove the second
24614 definition of CXX (the "CXX = gcc" one remains). These definitions
24615 were causing backquotes to be expanded within backquotes, which
24616 doesn't work.
24617
24618 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
24619
24620 * gdb.t17/callfuncs.exp: Add "return 0" to end.
24621
24622 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24623
24624 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
24625 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
24626 by mips cc and contains no stabs entries.
24627
24628 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
24629
24630 * config/vx-gdb.exp: Use fake device to load files rather than
24631 NFS.
24632 * lib/gdb.exp: New proc to do "file" command.
24633 * config/unix-gdb.exp: Use new "file" proc.
24634
24635 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
24636
24637 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
24638 Rework board rebooting slightly.
24639 (gdb_exit): Don't exit from the remote shell; there isn't one.
24640 * gdb.stabs/weird.exp: If a program is being debugged already,
24641 kill it.
24642 * gdb.t04/setvar.exp: Stop and restart gdb.
24643 * gdb.t05/expr.exp: Likewise.
24644 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
24645 restart gdb and reload the program.
24646 * gdb.t08/opaque.exp: Likewise.
24647 * gdb.t12/scope.exp: Likewise.
24648 * gdb.t13/bitfields.exp: Likewise.
24649 * gdb.t15/funcargs.exp: Likewise.
24650 * gdb.t20/classes.exp: Likewise.
24651 * gdb.t03/ptype.exp: Increase timeout.
24652 * gdb.t16/printcmds.exp (test_print_string_constants,
24653 test_print_array_constants): Likewise.
24654 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
24655 * gdb.t20/classes.exp (do_tests): Likewise.
24656 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
24657
24658 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
24659
24660 * gdb.stabs: Renamed *wierd* to *weird*.
24661
24662 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24663
24664 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
24665 for timeout. Add "known gcc 2.4.5 bug" to failure message.
24666
24667 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24668
24669 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
24670 (do_tests): Remove xfail for whatis on one_var and two_var.
24671
24672 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
24673
24674 * Makefile.in: Made cross building work better by adding
24675 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
24676
24677 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24678
24679 * gdb.t15/{return.c,return.exp,Makefile.in}:
24680 New test, currently commented out.
24681
24682 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
24683
24684 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
24685 still running and removes the leftover named socket so GDb can do
24686 clean restarts.
24687
24688 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
24689
24690 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
24691 console, not GDB.
24692 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
24693 cross testing works better with "make check"
24694 * config/unix-gdb: Use default procedures for exit and version.
24695 * config/vx-gdb.exp: Cleaned up and massaged back to working order
24696 with the newest VxWorks.
24697
24698 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24699
24700 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
24701 old form.
24702
24703 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
24704 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
24705
24706 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
24707
24708 * config/unix-gdb.exp: Remove this version of gdb_exit
24709 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
24710 Rob says he'll look at it when he gets back to testing boards.
24711
24712 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
24713
24714 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
24715 an expected fail for certain ptype commands.
24716
24717 * gdb.t20/classes.exp: Update expected results of "ptype class
24718 Base1" to account for the constructor that now appears in the type.
24719
24720 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
24721
24722 * configure.in (configdirs): Restore gdb.t04, which mysteriously
24723 disappeared from list.
24724 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
24725 "alldone" proc with call to cleanup and exit.
24726 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
24727 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
24728 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
24729 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
24730 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
24731 "alldone" proc with simple returns that suppress remaining
24732 tests. The alldone proc went away many months ago.
24733
24734 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24735
24736 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
24737
24738 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
24739
24740 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24741
24742 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
24743 as vax gdb will display them.
24744
24745 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24746
24747 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
24748 optimizers.
24749
24750 * scope.exp: Change "bad value for localval" messages so each one
24751 is unique.
24752
24753 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
24754 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
24755
24756 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
24757
24758 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24759
24760 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
24761 doesn't exist (due to optimization).
24762
24763 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24764
24765 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
24766 contains \r because the filename is long.
24767
24768 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
24769 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
24770
24771 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24772
24773 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
24774 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
24775 Ultrix.
24776 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
24777 int tests.
24778 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
24779
24780 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
24781
24782 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
24783
24784 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
24785 to match does not match the passing case but still matches the
24786 failing case.
24787
24788 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24789
24790 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
24791
24792 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
24793
24794 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
24795 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
24796 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
24797 Remove various versions of gdb_exit.
24798 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
24799 gdb_exit.
24800 * config/unix-gdb.exp: gdb_exit remains here, and should override
24801 the generic version, since it's doing a lot of wierd stuff that
24802 the other versions aren't. FIXME, fold it in, or abandon this
24803 version.
24804
24805 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24806
24807 * gdb.t24/demangle.exp: Add tests for PR 3220.
24808
24809 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24810
24811 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
24812
24813 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
24814
24815 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
24816 "i386-*-*". Works for i486 as well.
24817
24818 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
24819 bug, and expand domain of xfail to all SVR4 systems, since the
24820 actual problem is likely to be in generic SVR4 /proc support.
24821
24822 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24823
24824 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
24825
24826 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
24827
24828 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
24829 xfails for other systems. Match a missing 'Continuing.' as an
24830 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
24831
24832 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
24833 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
24834 Only issue warning for missing executables if -all option is used.
24835
24836 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
24837 file if -all option is used. It's like an unpredictable XFAIL.
24838
24839 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24840
24841 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
24842 for dynamically linked binaries.
24843
24844 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
24845
24846 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24847
24848 * gdb.t20/inherit.exp: Change message for "print tagless struct"
24849 to state that this is a known bug in old versions of g++.
24850
24851 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24852
24853 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
24854 while waiting for `Continuing'.
24855
24856 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
24857
24858 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
24859 in text, data, and bss.
24860 * gdb.t10/nodebug.c: Add local and global test variables for
24861 initialized and uninitialized data.
24862
24863 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24864
24865 * config/unix-gdb.exp (gdb_exit): Add "wait".
24866
24867 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24868
24869 * gdb.t06/signals.exp: xfail the continue from the handler for all
24870 targets.
24871
24872 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
24873 function with watchpoints enabled, the i386 call dummy starts with
24874 a call.
24875
24876 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
24877 386 bsd names its corefiles.
24878
24879 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
24880
24881 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
24882 compilers don't grok it.
24883 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
24884 with small octal ints rather than character constants, which
24885 are signed and might not fit if first promoted to int.
24886
24887 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
24888
24889 * gdb.t09/Makefile.in (clean): Remove corefile.
24890
24891 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24892
24893 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
24894
24895 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24896 and Jim Kingdon (kingdon@cygnus.com)
24897
24898 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
24899 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
24900 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
24901
24902 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24903
24904 * gdb.t17/interrupt.exp: Add xfail for hppa.
24905
24906 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24907
24908 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
24909 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
24910 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
24911 to determine signed-ness of bitfields and use the result to setup
24912 the xfail.
24913 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
24914 * gdb.t15/funcargs.exp: Use them to step until the second indirect
24915 call line is reached if necessary.
24916
24917 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24918
24919 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
24920
24921 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24922
24923 * gdb.t06/break.exp: Also test `clear' command.
24924
24925 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24926
24927 * gdb.t00/teststrategy.exp: Remove extra quote.
24928
24929 * gdb.t07/watchpoint.exp: Change xfail for calling function with
24930 watchpoint enabled to be for all non-68k machines.
24931
24932 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
24933
24934 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24935
24936 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
24937 targets use aout.mt instead of ecoff.mt as gas understands
24938 standard aout format.
24939
24940 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24941
24942 * lib/gdb.exp (runto): Don't insist that function we are running to
24943 was compiled with -g.
24944
24945 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
24946
24947 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
24948 to get back into the read system call.
24949 Accept leading newline in case where we woke it up.
24950
24951 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24952
24953 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
24954 to make the stabs test work on ecoff systems using gcc and -with-stabs.
24955 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
24956 enable ecoff configuration.
24957
24958 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24959
24960 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
24961
24962 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24963
24964 * gdb.t16/printcmds.exp: Add another printf test.
24965
24966 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
24967
24968 * configure.in: If configured -with-stabs on any target, add
24969 stabsdirs to configdirs.
24970
24971 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24972
24973 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
24974 fun" so pattern does not match the command itself.
24975
24976 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24977
24978 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
24979
24980 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24981
24982 * gdb.t17/interrupt.exp: Test for more things.
24983
24984 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24985
24986 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
24987 compiler arranges the code and line numbers.
24988
24989 * gdb.t17/interrupt.exp: Don't send \n after ^C.
24990
24991 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24992
24993 * gdb.t00/help.exp: Increase expect input buffer size.
24994
24995 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24996
24997 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
24998
24999 * gdb.t07/watchpoint.exp: Add xfail for hppa.
25000
25001 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
25002
25003 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
25004 [0-9]*, not just [0-9].
25005
25006 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25007
25008 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
25009
25010 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
25011
25012 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25013
25014 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
25015
25016 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25017
25018 * gdb.t06/signals.c: Add xfails for sun3.
25019
25020 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
25021
25022 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
25023 test_stepping tests.
25024
25025 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25026
25027 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
25028
25029 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
25030
25031 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
25032 rather than actually putting it through cpp twice.
25033
25034 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
25035
25036 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
25037
25038 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
25039 no longer needed.
25040
25041 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25042
25043 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
25044
25045 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
25046 C++ features prints as "struct", make it a pass, not an xfail.
25047
25048 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25049
25050 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
25051 Don't require VA to print as "class" rather than "struct".
25052
25053 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
25054
25055 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
25056
25057 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25058
25059 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
25060
25061 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25062
25063 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
25064 order.
25065
25066 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25067
25068 * gdb.t16/printcmds.exp: Add printf tests.
25069
25070 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
25071
25072 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
25073
25074 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
25075
25076 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
25077 pass counts, to counteract any existing or future setup_xfails.
25078
25079 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25080
25081 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
25082 {BEGIN,END}_COMMON for common block instead of STAB.
25083 * gdb.stabs/wierd.exp: Add xfail for rs6000.
25084
25085 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
25086 intp_var should be N_GSYM not N_LSYM.
25087 wierd-aout.S: Use a label for the value of the N_SO.
25088 wierd.def: Remove all backslashes.
25089 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
25090
25091 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25092
25093 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
25094 get the expected next to inheritance3.
25095
25096 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25097
25098 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
25099 now that gcc-2.4 gets it right.
25100
25101 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25102
25103 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
25104
25105 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
25106 generating comp-info.exp which works for cross-compilation.
25107
25108 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
25109
25110 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
25111 "*-*-sysv4.*".
25112
25113 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
25114
25115 * gdb.t01/run.exp: Start with a fresh gdb.
25116 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
25117 SVR4.x.
25118
25119 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
25120
25121 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
25122 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
25123 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
25124 Makefile.in (distclean, realclean): Remove gdbme.c from list of
25125 things to remove.
25126
25127 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
25128
25129 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
25130 test cases from bug reports.
25131
25132 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
25133
25134 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
25135 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
25136 avoid spurious xfails.
25137 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
25138 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
25139 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
25140
25141 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
25142
25143 * gdb.t00/teststrategy.exp: Rework to provide more useful
25144 description of each test, fix problem with systems that define
25145 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
25146 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
25147 results for "next over recursive call" so timeouts aren't taken
25148 by error.
25149
25150 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
25151
25152 * gdb.t12/scope.exp: Test printing of variables before run.
25153
25154 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
25155 printed in wrong order due to sorting.
25156
25157 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
25158
25159 * gdb.t00/teststrategy.exp: Fix expected results for printing
25160 user entered string constant. Is array of char, prints with no
25161 address.
25162
25163 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
25164 commands.
25165 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
25166 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
25167 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
25168 of struct of char arrays.
25169 * gdb.t00/radix.exp: New tests for radix commands.
25170
25171 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
25172
25173 * gdb.t16/printcmd.exp: Print a variable before running program
25174 (with xfail for AIX).
25175
25176 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
25177
25178 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
25179
25180 * gdb.t16/printcmd.exp: Don't print variables before running program.
25181
25182 * gdb.t06/break.exp: Don't require envp argument to main.
25183
25184 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
25185
25186 * gdb.t02/whatis.exp, gdb.t11/list.exp:
25187 Add xfails for rs6000.
25188
25189 * gdb.t02/whatis.exp: Change other tests not to re-test something
25190 we already tested.
25191
25192 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
25193 each type used has a variable of that type.
25194
25195 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
25196
25197 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
25198
25199 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
25200
25201 * configure.in: change srctrigger to be a file, not a directory
25202
25203 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
25204
25205 * configure.in (mips-idt-ecoff*): Added trailing '*'.
25206
25207 * gdb.t11/list.exp: Fixed a couple of typos.
25208
25209 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
25210
25211 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
25212 is fixed and PR is closed.
25213 * gdb.t16 (gdbme.c): Add simple test string variable.
25214 * gdb.t16 (printcmds.exp): Add tests with simple test string
25215 variable, primarily for boundaries on "set print elements".
25216
25217 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
25218
25219 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
25220 Make leading 0's optional and don't expect a tab in the middle
25221 of the number.
25222
25223 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
25224
25225 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
25226 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
25227 don't end command passed to gdb_test with newline.
25228
25229 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
25230 signed keyword away, don't expect signed bitfields to be signed.
25231
25232 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
25233 printing with only as many 1's as are in the field as well as printing
25234 with 32 1's (see comment).
25235
25236 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
25237
25238 * gdb.t00/default.exp: Start with a fresh gdb.
25239 * configure.in (configdirs): Remove gdb.t31 until the chill
25240 compiler works again. It no longer is able to find chillrt0
25241 since it isn't in libchill.a anymore.
25242 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
25243 wierd.o, make more modular.
25244 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
25245 spurious newlines that caused problems.
25246
25247 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25248
25249 * Move test with enums and partial symbols from gdb.t03/ptype.exp
25250 to gdb.stabs/wierd.exp since GCC has worked around the bug.
25251 gdb.stabs/wierd.{exp,def}: Many new tests.
25252
25253 * gdb.t00/default.exp: update info line for new message.
25254
25255 * gdb.t02/{whatis.exp,gdbme.c}:
25256 Test that "char *" doesn't print as "caddr_t".
25257
25258 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25259
25260 * gdb.t00/help.exp: Use .* in place of some help messages which
25261 just changed.
25262 gdb.t00/default.exp: Update "info frame" test for new message.
25263 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
25264 Remove some xfails
25265
25266 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25267
25268 * gdb.t03/{gdbme.c,ptype.exp}:
25269 Add tests for typedef'd struct and union without tags.
25270 Also check "whatis" on a variable of a typedef'd enum without a tag.
25271
25272 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
25273 PRMS 1823; the bug still exists but isn't reproduced by this test
25274 anymore), and remove rs6000 XFAIL (the bug is fixed).
25275
25276 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
25277 duplicated from whatis.exp. For those that are left, accept
25278 "long", "long int", or "int" for long variables (whatis.exp already
25279 has an XFAIL for "int", so no need to fail it here).
25280
25281 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
25282 Deal with GCC's names for types now that GDB uses the compiler's names.
25283
25284 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
25285 setup_xfail's for sunos4. If we #defined the signed keyword away,
25286 don't expect GDB to know that char it is signed.
25287
25288 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
25289
25290 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
25291
25292 * configure.in (configdirs): Add gdb.t24 for C++ tests that
25293 should work on any system, regardless of debugging format.
25294 * gdb.t21/demangle.exp: Move to gdb.t24.
25295 * gdb.t24/demangle.exp: Move from gdb.t21.
25296 * gdb.t24/{Makefile.in, configure.in}: New files.
25297
25298 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25299
25300 * configure.in: Do gdb.stabs and C++ tests only for stabs.
25301 * gdb.stabs: New directory.
25302
25303 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25304
25305 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
25306 not just "Quit anyway?".
25307
25308 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
25309
25310 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
25311 that all setup_xfails are immediately followed by clear_xfails.
25312
25313 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
25314
25315 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
25316 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
25317 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
25318 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
25319 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
25320 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25321 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25322 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
25323 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
25324 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
25325 gdb.t31/chillvars.exp, lib/gdb.exp:
25326 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
25327 bug-gdb@prep.ai.mit.edu.
25328
25329 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
25330
25331 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
25332 with 0.0, not integer 0.
25333
25334 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
25335
25336 * gdb.t06/break.exp: Update for "Kill the program" message change.
25337
25338 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
25339
25340 * Makefile.in (GDBFLAGS): Set to -nx.
25341 * Makefile.in (site.exp): Use GDBFLAGS.
25342
25343 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
25344
25345 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
25346 Makefiles.
25347 (check): depend on just-check.
25348 (just-check): added so that tests can be run without a noop
25349 build pass.
25350
25351 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
25352
25353 Switch to using configure's configdirs.
25354 * Makefile.in (Makefile): add configure.in dependency.
25355 (SUBDIRS): removed redundant assignment.
25356 * configure.in: switch subdirs assignment to configdirs.
25357 * gdb.t*/configure.in: new files.
25358
25359 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
25360
25361 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
25362 works.
25363
25364 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
25365
25366 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
25367 in explicit rules. Apparently this is not supported by some makes.
25368
25369 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
25370
25371 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
25372
25373 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25374
25375 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
25376 disappeared.
25377
25378 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
25379
25380 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
25381
25382 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
25383
25384 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
25385 watchpoint problem that is now fixed.
25386 * gdb.t30/chexp.exp: Remove setup_xfail for printing
25387 uninitialized convenience variables.
25388 * gdb.t31/chillvars.exp: Fix expected patterns for printing
25389 structures.
25390
25391 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25392
25393 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
25394 which causes expect to get out of sync with gdb on long output
25395 from help set.
25396 * gdb.t09/corefile.exp: Make expected pattern for core file
25397 failing signal and frame output format less sun specific.
25398
25399 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
25400
25401 * gdb.t31/chillvars.exp: Add and remove initial dummy
25402 breakpoint, so that symbol table is forced in.
25403 (Needed at least on Sunos4, though it seems not SVR4.)
25404 * gdb.t31/chillvars.exp: Update for changed output format.
25405
25406 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
25407
25408 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
25409
25410 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
25411
25412 * Makefile.in: Added --srcdir when invoking runtest, removed the
25413 need for a local config file. (optional now)
25414
25415 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
25416
25417 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
25418 failure count used to force early termination. Add some more
25419 expected failures for gnu style demangling.
25420
25421 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25422
25423 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
25424 pmi variable from gdb.t20/gdbme to get optimized away.
25425 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
25426 Check for written corefile upon timeout _and_ eof.
25427
25428 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25429
25430 * config/unix-gdb.exp: Add missing return 0.
25431
25432 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25433
25434 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
25435 test termination.
25436
25437 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
25438
25439 * configure.in (subdirs): Put back gdb.t17 which mysteriously
25440 disappeared.
25441
25442 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
25443
25444 * gdb.t10/crossload.exp: Disable the i860-elf test until such
25445 time as i860 support works.
25446
25447 * gdb.t15/funcargs.exp: Fix expected outputs to include
25448 "backtrace 100\r" rather than just "backtrace\r", to match last
25449 change.
25450
25451 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
25452
25453 * config/udi-gdb.exp (gdb_exit): Remove close command.
25454 (gdb_target_udi): New procedure to set the UDI target.
25455 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
25456 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
25457 Added waits for prompts after several question responses. Added
25458 some more responses used by a29k-amd-udi-gdb.
25459 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
25460 pass different arguments, restart UDI connection after program
25461 completion.
25462 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
25463 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25464 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
25465 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
25466 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
25467 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
25468 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25469 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
25470 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
25471 after program completion.
25472 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
25473 compiled with a SELECT_VECS setting.
25474 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
25475 infinite recursion.
25476
25477 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
25478 Added checks for COFF results, and made them expected failures for
25479 all targets. It would be better to make them expected failures
25480 for COFF targets only.
25481
25482 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
25483
25484 * Makefile.in: add null dvi target, don't bother to recurse
25485 through test directories for info and install-info; rename
25486 $(datadir) to be dejagnu instead of deja-gnu
25487
25488 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
25489
25490 * gdb.t31/gdbme.ch: Re-enable code that previously caused
25491 compiler to coredump.
25492 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
25493 code.
25494
25495 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
25496
25497 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
25498 coredump.
25499 * gdb.t31/chillvars.exp: Comment out tests that depend on that
25500 code.
25501
25502 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
25503
25504 * gdb.t03/ptype.exp: tests for return code from gdb_test.
25505 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
25506 which in a shell. Deletes xgdb when done.
25507 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
25508 Tests the return from the "set height" or "set width" commands.
25509 Added a few return codes where needed.
25510
25511 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
25512
25513 * Makefile.in (SUBDIRS): Add gdb.t17.
25514 * configure.in (subdirs): Add gdb.t17.
25515 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
25516 files to test gdb's calling of functions in the inferior with
25517 the correct arguments and gdb's ability to retrieve any
25518 result returned.
25519
25520 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
25521
25522 * config/unix-gdb.exp (gdb_exit): Remove close commands that
25523 may be called after gdb goes away. Previous versions of expect
25524 needed these to avoid file descriptor leaks, but they cause
25525 errors with the current revision of expect.
25526 * gdb.t00/gdbvars.exp: Use -re on expected output after
25527 setting sevenbit-strings.
25528 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
25529 to set sevenbit-strings consistent across tests.
25530 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
25531 set sevenbit-strings consistent across tests.
25532
25533 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
25534
25535 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
25536 expected output to match current "expect" expectations.
25537
25538 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
25539
25540 * gdb.t00/default.exp: Change expected output for default "source"
25541 command, to match new gdb behavior which requires a filename to
25542 source.
25543
25544 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
25545
25546 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
25547 expected fail for i486-*-* that misses the marker2 function.
25548 * gdb.t10/crossload.exp (bfddefault): Allow successful
25549 recognition of a format to pass even if no symbols are found.
25550 Explicitly catch failures where the format is not recognized
25551 or is ambiguous, and add the reason to the fail message.
25552 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
25553 the cause is and invalid target and add reason to failure message.
25554 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
25555 elf32-i386, elf32-sparc, and elf32-i860.
25556 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
25557 Set up expected failure for 'filename'::variable scope resolution,
25558 which is now apparently broken on all targets.
25559 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
25560 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
25561 gdb.t23/templates.exp: Change failure for missing binfile into
25562 just a warning.
25563 gdb.t21/demangle.exp: Change all cfront references to 'arm'
25564 references.
25565
25566 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
25567
25568 * gdb.t00/default.exp: Add expected output for default "source"
25569 command, to match new gdb behavior.
25570 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
25571
25572 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
25573
25574 * config/*-gdb.exp: returns an error, rather than exiting on
25575 internal errors.
25576
25577 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
25578
25579 * gdb.t03/gdbme.c: Add pointer to struct variable.
25580 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
25581 referencing struct members.
25582
25583 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
25584
25585 * configure.in (mips-idt-ecoff): New target.
25586 * config/mips-gdb.exp: New file for remote board using MIPS remote
25587 debugging protocol.
25588
25589 * Redid configuration scheme. Removed gdb.t*/configure.in.
25590 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
25591 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
25592 distclean targets. Built executables via .o files. Adjusted
25593 tests to account for source files in $(srcdir) rather than
25594 $(objdir).
25595 * lib/gdb.exp (runto): Don't expect () after the function name,
25596 because it may have arguments.
25597
25598 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
25599
25600 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
25601 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
25602 expected failures for mips-idt-* and mips-sgi-*.
25603 * gdb.t00/default.exp (attach): Kill process if requested.
25604 * gdb.t00/help.exp (help target core, help target): Accept a gdb
25605 that does not read core files.
25606 * gdb.t01/run.exp: Removed checks for exit status code.
25607 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
25608 it is linked in.
25609 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
25610 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
25611 appropriate, rather than doing it by hand.
25612 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
25613 execution.
25614 * gdb.t10/crossload.exp: Kill existing program if needed.
25615 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
25616 appropriate, rather than doing it by hand. Always increase
25617 timeout for this test, not just for VxWorks.
25618
25619 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
25620
25621 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
25622 of Chill STRUCT types and STRUCT values.
25623 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
25624 than "char".
25625 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
25626 struct2): New struct definitions and initializations to test
25627 simple Chill STRUCT types.
25628
25629 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
25630
25631 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
25632 the null byte at the end of strings.
25633 * gdb.t00/default.exp: Make show version insensitive to copyright
25634 date.
25635 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
25636 to avoid dependencies on target char signedness.
25637 * gdb.t16/printcmds.exp: Update expected results for explicitly
25638 unsigned char.
25639 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
25640 now work.
25641 * gdb.t21/demangle.exp: Add many more patterns for template
25642 demangling, most of them being expected failures.
25643 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
25644 string we are matching for, to match on the whole string.
25645 * gdb.t21/demangle.exp: Add many new test strings to demangle,
25646 and fix a whole bunch that had incorrect expected output but were
25647 passing anyway because of the bug in "proc demangle".
25648 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
25649 type.
25650 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
25651
25652 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
25653
25654 * gdb/testsuite: made modifications to testcases, etc., to allow
25655 them to work properly given the reorganization of deja-gnu and the
25656 relocation of the testcases from deja-gnu to a "tool" subdirectory.
25657
25658 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
25659
25660 * gdb/testsuite: Initial creation of gdb/testsuite.
25661 Migrated dejagnu testcases and support files for testing nm to
25662 gdb/testsuite from deja-gnu. These files were moved "as is"
25663 with no modifications. This migration is part of a major overhaul
25664 of dejagnu. The modifications to these testcases, etc., which
25665 will allow them to work with the new version of dejagnu will be
25666 made in a future update.
25667
25668 For additional changes see gdb.mi/ChangeLog-1999-2003.
25669 \f
25670 ;; Local Variables:
25671 ;; mode: change-log
25672 ;; left-margin: 8
25673 ;; fill-column: 74
25674 ;; version-control: never
25675 ;; End:
25676
25677 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
25678 2003, 2004, 2005 Free Software Foundation, Inc.
25679 Copying and distribution of this file, with or without modification,
25680 are permitted provided the copyright notice and this notice are preserved.
This page took 0.908535 seconds and 5 git commands to generate.