gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-11-08 Yao Qi <yao@codesourcery.com>
2
3 * gdb.exp (supports_process_record): New.
4 (supports_reverse): New.
5 * gdb.reverse/break-precsave.exp: Call support_process_record
6 to run test conditionally.
7 * gdb.reverse/consecutive-precsave.exp: Likewise.
8 * gdb.reverse/i386-precsave.exp: Likewise.
9 * gdb.reverse/machinestate-precsave.exp: Likewise.
10 * gdb.reverse/solib-precsave.exp: Likewise.
11 * gdb.reverse/step-precsave.exp: Likewise.
12 * gdb.reverse/until-precsave.exp: Likewise.
13 * gdb.reverse/watch-precsave.exp: Likewise.
14 * gdb.reverse/break-reverse.exp: Call support_reverse to run
15 test conditionally.
16 * gdb.reverse/consecutive-reverse.exp: Likewise.
17 * gdb.reverse/finish-precsave.exp: Likewise.
18 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
19 * gdb.reverse/finish-reverse.exp: Likewise.
20 * gdb.reverse/i386-reverse.exp: Likewise.
21 * gdb.reverse/i386-sse-reverse.exp: Likewise.
22 * gdb.reverse/machinestate.exp: Likewise.
23 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
24 * gdb.reverse/sigall-precsave.exp: Likewise.
25 * gdb.reverse/sigall-reverse.exp: Likewise.
26 * gdb.reverse/solib-reverse.exp: Likewise.
27 * gdb.reverse/step-reverse.exp: Likewise.
28 * gdb.reverse/until-reverse.exp: Likewise.
29 * gdb.reverse/watch-reverse.exp: Likewise.
30
31 2011-11-05 Yao Qi <yao@codesourcery.com>
32
33 * gdb.trace/trace-break.exp: Add test on setting two
34 fast tracepoints at the same address.
35
36 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
37
38 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
39
40 2011-11-02 Stan Shebs <stan@codesourcery.com>
41
42 * gdb.trace/collection.c: Add code using strings.
43 * gdb.trace/collection.exp: Add tests of string collection.
44
45 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
46
47 * gdb.base/skip-solib.exp (executable_main): New variable.
48 (binfile_main): Base it on that.
49 Use $executable_main in clean_restart calls. Drop gdb_exit and
50 gdb_start calls.
51
52 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 Fix racy FAILs.
55 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
56 breakpoint_re globals import by async. Set string_regex to .* for
57 async. Remove the optional thread_selected_re and breakpoint_re
58 globals expectations.
59
60 2011-11-01 Joseph Myers <joseph@codesourcery.com>
61
62 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
63 well as Cygwin.
64
65 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
66
67 Add tests for skip command.
68 * gdb.base/skip-solib-lib.c: New
69 * gdb.base/skip-solib-main.c: New
70 * gdb.base/skip-solib.exp: New
71 * gdb.base/skip.c: New
72 * gdb.base/skip.exp: New
73 * gdb.base/skip1.c: New
74 * gdb.base/Makefile.in: Adding new files.
75
76 2011-10-31 Yao Qi <yao@codesourcery.com>
77 Pedro Alves <pedro@codesourcery.com>
78
79 * gdb.trace/trace-break.c: New.
80 * gdb.trace/trace-break.exp: New.
81
82 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
83
84 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
85 break-here-2.
86
87 2011-10-28 Pedro Alves <pedro@codesourcery.com>
88
89 * gdb.threads/no-unwaited-for-left.c: New.
90 * gdb.threads/no-unwaited-for-left.exp: New.
91 * gdb.threads/non-ldr-exc-1.c: New.
92 * gdb.threads/non-ldr-exc-1.exp: New.
93 * gdb.threads/non-ldr-exc-2.c: New.
94 * gdb.threads/non-ldr-exc-2.exp: New.
95 * gdb.threads/non-ldr-exc-3.c: New.
96 * gdb.threads/non-ldr-exc-3.exp: New.
97 * gdb.threads/non-ldr-exc-4.c: New.
98 * gdb.threads/non-ldr-exc-4.exp: New.
99
100 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
101
102 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
103 * gdb.base/attach-pie-misread.exp: Likewise.
104 * gdb.base/break-interp.exp: Likewise.
105 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
106 testcases for use_gdb_stub.
107 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
108 (continue): New testcase.
109 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
110 * gdb.threads/attach-into-signal.exp: Likewise.
111 * gdb.threads/attach-stopped.exp: Likewise.
112 * gdb.threads/attachstop-mt.exp: Likewise.
113
114 2011-10-28 Paul Koning <paul_koning@dell.com>
115
116 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
117
118 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
119
120 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
121 (mi_gdb_test): Import globals thread_selected_re
122 and breakpoint_re. Expect them optionally at the regex start.
123
124 2011-10-27 Doug Evans <dje@google.com>
125
126 * gdb.python/python.exp: Test source -s.
127
128 2011-10-26 Paul Koning <paul_koning@dell.com>
129
130 * gdb.python/lib-types.cc (struct A): New structure.
131 * gdb.python/lib-types.exp (deepitems): New tests.
132
133 2011-10-25 Paul Koning <paul_koning@dell.com>
134
135 PR python/13327
136
137 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
138 fetch_lazy method.
139
140 2011-10-24 Yao Qi <yao@codesourcery.com>
141
142 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
143 target is tic6x-*-*.
144
145 2011-10-21 Joel Brobecker <brobecker@adacore.com>
146
147 * gdb.ada/mi_task_info/task_switch.adb: New file.
148 * gdb.ada/mi_task_info.exp: New file.
149
150 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
151
152 * gdb.cp/expand-psymtabs-cxx.exp: New file.
153 * gdb.cp/expand-psymtabs-cxx.cc: New file.
154
155 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
156
157 PR python/12656
158
159 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
160 global_block tests.
161
162 2011-10-18 Tom Tromey <tromey@redhat.com>
163
164 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
165
166 2011-10-18 Tom Tromey <tromey@redhat.com>
167
168 * gdb.base/source.exp: Don't include full file name in test name.
169 * gdb.python/python.exp: Don't include full file name in test
170 name.
171
172 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
173
174 * gdb.base/attach-pie-noexec.c: New files.
175 * gdb.base/attach-pie-noexec.exp: New files.
176
177 2011-10-17 Joseph Myers <joseph@codesourcery.com>
178
179 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
180 prompt for each extra line in command.
181
182 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
183
184 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
185 Revert the part of:
186 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
187 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
188 Change the expected string.
189
190 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
191
192 Fix results with system glibc debug info installed.
193 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
194 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
195 Accept also __libc_ symbol prefix and no prefix.
196
197 2011-10-14 Keith Seitz <keiths@redhat.com>
198
199 PR c++/13225
200 * gdb.cp/converts.cc (foo3_1): New function.
201 (foo3_2): New functions.
202 * gdb.cp/converts.exp: Add tests for int to pointer conversion
203 and null pointer conversions of integer constant zero.
204 Add test to check if all arguments are checked for incompatible
205 conversion BADNESS.
206
207 2011-10-14 Tom Tromey <tromey@redhat.com>
208
209 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
210 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
211 linespec.
212
213 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
214
215 Fix internal error regression.
216 * gdb.dwarf2/implptr-optimized-out.S: New file.
217 * gdb.dwarf2/implptr-optimized-out.exp: New file.
218
219 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
220
221 Fix empty DWARF expressions DATA vs. SIZE conditionals.
222 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
223 (loclist): New.
224 (4): New abbrev.
225 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
226 Use prepare_for_testing, remove clean_restart.
227 (p arraynoloc, p arraycallnoloc): New tests.
228
229 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
230
231 * gdb.cp/namespace-enum.exp (executable): New variable.
232 (binfile): Use ${objdir}/${subdir}/ prefix.
233 Use ${executable} for clean_restart.
234
235 2011-10-11 Sterling Augustine <saugustine@google.com>
236
237 * gdb.cp/Makefile.in: Add namespace-enum test.
238 * gdb.cp/namespace-enum.exp: New file.
239 * gdb.cp/namespace-enum.c: New file.
240 * gdb.cp/namespace-enum-main.c: New file.
241
242 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
243
244 * gdb.python/py-shared.exp: Relax filename check to handle remote:
245 sysroot.
246
247 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
248
249 Reimplement @entry in input expressions.
250 * gdb.base/exprs.c (v_int_array_init): New variable.
251 * gdb.base/exprs.exp (print v_int_array_init)
252 (print *v_int_array_init@1, print *v_int_array_init@2)
253 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
254 (print v_int_array_init[1]@1): New tests.
255
256 2011-10-10 Joseph Myers <joseph@codesourcery.com>
257
258 * gdb.cp/gdb2495.exp: Do not include directories in filename in
259 expected message.
260
261 2011-10-09 Doug Evans <dje@google.com>
262
263 * gdb.base/alias.exp: Add tests for alias command.
264
265 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
266
267 * gdb.arch/amd64-entry-value.s: New file.
268 * gdb.mi/mi2-amd64-entry-value.s: New file.
269
270 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
271
272 Display @entry parameter values even for references.
273 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
274 functions.
275 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
276 reference and datap_input.
277 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
278 breakpoints.
279 (continue to breakpoint: entry_reference: reference)
280 (entry_reference: bt at entry)
281 (continue to breakpoint: entry_reference: breakhere_reference)
282 (entry_reference: bt, entry_reference: ptype regparam)
283 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
284 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
285 (entry_reference: p regcopy, entry_reference: p nodataparam)
286 (entry_reference: p nodataparam@entry): New tests.
287
288 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
289
290 Support @entry in input expressions.
291 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
292 (entry_stack: p s1@entry, entry_stack: p s2@entry)
293 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
294 (tailcall: p j@entry): New tests.
295 * gdb.cp/koenig.cc (A::entry): New function.
296 (main): Call it.
297 * gdb.cp/koenig.exp (p entry (c)): New test.
298
299 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
300
301 Display @entry parameter values (without references).
302 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
303 (different, validity, invalid): New functions.
304 (main): Call them.
305 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
306 stacktest, breakhere_stacktest, different, breakhere_different,
307 breakhere_validity and breakhere_invalid.
308 (entry: bt): Update for @entry.
309 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
310 (entry_validity: *, entry_invalid: *): Many new tests.
311 * gdb.base/break.exp
312 (run until breakpoint set at small function, optimized file): Accept
313 also the @entry suffix.
314 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
315 * gdb.mi/mi2-amd64-entry-value.c: New files.
316 * gdb.mi/mi2-amd64-entry-value.exp: New files.
317
318 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
319
320 Protect entry values against self tail calls.
321 * gdb.arch/amd64-entry-value.cc (self2, self): New.
322 (main): Call self.
323 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
324 (set debug entry-values 1, self: bt debug entry-values): New tests.
325
326 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
327
328 Recognize virtual tail call frames.
329 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
330 (amb_b, amb_a): New.
331 (main): Call a and b.
332 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
333 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
334 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
335 New tests.
336
337 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
338
339 Implement basic support for DW_TAG_GNU_call_site.
340 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
341 * gdb.arch/amd64-entry-value.cc: New file.
342 * gdb.arch/amd64-entry-value.exp: New file.
343
344 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
345
346 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
347 * gdb.dwarf2/implptr-64bit.S: New file.
348 * gdb.dwarf2/implptr-64bit.exp: New file.
349
350 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
351
352 Fix initial language detection with -readnow.
353 * gdb.cp/readnow-language.cc: New file.
354 * gdb.cp/readnow-language.exp: New file.
355
356 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
357
358 Fix printed anonymous struct name.
359 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
360
361 2011-10-09 Joseph Myers <joseph@codesourcery.com>
362
363 * gdb.base/solib-symbol.exp: Do not include directories in
364 filenames in expected messages.
365
366 2011-10-07 Doug Evans <dje@google.com>
367
368 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
369
370 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
371
372 Allow Python notification of new object-file loadings.
373 * gdb.python/py-events.exp: Test newobjfile event.
374 * gdb.python/py-events.py: Register newobjfile callback.
375 * gdb.python/py-events.c: Add call to shared library
376 * gdb.python/py-events-shlib.c: New file.
377
378 2011-10-06 Joseph Myers <joseph@codesourcery.com>
379
380 * gdb.base/fixsection.exp: Do not include directories in filename
381 in expected message.
382
383 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
384
385 Add tests for passing of environment variables to inferior.
386 * gdb.base/testenv.c: New test source.
387 * gdb.base/testenv.exp: New expect test.
388
389 2011-10-04 Paul Koning <paul_koning@dell.com>
390
391 * gdb.python/py-value.c (main): Break before return.
392
393 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
394
395 PR python/12691: Add the inferior to Python exited event
396 * gdb.python/py-events.exp: Test the inferior attribute of exited
397 event with a fork.
398 * gdb.python/py-events.py: Print inferior number on exit.
399 * gdb.python/py-events.c: Fork the inferior.
400
401 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
402
403 * gdb.base/jit.exp: Add testcase name to log message
404
405 2011-10-03 Paul Koning <paul_koning@dell.com>
406 Jan Kratochvil <jan.kratochvil@redhat.com>
407
408 * gdb.python/py-value.exp
409 (python inval = gdb.parse_and_eval('*(int*)0'))
410 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
411 (set argc=2, python print argc_lazy): New tests.
412
413 2011-10-02 Joel Brobecker <brobecker@adacore.com>
414
415 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
416
417 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
418 Pedro Alves <pedro@codesourcery.com>
419
420 * gdb.python/py-value.exp (test_value_in_inferior): New variable
421 can_read_0, test for it.
422 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
423 (parse_and_eval with memory error): ... here, make it untested if
424 can_read_0.
425
426 2011-09-30 Marek Polacek <mpolacek@redhat.com>
427
428 * gdb.python/python.exp (verify pagination beforehand)
429 (verify pagination afterwards): Fix race by splitting the line.
430
431 2011-09-29 Joseph Myers <joseph@codesourcery.com>
432
433 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
434 for 64-bit multilibs from i?86-* targets.
435
436 2011-09-29 Marek Polacek <mpolacek@redhat.com>
437
438 * lib/gdb.exp: Fix a typo in one of the comments.
439
440 2011-09-29 Marek Polacek <mpolacek@redhat.com>
441
442 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
443 matching pattern.
444
445 2011-09-28 Paul Koning <paul_koning@dell.com>
446
447 * gdb.python/py-type.c (enum E): New.
448 * gdb.python/py-type.exp (test_fields): Add tests for Python
449 mapping access to fields.
450 (test_enums): New test for field access on enums.
451
452 2011-09-27 Stan Shebs <stan@codesourcery.com>
453
454 * gdb.trace/collection.exp: Test collection of $_ret.
455
456 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
457
458 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
459 list of compilation switches for <*-*-freebsd*>.
460
461 2011-09-19 Stan Shebs <stan@codesourcery.com>
462
463 * gdb.trace/tspeed.exp: New file.
464 * gdb.trace/tspeed.c: New file.
465
466 2011-09-18 Yao Qi <yao@codesourcery.com>
467
468 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
469 instructions.
470 (test_adr_32bit, test_pop_pc): Likewise.
471 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
472 Thumb instructions.
473 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
474 in gdb_test_multiple.
475 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
476
477 2011-09-17 Yao Qi <yao@codesourcery.com>
478
479 * lib/gdb.exp (can_single_step_to_signal_handler): New.
480 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
481 support single step to signal handler.
482
483 2011-09-17 Yao Qi <yao@codesourcery.com>
484
485 * gdb.base/disp-step-fork.c: New.
486 * gdb.base/disp-step-syscall.exp: New.
487 * gdb.base/disp-step-vfork.c: New.
488
489 2011-09-16 Joel Brobecker <brobecker@adacore.com>
490
491 * gdb.ada/tasks.exp: Make the expected output for
492 the `info tasks' tests more resilient to spacing
493 changes.
494
495 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
496
497 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
498 (reached breakpoint 2, reached breakpoint 3): Update expected output.
499
500 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
501
502 PR Python/12692 Add gdb.selected_inferior() to Python interface.
503 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
504
505 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
506
507 Handle multiple breakpoint hits in Python interface:
508 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
509 presence.
510 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
511 breakpoint hits.
512
513 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
514 Jan Kratochvil <jan.kratochvil@redhat.com>
515
516 * gdb.python/py-events.exp: Remove pretty printing comment.
517 * gdb.python/py-evsignal.exp: New file.
518 * gdb.python/py-evthreads.c: Include signal.h.
519 (thread3): Remove variable count3. Remove variable bad and use raise
520 instead.
521 (thread2): Remove variable count2. Move thread3 pthread_create here,
522 merge pthread_join to a single line.
523 (main): Remove variable count1. Merge pthread_join with pthread_create
524 to a single line.
525 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
526 KFAIL python/12966 for gdbserver. Test return value of
527 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
528 gdb_expect by gdb_test and gdb_test_multiple.
529 (thread 2, thread 3): New tests.
530
531 2011-09-12 Matt Rice <ratmice@gmail.com>
532 Pedro Alves <pedro@codesourcery.com>
533
534 PR gdb/13175
535
536 * gdb.base/interp.exp: New tests.
537 * gdb.base/interp.c: New file.
538
539 2011-09-12 Doug Evans <dje@google.com>
540
541 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
542 * gdb.dwarf2/typeddwarf.exp: Ditto.
543
544 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
545
546 Fix compatibility with x32 arch.
547 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
548 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
549 is_x86_like_target.
550 * testsuite/gdb.trace/collection.exp: Likewise.
551 * testsuite/gdb.trace/report.exp: Likewise.
552 * testsuite/gdb.trace/unavailable.exp: Likewise.
553 * testsuite/gdb.trace/while-dyn.exp: Likewise.
554 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
555 (is_x86_like_target): Check also is_amd64_regs_target.
556
557 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 PR breakpoints/12435
560 * gdb.arch/amd64-prologue-xmm.c: New file.
561 * gdb.arch/amd64-prologue-xmm.exp: New file.
562 * gdb.arch/amd64-prologue-xmm.s: New file.
563
564 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
565
566 * gdb.dwarf2/dw2-param-error-main.c: New file.
567 * gdb.dwarf2/dw2-param-error.S: New file.
568 * gdb.dwarf2/dw2-param-error.exp: New file.
569
570 2011-09-08 Pedro Alves <pedro@codesourcery.com>
571
572 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
573 inferior's pid and look for a core dump named core.$pid. Use
574 `remote_file' commands on the host instead of hand coding shell
575 commands on the build.
576 * gdb.base/valgrind-db-attach.exp: Kill the program before
577 finishing the test.
578
579 2011-09-02 Matt Rice <ratmice@gmail.com>
580
581 * lib/prompt.exp: New file for testing the first prompt.
582 * gdb.python/py-prompt.exp: Ditto.
583 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
584
585 2011-09-02 Pedro Alves <pedro@codesourcery.com>
586
587 * gdb.threads/gcore-thread.exp: Set the global core_supported to
588 0, before testing gcore.
589
590 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 * dw2-ifort-parameter-debug.S: Update copyright year.
593 * dw2-ifort-parameter.c: Update copyright year.
594 * dw2-ifort-parameter.exp: Update copyright year.
595
596 * dw2-ifort-parameter-debug.S: New file.
597 * dw2-ifort-parameter.c: New file.
598 * dw2-ifort-parameter.exp: New file.
599
600 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
601
602 * gdb.base/commands.exp (error_clears_commands_left): New function.
603 (): Call it.
604
605 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
606
607 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
608 (C): Initialize `a'.
609 * gdb.mi/mi-inheritance-syntax-error.exp
610 (-data-evaluate-expression $path): Expect `a' as 5.
611
612 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
613
614 PR mi/11912
615 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
616 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
617 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
618 keyword in output of -var-info-path-expression.
619
620 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
621
622 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
623 * gdb.trace/collection.exp: Likewise.
624 * gdb.trace/report.exp: Likewise.
625 * gdb.trace/unavailable.exp: Likewise.
626 * gdb.trace/while-dyn.exp: Likewise.
627
628 2011-08-18 Keith Seitz <keiths@redhat.com>
629
630 PR c++/12266
631 * gdb.cp/meth-typedefs.cc: New file.
632 * gdb.cp/meth-typedefs.exp: New file.
633
634 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
635
636 * gdb.python/python.exp: Add extended-prompt tests.
637
638 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
639
640 * gdb.arch/i386-dr3-watch.exp
641 (watchpoint on gap1 does not fit debug registers)
642 (delete all watchpoints): Fix racy expect strings.
643
644 2011-08-14 Yao Qi <yao@codesourcery.com>
645
646 * gdb.base/maint.exp: set data_section to ".neardata".
647 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
648 * gdb.base/savedregs.exp: Handle SIGILL.
649 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
650 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
651
652 2011-08-12 Doug Evans <dje@google.com>
653
654 * gdb.python/py-symbol.exp: Add test for symbol.type.
655
656 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
657
658 * gdb.threads/pthreads.exp: Enable on non-native configurations.
659 * gdb.mi/mi-pthreads.exp: Likewise.
660 * gdb.mi/mi2-pthreads.exp: Likewise.
661 * gdb.mi/gdb669.exp.exp: Likewise.
662
663 2011-08-09 Pedro Alves <pedro@codesourcery.com>
664
665 * lib/mi-support.exp (detect_async): Rename to...
666 (mi_detect_async): ... this.
667 * gdb.mi/mi-nonstop-exit.exp: Adjust.
668 * gdb.mi/mi-nonstop.exp: Adjust.
669 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
670 * gdb.mi/mi-nsintrall.exp: Adjust.
671 * gdb.mi/mi-nsmoribund.exp: Adjust.
672 * gdb.mi/mi-nsthrexec.exp: Adjust.
673
674 2011-08-09 Pedro Alves <pedro@codesourcery.com>
675
676 * gdb.base/display.c (do_loops): New `p_i' local.
677 * gdb.base/display.exp: Test displaying a variable that is
678 temporarily at a bad address.
679
680 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
681
682 * gdb.dwarf2/dw2-op-stack-value.S: New file.
683 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
684
685 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
686
687 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
688 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
689 (p fuNC_symtab): Permit also ppc64 leading dot.
690
691 2011-08-05 Pedro Alves <pedro@codesourcery.com>
692
693 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
694 procedure.
695 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
696
697 2011-08-05 Yao Qi <yao@codesourcery.com>
698
699 * gdb.base/callfuncs.exp: Set language after main.
700 * gdb.cp/cplusfuncs.exp: Likewise.
701 * gdb.cp/inherit.exp: Likewise.
702
703 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
704
705 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
706 * gdb.base/watch-vfork.exp: Skip on remote targets.
707
708 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
709
710 * gdb.threads/thread-find.exp: Support remote targets.
711
712 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
713
714 * gdb.base/jit.exp: Download solib_binfile to target.
715 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
716 and call dlopen without full path name.
717 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
718 dlopen without full path name.
719
720 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
721
722 * gdb.base/break-always.exp: Complete the test
723 with duplicated breakpoints and enabling/disabling them.
724
725 2011-08-02 Tom Tromey <tromey@redhat.com>
726
727 PR gdb/11289:
728 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
729
730 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
731
732 PR gdb/13045
733 * gdb.base/float.exp: Add new test case for PR gdb/13045
734 * gdb.base/float.c: New file.
735
736 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
737
738 * gdb.python/py-mi.exp: Test printers returning string hint, and
739 also not returning a value.
740 * gdb.python/py-prettyprint.c: Add testcase for above.
741 * gdb.python/py-prettyprint.py: Add test printer for above.
742
743 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
744
745 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
746 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
747 (.Ldie30) Add as field "data4".
748 (.Ldie32) Rename field "b" to "shl".
749 (abbrev4) Change for the "data4" field.
750 (abbrev5, abbrev6) Remove.
751 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
752 (p &s.shl): ... here. Add comment.
753 (p &s.data4): New.
754
755 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
756
757 Fix crash on lval_computed values.
758 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
759
760 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
761
762 * gdb.base/help.exp (help whatis): Update the expected string.
763
764 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
767 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
768 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
769 Change the expected string.
770
771 2011-07-26 Pedro Alves <pedro@codesourcery.com>
772
773 * gdb.base/watchpoint.exp
774 (test_disable_enable_software_watchpoint): New procedure.
775 (top level): Run it.
776
777 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
778
779 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
780 executable file "${binfile}", C++ version "${binfile}-cxx".
781 * gdb.python/py-prettyprint.exp: Likewise.
782 * gdb.python/py-symbol.exp: Likewise.
783 * gdb.python/py-type.exp: Likewise.
784 * gdb.python/py-value.exp: Likewise.
785 * gdb.python/py-template.exp (test_template_arg): Pass full executable
786 file name instead of just suffix.
787
788 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
789
790 Fix implicit pointer offsets.
791 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
792 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
793 (continue to breakpoint: continue to baz breakpoint for implptr)
794 (sanity check element 0, sanity check element 1)
795 (enter the inlined function, check element 0 for the offset)
796 (check element 1 for the offset)
797 (continue to breakpoint: ignore the second baz breakpoint): New tests.
798 (set foo breakpoint for implptr): Update the breakpoint number.
799
800 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
801
802 * gdb.python/py-mi.exp: Use different file names for different
803 versions of the executable under test.
804 * gdb.python/py-prettyprint.exp: Likewise.
805 * gdb.python/py-symbol.exp: Likewise.
806 * gdb.python/py-template.exp: Likewise.
807 * gdb.python/py-type.exp: Likewise.
808 * gdb.python/py-value.exp: Likewise.
809
810 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
811
812 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
813 flag after restarting GDB if necessary.
814
815 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
816
817 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
818
819 2011-07-22 Pedro Alves <pedro@codesourcery.com>
820
821 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
822 backend doesn't leave used debug registers behind.
823
824 2011-07-22 Tom Tromey <tromey@redhat.com>
825
826 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
827 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
828 argument.
829 * gdb.dwarf2/typeddwarf-amd64.S: New file.
830
831 2011-07-21 Matt Rice <ratmice@gmail.com>
832
833 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
834 in mostlyclean rule. Add files ending in .core.
835
836 2011-07-21 Matt Rice <ratmice@gmail.com>
837
838 PR macros/12999
839 * gdb.base/info-macros.c: New test sources.
840 * gdb.base/info-macros.exp: New tests.
841
842 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
843
844 * gdb.python/python.exp: Add prompt substitution tests.
845
846 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
847
848 Fix crash if referenced CU is aged out.
849 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
850 New.
851 * gdb.dwarf2/implptr.exp: Likewise.
852
853 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
854
855 * gdb.dwarf2/implptr.S: Rebuilt.
856 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
857 (bar): Use them for j, k, l.
858 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
859 COMPILE.
860 (print j in implptr:bar): Update for the intp typedef.
861 (print p[0].x in implptr:foo): Use more exact regex.
862
863 2011-07-18 Tom Tromey <tromey@redhat.com>
864
865 * gdb.cp/static-method.exp: Add missing single quote.
866
867 2011-07-18 Yao Qi <yao@codesourcery.com>
868
869 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
870 supported.
871 * gdb.mi/mi-nonstop-exit.exp: Likewise.
872 * gdb.mi/mi-nonstop.exp: Likewise.
873 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
874 * gdb.mi/mi-nsintrall.exp: Likewise.
875 * gdb.mi/mi-nsmoribund.exp: Likewise.
876 * gdb.mi/mi-nsthrexec.exp: Likewise.
877 * gdb.python/py-evthreads.exp: Likewise.
878
879 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
880
881 Code cleanup.
882 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
883 it. Substitute it instead of test_compiler_info everywhere.
884
885 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
886
887 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
888 remote targets as well.
889
890 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
891
892 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
893 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
894
895 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
896
897 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
898 a remote machine, not the host.
899 (gdb_compile_shlib): Set soname if target is remote.
900
901 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
902
903 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
904
905 2011-07-13 Matt Rice <ratmice@gmail.com>
906
907 * gdb.python/py-objfile-script-gdb.py: Renamed to
908 py-objfile-script-gdb.py.in.
909 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
910 py-objfile-script-gdb.py.
911 * gdb.python/py-objfile-script.exp: Update reference to
912 py-objfile-script-gdb.py.
913
914 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
915
916 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
917 reference undefined label.
918
919 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
920
921 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
922 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
923 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
924 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
925
926 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
927
928 PR python/12438
929 * gdb.python/python.exp: Add maint set/show python print-stack
930 deprecated tests. Add set/show python print-backtrace tests.
931
932 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
933
934 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
935 debug info.
936
937 2011-07-06 Matt Rice <ratmice@gmail.com>
938
939 * gdb.python/python.exp: Update filename paths.
940 * gdb.python/py-symtab.exp: Ditto.
941
942 2011-07-06 Marek Polacek <mpolacek@redhat.com>
943
944 * gdb.python/py-evthreads.exp: Add missing `$'.
945
946 2011-07-06 Jie Zhang <jie.zhang@analog.com>
947
948 * config/bfin.exp: New file.
949 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
950 * gdb.asm/bfin.inc: New file.
951
952 2011-07-06 Marek Polacek <mpolacek@redhat.com>
953
954 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
955 the whole output.
956
957 2011-07-05 Tom Tromey <tromey@redhat.com>
958
959 * gdb.java/jprint.java (jprint.hi): New field.
960 * gdb.java/jprint.exp: Print string.
961
962 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
963
964 * gdb.base/call-sc.c: Fix typos.
965 * gdb.base/ifelse.exp: Likewise.
966 * gdb.base/structs.c: Likewise.
967
968 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
969
970 * gdb.base/jit-so.exp: New test.
971 * gdb.base/jit-dlmain.c: New file.
972 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
973
974 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
975
976 * gdb.cp/m-static.exp: Call get_compiler_info.
977 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
978 * gdb.cp/pr9167.exp (p b): Likewise.
979 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
980 (test value of P in inner_m, test type of Z in inner_m): Call
981 setup_xfail for gcc <= 4.5.
982
983 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
984
985 * gdb.cp/paren-type.cc: New files.
986 * gdb.cp/paren-type.exp: New files.
987
988 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
989
990 Stop on first linespec terminator instead of eating what we can.
991 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
992 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
993 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
994 (break C::f()): ... this one.
995 (break C::operator()()): New test.
996 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
997 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
998 test.
999
1000 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1001
1002 Fall back linespec to minimal symbols.
1003 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
1004 error message.
1005 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
1006 * gdb.cp/minsym-fallback-main.cc: New file.
1007 * gdb.cp/minsym-fallback.cc: New file.
1008 * gdb.cp/minsym-fallback.exp: New file.
1009 * gdb.cp/minsym-fallback.h: New file.
1010
1011 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1012
1013 * gdb.cp/no-dmgl-verbose.cc: New file.
1014 * gdb.cp/no-dmgl-verbose.exp: New file.
1015
1016 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1017
1018 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
1019 __GI_.
1020 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
1021 (f): New function.
1022 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
1023 (complete p 'func<short>(): ... here.
1024 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
1025 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
1026 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
1027 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
1028 Make them KFAIL gcc/49546.
1029
1030 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1031
1032 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
1033
1034 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1035
1036 Test GCC PR debug/49546.
1037 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
1038 (test type of F in k3_m, test value of F in k3_m): New.
1039 * gdb.cp/temargs.cc (struct S3, struct K3): New.
1040 (main): New variable k3. Call k3.k3_m.
1041
1042 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1043
1044 * gdb.ada/packed_array.exp: Fix expected outout.
1045
1046 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1047
1048 * gdb.ada/packed_array.exp: fixed expected output.
1049
1050 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1051
1052 * gdb.ada/same_enum: New testcase.
1053
1054 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1055
1056 * gdb.ada/ptr_typedef: New testcase.
1057
1058 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1059
1060 * gdb.ada/arrayptr.exp: Add ptype test.
1061
1062 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1063
1064 * gdb.ada/char_enum: New testcase.
1065
1066 2011-07-01 Yao Qi <yao@codesourcery.com>
1067
1068 * gdb.base/dump.exp (capture_pointer_with_type): New.
1069 Get value from address instead of name.
1070 Start GDB once, and do `dump' and `restore'
1071 tests together.
1072
1073 2011-06-30 Jie Zhang <jie.zhang@analog.com>
1074 Mike Frysinger <vapier@gentoo.org>
1075
1076 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
1077 helper functions for getting/setting remotetimeout variable.
1078 * lib/gdb.exp (gdb_load): If the target is remote, set
1079 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
1080 with $loadtimeout. Set $load_ok to 0 before doing the load.
1081 Instead of returning, immediately, set $load_ok to 0. Call
1082 set_remotetimeout with $oldremotetimeout, and then return if
1083 $load_ok is 1.
1084
1085 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
1086
1087 * gdb.python/py-template.exp: Don't run this test if the target
1088 does not support c++ tests.
1089
1090 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1091
1092 Fix non-only rename list for Fortran modules import.
1093 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
1094 tests.
1095 * gdb.fortran/module.f90 (module moduse): New.
1096 (program module): use moduse, test var_x, var_y and var_z.
1097
1098 2011-06-29 Tom Tromey <tromey@redhat.com>
1099
1100 PR testsuite/12040:
1101 * gdb.fortran/array-element.exp: Use f90, not f77.
1102 * gdb.fortran/complex.exp: Use f90, not f77.
1103 * gdb.fortran/derived-type.exp: Use f90, not f77.
1104 * gdb.fortran/library-module.exp: Use f90, not f77.
1105 * gdb.fortran/logical.exp: Use f90, not f77.
1106 * gdb.fortran/module.exp: Use f90, not f77.
1107 * gdb.fortran/multi-dim.exp: Use f90, not f77.
1108 * gdb.fortran/subarray.exp: Use f90, not f77.
1109
1110 2011-06-29 Tom Tromey <tromey@redhat.com>
1111
1112 * gdb.fortran/charset.exp: New file.
1113 * gdb.fortran/charset.f90: New file.
1114
1115 2011-06-29 Tom Tromey <tromey@redhat.com>
1116
1117 PR testsuite/12040:
1118 * lib/future.exp: New file, mostly extracted from ada.exp.
1119 Rewrote compatibility code to use rename.
1120 (gdb_find_gfortran): New proc.
1121 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
1122 gfortran patch.
1123 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
1124 Move to future.exp.
1125 * lib/gdb.exp: Always load future.exp.
1126
1127 2011-06-28 Yao Qi <yao@codesourcery.com>
1128
1129 * gdb.cp/exception.cc: Don't include iostream.
1130 (bar): Remove print statement.
1131 (catcher): New.
1132 (main): Remove print statements. Call function catcher.
1133 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
1134 Set breakpoint on catcher, and check the value of parameter.
1135
1136 2011-06-23 Yao Qi <yao@codesourcery.com>
1137
1138 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
1139 1.2 is disabled. KFAIL for uclinux.
1140
1141 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1142
1143 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
1144 mi_gdb_test.
1145
1146 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1147
1148 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1149
1150 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1151
1152 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
1153
1154 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1155
1156 * gdb.mi/mi2-basics.exp: Fix races. Honour the
1157 `test_exec_and_symbol_mi_operatons' return value.
1158 (test_mi_interpreter_selection): Use mi_gdb_test instead of
1159 gdb_test_multiple.
1160 (test_exec_and_symbol_mi_operatons): Likewise.
1161 (test_path_specification): Likewise.
1162
1163 2011-06-23 Yao Qi <yao@codesourcery.com>
1164
1165 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
1166 supported.
1167 * lib/gdb.exp (support_displaced_stepping): New.
1168
1169 2011-06-23 Yao Qi <yao@codesourcery.com>
1170
1171 * gdb.threads/execl.exp: Skip on remote target.
1172
1173 2011-06-21 Marek Polacek <mpolacek@redhat.com>
1174
1175 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
1176 mi_gdb_test.
1177
1178 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1179
1180 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1181
1182 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1183
1184 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
1185 mi_gdb_test.
1186
1187 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1188
1189 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1190
1191 2011-06-14 Yao Qi <yao@codesourcery.com>
1192
1193 gdb/testsuite/
1194 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
1195
1196 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1197
1198 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
1199
1200 2011-06-10 Tom Tromey <tromey@redhat.com>
1201
1202 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
1203 Add tests for pointer-to-member-function.
1204 * gdb.cp/temargs.cc (S::somefunc): New function.
1205 (K2): New class.
1206 (main): Instantiate K2; call method.
1207
1208 2011-06-08 Joel Brobecker <brobecker@adacore.com>
1209
1210 * gdb.python/py-inferior.c (f2): Make str an array rather
1211 than a pointer.
1212 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
1213
1214 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1215
1216 * gdb.base/async-shell.c: New file.
1217 * gdb.base/async-shell.exp: New file.
1218
1219 2011-06-06 Pedro Alves <pedro@codesourcery.com>
1220
1221 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
1222
1223 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
1224
1225 From Stephen Kitt <steve@sk2.org>
1226 * gdb.base/help.exp: Adjust following some spelling corrections
1227 in GDB.
1228
1229 2011-06-01 Yao Qi <yao@codesourcery.com>
1230
1231 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
1232
1233 2010-05-31 Keith Seitz <keiths@redhat.com>
1234
1235 PR c++/12750
1236 * gdb.cp/static-method.cc: New file.
1237 * gdb.cp/static-method.exp: New file.
1238
1239 2010-05-31 Keith Seitz <keiths@redhat.com>
1240
1241 PR symtab/12704
1242 * gdb.cp/anon-ns.cc: New file.
1243 * gdb.cp/anon-ns.exp: New file.
1244
1245 2011-05-31 Pedro Alves <pedro@codesourcery.com>
1246
1247 * gdb.arch/i386-dr3-watch.c: New file.
1248 * gdb.arch/i386-dr3-watch.exp: New file.
1249
1250 2011-05-30 Yao Qi <yao@codesourcery.com>
1251
1252 * gdb.base/callfuncs.c (t_structs_fc): New.
1253 (t_structs_dc, t_structs_ldc): New.
1254 (t_double_many_args):
1255 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
1256 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
1257 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
1258 * gdb.base/callfuncs.exp: Call new functions.
1259
1260 2011-05-30 Yao Qi <yao@codesourcery.com>
1261
1262 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
1263 Call rerun_and_prepare for each test to isolate effects.
1264
1265 2011-05-30 Yao Qi <yao@codesourcery.com>
1266
1267 * gdb.base/varargs.c (find_max_float_real): New.
1268 (find_max_double_real, find_max_long_double_real): New.
1269 * gdb.base/varargs.exp: Call these new added functions.
1270 * lib/gdb.exp (setup_kfail_for_target): New.
1271
1272 2011-05-30 Yao Qi <yao@codesourcery.com>
1273
1274 * gdb.base/funcargs.c (callca, callcb, callcc): New.
1275 (callcd, callce, callcf, callc1a, callc1b): New.
1276 (callc2a, callc2b): New.
1277 * gdb.base/funcargs.exp (complex_args): New.
1278 (complex_integral_args, complex_float_integral_args): New.
1279 * lib/gdb.exp (support_complex_tests): New. Determine
1280 whether to run test cases on _Complex types.
1281
1282 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1283
1284 * gdb.threads/leader-exit.c: New file.
1285 * gdb.threads/leader-exit.exp: New file.
1286
1287 2011-05-27 Marek Polacek <mpolacek@redhat.com>
1288
1289 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
1290
1291 2011-05-27 Marek Polacek <mpolacek@redhat.com>
1292
1293 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
1294 remove the `supported' variable.
1295 * gdb.mi/mi-nonstop.exp: Likewise.
1296 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1297 * gdb.mi/mi-nsintrall.exp: Likewise.
1298 * gdb.mi/mi-nsmoribund.exp: Likewise.
1299 * gdb.mi/mi-nsthrexec.exp: Likewise.
1300
1301 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1302
1303 * gdb.reverse/finish-reverse-bkpt.exp: New test.
1304
1305 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1306
1307 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
1308
1309 2011-05-24 Keith Seitz <keiths@redhat.com>
1310
1311 PR breakpoint/12803
1312 * gdb.cp/cmpd-minsyms.cc (a): New method.
1313 (b): New method.
1314 (c): New method.
1315 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
1316
1317 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1318
1319 * gdb.base/commands.exp (watchpoint_command_test): Check that the
1320 watchpoint's command list didn't execute when the watchpoint went
1321 out of scope.
1322
1323 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
1324
1325 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
1326 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
1327 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
1328 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1329 * gdb.arch/i386-permbkpt.exp: Likewise.
1330 * gdb.arch/i386-prologue.exp: Likewise.
1331 * gdb.arch/i386-size-overlap.exp: Likewise.
1332 * gdb.arch/i386-size.exp: Likewise.
1333 * gdb.arch/i386-unwind.exp: Likewise.
1334 * gdb.reverse/i386-precsave.exp: Likewise.
1335 * gdb.reverse/i386-reverse.exp: Likewise.
1336 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1337 * gdb.reverse/i387-env-reverse.exp: Likewise.
1338 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1339
1340 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1341
1342 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
1343 file doesn't error, using MI.
1344
1345 2011-05-23 Tom Tromey <tromey@redhat.com>
1346
1347 * gdb.base/charset.exp (string_display): Add tests to assign to
1348 arrays.
1349 * gdb.base/charset.c (short_array, int_array, long_array): New.
1350
1351 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1352
1353 Cope with async mode.
1354
1355 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
1356 into gdb_test + mi_expect_stop.
1357
1358 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1359
1360 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
1361 (callme): Remove printf call.
1362
1363 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
1364
1365 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
1366 quote pattern to avoid problems with Cygwin/mingw expect versions.
1367 * gdb.base/default.exp (show convenience): Use double
1368 quote pattern for regular expressions.
1369
1370 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1371
1372 Fix -readnow for -gdwarf-4 unused type units.
1373 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
1374 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
1375
1376 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1377
1378 * gdb.base/kill-after-signal.c: New file.
1379 * gdb.base/kill-after-signal.exp: New file.
1380
1381 2011-05-16 Pedro Alves <pedro@codesourcery.com>
1382
1383 * gdb.ada/start.exp: Call untested with the correct test filename.
1384 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
1385 test filename. Make the test's binary unique.
1386 * gdb.arch/i386-signal.exp: Call untested with the correct test
1387 filename.
1388 * gdb.arch/i386-size-overlap.exp: Ditto.
1389 * gdb.arch/Makefile.in (EXECUTABLES): Update.
1390 * gdb.base/gcore-buffer-overflow.exp: Ditto.
1391 * gdb.cp/call-c.exp: Ditto.
1392 * gdb.mi/mi-reverse.exp: Call untested with the correct test
1393 filename. Make the test's binary unique.
1394 * gdb.mi/Makefile.in (EXECUTABLES): Update.
1395 * gdb.python/py-mi.exp: Ditto.
1396 * gdb.python/Makefile.in (EXECUTABLES): Update.
1397 * gdb.reverse/i386-precsave.exp: Ditto.
1398 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
1399 test filename.
1400 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1401 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
1402 unique.
1403 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
1404 test filename.
1405 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
1406 * gdb.trace/tfile.exp: Ditto.
1407
1408 2011-05-14 Yao Qi <yao@codesourcery.com>
1409
1410 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
1411 type.
1412
1413 2011-05-13 Doug Evans <dje@google.com>
1414
1415 * gdb.python/py-objfile-script.exp: New file.
1416 * gdb.python/py-objfile-script.c: New file.
1417 * gdb.python/py-objfile-script-gdb.py: New file.
1418 * testsuite/gdb.python/py-section-script.exp: Test
1419 "info auto-load-scripts".
1420
1421 2011-05-13 Tom Tromey <tromey@redhat.com>
1422
1423 * gdb.dwarf2/clztest.exp: New file.
1424 * gdb.dwarf2/clztest.c: New file.
1425 * gdb.dwarf2/clztest.S: New file.
1426
1427 2011-05-13 Doug Evans <dje@google.com>
1428
1429 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
1430 String16 tests.
1431
1432 2011-05-13 Tom Tromey <tromey@redhat.com>
1433
1434 * lib/gdb.exp (is_x86_like_target): New proc.
1435 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
1436 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
1437 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
1438 -nostdlib to compiler.
1439 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
1440 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
1441 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
1442 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
1443 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
1444
1445 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1446
1447 * gdb.python/py-function.exp: Test setting a value from a function
1448 which executes a command.
1449
1450 2011-05-12 Tom Tromey <tromey@redhat.com>
1451
1452 * gdb.dwarf2/typeddwarf.S: New file.
1453 * gdb.dwarf2/typeddwarf.c: New file.
1454 * gdb.dwarf2/typeddwarf.exp: New file.
1455
1456 2011-05-12 Marek Polacek <mpolacek@redhat.com>
1457
1458 * gdb.mi/mi-basics.exp: Fix races. Honour the
1459 `test_exec_and_symbol_mi_operatons' return value.
1460 (test_mi_interpreter_selection): Use mi_gdb_test instead of
1461 gdb_test_multiple.
1462 (test_exec_and_symbol_mi_operatons): Likewise.
1463 (test_path_specification): Likewise.
1464
1465 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1466
1467 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
1468 (gdb_touch_execfile): Remove catch wrappers. New variable time.
1469 Replace `file copy' and `file rename' by `file mtime'. Twice.
1470
1471 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1472
1473 * gdb.base/readline-ask.c: New file.
1474 * gdb.base/readline-ask.exp: New file.
1475 * gdb.base/readline-ask.inputrc: New file.
1476
1477 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
1478
1479 * gdb.cell/bt.exp: Delete breakpoints before running to signal
1480 to avoid race condition.
1481 * gdb.cell/coremaker.c: Use small stack size.
1482 * gdb.cell/ea-standalone.exp: Use file name without path as
1483 argument to c_to.
1484 * gdb.cell/fork.exp: Allow other output when continuing to end.
1485
1486 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1487
1488 * gdb.threads/corethreads.c: New file.
1489 * gdb.threads/corethreads.exp: New file.
1490
1491 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1492
1493 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
1494 Try to compile the test using -Wl,-z,norelro first.
1495 (load_core): New variable libthread_db_seen, initialize it.
1496 (zeroed-threads cannot be listed): Protect it by XFAIL on
1497 !$libthread_db_seen.
1498
1499 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1500
1501 PR 12573
1502 * gdb.dwarf2/dw2-skip-prologue.S: New file.
1503 * gdb.dwarf2/dw2-skip-prologue.c: New file.
1504 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
1505
1506 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1507
1508 * gdb.cp/psymtab-parameter.cc: New file.
1509 * gdb.cp/psymtab-parameter.exp: New file.
1510
1511 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1512
1513 Fix a race.
1514 * gdb.cp/static-print-quit.exp (print c): Split to ...
1515 (print c - <return>, print c - q <return>, print c - to quit):
1516 ... these. Make the testfile untested on gdb-7.1.
1517
1518 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
1519
1520 * lib/gdb.exp (exec_target_file, exec_symbol_file,
1521 gdb_rename_execfile, gdb_touch_execfile): New.
1522 * gdb.base/reread.exp: Use new procs to handle multiple
1523 exec files.
1524
1525 2011-05-05 Yao Qi <yao@codesourcery.com>
1526
1527 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
1528 (test_adr_32bit, test_pop_pc): New.
1529 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
1530 (test_adr_32bit, test_pop_pc): New.
1531
1532 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1533
1534 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
1535 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
1536 targets.
1537 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
1538 handle targets.
1539
1540 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1541
1542 * gdb.base/completion.exp (complete help info wat): Rename to ...
1543 (complete 'help info wat'): ... here.
1544 Remove all `-re ".*' and `-re "^.*' redundant regexes.
1545 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
1546
1547 2011-05-04 Pedro Alves <pedro@codesourcery.com>
1548
1549 * gdb.base/completion.exp: Use gdb_test_multiple instead of
1550 gdb_test and explicit $gdb_prompt/timeout matches.
1551
1552 2011-05-04 Yao Qi <yao@codesourcery.com>
1553
1554 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
1555 and __thumb2__.
1556
1557 2011-05-03 Marek Polacek <mpolacek@redhat.com>
1558
1559 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
1560 in place of `gdb_test "delete breakpoints"'. This eliminates two
1561 testcases.
1562
1563 2011-05-02 Pedro Alves <pedro@codesourcery.com>
1564
1565 PR testsuite/12649
1566 Fix races.
1567
1568 * gdb.base/completion.exp: Remove all sleep calls. Remove
1569 unnecessary regexs. Don't explicitly expect anything after the
1570 prompt. Eat the prompt if necessary.
1571
1572 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
1573
1574 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
1575 accept to show the caller line again as well as the line after.
1576
1577 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
1578
1579 PR mi/12531
1580
1581 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
1582 compile target.
1583 * gdb.python/py-prettyprint.exp: Add C++ object for
1584 CPLUS_FAKE_CHILD test.
1585
1586 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
1587
1588 * gdb.base/signest.exp: New file.
1589 * gdb.base/signest.c: Likewise.
1590
1591 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1592
1593 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
1594 thread and breakpoint notifications.
1595
1596 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1597
1598 * gdb.base/fortran-sym-case.c: New file.
1599 * gdb.base/fortran-sym-case.exp: New file.
1600 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
1601 * gdb.dwarf2/dw2-case-insensitive.c: New file.
1602 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
1603
1604 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1605
1606 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
1607 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
1608 false #1', `if true else false #2' and `if true else false #3'.
1609
1610 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
1611
1612 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
1613 while delivering signal.
1614
1615 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
1616
1617 MI breakpoint notifications.
1618
1619 * testsuite/gdb.mi/mi-cli.exp: Adust.
1620 * testsuite/gdb.mi/mi2-cli.exp: Adust.
1621 * testsuite/gdb.mi/mi-watch.exp: Adust.
1622 * testsuite/gdb.mi/mi2-watch.exp: Adust.
1623 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
1624 notifications.
1625
1626 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1627
1628 * gdb.base/gdbindex-stabs-dwarf.c: New file.
1629 * gdb.base/gdbindex-stabs.c: New file.
1630 * gdb.base/gdbindex-stabs.exp: New file.
1631
1632 2011-04-25 Yao Qi <yao@codesourcery.com>
1633
1634 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
1635 with /*...*/.
1636 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
1637
1638 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 * gdb.python/py-value.exp (test_objfiles): Name the first test
1641 `py-value in file.filename'.
1642
1643 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1644
1645 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
1646 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
1647 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
1648 !gdbserver_reconnect_p..
1649 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
1650
1651 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1652
1653 * gdb.cp/cpcompletion.exp (complete class methods)
1654 (complete class methods beginning with F): Move them above runto. New
1655 comment about the runto delimiter.
1656
1657 2011-04-20 Pedro Alves <pedro@codesourcery.com>
1658
1659 * gdb.base/maint.exp: Test that "maint print registers" works
1660 without a running program.
1661
1662 2011-04-20 Marek Polacek <mpolacek@redhat.com>
1663
1664 * gdb.base/setshow.exp: Fix racy tests.
1665 ($old_gdb_prompt): New variable.
1666
1667 2011-04-19 Tom Tromey <tromey@redhat.com>
1668
1669 * gdb.mi/mi-nsmoribund.exp:
1670 * gdb.hp/gdb.objdbg/objdbg01.exp:
1671 * gdb.base/structs.exp (test_struct_returns):
1672 * gdb.base/call-sc.exp (test_scalar_returns):
1673 * gdb.base/bigcore.exp: Remove duplicate words.
1674
1675 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1676
1677 * gdb.base/break-interp-lib.c (v, vptr): New variables.
1678 * gdb.base/break-interp.exp (test_attach): New comment.
1679
1680 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1681
1682 * gdb.threads/gcore-thread.exp ($core0file): New variable.
1683 (clear __stack_user.next, clear stack_used.next)
1684 (save a zeroed-threads corefile): New test.
1685 Call core_load for $core0file.
1686 (zeroed-threads cannot be listed): New test.
1687
1688 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1689
1690 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
1691 filename.
1692 ($srcfile): Preserve the original value.
1693 ($testfile): Match it the .exp filename.
1694 ($corefile): New variable. Substitute it around.
1695 Use clean_restart.
1696 ($prev_timeout): Remove.
1697 (load_core): Move core loading into this proc.
1698 Fix restore of $timeout if load_core fails.
1699
1700 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1701
1702 * gdb.base/eu-strip-infcall.c: New file.
1703 * gdb.base/eu-strip-infcall.exp: New file.
1704
1705 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1706
1707 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
1708 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
1709
1710 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1711
1712 Fix Python access to inlined frames.
1713 * gdb.python/py-frame-inline.c: New file.
1714 * gdb.python/py-frame-inline.exp: New file.
1715
1716 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
1717
1718 * gdb.base/gdb1090.exp: Change breakpoint location to read the
1719 content of 's24' correctly (avoiding "optimized out").
1720 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
1721
1722 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1723
1724 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
1725
1726 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
1727
1728 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
1729 expect a colon in watch -location output.
1730
1731 2011-04-13 Marek Polacek <mpolacek@redhat.com>
1732
1733 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
1734 New testcase `expect response to define backtrace'. Also remove
1735 redundant `default' block.
1736
1737 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1738
1739 * gdb.python/py-prettyprint.c (struct hint_error): New.
1740 (main): New variable hint_error.
1741 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
1742 "print hint_error".
1743 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
1744 (register_pretty_printers): Register it.
1745
1746 2011-04-04 Tom Tromey <tromey@redhat.com>
1747
1748 * gdb.cp/maint.exp (test_help): Update.
1749 (test_namespace): Likewise.
1750
1751 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1752
1753 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
1754 * gdb.ada/arrayptr.exp: Add new tests.
1755
1756 2011-04-01 Joel Brobecker <brobecker@adacore.com>
1757
1758 * gdb.ada/mi_catch_ex: New testcase.
1759
1760 2011-04-01 Pedro Alves <pedro@codesourcery.com>
1761
1762 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
1763 base::overload(void) method without specifying "const".
1764
1765 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
1766
1767 * gdb.arch/thumb-singlestep.S: New file.
1768 * gdb.arch/thumb-singlestep.exp: Likewise.
1769
1770 2011-03-31 Tom Tromey <tromey@redhat.com>
1771
1772 * gdb.python/py-prettyprint.py (exception_flag): New global.
1773 (NoStringContainerPrinter._iterator.next): Check it.
1774 * gdb.python/py-prettyprint.c (main): New variable nstype2.
1775 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
1776
1777 2011-03-29 Tom Tromey <tromey@redhat.com>
1778
1779 * gdb.cp/anon-struct.cc: New file.
1780 * gdb.cp/anon-struct.exp: New file.
1781
1782 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1783
1784 Test STT_GNU_IFUNC support.
1785 * gdb.base/gnu-ifunc-lib.c: New file.
1786 * gdb.base/gnu-ifunc.c: New file.
1787 * gdb.base/gnu-ifunc.exp: New file.
1788
1789 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1790
1791 Support a ring of related breakpoints.
1792 * gdb.base/watchpoint-delete.c: New file.
1793 * gdb.base/watchpoint-delete.exp: New file.
1794
1795 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 * gdb.ada/arrayparam.exp (print first after function call): Use
1798 explicit package name. Add a comment
1799 (print lasta after function call): Rename ...
1800 (print last after function call): ... it and use explicit package
1801 name.
1802 (print length after function call): Use explicit package name.
1803 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
1804 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
1805 (multiple matches for symbol i): Rename ...
1806 (multiple matches for symbol integervar): ... it.
1807 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
1808 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
1809
1810 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
1811
1812 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
1813 environment variable to make grep output more predictable. Move
1814 all the environment setup into gdb_init so it's done once per test
1815 case rather than each time we start gdb.
1816
1817 2011-03-24 Tom Tromey <tromey@redhat.com>
1818
1819 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
1820 test.
1821
1822 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1823
1824 * gdb.dwarf2/dw2-entry-value-main.c: New file.
1825 * gdb.dwarf2/dw2-entry-value.S: New file.
1826 * gdb.dwarf2/dw2-entry-value.exp: New file.
1827
1828 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
1829
1830 PR python/12183
1831
1832 * gdb.python/py-function.exp: Add GdbError tests.
1833
1834 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1835
1836 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
1837 (reglocal_test_func, statlocal_test_func): New functions.
1838 (globals_test_func): Call new functions.
1839 * gdb.trace/unavailable.exp (gdb_collect_args_test)
1840 (gdb_collect_locals_test): New procedure.
1841 (gdb_trace_collection_test): Call new procedures.
1842
1843 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1844
1845 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
1846 (test_register, test_register_unavailable): New procedures.
1847 (gdb_unavailable_registers_test): New procedure.
1848 (gdb_trace_collection_test): Call it.
1849
1850 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1851
1852 PR python/12149
1853
1854 * gdb.python/python.exp: Add gdb.write tests.
1855
1856 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
1857
1858 * gdb.python/Makefile.in: Add py-objfile.
1859 * gdb.python/py-objfile.exp: New file.
1860 * gdb.python/py-objfile.c: New file.
1861 * gdb.python/py-block.exp: Add is_valid tests.
1862 * gdb.python/py-inferior.exp: Ditto.
1863 * gdb.python/py-infthread.exp: Ditto.
1864 * gdb.python/py-symbol.exp: Ditto.
1865 * gdb.python/py-symtab.exp: Ditto.
1866
1867 2011-03-16 Keith Seitz <keiths@redhat.com>
1868
1869 PR c++/12273
1870 * gdb.cp/cmpd-minsyms.exp: New test.
1871 * gdb.cp/cmpd-minsyms.cc: New file.
1872
1873 PR c++/11734
1874 * gdb.cp/ovsrch.exp: New test.
1875 * gdb.cp/ovsrch.h: New file.
1876 * gdb.cp/ovsrch1.cc: New file.
1877 * gdb.cp/ovsrch2.cc: New file.
1878 * gdb.cp/ovsrch3.cc: New file.
1879 * gdb.cp/ovsrch4.cc: New file.
1880
1881 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1882
1883 PR gdb/12528
1884 * gdb.base/Makefile.in: Adjust EXECUTABLES.
1885 * gdb.base/break-on-linker-gcd-function.exp: New test.
1886 * gdb.base/break-on-linker-gcd-function.cc: New file.
1887
1888 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
1889
1890 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
1891
1892 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
1893
1894 * lib/gdb.exp (gdb_unload): Add another termination case.
1895
1896 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1897
1898 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
1899 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
1900 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
1901 Provide a stub byte there.
1902 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
1903 DW_AT_entry_pc.
1904 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
1905
1906 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
1907
1908 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
1909 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
1910 "generic ABI, auto".
1911 (altivec_abi_tests): Accept vectors returned by reference.
1912
1913 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
1914
1915 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
1916
1917 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
1918
1919 * gdb.python/py-section-script.exp: Skip test if no Python support.
1920
1921 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
1922
1923 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
1924
1925 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1926
1927 * gdb.python/py-parameter.exp: Update tests to the new Python
1928 parameter API. Add "no documentation" test. Add deprecated API
1929 backward compatibility test.
1930
1931 2011-03-09 Tom Tromey <tromey@redhat.com>
1932
1933 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
1934 gdb_continue_to_end.
1935
1936 2011-03-09 Mark Kettenis <kettenis@gnu.org>
1937
1938 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
1939 tabs.
1940
1941 2011-03-09 Tom Tromey <tromey@redhat.com>
1942
1943 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
1944 parentheses.
1945 (gdb_continue_to_end): Add "allow_extra" parameter. Use
1946 $command.
1947 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
1948 argument to gdb_continue_to_end.
1949 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
1950 argument to gdb_continue_to_end.
1951 * gdb.cp/annota3.exp: Fix regex.
1952 * gdb.cp/annota2.exp: Fix regex.
1953 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
1954 gdb_continue_to_end.
1955 * gdb.base/call-signal-resume.exp: Revert earlier patch.
1956 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
1957 gdb_continue_to_end.
1958
1959 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1960
1961 * gdb.server/ext-run.exp
1962 (load new file without any gdbserver inferior): New test.
1963
1964 2011-03-07 Tom Tromey <tromey@redhat.com>
1965
1966 * Makefile.in (TAGS): Rewrite.
1967
1968 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1969
1970 * gdb.trace/report.exp (12.1: trace report #1): New match for the
1971 initial commands echo. New match for `Found trace'. Anchor all the
1972 other matches. Anchor and match for `No trace frame found' the final
1973 match.
1974
1975 2011-03-07 Tom Tromey <tromey@redhat.com>
1976
1977 * Makefile.in (TAGS): New target.
1978
1979 2011-03-07 Tom Tromey <tromey@redhat.com>
1980
1981 * lib/opencl.exp (skip_opencl_tests): Update for exit message
1982 change.
1983 * lib/mi-support.exp (mi_gdb_test): Update for exit message
1984 change.
1985 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
1986 exit message change.
1987 (skip_altivec_tests): Update for exit message change.
1988 (skip_vsx_tests): Likewise.
1989 (gdb_continue_to_end): Likewise. Add 'command' argument.
1990 * lib/cell.exp (skip_cell_tests): Update for exit message change.
1991 * gdb.threads/tls.exp: Update for exit message change.
1992 * gdb.threads/thread-unwindonsignal.exp: Use
1993 gdb_continue_to_end.
1994 * gdb.threads/step.exp (step_it): Update for exit message change.
1995 (continue_all): Likewise.
1996 * gdb.threads/print-threads.exp (test_all_threads): Update for
1997 exit message change.
1998 * gdb.threads/interrupted-hand-call.exp: Use
1999 gdb_continue_to_end.
2000 * gdb.threads/execl.exp: Use gdb_continue_to_end.
2001 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
2002 gdb_continue_to_end.
2003 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
2004 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
2005 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
2006 * gdb.cp/method.exp: Update for exit message change.
2007 * gdb.cp/mb-templates.exp: Update for exit message change.
2008 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
2009 * gdb.cp/annota3.exp: Update for exit message change.
2010 * gdb.cp/annota2.exp: Update for exit message change.
2011 * gdb.cell/fork.exp: Use gdb_continue_to_end.
2012 * gdb.base/term.exp: Update for exit message change.
2013 * gdb.base/step-test.exp (test_i): Update for exit message change.
2014 * gdb.base/sigstep.exp (advance): Update for exit message change.
2015 (advancei): Likewise.
2016 * gdb.base/siginfo.exp: Update for exit message change.
2017 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
2018 * gdb.base/reread.exp: Use gdb_continue_to_end.
2019 * gdb.base/langs.exp: Use gdb_continue_to_end.
2020 * gdb.base/interrupt.exp: Update for exit message change.
2021 * gdb.base/gdb1555.exp: Update for exit message change.
2022 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
2023 * gdb.base/ending-run.exp: Update for exit message change.
2024 * gdb.base/chng-syms.exp: Update for exit message change.
2025 * gdb.base/checkpoint.exp: Update for exit message change.
2026 * gdb.base/catch-syscall.exp (check_for_program_end): Use
2027 gdb_continue_to_end.
2028 (test_catch_syscall_with_wrong_args): Likewise.
2029 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
2030 * gdb.base/break-interp.exp (test_ld): Update for exit message
2031 change.
2032 * gdb.base/bang.exp: Update for exit message change.
2033 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
2034 (do_call_attach_tests): Likewise.
2035 * gdb.base/a2-run.exp: Update for exit message change.
2036 * gdb.arch/ppc-dfp.exp: Update for exit message change.
2037 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
2038 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
2039
2040 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2041
2042 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
2043
2044 2011-03-03 Tom Tromey <tromey@redhat.com>
2045
2046 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
2047 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
2048 * gdb.hp/gdb.aCC/configure.ac: Remove.
2049 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
2050 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
2051 * gdb.hp/gdb.base-hp/configure.ac: Remove.
2052 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
2053 * gdb.hp/gdb.compat/configure (Makefile): Remove.
2054 * gdb.hp/gdb.compat/configure.ac: Remove.
2055 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
2056 * gdb.hp/gdb.defects/configure (Makefile): Remove.
2057 * gdb.hp/gdb.defects/configure.ac: Remove.
2058 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
2059 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
2060 * gdb.hp/gdb.objdbg/configure.ac: Remove.
2061 * gdb.hp/configure.ac: Remove.
2062 * gdb.hp/configure: Remove.
2063 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
2064 substitution.
2065 (Makefile): Remove rule.
2066 * gdb.cell/configure.ac: Remove.
2067 * gdb.cell/configure: Remove.
2068 * gdb.stabs/Makefile.in (Makefile): Remove.
2069 (distclean): Don't remove config.status or config.log.
2070 * gdb.stabs/configure (Makefile): Remove.
2071 * gdb.stabs/configure.ac: Remove.
2072 * configure: Rebuild.
2073 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
2074 Remove stabs- and cell-specific logic. Test for existence of
2075 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
2076 subdirectories, gdb.cell, and and gdb.stabs.
2077 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
2078
2079 2011-03-03 Joel Brobecker <brobecker@adacore.com>
2080
2081 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
2082 end of buffer.
2083
2084 2011-03-02 Joel Brobecker <brobecker@adacore.com>
2085
2086 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
2087 gdb_test when running a test where we expected no output back.
2088
2089 2011-02-28 Michael Snyder <msnyder@vmware.com>
2090
2091 * gdb.cp/overload.cc: Change initializer value to integer.
2092
2093 2011-02-27 Michael Snyder <msnyder@vmware.com>
2094
2095 * gdb.multi/base.exp: Add test for remove-inferiors.
2096
2097 2011-02-26 Joel Brobecker <brobecker@adacore.com>
2098
2099 * gdb.python/py-frame.exp: Simplify the initialization phase
2100 using prepare_for_testing.
2101
2102 2011-02-25 Michael Snyder <msnyder@vmware.com>
2103
2104 * gdb.multi/base.exp: Add tests for info inferiors with args.
2105
2106 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2107
2108 * gdb.dwarf2/dw2-ranges.S: Rename to ...
2109 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
2110 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
2111 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
2112 asmfile3. Comment the STABS (#3) file compilation. Compile
2113 everything through assembler. Provide KFAIL for symtab/12497.
2114 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
2115 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
2116 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
2117 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
2118
2119 2011-02-24 Michael Snyder <msnyder@vmware.com>
2120
2121 * gdb.base/break.exp: Add tests for delete breakpoints using
2122 convenience variables and value history references.
2123
2124 2011-02-24 Michael Snyder <msnyder@vmware.com>
2125
2126 * gdb.base/break.exp: Remove debugging 'printf' accidentally
2127 left behind in previous check-in.
2128
2129 2011-02-23 Michael Snyder <msnyder@vmware.com>
2130
2131 * gdb.base/break.exp: Add tests for "info break" with arguments.
2132 * gdb.trace/infotrace.exp: Update patterns for error and help.
2133 * gdb.base/completion.exp: Update pattern.
2134 * gdb.base/ena-dis-br.exp: Update pattern.
2135 * gdb.base/help.exp: Update patterns.
2136
2137 2011-02-23 Michael Snyder <msnyder@vmware.com>
2138
2139 * gdb.base/memattr.exp: New test.
2140 * gdb.base/memattr.c: Test load for memattr.exp.
2141
2142 2011-02-22 Doug Evans <dje@google.com>
2143
2144 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
2145
2146 2011-02-22 Michael Snyder <msnyder@vmware.com>
2147
2148 * Makefile.in: Make more clean.
2149 * gdb.ada/Makefile.in: Ditto.
2150 * gdb.arch/Makefile.in: Ditto.
2151 * gdb.asm/Makefile.in: Ditto.
2152 * gdb.base/Makefile.in: Ditto.
2153 * gdb.cp/Makefile.in: Ditto.
2154 * gdb.dwarf2/Makefile.in: Ditto.
2155 * gdb.java/Makefile.in: Ditto.
2156 * gdb.mi/Makefile.in: Ditto.
2157 * gdb.modula2/Makefile.in: Ditto.
2158 * gdb.python/Makefile.in: Ditto.
2159 * gdb.server/Makefile.in: Ditto.
2160 * gdb.stabs/Makefile.in: Ditto.
2161 * gdb.threads/Makefile.in: Ditto.
2162 * gdb.trace/Makefile.in: Ditto.
2163
2164 2011-02-22 Michael Snyder <msnyder@vmware.com>
2165
2166 * gdb.threads/thread-find.exp: Add tests for bad input to
2167 info threads.
2168
2169 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2170
2171 * gdb.python/py-breakpoint.exp: Fix the expected output of
2172 one of the "maint info breakpoints" tests to accept the output
2173 generated on platforms that do not have hardware watchpoints.
2174
2175 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2176
2177 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
2178 clean_restart. Be a little stricter in the expected output
2179 for one of the tests. Fix a typo in one of the comments.
2180
2181 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2182
2183 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
2184 Delete variable binfile, no longer use. Add or modify test
2185 comments to make them unique.
2186
2187 2011-02-21 Michael Snyder <msnyder@vmware.com>
2188
2189 * Makefile.in: Update for make clean.
2190 * gdb.ada/Makefile.in: Ditto.
2191 * gdb.arch/Makefile.in: Ditto.
2192 * gdb.asm/Makefile.in: Ditto.
2193 * gdb.base/Makefile.in: Ditto.
2194 * gdb.cp/Makefile.in: Ditto.
2195 * gdb.dwarf2/Makefile.in: Ditto.
2196 * gdb.java/Makefile.in: Ditto.
2197 * gdb.mi/Makefile.in: Ditto.
2198 * gdb.modula2/Makefile.in: Ditto.
2199 * gdb.python/Makefile.in: Ditto.
2200 * gdb.server/Makefile.in: Ditto.
2201 * gdb.stabs/Makefile.in: Ditto.
2202 * gdb.threads/Makefile.in: Ditto.
2203 * gdb.trace/Makefile.in: Ditto.
2204
2205 2011-02-21 Michael Snyder <msnyder@vmware.com>
2206
2207 * gdb.threads/thread-find.exp: Update patterns for changes in
2208 output of "info threads" command.
2209
2210 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2211 Ulrich Weigand <uweigand@de.ibm.com>
2212
2213 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
2214 (skip_hw_watchpoint_tests): Likewise.
2215 (skip_hw_watchpoint_multi_tests): Likewise.
2216
2217 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
2218
2219 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
2220 (skip_hw_watchpoint_tests): Likewise.
2221 (skip_hw_watchpoint_multi_tests): Likewise.
2222 (skip_hw_watchpoint_access_tests): Likewise.
2223
2224 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
2225 * gdb.base/pr11022.exp: Likewise.
2226 * gdb.base/watch-read.exp: Likewise.
2227 * gdb.base/watch_thread_num.exp: Likewise.
2228 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2229 * gdb.base/watchpoint-hw.exp: Likewise.
2230 * gdb.base/watchpoint.exp: Likewise.
2231 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
2232 * gdb.threads/watchthreads-reorder.exp: Likewise.
2233 * gdb.threads/watchthreads.exp: Likewise.
2234 * gdb.threads/watchthreads2.exp: Likewise.
2235
2236 2011-02-21 Joel Brobecker <brobecker@adacore.com>
2237
2238 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
2239 the debugger is unable to find the array bounds.
2240
2241 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * gdb.cp/typedef-operator.exp: New file.
2244 * gdb.cp/typedef-operator.cc: New file.
2245
2246 2011-02-17 Michael Snyder <msnyder@vmware.com>
2247
2248 * gdb.threads/thread-find.exp: Fix regular expressions.
2249
2250 2011-02-17 Joel Brobecker <brobecker@adacore.com>
2251
2252 * gdb.ada/packed_array: Expand testcase to test printing of
2253 unconstrained packed array.
2254
2255 2011-02-17 Joel Brobecker <brobecker@adacore.com>
2256
2257 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
2258
2259 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2260
2261 * gdb.trace/collection.c (globalarr3): New global.
2262 (main): Initialize it before collecting, and and clear it
2263 afterwards.
2264 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2265 collecting with '{type} addr', where the addr expression is not an
2266 rvalue.
2267
2268 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
2269
2270 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
2271 a bool variable. Expect correct OpenCL names for vector types. Use the
2272 uc3 variable name instead of referring to the uchar3 built-in type.
2273 Escape the asterisk at the half pointer test.
2274
2275 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2276
2277 * gdb.trace/collection.c (globalarr2): New global.
2278 (main): Initialize it before collecting, and and clear it
2279 afterwards.
2280 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2281 collecting overlapping memory ranges.
2282
2283 2011-02-15 Michael Snyder <msnyder@vmware.com>
2284
2285 * gdb.base/default.exp: Add tests for thread commands.
2286 * gdb.base/help.exp: Add tests for thread commands.
2287 * gdb.threads/thread-find.exp: New test for thread find command.
2288
2289 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
2290
2291 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
2292
2293 2011-02-15 Yao Qi <yao@codesourcery.com>
2294
2295 PR tdep/12352
2296 * gdb.arch/arm-disp-step.S : New test for str instruction.
2297 * gdb.arch/arm-disp-step.exp : Likewise.
2298
2299 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
2300
2301 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
2302 "vector_register2_vr" test strings. Test the extended floating
2303 point registers (F32~F63).
2304 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
2305 IBM XL C compiler. Make the test program use a register provided
2306 by the compiler for the lxvd2x instruction.
2307
2308 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2309
2310 * gdb.trace/unavailable.cc (class Base, class Middle, class
2311 Derived): New types.
2312 (derived_unavail, derived_partial, derived_whole): New globals.
2313 (virtual_partial): New global.
2314 (virtualp): Point at virtual_partial.
2315 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
2316 related to unavailable vptr.
2317
2318 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2319
2320 * gdb.trace/unavailable.cc (a, b, c): New globals.
2321 (main): Set and clear them.
2322 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
2323 `a' and `c', and check that `b' isn't collected, although `a' and
2324 `c' are.
2325
2326 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2327
2328 * gdb.trace/unavailable.cc (struct Virtual): New.
2329 (virtualp): New global pointer.
2330 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
2331 printing a pointer to an object whose type has a vtable, with
2332 print object on.
2333
2334 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2335
2336 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
2337 value repeat handles unavailableness.
2338
2339 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2340
2341 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
2342 tests for building arrays from unavailable values, subscripting
2343 non-memory rvalue unvailable arrays, and accessing fields or
2344 baseclasses of non-lazy unavailable values,
2345 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
2346 struct types.
2347 (g_smallstruct, g_smallstruct_b): New globals.
2348
2349 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2350
2351 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
2352
2353 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 Fix const/volatile qualifiers of C++ types, PR c++/12328.
2356 * gdb.cp/overload-const.exp: New file.
2357 * gdb.cp/overload-const.cc: New file.
2358
2359 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2360
2361 * gdb.opencl/callfuncs.cl: New file.
2362 * gdb.opencl/callfuncs.exp: New test.
2363 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
2364
2365 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2366
2367 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
2368 when computing result.
2369 * gdb.arch/altivec-abi.exp: Update expected results.
2370
2371 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2372
2373 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
2374 * gdb.base/jit.exp: Likewise.
2375 * gdb.base/pie-execl.exp: Likewise.
2376 * gdb.base/solib-nodir.exp: Likewise.
2377 * gdb.base/solib-overlap.exp: Likewise.
2378
2379 2011-02-07 Pedro Alves <pedro@codesourcery.com>
2380
2381 * gdb.trace/collection.c (global_pieces): New.
2382 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
2383 New procedure.
2384 (gdb_trace_collection_test): Call it.
2385
2386 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
2387
2388 * gdb.python/py-evthreads.c: New file.
2389 * gdb.python/py-evthreads.exp: New file.
2390 * gdb.python/py-events.py: New file.
2391 * gdb.python/py-events.exp: New file.
2392 * gdb.python/py-events.c: New file.
2393
2394 2011-02-04 David Daney <ddaney@caviumnetworks.com>
2395
2396 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
2397
2398 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
2399
2400 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
2401 gdb.base/disasm-end-cu.exp: New test for disassembling over the
2402 boundary between two compilation units.
2403
2404 2011-02-02 Pedro Alves <pedro@codesourcery.com>
2405
2406 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
2407 (Virtual): New structs.
2408 (virtual_o, virtual_middle_b): New globals.
2409 * gdb.cp/virtbase.exp: New tests.
2410
2411 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
2412
2413 * gdb.base/jit.exp: New file.
2414 * gdb.base/jit-main.c: New file.
2415 * gdb.base/jit-solib.c: New file.
2416
2417 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
2418
2419 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
2420 proceed to initial kernel entry point.
2421 * gdb.opencl/datatypes.exp: Likewise.
2422 * gdb.opencl/operators.exp: Likewise.
2423 * gdb.opencl/vec_comps.exp: Likewise.
2424
2425 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
2426
2427 * gdb.cp/nsnested.cc: New.
2428 * gdb.cp/nsnested.exp: New.
2429 * gdb.cp/nsnoimports.exp: New.
2430 * gdb.cp/nsnoimports.cc: New.
2431
2432 2011-01-31 Joel Brobecker <brobecker@adacore.com>
2433
2434 * gdb.base/interact.exp: Add extra tests that verify that
2435 the value of the interactive-mode setting does not change
2436 after the script is sourced.
2437
2438 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 * gdb.cp/noparam.exp: New file.
2441 * gdb.cp/noparam.cc: New file.
2442
2443 2011-01-28 Pedro Alves <pedro@codesourcery.com>
2444
2445 * gdb.trace/tfile.exp: Test that with no traceframe selected,
2446 there's no stack or registers.
2447
2448 2011-01-26 Tom Tromey <tromey@redhat.com>
2449
2450 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
2451 space before string output. Add test for "set print pretty off"
2452 case.
2453
2454 2011-01-25 Pedro Alves <pedro@codesourcery.com>
2455
2456 * gdb.base/frame-args.exp: Adjust.
2457 * gdb.dwarf2/dw2-noloc.exp: Adjust.
2458 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
2459 * gdb.dwarf2/pieces.exp: Adjust.
2460 * gdb.opt/clobbered-registers-O2.exp: Adjust.
2461 * gdb.opt/inline-locals.exp: Adjust.
2462 * gdb.threads/fork-child-threads.exp: Adjust.
2463
2464 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
2465
2466 * gdb.opencl/convs_casts.cl: Move program scope variables into the
2467 OpenCL kernel function. Add a comment as marker. Add address space
2468 qualifiers for the remaining program scope variables.
2469 * gdb.opencl/datatypes.cl: Likewise.
2470 * gdb.opencl/operators.cl: Likewise.
2471 * gdb.opencl/vec_comps.cl: Likewise.
2472 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
2473 Add breakpoint at the marker comment.
2474 * gdb.opencl/datatypes.exp: Likewise.
2475 * gdb.opencl/operators.exp: Likewise.
2476 * gdb.opencl/vec_comps.exp: Likewise.
2477
2478 2011-01-24 Pedro Alves <pedro@codesourcery.com>
2479
2480 * gdb.base/printcmds.c (some_struct): New struct and instance.
2481 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
2482 procedure.
2483 <global scope>: Call it.
2484
2485 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
2486
2487 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
2488 argument to the gdb_compile_opencl_hostapp call.
2489
2490 2011-01-19 Yao Qi <yao@codesourcery.com>
2491
2492 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
2493 positve list.
2494
2495 2011-01-19 Yao Qi <yao@codesourcery.com>
2496
2497 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
2498 canonical form.
2499 Remove "xscale-*-*"
2500 * gdb.xml/tdesc-regs.exp: Likewise.
2501 * gdb.python/py-section-script.exp: Replace ARM target triplet
2502 with canonical form.
2503 Match arm*-*-symbianelf*.
2504 * gdb.base/dup-sect.exp: Likewise.
2505 * lib/dwarf.exp: New.
2506 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
2507 dwarf2_support.
2508 * gdb.dwarf2/dup-psym.exp: Likewise.
2509 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
2510 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2511 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
2512 * gdb.dwarf2/dw2-basic.exp: Likewise.
2513 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2514 * gdb.dwarf2/dw2-const.exp: Likewise.
2515 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
2516 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
2517 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2518 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
2519 * gdb.dwarf2/dw2-filename.exp: Likewise.
2520 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2521 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
2522 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2523 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2524 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
2525 * gdb.dwarf2/dw2-noloc.exp: Likewise.
2526 * gdb.dwarf2/dw2-op-call.exp: Likewise.
2527 * gdb.dwarf2/dw2-producer.exp: Likewise.
2528 * gdb.dwarf2/dw2-ranges.exp: Likewise.
2529 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
2530 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
2531 * gdb.dwarf2/dw2-strp.exp: Likewise.
2532 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
2533 * gdb.dwarf2/implptr.exp: Likewise.
2534 * gdb.dwarf2/mac-fileno.exp: Likewise.
2535 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
2536 * gdb.dwarf2/pieces.exp: Likewise.
2537 * gdb.dwarf2/pr11465.exp: Likewise.
2538 * gdb.dwarf2/valop.exp: Likewise.
2539 * gdb.dwarf2/watch-notconst.exp: Likewise.
2540 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
2541
2542 2011-01-19 Tom Tromey <tromey@redhat.com>
2543
2544 * gdb.python/py-infthread.exp: Add thread tests.
2545
2546 2011-01-14 Joel Brobecker <brobecker@adacore.com>
2547
2548 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
2549
2550 2011-01-14 Joel Brobecker <brobecker@adacore.com>
2551
2552 * gdb.ada/widewide: New testcase.
2553
2554 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2555
2556 * gdb.base/interact.exp: New testcase.
2557
2558 2011-01-12 Tom Tromey <tromey@redhat.com>
2559
2560 * gdb.mi/gdb2549.exp: Update for error message changes.
2561 * gdb.mi/mi-cli.exp: Likewise.
2562 * gdb.mi/mi-disassemble.exp: Likewise.
2563 * gdb.mi/mi-pthreads.exp: Likewise.
2564 * gdb.mi/mi-regs.exp: Likewise.
2565 * gdb.mi/mi-stack.exp: Likewise.
2566 * gdb.mi/mi-var-block.exp: Likewise.
2567 * gdb.mi/mi-var-cmd.exp: Likewise.
2568 * gdb.mi/mi2-cli.exp: Likewise.
2569 * gdb.mi/mi2-disassemble.exp: Likewise.
2570 * gdb.mi/mi2-pthreads.exp: Likewise.
2571 * gdb.mi/mi2-regs.exp: Likewise.
2572 * gdb.mi/mi2-stack.exp: Likewise.
2573 * gdb.mi/mi2-var-block.exp: Likewise.
2574 * gdb.mi/mi2-var-cmd.exp: Likewise.
2575
2576 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2577 Jan Kratochvil <jan.kratochvil@redhat.com>
2578
2579 PR fortran/11104 and DWARF unbound arrays detection.
2580 * gdb.fortran/multi-dim.exp: New file.
2581 * gdb.fortran/multi-dim.f90: New file.
2582
2583 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
2584
2585 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
2586 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
2587 add new tests for opcode dumping.
2588
2589 2011-01-11 Tom Tromey <tromey@redhat.com>
2590
2591 * gdb.python/py-infthread.exp: Load gdb-python.exp.
2592
2593 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
2594
2595 Convert hardware watchpoints to use breakpoint_ops.
2596 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
2597 type is not supported.
2598 * gdb.base/foll-fork.exp: Likewise.
2599 * gdb.base/foll-vfork.exp: Likewise.
2600
2601 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
2602
2603 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
2604 Use load_lib gdb-python.exp.
2605 * gdb.python/python.exp: Ditto.
2606 * gdb.python/py-function.exp: Ditto.
2607
2608 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2609
2610 * gdb.threads/tls.exp ("info address me"): Fix expected output.
2611
2612 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2613
2614 * configure: Regenerate.
2615
2616 2011-01-06 Tom Tromey <tromey@redhat.com>
2617
2618 * gdb.python/py-frame.exp: Test gdb.newest_frame.
2619
2620 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2621
2622 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
2623 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
2624 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
2625 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
2626 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
2627 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
2628 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
2629 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
2630 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
2631 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
2632 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
2633 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
2634 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
2635 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
2636 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
2637 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
2638 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
2639 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
2640 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
2641 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
2642 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
2643 gdb.ada/uninitialized_vars.exp,
2644 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
2645 Simplify by using clean_restart.
2646
2647 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2648
2649 Add marker to be used as anchor for inserting breakpoints.
2650 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
2651 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
2652 Likewise.
2653
2654 Remove uses of gdb_start_cmd.
2655 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
2656 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
2657
2658 Do not run testcase if testing with GDBserver.
2659 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
2660 if testing with GDBserver.
2661
2662 2011-01-06 Joel Brobecker <brobecker@adacore.com>
2663
2664 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
2665 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
2666 copyright header.
2667
2668 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2669
2670 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
2671 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
2672 testsuite/gdb.fortran/complex.f,
2673 testsuite/gdb.fortran/derived-type.f90,
2674 testsuite/gdb.fortran/library-module-lib.f90,
2675 testsuite/gdb.fortran/library-module-main.f90,
2676 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
2677 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
2678 Copyright year update.
2679
2680 2011-01-05 Joel Brobecker <brobecker@adacore.com>
2681
2682 * gdb.base/langs1.f: Add copyright header.
2683
2684 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdb.base/morestack.exp: New file.
2687 * gdb.base/morestack.c: New file.
2688
2689 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2690
2691 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
2692
2693 2010-12-29 Joel Brobecker <brobecker@adacore.com>
2694
2695 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
2696 * gdb.ada/arrayptr.exp: Add test printing that new variable.
2697
2698 2010-12-29 Joel Brobecker <brobecker@adacore.com>
2699
2700 * gdb.ada/lang_switch.exp: Correct expected parameter value.
2701
2702 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
2703
2704 * gdb.threads/tls.exp: Fix typo.
2705
2706 * gdb.threads/thread-specific.exp (get_thread_list): Update.
2707 * gdb.threads/execl.exp: Update.
2708
2709 2010-12-23 Yao Qi <yao@codesourcery.com>
2710
2711 * gdb.arch/arm-disp-step.exp: New.
2712 * gdb.arch/arm-disp-step.S: New.
2713
2714 2010-12-21 Tom Tromey <tromey@redhat.com>
2715
2716 * gdb.threads/execl.exp: Update.
2717 * gdb.threads/linux-dp.exp: Update.
2718 * gdb.threads/manythreads.exp: Update.
2719 * gdb.threads/tls.exp: Update.
2720
2721 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2722
2723 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
2724 (NextOverThrowDerivates) <resumebpt>: New.
2725 (resumebpt_test): New.
2726 (main): Call resumebpt_test.
2727 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
2728
2729 2010-12-12 Stan Shebs <stan@codesourcery.com>
2730
2731 * gdb.trace/tsv.exp: Test print command on trace state variables.
2732
2733 2010-12-09 Tom Tromey <tromey@redhat.com>
2734
2735 * gdb.base/interp.exp: Add regression test.
2736
2737 2010-12-09 Tom Tromey <tromey@redhat.com>
2738
2739 * gdb.java/jnpe.java: New file.
2740 * gdb.java/jnpe.exp: New file.
2741 * gdb.cp/nextoverthrow.exp: New file.
2742 * gdb.cp/nextoverthrow.cc: New file.
2743
2744 2010-12-07 Doug Evans <dje@google.com>
2745
2746 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
2747 of data-directory.
2748 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
2749 updated.
2750 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
2751
2752 2010-11-29 Michael Snyder <msnyder@vmware.com>
2753
2754 * gdb.base/callfuncs.exp: Test for skip_float_tests.
2755 * gdb.base/call-sc.exp: Ditto.
2756 * gdb.base/finish.exp: Ditto.
2757 * gdb.base/return.exp: Ditto.
2758 * gdb.base/return2.exp: Ditto.
2759
2760 2010-11-30 Doug Evans <dje@google.com>
2761
2762 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
2763 (gdb_expect_list): Fix spelling errors in comments.
2764 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
2765 send_gdb/gdb_expect_list where applicable.
2766 * gdb.base/call-ar-st.exp: Ditto.
2767 * gdb.base/funcargs.exp: Ditto.
2768 * gdb.base/gcore.exp: Ditto.
2769 * gdb.base/page.exp: Ditto.
2770 * gdb.base/sigaltstack.exp: Ditto.
2771 * gdb.base/siginfo.exp: Ditto.
2772 * gdb.base/sigstep.exp: Ditto.
2773 * gdb.base/trace-commands.exp: Ditto.
2774
2775 2010-11-29 Doug Evans <dje@google.com>
2776
2777 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
2778 printer-name;subprinter-name.
2779
2780 2010-11-29 Tom Tromey <tromey@redhat.com>
2781
2782 * gdb.dwarf2/implptr.exp: New file.
2783 * gdb.dwarf2/implptr.c: New file.
2784 * gdb.dwarf2/implptr.S: New file.
2785
2786 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
2787
2788 PR python/12199
2789
2790 * gdb.python/py-breakpoint.exp: Test the delete method.
2791
2792 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2793
2794 Fix step_resume_breakpoint unsaved during an infcall.
2795 * gdb.base/step-resume-infcall.exp: New file.
2796 * gdb.base/step-resume-infcall.c: New file.
2797
2798 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
2799
2800 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
2801
2802 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
2803
2804 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
2805 on ppc64's symbols; "finish" and "return" commands must accept to
2806 show the caller line again as well as the line after.
2807 * gdb.asm/powerpc64.inc: New file.
2808
2809 2010-11-23 Doug Evans <dje@google.com>
2810
2811 * lib/gdb.exp (gdb_test_sequence): New function.
2812 (gdb_expect_list): Add verbose -log call for each pattern.
2813 * gdb.base/signals.exp (test_handle_all_print): Call it.
2814 Reduce timeout increment from 6 minutes to 1 minute.
2815 * gdb.server/ext-run.exp: Call it.
2816
2817 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
2818
2819 PR python/12212
2820
2821 * gdb.python/python.exp: Check that selected_thread raises an
2822 error when no inferior is loaded.
2823
2824 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2825
2826 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
2827 * gdb.dwarf2/dw2-stack-boundary.S: New file.
2828
2829 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
2832 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
2833
2834 2010-11-18 Doug Evans <dje@google.com>
2835
2836 * gdb.server/ext-run.exp: Fix intermittent failures.
2837
2838 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2839
2840 * gdb.stabs/gdb11479.exp: Use runto_main.
2841
2842 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2843
2844 * gdb.base/break-entry.exp: Skip if using a stub.
2845
2846 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2847
2848 * gdb.python/py-inferior.exp: Pack values in target endianness.
2849
2850 2010-11-12 Tom Tromey <tromey@redhat.com>
2851
2852 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
2853 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
2854 MemoryError.
2855 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
2856 type.
2857 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
2858 MemoryError.
2859 (test_subscript_regression): Update exception type.
2860
2861 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2862
2863 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
2864 breakpoint tests.
2865
2866 2010-11-09 Pedro Alves <pedro@codesourcery.com>
2867
2868 * gdb.base/watchpoint.exp: Test "watch -location" with an
2869 innacessible location.
2870
2871 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
2872 Luis Machado <luisgpm@br.ibm.com>
2873
2874 * gdb.base/maint.exp: Expect "." prefix.
2875 * gdb.base/nodebug.exp: Expect "." Likewise.
2876 * gdb.base/sepsymtab.exp: Expect "." Likewise.
2877 * gdb.base/watchpoint-cond-gone.exp: Likewise.
2878 * gdb.base/watchpoint.exp: Expect a software watch to be created for
2879 POWER server processors.
2880
2881 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
2882 Luis Machado <luisgpm@br.ibm.com>
2883
2884 * gdb.base/break-entry.exp: convert entry point for
2885 ppc64 and expect leading `.' on ppc64's symbols
2886
2887 2010-11-05 Doug Evans <dje@google.com>
2888
2889 * gdb.base/help.exp: Update expected output.
2890 * gdb.python/py-param.exp: Delete, contents moved to ...
2891 * gdb.python/py-parameter.exp: ... here. New file.
2892 Add test for gdb.parameter ("directories").
2893
2894 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
2895
2896 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
2897 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
2898 * configure: Regenerate.
2899 * gdb.opencl/Makefile.in: New File.
2900 * gdb.opencl/datatypes.exp: Likewise.
2901 * gdb.opencl/datatypes.cl: Likewise.
2902 * gdb.opencl/operators.exp: Likewise.
2903 * gdb.opencl/operators.cl: Likewise.
2904 * gdb.opencl/vec_comps.exp: Likewise.
2905 * gdb.opencl/vec_comps.cl: Likewise.
2906 * gdb.opencl/convs_casts.exp: Likewise.
2907 * gdb.opencl/convs_casts.cl: Likewise.
2908 * lib/opencl.exp: Likewise.
2909 * lib/opencl_hostapp.c: Likewise.
2910 * lib/opencl_kernel.cl: Likewise.
2911 * lib/cl_util.c: Likewise.
2912 * lib/cl_util.c: Likewise.
2913 * gdb.base/default.exp (set language): Add "opencl" to the list of
2914 languages.
2915
2916 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
2917
2918 * gdb.cp/overload.exp: Added test for inheritance overload.
2919 * gdb.cp/overload.cc: Ditto.
2920 * gdb.cp/oranking.exp: Removed releveant kfails.
2921
2922 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2923 Joel Brobecker <brobecker@adacore.com>
2924
2925 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
2926 check test_compiler_info.
2927
2928 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
2929
2930 * gdb.base/gnu_vector.exp: Adjust expect messages.
2931
2932 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
2933
2934 * gdb.base/gnu_vector.exp: Add unary operator tests.
2935
2936 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
2937
2938 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
2939
2940 2010-11-02 Doug Evans <dje@google.com>
2941
2942 * gdb.python/py-pp-maint.c: New file.
2943 * gdb.python/py-pp-maint.exp: New file.
2944 * gdb.python/py-pp-maint.py: New file.
2945
2946 2010-11-02 Tom Tromey <tromey@redhat.com>
2947
2948 * gdb.base/default.exp: Remove "scheme" from language list.
2949
2950 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2951
2952 Revert:
2953 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2954 * gdb.threads/sigstep-threads.exp: New file.
2955 * gdb.threads/sigstep-threads.c: New file.
2956
2957 2010-10-20 Michael Snyder <msnyder@vmware.com>
2958
2959 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
2960
2961 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2962
2963 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
2964 Skip test completely if gdb,no_hardware_watchpoints.
2965
2966 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2967
2968 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
2969 strict, but do not check for any particular function name within libc.
2970
2971 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2972
2973 * gdb.cp/smartp.exp: New test.
2974 * gdb.cp/smartp.cc : New test.
2975
2976 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2977
2978 * gdb.cp/converts.exp: Test pointer to bool conversion.
2979 Test pointer to long conversion.
2980 * gdb.cp/oranking.exp: Removed relevant kfail.
2981
2982 2010-10-18 Tom Tromey <tromey@redhat.com>
2983
2984 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
2985 argument to lazy_string.
2986 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
2987 (pp_ls.to_string): Use it.
2988 * gdb.python/py-prettyprint.c (main): Move declarations to top.
2989 Add "estring2" local.
2990
2991 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2992
2993 Fix s390x compatibility.
2994 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
2995 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
2996
2997 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2998
2999 * gdb.threads/sigstep-threads.exp: New file.
3000 * gdb.threads/sigstep-threads.c: New file.
3001
3002 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3003
3004 * gdb.base/pie-execl.exp: New file.
3005 * gdb.base/pie-execl.c: New file.
3006
3007 2010-10-13 Doug Evans <dje@google.com>
3008 Jan Kratochvil <jan.kratochvil@redhat.com>
3009
3010 PR exp/12117
3011 * gdb.cp/ptype-cv-cp.cc: New file.
3012 * gdb.cp/ptype-cv-cp.exp: New file.
3013
3014 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
3015
3016 * gdb.cp/converts.cc: New test program.
3017 * gdb.cp/converts.exp: New test.
3018 * gdb.cp/overload.exp: Added test for void* vs int*.
3019 * gdb.cp/overload.exp: Ditto.
3020 * gdb.cp/oranking.exp: Removed related kfail.
3021
3022 2010-10-13 Doug Evans <dje@google.com>
3023
3024 * lib/gdb-python.exp (gdb_check_python_config): New function.
3025 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
3026 * gdb.python/lib-types.cc: New file.
3027 * gdb.python/lib-types.exp: New file.
3028
3029 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3030
3031 * gdb.python/py-error.exp: New file.
3032 * gdb.python/py-error.py: New file.
3033
3034 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3035
3036 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
3037 gdb_test_multiple.
3038
3039 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3040
3041 * gdb.base/break-interp.exp: Use ldlags for linking flags.
3042 * gdb.base/prelink.exp: Likewise.
3043 * gdb.base/solib-nodir.exp: Likewise.
3044 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
3045 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
3046 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
3047
3048 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3049
3050 * break-interp.exp (test_ld): Use two separate gdb_expect statements
3051 for the "info files" test to avoid timeouts on slow machines.
3052
3053 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3054
3055 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
3056 (main): Make openlib dummy call.
3057
3058 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3059
3060 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
3061 * break-interp.exp (reach): Move the core body ...
3062 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
3063 (test_ld): Provide always real argument, even to the linker. Replace
3064 dl_main by _dl_debug_state.
3065
3066 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3067
3068 Fix results of prelinked PIEs on ppc*.
3069 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
3070 Accept also DISPLACEMENT "PRESENT".
3071 (main): Replace "ZERO" displacements by "PRESENT".
3072
3073 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
3074
3075 * gdb.cp/oranking.exp: New test.
3076 * gdb.cp/oranking.cc: New test program.
3077
3078 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
3079
3080 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
3081 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
3082
3083 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3084
3085 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
3086 lush, lynx) New constant.
3087 * gdb.base/constvars.exp: Test const array types.
3088 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
3089
3090 2010-10-06 Doug Evans <dje@google.com>
3091
3092 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
3093 of syscall staging area.
3094
3095 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3096
3097 * gdb.base/gnu_vector.c: Add variable c4.
3098 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
3099 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3100
3101 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
3102
3103 * gdb.arch/altivec-abi.exp: Fix a typo.
3104
3105 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
3106
3107 * lib/mi-support.exp (thread_selected_re): Correct pattern used
3108 to match a thread ID.
3109
3110 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3111
3112 Fix s390x testcase compatibility.
3113 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
3114
3115 2010-10-01 Doug Evans <dje@google.com>
3116
3117 * lib/gdb-python.exp: New file.
3118 * gdb.python/py-block.exp: Use it.
3119 * gdb.python/py-breakpoint.exp: Ditto.
3120 * gdb.python/py-frame.exp: Ditto.
3121 * gdb.python/py-inferior.exp: Ditto.
3122 * gdb.python/py-param.exp: Ditto.
3123 * gdb.python/py-prettyprint.exp: Ditto.
3124 * gdb.python/py-shared.exp: Ditto.
3125 * gdb.python/py-symbol.exp: Ditto.
3126 * gdb.python/py-symtab.exp: Ditto.
3127 * gdb.python/py-type.exp: Ditto.
3128 * gdb.python/py-value.exp: Ditto.
3129 * gdb.python/python.exp: Ditto.
3130
3131 2010-09-30 Tom Tromey <tromey@redhat.com>
3132
3133 * gdb.base/anon.exp: New file.
3134 * gdb.base/anon.c: New file.
3135
3136 2010-09-30 Tom Tromey <tromey@redhat.com>
3137
3138 * gdb.base/completion.exp: Test completion through anonymous
3139 union.
3140 * gdb.base/break1.c (struct some_struct): Add anonymous union.
3141
3142 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 Fix printing parameters of inlined functions.
3145 * gdb.dwarf2/dw2-inline-param.exp: New file.
3146 * gdb.dwarf2/dw2-inline-param-main.c: New file.
3147 * gdb.dwarf2/dw2-inline-param.S: New file.
3148
3149 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 PR corefiles/12071.
3152 * gdb.base/corefile.exp (quit with a process, no question: load core)
3153 (quit with a core file): New tests.
3154
3155 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3156
3157 Fix GDB crash on inferior calls with self-referencing classes.
3158 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
3159 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
3160 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
3161
3162 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3163
3164 Fix lost siginfo_t for inferior calls.
3165 * gdb.base/siginfo-infcall.exp: New file.
3166 * gdb.base/siginfo-infcall.c: New file.
3167
3168 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3169
3170 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
3171
3172 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
3175 New test.
3176 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
3177
3178 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3179
3180 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
3181 type of our const type.
3182
3183 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
3184
3185 * gdb.cp/pr12028.cc: New.
3186 * gdb.cp/pr12028.exp: New.
3187
3188 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3189
3190 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
3191
3192 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
3193 Jan Kratochvil <jan.kratochvil@redhat.com>
3194
3195 PR mi/11407
3196 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
3197 * gdb.mi/dw2-ref-missing-frame-main.c New File.
3198 * gdb.mi/dw2-ref-missing-frame.S New File.
3199 * gdb.mi/dw2-ref-missing-frame.exp New File.
3200
3201 2010-09-14 Tom Tromey <tromey@redhat.com>
3202
3203 PR symtab/8399:
3204 * gdb.threads/tls.exp: Remove kfail. Update expected output.
3205
3206 2010-09-14 Tom Tromey <tromey@redhat.com>
3207
3208 PR exp/11803:
3209 * gdb.threads/tls.exp: Use C++.
3210 (check_thread_local): Use K::another_thread_local.
3211 * gdb.threads/tls.c (class K): New.
3212 (another_thread_local): Now a member of K.
3213 (spin): Update. No longer K&R C.
3214
3215 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
3216
3217 * gdb.cp/koenig.cc: created class for testing member lookup.
3218 * gdb.cp/koenig.exp: Added test for member lookup.
3219
3220 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3221
3222 Fix false FAILs on sourcetree topdir directory containing "kill".
3223 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
3224 source line matching regexp.
3225
3226 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3227
3228 * gdb.python/python.exp (set height 0, collect help from uiout)
3229 (verify help to uiout): New tests.
3230
3231 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3232
3233 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
3234 is_lp64_target to check 64bit target.
3235
3236 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3237
3238 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
3239 (test_ld) <powerpc64-*>: New.
3240
3241 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
3242
3243 * gdb.cp/templates.exp (test_template_args): Allow "struct".
3244
3245 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
3246
3247 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
3248 (FunctionArg::method): New function.
3249 (empty, arg): New variables.
3250 (main): Call arg.method.
3251 * gdb.cp/templates.exp (test_template_args): New function.
3252 (do_tests): Call it.
3253
3254 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
3255
3256 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
3257 of "next" to proceed over pthread_exit call.
3258
3259 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
3260
3261 * gdb.base/maint.exp: Avoid wildcards against potentially very long
3262 "maint print statistics" output to prevent expect timeouts.
3263
3264 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3265
3266 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
3267 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3268 (test_float_rejected): ... here.
3269 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
3270 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3271 (test_float_rejected): ... here.
3272 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
3273 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3274 (test_float_rejected): ... here.
3275 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
3276 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3277 (test_float_rejected): ... here.
3278
3279 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3280
3281 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
3282 before disabling hardware watchpoints.
3283 (test_inaccessible_watchpoint): Check that hardware watchpoints
3284 are used. Test for watchpoints on a constant address.
3285
3286 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3287
3288 * gdb.base/ui-redirect.exp: New file.
3289
3290 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3291 Joel Brobecker <brobecker@adacore.com>
3292
3293 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
3294
3295 2010-08-31 Doug Evans <dje@google.com>
3296
3297 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
3298
3299 2010-08-30 Tom Tromey <tromey@redhat.com>
3300
3301 PR python/11792:
3302 * gdb.python/py-value.exp (test_subscript_regression): Add
3303 dynamic_type test.
3304
3305 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
3306
3307 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
3308 instead of running to main. Do not test the main function.
3309 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
3310 Add new main.
3311
3312 2010-08-26 Pedro Alves <pedro@codesourcery.com>
3313
3314 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
3315 one test.
3316
3317 2010-08-24 Doug Evans <dje@google.com>
3318
3319 PR symtab/11942
3320 * gdb.dwarf2/dw4-sig-types.cc: New file.
3321 * gdb.dwarf2/dw4-sig-types.h: New file.
3322 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
3323 * gdb.dwarf2/dw4-sig-types.exp: New file.
3324
3325 2010-08-23 Tom Tromey <tromey@redhat.com>
3326
3327 PR python/11145:
3328 * gdb.python/py-value.c (Base, Derived): New types.
3329 (base): New global.
3330 * gdb.python/py-value.exp (test_subscript_regression): Add
3331 dynamic_cast test.
3332
3333 2010-08-23 Tom Tromey <tromey@redhat.com>
3334
3335 PR python/10676:
3336 * gdb.python/py-type.exp (test_fields): Add tests for type
3337 equality.
3338
3339 2010-08-23 Tom Tromey <tromey@redhat.com>
3340
3341 PR python/11915:
3342 * gdb.python/py-type.exp (test_fields): Add tests for array.
3343
3344 2010-08-23 Keith Seitz <keiths@redhat.com>
3345
3346 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
3347 have any children. Create a new abbrev for it.
3348 Add missing terminal sequence to .debug_abbrev.
3349
3350 2010-08-20 Keith Seitz <keiths@redhat.com>
3351
3352 PR symtab/11465:
3353 * gdb.dwarf2/pr11465.exp: New test.
3354 * gdb.dwarf2/pr11465.S: New file.
3355 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
3356 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
3357
3358 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
3359
3360 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
3361 registers. Update data sets with the new v2_double element in the
3362 VSX register union. Add vector_register3_vr data set for the AltiVec
3363 registers. Use gdb_test_no_output instead of send_gdb.
3364
3365 2010-08-19 Pedro Alves <pedro@codesourcery.com>
3366
3367 * gdb.python/py-shared.exp: New file, factored out from
3368 python.exp.
3369 * gdb.python/py-shared.c: New file.
3370 * gdb.python/py-shared-sl.c: New file.
3371 * gdb.python/python-1.c: New file.
3372 * gdb.python/python-sl.c: Delete.
3373 * gdb.python/python.c: Mention python-1.c.
3374 * gdb.python/python.exp: Move shared library tests to
3375 py-shared.exp.
3376 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
3377 (MISCELLANEOUS): New.
3378 (clean mostlyclean): Also remove $MISCELLANEOUS.
3379
3380 2010-08-19 Doug Evans <dje@google.com>
3381
3382 PR exp/11926
3383 * gdb.base/printcmds.exp (test_float_accepted): New function.
3384 Move existing float tests there. Add tests for floats with suffixes.
3385 (test_float_rejected): New function.
3386 * gdb.java/jv-print.exp (test_float_accepted): New function.
3387 (test_float_rejected): New function.
3388 * gdb.objc/print.exp: New file.
3389 * gdb.pascal/print.exp: New file.
3390 * lib/objc.exp: New file.
3391
3392 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3393
3394 * gdb.base/default.exp (info set): Avoid full buffer error and force
3395 reading up to final gdb prompt.
3396 (show): Likewise.
3397
3398 2010-08-18 Tom Tromey <tromey@redhat.com>
3399
3400 PR symtab/11919:
3401 * gdb.base/completion.exp: Add test.
3402
3403 2010-08-18 Doug Evans <dje@google.com>
3404
3405 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
3406 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
3407 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
3408 Simplify, early exit if runto_main fails.
3409 * gdb.fortran/exprs.exp: load_lib fortran.exp.
3410 (set_lang_fortran): Moved to lib/fortran.exp.
3411 * gdb.fortran/types.exp: load_lib fortran.exp.
3412 (set_lang_fortran): Moved to lib/fortran.exp.
3413 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
3414 * gdb.java/jprint.exp (set_lang_java): Ditto.
3415 * gdb.java/jv-exp.exp: load_lib java.exp.
3416 If set_lang_java fails, issue a warning instead of failure to be
3417 consistent with other set_lang_foo uses.
3418 (set_lang_java): Moved to lib/java.exp.
3419 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
3420 If set_lang_java fails, issue a warning instead of failure to be
3421 consistent with other set_lang_foo uses.
3422 * gdb.pascal/types.exp: load_lib pascal.exp.
3423 (set_lang_pascal): Moved to lib/pascal.exp.
3424 * lib/fortran.exp: New file.
3425 * lib/java.exp (set_lang_java): New function.
3426 * lib/pascal.exp (set_lang_pascal): New function.
3427
3428 2010-08-18 Yao Qi <yao@codesourcery.com
3429
3430 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
3431 func_nofb_start and func_loopfb_start, so that address of functions
3432 is equal to these labels on Thumb.
3433
3434 2010-08-18 Yao Qi <yao@codesourcery.com>
3435
3436 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
3437 to reflect latest c source file.
3438
3439 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3440
3441 * gdb.cp/infcall-dlopen.exp: New file.
3442 * gdb.cp/infcall-dlopen.cc: New file.
3443 * gdb.cp/infcall-dlopen-lib.cc: New file.
3444
3445 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3446 Pedro Alves <pedro@codesourcery.com>
3447
3448 PR breakpoints/11371
3449
3450 * gdb.base/watch-cond-infcall.exp: New file.
3451 * gdb.base/watch-cond-infcall.c: New file.
3452
3453 2010-08-16 Tom Tromey <tromey@redhat.com>
3454
3455 * gdb.base/help.exp: Update.
3456 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
3457 watchpoint.
3458 (test_watch_location): New proc.
3459 (test_watchpoint_in_big_blob): Delete watchpoint.
3460 * gdb.base/watchpoint.c (func5): New function.
3461 (main): Call it.
3462
3463 2010-08-16 Doug Evans <dje@google.com>
3464
3465 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
3466
3467 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3468
3469 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
3470 tests.
3471
3472 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
3473
3474 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
3475 * gdb.base/gnu_vector.c: New File.
3476 * gdb.base/gnu_vector.exp: Likewise.
3477
3478 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
3479
3480 * gdb.python/python.c: New File.
3481 * gdb.python/python-sl.c: New File.
3482 * gdb.python/python.exp: Test solib_address and decode_line
3483 * functions.
3484
3485 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3486
3487 * gdb.python/python.exp (show height, set height 10)
3488 (verify pagination beforehand, verify pagination beforehand: q)
3489 (gdb.execute does not page, verify pagination afterwards)
3490 (verify pagination afterwards: q): New.
3491
3492 2010-08-02 Doug Evans <dje@google.com>
3493
3494 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
3495 because of an older gcc, change test2
3496 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
3497 to unsupported.
3498
3499 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
3500
3501 * gdb.base/break-always.exp: Do not expect full paths to file
3502 names.
3503 * gdb.base/commands.exp: Likewise.
3504
3505 2010-07-30 Doug Evans <dje@google.com>
3506
3507 * gdb.cp/temargs.exp: For new tests that require newer gccs,
3508 xfail them when run with older gccs.
3509
3510 * lib/gdb.exp (build_executable): Forward "c++" option to
3511 get_compiler_info.
3512
3513 * gdb.python/py-type.exp (test_template): Mark as xfail tests
3514 "python print ttype.template_argument(1)" and
3515 "python print isinstance(ttype.template_argument(1), gdb.Value)"
3516 if using gcc 4.4 or earlier.
3517
3518 * gdb.base/valgrind-db-attach.exp: Use unique test name for
3519 attach-to-debugger handling.
3520
3521 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3522
3523 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
3524 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
3525 (main): Use copyreloc.
3526 * gdb.base/prelink.exp (split debug of executable)
3527 (.dynbss vs. .bss address shift): New tests.
3528
3529 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3530
3531 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
3532 in gdb_test_multiple.
3533
3534 2010-07-29 Pedro Alves <pedro@codesourcery.com>
3535
3536 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
3537 environment.
3538
3539 2010-07-28 Tom Tromey <tromey@redhat.com>
3540
3541 PR python/11060:
3542 * gdb.python/py-type.c (Temargs): New template.
3543 (temvar): New variable.
3544 * gdb.python/py-type.exp (test_template): New proc.
3545
3546 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3547
3548 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
3549 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
3550
3551 2010-07-28 Tom Tromey <tromey@redhat.com>
3552
3553 PR c++/9946:
3554 * gdb.cp/temargs.exp: New file.
3555 * gdb.cp/temargs.cc: New file.
3556
3557 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3558
3559 * gdb.base/help.exp (help disassemble): Update the content.
3560
3561 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 * gdb.threads/ia64-sigill.exp: New file.
3564 * gdb.threads/ia64-sigill.c: New file.
3565
3566 2010-07-27 Tom Tromey <tromey@redhat.com>
3567
3568 * gdb.opt/inline-cmds.c (ATTR): New define.
3569 (func1): Use it.
3570 (func2): Likewise.
3571 (func3): Likewise.
3572 (outer_inline1): Likewise.
3573 (outer_inline2): Likewise.
3574 * gdb.opt/inline-bt.c (ATTR): New define.
3575 (func1): Use it.
3576 (func2): Likewise.
3577 * gdb.opt/inline-locals.c (ATTR): New define.
3578 (func1): Use it.
3579 (func2): Likewise.
3580
3581 2010-07-27 Tom Tromey <tromey@redhat.com>
3582
3583 * gdb.stabs/gdb11479.c (hack): New function.
3584 (test): Use it.
3585 (test2): Use it.
3586 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
3587 (int32_search_buf, int64_search_buf): No longer static.
3588 (x): Remove.
3589 * gdb.base/relocate.c (hack): New function.
3590
3591 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
3592
3593 * gdb.python/py-value.exp (test_inferior_function_call): New function.
3594 * gdb.python/py-value.c (func1): New function.
3595 (func2): Likewise.
3596
3597 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
3598
3599 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
3600 as not to clash with .data section.
3601
3602 2010-07-26 Jerome Guitton <guitton@adacore.com>
3603
3604 * gdb.base/code_elim.exp: New file.
3605 * gdb.base/code_elim1.c: New file.
3606 * gdb.base/code_elim2.c: New file.
3607
3608 2010-07-21 Pedro Alves <pedro@codesourcery.com>
3609
3610 PR symtab/11827
3611
3612 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
3613 (some_volatile_enum): New variable.
3614 * gdb.base/printcmds.exp (test_print_enums): New.
3615 <top level>: Call it.
3616
3617 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
3618
3619 * gdb.cp/fpointer.cc: New test.
3620 * gdb.cp/fpointer.exp: New test.
3621
3622 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3623
3624 * gdb.base/solib-nodir.exp: New file.
3625 * lib/gdb.exp (runto): New case for a GDB internal error.
3626
3627 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3628 Ulrich Weigand <uweigand@de.ibm.com>
3629 Tom Tromey <tromey@redhat.com>
3630
3631 * gdb.base/charset-malloc.c: New file.
3632 * gdb.base/charset.c (malloc_stub): New prototype.
3633 (main): Call it instead of malloc itself.
3634 * gdb.base/charset.exp: Use only prepare_for_testing.
3635 (binfile): Remove the variable.
3636
3637 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3638
3639 Make core files the process_stratum.
3640 * gdb.base/corefile.exp (run: load core again)
3641 (run: sanity check we see the core file, run: with core)
3642 (run: core file is cleared, attach: load core again)
3643 (attach: sanity check we see the core file, attach: with core)
3644 (attach: core file is cleared): New tests.
3645 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
3646
3647 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
3648
3649 * gdb.arch/altivec-abi.exp: New tests.
3650
3651 2010-07-13 Tom Tromey <tromey@redhat.com>
3652
3653 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
3654 (main): Use it.
3655 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
3656
3657 2010-07-13 Tom Tromey <tromey@redhat.com>
3658
3659 * gdb.base/label.exp: New file.
3660 * gdb.base/label.c: New file.
3661
3662 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3663 H.J. Lu <hongjiu.lu@intel.com>
3664
3665 * lib/gdb.exp (is_ilp32_target): New.
3666 (is_lp64_target): Likewise.
3667
3668 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
3669 target.
3670 * gdb.arch/amd64-disp-step.exp: Likewise.
3671 * gdb.arch/amd64-dword.exp: Likewise.
3672 * gdb.arch/amd64-i386-address.exp: Likewise.
3673 * gdb.arch/amd64-word.exp: Likewise.
3674
3675 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
3676 target.
3677 * gdb.arch/i386-bp_permanent.exp: Likewise.
3678 * gdb.arch/i386-byte.exp: Likewise.
3679 * gdb.arch/i386-disp-step.exp: Likewise.
3680 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3681 * gdb.arch/i386-prologue.exp: Likewise.
3682 * gdb.arch/i386-size-overlap.exp: Likewise.
3683 * gdb.arch/i386-size.exp: Likewise.
3684 * gdb.arch/i386-sse.exp: Likewise.
3685 * gdb.arch/i386-unwind.exp: Likewise.
3686 * gdb.arch/i386-word.exp: Likewise.
3687
3688 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
3689 test only when building 64-bit executables. Do not hard-code
3690 -m64 option.
3691
3692 2010-07-07 Doug Evans <dje@google.com>
3693
3694 * lib/gdb.exp (gdb_test_list_exact): New function.
3695 * gdb.base/default.exp (show convenience): Call it, add tests for
3696 $_sdata = void, $_thread = 0.
3697
3698 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3699 Joel Brobecker <brobecker@adacore.com>
3700
3701 Fix re-run of PIE executable, PR shlibs/11776.
3702 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
3703 Remove $displacement_main to match the solib-svr4.c change. New "kill"
3704 and re-"run" of the inferior.
3705
3706 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3707 Joel Brobecker <brobecker@adacore.com>
3708
3709 Cope with missing /usr/sbin/prelink.
3710 * lib/prelink-support.exp (prelink_no):
3711 <result == 1 && $output is "no such file or directory">: New.
3712 (prelink_yes): Likewise. Return on failed prelink_no.
3713
3714 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3715 Joel Brobecker <brobecker@adacore.com>
3716
3717 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
3718 build_executable by build_executable_own_libs. Replace "prelink -R"
3719 execution by a call of prelink_yes. Comment why "prelink -r" needs no
3720 change.
3721 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
3722 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
3723 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
3724 Replace build_executable by build_executable_own_libs's function
3725 build_executable_own_libs.
3726 (prelinkNO): Create new stub to call prelink_no.
3727 (prelinkYES): Create new stub to call prelink_yes.
3728 (test_attach): Rename calls of copy to file_copy.
3729 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
3730 (copy): Move to ...
3731 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
3732 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
3733 * gdb.base/prelink.exp: Disable testcase also for is_remote and
3734 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
3735 special flags by gdb_compile_shlib. Replace second gdb_compile by
3736 build_executable_own_libs. Replace "prelink -R" execution by a call of
3737 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
3738 a second call of prelink_yes. Replace restart commands by
3739 clean_restart.
3740 (prelink): Rename to ...
3741 (seen displacement message): ... this test. Extend its expectation
3742 strictness.
3743
3744 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3745
3746 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
3747 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
3748 displacement message exactly once.
3749
3750 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3751 Joel Brobecker <brobecker@adacore.com>
3752
3753 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
3754 its restore after the <$relink_args != ""> loop. new comment.
3755
3756 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3757 Joel Brobecker <brobecker@adacore.com>
3758
3759 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
3760 code for it. New variable relink_args.
3761 (prelinkYES): Call prelinkNO.
3762 (test_attach): Accept new parameter relink_args. Re-prelink the binary
3763 in such case. Move the core code to ...
3764 (test_attach_gdb): ... a new function. Send GDB command "file".
3765 Extend expected "Attaching to " string.
3766
3767 2010-07-02 Tom Tromey <tromey@redhat.com>
3768
3769 * gdb.base/bitops.exp: Remove extraneous "pass".
3770
3771 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
3772
3773 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3774
3775 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3776
3777 * gdb.base/help.exp: Adjust expected output.
3778
3779 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3780
3781 * gdb.base/help.exp: Adjust expected output.
3782
3783 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3784
3785 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
3786 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
3787 c++/11702.
3788
3789 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3790 Doug Evans <dje@google.com>
3791
3792 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
3793 add .dynamic entry'.
3794
3795 2010-06-29 Doug Evans <dje@google.com>
3796
3797 Test PR c++/11702.
3798 * gdb.cp/m-static.exp: Add testcase.
3799 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
3800
3801 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
3802 Tom Tromey <tromey@redhat.com>
3803 Thiago Jung Bauermann <bauerman@br.ibm.com>
3804
3805 * gdb.python/py-inferior.c: New File.
3806 * gdb.python/py-infthread.c: New File.
3807 * gdb.python/py-inferior.exp: New File.
3808 * gdb.python/py-infthread.exp: New File.
3809
3810 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3811
3812 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
3813 (ptype ::C::OtherFileClass typedefs): New.
3814 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
3815 (C::OtherFileClass::cOtherFileClassVar2): New.
3816 (C::OtherFileClass::cOtherFileClassVar_use): Use also
3817 cOtherFileClassVar2.
3818 (C::cOtherFileType2, C::cOtherFileVar2): New.
3819 (C::cOtherFileVar_use): use also cOtherFileVar2.
3820 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
3821
3822 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
3825 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
3826 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
3827 (print ::C::cOtherFileVar)
3828 (whatis C::OtherFileClass::cOtherFileClassType)
3829 (whatis ::C::OtherFileClass::cOtherFileClassType)
3830 (print C::OtherFileClass::cOtherFileClassVar)
3831 (print ::cOtherFileClassVar)
3832 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
3833 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
3834 trailing content.
3835 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
3836 (C::OtherFileClass::cOtherFileClassVar)
3837 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
3838 (C::cOtherFileVar, C::cOtherFileVar_use): New.
3839
3840 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3841
3842 Test PR c++/11703 and PR gdb/1448.
3843 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
3844 gdb/1448.
3845
3846 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
3849 (main) <rtti_data>: New.
3850 * gdb.cp/virtbase.exp (print rtti_data): New.
3851
3852 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3853 Joel Brobecker <brobecker@adacore.com>
3854
3855 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
3856
3857 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3858
3859 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
3860
3861 2010-06-28 Doug Evans <dje@google.com>
3862
3863 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
3864
3865 2010-06-27 Doug Evans <dje@google.com>
3866
3867 * gdb.cp/m-static.exp: Update expected test output.
3868
3869 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3870
3871 * gdb.gdb/selftest.exp: Adjust expected message for
3872 capturing start-up runtime.
3873
3874 2010-06-25 Tom Tromey <tromey@redhat.com>
3875
3876 PR python/10808:
3877 * gdb.python/python.exp: Add new tests.
3878
3879 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
3880
3881 * gdb.cp/operator.cc: Created an import loop.
3882 * gdb.cp/operator.exp: Added testcase for import loop.
3883
3884 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3885
3886 Test PR python/11407.
3887 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
3888 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
3889 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
3890 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
3891 executable_nofb and executable_fb. New variables srcsfile, objsfile,
3892 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
3893 binfile. Call gdb_compile with clean_restart twice.
3894 (func_nofb print, func_nofb backtrace, func_loopfb print)
3895 (func_loopfb backtrace): New.
3896
3897 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3898
3899 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
3900 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
3901 by a hand made one.
3902 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
3903 i?86 requirement. Remove variables srcfile and binfile. New variable
3904 sources, executable_nofb and executable_fb. Call prepare_for_testing.
3905
3906 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3907
3908 * gdb.cell/dwarfaddr.exp: New file.
3909 * gdb.cell/dwarfaddr.S: New file.
3910
3911 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3912
3913 Test PR 9436.
3914 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
3915
3916 2010-06-24 Hui Zhu <teawater@gmail.com>
3917
3918 * gdb.base/eval.exp: New file.
3919
3920 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3921
3922 * gdb.cell/fork.exp: New file.
3923 * gdb.cell/fork.c: Likewise.
3924 * gdb.cell/fork-spu.c: Likewise.
3925
3926 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
3927
3928 * lib/gdb.exp (banned_variables_traced): New global variable.
3929 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
3930 (gdb_init): Use `trace add variable' instead of obsolete
3931 `trace variable'.
3932
3933 2010-06-21 Doug Evans <dje@google.com>
3934
3935 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
3936
3937 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3938
3939 * gdb.arch/spu-ls.exp: New file.
3940 * gdb.arch/spu-ls.c: Likewise.
3941
3942 2010-06-18 Stan Shebs <stan@codesourcery.com>
3943
3944 * gdb.threads/thread-specific.exp: Add tests of $_thread.
3945
3946 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3947
3948 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
3949 * gdb.base/watch-cond.exp: Likewise.
3950 * gdb.python/py-breakpoint.exp: Likewise.
3951
3952 2010-06-18 Pedro Alves <pedro@codesourcery.com>
3953
3954 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
3955 clean_restart, make sure every test has a distinct message, and
3956 that messages don't include the executable' full path.
3957
3958 2010-06-17 Doug Evans <dje@google.com>
3959
3960 * gdb.arch/i386-size.exp: Updated expected output for
3961 DISASSEMBLY_OMIT_FNAME.
3962
3963 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3964 Sergio Durigan Junior <sergiodj@redhat.com>
3965
3966 * gdb.base/watch-notconst.c: New file.
3967 * gdb.base/watch-notconst.S: New file.
3968 * gdb.base/watch-notconst2.c: New file.
3969 * gdb.base/watch-notconst2.S: New file.
3970 * gdb.base/watch-notconst.exp: New file.
3971 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
3972 (func4): Add operations on `global_ptr_ptr'.
3973 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
3974 routine to test watchpoints created with a constant expression.
3975 (test_inaccessible_watchpoint): Include tests for watchpoints
3976 created with a constant expression.
3977
3978 2010-06-14 Kevin Buettner <kevinb@redhat.com>
3979
3980 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
3981 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
3982 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
3983 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
3984 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
3985 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
3986 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
3987 of `_start'.
3988
3989 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3990
3991 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
3992 not supported on the target.
3993 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3994 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3995 * gdb.mi/mi-nsintrall.exp: Likewise.
3996 * gdb.mi/mi-nsmoribund.exp: Likewise.
3997 * gdb.mi/mi-nsthrexec.exp: Likewise.
3998
3999 2010-06-11 Stan Shebs <stan@codesourcery.com>
4000
4001 * gdb.base/permissions.exp: New file.
4002
4003 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4004
4005 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
4006 does not support ELF executable class.
4007
4008 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4009
4010 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
4011
4012 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4013
4014 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
4015 (runto): Catch "The target does not support running in non-stop mode.".
4016
4017 2010-06-11 Michael Snyder <msnyder@vmware.com>
4018
4019 * gdb.base/setshow.exp (set language asm): Don't use
4020 gdb_test_no_output, fails on some targets.
4021
4022 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4023
4024 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
4025 * gdb.cp/pr9167.exp: Likewise.
4026
4027 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4028
4029 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
4030
4031 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4032
4033 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
4034
4035 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4036
4037 * gdb.base/charset.c (main): Make sure malloc gets linked in.
4038
4039 2010-06-11 Tom Tromey <tromey@redhat.com>
4040
4041 PR gdb/9977, PR exp/11636::
4042 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
4043 (pieces_test_f6): Update expected output.
4044
4045 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 * gdb.base/moribund-step.exp: New.
4048
4049 2010-06-08 Michael Snyder <msnyder@vmware.com>
4050
4051 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
4052 * gdb.ada/boolean_expr.exp:
4053 * gdb.ada/frame_args.exp: Ditto.
4054 * gdb.ada/lang_switch.exp: Ditto.
4055 * gdb.ada/ptype_arith_binop.exp: Ditto.
4056 * gdb.ada/ref_param.exp: Ditto.
4057 * gdb.ada/type_coercion.exp:Ditto.
4058
4059 * gdb.asm/asm-source.exp: Ditto.
4060
4061 * gdb.base/attach.exp: Ditto.
4062 * gdb.base/bitfields2.exp: Ditto.
4063 * gdb.base/call-signal-resume.exp: Ditto.
4064 * gdb.base/callfuncs.exp: Ditto.
4065 * gdb.base/commands.exp: Ditto.
4066 * gdb.base/dbx.exp: Ditto.
4067 * gdb.base/default.exp: Ditto.
4068 * gdb.base/dump.exp: Ditto.
4069 * gdb.base/exprs.exp: Ditto.
4070 * gdb.base/freebpcmd.exp: Ditto.
4071 * gdb.base/interrupt.exp: Ditto.
4072 * gdb.base/list.exp: Ditto.
4073 * gdb.base/long_long.exp: Ditto.
4074 * gdb.base/maint.exp: Ditto.
4075 * gdb.base/ptype.exp: Ditto.
4076 * gdb.base/return.exp: Ditto.
4077 * gdb.base/setshow.exp: Ditto.
4078 * gdb.base/sigbpt.exp: Ditto.
4079 * gdb.base/sigrepeat.exp: Ditto.
4080
4081 * gdb.cp/classes.exp: Ditto.
4082
4083 * gdb.dwarf2/dw2-restore.exp: Ditto.
4084
4085 * gdb.gdb/selftest.exp: Ditto.
4086
4087 * gdb.multi/base.exp: Ditto.
4088 * gdb.multi/bkpt-multi-exec.exp: Ditto.
4089
4090 * gdb.python/py-block.exp: Ditto.
4091 * gdb.python/py-prettyprint.exp: Ditto.
4092 * gdb.python/py-template.exp: Ditto.
4093
4094 * gdb.server/ext-attach.exp: Ditto.
4095 * gdb.server/ext-run.exp: Ditto.
4096 * gdb.server/server-mon.exp: Ditto.
4097
4098 * gdb.threads/fork-thread-pending.exp: Ditto.
4099 * gdb.threads/hand-call-in-threads.exp: Ditto.
4100 * gdb.threads/interrupted-hand-call.exp: Ditto.
4101 * gdb.threads/linux-dp.exp: Ditto.
4102 * gdb.threads/manythreads.exp: Ditto.
4103 * gdb.threads/print-threads.exp: Ditto.
4104 * gdb.threads/pthreads.exp: Ditto.
4105 * gdb.threads/schedlock.exp: Ditto.
4106 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4107 * gdb.threads/threadapply.exp: Ditto.
4108
4109 2010-06-08 Michael Snyder <msnyder@vmware.com>
4110
4111 * gdb.ada/exec_changed.exp:
4112 Use ".*" instead of "" as wildcard regexp.
4113
4114 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
4115 * gdb.base/call-ar-st.exp: Ditto.
4116 * gdb.base/checkpoint.exp: Ditto.
4117 * gdb.base/default.exp: Ditto.
4118 * gdb.base/dump.exp: Ditto.
4119 * gdb.base/ending-run.exp: Ditto.
4120 * gdb.base/fileio.exp: Ditto.
4121 * gdb.base/miscexprs.exp: Ditto.
4122 * gdb.base/pointers.exp: Ditto.
4123 * gdb.base/readline.exp: Ditto.
4124 * gdb.base/reread.exp: Ditto.
4125 * gdb.base/restore.exp: Ditto.
4126 * gdb.base/shlib-call.exp: Ditto.
4127 * gdb.base/valgrind-db-attach.exp: Ditto.
4128 * gdb.base/volatile.exp: Ditto.
4129 * gdb.base/watchpoints.exp: Ditto.
4130
4131 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
4132
4133 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
4134 * gdb.python/py-value.exp: Ditto.
4135
4136 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
4137 * gdb.trace/circ.exp: Ditto.
4138 * gdb.trace/collection.exp: Ditto.
4139 * gdb.trace/packetlen.exp: Ditto.
4140 * gdb.trace/passc-dyn.exp: Ditto.
4141 * gdb.trace/report.exp: Ditto.
4142 * gdb.trace/tfile.exp: Ditto.
4143 * gdb.trace/tfind.exp: Ditto.
4144 * gdb.trace/while-dyn.exp: Ditto.
4145
4146 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
4149
4150 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4151
4152 Test PR 10640.
4153 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
4154
4155 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4156
4157 * gdb.cp/koenig.exp: Test for ADL operators.
4158 * gdb.cp/koenig.cc: Added ADL operators.
4159 * gdb.cp/operator.exp: New test.
4160 * gdb.cp/operator.cc: New test.
4161
4162 2010-06-04 Michael Snyder <msnyder@vmware.com>
4163
4164 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
4165 * gdb.base/pending.exp: Ditto.
4166
4167 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
4168
4169 2010-06-04 Doug Evans <dje@google.com>
4170
4171 * gdb.python/py-prettyprint.exp: Add new test for enabled and
4172 disabled printers.
4173 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
4174 (enable_lookup_function): New function.
4175
4176 2010-06-04 Tom Tromey <tromey@redhat.com>
4177
4178 * gdb.python/py-value.exp (test_value_hash): Don't test equality
4179 of hash and id.
4180
4181 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4182
4183 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
4184 newline.
4185 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
4186 (empty verbose non-noisy clear, empty verbose noisy clear)
4187 (empty non-verbose noisy clear): Likewise.
4188
4189 2010-06-03 Michael Snyder <msnyder@vmware.com>
4190
4191 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
4192 * gdb.base/display.exp: Ditto.
4193 * gdb.base/find.exp: Ditto.
4194 * gdb.base/ifelse.exp: Ditto.
4195 * gdb.base/multi-forks.exp: Ditto.
4196 * gdb.base/recurse.exp: Ditto.
4197 * gdb.base/setshow.exp: Ditto.
4198 * gdb.base/value-double-free.exp: Ditto.
4199 * gdb.base/watch-vfork.exp: Ditto.
4200 * gdb.base/watch_thread_num.exp: Ditto.
4201 * gdb.base/watchpoint-solib.exp: Ditto.
4202 * gdb.base/watchpoint.exp: Ditto.
4203 * gdb.base/watchpoints.exp: Ditto.
4204
4205 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
4206 * gdb.cp/overload.exp: Ditto.
4207 * gdb.cp/virtfunc.exp: Ditto.
4208
4209 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
4210
4211 * gdb.reverse/watch-precsave.exp:
4212 Replace gdb_test with gdb_test_no_output.
4213
4214 * gdb.threads/attach-into-signal.exp:
4215 Replace gdb_test with gdb_test_no_output.
4216 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4217 * gdb.threads/watchthreads.exp: Ditto.
4218 * gdb.threads/watchthreads2.exp: Ditto.
4219
4220 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
4221 * gdb.trace/tfind.exp: Ditto.
4222
4223 2010-06-03 Joel Brobecker <brobecker@adacore.com>
4224
4225 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
4226 successful test if message is the empty string.
4227
4228 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4229
4230 * gdb.fortran/module.exp (stopped language detection): New test.
4231
4232 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4233
4234 Support DW_TAG_module as separate namespaces.
4235 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
4236 gdb.fortran/library-module-lib.f90: New.
4237 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
4238 (print i): Remove.
4239 (continue to breakpoint: i-is-1, print var_i value 1)
4240 (continue to breakpoint: i-is-2, print var_i value 2)
4241 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
4242 (print var_d, print var_i value 14, ptype modmany, complete `modm)
4243 (complete `modmany, complete `modmany`, complete `modmany`var)
4244 (show language, setting breakpoint at module): New tests.
4245 * gdb.fortran/module.f90 (module mod): Remove.
4246 (module mod1, module mod2, module modmany, subroutine sub1)
4247 (subroutine sub2, program module): New.
4248
4249 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4250
4251 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
4252 (print value of rUC, print value of rI, print value of UI): ... here.
4253 * gdb.cp/anon-union.exp (pass): Rename to ...
4254 (print z 2): ... here.
4255
4256 2010-06-02 Michael Snyder <msnyder@vmware.com>
4257
4258 * gdb.trace/actions.exp: Use gdb_test_no_output.
4259 * gdb.trace/circ.exp: Ditto.
4260 * gdb.trace/packetlen.exp: Ditto.
4261 * gdb.trace/save-trace.exp: Ditto.
4262 * gdb.trace/tracecmd.exp: Ditto.
4263 * gdb.trace/tsv.exp: Ditto.
4264
4265 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
4266 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
4267 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4268 * gdb.threads/manythreads.exp: Ditto.
4269 * gdb.threads/print-threads.exp: Ditto.
4270 * gdb.threads/pthreads.exp: Ditto.
4271 * gdb.threads/schedlock.exp: Ditto.
4272 * gdb.threads/staticthreads.exp: Ditto.
4273 * gdb.threads/thread-specific.exp: Ditto.
4274 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4275 * gdb.threads/threadapply.exp: Ditto.
4276 * gdb.threads/watchthreads.exp: Ditto.
4277 * gdb.threads/watchthreads2.exp: Ditto.
4278
4279 * gdb.python/py-block.exp: Use gdb_test_no_output.
4280 * gdb.python/py-prettyprint.exp: Ditto.
4281 * gdb.python/py-template.exp: Ditto.
4282 * gdb.python/py-value.exp: Ditto.
4283
4284 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
4285 * gdb.reverse/watch-reverse.exp: Ditto.
4286
4287 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
4288 * gdb.server/ext-run.exp: Ditto.
4289
4290 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
4291 * gdb.dwarf2/dw2-compressed.exp: Ditto.
4292 * gdb.dwarf2/dw2-intercu.exp: Ditto.
4293 * gdb.dwarf2/dw2-intermix.exp: Ditto.
4294 * gdb.dwarf2/dw2-producer.exp: Ditto.
4295 * gdb.dwarf2/mac-fileno.exp: Ditto.
4296
4297 * gdb.gdb/observer.exp: Use gdb_test_no_output.
4298 * gdb.gdb/selftest.exp: Ditto.
4299
4300 * gdb.multi/base.exp: Use gdb_test_no_output.
4301
4302 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
4303
4304 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4305
4306 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
4307
4308 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
4309
4310 * gdb.cp/class2.exp: Use gdb_test_no_output.
4311 * gdb.cp/classes.exp: Ditto.
4312 * gdb.cp/extern-c.exp: Ditto.
4313 * gdb.cp/inherit.exp: Ditto.
4314 * gdb.cp/maint.exp: Ditto.
4315 * gdb.cp/mb-inline.exp: Ditto.
4316 * gdb.cp/mb-templates.exp: Ditto.
4317 * gdb.cp/method2.exp: Ditto.
4318 * gdb.cp/misc.exp: Ditto.
4319 * gdb.cp/ovldbreak.exp: Ditto.
4320 * gdb.cp/punctuator.exp: Ditto.
4321 * gdb.cp/templates.exp: Ditto.
4322 * gdb.cp/virtbase.exp: Ditto.
4323
4324 * gdb.threads/attach-stopped.exp:
4325 Replace uses of send_gdb / gdb_expect.
4326 * gdb.threads/attachstop-mt.exp:
4327 Replace uses of send_gdb / gdb_expect.
4328 * gdb.threads/gcore-thread.exp:
4329 Replace uses of send_gdb / gdb_expect.
4330 * gdb.threads/hand-call-in-threads.exp:
4331 Replace uses of send_gdb / gdb_expect.
4332 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
4333 * gdb.threads/print-threads.exp:
4334 Replace uses of send_gdb / gdb_expect.
4335 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
4336 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
4337 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
4338
4339 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
4340 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
4341 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
4342 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
4343 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
4344 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
4345 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
4346 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
4347 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
4348 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
4349 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
4350
4351 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4352
4353 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
4354
4355 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4356
4357 * gdb.cp/koenig.exp: Added new test case.
4358 * gdb.cp/koenig.cc: Ditto.
4359
4360 2010-06-01 Michael Snyder <msnyder@vmware.com>
4361
4362 * gdb.base/arithmet.exp: Use gdb_test_no_output.
4363 * gdb.base/arrayidx.exp: Ditto.
4364 * gdb.base/attach.exp: Ditto.
4365 * gdb.base/auxv.exp: Ditto.
4366 * gdb.base/bigcre.exp: Ditto.
4367 * gdb.base/break-always.exp: Ditto.
4368 * gdb.base/break-interp.exp: Ditto.
4369 * gdb.base/break.exp: Ditto.
4370 * gdb.base/breakpoint-shadow.exp: Ditto.
4371 * gdb.base/call-ar-st.exp: Ditto.
4372 * gdb.base/call-sc.exp: Ditto.
4373 * gdb.base/call-signal-resume.exp: Ditto.
4374 * gdb.base/callfuncs.exp: Ditto.
4375 * gdb.base/catch-syscall.exp: Ditto.
4376 * gdb.base/charset.exp: Ditto.
4377 * gdb.base/code-expr.exp: Ditto.
4378 * gdb.base/commands.exp: Ditto.
4379 * gdb.base/cond-expr.exp: Ditto.
4380 * gdb.base/condbreak.exp: Ditto.
4381 * gdb.base/cursal.exp: Ditto.
4382 * gdb.base/cvexpr.exp: Ditto.
4383 * gdb.base/default.exp: Ditto.
4384 * gdb.base/del.exp: Ditto.
4385 * gdb.base/detach.exp: Ditto.
4386 * gdb.base/display.exp: Ditto.
4387 * gdb.base/ena-dis-br.exp: Ditto.
4388 * gdb.base/eval-skip.exp: Ditto.
4389 * gdb.base/foll-fork.exp: Ditto.
4390 * gdb.base/foll-vfork.exp: Ditto.
4391 * gdb.base/frame-args.exp: Ditto.
4392 * gdb.base/funcargs.exp: Ditto.
4393 * gdb.base/gcore-buffer-overflow.exp: Ditto.
4394 * gdb.base/gdbvars.exp: Ditto.
4395 * gdb.base/help.exp: Ditto.
4396 * gdb.base/ifelse.exp: Ditto.
4397 * gdb.base/included.exp: Ditto.
4398 * gdb.base/list.exp: Ditto.
4399 * gdb.base/macscp.exp: Ditto.
4400 * gdb.base/maint.exp: Ditto.
4401 * gdb.base/multi-fork.exp: Ditto.
4402 * gdb.base/overlays.exp: Ditto.
4403 * gdb.base/page.exp: Ditto.
4404 * gdb.base/pending.exp: Ditto.
4405 * gdb.base/pointers.exp: Ditto.
4406 * gdb.base/pr11022.exp: Ditto.
4407 * gdb.base/prelink.exp: Ditto.
4408 * gdb.base/printcmds.exp: Ditto.
4409 * gdb.base/psymtab.exp: Ditto.
4410 * gdb.base/randomize.exp: Ditto.
4411 * gdb.base/relational.exp: Ditto.
4412 * gdb.base/relocate.exp: Ditto.
4413 * gdb.base/remote.exp: Ditto.
4414 * gdb.base/sepdebug.exp: Ditto.
4415 * gdb.base/set-lang-auto.exp: Ditto.
4416 * gdb.base/setshow.exp: Ditto.
4417 * gdb.base/setvar.exp: Ditto.
4418 * gdb.base/signals.exp: Ditto.
4419 * gdb.base/signull.exp: Ditto.
4420 * gdb.base/sigstep.exp: Ditto.
4421 * gdb.base/sizeof.exp: Ditto.
4422 * gdb.base/solib-disc.exp: Ditto.
4423 * gdb.base/store.exp: Ditto.
4424 * gdb.base/structs.exp: Ditto.
4425 * gdb.base/structs2.exp: Ditto.
4426 * gdb.base/subst.exp: Ditto.
4427 * gdb.base/term.exp: Ditto.
4428 * gdb.base/trace-commands.exp: Ditto.
4429 * gdb.base/unwindonsignal.exp: Ditto.
4430 * gdb.base/valgrind-db-attach.exp: Ditto.
4431 * gdb.base/varargs.exp: Ditto.
4432 * gdb.base/watch-cond.exp: Ditto.
4433 * gdb.base/watch_thread_num.exp: Ditto.
4434 * gdb.base/watchpoint-cond-gone.exp: Ditto.
4435 * gdb.base/watchpoint.exp: Ditto.
4436 * gdb.base/whatis-exp.exp: Ditto.
4437
4438 2010-06-01 Michael Snyder <msnyder@vmware.com>
4439
4440 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
4441 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
4442 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
4443 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
4444 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
4445 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
4446 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
4447 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
4448 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
4449 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
4450 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
4451 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
4452 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
4453 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
4454 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
4455
4456 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4457
4458 * gdb.base/commands.exp (begin commands on watch): Remove excessive
4459 trailing newline.
4460 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
4461 * gdb.java/jmisc.exp (p *args\n): Rename to ...
4462 (p *args): ... here and remove excessive trailing newline.
4463
4464 2010-05-31 Joel Brobecker <brobecker@adacore.com>
4465
4466 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
4467
4468 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4469
4470 Accept the new Linux kernel "t (tracing stop)" string.
4471 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
4472 Update comment.
4473 (state_wait) <T (tracing stop)>: New.
4474 (main): Update the state_wait expect string.
4475
4476 2010-05-28 Pedro Alves <pedro@codesourcery.com>
4477
4478 * limits.c, limits.exp: Delete files.
4479 * Makefile.in (clean mostlyclean): Adjust.
4480 * tracecmd.exp: Adjust.
4481
4482 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4483
4484 * gdb.base/tui-layout.exp: New.
4485
4486 2010-05-28 Michael Snyder <msnyder@vmware.com>
4487
4488 * gdb.reverse/break-precsave.exp:
4489 Replace uses of send_gdb / gdb_expect.
4490 * gdb.reverse/break-reverse.exp:
4491 Replace uses of send_gdb / gdb_expect.
4492 * gdb.reverse/consecutive-precsave.exp:
4493 Replace uses of send_gdb / gdb_expect.
4494 * gdb.reverse/consecutive-reverse.exp:
4495 Replace uses of send_gdb / gdb_expect.
4496 * gdb.reverse/finish-precsave.exp:
4497 Replace uses of send_gdb / gdb_expect.
4498 * gdb.reverse/finish-reverse.exp:
4499 Replace uses of send_gdb / gdb_expect.
4500 * gdb.reverse/i386-precsave.exp:
4501 Replace uses of send_gdb / gdb_expect.
4502 * gdb.reverse/i386-reverse.exp:
4503 Replace uses of send_gdb / gdb_expect.
4504 * gdb.reverse/i386-sse-reverse.exp:
4505 Replace uses of send_gdb / gdb_expect.
4506 * gdb.reverse/i387-env-reverse.exp:
4507 Replace uses of send_gdb / gdb_expect.
4508 * gdb.reverse/i387-stack-reverse.exp:
4509 Replace uses of send_gdb / gdb_expect.
4510 * gdb.reverse/machinestate-precsave.exp:
4511 Replace uses of send_gdb / gdb_expect.
4512 * gdb.reverse/machinestate.exp:
4513 Replace uses of send_gdb / gdb_expect.
4514 * gdb.reverse/sigall-precsave.exp:
4515 Replace uses of send_gdb / gdb_expect.
4516 * gdb.reverse/sigall-reverse.exp:
4517 Replace uses of send_gdb / gdb_expect.
4518 * gdb.reverse/solib-precsave.exp:
4519 Replace uses of send_gdb / gdb_expect.
4520 * gdb.reverse/solib-reverse.exp:
4521 Replace uses of send_gdb / gdb_expect.
4522 * gdb.reverse/step-precsave.exp:
4523 Replace uses of send_gdb / gdb_expect.
4524 * gdb.reverse/step-reverse.exp:
4525 Replace uses of send_gdb / gdb_expect.
4526 * gdb.reverse/until-precsave.exp:
4527 Replace uses of send_gdb / gdb_expect.
4528 * gdb.reverse/until-reverse.exp:
4529 Replace uses of send_gdb / gdb_expect.
4530 * gdb.reverse/watch-precsave.exp:
4531 Replace uses of send_gdb / gdb_expect.
4532 * gdb.reverse/watch-reverse.exp:
4533 Replace uses of send_gdb / gdb_expect.
4534
4535 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4536
4537 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
4538 excessive newline.
4539
4540 2010-05-27 Michael Snyder <msnyder@vmware.com>
4541
4542 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
4543 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
4544 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
4545 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
4546 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
4547 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
4548 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
4549 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
4550 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
4551 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
4552 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
4553 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
4554 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
4555 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
4556 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
4557 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
4558 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
4559 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
4560 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
4561
4562 2010-05-26 Michael Snyder <msnyder@vmware.com>
4563
4564 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
4565 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
4566
4567 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
4568 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
4569 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
4570
4571 * gdb.reverse/consecutive-reverse.exp:
4572 Replace uses of send_gdb / gdb_expect.
4573 * gdb.reverse/consecutive-precsave.exp:
4574 Replace uses of send_gdb / gdb_expect.
4575
4576 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
4577 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
4578 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
4579 * gdb.mi/mi-ns-stale-regcache.exp:
4580 Replace uses of send_gdb / gdb_expect.
4581 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
4582 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
4583 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
4584 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
4585 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
4586 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
4587 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
4588 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
4589 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
4590
4591 2010-05-26 Michael Snyder <msnyder@vmware.com>
4592
4593 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
4594
4595 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
4596
4597 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
4598 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
4599 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
4600 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
4601 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
4602 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
4603 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
4604 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
4605 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
4606
4607 2010-05-25 Tom Tromey <tromey@redhat.com>
4608
4609 * gdb.base/macscp.exp: Add missing space after setup_kfail.
4610
4611 2010-05-25 Tom Tromey <tromey@redhat.com>
4612
4613 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
4614 argument order.
4615 * gdb.base/macscp.exp: Fix setup_kfail argument order.
4616 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
4617 order.
4618 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
4619 order.
4620 * gdb.base/call-sc.exp (setup_kfails): Remove.
4621 (setup_compiler_kfails): Remove.
4622 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
4623 argument order.
4624 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
4625 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
4626 (advancei): Fix setup_kfail argument order.
4627 * gdb.base/radix.exp: Fix setup_kfail argument order.
4628 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
4629 order.
4630 * gdb.base/structs.exp (setup_kfails): Remove.
4631 (setup_compiler_kfails): Fix setup_kfail argument order.
4632 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
4633 order.
4634 * gdb.java/jmain.exp: Fix setup_kfail argument order.
4635 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
4636 setup_kfail argument order.
4637 * gdb.cp/overload.exp: Fix setup_kfail argument order.
4638
4639 2010-05-25 Tom Tromey <tromey@redhat.com>
4640
4641 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
4642
4643 2010-05-25 Michael Snyder <msnyder@vmware.com>
4644
4645 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
4646 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
4647 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
4648 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
4649 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
4650 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
4651 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
4652 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
4653 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
4654 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
4655 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
4656 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
4657 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
4658 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
4659 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
4660 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
4661 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
4662 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
4663 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
4664 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
4665 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
4666 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
4667 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
4668 * gdb.base/default.exp: Replace send_gdb with gdb_test.
4669 * gdb.base/define.exp: Replace send_gdb with gdb_test.
4670 * gdb.base/display.exp: Replace send_gdb with gdb_test.
4671 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
4672 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
4673 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
4674 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
4675 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
4676 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
4677 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
4678 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
4679 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
4680 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
4681 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
4682 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
4683 * gdb.base/help.exp: Replace send_gdb with gdb_test.
4684 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
4685 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
4686 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
4687 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
4688 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
4689 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
4690 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
4691 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
4692 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
4693
4694 2010-05-25 Doug Evans <dje@google.com>
4695
4696 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
4697 gdb.string_to_argv.
4698
4699 2010-05-21 Tom Tromey <tromey@redhat.com>
4700
4701 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
4702 Call it.
4703 * gdb.dwarf2/pieces.S: Update.
4704 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
4705
4706 2010-05-21 Tom Tromey <tromey@redhat.com>
4707
4708 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
4709 Call it.
4710 * gdb.dwarf2/pieces.c (struct C): New.
4711 (f6): New function.
4712 * gdb.dwarf2/pieces.S: Replace.
4713
4714 2010-05-21 Tom Tromey <tromey@redhat.com>
4715
4716 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
4717 Call it.
4718
4719 2010-05-21 Tom Tromey <tromey@redhat.com>
4720
4721 * gdb.dwarf2.pieces.exp: New file.
4722 * gdb.dwarf2.pieces.S: New file.
4723 * gdb.dwarf2.pieces.c: New file.
4724
4725 2010-05-20 Pedro Alves <pedro@codesourcery.com>
4726 Joel Brobecker <brobecker@adacore.com>
4727
4728 * lib/gdb.exp (gdb_test_no_output): New function.
4729 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
4730 when testing commands that should produce no output.
4731
4732 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4733
4734 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
4735 parameter that we want to watch being a constant.
4736
4737 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4738
4739 * gdb.ada/cond_lang: New testcase.
4740
4741 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4742
4743 * lib/gdb.exp (banned_variables): New variable/constant.
4744 (gdb_init): Add write trace on variables listed in banned_variables.
4745 (gdb_finish): Remove write traces on variables listed in
4746 banned_variables.
4747
4748 2010-05-17 Joel Brobecker <brobecker@adacore.com>
4749
4750 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
4751 * gdb.cp/koenig.exp: Likewise.
4752
4753 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
4754
4755 PR python/11482
4756
4757 * gdb.python/py-value.exp (test_value_hash): New function.
4758
4759 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
4760
4761 PR exp/11530.
4762 * gdb.base/gdb11530.c: New file.
4763 * gdb.base/gdb11530.exp: New file.
4764
4765 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
4768 * gdb.dwarf2/dw2-modula2-self-type.S: New.
4769
4770 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
4771
4772 * gdb.cp/koenig.exp: New test.
4773 * gdb.cp/koenig.cc: New test program.
4774
4775 2010-05-05 Joel Brobecker <brobecker@adacore.com>
4776
4777 Remove the use of prms_id and bug_id throughout the testsuite.
4778
4779 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4780
4781 PR exp/11349.
4782 * testsuite/gdb.cp/ref-types.exp: Add test to examine
4783 use a reference local variable.
4784
4785 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4786
4787 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
4788 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
4789 variable different_dir. Move debugfile into a full directory pathname
4790 under DIFFERENT_DIR.
4791 * lib/gdb.exp (separate_debug_filename): Remove.
4792 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
4793 variable debug_dir and mkdir of it. Update function comments.
4794
4795 2010-04-29 Pedro Alves <pedro@codesourcery.com>
4796
4797 PR gdb/11557
4798
4799 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
4800 files.
4801
4802 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4803
4804 * gdb.python/py-param.exp: New File.
4805
4806 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4807
4808 * gdb.base/default.exp: Fix "set language" test.
4809
4810 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
4811
4812 PR breakpoints/11531.
4813 * gdb.base/gdb11531.c: New file.
4814 * gdb.base/gdb11531.exp: New file.
4815
4816 2010-04-26 Tom Tromey <tromey@redhat.com>
4817
4818 * gdb.base/completion.exp: Add tests for completion and deprecated
4819 commands.
4820
4821 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4822
4823 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
4824 (print /x char_array): Escape curly brackets.
4825
4826 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4827
4828 Fix deadlock on looped list of loaded shared objects.
4829 * gdb.base/solib-corrupted.exp: New.
4830
4831 2010-04-23 Doug Evans <dje@google.com>
4832
4833 * gdb.python/py-section-script.c: New file.
4834 * gdb.python/py-section-script.exp: New file.
4835 * gdb.python/py-section-script.py: New file.
4836
4837 2010-04-20 Chris Moller <cmoller@redhat.com>
4838
4839 PR 10179
4840
4841 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
4842 * gdb.base/pr10179-a.c:
4843 * gdb.base/pr10179-b.c:
4844 * gdb.base/pr10179.exp: New files.
4845
4846 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4847
4848 Fix crashes on dangling display expressions.
4849 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
4850 is SEP.
4851 (lib_flags): Remove the "debug" keyword.
4852 (libsepdebug): New variable for iterating new loop.
4853 (save_pf_prefix): New variable wrapping the loop.
4854 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
4855 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
4856
4857 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4858
4859 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
4860
4861 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4862
4863 PR stabs/11479.
4864 * gdb.stabs/gdb11479.exp: New file.
4865 * gdb.stabs/gdb11479.c: New file.
4866
4867 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4868
4869 * gdb.base/charset.c (Strin16, String32): New variables.
4870 * gdb.base/charset.exp (gdb_test): Test correct display
4871 of 16 or 32 bit strings.
4872
4873 2010-04-21 Chris Moller <cmoller@redhat.com>
4874
4875 PR 9167
4876 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
4877 * gdb.cp/pr9167.cc: New file.
4878 * gdb.cp/pr9167.exp: New file.
4879
4880
4881 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4882
4883 PR pascal/11492.
4884 * gdb.pascal/gdb11492.pas: New file.
4885 * gdb.pascal/gdb11492.exp: New file.
4886
4887 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4888
4889 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
4890
4891 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4892
4893 * gdb.ada/dyn_loc: New testcase.
4894
4895 2010-04-20 Chris Moller <cmoller@redhat.com>
4896
4897 PR 10867
4898
4899 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
4900 * gdb.cp/pr10687.cc: New file.
4901 * gdb.cp/pr10687.exp: New file.
4902
4903
4904 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4905 Sergio Durigan Junior <sergiodj@redhat.com>
4906
4907 * gdb.fortran/logical.exp: New testcase.
4908 * gdb.fortran/logical.f90: New file.
4909
4910 2010-04-19 Doug Evans <dje@google.com>
4911
4912 * gdb.base/help.exp (help source): Update expected output.
4913
4914 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4915
4916 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
4917 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
4918 gdb_exit and return.
4919 (executable): New variable.
4920 (binfile): Use it.
4921
4922 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4923
4924 PR breakpoints/8554.
4925
4926 * gdb.trace/save-trace.exp: Adjust.
4927
4928 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4929
4930 PR corefiles/11511
4931 * gdb.arch/system-gcore.exp: New.
4932 * gdb.arch/gcore.c: Likewise.
4933
4934 2010-04-15 Doug Evans <dje@google.com>
4935
4936 * gdb.python/py-progspace.c: New file.
4937 * gdb.python/py-progspace.exp: New file.
4938
4939 * gdb.base/source.exp: Add tests for "source -s".
4940
4941 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4942
4943 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
4944 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
4945 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
4946 * gdb.python/py-mi.exp: New test for to_string returning None.
4947
4948 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
4949
4950 * gdb.python/py-breakpoint.c: Make result global.
4951
4952 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4953
4954 Fix non-GNU make compatibility.
4955 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
4956
4957 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4958
4959 * gdb.python/py-breakpoint.exp: New File.
4960 * gdb.python/py-breakpoint.C: Ditto.
4961
4962 2010-04-08 Stan Shebs <stan@codesourcery.com>
4963
4964 * gdb.trace/actions.exp: Clear default-collect.
4965 * gdb.trace/save-trace.exp: Clear default-collect.
4966
4967 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
4968
4969 * gdb.python/py-value: Add null string variable.
4970 (test_lazy_string): Test zero length, NULL address lazy
4971 strings.
4972
4973 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4974
4975 * gdb.arch/i386-avx.c: New.
4976 * gdb.arch/i386-avx.exp: Likewise.
4977
4978 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
4979
4980 2010-04-06 Doug Evans <dje@google.com>
4981
4982 * gdb.base/source-test.gdb: New file.
4983 * gdb.base/source.exp: Test source -v.
4984
4985 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4986
4987 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
4988
4989 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
4990
4991 * gdb.stabs/aout.sed: Convert all backslash to double backslash
4992 within one line, unless it is followed by a double quote.
4993 * gdb.stabs/hppa.sed: Idem.
4994 * gdb.stabs/weird.def: Add char and String constants
4995 * gdb.stabs/weird.exp: Check for correct parsing of
4996 char and string constants.
4997 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
4998 in .stabs to .stabx substitution.
4999
5000 2010-04-05 Stan Shebs <stan@codesourcery.com>
5001
5002 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
5003 constant global.
5004 * gdb.trace/tfile.exp: Try to print them.
5005
5006 2010-04-04 Stan Shebs <stan@codesourcery.com>
5007
5008 * gdb.base/completion.exp: Update for new "info watchpoints".
5009 * gdb.base/default.exp: Ditto.
5010 * gdb.base/help.exp: Ditto.
5011 * gdb.base/watchpoint.exp: Ditto.
5012 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
5013
5014 2010-04-04 Stan Shebs <stan@codesourcery.com>
5015
5016 * gdb.trace/tfile.exp: Sharpen tfind test.
5017
5018 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5019
5020 * gdb.base/break-entry.exp: New.
5021
5022 2010-04-02 Hui Zhu <teawater@gmail.com>
5023 Michael Snyder <msnyder@vmware.com>
5024
5025 * gdb.reverse/i386-sse-reverse.exp: New file.
5026 * gdb.reverse/i386-sse-reverse.c: New file.
5027
5028 2010-04-02 Pedro Alves <pedro@codesourcery.com>
5029
5030 * gdb.trace/tfind.exp: Adjust expected disassembly output.
5031
5032 2010-04-01 Stan Shebs <stan@codesourcery.com>
5033
5034 * gdb.trace/actions.exp: Tweak expected output.
5035 * gdb.trace/while-stepping.exp: Tweak expected output.
5036
5037 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5038
5039 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
5040
5041 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5042
5043 * gdb.base/commands.exp: Adjust.
5044 * gdb.cp/extern-c.exp: Adjust.
5045
5046 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5047
5048 * gdb.trace/collection.c (local_test_func): Define a local struct,
5049 and instanciate it.
5050
5051 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5052
5053 * gdb.trace/collection.exp (gdb_collect_args_test)
5054 (gdb_collect_argarray_test): XFAIL the tests that assume the
5055 argarray argument's elements are collected.
5056
5057 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5058
5059 * gdb.dwarf2/dw2-bad-parameter-type.exp,
5060 gdb.dwarf2/dw2-bad-parameter-type.S: New.
5061
5062 2010-03-31 Stan Shebs <stan@codesourcery.com>
5063
5064 * gdb.trace/save-trace.exp: Test save/restore of default-collect
5065 and tracepoint conditionals.
5066 (gdb_verify_tracepoints): Delete unused return.
5067
5068 2010-03-26 Keith Seitz <keiths@redhat.com>
5069
5070 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
5071 appear in the output before main.
5072 Remove KFAIL for gdb/2215 aka bz 9320.
5073
5074 2010-03-30 Doug Evans <dje@google.com>
5075
5076 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
5077 by dejagnu.
5078 * gdb.arch/amd64-dword.exp: Ditto.
5079
5080 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
5081 match.
5082 (break printf): Ditto.
5083
5084 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
5085
5086 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
5087 gcc < 4.4.
5088 * gdb.cp/shadow.exp: Ditto.
5089
5090 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5091
5092 * gdb.trace/collection.exp (run_trace_experiment): Make sure
5093 "tstart" is silent.
5094
5095 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5096
5097 * gdb.trace/collection.exp (executable): New.
5098 (binfile): Use it.
5099 (fpreg, spreg, pcreg): New.
5100 (test_register): Use gdb_test_multiple. Pass /x to print.
5101 (prepare_for_trace_test): New.
5102 (run_trace_experiment): Use "continue", not gdb_run_cmd.
5103 (gdb_collect_args_test, gdb_collect_argstruct_test)
5104 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
5105 prepare_for_trace_test.
5106 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
5107 fpreg, spreg and pcreg.
5108 (gdb_collect_expression_test, gdb_collect_globals_test): Use
5109 prepare_for_trace_test.
5110 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
5111 try to detect tracing support here. Don't set breakpoints at
5112 `begin' or `end' here.
5113 <global scope>: Use clean_restart. Run to main before checking
5114 for tracing support. Check for for tracing support here.
5115
5116 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5117
5118 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
5119 " as $displacement" to "seen displacement message".
5120
5121 2010-03-28 Pedro Alves <pedro@codesourcery.com>
5122
5123 * gdb.trace/while-dyn.exp (executable): New variable.
5124 (binfile): Use it.
5125 (test_while_stepping): New function. Move most tests here. Call
5126 it once for each of the while-stepping, stepping and ws aliases.
5127
5128 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5129
5130 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
5131 that do not provide the tagless_struct type name at all.
5132 (test_print_anon_union): Do not check value of uninitialized
5133 union member. Do not use cp_test_ptype_class, so we can accept
5134 "long" as well as "long int".
5135
5136 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5137
5138 * gdb.trace/tfile.c (tohex, bin2hex): New.
5139 (write_error_trace_file): Hexify error description.
5140
5141 2010-03-25 Stan Shebs <stan@codesourcery.com>
5142
5143 * gdb.trace/tfile.c: Generate an additional trace file, improve
5144 portability.
5145 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
5146 files in a better way.
5147
5148 2010-03-25 Keith Seitz <keiths@redhat.com>
5149
5150 * gdb.java/jprint.exp: XFAIL printing of static class members
5151 because of GCC debuginfo problem.
5152
5153 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
5156
5157 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5158
5159 * gdb.base/completion.exp: Allow long instead of long int.
5160 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
5161 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
5162 variable p.
5163 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
5164 * gdb.base/pointers.exp: Allow long instead of long int.
5165 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
5166 * gdb.base/step-line.exp: Allow a directory before the source file name.
5167
5168 2010-03-24 Tom Tromey <tromey@redhat.com>
5169
5170 PR breakpoints/9352:
5171 * gdb.base/default.exp: Update.
5172 * gdb.base/commands.exp: Update.
5173 * gdb.cp/extern-c.exp: Test setting commands on multiple
5174 breakpoints at once.
5175
5176 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5177
5178 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
5179 if gdb,nosignals.
5180 * gdb.base/watchpoints.c: Do not include unnecessary headers.
5181 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
5182 exited".
5183
5184 2010-03-24 Stan Shebs <stan@codesourcery.com>
5185
5186 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
5187
5188 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5189
5190 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
5191 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
5192 argument. Handle "short" and "long".
5193 (Top level): Pass overprototyped output for old_fptr and xptr.
5194
5195 2010-03-23 Pedro Alves <pedro@codesourcery.com>
5196
5197 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
5198 format strings and add casts to avoid compiler warnings.
5199
5200 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
5201
5202 * lib/trace-support.exp (gdb_trace_setactions):
5203 Don't expect whitespace after ">" prompt.
5204 * gdb.trace/actions.exp: Adjust for output changes.
5205 * gdb.trace/while-stepping.exp: Likewise.
5206
5207 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5208
5209 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
5210 and r157645).
5211
5212 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5213
5214 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
5215 New.
5216
5217 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
5218
5219 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
5220 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
5221
5222 2010-03-19 Stan Shebs <stan@codesourcery.com>
5223
5224 * gdb.trace/ax.exp: New file.
5225
5226 2010-03-19 Doug Evans <dje@google.com>
5227
5228 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
5229 output from gcc.
5230
5231 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
5232 named /usr/sbin/prelink<foo>.
5233
5234 2010-03-18 Stan Shebs <stan@codesourcery.com>
5235
5236 * gdb.trace/circ.exp: Test circular-trace-buffer.
5237 * gdb.trace/tfile.exp: Update tstatus test.
5238
5239 2010-03-18 Joel Brobecker <brobecker@adacore.com>
5240
5241 * gdb.dwarf2/dw2-anonymous-func.S: New file.
5242 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
5243
5244 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5245
5246 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
5247
5248 2010-03-18 Pedro Alves <pedro@codesourcery.com>
5249
5250 * gdb.base/default.exp: Adjust the expected output of the finish
5251 and until commands when the inferior is not being run.
5252
5253 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
5254
5255 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
5256 * gdb.cp/nsusing.exp: Ditto.
5257
5258 2010-03-15 Tom Tromey <tromey@redhat.com>
5259
5260 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
5261 * gdb.cp/userdef.cc (operator==): New function.
5262 (main): New locals mem1, mem2.
5263
5264 2010-03-15 Jie Zhang <jie@codesourcery.com>
5265
5266 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
5267 Declare and use new loadtimeout variable.
5268
5269 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
5270
5271 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
5272 Use gdb_load later.
5273
5274 2010-03-14 Pedro Alves <pedro@codesourcery.com>
5275
5276 * gdb.base/solib-disc.c (main): Make format of fprintf a string
5277 literal. Add missing endlines to prints to stderr.
5278
5279 2010-03-12 Tom Tromey <tromey@redhat.com>
5280
5281 PR c++/9708:
5282 * gdb.cp/m-static.exp: Add regression test.
5283 * gdb.cp/m-static.cc (method): New method.
5284 (main): Call it.
5285
5286 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
5287
5288 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
5289 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
5290
5291 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
5292
5293 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
5294
5295 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
5296
5297 * lib/gdb.exp (skip_stl_tests): New.
5298 (gdb_compile): Symbian needs -ldl.
5299 (shlib_target_file): New.
5300 (shlib_symbol_file): New.
5301 (gdb_load_shlibs): Use shlib_target_file.
5302 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
5303 * gdb.cp/exception.exp: Use skip_stl_tests.
5304 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
5305 * gdb.cp/try_catch.exp: Use skip_stl_tests.
5306 * gdb.cp/mb-templates.exp: Ditto.
5307 * gdb.base/commands.exp: Relax regexes.
5308 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
5309 shlib_target_file and shlib_symbol_file.
5310 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
5311 sections.
5312 * gdb.base/ending-run.exp: Accept E32Main for symbian.
5313 * gdb.base/solib-disc.exp: Use
5314 shlib_target_file and shlib_symbol_file.
5315 * gdb.base/unload.exp: Don't skip on symbian. Use
5316 shlib_target_file and shlib_symbol_file.
5317 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
5318
5319 2010-03-12 Pedro Alves <pedro@codesourcery.com>
5320
5321 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
5322 * gdb.trace/report.exp: Adjust for x86 and x86_64.
5323 Issue a tfind end before looking for a tracepoint frame.
5324 * gdb.trace/tfind.exp: Adjust tstatus output.
5325 Adjust disassembly output.
5326 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
5327
5328 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5329
5330 * gdb.base/break-interp.exp: Create new displacement parameter value
5331 for the test_ld calls.
5332 (reach): New parameter displacement, verify its content. New push of
5333 pf_prefix "reach-$func:". Import global expect_out.
5334 (test_core): New parameter displacement, verify its content. New push
5335 of pf_prefix "core:". New command "set verbose on". Import global
5336 expect_out.
5337 (test_attach): New parameter displacement, verify its content. New
5338 push of pf_prefix "attach:". New command "set verbose on". Import
5339 global expect_out.
5340 (test_ld): New parameter displacement, pass it to the reach, test_core
5341 and test_attach calls and verify its content in the "ld.so exit" test.
5342 * gdb.base/prelink.exp: Remove gdb_exit and final return.
5343 (prelink): Update expected text, use gdb_test.
5344
5345 2010-03-10 Doug Evans <dje@google.com>
5346
5347 * gdb.base/checkpoint.exp: Fix comment.
5348 Lengthen timeout while doing >600 checkpoints test.
5349 Rename duplicate "kill all one" test to keep test names unique.
5350
5351 2010-03-10 Pedro Alves <pedro@codesourcery.com>
5352
5353 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
5354
5355 2010-03-08 Keith Seitz <keiths@redhat.com>
5356
5357 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
5358 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
5359 (dm_type_long): New function.
5360 (dm_type_unsigned_short): New function.
5361 (dm_type_unsigned_long): New function.
5362 (myint): New typedef.
5363 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
5364 long, unsigned shor and long, operator char*, and typedef.
5365 (test_lookup_operator_functions): Add operator char* test.
5366 (test_paddr_operator_functions): Likewise.
5367 (test_paddr_overloaded_functions): Use probe values for
5368 short, long, and unsigned short and long.
5369 (test_paddr_hairy_functions): If the demangler probe detected
5370 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
5371 demangler.
5372 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
5373 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
5374 and "print null_pmf".
5375 Add test "ptype a.*pmf".
5376 * gdb.cp/overload.exp: Allow optional "int" to appear with
5377 "short" and "long".
5378 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
5379 long expect value for men_overload1arg.
5380 Allow "int" to appear with "short" and "long".
5381 When testing "info break", add argument for main (void).
5382 Also allow "int" to appear with "short" and "long".
5383 Ditto with "unsigned" and "long long".
5384 * gdb.java/jmain.exp: Do not enclose methods names in single
5385 quotes.
5386 * gdb.java/jmisc.exp: Likewise.
5387 * gdb.java/jprint.exp: Likewise.
5388 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
5389
5390 From Jan Kratochvil <jan.kratochvil@redhat.com>:
5391 * gdb.cp/exception.exp (backtrace after first throw)
5392 (backtrace after second throw): Allow a namespace before __cxa_throw.
5393 (backtrace after first catch, backtrace after second catch): Allow
5394 a namespace before __cxa_begin_catch.
5395
5396 * gdb.cp/cpexprs.exp: New file.
5397 * gdb.cp/cpexprs.cc: New file.
5398
5399 From Daniel Jacobowitz <dan@codesourcery.com>
5400 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
5401 to use string_to_regexp.
5402 (ctor, dtor): New functions. Use them to match constructor
5403 and destructor function types.
5404 (Top level): Use runto_main.
5405
5406 2010-03-05 Tom Tromey <tromey@redhat.com>
5407
5408 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
5409 gdb.target_charset.
5410 (pp_ns.to_string): Likewise.
5411
5412 2010-03-04 Keith Seitz <keiths@redhat.com>
5413
5414 * gdb.cp/overload.exp: Test that the filename portion of a linespec
5415 can be quoted. Test that both the filename and function/line
5416 portions can be quoted at the same time.
5417
5418 2010-03-04 Pedro Alves <pedro@codesourcery.com>
5419
5420 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
5421
5422 2010-03-03 Doug Evans <dje@google.com>
5423
5424 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
5425 libc contains libpthread.
5426
5427 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
5428 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
5429 of gdb_compile. Add another pattern to match android backtrace.
5430
5431 2010-03-03 Tom Tromey <tromey@redhat.com>
5432
5433 PR gdb/11345:
5434 * gdb.base/printcmds.exp (test_printf): Add test.
5435
5436 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
5437
5438 * gdb.arch/amd64-byte.exp: New.
5439 * gdb.arch/amd64-dword.exp: Likewise.
5440 * gdb.arch/amd64-pseudo.c: Likewise.
5441 * gdb.arch/amd64-word.exp: Likewise.
5442 * gdb.arch/i386-byte.exp: Likewise.
5443 * gdb.arch/i386-pseudo.c: Likewise.
5444 * gdb.arch/i386-word.exp: Likewise.
5445
5446 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
5447
5448 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
5449 types. Add structreg, bitfields, and flags registers.
5450 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
5451 registers.
5452
5453 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
5454
5455 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
5456 (load_description): Set architecture if defined.
5457
5458 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
5459
5460 * gdb.python/py-frame.exp: Add read_var block tests.
5461 * gdb.python/py-frame.c (block): New function.
5462
5463 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5464 Daniel Jacobowitz <dan@codesourcery.com>
5465
5466 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
5467
5468 2010-02-25 David S. Miller <davem@davemloft.net>
5469
5470 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
5471 fix logic for setting all_syscalls_numbers.
5472
5473 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5474
5475 * Makefile.in: Add py-block and py-symbol.
5476 * gdb.python/py-symbol.exp: New File.
5477 * gdb.python/py-symtab.exp: New File.
5478 * gdb.python/py-block.exp: New File.
5479 * gdb.python/py-symbol.c: New File.
5480 * gdb.python/py-block.c: New File.
5481
5482 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
5483
5484 PR python/11314
5485 * lib/gdb.exp (skip_python_tests): New function.
5486 * gdb.python/py-cmd.exp: Use skip_python_tests.
5487 * gdb.python/py-frame.exp: Likewise.
5488 * gdb.python/py-function.exp: Likewise.
5489 * gdb.python/py-prettyprint.exp: Likewise.
5490 * gdb.python/py-template.exp: Likewise.
5491 * gdb.python/py-type.exp: Likewise.
5492 * gdb.python/py-value.exp: Likewise.
5493
5494 2010-02-22 Pedro Alves <pedro@codesourcery.com>
5495
5496 PR9605
5497
5498 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
5499
5500 2010-02-19 Tom Tromey <tromey@redhat.com>
5501
5502 PR c++/8693, PR c++/9496:
5503 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
5504 regression tests.
5505
5506 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5507
5508 Fix compatibility with m68k as.
5509 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
5510 Use only /* comments */.
5511
5512 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5513
5514 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
5515 * configure: Regenerate.
5516
5517 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
5518
5519 * gdb.python/py-type.exp: Check for Python support.
5520
5521 2010-02-17 Pedro Alves <pedro@codesourcery.com>
5522
5523 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
5524 `regsub' syntax available.
5525
5526 2010-02-17 Pedro Alves <pedro@codesourcery.com>
5527
5528 * gdb.base/shmain.c (main): Remove printf call.
5529 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
5530 * gdb.base/unload.c (main): Make format of fprintf a string
5531 literal. Add missing endlines to prints to stderr.
5532 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
5533
5534 2010-02-17 Tom Tromey <tromey@redhat.com>
5535
5536 * gdb.java/jprint.java (jprint.props): New field.
5537 * gdb.java/jprint.exp (set_lang_java): Add regression test.
5538
5539 2010-02-17 Pedro Alves <pedro@codesourcery.com>
5540
5541 * gdb.base/charset.exp: Don't assume new `regsub' syntax
5542 available.
5543
5544 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5545
5546 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
5547 creation to support remote host testing.
5548
5549 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5550
5551 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
5552 Recognize "command not found".
5553
5554 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5555
5556 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
5557 single-stepping.
5558
5559 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5560
5561 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
5562 if arguments are not supported.
5563
5564 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5565
5566 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
5567 be const or non-const.
5568
5569 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5570
5571 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
5572 mi_send_resuming_command to send -exec-continue.
5573
5574 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5575
5576 * gdb.base/list.exp (test_list_filename_and_function): Add test
5577 with single quotes.
5578 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
5579 matching.
5580 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
5581 Add KFAIL'd tests for PR gdb/11289.
5582
5583 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5584
5585 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
5586
5587 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5588
5589 * gdb.base/comp-dir/subdir/dummy.txt: New file.
5590 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
5591 a temporary directory.
5592
5593 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5594
5595 * gdb.base/charset.exp: Use a single regular expression to match
5596 show host-charset and show target-charset output.
5597
5598 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5599
5600 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
5601 "Illegal process-id" expect string more exact.
5602 (attach to digits-starting nonsense is prohibited): New.
5603
5604 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5605
5606 * gdb.base/prelink.exp (set verbose on): New.
5607
5608 2010-02-12 Tomas Holmberg <th@virtutech.com>
5609
5610 * mi-reverse.exp: New file. Test for reverse option to the
5611 following MI commands: exec-continue, exec-finish, exec-next,
5612 exec-step, exec-next-instruction, exec-step-instruction.
5613
5614 2010-02-09 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.ada/ptype_tagged_param: New testcase.
5617
5618 2010-02-08 Tom Tromey <tromey@redhat.com>
5619
5620 PR c++/8017:
5621 * gdb.cp/overload.exp: Add tests.
5622 * gdb.cp/overload.cc (struct K): New.
5623 (namespace N): New.
5624 (main): Call new functions.
5625 (K::staticoverload): Define.
5626
5627 2010-02-08 Chris Moller <moller@mollerware.com>
5628
5629 PR gdb/10728
5630 * gdb.cp/pr10728-x.h: New file.
5631 * gdb.cp/pr10728-x.cc: New file.
5632 * gdb.cp/pr10728-y.cc: New file.
5633 * gdb.cp/pr10728.exp: New file.
5634 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
5635
5636 2010-02-08 Chris Moller <moller@mollerware.com>
5637
5638 PR gdb/9067
5639 * gdb.cp/pr9067.exp: New
5640 * gdb.cp/pr9067.cc: New
5641 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
5642
5643 2010-02-08 Joel Brobecker <brobecker@adacore.com>
5644
5645 * lib/gdb.exp (gdb_test_timeout): New global variable.
5646 Set it to timeout if not already set.
5647 (gdb_init): Reset the value of timeout to gdb_test_timeout.
5648
5649 2010-02-05 Doug Evans <dje@google.com>
5650
5651 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
5652 user.
5653
5654 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
5655
5656 PR c++/7935:
5657 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
5658
5659 2010-02-04 Tom Tromey <tromey@redhat.com>
5660
5661 * gdb.cp/virtbase.exp: Make test case names unique.
5662
5663 2010-02-02 Tom Tromey <tromey@redhat.com>
5664
5665 * gdb.cp/virtbase.exp: Add regression tests.
5666 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
5667 (main): Instantiate RHC.
5668
5669 2010-02-02 Tom Tromey <tromey@redhat.com>
5670
5671 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
5672 type-printing change.
5673
5674 2010-02-02 Tom Tromey <tromey@redhat.com>
5675
5676 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
5677 * gdb.cp/virtbase.cc: New file.
5678 * gdb.cp/virtbase.exp: New file.
5679 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
5680
5681 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5682
5683 PR libc/11214:
5684 * gdb.threads/current-lwp-dead.c: Include features.h.
5685 (HAS_NOMMU): New.
5686 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
5687
5688 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5689
5690 * gdb.base/symbol-without-target_section.exp,
5691 gdb.base/symbol-without-target_section.c: New.
5692
5693 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5694
5695 * gdb.base/bigcore.exp: Reset increased timeout.
5696 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
5697
5698 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * gdb.base/gcore.exp (capture_command_output): Use
5701 gdb_test_multiple.
5702
5703 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5704
5705 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
5706 * gdb.arch/thumb2-it.exp (test_it_break): New function.
5707 (Top level): Call it.
5708
5709 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5710
5711 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
5712
5713 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5714
5715 * gdb.base/call-strs.exp, gdb.base/default.exp,
5716 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
5717 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
5718 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
5719 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
5720 gdb.base/watchpoint-solib.exp: Save and restore timeout.
5721 * gdb.base/ending-run.exp: Correct restore of timeout.
5722 * gdb.base/page.exp: Remove unnecessary timeout setting.
5723
5724 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5725
5726 * gdb.ada/rec_return: New testcase.
5727
5728 2010-01-29 Joel Brobecker <brobecker@adacore.com>
5729
5730 * gdb.ada/call_pn: New testcase.
5731
5732 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
5733
5734 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
5735 (Top level): Use it to resume.
5736 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
5737 the Thumb mode displaced stepping error as unsupported.
5738
5739 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
5740
5741 * gdb.cp/nsusing.exp: Added more tests.
5742 * gdb.cp/nsrecurs.exp: Ditto.
5743 * gdb.cp/nsusing.cc: Added test functions.
5744 * gdb.cp/nsrecurs.cc: Ditto.
5745
5746 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5747
5748 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
5749 absolute directory pathnames in gdb.sum file.
5750
5751 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
5752
5753 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
5754 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
5755
5756 2010-01-26 Tom Tromey <tromey@redhat.com>
5757
5758 PR exp/7643:
5759 * gdb.base/printcmds.exp (test_print_string_constants): Remove
5760 setup_kfail.
5761
5762 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
5763
5764 * gdb.cp/nsrecurs.exp: New test.
5765 * gdb.cp/nsrecurs.cc: New test program.
5766 * gdb.cp/nsstress.exp: New test.
5767 * gdb.cp/nsstress.cc: New test program.
5768 * gdb.cp/nsdecl.exp: New test.
5769 * gdb.cp/nsdecl.cc: New test program.
5770
5771 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
5772
5773 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
5774 imported into file scope.
5775 Marked test as xfail.
5776 * gdb.cp/namespace-using.cc (marker5): New function.
5777 * gdb.cp/shadow.exp: New test.
5778 * gdb.cp/shadow.cc: New test program.
5779 * gdb.cp/nsimport.exp: New test.
5780 * gdb.cp/nsimport.cc: New test program.
5781
5782 2010-01-25 Tom Tromey <tromey@redhat.com>
5783
5784 PR gdb/11049:
5785 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
5786 with "set print null-stop on".
5787
5788 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5789
5790 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
5791 Adjust it for DISASSEMBLY_OMIT_FNAME.
5792
5793 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5794
5795 PR symtab/11199:
5796 * gdb.dwarf2/member-ptr-forwardref.exp,
5797 gdb.dwarf2/member-ptr-forwardref.S: New.
5798
5799 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5800
5801 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
5802 (thread1_func): Protect thread1_tid with thread1_tid_cond by
5803 thread1_tid_mutex. Remove gdbstop_mutex handling.
5804 (thread2_func): Protect thread2_tid with thread2_tid_cond by
5805 thread2_tid_mutex. Remove gdbstop_mutex handling.
5806 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
5807 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
5808 pthread_cond_wait conditionalizations by while loops.
5809
5810 2010-01-20 Tom Tromey <tromey@redhat.com>
5811
5812 PR backtrace/10770:
5813 * gdb.dwarf2/pr10770.exp: New file.
5814 * gdb.dwarf2/pr10770.c: New file.
5815 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
5816
5817 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
5818
5819 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
5820 that target was removed, and the test always runs native anyway.
5821
5822 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5823
5824 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
5825 gdb.base/watchpoint-cond-gone-stripped.c: New.
5826
5827 2010-01-19 Tom Tromey <tromey@redhat.com>
5828
5829 PR c++/8000:
5830 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
5831 existing tests.
5832 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
5833 (main): Use AAA::SomeEnum.
5834
5835 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5836
5837 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
5838 (test_ignore_count): Declare line_callme_body global.
5839 (run to breakpoint with ignore count): Use line_callme_body.
5840 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
5841 (set line_main_hello, set line_main_return): Reindent.
5842 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
5843 New.
5844 (continue to callee4): Use line_callee4_body.
5845 (check *stopped from CLI command): Use line_callee4_next.
5846 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
5847 (set line_main_hello, set line_main_return): Reindent.
5848 (set line_callee4_head, set line_callee4_body): New.
5849 (continue to callee4): Use line_callee4_body.
5850
5851 2010-01-18 Tom Tromey <tromey@redhat.com>
5852
5853 PR c++/9680:
5854 * gdb.cp/casts.cc: Add new classes and variables.
5855 * gdb.cp/casts.exp: Test new operators.
5856
5857 2010-01-18 Tom Tromey <tromey@redhat.com>
5858 Thiago Jung Bauermann <bauerman@br.ibm.com>
5859
5860 * gdb.python/source2.py: New file.
5861 * gdb.python/source1: New file.
5862 * gdb.python/python.exp: Test "source" command.
5863
5864 2010-01-15 Stan Shebs <stan@codesourcery.com>
5865
5866 * gdb.trace/tfile.c: New file.
5867 * gdb.trace/tfile.exp: New file.
5868
5869 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
5872
5873 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5874
5875 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
5876
5877 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5878
5879 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
5880 (libfunc): New parameter action. Implement also selectable "sleep".
5881 * gdb.base/break-interp-main.c: Include assert.h.
5882 (libfunc): New parameter action.
5883 (main): New parameters argc and argv. Assert argc. Pass argv.
5884 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
5885 (test_attach): New proc.
5886 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
5887 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
5888
5889 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5890
5891 * gdb.base/break-interp.exp (test_core): New proc.
5892 (test_ld): Call it.
5893
5894 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5895
5896 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
5897 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
5898 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
5899 and gdb_compile_shlib. Use new -Wl compiler options.
5900 (dl bt, main bt): New tests.
5901
5902 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5903
5904 Support PIEs with no symfile_objfile.
5905 * gdb.base/break-interp.exp: New argument at the test_ld calls.
5906 (test_ld): New parameter trynosym.
5907 (test_ld <$trynosym>): New block.
5908
5909 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5910
5911 * gdb.base/break-interp.exp: New file.
5912
5913 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5914
5915 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
5916 * gdb.python/py-prettyprint.py (pp_ls): New printer.
5917 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
5918 test.
5919 * gdb.python/py-prettyprint.c: Define lazystring test structure.
5920 * gdb.python/py-mi.exp: Add lazy string test.
5921
5922 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5923
5924 * lib/mi-support.exp (mi_check_thread_states): Handle
5925 core number in thread listing.
5926
5927 2010-01-12 Joel Brobecker <brobecker@adacore.com>
5928
5929 * gdb.base/maint.exp: Adjust the expected output for the
5930 "maint print type" test. Use gdb_test_multiple instead of
5931 gdb_sent/gdb_expect.
5932
5933 2010-01-11 Doug Evans <dje@google.com>
5934
5935 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
5936 from gdbserver_download. All callers updated.
5937
5938 * gdb.server/ext-run.exp: "info os processes" requires xml support.
5939
5940 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5941
5942 Implement binary numbers parsing.
5943 * gdb.base/printcmds.exp (test_integer_literals_accepted)
5944 (test_integer_literals_rejected): New binary tests.
5945
5946 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5947
5948 * gdb.cell/configure: Regenerate.
5949
5950 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5951
5952 * gdb.base/corefile.exp: Move the core finding block out and call it as
5953 core_find, new variable $corefile, replace corefile by $corefile and
5954 [file tail $corefile] for usage vs. test names resp.
5955 * lib/gdb.exp (core_find): Move it as a new function here. New
5956 parameter binfile and deletefiles. New variable $destcore. Pre-delete
5957 $destcore. Return "" on error.
5958
5959 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5960
5961 Workaround PR binutils/10802.
5962 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
5963 (twice).
5964
5965 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5966
5967 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
5968
5969 2010-01-08 Joel Brobecker <brobecker@adacore.com>
5970
5971 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
5972 call, to avoid interruption.
5973
5974 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5975
5976 * gdb.stabs/weird.def (args93): New.
5977
5978 2010-01-07 Doug Evans <dje@google.com>
5979
5980 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
5981
5982 2010-01-07 Tom Tromey <tromey@redhat.com>
5983
5984 * gdb.base/source.exp: Use correct line number.
5985
5986 2010-01-05 Stan Shebs <stan@codesourcery.com>
5987
5988 * gdb.trace/tracecmd.exp: Test ftrace.
5989
5990 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5991
5992 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
5993
5994 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5995
5996 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
5997 "uint_for_mi_testing".
5998
5999 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6000
6001 Test indented comment in file being sourced.
6002 * gdb.base/commands.exp: Test indented comment in file being sourced.
6003
6004 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6005
6006 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
6007 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
6008 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
6009 notice.
6010
6011 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6012
6013 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
6014 notice.
6015
6016 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6017
6018 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
6019 missing $after_stopped and comma (,) expectation.
6020
6021 2009-12-31 Stan Shebs <stan@codesourcery.com>
6022
6023 * gdb.trace/actions.exp: Test teval action.
6024
6025 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6026
6027 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
6028 (top level): Call test_watchpoint_in_big_blob.
6029 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
6030 watchpoints.
6031 (func3): Write to buf.
6032
6033 2009-12-29 Stan Shebs <stan@codesourcery.com>
6034
6035 * gdb.trace/actions.exp: Test default-collect.
6036
6037 2009-12-28 Stan Shebs <stan@codesourcery.com>
6038
6039 * gdb.trace/tsv.exp: New file.
6040 * gdb.base/completion.exp: Update ambiguous info output.
6041
6042 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6043
6044 * gdb.base/find.c (main): Reference search buffers.
6045 * gdb.base/included.c (main): Reference integer.
6046 * gdb.base/ptype.c (charfoo): Declare.
6047 (intfoo): Call charfoo.
6048 * gdb.base/scope0.c (useitp): New function.
6049 (usestatics): Use useitp.
6050 (useit): Add a type for val.
6051 * gdb.base/scope1.c (useit1): Take a pointer argument.
6052 (usestatics1): Update calls to useit1.
6053 * gdb.cp/call-c.cc: Declare foo.
6054 (main): Call foo.
6055 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
6056 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
6057 (main): Call C::ensureRefs and ensureOtherRefs.
6058 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
6059 variables.
6060 (ensureOtherRefs): New function.
6061 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
6062 * gdb.cp/templates.cc (main): Call t5i.value.
6063
6064 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6065
6066 Fix compatibility with G++-4.5.
6067 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
6068 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
6069 (uncaught return): Remove.
6070
6071 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6072 Phil Muldoon <pmuldoon@redhat.com>
6073
6074 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
6075 (bp_location13, bp_location14, bp_location17, bp_location18)
6076 (marker3_proto, marker4_proto): New variables.
6077 (breakpoint info): Update output.
6078 (run until breakpoint at marker3, run until breakpoint at marker4): New
6079 tests.
6080
6081 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6082
6083 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
6084 Replace the printf call of Y by provided "y-set-1" label. New block
6085 for the second shared library.
6086 * gdb.base/unload.exp: Compile also the second library, call
6087 gdb_load_shlibs also for it. Use now gdb_breakpoint.
6088 (single pending breakpoint info): Rename to ...
6089 (pending breakpoint info before run): ... this extended test.
6090 (libfile2, libname2, libsrcfile2, libsrc2)
6091 (lib_sl2): New variables.
6092 (exec_opts): Set also SHLIB_NAME2.
6093 (pending breakpoint info on first run at shrfunc1)
6094 (pending breakpoint info on second run at shrfunc1)
6095 (pending breakpoint info on second run at shrfunc2)
6096 (print y from libfile, print y from libfile2): New tests.
6097 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
6098 * gdb.base/unloadshr2.c: New.
6099
6100 2009-12-22 Hui Zhu <teawater@gmail.com>
6101
6102 * gdb.reverse/sigall-reverse.exp: Adjust.
6103
6104 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6105
6106 PR gdb/10884
6107
6108 * gdb.mi/var-cmd.c (do_bitfield_tests): New
6109 (main): Call do_bitfield_tests.
6110 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
6111
6112 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6113
6114 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
6115 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
6116 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
6117 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
6118 gdb.modula2/unbounded1.c: Update copyright header.
6119
6120 2009-12-10 Chris Moller <moller@mollerware.com>
6121
6122 PR gdb/9399
6123 * gdb.cp/virtfunc2.exp: New tests
6124 * gdb.cp/virtfunc2.cc: New tests
6125 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
6126
6127 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
6128
6129 * gdb.reverse/i387-env-reverse.c: New file.
6130 * gdb.reverse/i387-env-reverse.exp: New file.
6131 * gdb.reverse/i387-stack-reverse.c: New file.
6132 * gdb.reverse/i387-stack-reverse.exp: New file.
6133
6134 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6135
6136 * gdb.python/py-type.exp (test_range): New test.
6137
6138 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
6139
6140 PR python/10805
6141
6142 * gdb.python/py-type.exp: New file.
6143 * gdb.python/py-type.c: New file.
6144 * Makefile.in: Add py-type.
6145
6146 2009-12-03 Tom Tromey <tromey@redhat.com>
6147
6148 * gdb.python/py-value.exp (test_parse_and_eval): New
6149 function.
6150
6151 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6152
6153 PR gdb/11022
6154
6155 * gdb.base/pr11022.exp: New test.
6156 * gdb.base/pr11022.c: New test.
6157
6158 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6159
6160 Fix spurious false FAILs.
6161 * gdb.base/structs.c (chartest): New.
6162 (main): Fill-in chartest.
6163 * gdb.base/structs.exp (anychar_re, first): New.
6164 (start_structs_test): Import global anychar_re and first.
6165 New gdb_test call "set print elements 300; ${testfile}"
6166 (start_structs_test <$first>): New block.
6167 (any): Import global anychar_re. New variable ac. Use ${ac}.
6168
6169 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6170
6171 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
6172
6173 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
6176 Force $srcfile file.
6177 * gdb.base/foll-fork.c (callee): Comment out the printf call.
6178
6179 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6180
6181 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
6182 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
6183 * gdb.threads/watchthreads-reorder.exp: Likewise.
6184
6185 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6186
6187 PR gdb/8704
6188
6189 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
6190 "if", and "thread". Correct matching in the previous test.
6191
6192 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
6193
6194 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
6195
6196 2009-11-23 Michael Snyder <msnyder@vmware.com>
6197
6198 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
6199 * gdb.reverse-watch-precsave.exp: Ditto.
6200
6201 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6202
6203 * gdb.asm/asm-source.exp: Adjust.
6204 * gdb.base/help.exp: Adjust.
6205
6206 2009-11-22 Pedro Alves <pedro@codesourcery.com>
6207
6208 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
6209 (do_syscall_tests_without_xml): Set data-directory to
6210 /the/path/to/nowhere.
6211
6212 2009-11-21 Pedro Alves <pedro@codesourcery.com>
6213
6214 * gdb.threads/local-watch-wrong-thread.c,
6215 gdb.threads/local-watch-wrong-thread.exp: New files.
6216
6217 2009-11-21 Pedro Alves <pedro@codesourcery.com>
6218
6219 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
6220 assume new `regsub' syntax available.
6221
6222 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6223
6224 * gdb.base/watchpoint-hw-hit-once.exp,
6225 gdb.base/watchpoint-hw-hit-once.c: New.
6226
6227 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6228
6229 * gdb.threads/watchthreads-reorder.exp,
6230 gdb.threads/watchthreads-reorder.c: New.
6231
6232 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
6233
6234 * gdb.xml/tdesc-regs.exp: Use for m68k.
6235
6236 2009-11-15 Pedro Alves <pedro@codesourcery.com>
6237
6238 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
6239
6240 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6241
6242 * lib/gdb.exp (current_target_name): New procedure.
6243 (gdb_wrapper_target): New variable.
6244 (gdb_wrapper_init): Set gdb_wrapper_target.
6245 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
6246 wrapper.
6247
6248 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6249
6250 * gdb.base/remote.exp: Delete the slowest load test.
6251 Do not load with fixed packet sizes.
6252
6253 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6254
6255 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
6256
6257 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6258
6259 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
6260 srcfile when setting a breakpoint.
6261
6262 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
6263
6264 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
6265 macros.
6266
6267 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6268
6269 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
6270 to be in memory.
6271 * gdb.base/display.c (force_mem): New.
6272 (do_loops): Use it. Add breakpoint comments.
6273 (do_vars): Add a breakpoint comment.
6274 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
6275 line numbers.
6276
6277 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
6278
6279 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
6280 instead of a bare "run".
6281
6282 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6283
6284 * gdb.python/py-prettyprint.exp: Adjust.
6285
6286 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6287
6288 * lib/cell.exp (skip_cell_tests): Clean up test files before
6289 returning.
6290
6291 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6292
6293 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
6294 and the breakpoint menu. Do not call perror if a prompt is seen.
6295 Consume the following GDB prompt.
6296 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
6297 * gdb.cp/namespace.exp: Use gdb_test.
6298 * gdb.cp/templates.exp: Use gdb_test.
6299 (test_template_breakpoints): Use gdb_test_multiple.
6300
6301 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6302
6303 * gdb.base/break1.c (struct some_struct, values): Move earlier.
6304 (marker4): Reference values.
6305
6306 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6307
6308 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
6309 is missing.
6310
6311 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6312
6313 * gdb.base/break.c (need_malloc): New.
6314 * gdb.base/constvars.c (main): Reference crass and crisp.
6315 * gdb.base/gdb1821.c (main): Reference bar.
6316 * gdb.cp/gdb1355.cc (main): Reference s1.
6317 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
6318 (main): Call them.
6319 * gdb.cp/hang2.cc (dummy2): Define.
6320 * gdb.cp/hang3.cc (dummy3): Define.
6321 * gdb.cp/m-data.cc (main): Reference shadow.
6322
6323 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6324 Nathan Froyd <froydnj@codesourcery.com>
6325
6326 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
6327 remote host.
6328
6329 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
6330
6331 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
6332 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
6333 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6334 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6335 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6336 * gdb.dwarf2/dw2-producer.exp: Likewise.
6337 * gdb.dwarf2/mac-fileno.exp: Likewise.
6338 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
6339 py-prettyprint.py to the remote host.
6340 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
6341
6342 2009-11-11 Keith Seitz <keiths@redhat.com>
6343
6344 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
6345 use it instead of "Foo".
6346 * gdb.cp/classes.exp (do_tests): Add a test to access
6347 a method through a typedef'd class name.
6348
6349 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
6350
6351 * gdb.base/long_long.exp: Permit leading zeros on floating-point
6352 exponents.
6353 * gdb.base/pointers.exp: Likewise.
6354 * gdb.cp/ref-types.exp: Likewise.
6355
6356 2009-11-11 Keith Seitz <keiths@redhat.com>
6357
6358 * gdb.cp/cplusfuncs.cc (class foo): Add operators
6359 new[] and delete[].
6360 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
6361 "void".
6362 (probe_demangler): Remove all single-quoting of
6363 method and variable names.
6364 (info_func_regexp): Remove the word "void" from any
6365 occurrence of "(void)".
6366 (print_addr_2): Remove all single-quoting of
6367 method names.
6368 (print_addr_2_kfail): Likewise.
6369 (print_addr): Single-quote C function names before
6370 passing to print_addr_2.
6371 (test_paddr_operator_functions): Remove single-quoting
6372 for method names.
6373 Add tests for operator new[] and operator delete[].
6374
6375 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6376
6377 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
6378
6379 2009-11-09 Keith Seitz <keiths@redhat.com>
6380
6381 * gdb.cp/overload.exp: Add tests for resolving overloaded
6382 methods in expression parsing/evaluation.
6383
6384 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
6385
6386 * lib/gdb.exp (default_gdb_version): Use --version instead of
6387 --command.
6388
6389 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
6390
6391 * lib/gdb.exp (gdb_compile_test): New.
6392 (skip_ada_tests, skip_java_tests): New.
6393 (gdb_compile): Use gdb_compile_test for f77.
6394 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
6395 * lib/java.exp (compile_java_from_source): Remove runtests check,
6396 use gdb_compile_test to record result.
6397 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
6398 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
6399 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
6400 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
6401 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
6402 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
6403 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
6404 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
6405 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
6406 adjust gdb_compile invocations.
6407
6408 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6409
6410 * Makefile.in (abs_builddir): New.
6411 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
6412 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
6413 `$(abs_builddir)/site.exp'.
6414
6415 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
6416
6417 * config/m68k-emc.exp, lib/emc-support.exp,
6418 gdb.trace/gdb_c_test.c: Delete.
6419 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
6420 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
6421 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
6422 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
6423 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
6424 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
6425 casing for m68k-*-elf.
6426
6427 2009-11-03 Pedro Alves <pedro@codesourcery.com>
6428
6429 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
6430 * gdb.arch/i386-prologue.exp: Likewise.
6431 * gdb.arch/i386-unwind.exp: Likewise.
6432
6433 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6434
6435 * lib/gdb.exp (gdb_expect): Fix timeout typo.
6436
6437 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6438
6439 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
6440
6441 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6442
6443 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
6444
6445 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6446
6447 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
6448
6449 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6450
6451 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
6452 * gdb.base/sepdebug2.c: New file.
6453
6454 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6455
6456 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
6457 the modified warnings for catch syscall. Verify if GDB was compiled
6458 with support for lib expat, and choose which tests to run depending
6459 on this.
6460
6461 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
6462
6463 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
6464 that composite commands are parsed OK. And also test
6465 that breakpoint commands do work.
6466
6467 2009-10-23 Michael Snyder <msnyder@vmware.com>
6468
6469 gdb.reverse/consecutive-precsave.exp: Change expect pattern
6470 to allow for new disassembly style.
6471
6472 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
6473
6474 * gdb.asm/asm-source.exp: Adjust.
6475
6476 2009-10-22 Michael Snyder <msnyder@vmware.com>
6477
6478 * gdb.reverse/break-precsave.exp: New test.
6479 * gdb.reverse/consecutive-precsave.exp: Ditto.
6480 * gdb.reverse/finish-precsave.exp: Ditto.
6481 * gdb.reverse/i386-precsave.exp: Ditto.
6482 * gdb.reverse/machinestate-precsave.exp: Ditto.
6483 * gdb.reverse/sigall-precsave.exp: Ditto.
6484 * gdb.reverse/solilb-precsave.exp: Ditto.
6485 * gdb.reverse/step-precsave.exp: Ditto.
6486 * gdb.reverse/until-precsave.exp: Ditto.
6487 * gdb.reverse/watch-precsave.exp: Ditto.
6488
6489 2009-10-22 Michael Snyder <msnyder@vmware.com>
6490
6491 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
6492 for gdb_expect. Adjust one test's expect strings for the new
6493 format of disassemble.
6494 * gdb.reverse/finish-reverse.exp: Delete 'return'.
6495 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
6496 gdb_test_multiple.
6497 * gdb.reverse/step-reverse.exp: Delete 'return'.
6498 * gdb.reverse/until-reverse.exp: Delete blank lines.
6499 * gdb.reverse/watch-reverse.exp: Delete blank lines.
6500
6501 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
6502
6503 * gdb.base/consecutive.exp: Adjust.
6504 * gdb.base/display.exp: Likewise.
6505 * gdb.base/pc-fp.exp: Likewise.
6506 * gdb.base/sigbpt.exp: Likewise.
6507
6508 2009-10-19 Michael Snyder <msnyder@vmware.com>
6509
6510 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
6511 * gdb.reverse/finish-reverse.c: Ditto.
6512 * gdb.reverse/sigall-reverse.c: Ditto.
6513 * gdb.reverse/solib-reverse.c: Ditto.
6514 * gdb.reverse/step-reverse.c: Ditto.
6515 * gdb.reverse/watch-reverse.c: Ditto.
6516
6517 2009-10-19 Pedro Alves <pedro@codesourcery.com>
6518 Stan Shebs <stan@codesourcery.com>
6519
6520 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
6521 * gdb.base/foll-exec.exp: Adjust to expect a process id before
6522 "Executing new program".
6523 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
6524 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
6525 left listed after having been killed.
6526 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
6527 * gdb.base/maint.exp: Adjust test.
6528
6529 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
6530 * gdb.multi/Makefile.in: New.
6531 * gdb.multi/base.exp: New.
6532 * gdb.multi/goodbye.c: New.
6533 * gdb.multi/hangout.c: New.
6534 * gdb.multi/hello.c: New.
6535 * gdb.multi/bkpt-multi-exec.c: New.
6536 * gdb.multi/bkpt-multi-exec.exp: New.
6537 * gdb.multi/crashme.c: New.
6538
6539 2009-10-13 Tristan Gingold <gingold@adacore.com>
6540
6541 * gdb.base/sepdebug.exp: Check debug info are found.
6542
6543 2009-10-08 Pedro Alves <pedro@codesourcery.com>
6544
6545 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
6546 bits.
6547
6548 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6549
6550 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
6551
6552 2009-10-07 Joel Brobecker <brobecker@adacore.com>
6553
6554 * gdb.base/watchpoints.c: Add copyright header. Reformat one
6555 of the comments.
6556
6557 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
6558
6559 * gdb.base/annota1.exp: Remove obsolete match_max increase.
6560 * gdb.base/annota3.exp: Idem.
6561 * gdb.base/maint.exp: Idem.
6562
6563 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
6564
6565 * lib/gdb.exp (default_gdb_init): Set current value of match_max
6566 to default.
6567
6568 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6569
6570 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
6571 mingw and cygwin targets.
6572
6573 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
6574 Pedro Alves <pedro@codesourcery.com>
6575
6576 * lib/gdb.exp (gdb_compile): Avoid adding
6577 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
6578
6579 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6580
6581 * gdb.base/shr1.c: Use %p in format string.
6582 * gdb.base/unload.c: Avoid warning in fprintf.
6583 * gdb.base/watchpoint-solib.c: Idem.
6584
6585 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
6586
6587 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
6588 long type.
6589 (test_unlink): Correct printf string.
6590 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
6591 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
6592
6593 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6594
6595 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
6596 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
6597 * gdb.arch/ia64-breakpoint-shadow.S: New file.
6598
6599 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6600
6601 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
6602 * gdb.objc/nondebug.exp: Likewise.
6603
6604 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6605
6606 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
6607 target_info setting.
6608
6609 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
6610 that detect new threads during "info threads".
6611
6612 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6613
6614 * gdb.threads/manythreads.c (main): Increase thread stack size
6615 to 2*PTHREAD_STACK_MIN.
6616 * gdb.threads/multi-create.c (main): Likewise.
6617 (create_function): Likewise.
6618
6619 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6620
6621 * gdb.base/dump.exp: Pass difference of pointer types instead
6622 of integer types as offset to restore in intarr3.srec case.
6623
6624 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6625
6626 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
6627
6628 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6629
6630 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
6631
6632 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
6633
6634 New test for two watchpoints, with disabling of
6635 the first inserted.
6636 * testsuite/gdb.base/watchpoints.c: New file.
6637 * testsuite/gdb.base/watchpoints.exp: New file.
6638
6639 2009-09-25 Tom Tromey <tromey@redhat.com>
6640
6641 * gdb.base/charset.exp: Test utf-16 strings with Python.
6642
6643 2009-09-25 Tom Tromey <tromey@redhat.com>
6644
6645 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
6646 UCS-4.
6647 * gdb.base/charset.c (utf_32_string): Rename.
6648 (init_utf32): Rename.
6649 (main): Update.
6650
6651 2009-09-22 Tom Tromey <tromey@redhat.com>
6652
6653 * gdb.python/py-function.exp: Add regression tests.
6654
6655 2009-09-21 Keith Seitz <keiths@redhat.com>
6656
6657 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
6658 with invalid operator.
6659
6660 2009-09-21 Keith Seitz <keiths@redhat.com>
6661
6662 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
6663 and destructor using typedef name of class.
6664 * gdb.cp/classes.cc (class Base1): Add a destructor.
6665 (base1): New typedef.
6666 (use_methods): Instanitate an object of type base1.
6667 * gdb.cp/templates.exp (test_template_typedef): New procedure.
6668 (do_tests): Call test_template_typedef.
6669 * gdb.cp/templates.cc (Baz::~Baz): New method.
6670 (intBazOne): New typedef.
6671 (main): Instantiate intBazOne.
6672
6673 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6674
6675 PR python/10633
6676
6677 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
6678 Function.
6679 (run_lang_tests): Add print elements test.
6680
6681 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
6682
6683 * gdb.python/py-value.exp (test_subscript_regression): New
6684 function. Test for invalid subscripts.
6685 * gdb.python/py-value.c (main): Add test array, and pointer to it.
6686 (ptr_ref): New function.
6687
6688 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6689
6690 * gdb.base/default.exp: Fix "show convenience".
6691
6692 2009-09-15 Tom Tromey <tromey@redhat.com>
6693
6694 * lib/mi-support.exp (mi_create_varobj): Update.
6695 (mi_create_floating_varobj): Likewise.
6696 (mi_create_dynamic_varobj): New proc.
6697 (mi_varobj_update): Update.
6698 (mi_varobj_update_with_type_change): Likewise.
6699 (mi_varobj_update_kv_helper): New proc.
6700 (mi_varobj_update_dynamic_helper): Rewrite.
6701 (mi_varobj_update_dynamic): New proc.
6702 (mi_list_varobj_children): Update.
6703 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
6704 * gdb.python/python-prettyprint.py (pp_outer): New class.
6705 (pp_nullstr): Likewise.
6706 (lookup_function): Register new printers.
6707 * gdb.python/python-prettyprint.c (struct substruct): New type.
6708 (struct outerstruct): Likewise.
6709 (substruct_test): New function.
6710 (struct nullstr): New type.
6711 (string_1, string_2): New globals.
6712 (main): Add new tests.
6713 * gdb.python/python-mi.exp: Added regression tests.
6714 * gdb.mi/mi2-var-display.exp: Update.
6715 * gdb.mi/mi2-var-cmd.exp: Update.
6716 * gdb.mi/mi2-var-child.exp: Update.
6717 * gdb.mi/mi2-var-block.exp: Update.
6718 * gdb.mi/mi-var-invalidate.exp: Update.
6719 * gdb.mi/mi-var-display.exp: Update.
6720 * gdb.mi/mi-var-cmd.exp: Update.
6721 * gdb.mi/mi-var-child.exp: Update.
6722 * gdb.mi/mi-var-block.exp: Update.
6723 * gdb.mi/mi-break.exp: Update.
6724 * gdb.mi/gdb701.exp: Update.
6725
6726 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6727
6728 * Makefile.in: Inclusion of catch-syscall object.
6729 * gdb.base/catch-syscall.c: New file.
6730 * gdb.base/catch-syscall.exp: New file.
6731
6732 2009-09-12 Michael Snyder <msnyder@vmware.com>
6733
6734 * gdb.reverse/step-reverse.exp: Explicitly check for targets
6735 that can support reverse debuggnig.
6736
6737 2009-09-11 Tom Tromey <tromey@redhat.com>
6738
6739 * gdb.dwarf2/valop.S: New file.
6740 * gdb.dwarf2/valop.exp: New file.
6741
6742 2009-09-11 Mark Kettenis <kettenis@gnu.org>
6743
6744 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
6745
6746 2009-09-10 Doug Evans <dje@google.com>
6747
6748 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
6749 Add $gdb_prompt to second breakpoint regexp.
6750
6751 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
6752
6753 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
6754 names, add missing ones.
6755 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
6756 * gdb.python/py-frame.c: Rename from python-frame.c.
6757 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
6758 testfile name.
6759 * gdb.python/py-function.exp: Rename from python-function.exp.
6760 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
6761 testfile name.
6762 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
6763 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
6764 Adjust testfile name.
6765 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
6766 * gdb.python/py-template.cc: Rename from python-template.cc.
6767 * gdb.python/py-template.exp: Rename from python-template.exp.
6768 Adjust testfile name.
6769 * gdb.python/py-value.c: Rename from python-value.c.
6770 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
6771 testfile name.
6772
6773 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6774
6775 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
6776 $bpt2address.
6777 (Second breakpoint address is valid on ia64)
6778 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
6779
6780 2009-09-03 Joseph Myers <joseph@codesourcery.com>
6781
6782 * gdb.base/ending-run.exp: Restrict regular expression matching
6783 line number to require closing brace following.
6784
6785 2009-09-03 Doug Evans <dje@google.com>
6786
6787 * gdb.base/store.exp (check_set): Fix typo in expected value message.
6788
6789 2009-09-02 Tom Tromey <tromey@redhat.com>
6790
6791 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
6792
6793 2009-09-02 Tom Tromey <tromey@redhat.com>
6794
6795 * gdb.dwarf2/callframecfa.exp: New file.
6796 * gdb.dwarf2/callframecfa.S: New file.
6797
6798 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6799
6800 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
6801 gdb.base/solib-overlap-main.c: New.
6802
6803 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
6804
6805 PR gdb/10565
6806
6807 * gdb.base/bitfields.c (struct container, container): New.
6808 (main): Initialize it and call break5.
6809 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
6810
6811 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6812
6813 Support constant DW_AT_data_member_location by GCC PR debug/40659.
6814 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
6815
6816 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6817
6818 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
6819
6820 2009-08-26 Michael Snyder <msnyder@vmware.com>
6821
6822 * gdb.base/i386-reverse.c: New file.
6823 * gdb.base/i386-reverse.exp: New file.
6824 * gdb.base/Makefile.in: Add new files to be removed.
6825
6826 2009-08-26 Joseph Myers <joseph@codesourcery.com>
6827
6828 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
6829 environment-pwd for remote host.
6830 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
6831
6832 2009-08-24 Keith Seitz <keiths@redhat.com>
6833
6834 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
6835 Add two new C++ completer tests which limit the output to a
6836 given class.
6837
6838 2009-08-24 Michael Snyder <msnyder@vmware.com>
6839
6840 * gdb.base/del.exp: Fix typo in comment.
6841 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
6842
6843 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6844
6845 * configure: Regenerate.
6846 * gdb.hp/configure: Likewise.
6847 * gdb.hp/gdb.aCC/configure: Likewise.
6848 * gdb.hp/gdb.base-hp/configure: Likewise.
6849 * gdb.hp/gdb.compat/configure: Likewise.
6850 * gdb.hp/gdb.defects/configure: Likewise.
6851 * gdb.hp/gdb.objdbg/configure: Likewise.
6852 * gdb.stabs/configure: Likewise.
6853
6854 2009-08-19 Doug Evans <dje@google.com>
6855
6856 * gdb.base/gdbvars.c: New file.
6857 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
6858
6859 2009-08-14 Pedro Alves <pedro@codesourcery.com>
6860
6861 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6862 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
6863
6864 2009-08-13 Pedro Alves <pedro@codesourcery.com>
6865
6866 * gdb.base/default.exp: Adjust "set language test": it's now an
6867 enum command. Larger help string moved to "help set language".
6868 * gdb.base/help.exp: Adjust "help set language" expected output,
6869 now lists all known languages.
6870
6871 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
6872
6873 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
6874 all frame arguments.
6875 * gdb.arch/altivec-regs.exp: Likewise.
6876
6877 2009-08-07 Tom Tromey <tromey@redhat.com>
6878
6879 * gdb.base/setshow.exp: Add tests for changes to set language, set
6880 check range, and set check type.
6881
6882 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6883
6884 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
6885 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
6886 Call it.
6887
6888 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6889
6890 * configure.ac: Run gdb.cell tests when appropriate.
6891 * configure: Regenerate.
6892 * lib/cell.exp: New file.
6893 * gdb.cell: New directory.
6894 * gdb.cell/configure.ac: New file.
6895 * gdb.cell/configure: New file.
6896 * gdb.cell/Makefile.in: New file.
6897 * gdb.cell/arch.exp: New file.
6898 * gdb.cell/break.c: New file.
6899 * gdb.cell/break.exp: New file.
6900 * gdb.cell/break-spu.c: New file.
6901 * gdb.cell/bt.c: New file.
6902 * gdb.cell/bt2-spu.c: New file.
6903 * gdb.cell/bt-spu.c: New file.
6904 * gdb.cell/bt.exp: New file.
6905 * gdb.cell/coremaker.c: New file.
6906 * gdb.cell/coremaker-spu.c: New file.
6907 * gdb.cell/core.exp: New file.
6908 * gdb.cell/gcore.exp: New file.
6909 * gdb.cell/data.c: New file.
6910 * gdb.cell/data.exp: New file.
6911 * gdb.cell/data-spu.c: New file.
6912 * gdb.cell/ea-cache.exp: New file.
6913 * gdb.cell/ea-cache.c: New file.
6914 * gdb.cell/ea-cache-spu.c: New file.
6915 * gdb.cell/ea-standalone.c: New file.
6916 * gdb.cell/ea-standalone.exp: New file.
6917 * gdb.cell/ea-test.c: New file.
6918 * gdb.cell/ea-test.exp: New file.
6919 * gdb.cell/f-regs.exp: New file.
6920 * gdb.cell/mem-access.c: New file.
6921 * gdb.cell/mem-access.exp: New file.
6922 * gdb.cell/mem-access-spu.c: New file.
6923 * gdb.cell/ptype.exp: New file.
6924 * gdb.cell/registers.exp: New file.
6925 * gdb.cell/size.c: New file.
6926 * gdb.cell/sizeof.exp: New file.
6927 * gdb.cell/size-spu.c: New file.
6928 * gdb.cell/solib.exp: New file.
6929 * gdb.cell/solib-symbol.exp: New file.
6930
6931 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6932
6933 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
6934
6935 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6936
6937 * gdb.base/float.exp: Handle VFP registers.
6938
6939 2009-07-14 Michael Snyder <msnyder@vmware.com>
6940
6941 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
6942 to bring gdb to the beginning of the calling line.
6943
6944 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
6945 confusing the i386 epilogue unwinder.
6946
6947 2009-07-14 Stan Shebs <stan@codesourcery.com>
6948
6949 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
6950
6951 2009-07-14 Michael Snyder <msnyder@vmware.com>
6952
6953 * gdb.reverse/step-reverse.exp (stepi into function call):
6954 Call instruction may not be first instruction in the line.
6955 (reverse stepi from a function call): Used wrong line number.
6956
6957 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6958
6959 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
6960
6961 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 Fix gdb.base/macscp.exp when using custom inputrc.
6964 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
6965 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
6966 env(TERM) set.
6967 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
6968 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
6969
6970 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
6973 * gdb.base/annota1.exp (thread_test): Import global $testfile.
6974 Change the compilation target to match the testcase name.
6975 * gdb.base/sect-cmd.exp: Change the compilation target to match the
6976 testcase name.
6977 * a2-run.exp: Use for setup prepare_for_testing. Change the
6978 compilation target to match the testcase name.
6979 * gdb.base/commands.exp: Likewise.
6980 * gdb.base/finish.exp: Likewise.
6981 * gdb.base/float.exp: Likewise.
6982 * gdb.base/info-target.exp: Likewise.
6983 * gdb.base/relational.exp: Likewise.
6984 * gdb.base/term.exp: Likewise.
6985 * gdb.base/until.exp: Likewise.
6986 * gdb.base/volatile.exp: Likewise.
6987 * gdb.base/whatis-exp.exp: Likewise.
6988
6989 2009-07-11 Hui Zhu <teawater@gmail.com>
6990
6991 * gdb.base/help.exp (disassemble): Update expected help text.
6992
6993 2009-07-09 Tom Tromey <tromey@redhat.com>
6994
6995 * lib/gdb.exp: Handle TRANSCRIPT.
6996 (remote_spawn, remote_close, send_gdb): New procs.
6997
6998 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6999
7000 * gdb.python/python-prettyprint.c: Add counted null string
7001 structure.
7002 * gdb.python/python-prettyprint.exp: Print null string. Test for
7003 embedded nulls.
7004 * gdb.python/python-prettyprint.py (pp_ns): New Function.
7005 * gdb.python/python-value.exp (test_value_in_inferior): Add
7006 variable length string fetch tests.
7007 * gdb.python/python-value.c (main): Add strings for string fetch tests.
7008
7009 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7010
7011 * gdb.base/dump.exp (inaccessible memory is reported): New test.
7012
7013 2009-07-07 Tom Tromey <tromey@redhat.com>
7014
7015 * gdb.base/call-rt-st.exp: Update for change to escape output.
7016 * gdb.base/callfuncs.exp: Likewise.
7017 * gdb.base/charset.exp: Likewise.
7018 * gdb.base/constvars.exp: Likewise.
7019 * gdb.base/long_long.exp: Likewise.
7020 * gdb.base/pointers.exp: Likewise.
7021 * gdb.base/printcmds.exp: Likewise.
7022 * gdb.base/setvar.exp: Likewise.
7023 * gdb.base/store.exp: Likewise.
7024 * gdb.cp/ref-types.exp: Likewise.
7025 * gdb.mi/mi-var-child.exp: Likewise.
7026 * gdb.mi/mi-var-display.exp: Likewise.
7027 * gdb.mi/mi2-var-display.exp: Likewise.
7028 * gdb.base/charset.exp: Test octal escape sequence length.
7029 Update for change to escape output.
7030
7031 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7032
7033 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
7034
7035 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
7036
7037 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
7038
7039 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7040
7041 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
7042 gdbserver increasing $portnum if "Can't bind address" has been seen.
7043
7044 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7045
7046 * gdb.base/ending-run.exp: Add "step out of main" pattern for
7047 mingw32ce.
7048
7049 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7050
7051 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
7052 VFP format.
7053
7054 2009-07-02 Pedro Alves <pedro@codesourcery.com>
7055
7056 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
7057 linux. Adjust to use "inferior", "info inferiors", "detach
7058 inferior" and "kill inferior" instead of "restart", "info fork",
7059 "detach fork" and "delete fork".
7060 * gdb.base/ending-run.exp: Spell out "info".
7061 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
7062 the "kill" command.
7063
7064 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7065
7066 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
7067 change to prefix TLS offset in hex with 0x.
7068
7069 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7070
7071 * gdb.base/default.exp: Update test case for "x" changes.
7072
7073 2009-07-01 Tristan Gingold <gingold@adacore.com>
7074
7075 * gdb.base/bigcore.exp: Make darwin untested.
7076
7077 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7078
7079 * gdb.base/completion.exp (directory completion): Create the directory.
7080 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
7081 escapeuniquesub.
7082 (directory completion 2): Expect now ${escapeuniquesub}.
7083 (Glob remaining of directory test): Remove one excessive newline.
7084 Expect the real output.
7085
7086 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7087
7088 Fix `make check//%' target after `make check' has been ran.
7089 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
7090 a mkdir call.
7091 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
7092 (%/.dir): Remove.
7093
7094 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7095
7096 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
7097 the expected result record.
7098
7099 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7100
7101 Remove racy FAILs relying just on the timeouts.
7102 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
7103 (annotation_level 2): Remove racy FAILs.
7104
7105 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
7106
7107 gdb/10275
7108 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
7109
7110 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
7111
7112 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
7113
7114 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
7115
7116 * gdb.mi/mi-stack.exp: Testing symbolic options
7117 to -stack-list-locals and -stack-list-arguments.
7118
7119 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7120
7121 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
7122
7123 2009-06-29 Tom Tromey <tromey@redhat.com>
7124
7125 * dg-extract-results.sh: New file.
7126 * Makefile.in (FORCE_PARALLEL): New variable.
7127 (CHECK_TARGET): New conditional variable.
7128 (check): Use CHECK_TARGET.
7129 (DO_RUNTEST): New variable.
7130 (check-single): New target.
7131 (TEST_DIRS): New variable.
7132 (TEST_TARGETS): Likewise.
7133 (check-parallel): New target.
7134 (check-gdb.%): New pattern.
7135 (BASE1_FILES): New variable.
7136 (BASE2_FILES): Likewise.
7137 (check-gdb.base%): New pattern.
7138 (%/.dir): New pattern.
7139 * configure: Rebuild.
7140 * aclocal.m4 (AM_CONDITIONAL): New defun.
7141 * configure.ac: Check whether user is using GNU make.
7142 (GMAKE): New conditional.
7143
7144 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
7145
7146 * gdb.cp/namespace-nested-import.cc: New test.
7147 * gdb.cp/namespace-nested-import.exp: New test.
7148
7149 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
7150
7151 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
7152 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
7153 * gdb.opt/Makefile.in (EXECUTABLES): Update.
7154 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
7155 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
7156 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
7157 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
7158 gdb.opt/inline-markers.c: New files.
7159 * lib/gdb.exp (skip_inline_frame_tests): New function.
7160 (skip_inline_var_tests): New function.
7161
7162 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
7163
7164 * gdb.cp/exception.exp: Don't require $hex before inner frame in
7165 backtrace.
7166
7167 2009-06-27 Michael Snyder <msnyder@vmware.com>
7168
7169 * gdb.reverse: New directory.
7170 * gdb.reverse/break-reverse.c: New test.
7171 * gdb.reverse/break-reverse.exp: New test.
7172 * gdb.reverse/consecutive-reverse.c: New test.
7173 * gdb.reverse/consecutive-reverse.exp: New test.
7174 * gdb.reverse/finish-reverse.c: New test.
7175 * gdb.reverse/finish-reverse.exp: New test.
7176 * gdb.reverse/machinestate.c: New test.
7177 * gdb.reverse/ms1.c: New test.
7178 * gdb.reverse/machinestate.exp: New test.
7179 * gdb.reverse/Makefile.in: New file.
7180 * gdb.reverse/shr2.c: New test.
7181 * gdb.reverse/solib-reverse.c: New test.
7182 * gdb.reverse/solib-reverse.exp: New test.
7183 * gdb.reverse/step-reverse.c: New test.
7184 * gdb.reverse/step-reverse.exp: New test.
7185 * gdb.reverse/until-reverse.c: New test.
7186 * gdb.reverse/ur1.c: New test.
7187 * gdb.reverse/until-reverse.exp: New test.
7188 * gdb.reverse/watch-reverse.c: New test.
7189 * gdb.reverse/watch-reverse.exp: New test.
7190 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
7191 * configure: Regenerate.
7192
7193 2009-06-26 Doug Evans <dje@google.com>
7194
7195 * gdb.base/psymtab.exp: Turn off pending breakpoints.
7196
7197 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
7198
7199 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
7200 windows problem for 'file delete $binfile'.
7201
7202 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
7203
7204 * gdb.cp/namespace-using.exp: New test.
7205 * gdb.cp/namespace-using.cc: New test.
7206
7207 2009-05-20 Joel Brobecker <brobecker@adacore.com>
7208
7209 * gdb.ada/variant_record_packed_array: New testcase.
7210
7211 2009-06-23 Tom Tromey <tromey@redhat.com>
7212
7213 * gdb.base/charset.exp (test_combination): Regression test.
7214 * gdb.base/charset.c (my_wchar_t): New typedef.
7215 (myvar): New global.
7216 (main): Set myvar.
7217
7218 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
7219
7220 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
7221 target.
7222
7223 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7224
7225 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
7226
7227 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7228
7229 * gdb.mi/gdb680.exp: Update test for error message.
7230
7231 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7232
7233 * gdb.base/annota1.exp: Allow multiple occurrences of the
7234 frames-invalid annotation.
7235 * gdb.cp/annota2.exp: Likewise.
7236
7237 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
7238
7239 * gdb.cp/gdb2495.cc: New file.
7240 * gdb.cp/gdb2495.exp: New file.
7241
7242 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7243
7244 Report error on GDB crash during runto.
7245 * lib/gdb.exp (runto <eof>): New.
7246
7247 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
7248
7249 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
7250 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
7251 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
7252 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
7253 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
7254 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
7255 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
7256 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
7257 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
7258 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
7259 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
7260 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
7261 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7262 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
7263 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
7264 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
7265 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
7266 gdb.server/server-mon.exp, gdb.server/server-run.exp,
7267 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7268 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
7269 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
7270 gdb.trace/passcount.exp, gdb.trace/report.exp,
7271 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
7272 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
7273 gdb.trace/while-stepping.exp: Use a unique name for the compiled
7274 executable.
7275
7276 2009-06-07 Pedro Alves <pedro@codesourcery.com>
7277
7278 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
7279 defined before referencing it.
7280
7281 2009-06-03 Doug Evans <dje@google.com>
7282
7283 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
7284 * gdb.arch/i386-see.c: Ditto.
7285
7286 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
7287
7288 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
7289 (check_macro): Return 1 if undefined.
7290 If first test fails, check if macro debug information is available,
7291 and report unsupported test if no macro information is found.
7292
7293 2009-05-29 Doug Evans <dje@google.com>
7294
7295 * gdb.threads/hand-call-in-threads.exp: New.
7296 * gdb.threads/hand-call-in-threads.c: New.
7297
7298 2009-05-29 Michael Snyder <msnyder@vmware.com>
7299
7300 * gdb.base/break-always.exp: Change "1" to "on".
7301 Add confirmation check.
7302
7303 2009-05-28 Pedro Alves <pedro@codesourcery.com>
7304
7305 * gdb.threads/threxit-hop-specific.c: New.
7306 * gdb.threads/threxit-hop-specific.exp: New.
7307 * gdb.threads/thread-execl.c: New.
7308 * gdb.threads/thread-execl.exp: New.
7309
7310 2009-05-27 Tom Tromey <tromey@redhat.com>
7311 Thiago Jung Bauermann <bauerman@br.ibm.com>
7312
7313 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
7314 (mi_child_regexp): Likewise.
7315 (mi_list_varobj_children_range): Likewise.
7316 (mi_get_features): Likewise.
7317 (mi_list_varobj_children): Rewrite.
7318 * gdb.python/python-mi.exp: New file.
7319
7320 2009-05-27 Tom Tromey <tromey@redhat.com>
7321 Thiago Jung Bauermann <bauerman@br.ibm.com>
7322 Phil Muldoon <pmuldoon@redhat.com>
7323 Paul Pluzhnikov <ppluzhnikov@google.com>
7324
7325 * gdb.python/python-prettyprint.exp: New file.
7326 * gdb.python/python-prettyprint.c: New file.
7327 * gdb.python/python-prettyprint.py: New file.
7328 * gdb.base/display.exp: print/r is now valid.
7329
7330 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
7331 Tom Tromey <tromey@redhat.com>
7332 Pedro Alves <pedro@codesourcery.com>
7333 Paul Pluzhnikov <ppluzhnikov@google.com>
7334
7335 * gdb.python/python-template.exp: New file.
7336 * gdb.python/python-template.cc: New file.
7337 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7338 tests.
7339 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7340 Call it.
7341 (test_value_after_death): New proc.
7342 * gdb.python/python-value.c (PTR): New typedef.
7343 (main): New variable 'x'.
7344
7345 2009-05-27 Tom Tromey <tromey@redhat.com>
7346
7347 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7348 tests.
7349 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7350 Call it.
7351
7352 2009-05-27 Pedro Alves <pedro@codesourcery.com>
7353
7354 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
7355
7356 2009-05-24 Pedro Alves <pedro@codesourcery.com>
7357
7358 * gdb.threads/fork-thread-pending.c: New.
7359 * gdb.threads/fork-thread-pending.exp: New.
7360
7361 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
7364 * gdb.dwarf2/dw2-strp.S (a_string2): New.
7365
7366 2009-05-18 Jon Beniston <jon@beniston.com>
7367
7368 * gdb.asm/asm-source.exp: Add lm32 target.
7369
7370 2009-05-17 Pedro Alves <pedro@codesourcery.com>
7371
7372 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
7373 `gdb_get_line_number'. Call `callee' in both parent and child.
7374 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
7375 `gdb_get_line_number' instead of hardcoding line numbers.
7376 (catch_fork_unpatch_child): New procedure to test detaching
7377 breakpoints from child fork.
7378 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
7379 hardcoding line numbers.
7380 (do_fork_tests): Run `catch_fork_unpatch_child'.
7381
7382 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
7383
7384 * gdb.mi/mi-cmd-var.exp: Check that when varobj
7385 of structure type enters or leaves the scope, it
7386 is reported by -var-update.
7387
7388 2009-05-11 Doug Evans <dje@sebabeach.org>
7389
7390 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
7391 * gdb.threads/pending-step.c (main): Fix off-by-one error.
7392 * gdb.threads/schedlock.c (main): Fix off-by-one error.
7393
7394 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7395
7396 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
7397
7398 2009-04-30 Doug Evans <dje@google.com>
7399
7400 * gdb.threads/watchthreads2.exp: New testcase.
7401 * gdb.threads/watchthreads2.c: New testcase.
7402
7403 2009-04-29 Doug Evans <dje@google.com>
7404
7405 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
7406 * gdb.cp/mb-ctor.cc: Ditto.
7407 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
7408 * gdb.cp/mb-inline.h (multi_line_foo): New function.
7409 * gdb.cp/mb-inline1.cc: Call it.
7410 * gdb.cp/mb-inline2.cc: Ditto.
7411 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
7412 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
7413
7414 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7415
7416 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
7417 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
7418 Replace all uses of `decimal' by `nonzero'.
7419 (info macro FROM_COMMANDLINE): New test.
7420
7421 2009-04-27 Tom Tromey <tromey@redhat.com>
7422
7423 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
7424
7425 2009-04-27 Doug Evans <dje@google.com>
7426
7427 * gdb.threads/watchthreads.c (main): Initialize args before starting
7428 the threads. Plus formatting cleanup.
7429 * gdb.threads/watchthreads.exp: Avoid errant failures due to
7430 biased scheduling of one thread.
7431
7432 2009-04-27 Jerome Guitton <guitton@adacore.com>
7433
7434 * gdb.cp/templates.cc (GetMax): New template.
7435 (main): Declare two instances of GetMax.
7436 * gdb.cp/templates.exp: Add new test.
7437
7438 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7439
7440 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
7441
7442 2009-04-22 Joseph Myers <joseph@codesourcery.com>
7443
7444 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
7445
7446 2009-04-15 Tom Tromey <tromey@redhat.com>
7447
7448 * gdb.base/charset.exp: Add regression test.
7449
7450 2009-04-14 Joel Brobecker <brobecker@adacore.com>
7451
7452 * gdb.base/exe-lock.exp: New testcase.
7453
7454 2009-04-13 Tom Tromey <tromey@redhat.com>
7455
7456 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
7457 operator on Frame.
7458
7459 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7460
7461 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
7462 * gdb.server/ext-attach.exp: Likewise.
7463
7464 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
7465
7466 Eliminate some sleep usage.
7467
7468 * gdb.mi/basics.c (do_nothing): New.
7469 (main): Use do_nothing instead of printf, so that
7470 not to introduce race condition between output of
7471 inferiour and output of gdb. Do not use sleep as it
7472 is not generally available on embedded targets.
7473
7474 2009-04-02 Pedro Alves <pedro@codesourcery.com>
7475
7476 * gdb.server/ext-attach.exp: Expect an optional process id after
7477 "Detached from remote process".
7478
7479 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
7482 gdb.dwarf2/dw2-unresolved.exp: New.
7483
7484 2009-04-02 Pedro Alves <pedro@codesourcery.com>
7485
7486 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
7487 mi_run_to_main.
7488
7489 2009-04-02 Pedro Alves <pedro@codesourcery.com>
7490
7491 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
7492 mi_run_to_main. Skip thread exit test on remote targets.
7493 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
7494 mi_run_to_main.
7495 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
7496 mi_run_to_main.
7497 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
7498 when expecting ^connected. Detect when the target doesn't support
7499 non-stop mode.
7500 (mi_run_cmd): Detect if non-stop mode was requested by isn't
7501 supported. Return -1 on error, 0 on success.
7502 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
7503 (mi_runto): Return mi_runto_helper's result explicitly.
7504
7505 2009-04-01 Pedro Alves <pedro@codesourcery.com>
7506
7507 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
7508
7509 2009-04-01 Tom Tromey <tromey@redhat.com>
7510
7511 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
7512 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
7513 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
7514 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
7515
7516 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
7517 Jan Kratochvil <jan.kratochvil@redhat.com>
7518
7519 PR gdb/931
7520 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
7521 output.
7522 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
7523 for gdb/931.
7524 * dw2-strp.S (DW_AT_language): Change to C++.
7525 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
7526
7527 2009-03-31 Joel Brobecker <brobecker@adacore.com>
7528
7529 * gdb.ada/tasks: New testcase.
7530
7531 2009-03-30 Stan Shebs <stan@codesourcery.com>
7532
7533 * gdb.trace/actions.exp: Update to match new info trace format.
7534 * gdb.trace/deltrace.exp: Ditto.
7535 * gdb.trace/infotrace.exp: Ditto.
7536 * gdb.trace/passcount.exp: Ditto.
7537 * gdb.trace/save-trace.exp: Ditto.
7538 * gdb.trace/while-stepping.exp: Ditto.
7539 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
7540
7541 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7542
7543 * gdb.python/python-frame.c: New file.
7544 * gdb.python/python-frame.exp: New file.
7545
7546 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
7547
7548 * gdb.python/python-value.exp: Add tests for the address
7549 attribute.
7550
7551 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
7552
7553 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
7554
7555 2009-03-26 Doug Evans <dje@google.com>
7556
7557 * gdb.mi/mi-nonstop-exit.exp: New file.
7558 * gdb.mi/non-stop-exit.c: New file.
7559
7560 2009-03-26 Tom Tromey <tromey@redhat.com>
7561
7562 Update for change to prologue skipping:
7563 * gdb.mi/mi2-simplerun.exp: Update.
7564 * gdb.mi/mi2-break.exp: Update.
7565 * gdb.mi/mi-simplerun.exp: Update.
7566 * gdb.mi/mi-break.exp: Update.
7567 * gdb.base/ending-run.exp: Update.
7568
7569 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
7570
7571 * gdb.python/python-value.exp (test_value_in_inferior): Test
7572 gdb.Value.is_optimized_out attribute.
7573
7574 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7575
7576 * gdb.dwarf2/dw2-noloc-main.c: New file.
7577 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
7578 (.text): Remove.
7579 (.data): New.
7580 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
7581 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
7582 (DW_TAG_subprogram func_cu1, noloc): Remove.
7583 (main): New.
7584 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
7585 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
7586 (file_symbols): New procedure.
7587
7588 2009-03-25 Tom Tromey <tromey@redhat.com>
7589
7590 * gdb.base/charset.exp (valid_target_charset): New proc.
7591 Use it to skip tests on invalid charsets.
7592
7593 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
7594
7595 * gdb.base/completion.exp: Add a test for directory completion.
7596
7597 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 Fix a racy FAIL.
7600 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
7601 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
7602
7603 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
7604
7605 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
7606 * gdb.python/python-function.exp: Add test for function returning
7607 a GDB value.
7608
7609 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
7610
7611 * gdb.python/python-function.exp: New file.
7612
7613 2009-03-20 Tom Tromey <tromey@redhat.com>
7614
7615 * gdb.base/store.exp: Update for change to escape output.
7616 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
7617 to escape output.
7618 * gdb.base/pointers.exp: Update for change to escape output.
7619 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
7620 to escape output.
7621 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
7622 escape output.
7623 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
7624 to escape output.
7625 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
7626 escape output.
7627 * gdb.base/setvar.exp: Update for change to escape output.
7628 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
7629 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
7630 to escape output.
7631 (test_print_string_constants): Likewise.
7632 * gdb.base/charset.exp (valid_host_charset): Check size of
7633 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
7634 cases. Handle "auto"-related output.
7635 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
7636 (uvar, Uvar): New globals.
7637
7638 2009-03-19 Jerome Guitton <guitton@adacore.com>
7639
7640 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
7641 deltas.
7642 * gdb.ada/fixed_points.exp: Ditto.
7643
7644 2009-03-18 Pedro Alves <pedro@codesourcery.com>
7645
7646 * return-nodebug.c: Don't include stdio.h.
7647 (init): Delete.
7648 (func): Delete definition and provide extern declaration.
7649 (t): New.
7650 (main): Don't call printf. Call func and store its result in t.
7651 * return-nodebug1.c: New.
7652 * return-nodebug.exp: Don't expect stdio output. Instead, print
7653 the global variable t. Drop printf formatters and cast types from
7654 foreach loop. Don't use prepare_for_testing. Compile
7655 return-nodebug.c and return-nodebug1.c in separate steps. Don't
7656 define FORMAT or CAST.
7657
7658 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7659
7660 * gdb.base/solib-display.exp: Disable test for remote targers.
7661
7662 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7663
7664 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
7665
7666 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7667
7668 Fix a racy FAIL.
7669 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
7670 code from `follow parent, print pids'.
7671 (`follow child, print pids', `follow parent, print pids'): Call it.
7672 Replace `gdb_test "break..."' by gdb_breakpoint.
7673
7674 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
7675
7676 * gdb.mi/mi-cli.exp: Adjust for output difference in
7677 sync and async modes.
7678
7679 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7680
7681 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
7682 that was checked in by mistake. Remove loading of ada.exp, since
7683 this is not necessary in this case.
7684
7685 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7686
7687 * gdb.ada/ptype_arith_binop.exp: New testcase.
7688
7689 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7690
7691 * gdb.ada/mod_from_name: New testcase.
7692
7693 2009-03-12 Joel Brobecker <brobecker@adacore.com>
7694
7695 * gdb.ada/tick_last_segv: New testcase.
7696
7697 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7698
7699 * gdb.mi/mi-cli.exp: Remove debug print.
7700
7701 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
7702
7703 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
7704 include the token in ^running and frame info in *stopped.
7705
7706 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7707
7708 * solib-display.exp: New file.
7709 * solib-display-main.c: New file.
7710 * solib-display-lib.c: New file.
7711
7712 2009-03-05 Pedro Alves <pedro@codesourcery.com>
7713
7714 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
7715
7716 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7717
7718 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
7719 (list_and_check_macro): Use more specific test name.
7720 (next to definition): Make the test names unique.
7721
7722 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7723
7724 * gdb.pascal/floats.exp: Accept approximate results everywhere.
7725
7726 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7727
7728 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
7729 notifications.
7730 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
7731 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
7732 * lib/mi-support.exp (library_loaded_re): New.
7733 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
7734
7735 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
7736
7737 * gdb.gdb/observer.exp: Use test_notification observer, not
7738 normal_stop, everywhere.
7739 (test_normal_stop_notifications): Rename to...
7740 (test_notifications): ...this.
7741 (test_observer_normal_stop): Rename to...
7742 (test_observer): ...this.
7743
7744 2009-02-16 Doug Evans <dje@google.com>
7745
7746 * gdb.arch/amd64-disp-step.S (test_int3): New test.
7747 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
7748 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
7749 (test_prefixed_syscall,test_int3): New tests.
7750 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
7751 (test_prefixed_syscall,test_int3): New tests.
7752
7753 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
7754
7755 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
7756 (mi_expect_interrupt): Likewise.
7757 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
7758 response.
7759
7760 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7761
7762 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
7763 * gdb.base/pc-fp.exp (get_valueofx): Remove.
7764 Replace calls to get_valueofx by get_hexadecimal_valueof.
7765
7766 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7767
7768 * lib/gdb.exp (get_valueof): Accept anything as a return value.
7769 (get_integer_valueof): New procedure.
7770 (get_sizeof): Use new get_integer_value_of.
7771 * gdb.base/sizeof.exp: Replace all uses of get_valueof
7772 by get_integer_valueof.
7773
7774 2009-02-13 Tom Tromey <tromey@redhat.com>
7775
7776 * gdb.base/remote.exp (get_sizeof): Remove.
7777 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
7778 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
7779 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
7780 * lib/gdb.exp (get_valueof): Move from long_long.exp.
7781 (get_sizeof): Likewise.
7782
7783 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7784
7785 PR fortran/9806
7786 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
7787
7788 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7789
7790 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
7791
7792 2009-02-06 Pedro Alves <pedro@codesourcery.com>
7793
7794 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
7795
7796 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
7797
7798 * gdb.python/python-cmd.exp: New file.
7799
7800 2009-02-06 Tristan Gingold <gingold@adacore.com>
7801
7802 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
7803
7804 2009-02-05 Tristan Gingold <gingold@adacore.com>
7805
7806 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
7807 pointer is dereferenced and use this signal name in regexp.
7808 * gdb.base/signull.exp: Ditto.
7809 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
7810 * gdb.base/signull.c (main): Ditto.
7811
7812 2009-02-04 Tom Tromey <tromey@redhat.com>
7813 Thiago Jung Bauermann <bauerman@br.ibm.com>
7814
7815 * gdb.python/python-value.exp: Use `gdb.history' instead of
7816 `gdb.value_from_history'.
7817 (test_value_numeric_ops): Add test for conversion of enum constant.
7818 * gdb.python/python-value.c (enum e): New type.
7819 (evalue): New global.
7820 (main): Use argv.
7821
7822 2009-02-04 Jerome Guitton <guitton@adacore.com>
7823
7824 * gdb.ada/uninitialized_vars: New test program.
7825 * gdb.ada/uninitialized_vars.exp: New testcase.
7826
7827 2009-02-02 Tom Tromey <tromey@redhat.com>
7828
7829 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
7830 * gdb.cp/pr2489.cc: Rename...
7831 * gdb.cp/pr9594.cc: ... to this.
7832
7833 2009-02-02 Tom Tromey <tromey@redhat.com>
7834
7835 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
7836 * gdb.cp/pr2489.cc: New file.
7837 * gdb.cp/cpcompletion.exp: New file.
7838
7839 2009-02-02 Tom Tromey <tromey@redhat.com>
7840
7841 PR exp/9059:
7842 * gdb.cp/call-c.exp: Add regression test.
7843 * gdb.cp/call-c.cc (FooHandle): New typedef.
7844 (main): New variable 'handle'.
7845
7846 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7847
7848 * lib/mi-support.exp (et_mi_thread_list)
7849 (check_mi_and_console_threads): Adjust for current thread in
7850 -thread-list-ids output.
7851
7852 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7853
7854 * gdb.mi/mi-break.exp (test_disabled_creation): New.
7855 Call it.
7856
7857 2009-01-28 Doug Evans <dje@google.com>
7858
7859 * gdb.arch/amd64-disp-step.S: New file.
7860 * gdb.arch/amd64-disp-step.exp: New file.
7861 * gdb.arch/i386-disp-step.S: New file.
7862 * gdb.arch/i386-disp-step.exp: New file.
7863
7864 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
7865
7866 * gdb.base/find.exp: Set newline variable
7867 using quotes instead of braces to fix cygwin failures.
7868
7869 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7870
7871 * gdb.base/radix.exp: Add tests to ensure that that set
7872 input-radix 0 and set output-radix 0 are really rejected.
7873
7874 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7875
7876 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
7877 copyright years.
7878
7879 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7880
7881 PR gdb/9664:
7882 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
7883
7884 2009-01-22 Pedro Alves <pedro@codesourcery.com>
7885
7886 PR c++/9631:
7887 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
7888
7889 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
7890
7891 * gdb.server/file-transfer.exp: Use EXEEXT variable for
7892 binfile definition to fix Windows OS failure.
7893
7894 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7895
7896 PR gdb/9346
7897 * gdb.base/interrupt.c (sigint_handler): New.
7898 (main): Install a SIGINT handler if SIGNALS is defined. Exit
7899 on error.
7900 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
7901 Test "signal SIGINT".
7902
7903 2009-01-19 Doug Evans <dje@google.com>
7904
7905 * gdb.base/break.exp: Update expected gdb output.
7906 * gdb.base/sepdebug.exp: Ditto.
7907 * gdb.mi/mi-syn-frame.exp: Ditto.
7908 * gdb.mi/mi2-syn-frame.exp: Ditto.
7909 * gdb.base/call-signal-resume.exp: New file.
7910 * gdb.base/call-signals.c: New file.
7911 * gdb.base/unwindonsignal.exp: New file.
7912 * gdb.base/unwindonsignal.c: New file.
7913 * gdb.threads/interrupted-hand-call.exp: New file.
7914 * gdb.threads/interrupted-hand-call.c: New file.
7915 * gdb.threads/thread-unwindonsignal.exp: New file.
7916
7917 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7918
7919 * gdb.base/define.exp: Test defining and hooking prefix commands.
7920 * gdb.python/python.exp: Update test for "show user" output.
7921
7922 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7923
7924 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
7925 now the output exactly, using less wildcards. Expect also the output
7926 of gfortran-4.3. Update for the f-valprint.c modification from
7927 2008-04-22.
7928 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
7929 Remove gdb_test test names where matching the command.
7930
7931 2009-01-01 Pedro Alves <pedro@codesourcery.com>
7932
7933 PR breakpoints/9681:
7934 * gdb.base/watchpoint.exp: Add regression test.
7935
7936 2008-12-31 Pedro Alves <pedro@codesourcery.com>
7937
7938 * gdb.threads/attach-into-signal.exp: Don't use
7939 gdb_suppress_entire_file.
7940 * gdb.threads/attach-stopped.exp: Ditto.
7941 * gdb.threads/attachstop-mt.exp: Ditto.
7942
7943 2008-12-31 Pedro Alves <pedro@codesourcery.com>
7944
7945 PR gdb/8812:
7946 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
7947
7948 2008-12-29 Pedro Alves <pedro@codesourcery.com>
7949
7950 PR gdb/7536:
7951 * gdb.base/radix.exp: Add tests to ensure invalid input radices
7952 and unsupported output radices are really rejected.
7953
7954 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7955
7956 * gdb.cp/punctuator.exp: Backslash the '$' signs.
7957
7958 2008-12-22 Tom Tromey <tromey@redhat.com>
7959
7960 * gdb.cp/punctuator.exp: New file.
7961
7962 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7963
7964 * gdb.base/completion.exp (Completing non-existing component): New test.
7965
7966 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7967
7968 Fix for PR gdb/8648.
7969 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
7970 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
7971 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
7972 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
7973
7974 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7975
7976 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
7977
7978 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
7979
7980 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
7981 compiler actually generate code at the expected line number.
7982
7983 2008-12-15 Jie Zhang <jie.zhang@analog.com>
7984
7985 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
7986
7987 2008-12-12 Tom Tromey <tromey@redhat.com>
7988
7989 * gdb.base/commands.exp (redefine_hook_test): New proc.
7990 Call it.
7991
7992 2008-12-11 Tom Tromey <tromey@redhat.com>
7993
7994 * gdb.base/macscp.exp: New regression test.
7995
7996 2008-12-11 Tom Tromey <tromey@redhat.com>
7997
7998 * gdb.base/macscp.exp: Print "address.addr".
7999 * gdb.base/macscp1.c (struct outer): New struct.
8000 (address): New global.
8001
8002 2008-12-09 Tom Tromey <tromey@redhat.com>
8003
8004 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
8005 Call it.
8006
8007 2008-12-04 Doug Evans <dje@google.com>
8008
8009 * gdb.server/ext-run.exp: Relax regexp for init program.
8010
8011 2008-12-03 Tristan Gingold <gingold@adacore.com>
8012
8013 * gdb.base/macscp.exp: Generate an object file during compilation
8014 to work around Darwin dsymutil limitations.
8015
8016 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8017
8018 Test resolving external references to TLS variables.
8019 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
8020 FILE2_THREAD_LOCAL.
8021 (testfile2, srcfile2): New variables.
8022 * gdb.threads/tls.c (file2_thread_local)
8023 (function_referencing_file2_thread_local): New.
8024 * gdb.threads/tls2.c: New file.
8025
8026 2008-11-28 Joel Brobecker <brobecker@adacore.com>
8027
8028 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
8029 rather than integer, as integer might not be big enough when
8030 on 64bit targets.
8031
8032 2008-11-27 Jerome Guitton <guitton@adacore.com>
8033
8034 * gdb.cp/formatted-ref.exp: Add equality test.
8035 * gdb.ada/formatted_ref.exp: Ditto.
8036
8037 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8038
8039 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
8040 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
8041
8042 2008-11-20 Andreas Schwab <schwab@suse.de>
8043
8044 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
8045 matching syscall entry point.
8046 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8047 (tcatch_vfork_then_child_follow): Likewise. Finish through
8048 vfork even if we stopped at the syscall trampoline.
8049
8050 2008-11-20 Doug Evans <dje@google.com>
8051
8052 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
8053
8054 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8055
8056 * gdb.arch/ppc-dfp.exp: New file.
8057 * gdb.arch/ppc-dfp.c: New file.
8058
8059 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8060
8061 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
8062
8063 2008-11-17 Doug Evans <dje@google.com>
8064
8065 * gdb.mi/mi-syn-frame.exp: Update expected output.
8066 * gdb.mi/mi2-syn-frame.exp: Update expected output.
8067
8068 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8069
8070 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
8071 "thread N" results in =thread-selected.
8072 * lib/mi-support (mi_run_cmd, mi_expect_stop)
8073 (mi_send_resuming_command_raw): Be prepared for
8074 =thread-selected.
8075
8076 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8077
8078 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
8079 * lib/mi-support.exp: Likewise.
8080
8081 2008-11-16 Joel Brobecker <brobecker@adacore.com>
8082
8083 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
8084 commands from the expected output for "help catch".
8085
8086 2008-11-15 Joel Brobecker <brobecker@adacore.com>
8087
8088 * gdb.ada/int_deref.exp: New testcase.
8089
8090 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
8091
8092 * gdb.mi/gdb2549.exp: New file.
8093
8094 2008-11-11 Doug Evans <dje@google.com>
8095
8096 * gdb.base/callexit.exp: New file.
8097 * gdb.base/callexit.c: New file.
8098
8099 2008-11-10 Doug Evans <dje@google.com>
8100
8101 * lib/gdb.exp (GDBFLAGS): Move -nx ...
8102 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
8103 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
8104 (default_gdb_start,default_gdb_exit): Ditto.
8105 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
8106 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
8107 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
8108 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
8109 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
8110 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
8111
8112 2008-11-03 Andreas Schwab <schwab@suse.de>
8113
8114 * gdb.base/hashline2.exp: Fix typo.
8115 * gdb.base/hashline3.exp: Likewise.
8116
8117 2008-10-30 Tom Tromey <tromey@redhat.com>
8118
8119 * gdb.base/pointers.exp: Add test.
8120 * gdb.base/pointers.c (k, S): New typedefs.
8121 (instance): New global.
8122
8123 2008-10-30 Andreas Schwab <schwab@suse.de>
8124
8125 * gdb.base/args.exp: Add tests for newlines.
8126
8127 2008-10-30 Joel Brobecker <brobecker@adacore.com>
8128
8129 gdb.base/foll-exec.exp: Update the expected output of a couple
8130 of "info breakpoints" tests.
8131
8132 2008-10-28 Tom Tromey <tromey@redhat.com>
8133
8134 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
8135
8136 2008-10-24 Pedro Alves <pedro@codesourcery.com>
8137
8138 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
8139 gdb_start_cmd.
8140 Use runto_main before any test that requires execution.
8141
8142 2008-10-23 Pedro Alves <pedro@codesourcery.com>
8143
8144 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
8145 instead of SIGINT.
8146
8147 2008-10-22 Joel Brobecker <brobecker@adacore.com>
8148
8149 * gdb.base/completion.exp: Update expected output following
8150 the addition of the "info tasks" command.
8151
8152 2008-10-22 Tom Tromey <tromey@redhat.com>
8153
8154 * gdb.base/exprs.exp (test_expr): Add test for string
8155 concatenation.
8156
8157 2008-10-19 Pedro Alves <pedro@codesourcery.com>
8158
8159 * configure.ac: Output gdb.python/Makefile.
8160 * configure: Regenerate.
8161 * gdb.python/Makefile.in: New.
8162
8163 2008-10-16 Joel Brobecker <brobecker@adacore.com>
8164
8165 * gdb.base/foll-fork.exp: Adjust the expected output to match
8166 the new description for fork/vfork catchpoints in the "info
8167 breakpoints" output.
8168
8169 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8170
8171 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
8172
8173 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
8174
8175 * gdb.python/python-value.c: New file.
8176 * gdb.python/python-value.exp: New file.
8177
8178 2008-10-15 Pedro Alves <pedro@codesourcery.com>
8179
8180 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
8181
8182 2008-10-15 Denis Pilat <denis.pilat@st.com>
8183
8184 * gdb.cp/mb-ctor.exp: Fix a typo.
8185
8186 2008-10-09 Tom Tromey <tromey@redhat.com>
8187
8188 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
8189 'fprintf' and 'stderr'.
8190
8191 2008-10-07 Joel Brobecker <brobecker@adacore.com>
8192
8193 * gdb.ada/ref_tick_size.exp: New testcase.
8194
8195 2008-10-06 Doug Evans <dje@google.com>
8196
8197 * gdb.dwarf2/dw2-cu-size.exp: New file.
8198 * gdb.dwarf2/dw2-cu-size.S: New file.
8199
8200 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
8201 .Ltype_int for clarity.
8202
8203 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
8204
8205 PR gdb/2384:
8206 * gdb.cp/gdb2384.exp: Extended to test more cases.
8207 * gdb.cp/gdb2384.cc: Likewise.
8208 * gdb.cp/gdb2384-base.h: Likewise.
8209 * gdb.cp/gdb2384-base.cc: Likewise.
8210
8211 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8212
8213 * gdb.base/maint.exp (maint print type): Remove printing
8214 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
8215
8216 2008-09-30 Tom Tromey <tromey@redhat.com>
8217
8218 * gdb.base/macscp.exp: Add completion tests.
8219 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
8220 (TWENTY_THREE): Likewise.
8221 (FORTY_EIGHT): Likewise.
8222
8223 2008-09-30 Tom Tromey <tromey@redhat.com>
8224
8225 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
8226 everywhere.
8227 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
8228
8229 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8230
8231 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
8232 testcase is derived from. Fix racy dependency on an expected PID
8233 number. No longer support the testcase on Linux kernel 2.4.x.
8234
8235 2008-09-27 Tom Tromey <tromey@redhat.com>
8236
8237 * gdb.base/macscp.exp: Add tests for stringification, splicing,
8238 and varargs.
8239
8240 2008-09-22 Pedro Alves <pedro@codesourcery.com>
8241
8242 * lib/mi-support.exp (mi_expect_interrupt): New.
8243 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
8244 from gdb.mi/mi-nonstop.exp.
8245 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
8246 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
8247 lib/mi-support.exp.
8248 Use mi_check_thread_states throughout. Avoid ".*" and do not
8249 require an anchor after -exec-run.
8250
8251 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
8252
8253 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
8254 stop is pending. Avoid ".*" when two stops are pending.
8255 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
8256 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
8257 newlines in fullnames.
8258 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
8259 (mi_expect_stop): Update comments. Only anchor in sync mode.
8260 Do not match newlines.
8261 (mi_send_resuming_command_raw): Always return status.
8262 (mi_get_stop_line): Do not match more than one line by accident.
8263 Only anchor in sync mode.
8264 (mi_run_inline_test): If -exec-next fails, give up.
8265
8266 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8267
8268 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
8269 on SPU.
8270
8271 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8272
8273 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
8274
8275 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8276
8277 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
8278 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8279 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
8280 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8281 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
8282 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
8283 gdb.ada/interface.exp, gdb.ada/null_array.exp,
8284 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8285 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8286 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8287 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
8288 Include the "= " sequence in the expected output of print tests.
8289
8290 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8291
8292 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
8293 description for boolean types.
8294
8295 2008-09-09 Pedro Alves <pedro@codesourcery.com>
8296
8297 * gdb.base/hook-stop-continue.c: New.
8298 * gdb.base/hook-stop-continue.exp: New.
8299
8300 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8301
8302 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
8303
8304 2008-09-08 Jerome Guitton <guitton@adacore.com>
8305
8306 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
8307 (stack_check_probe_2, stack_check_probe_loop_1)
8308 (stack_check_probe_loop_2): New functions.
8309 (main): Add call to these new functions.
8310 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
8311 functions, check that the breakpoint is inserted at the appropriate
8312 location.
8313 (insert_breakpoint): Slightly refine this procedure so that it can
8314 be called several times in the test.
8315
8316 2008-09-08 Jerome Guitton <guitton@adacore.com>
8317
8318 * gdb.base/stack-checking.c: New file.
8319 * gdb.base/stack-checking.exp: New file.
8320
8321 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
8322
8323 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
8324 * gdb.arch/altivec-regs.exp: Likewise.
8325 * gdb.arch/vsx-regs.exp: Likewise.
8326
8327 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
8328
8329 * gdb.arch/ppc-fp.exp: New file.
8330 * gdb.arch/ppc-fp.c: New file.
8331
8332 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8333
8334 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
8335 lest gcc-4.3.1 optimizes the whole thing away.
8336
8337 2008-09-04 Michael Snyder <msnyder@vmware.com>
8338
8339 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
8340 as "at" (for non-debug functions such as _start).
8341
8342 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8343
8344 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
8345 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
8346 software watchpoints.
8347 * gdb.base/watch_thread_num.exp: Likewise.
8348
8349 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
8350
8351 * gdb.arch/i386-bp_permanent.exp: New test.
8352
8353 2008-08-24 Tom Tromey <tromey@redhat.com>
8354
8355 * gdb.base/maint.exp: Update "maint print type".
8356
8357 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
8358
8359 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
8360 support. Adjust the order of "*running" notifications.
8361 * gdb.mi/non-stop.c: Don't cast from int to void* and
8362 back.
8363
8364 2008-08-20 Mark Kettenis <kettenis@gnu.org>
8365
8366 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
8367 expect to find it in the "info frame" output.
8368
8369 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
8370
8371 * gdb.base/interp.exp: Always consume both prompts.
8372
8373 2008-08-20 Pedro Alves <pedro@codesourcery.com>
8374
8375 * gdb.base/pending.exp: Test pending breakpoints without symbols
8376 loaded.
8377
8378 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
8379
8380 * lib/mi-support.exp (mi_expect_stop): Produce
8381 more details on failures.
8382 * gdb.mi/mi-nonstop.exp: New.
8383 * gdb.mi/non-stop.c: New.
8384
8385 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
8386
8387 * gdb.mi/mi-async.exp: Use 'set target-async'.
8388 * lib/mi-support.exp: Use 'set/show target-async'.
8389
8390 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
8391
8392 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
8393
8394 2008-08-17 Tom Tromey <tromey@redhat.com>
8395
8396 * gdb.base/help.exp (help catch): Rewrite.
8397
8398 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
8399
8400 * gdb.base/define.exp: Test indented command documentation.
8401 * gdb.python/python.exp: Test indented multi-line command.
8402
8403 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
8404
8405 * testsuite/gdb.arch/vsx-regs.c: New source file.
8406 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
8407 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
8408
8409 2008-08-14 Tom Tromey <tromey@redhat.com>
8410
8411 * gdb.base/macscp.exp: Add regression test for "macro define" or
8412 "macro undef" with no arguments.
8413
8414 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8415
8416 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
8417
8418 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8419
8420 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
8421
8422 2008-08-06 Tom Tromey <tromey@redhat.com>
8423
8424 * gdb.python/python.exp: New file.
8425
8426 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8427
8428 Fix for PR gdb/1543.
8429 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
8430 $LOCATION.
8431 (location): New variable.
8432 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
8433 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
8434 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
8435 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
8436 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
8437 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
8438 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
8439 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
8440 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
8441 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
8442 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
8443 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
8444 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
8445 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
8446 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
8447 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
8448 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
8449 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
8450 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
8451 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
8452 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
8453 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
8454 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
8455 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
8456 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
8457 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
8458 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
8459 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
8460 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
8461 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
8462 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
8463 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
8464 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
8465 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
8466 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
8467 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
8468 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
8469 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
8470 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
8471 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
8472 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
8473 gdb.base/type-opaque.exp, gdb.base/until.exp,
8474 gdb.base/value-double-free.c, gdb.base/varargs.exp,
8475 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
8476 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
8477 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
8478 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
8479 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
8480 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
8481 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
8482 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8483 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
8484 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
8485 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
8486 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
8487 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
8488 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
8489 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
8490 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
8491 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
8492 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
8493 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
8494 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
8495 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
8496 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
8497 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
8498 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8499 gdb.pascal/types.exp, gdb.stabs/weird.exp,
8500 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
8501 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
8502 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
8503 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
8504 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
8505 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
8506 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8507 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
8508 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
8509 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
8510 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
8511 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
8512 lib/mi-support.exp, lib/trace-support.exp: Remove reference
8513 to bug-gdb@prep.ai.mit.edu .
8514
8515 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
8516
8517 * lib/mi-support.exp (mi_load_shlibs): New.
8518 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
8519
8520 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
8521
8522 * lib/mi-support.exp (get_mi_thread_list)
8523 (check_mi_and_console_threads): New, moved from ...
8524 * gdb.mi/mi-pthread.exp: ...here.
8525 * gdb.mi/gdb669.exp (get_mi_thread_list)
8526 (check_mi_and_console_threads): Delete.
8527 * gdb.mi/mi2-pthread.exp: Likewise.
8528
8529 2008-07-28 Tom Tromey <tromey@redhat.com>
8530
8531 * Makefile.in (just-check): Remove. Move body to...
8532 (check): ... here.
8533
8534 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8535
8536 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
8537 Add a test for duplicated SIGINTs.
8538
8539 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8540
8541 * gdb.threads/schedlock.exp (get_args): Update to work for any
8542 value of NUM.
8543 (Top level): Report the number of threads that did not resume.
8544
8545 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8546
8547 * gdb.dwarf2/dw2-compressed.S: Also define __start.
8548
8549 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
8550
8551 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
8552 non-MI prompt.
8553
8554 2008-07-26 Tom Tromey <tromey@redhat.com>
8555
8556 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
8557 (function_struct, function_struct_ptr): New globals.
8558 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
8559 function pointer in a struct.
8560
8561 2008-07-26 Tom Tromey <tromey@redhat.com>
8562
8563 * gdb.base/macscp.exp: Add test for macro lexing bug.
8564
8565 2008-07-18 Tom Tromey <tromey@redhat.com>
8566
8567 * gdb.base/macscp.exp: Add macro tests.
8568
8569 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8570
8571 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
8572
8573 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8574
8575 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
8576
8577 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
8578
8579 * gdb.cp/class2.exp: fix for failure on spu-elf
8580
8581 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8582
8583 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
8584
8585 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8586
8587 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
8588
8589 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
8590
8591 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
8592
8593 2008-07-11 Kevin Buettner <kevinb@redhat.com>
8594
8595 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
8596 of regexp to account for changes made to GDB in the printing of
8597 byte vectors.
8598
8599 2008-07-11 Tom Tromey <tromey@redhat.com>
8600
8601 * gdb.base/completion.exp: Add 'help' completion test.
8602
8603 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8604
8605 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
8606
8607 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8608
8609 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
8610
8611 2008-07-09 Pedro Alves <pedro@codesourcery.com>
8612
8613 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
8614
8615 2008-07-09 Pedro Alves <pedro@codesourcery.com>
8616
8617 * gdb.base/fullname.exp: Restore pwd if compiling failed.
8618
8619 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8620
8621 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
8622
8623 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8624
8625 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
8626 previous commit. Add a comment.
8627
8628 2008-06-28 Pedro Alves <pedro@codesourcery.com>
8629
8630 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
8631
8632 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
8633
8634 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
8635
8636 2008-06-27 Pedro Alves <pedro@codesourcery.com>
8637
8638 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
8639 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
8640 compiling an executable, link in an object that forces unbuffered
8641 output.
8642 * lib/set_unbuffered_mode.c: New file.
8643
8644 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8645
8646 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
8647
8648 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
8649
8650 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
8651 mi_expect_stop.
8652 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
8653 Demand that *running is output.
8654 (detect_async): Perform checking every time.
8655 (mi_send_resuming_command): Extract everything into...
8656 (mi_send_resuming_command_raw): ...this.
8657 (mi_expect_stop): Don't accept any output before *stopped.
8658
8659 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
8660
8661 Robustify mi-simplerun.
8662 * gdb.mi/basics.c (main): Add a call to sleep.
8663 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
8664 * gdb.mi/mi2-cli.exp: Likewise.
8665 * gdb.mi/mi-break.exp: Likewise.
8666
8667 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
8668
8669 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
8670
8671 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8672
8673 * gdb.mi/mi-console.exp: Adjust.
8674 * gdb.mi/mi-syn-frame.exp: Adjust.
8675 * gdb.mi/mi2-console.exp: Adjust.
8676 * gdb.mi/mi2-syn-frame.exp: Adjust.
8677 * lib/mi-support.exp (mi_run_cmd): Adjust.
8678 (mi_send_resuming_command): Adjust.
8679
8680 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
8681
8682 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
8683 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
8684 testing of stopped.
8685 * gdb.mi/mi2-syn-frame.exp: Likewise.
8686 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
8687 (async, detect_async): New.
8688 (mi_expect_stop, mi_continue_to_line): Adjust expectation
8689 depending on if we're running in sync or async mode.
8690
8691 2008-06-09 Tom Tromey <tromey@redhat.com>
8692
8693 * gdb.base/completion.exp: New tests for field name completion
8694 with spaces, and field name completion with '->'.
8695
8696 2008-06-06 Tom Tromey <tromey@redhat.com>
8697
8698 * gdb.base/break1.c (struct some_struct): New struct.
8699 (values): New global.
8700 * gdb.base/completion.exp: Add field name completion test.
8701
8702 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8703
8704 * gdb.cp/call-c.exp: Test for incorrect handling of reference
8705 to pointer.
8706 * gdb.cp/call-c.cc: Likewise.
8707
8708 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
8709
8710 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
8711 annotation.
8712
8713 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8714 Pedro Alves <pedro@codesourcery.com>
8715
8716 * gdb.threads/execl.c, gdb.threads/execl1.c,
8717 gdb.threads/execl.exp: New tests.
8718
8719 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
8720 Daniel Jacobowitz <dan@codesourcery.com>
8721
8722 * gdb.cp/exception.exp: Activate test, make it work with pending
8723 catchpoints.
8724
8725 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8726
8727 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
8728
8729 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
8730
8731 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
8732 now printed.
8733 * gdb.mi/mi2-var-cmd.exp: Likewise.
8734
8735 2008-05-27 Andreas Schwab <schwab@suse.de>
8736
8737 * gdb.base/frame-args.exp: Handle arguments that are optimized
8738 out.
8739
8740 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
8741
8742 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
8743 quiet for ppc32 and group options into a single variable.
8744
8745 2008-05-23 Joel Brobecker <brobecker@adacore.com>
8746
8747 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
8748 of zero-size elements.
8749 * gdb.ada/null_array.exp: Test printing this new array.
8750
8751 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8752
8753 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
8754
8755 2008-05-21 Joel Brobecker <brobecker@adacore.com>
8756
8757 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
8758 of the "finish" command.
8759
8760 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
8761
8762 * gdb.base/annota1.exp: Test for new annotation.
8763
8764 2008-05-16 Pedro Alves <pedro@codesourcery.com>
8765
8766 * gdb.base/fixsection.exp: New file.
8767 * gdb.base/fixsection0.c: New file.
8768 * gdb.base/fixsection1.c: New file.
8769
8770 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8771
8772 * gdb.base/annota1.exp: Accept printf@... in place of printf.
8773 * gdb.base/annota3.exp: Likewise.
8774
8775 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
8776
8777 * gdb.base/watch_thread_num.exp: Don't run tests that require
8778 watchpoints if the target doesn't support them.
8779
8780 2008-05-12 Doug Evans <dje@google.com>
8781
8782 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
8783
8784 2008-05-09 Joel Brobecker <brobecker@adacore.com>
8785
8786 * gdb.ada/assign_1.exp: New testcase.
8787
8788 2008-05-09 Doug Evans <dje@google.com>
8789
8790 * gdb.base/find.exp: New file.
8791 * gdb.base/find.c: New file.
8792
8793 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
8794
8795 * gdb.base/commands.exp (watchpoint_command_test): Handle
8796 gdb,no_hardware_watchpoints.
8797 * gdb.base/float.exp: Allow ARM targets without floating point.
8798 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
8799
8800 2008-05-06 Jerome Guitton <guitton@adacore.com>
8801 Joel Brobecker <brobecker@adacore.com>
8802
8803 * gdb.ada/lang_switch: New test program.
8804 * gdb.ada/lang_switch.exp: New testcase.
8805
8806 2008-05-05 Doug Evans <dje@google.com>
8807
8808 * gdb.base/help.exp (disassemble): Update expected help text.
8809
8810 2008-05-04 Pedro Alves <pedro@codesourcery.com>
8811
8812 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
8813
8814 2008-05-04 Pedro Alves <pedro@codesourcery.com>
8815
8816 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
8817 different times.
8818
8819 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8820
8821 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
8822 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
8823 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
8824 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
8825
8826 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
8827
8828 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
8829 notification to appear.
8830
8831 2008-05-04 Daniel Jacobowitz <dan@debian.org>
8832
8833 * gdb.base/fullname.c: New file.
8834 * gdb.base/fullname.exp: New file.
8835 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
8836
8837 2008-05-03 Pedro Alves <pedro@codesourcery.com>
8838
8839 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
8840 expressions with macros.
8841
8842 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8843
8844 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
8845
8846 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
8847
8848 * gdb.base/completion.exp: Handle lack of other symbols beginning
8849 with "a".
8850
8851 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
8852
8853 2008-05-02 Jim Blandy <jimb@codesourcery.com>
8854
8855 * gdb.asm/asmsrc1.s: Add scratch space.
8856
8857 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8858 Daniel Jacobowitz <dan@codesourcery.com>
8859
8860 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
8861 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
8862 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
8863
8864 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
8865
8866 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
8867
8868 2008-05-01 Joel Brobecker <brobecker@adacore.com>
8869
8870 * gdb.base/info-target.exp: New testcase.
8871
8872 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8873
8874 * gdb.cp/hang.exp: Use .cc instead of .C.
8875 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
8876 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
8877
8878 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8879
8880 * gdb.base/gdb1250.exp: Remove perror.
8881 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
8882
8883 2008-04-30 Pedro Alves <pedro@codesourcery.com>
8884
8885 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
8886 .2byte.
8887
8888 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
8889
8890 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
8891 (maybe_kfail): New.
8892
8893 2008-04-25 Pedro Alves <pedro@codesourcery.com>
8894
8895 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
8896
8897 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8898
8899 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
8900 * gdb.mi/mi2-syn-frame.exp: Likewise.
8901 * lib/mi-support.exp: Likewise.
8902
8903 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8904
8905 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
8906 to specify regexp for the location to stop at.
8907 * gdb.base/break-always.c: New.
8908 * gdb.base/break-always.exp: New.
8909
8910 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8911
8912 * lib/mi-support.exp (mi_runto_helper): Adjust
8913 for the original-location field.
8914 (mi_create_breakpoint, mi_list_breakpoints): New.
8915 * gdb.mi/mi-break.exp: Adjust.
8916 * gdb.mi/mi2-break.exp: Adjust.
8917 * gdb.mi/mi-pending.exp: Adjust.
8918 * gdb.mi/mi-simplerun.exp: Adjust.
8919 * gdb.mi/mi2-simplerun.exp: Adjust.
8920 * gdb.mi/mi-syn-frame.exp: Adjust.
8921 * gdb.mi/mi2-syn-frame.exp: Adjust.
8922 * gdb.mi/mi-until.exp: Adjust.
8923 * gdb.mi/mi2-until.exp: Adjust.
8924 * gdb.mi/mi-var-display.exp: Adjust.
8925 * gdb.mi/mi2-var-display.exp: Adjust.
8926 * gdb.mi/mi-watch.exp: Adjust.
8927 * gdb.mi/mi2-watch.exp: Adjust.
8928
8929 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
8930
8931 * aclocal.m4: Add override.m4.
8932 * configure: Regenerate.
8933
8934 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
8935
8936 * gdb.mi/var-cmd.c (do_at_tests): Verify that
8937 '-var-update --all-values' reports new value even the type
8938 of a variable object has changed.
8939
8940 2008-04-18 Craig Silverstein <csilvers@google.com>
8941
8942 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
8943 files.
8944
8945 2008-04-18 Joel Brobecker <brobecker@adacore.com>
8946
8947 * gdb.ada/atomic_enum: New test program.
8948 * gdb.ada/atomic_enum.exp: New testcase.
8949
8950 2008-04-17 Doug Evans <dje@google.com>
8951
8952 * gdb.opt/Makefile.in: Fix whitespace.
8953
8954 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8955
8956 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
8957
8958 2008-04-17 Doug Evans <dje@google.com>
8959
8960 * gdb.base/hashline1.exp: New testcase.
8961 * gdb.base/hashline2.exp: New testcase.
8962 * gdb.base/hashline2.exp: New testcase.
8963
8964 2008-04-17 Pedro Alves <pedro@codesourcery.com>
8965
8966 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
8967
8968 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
8969
8970 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
8971 temporary breakpoint to match "Temporary breakpoint".
8972 * gdb.base/break.exp (delete_breakpoints): Likewise.
8973 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
8974 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
8975 * gdb.base/display.exp: Likewise.
8976 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
8977 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
8978 * gdb.base/restore.exp (restore_tests): Likewise.
8979 * gdb.base/sepdebug.exp: Likewise.
8980 * gdb.base/watchpoint.exp: Likewise.
8981 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
8982 * gdb.mi/mi-pending.exp: Likewise.
8983 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
8984 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
8985 * gdb.mi/mi-var-cmd.exp: Likewise.
8986 * gdb.mi/mi-var-display.exp: Likewise.
8987 * gdb.mi/mi2-cli.exp: Likewise.
8988 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
8989 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
8990 * gdb.mi/mi2-var-display.exp: Likewise.
8991 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
8992 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
8993 new "disp" field.
8994 (mi_expect_stop): Move after_reason argument to be really after
8995 reason. This is to support fix for PR2424.
8996
8997 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8998
8999 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
9000
9001 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
9002
9003 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
9004 field. Add more floating varobj tests.
9005 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
9006 field.
9007 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
9008 (main): Call do_at_tests.
9009 * lib/mi-support.exp (mi_create_floating_varobj)
9010 (mi_varobj_update_with_type_change): New.
9011
9012 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
9013
9014 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
9015 option of -var-evaluate-expression.
9016 * gdb.mi/mi2-var-display.exp: Likewise.
9017
9018 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
9019
9020 Introduce test setup helpers.
9021 * lib/gdb.exp (build_executable, clean_restart)
9022 (prepare_for_testing): New.
9023 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
9024 * gdb.base/return.exp: Likewise.
9025 * gdb.base/ending-run.exp: Likewise.
9026
9027 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
9028
9029 * gdb.mi/mi-async.exp: New test for asynchronous Machine
9030 Interface (MI) responses.
9031
9032 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
9033
9034 * gdb.cp/breakpoint.cc: New code to test conditions involving
9035 member variables.
9036 * gdb.cp/breakpoint.exp: Test condition involving member
9037 variables.
9038
9039 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
9040
9041 * lib/mi-support.exp (mi_expect_stop): New.
9042 (mi_run_cmd): Change the
9043 token. Use mi_send_resuming_command, use
9044 mi_expect_stop.
9045 (mi_execute_to_helper): Rename to mi_execute_to.
9046 (mi_send_resuming_command): Add more error patterns.
9047 (mi_wait_for_stop): Renamed to...
9048 (mi_get_stop_line): ...this.
9049 (mi_run_inline_test): Adjust.
9050
9051 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
9052 * gdb.mi/mi-console.exp: Likewise.
9053 * gdb.mi/mi-pending.exp: Likewise.
9054 * gdb.mi/mi-simplerun.exp: Likewise.
9055 * gdb.mi/mi-stack.exp: Likewise.
9056 * gdb.mi/mi-stepi.exp: Likewise.
9057 * gdb.mi/mi-syn-frame.exp: Add comment.
9058 * gdb.mi/mi-until.exp: Likewise.
9059 * gdb.mi/mi-var-display.exp: Likewise.
9060 * gdb.mi/mi-watch.exp: Likewise.
9061 * gdb.mi/mi2-cli.exp: Likewise.
9062 * gdb.mi/mi2-console.exp: Likewise.
9063 * gdb.mi/mi2-simplerun.exp: Likewise.
9064 * gdb.mi/mi2-stack.exp: Likewise.
9065 * gdb.mi/mi2-stepi.exp: Likewise.
9066 * gdb.mi/mi2-until.exp: Likewise.
9067 * gdb.mi/mi2-var-display.exp: Likewise.
9068 * gdb.mi/mi2-watch.exp: Likewise.
9069
9070 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9071
9072 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
9073
9074 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
9075
9076 2008-04-04 Pedro Alves <pedro@codesourcery.com>
9077
9078 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
9079 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
9080 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9081 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
9082 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
9083 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
9084 expect an mi error duplicated in stderr.
9085
9086 2008-04-03 Joel Brobecker <brobecker@adacore.com>
9087
9088 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
9089 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
9090 Add a couple of tests that verify the behavior when the new setting
9091 is set to "cancel" and "all".
9092 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
9093 "ask" before we start the testing.
9094
9095 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9096
9097 * gdb.cp/casts.cc: Add class reference variables.
9098 * gdb.cp/casts.exp: New test cases for up/down casting references.
9099
9100 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
9101
9102 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
9103 instead of beginning to make an extra test pass.
9104 * gdb.mi/mi2-var-display.exp: Likewise.
9105
9106 2008-03-31 Maciej W. Rozycki <macro@mips.com>
9107
9108 * gdb.base/break.exp: Mark failures as such. Fix formatting.
9109
9110 2008-03-31 Markus Deuling <deuling@de.ibm.com>
9111 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9112
9113 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
9114 value. Add xfail for older kernels.
9115
9116 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
9117
9118 Bring mi-support in line with gdb.exp.
9119 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
9120 (mi_gdb_start): New function.
9121
9122 2008-03-28 Maciej W. Rozycki <macro@mips.com>
9123
9124 * gdb.mi/mi-var-cmd.exp: Fix a typo.
9125
9126 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9127
9128 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
9129 * gdb.mi/mi2-var-display.exp: Likewise.
9130
9131 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9132
9133 * lib/mi-support.exp (mi_create_varobj_checked): New.
9134 (mi_list_varobj_children): Allow to check for a
9135 value.
9136 (mi_list_array_varobj_children): New.
9137
9138 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
9139 and mi_list_varobj_children, as opposed to hardcoding
9140 expected strings.
9141 * gdb.mi/gdb701.exp: Likewise.
9142 * gdb.mi/gdb792.exp: Likewise.
9143 * gdb.mi/mi-var-block.exp: Likewise.
9144 * gdb.mi/mi-var-cmd.exp: Likewise.
9145 * gdb.mi/mi-var-invalidate.exp: Likewise.
9146 * gdb.mi/mi2-var-block.exp: Likewise.
9147 * gdb.mi/mi2-var-child.exp: Likewise.
9148 * gdb.mi/mi2-var-cmd.exp: Likewise.
9149 * gdb.mi/mi2-var-display.exp: Likewise.
9150
9151 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9152
9153 Fix random false FAILs on i386.
9154 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
9155
9156 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9157
9158 PR gdb/544
9159 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
9160
9161 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9162
9163 PR gdb/544
9164 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
9165
9166 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9167
9168 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
9169 fixed PR gdb/544.
9170
9171 2008-03-21 Pedro Alves <pedro@codesourcery.com>
9172
9173 * gdb.threads/fork-child-threads.exp: Test next over fork.
9174
9175 2008-03-21 Chris Demetriou <cgd@google.com>
9176
9177 * gdb.base/break.exp (rbreak junk): New test for rbreak
9178 "Junk at end of arguments" issue.
9179
9180 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9181
9182 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
9183 *& to work on created array elements.
9184 (Top level): Test print $pc with a file. Test string operations
9185 without a target.
9186 * gdb.base/ptype.exp: Do not expect *& to work on created array
9187 elements.
9188
9189 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9190
9191 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
9192 gdb.threads/staticthreads.exp: Update exit query.
9193
9194 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
9195
9196 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
9197
9198 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9199
9200 * gdb.base/watchpoint.c (global_ptr, func4): New.
9201 (main): Call func4.
9202 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
9203 (test_inaccessible_watchpoint): New.
9204
9205 2008-02-29 Maciej W. Rozycki <macro@mips.com>
9206
9207 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
9208 select the largest.
9209
9210 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9211
9212 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
9213 frames-invalid annotations.
9214
9215 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
9216
9217 * gdb.base/assign.exp: avoid same output for different tests.
9218
9219 2008-02-27 Doug Evans <dje@google.com>
9220
9221 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
9222 for bug 1738.
9223 (breakpoint_to_handler_entry): Ditto.
9224
9225 2008-02-27 Joel Brobecker <brobecker@adacore.com>
9226
9227 * gdb.base/ending-run.exp: Use the first line of code inside
9228 function body to test breakpoints.
9229 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
9230 location where the breakpoint is inserted when using the line
9231 where a function is declared. Fix typo in the description of
9232 one of the tests.
9233 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
9234
9235 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
9236
9237 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
9238 tests.
9239
9240 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
9241
9242 * gdb.base/args.exp: avoid same output for tests
9243 with single quotes.
9244
9245 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
9246
9247 * gdb.base/annota1.exp: Adjust for 'info break'
9248 format changes.
9249 * gdb.base/annota3.exp: Likewise.
9250 * gdb.base/break.exp: Likewise.
9251 * gdb.base/condbreak.exp: Likewise.
9252 * gdb.base/pending.exp: Likewise.
9253 * gdb.base/sepdebug.exp: Likewise.
9254 * gdb.base/unload.exp: Likewise.
9255 * gdb.cp/ovldbreak.exp: Likewise.
9256 * gdb.mi/mi-pending.exp: Likewise.
9257
9258 2008-02-07 Doug Evans <dje@google.com>
9259
9260 * gdb.cp/mb-inline.exp: New.
9261 * gdb.cp/mb-inline.h: New.
9262 * gdb.cp/mb-inline1.cc: New.
9263 * gdb.cp/mb-inline2.cc: New.
9264
9265 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9266
9267 * gdb.pascal/floats.pas: New test program.
9268 * gdb.pascal/floats.exp: New testcase.
9269
9270 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9271
9272 * gdb.base/callfuncs.c (t_float_many_args): New function.
9273 (t_double_many_args): New function.
9274 * gdb.base/callfuncs.exp: Add tests for exceeding float
9275 and double parameters passed through the stack.
9276
9277 2008-02-05 Joel Brobecker <brobecker@adacore.com>
9278
9279 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
9280 gdb.ada/complete/foo.adb: New files.
9281 * gdb.ada/complete.exp: New testcase.
9282
9283 2008-02-03 Doug Evans <dje@google.com>
9284
9285 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
9286
9287 * gdb.cp/gdb2384.exp: New file.
9288 * gdb.cp/gdb2384.cc: New file.
9289 * gdb.cp/gdb2384-base.h: New file.
9290 * gdb.cp/gdb2384-base.cc: New file.
9291
9292 2008-02-02 Doug Evans <dje@google.com>
9293
9294 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
9295
9296 2007-02-01 Joel Brobecker <brobecker@adacore.com>
9297
9298 * gdb.ada/sym_print_name: New test program.
9299 * gdb.ada/sym_print_name.exp: New testcase.
9300
9301 2007-02-01 Joel Brobecker <brobecker@adacore.com>
9302
9303 * gdb.ada/nested/hello.adb: New file.
9304 * gdb.ada/nested.exp: New testcase.
9305 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9306
9307 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
9308
9309 * gdb.mi/basic.c (return_1): New function.
9310 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
9311 don't cause future evaluations of function to report
9312 creation of internal breakpoints.
9313
9314 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
9315
9316 * gdb.mi/mi-break.exp (test_error): New.
9317 Call it.
9318
9319 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
9320
9321 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
9322 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
9323
9324 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
9325
9326 * gdb.pascal/integers.pas: New test program.
9327 * gdb.pascal/integers.exp: New testcase.
9328
9329 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
9330
9331 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
9332
9333 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
9334
9335 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
9336 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
9337
9338 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
9339
9340 * gdb.ada/formatted_ref: New test program.
9341 * gdb.ada/formatted_ref.exp: New testcase.
9342
9343 * gdb.cp/formatted-ref.cc: New file.
9344 * gdb.cp/formatted-ref.exp: New testcase.
9345
9346 2008-01-30 Joel Brobecker <brobecker@adacore.com>
9347
9348 * gdb.base/ptype.exp: Add testing of "ptype $pc".
9349
9350 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9351
9352 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
9353 (test_file_list_exec_source_file): Update to new macro-info field.
9354
9355 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
9356
9357 * gdb.ada/exprs: New test program.
9358 * gdb.ada/exprs.exp: New testcase.
9359
9360 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9361
9362 * dfp-test.c (DELTA, DELTA_B): New definitions.
9363 (double_val1, double_val2, double_val3, double_val4, double_val5,
9364 double_val6, double_val7, double_val8, double_val9, double_val10,
9365 double_val11, double_val12, double_val13, double_val14, dec32_val1,
9366 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
9367 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
9368 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
9369 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
9370 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
9371 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
9372 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
9373 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
9374 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
9375 dec128_val16): New global variables.
9376 (decimal_dec128_align): New function.
9377 (decimal_mixed): Likewise.
9378 (decimal_many_args_dec32): Likewise.
9379 (decimal_many_args_dec64): Likewise.
9380 (decimal_many_args_dec128): Likewise.
9381 (decimal_many_args_mixed): Likewise.
9382 * dfp-test.exp: Add tests calling new inferior functions.
9383
9384 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9385
9386 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
9387 gdb.server/ext-run.exp: New files.
9388 * lib/gdbserver-support.exp (gdbserver_download): New.
9389 (gdbserver_start): New. Update gdbserver expected
9390 output.
9391 (gdbserver_spawn): Use them.
9392 (gdbserver_start_extended): New.
9393
9394 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9395
9396 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
9397 Run on GNU/Linux.
9398 (do_exec_tests): Check for systems which do not support catchpoints.
9399 Do not match START.
9400 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
9401 Run on GNU/Linux. Enable verbose output.
9402 (check_fork_catchpoints): New.
9403 (explicit_fork_child_follow, catch_fork_child_follow)
9404 (tcatch_fork_parent_follow): Update expected messages.
9405 (do_fork_tests): Use check_fork_catchpoints.
9406 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
9407 Run on GNU/Linux. Enable verbose output.
9408 (check_vfork_catchpoints): New.
9409 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
9410 expected messages.
9411 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
9412
9413 2008-01-29 Jim Blandy <jimb@red-bean.com>
9414
9415 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
9416 host' errors.
9417 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
9418
9419 2008-01-29 Jim Blandy <jimb@red-bean.com>
9420
9421 * gdb.threads/sigthread.c: Use barriers to ensure that
9422 child_thread and child_thread_two are always initialized before we
9423 start to use them.
9424
9425 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
9426
9427 * gdb.base/watchpoint-solib.exp: New.
9428 * gdb.base/watchpoint-solib.c: New.
9429 * gdb.base/watchpoint-solib-shr.c: New.
9430
9431 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
9432
9433 * gdb.base/gdb1056.exp: Add unsigned integer test.
9434
9435 2008-01-28 Doug Evans <dje@google.com>
9436
9437 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
9438
9439 2008-01-27 Jim Blandy <jimb@codesourcery.com>
9440
9441 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
9442
9443 * gdb.base/expand-psymtabs.exp: Doc fix.
9444
9445 2008-01-26 Mark Kettenis <kettenis@gnu.org>
9446
9447 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9448
9449 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
9450
9451 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
9452 -var-set-format.
9453
9454 2008-01-23 Chris Demetriou <cgd@google.com>
9455
9456 * gdb.threads/thread_events.c: New testcase source file.
9457 * gdb.threads/thread_events.exp: New testcase expect file.
9458
9459 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
9460
9461 * lib/gdb.exp: Add the variable octal.
9462
9463 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
9464 -var-set-format.
9465
9466 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
9467 Vladimir Prus <vladimir@codesourcery.com>
9468
9469 * gdb.base/float.exp: Allow missing floating point for m68k and
9470 PowerPC.
9471
9472 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
9473
9474 * gdb.mi/basics.c: Setup for testing breakpoints
9475 ignore count.
9476 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
9477 * gdb.mi/mi-cli.exp: Adjust.
9478 * gdb.mi/mi2-cli.exp: Adjust.
9479
9480 2008-01-17 Pedro Alves <pedro@codesourcery.com>
9481
9482 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
9483 and 'dummy_ptr' integer pointer. Initialize struct_declarations
9484 with dummy_ptr's address.
9485 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
9486 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
9487 all targets.
9488 * gdb.mi/mi2-var-child.exp: Likewise.
9489
9490 2008-01-09 Joel Brobecker <brobecker@adacore.com>
9491
9492 * gdb.ada/null_array: New test program.
9493 * gdb.ada/null_array.exp: New testcase.
9494
9495 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
9496
9497 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
9498 with required float modifiers.
9499
9500 2008-01-08 Joel Brobecker <brobecker@adacore.com>
9501
9502 * gdb.ada/funcall_param: New test program.
9503 * gdb.ada/funcall_param.exp: New testcase.
9504
9505 2008-01-08 Joel Brobecker <brobecker@adacore.com>
9506
9507 * gdb.ada/arrayparam: New test program.
9508 * gdb.ada/arrayparam.exp: New testcase.
9509
9510 2008-01-08 Joel Brobecker <brobecker@adacore.com>
9511
9512 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
9513 landed. Should also fix random failures in the test following it.
9514
9515 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9516
9517 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
9518 for expressions with decimal float values.
9519 (test_dfp_conversions): New function to test casts to and from
9520 decimal float types.
9521 Call test_dfp_conversions.
9522 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
9523 elements.
9524 (main): Initialize ds.float4 and ds.double8 elements.
9525 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
9526 string to new error message.
9527 (d64_set_tests): Likewise.
9528 (d128_set_tests): Likewise.
9529 Add tests for expressions with decimal float variables. Add tests for
9530 conversions to and from decimal float types.
9531
9532 2008-01-05 Joel Brobecker <brobecker@adacore.com>
9533
9534 * gdb.ada/packed_tagged/comp_bug.adb: New file.
9535 * gdb.ada/packed_tagged.exp: New testcase.
9536
9537 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9538
9539 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
9540 gdb.ada/homonym/homonym_main.adb: New files.
9541 * gdb.ada/homonym.exp: New testcase.
9542
9543 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9544
9545 * gdb.ada/packed_array.exp: Add testing of references to
9546 a packed array.
9547
9548 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9549
9550 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
9551 New files.
9552 * gdb.ada/type_coercion.exp: New testcase.
9553
9554 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9555
9556 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
9557 gdb.ada/tagged/foo.adb: New file.
9558 * gdb.ada/tagged.exp: New testcase.
9559
9560 2008-01-04 Joel Brobecker <brobecker@adacore.com>
9561
9562 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
9563 gdb.ada/ptype_field/foo.adb: New files.
9564 * gdb.ada/ptype_field.exp: New testcase.
9565
9566 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9567
9568 * gdb.ada/print_pc.exp: New testcase.
9569
9570 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9571
9572 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
9573 gdb.ada/taft_type/p.adb: New files.
9574 * gdb.ada/taft_type.exp: New testcase.
9575
9576 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9577
9578 * gdb.ada/array_bounds/bar.adb: New file.
9579 * gdb.ada/array_bounds.exp: New testcase.
9580
9581 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9582
9583 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
9584 gdb.ada/arrayptr/foo.adb: New files.
9585 * gdb.ada/arrayptr.exp: New testcase.
9586
9587 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9588
9589 * gdb.base/set-lang-auto.exp: New testcase.
9590
9591 2008-01-03 Joel Brobecker <brobecker@adacore.com>
9592
9593 * gdb.ada/fun_addr/foo.adb: New file.
9594 * gdb.ada/fun_addr.exp: New testcase.
9595
9596 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9597
9598 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
9599 New files
9600
9601 2008-01-02 Joel Brobecker <brobecker@adacore.com>
9602
9603 * array_subscript_addr/p.adb: New file.
9604 * array_subscript_addr.exp: New testcase.
9605
9606 2008-01-02 Joel Brobecker <brobecker@adacore.com>
9607
9608 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
9609 New files.
9610 * gdb.ada/str_cmp_ref.exp: New testcase.
9611
9612 2008-01-01 Joel Brobecker <brobecker@adacore.com>
9613
9614 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
9615 gdb.ada/fun_in_declare/foo.adb: New files.
9616 * gdb.ada/fun_in_declare.exp: New testcase.
9617
9618 2008-01-01 Joel Brobecker <brobecker@adacore.com>
9619
9620 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
9621 gdb.ada/ref_param/pck.ads: New files.
9622 * gdb.ada/ref_param.exp: New testcase.
9623
9624 2008-01-01 Joel Brobecker <brobecker@adacore.com>
9625
9626 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
9627 gdb.ada/interface/foo.adb: New files.
9628 * gdb.ada/interface.exp: New testcase.
9629
9630 2007-12-31 Jim Blandy <jimb@codesourcery.com>
9631
9632 * gdb.base/multi-forks.exp: Consume all output from child
9633 processes before proceeding to next test.
9634
9635 2007-12-29 Jim Blandy <jimb@codesourcery.com>
9636
9637 * configure: Regenerated.
9638
9639 2007-12-27 Joel Brobecker <brobecker@adacore.com>
9640
9641 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
9642 gdb.ada/fixed_cmp/fixed.adb: New files.
9643 * gdb.ada/fixed_cmp.exp: New testcase.
9644
9645 2007-12-27 Joel Brobecker <brobecker@adacore.com>
9646
9647 * gdb.ada/boolean_expr.exp: New testcase.
9648
9649 2007-12-26 Jim Blandy <jimb@codesourcery.com>
9650
9651 * gdb.base/multi-forks.exp: Doc fix.
9652
9653 2007-12-26 Joel Brobecker <brobecker@adacore.com>
9654
9655 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9656 * gdb.ada/char_param.exp: Do not compile our test program with
9657 -gnata, this is unnecessary.
9658 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
9659
9660 2007-12-24 Joel Brobecker <brobecker@adacore.com>
9661
9662 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
9663 gdb.ada/print_chars/foo.adb: New files.
9664 * gdb.ada/print_chars.exp: New testcase.
9665
9666 2007-12-24 Joel Brobecker <brobecker@adacore.com>
9667
9668 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
9669 gdb.ada/char_param/foo.adb: New files.
9670 * gdb.ada/char_param.exp: New testcase.
9671
9672 2007-12-22 Jim Blandy <jimb@codesourcery.com>
9673
9674 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
9675 hard-coding source line numbers into the test.
9676 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
9677 gdb_get_line_number to find.
9678
9679 2007-12-22 Joel Brobecker <brobecker@adacore.com>
9680
9681 * gdb.base/ptype.c (highest): New struct type.
9682 (the_highest): New variable of that type.
9683 (main): Add dummy assignment to a field of variable the_highest.
9684 * gdb.base/ptype.exp: Test type printing of our new variable.
9685
9686 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
9687
9688 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
9689 and record first explicitly generated thread number.
9690 Use that thread number for thread specific watchpoint test.
9691 Add iteration number to repetitive tests.
9692
9693 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
9694 Jim Blandy <jimb@codesourcery.com>
9695
9696 * gdb.base/expand-psymtabs.c: New testcase
9697 source file.
9698 * gdb.base/expand-psymtabs.exp: New testcase
9699 expect file.
9700
9701 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
9702
9703 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
9704 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
9705
9706 2007-12-17 Joel Brobecker <brobecker@adacore.com>
9707
9708 * gdb.ada/frame_args/foo.adb: New file.
9709 * gdb.ada/frame_args/pck.ads: New file.
9710 * gdb.ada/frame_args/pck.adb: New file.
9711 * gdb.ada/frame_args.exp: New testcase.
9712
9713 2007-12-17 Joel Brobecker <brobecker@adacore.com>
9714
9715 * gdb.base/frame-args.c: New file.
9716 * gdb.base/frame-args.exp: New testcase.
9717
9718 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
9719 Joseph Myers <joseph@codesourcery.com>
9720
9721 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
9722
9723 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
9724
9725 * gdb.mi/mi-pending.exp: New.
9726 * gdb.mi/mi-pending.c: New.
9727 * gdb.mi/mi-pendshr.c: New.
9728
9729 2007-12-06 Jim Blandy <jimb@codesourcery.com>
9730
9731 * gdb.base/default.exp: Update expected output for 'info catch'.
9732
9733 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9734
9735 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
9736 must be set to binary.
9737
9738 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
9739
9740 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
9741
9742 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9743
9744 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
9745 gdb.mi/mi-file-transfer.exp: New.
9746
9747 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9748
9749 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
9750
9751 2007-11-22 Maciej W. Rozycki <macro@mips.com>
9752
9753 * gdb.trace/backtrace.exp: Fix a typo.
9754 * gdb.trace/circ.exp: Likewise.
9755 * gdb.trace/collection.exp: Likewise.
9756 * gdb.trace/limits.exp: Likewise.
9757 * gdb.trace/report.exp: Likewise.
9758 * gdb.trace/tfind.exp: Likewise.
9759 * gdb.trace/while-dyn.exp: Likewise.
9760
9761 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
9762
9763 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
9764 objects of pointers that can't be dereferenced are now
9765 "noneditable".
9766
9767 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9768
9769 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
9770 (target_cpu): Remove.
9771
9772 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
9773
9774 * gdb.base/ending-run.exp: Expect the list of cleared
9775 breakpoint to come in natural order, not the reversed one.
9776
9777 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
9778
9779 * gdb.mi/mi-var-child.c (do_child_deletion): New.
9780 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
9781
9782 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
9783
9784 * gdb.base/printcmds.exp: New function
9785 test_printf_with_dfp.
9786
9787 2007-11-02 Doug Evans <dje@google.com>
9788
9789 * gdb.disasm/t01_mov.s: Remove carriage returns.
9790 * gdb.disasm/t02_mova.s: Ditto.
9791 * gdb.disasm/t03_add.s: Ditto.
9792 * gdb.disasm/t04_sub.s: Ditto.
9793 * gdb.disasm/t05_cmp.s: Ditto.
9794 * gdb.disasm/t06_ari2.s: Ditto.
9795 * gdb.disasm/t07_ari3.s: Ditto.
9796 * gdb.disasm/t08_or.s: Ditto.
9797 * gdb.disasm/t09_xor.s: Ditto.
9798 * gdb.disasm/t10_and.s: Ditto.
9799 * gdb.disasm/t11_logs.s: Ditto.
9800 * gdb.disasm/t12_bit.s: Ditto.
9801 * gdb.disasm/t13_otr.s: Ditto.
9802
9803 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9804
9805 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
9806
9807 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9808
9809 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
9810 provide DFP support.
9811
9812 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
9813
9814 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
9815 Test "set powerpc vector-abi". Skip auto-detection tests for old
9816 toolchains.
9817
9818 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9819
9820 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
9821 with [string compare].
9822
9823 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
9824
9825 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
9826 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
9827
9828 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
9829
9830 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
9831 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
9832 * gdb.opt/Makefile.in: New makefile.
9833 * Makefile.in: Create new directory "gdb.opt".
9834 * configure.ac: Add "gdb.opt" directory.
9835 * configure: Regenerated.
9836
9837 2007-10-25 Doug Evans <dje@google.com>
9838
9839 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
9840 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
9841
9842 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
9843 Thiago Jung Bauermann <bauerman@br.ibm.com>
9844
9845 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
9846 Floating Point expressions.
9847 * gdb.base/dfp-test.exp: new file adding tests for Decimal
9848 Floating Point variables.
9849 * gdb.base/dfp-test.c: new file containing program with Decimal
9850 Floating variables, used by gdb.base/dfp-test.exp.
9851
9852 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9853
9854 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
9855
9856 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9857
9858 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
9859 compiling test case with GCC.
9860 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
9861
9862 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9863
9864 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9865 format changes.
9866
9867 2007-10-18 Michael Snyder <msnyder@specifix.com>
9868
9869 * gdb.base/dbx.exp: Add missing "-re " operator.
9870
9871 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
9872
9873 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
9874 * configure.ac: Removed trailing spaces after backslash.
9875 * gdb.modula2: New directory.
9876 * gdb.modula2/Makefile.in: New file.
9877 * gdb.modula2/unbounded-array.exp: New file.
9878 * gdb.modula2/unbounded1.c: New file.
9879
9880 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
9881
9882 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
9883
9884 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
9885
9886 * gdb.base/sigstep.c (main): Add checks for
9887 return values for setitimer call.
9888 Call setitimer again with itimer = ITIMER_REAL
9889 if first call to setitimer fails.
9890
9891 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
9892
9893 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
9894 of $timeout.
9895
9896 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9897
9898 * gdb.server/server-run.exp: Test for dynamic linker symbols.
9899
9900 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
9901
9902 * lib/gdb.exp (gdb_run_cmd): Move comment outside
9903 of gdb_expect call, to avoid interruption.
9904
9905 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
9906
9907 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
9908 (v_unsigned_long_long, v_long_long_array)
9909 (v_signed_long_long_array, v_unsigned_long_long_array)
9910 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
9911 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
9912 [!NO_LONG_LONG]: New.
9913 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
9914 v_long_long_member.
9915
9916 (v_long_long_func, v_signed_long_long_func)
9917 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
9918 (main) [!NO_LONG_LONG]: Initialize long long variants.
9919
9920 * gdb.base/whatis.exp: If board file requests no_long_long, build
9921 test with NO_LONG_LONG defined. Test long long, signed long long,
9922 and unsigned long long variants but only if board file doesn't
9923 disable it.
9924
9925 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
9926 Daniel Jacobowitz <dan@codesourcery.com>
9927
9928 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
9929 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
9930 * configure: Regenerated.
9931 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
9932 gdb.pascal/types.exp, lib/pascal.exp: New files.
9933
9934 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
9935
9936 * gdb.cp/classes.exp (do_tests): Always step to the line after the
9937 call.
9938 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
9939 to return to the call.
9940 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
9941 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
9942 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
9943 * gdb.mi/mi-until.exp (test_until): Likewise.
9944 * gdb.mi/mi2-until.exp (test_until): Likewise.
9945
9946 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
9947
9948 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
9949 two-char array.
9950 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
9951
9952 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
9953
9954 * gdb.threads/watchthreads.c (thread_function): Sleep between
9955 iterations.
9956 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
9957 at once for S/390. Generate matching fails and passes.
9958
9959 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
9960
9961 * gdb.mi/var-cmd.c (do_children_tests): Initialize
9962 the 'struct_declarations' variable to zeros.
9963
9964 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
9965
9966 * gdb.cp/mb-ctor.cc: New.
9967 * gdb.cp/mb-ctor.exp: New.
9968 * gdb.cp/mb-templates.cc: New.
9969 * gdb.cp/mb-templates.exp: New.
9970
9971 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
9972
9973 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
9974
9975 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
9976
9977 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
9978 targets.
9979 * configure: Regenerate.
9980
9981 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
9982
9983 * gdb.base/annota1.exp: Adjust for 'info break'
9984 format changes.
9985 * gdb.base/annota3.exp: Likewise.
9986 * gdb.base/break.exp: Likewise.
9987 * gdb.base/condbreak.exp: Likewise.
9988 * gdb.base/pending.exp: Likewise.
9989 * gdb.base/sepdebug.exp: Likewise.
9990 * gdb.base/unload.exp: Likewise.
9991 * gdb.base/ovldbreak.exp: Likewise.
9992
9993 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
9994
9995 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
9996 messages.
9997 * gdb.base/chng-syms.exp: Likewise.
9998 * gdb.base/unload.exp: Likewise.
9999
10000 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10001
10002 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
10003
10004 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10005
10006 * schedlock.c (NUM): Change to 1.
10007 (main): Use args[0] for the main thread.
10008 * schedlock.exp: Only expect two threads. Only issue one pass or fail
10009 regardless of the number of threads.
10010
10011 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10012
10013 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
10014 type down.
10015 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10016 test.
10017 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
10018 watchpoint type down.
10019 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10020 test.
10021
10022 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10023
10024 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
10025 Move all the tests here and run them twice, once using software
10026 watchpoints and once using hardware watchpoints.
10027 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
10028
10029 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
10030
10031 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
10032 test.
10033
10034 2007-09-10 Mark Kettenis <kettenis@gnu.org>
10035
10036 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
10037 build-id.
10038
10039 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
10040 know about $ORIGIN. Calculate output dir from $dest instead of
10041 using ${objdir}/{$subdir}.
10042
10043 2007-09-09 Mark Kettenis <kettenis@gnu.org>
10044
10045 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
10046 gcore, before continuing with the test.
10047
10048 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
10049
10050 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
10051 * gdb.mi/mi-watch.exp: Likewise.
10052
10053 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10054 Jim Blandy <jimb@codesourcery.com>
10055
10056 * gdb.arch/i386-sse.exp: Do not expect character constants.
10057 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
10058 * gdb.base/display.exp: Allow print/s.
10059 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
10060 and unsigned char array changes.
10061
10062 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10063
10064 * gdb.base/display.exp: Add tests for printf %p.
10065
10066 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10067
10068 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
10069 the dll name to unicode.
10070
10071 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10072
10073 * gdb.base/default.exp (show version): Update the version text.
10074 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
10075
10076 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10077
10078 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
10079 New files.
10080
10081 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10082
10083 * lib/gdb.exp (build_id_debug_filename_get): New function.
10084 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
10085 Remove the generate DEBUG file for the future testcase runs.
10086 New testcase for the NT_GNU_BUILD_ID retrieval.
10087 Move the final testing step to ...
10088 (test_different_dir): ... a new function.
10089 New parameter XFAIL to XFAIL all the tests performed.
10090 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
10091 New parameter TYPE to PF_PREFIX all the tests performed.
10092
10093 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
10094
10095 * gdb.mi/mi-var-cp.cc (path_expression): New
10096 function.
10097 * gdb.mi/mi-var-cp.exp: Run path exression tests.
10098
10099 2007-08-27 Markus Deuling <deuling@de.ibm.com>
10100
10101 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
10102 to fit into SPU Local Store memory.
10103
10104 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10105
10106 * gdb.base/default.exp: Adjust the expected output of "info
10107 warranty" after the switch to GPLv3.
10108
10109 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10110
10111 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
10112 to 30000 (from 20000).
10113
10114 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10115
10116 Switch the license of all .exp files to GPLv3.
10117 Switch the license of all .f and .f90 files to GPLv3.
10118 Switch the license of all .s and .S files to GPLv3.
10119
10120 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10121
10122 * configure.ac: Switch license to GPLv3.
10123
10124 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10125
10126 Switch the licensing to GPLv3 for all .ads and .adb files.
10127
10128 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
10129
10130 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
10131 and t_int_double.
10132 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
10133
10134 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10135
10136 * gdb.base/step-line.c: Switch license to GPL version 3, and
10137 update copyright year.
10138 * gdb.base/step-line.inp: Likewise.
10139
10140 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10141
10142 * gdb.base/gdb1555.exp: Make expected output immune to formatting
10143 changes inside gdb1555.c.
10144 * gdb.base/pending.exp: Likewise.
10145
10146 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
10147
10148 * config/default.exp: New file.
10149
10150 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10151
10152 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
10153 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
10154
10155 2007-07-30 Maciej W. Rozycki <macro@mips.com>
10156
10157 * gdb.base/dump.exp: Force the correct endianness for binary
10158 formats not carrying this information.
10159
10160 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10161
10162 * gdb.threads/staticthreads.exp: Match .*sem_post.
10163
10164 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10165
10166 * gdb.base/readline.exp (operate_and_get_next): Match the final
10167 prompt.
10168
10169 2007-07-23 Kevin Buettner <kevinb@redhat.com>
10170
10171 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
10172 to restarting SID.
10173
10174 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10175
10176 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
10177 prior to `gdb_start'.
10178
10179 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10180
10181 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
10182 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
10183 Remove call to gdb_unload.
10184
10185 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10186 Daniel Jacobowitz <dan@codesourcery.com>
10187
10188 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
10189 for __WIN32__.
10190 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
10191 * gdb.base/unload.exp: Use shared library test routines.
10192
10193 2007-07-03 Markus Deuling <deuling@de.ibm.com>
10194
10195 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
10196 * gdb.base/solib-symbol-lib.c: Likewise.
10197 * gdb.base/solib-symbol-main.c: Likewise.
10198
10199 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
10200
10201 * config/gdbserver.exp (gdb_reconnect): New.
10202 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
10203 gdb.base/solib-disc.exp: New files.
10204 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
10205 remote debugging".
10206 (gdb_compile): Add shlib_load flag.
10207 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
10208 port.
10209 (gdbserver_reconnect): New.
10210
10211 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
10212 Daniel Jacobowitz <dan@codesourcery.com>
10213
10214 * gdb.base/annota3.exp: Test for if construct.
10215
10216 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
10217
10218 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
10219
10220 2007-06-21 Chris Dearman <chris@mips.com>
10221 Maciej W. Rozycki <macro@mips.com>
10222
10223 * gdb.base/display.exp: Allow a newline after display/i.
10224 * gdb.base/pc-fp.exp: Likewise.
10225 * gdb.base/sigbpt.exp: Likewise.
10226
10227 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10228
10229 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
10230 required features to be included.
10231
10232 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10233
10234 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
10235 in info threads output.
10236
10237 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10238 Markus Deuling <deuling@de.ibm.com>
10239
10240 * gdb.arch/spu-info.exp: New testcase.
10241 * gdb.arch/spu-info.c: New file.
10242
10243 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
10244
10245 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
10246 tpcs_offset. Restore lr after the call.
10247 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
10248
10249 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
10250
10251 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
10252 (gdbserver_run): Kill any running gdbserver.
10253 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
10254
10255 2007-05-17 Maciej W. Rozycki <macro@mips.com>
10256
10257 * gdb.base/sigbpt.exp: Preset segv_addr.
10258
10259 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
10260
10261 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
10262 (gdb_compile_shlib): Likewise.
10263 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
10264 (default_gdb_init): Clear cleanfiles.
10265 (gdb_finish): Delete recorded cleanfiles.
10266 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
10267
10268 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
10269 Do not use isnative.
10270 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
10271 gdb.base/so-impl-ld.exp: Likewise.
10272 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
10273 * gdb.base/unload.exp: Likewise. Do not pass empty option to
10274 gdb_compile.
10275
10276 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
10277
10278 * config/unknown.exp: Remove.
10279
10280 2007-05-15 Markus Deuling <deuling@de.ibm.com>
10281
10282 * gdb.base/info-proc.exp: Check is_remote.
10283
10284 2007-05-14 Markus Deuling <deuling@de.ibm.com>
10285
10286 * gdb.base/gcore.exp: Initialize variable core_supported.
10287
10288 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10289
10290 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
10291
10292 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10293
10294 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
10295 * gdb.threads/print-threads.exp (test_all_threads): Allow
10296 negative and hexadecimal thread IDs.
10297
10298 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10299
10300 * gdb.java/jprint.java (public): Avoid invalid call to static
10301 method.
10302
10303 2007-05-14 Denis Pilat <denis.pilat@st.com>
10304
10305 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
10306 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
10307 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
10308 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
10309 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
10310
10311 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10312
10313 * gdb.base/overlays.exp: Add support for targets with only code
10314 overlay support, not data overlay. Support spu-*-* target in
10315 this mode.
10316 * gdb.base/ovlymgr.c: Provide stubs for spu target.
10317 * gdb.base/spu.ld: New file.
10318
10319 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
10320
10321 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
10322
10323 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
10324
10325 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
10326
10327 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
10328
10329 * gdb.java/jmain.exp: Handle demangled names with and without method
10330 signatures.
10331
10332 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
10333
10334 * gdb.mi/mi-syn-frame.c (main, foo, bar)
10335 (have_a_very_merry_interrupt): Remove calls to puts.
10336 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
10337 inferior output.
10338 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
10339 test names.
10340
10341 2007-04-29 Markus Deuling <deuling@de.ibm.com>
10342 Daniel Jacobowitz <dan@codesourcery.com>
10343
10344 * gdb.base/auxv.exp (core_works): Also check is_remote.
10345 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
10346
10347 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
10348
10349 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
10350 message, not the undefined 'module' variable.
10351 * gdb.base/siginfo.exp: Likewise.
10352 * gdb.base/sigstep.exp: Likewise.
10353 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
10354 serialport.
10355 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
10356
10357 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
10358
10359 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
10360 target sim fails. Return 0 otherwise.
10361 (gdb_load): Return prematurely if gdb_target_sim fails.
10362
10363 2007-04-16 Denis Pilat <denis.pilat@st.com>
10364
10365 * gdb.base/setshow.exp: Reset height after having set it to 100.
10366
10367 2007-04-16 Denis Pilat <denis.pilat@st.com>
10368
10369 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
10370
10371 2007-04-16 Denis Pilat <denis.pilat@st.com>
10372
10373 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
10374
10375 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
10376
10377 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
10378 tests. Run the frozen varobjs test.
10379 * gdb.mi/var-cmd.c (do_frozen_tests): New.
10380 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
10381
10382 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10383
10384 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
10385 gdb.base/type-opaque.exp: New files.
10386
10387 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
10388
10389 * gdb.mi/mi-var-child.c
10390 (do_children_tests): User char[2] instead of
10391 char so that automatic printing of pointers to char
10392 don't give unpredicable result.
10393 * gdb.mi/var-cmd.c (do_locals_test): Initialize
10394 local variables.
10395 * gdb.mi/mi-var-child.exp: Step to right line
10396 of do_children_tests.
10397 * gdb.mi/mi2-var-child.exp: Likewise.
10398 * gdb.mi/mi-var-cmd.exp: Step to right line of
10399 do_locals_tests.
10400 (do_children_tests): User char[2] instead of
10401 char so that automatic printing of pointers to char
10402 don't give unpredicable result.
10403 * gdb.mi/mi2-var-cmd.exp: Likewise.
10404 * lib/mi-support.exp (mi_continue_to_line):
10405 Pass test name to mi_wait_for_stop.
10406
10407 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10408
10409 * gdb.asm/asm-source.exp: Remove d10v case.
10410 * lib/gdb.exp (skip_cplus_tests): Likewise.
10411 * gdb.asm/d10v.inc: Deleted.
10412
10413 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10414
10415 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
10416
10417 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10418
10419 * config/netware.exp: Delete file.
10420
10421 2007-03-29 Joel Brobecker <brobecker@adacore.com>
10422
10423 * gdb.dwarf2/dw2-noloc.S: New file.
10424 * gdb.dwarf2/dw2-noloc.exp: New file.
10425
10426 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10427
10428 * gdb.cp/method2.cc: New test.
10429 * gdb.cp/method2.exp: New test.
10430 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
10431
10432 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
10433
10434 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
10435
10436 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
10437
10438 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10439
10440 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
10441
10442 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
10443 (gdb_load): Delete, replace with...
10444 (gdb_reload): ...this.
10445 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
10446 * gdb.server/server-mon.exp: Likewise.
10447 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
10448 (gdb_start_cmd): New.
10449 (gdb_file_cmd): Save the last loaded file.
10450 (gdb_reload): New.
10451 (gdb_gnu_strip_debug): Use transform.
10452 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
10453 support here. Use new $last_loaded_file. Check mtime.
10454 (gdb_target_cmd): Handle ObjC failure case.
10455 (infer_host_exec): Delete.
10456 (gdbserver_load): Rename to...
10457 (gdbserver_run): ...this. Simplify.
10458 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
10459 (mi_gdb_load): Move most contents to a new function...
10460 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
10461 (mi_run_cmd): Use mi_gdb_target_load.
10462 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
10463 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
10464 Use gdb_run_cmd.
10465 * gdb.base/charsign.exp: Remove incorrect comment.
10466 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
10467 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
10468 gdb.base/start.exp: Use gdb_start_cmd.
10469
10470 2007-03-23 Nigel Stephens <nigel@mips.com>
10471 Maciej W. Rozycki <macro@mips.com>
10472
10473 * gdb.base/sigbpt.exp: Fix the message when skipping test.
10474 * gdb.base/signull.exp: Similarly.
10475
10476 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10477
10478 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
10479 messages available to test cases (like chng-sym.exp).
10480
10481 2007-03-14 Andreas Schwab <schwab@suse.de>
10482
10483 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10484 format changes.
10485
10486 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
10487
10488 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
10489 (optimized_1): New.
10490 (main): Call optimized_1.
10491 (gdb2029): Correct typos. Call gdb2029_marker.
10492 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
10493 for gdb2029.
10494
10495 2007-03-12 Mark Kettenis <kettenis@gnu.org>
10496
10497 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
10498 as tabs. Remove redundant test pattern.
10499
10500 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10501
10502 * gdb.base/long_long.exp: Accept optional symbol name in <...>
10503 for /a format output.
10504
10505 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
10506
10507 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
10508 collect output incrementally.
10509
10510 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10511
10512 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
10513 for -var-create lpcharacter test.
10514 * gdb.mi/mi2-var-cmd.exp: Likewise.
10515
10516 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10517
10518 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
10519 pass on targets where address zero is readable.
10520
10521 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10522
10523 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
10524 just a single architecture.
10525
10526 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10527
10528 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
10529 (fetch_all_registers): New function, uses gdb_test_multiple and
10530 exp_continue to fetch inferior output line-by-line.
10531 Replace all uses of do_get_all_registers by fetch_all_registers.
10532
10533 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10534
10535 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
10536 in target_info.
10537
10538 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10539
10540 * gdb.threads/manythreads.exp: Use $message string for
10541 consistancy; add a default (timeout) case.
10542
10543 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10544
10545 * gdb.base/watchpoint.exp: Fix truncated comment.
10546
10547 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
10548
10549 * Makefile.in: Remove spurious single-quotes from sed command.
10550
10551 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10552
10553 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
10554 func.
10555 * gdb.mi/mi2-var-cmd.exp: Likewise.
10556
10557 2007-02-27 Joel Brobecker <brobecker@adacore.com>
10558
10559 * gdb.dwarf2/dw2-producer.S: New file.
10560 * gdb.dwarf2/dw2-producer.exp: New testcase.
10561
10562 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
10563
10564 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10565 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10566 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10567 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10568 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10569 Revert tests to use mi_gdb_test and include value field in output
10570 of -var-create.
10571
10572 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10573
10574 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
10575
10576 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10577
10578 * gdb.base/maint.exp: Remove full paths from test names.
10579 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
10580 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
10581
10582 2007-02-27 Joel Brobecker <brobecker@adacore.com>
10583
10584 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
10585
10586 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10587
10588 * gdb.server/server-mon.exp: New test.
10589
10590 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10591
10592 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
10593
10594 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10595
10596 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
10597 register capitalization.
10598
10599 2007-02-13 Denis Pilat <denis.pilat@st.com>
10600
10601 * gdb.mi/mi-var-invalidate.exp: New file.
10602
10603 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10604
10605 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
10606
10607 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10608
10609 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
10610
10611 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10612
10613 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
10614 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
10615
10616 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
10617
10618 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
10619 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
10620 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
10621 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
10622 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
10623 * gdb.mi/gdb792.exp, lib/mi-support.exp:
10624 Update tests to include value field in output of -var-create.
10625
10626 2007-02-08 Andreas Schwab <schwab@suse.de>
10627
10628 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
10629
10630 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
10631
10632 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
10633 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
10634
10635 2007-02-02 Denis Pilat <denis.pilat@st.com>
10636
10637 * gdb.threads/threadapply.exp: check that frame is not changed by
10638 the thread apply all command.
10639
10640 2007-01-31 Andreas Schwab <schwab@suse.de>
10641
10642 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10643
10644 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
10645 in the dwarf sections.
10646 * gdb.dwarf2/mac-fileno.S: Likewise.
10647
10648 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
10649 bspstore register on ia64.
10650
10651 2007-01-29 Andreas Schwab <schwab@suse.de>
10652
10653 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
10654 "frame-begin" annotation.
10655
10656 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
10657 number of "frames-invalid" annotations.
10658
10659 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10660
10661 * gdb.base/commands.exp: Call if_commands_test.
10662 (gdb_test_no_prompt, if_commands_test): New.
10663
10664 2007-01-28 Mark Kettenis <kettenis@gnu.org>
10665
10666 * gdb.threads/sigthread.c (NSIGS): Make bigger.
10667
10668 2007-01-27 Andreas Schwab <schwab@suse.de>
10669
10670 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
10671 .short/.int/.quad in the dwarf sections.
10672 * gdb.dwarf2/dw2-intercu.S: Likewise.
10673 * gdb.dwarf2/dw2-intermix.S: Likewise.
10674
10675 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10676
10677 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
10678 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
10679 array.
10680 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
10681 * gdb.base/setvar.exp: Likewise.
10682
10683 2007-01-26 Andreas Schwab <schwab@suse.de>
10684
10685 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
10686 test.
10687
10688 * gdb.base/multi-forks.exp ("restart $i"): Also match
10689 __kernel_syscall_via_break.
10690
10691 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
10692
10693 * lib/mi-support.exp (mi_delete_varobj): New.
10694 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
10695 testcase.
10696 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
10697 (main): Call the above.
10698 (reference_update_test, base_in_reference_test)
10699 (reference_to_pointer): Delete the created varobjs.
10700
10701 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
10702
10703 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
10704 * configure: Regenerated.
10705 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
10706 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
10707 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
10708 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
10709 * lib/gdb.exp (gdb_skip_xml_test): New function.
10710
10711 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
10712
10713 * gdb.base/sigrepeat.exp: Correct error message.
10714
10715 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10716 Daniel Jacobowitz <dan@codesourcery.com>
10717
10718 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
10719 gdb.arch/i386-gnu-cfi-asm.S: New files.
10720
10721 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10722
10723 * lib/gdb.exp: Abort on missing `site.exp'.
10724
10725 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10726 Daniel Jacobowitz <dan@codesourcery.com>
10727
10728 * gdb.base/included.c, gdb.base/included.exp,
10729 gdb.base/included.h: New files.
10730
10731 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
10732
10733 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
10734 (maximize_rlimit): Reduce limits on 64-bit systems.
10735
10736 2007-01-19 Mark Kettenis <kettenis@gnu.org>
10737
10738 From Marcus Deuling <deuling@de.ibm.com>:
10739 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
10740 every case.
10741
10742 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
10743
10744 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
10745 (test_path_specification): Use objdir instead of srcdir to always
10746 get an absolute filename.
10747
10748 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
10749
10750 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
10751
10752 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
10753
10754 * gdb.mi/mi-var-cp.cc (reference_update_tests):
10755 Make sure the variable we're using is in scope.
10756 (reference_to_pointer): Likewise.
10757
10758 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10759
10760 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
10761 has no debug information.
10762
10763 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10764
10765 * gdb.base/annota1.exp: Remove extra send_gdb.
10766
10767 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10768
10769 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
10770
10771 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10772
10773 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
10774
10775 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
10776 Daniel Jacobowitz <dan@codesourcery.com>
10777
10778 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
10779 lcharacter or linteger change. Correct duplicated test name.
10780 * gdb.mi/mi2-var-cmd.exp: Likewise.
10781
10782 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
10783
10784 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
10785
10786 2007-01-05 Joel Brobecker <brobecker@adacore.com>
10787
10788 * gdb.base/nofield.c: New file.
10789 * gdb.base/nofield.exp: New testcase.
10790
10791 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
10792
10793 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
10794
10795 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
10796 test.
10797
10798 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10799
10800 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
10801
10802 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
10803
10804 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
10805 when continuing.
10806
10807 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10808
10809 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
10810 Expect ".exe" extension.
10811
10812 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10813
10814 * gdb.base/charset.exp: Add explicit filename to break.
10815 * gdb.base/dbx.exp: Add explicit filename to breaks.
10816
10817 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
10818
10819 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
10820 * gdb.mi/mi2-file.exp: Likewise.
10821
10822 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10823
10824 Implement specification of MI tests as comments
10825 in C and C++ sources.
10826 * lib/mi-support.exp (mi_autotest_data): New variable.
10827 (mi_autotest_source): New variable.
10828 (count_newlines, mi_prepare_inline_tests)
10829 (mi_get_inline_test, mi_continue_to_line)
10830 (mi_run_inline_test, mi_tbreak)
10831 (mi_send_resuming_command, mi_wait_for_stop): New functions.
10832 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
10833 Run inline tests.
10834 * gdb.mi/mi-var-cp.cc: Define tests here.
10835
10836 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10837
10838 Simplify usage of mi_continue_to.
10839 * lib/mi-support.exp (mi_runto_helper): Renamed
10840 from mi_runto, added new parameter 'run_or_continue'.
10841 (mi_runto): Use mi_runto_helper.
10842 (mi_continue_to): Accept just function name as parameter.
10843 Use mi_runto_helper.
10844 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
10845 * gdb.mi/mi2-var-cmd.exp: Likewise.
10846
10847 2006-01-04 Joel Brobecker <brobecker@adacore.com>
10848
10849 Make this testcase a bit more realistic. The current code
10850 is too simplistic, and allows the compiler to optimize out
10851 some of the entities we need for this testcase.
10852 * gdb.ada/null_record/bar.ads (Void_Star): New type.
10853 (Do_Nothing): Add extra parameter.
10854 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
10855 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
10856 by using a variable of type Void_Star.
10857
10858 2006-01-04 Joel Brobecker <brobecker@adacore.com>
10859
10860 * gdb.ada/catch_ex/foo.adb: New file.
10861 * gdb.ada/catch_ex.exp: New testcase.
10862
10863 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
10864
10865 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
10866 pass --image-base to linker.
10867
10868 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10869 Daniel Jacobowitz <dan@codesourcery.com>
10870
10871 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
10872 secondary prompts.
10873
10874 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10875
10876 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
10877 output. Test the types of members and member pointers.
10878 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
10879 gdb/2092.
10880 * gdb.cp/member-ptr.exp: Search for a comment instead of a
10881 statement. Enable for GCC. Update expected output for some tests
10882 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
10883 layout.
10884 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
10885 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
10886 (Diamond::vget_base): New.
10887 (main): Add new tests.
10888 * gdb.cp/printmethod.exp: Update expected output for member functions.
10889 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
10890 print pEe->D::vg().
10891
10892 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10893
10894 * gdb.threads/tls.exp: Allow stops in sem_post.
10895
10896 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
10897
10898 * gdb.base/annota1.exp: Allow .*printf in backtraces.
10899 * gdb.base/annota3.exp: Likewise.
10900 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
10901 again (instead of timing out).
10902 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
10903 GCC bug 26475.
10904 * gdb.java/jmisc.exp: Adjust to work with method signatures including
10905 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
10906 test from jmisc1.exp.
10907 * gdb.java/jmisc1.exp: Delete.
10908 * gdb.java/jprint.exp: Adjust to work with method signatures including
10909 return types.
10910 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
10911 * gdb.threads/linux-dp.exp: Don't be confused by program output.
10912 * lib/java.exp (compile_java_from_source): Pass the correct type
10913 to target_compile.
10914
10915 2006-12-31 Joel Brobecker <brobecker@adacore.com>
10916
10917 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
10918 (stack_align_edx): New function.
10919 (stack_align_eax): New function.
10920 (main): Add calls to stack_align_edx and stack_align_eax.
10921 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
10922 Add testing for the cases where the register used during a stack
10923 realignment is edx. Same for eax.
10924
10925 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
10926
10927 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
10928 and generic PE targets.
10929
10930 2006-12-29 Joel Brobecker <brobecker@adacore.com>
10931
10932 * gdb.ada/array_return.exp: Update copyright date list.
10933
10934 2006-12-27 Joel Brobecker <brobecker@adacore.com>
10935
10936 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
10937 (Create_Small_Float_Vector): New function.
10938 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
10939 function body.
10940 * gdb.ada/array_return/p.adb: Use new type and function from
10941 package Pck.
10942 * gdb.ada/array_return.exp: Add a test verifying that GDB is
10943 able to print the value returned by a function returning an
10944 array of float.
10945
10946 2006-12-20 Joel Brobecker <brobecker@adacore.com>
10947
10948 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
10949 The associated tests should be PASSing.
10950
10951 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10952
10953 Test for base in references.
10954 * gdb.mi/mi-var-cp.cc: Add test code.
10955 * gdb.mi/mi-var-cp.exp: Test for bases in references.
10956 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
10957 * gdb.mi/mi2-watch.exp: Likewise.
10958 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
10959 (mi_list_varobj_children): New function.
10960
10961 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10962
10963 * lib/mi-support.exp
10964 (mi_runto): Accept "()" after function name.
10965 (mi_create_varobj): New function.
10966 (mi_varobj_update): New function.
10967 (mi_Check_varobj_value): New function.
10968 * gdb.mi/mi-var-cp.exp: New file.
10969 * gdb.mi/mi-var-cp.cc: New file.
10970
10971 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
10972
10973 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
10974 gdb.base/weaklib2.c: New files.
10975
10976 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
10977
10978 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
10979 info. Adjust test names.
10980
10981 * gdb.base/break.c (main): Move position of malloc.
10982 * gdb.base/break.exp: Revert mistaken checkin.
10983
10984 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
10985
10986 * gdb.mi/mi-var-cmd.exp: Check -var-update after
10987 assignement of arrays and function pointers.
10988 * gdb.mi/var-cmd.c: Add declaration necessary for above
10989 tests.
10990
10991 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10992
10993 * gdb.base/break.c (main): Call malloc.
10994
10995 * gdb.threads/linux-dp.exp: Read thread table before and after
10996 creating each philosopher and verify it.
10997
10998 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10999 Paul Brook <paul@codesourcery.com>
11000 Daniel Jacobowitz <dan@codesourcery.com>
11001
11002 * gdb.base/ending-run.exp: Flatten expect script stepping out of
11003 main to remove duplication. Add start function of the form
11004 '_*start[1-9]*'. Add RVDS start function.
11005
11006 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11007
11008 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
11009
11010 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11011
11012 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
11013 * gdb.asm/spu.inc: New file.
11014 * gdb.base/term.exp: Disable if [target_info exists noargs].
11015 * gdb.gdb/complaints.exp: Disable if ![isnative].
11016 * gdb.gdb/selftest.exp: Likewise.
11017 * gdb.gdb/observer.exp: Likewise.
11018 * gdb.gdb/xfullpath.exp: Likewise.
11019 * gdb.base/attach.exp: Disable on SPU target.
11020 * gdb.cp/bs145503.exp: Likewise.
11021 * gdb.cp/exception.exp: Likewise.
11022 * gdb.cp/userdef.exp: Likewise.
11023
11024 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11025
11026 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
11027
11028 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
11029
11030 * gdb.base/completion.exp: Fix completion tests for
11031 'info' and 'info '.
11032 * gdb.base/help.exp (help_test_raw, test_class_help)
11033 (test_prefix_command_help): Move...
11034 * lib/gdb.exp: Here.
11035 * gdb.base/main.exp: Adjust.
11036 * gdb.cp/maint.exp: Adjust.
11037 * gdb.trace/tracecmd.exp: Use test_help_class.
11038
11039 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11040
11041 * gdb.stabs/weird.exp (print_weird_var): Use
11042 gdb_test_multiple instead of gdb_expect.
11043
11044 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11045
11046 * gdb.base/help.exp (help_test_raw): New.
11047 (test_class_help): New.
11048 (test_prefix_command_help): New.
11049 Adjust testcases.
11050
11051 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
11052
11053 * gdb.base/constvars.c (main): Write to crass and crips, so that
11054 they are allocated by the compiler.
11055
11056 2006-10-27 Andreas Schwab <schwab@suse.de>
11057
11058 * gdb.base/multi-forks.exp: Use "detach fork" instead of
11059 "detach-fork".
11060
11061 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
11062
11063 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
11064 of patterns.
11065
11066 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11067
11068 * gdb.base/sepdebug.exp: Remove debug format test.
11069 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
11070 Handle no-symtab.
11071 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
11072
11073 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11074
11075 * gdb.threads/manythreads.c (thread_function, main): Don't cast
11076 int to pointer or pointer to int.
11077 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
11078
11079 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
11080
11081 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
11082
11083 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11084
11085 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
11086
11087 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11088
11089 PR c++/2116
11090 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
11091
11092 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11093
11094 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
11095 the corresponding bug has been fixed in GDB (PR/2018).
11096
11097 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11098
11099 * gdb.base/subst.exp: New testcase.
11100
11101 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11102
11103 * gdb.ada/array_return/pck.ads: Add copyright notice.
11104 * gdb.ada/array_return/pck.adb: Likewise.
11105 * gdb.ada/array_return/p.adb: Likewise.
11106 * gdb.ada/exec_changed/first.adb: Likewise.
11107 * gdb.ada/exec_changed/second.adb: Likewise.
11108
11109 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11110
11111 * gdb.ada/watch_arg/watch.adb: New file.
11112 * gdb.ada/watch_arg.exp: New testcase.
11113
11114 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
11115
11116 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
11117 via string_to_regexp.
11118 * gdb.mi/mi2-basics.exp: Likewise.
11119
11120 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
11121
11122 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
11123 Remove unused / obsolete files.
11124
11125 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
11126
11127 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
11128
11129 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
11130
11131 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
11132 HIGH_FRAME argument to -stack-list-arguments can be larger than
11133 the number of frames.
11134
11135 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
11136
11137 * gdb.base/args.c (main): Add breakpoint marker.
11138 * gdb.base/args.exp: Use args_test for tests. Add new tests which
11139 really test empty arguments.
11140 (args_load): Delete.
11141 (args_test): New.
11142
11143 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
11144
11145 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
11146 check for one file.
11147
11148 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
11149
11150 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
11151 HIGH_FRAME argument to -stack-list-locals can be larger than
11152 the number of frames.
11153
11154 2006-08-18 Fred Fish <fnf@specifix.com>
11155
11156 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
11157 '$' in front of skip_vmx_tests_saved when setting that.
11158
11159 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
11160
11161 * gdb.base/trace-commands.exp: New file.
11162
11163 2006-08-10 Joel Brobecker <brobecker@adacore.com>
11164 Daniel Jacobowitz <dan@codesourcery.com>
11165
11166 * gdb.base/step-bt.exp: Make hexadecimal address optional in
11167 expected output of the backtrace commands.
11168
11169 2006-08-09 Joel Brobecker <brobecker@adacore.com>
11170
11171 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
11172 untested followed by return combination.
11173 * gdb.arch/altivec-regs.exp: Likewise.
11174 * gdb.arch/e500-abi.exp: Likewise.
11175 * gdb.arch/e500-regs.exp: Likewise.
11176 * gdb.arch/gdb1291.exp: Likewise.
11177 * gdb.arch/gdb1431.exp: Likewise.
11178 * gdb.arch/gdb1558.exp: Likewise.
11179 * gdb.arch/i386-prologue.exp: Likewise.
11180 * gdb.arch/i386-unwind.exp: Likewise.
11181 * gdb.asm/asm-source.exp: Likewise.
11182 * gdb.base/a2-run.exp: Likewise.
11183 * gdb.base/advance.exp: Likewise.
11184 * gdb.base/all-bin.exp: Likewise.
11185 * gdb.base/annota1.exp: Likewise.
11186 * gdb.base/annota3.exp: Likewise.
11187 * gdb.base/args.exp: Likewise.
11188 * gdb.base/arithmet.exp: Likewise.
11189 * gdb.base/assign.exp: Likewise.
11190 * gdb.base/async.exp: Likewise.
11191 * gdb.base/attach.exp: Likewise.
11192 * gdb.base/bang.exp: Likewise.
11193 * gdb.base/bigcore.exp: Likewise.
11194 * gdb.base/bitfields.exp: Likewise.
11195 * gdb.base/bitfields2.exp: Likewise.
11196 * gdb.base/break.exp: Likewise.
11197 * gdb.base/call-sc.exp: Likewise.
11198 * gdb.base/call-strs.exp: Likewise.
11199 * gdb.base/callfuncs.exp: Likewise.
11200 * gdb.base/checkpoint.exp: Likewise.
11201 * gdb.base/chng-syms.exp: Likewise.
11202 * gdb.base/code-expr.exp: Likewise.
11203 * gdb.base/commands.exp: Likewise.
11204 * gdb.base/completion.exp: Likewise.
11205 * gdb.base/cond-expr.exp: Likewise.
11206 * gdb.base/condbreak.exp: Likewise.
11207 * gdb.base/consecutive.exp: Likewise.
11208 * gdb.base/constvars.exp: Likewise.
11209 * gdb.base/corefile.exp: Likewise.
11210 * gdb.base/cvexpr.exp: Likewise.
11211 * gdb.base/dbx.exp: Likewise.
11212 * gdb.base/define.exp: Likewise.
11213 * gdb.base/detach.exp: Likewise.
11214 * gdb.base/display.exp: Likewise.
11215 * gdb.base/dump.exp: Likewise.
11216 * gdb.base/ena-dis-br.exp: Likewise.
11217 * gdb.base/ending-run.exp: Likewise.
11218 * gdb.base/environ.exp: Likewise.
11219 * gdb.base/eval-skip.exp: Likewise.
11220 * gdb.base/exprs.exp: Likewise.
11221 * gdb.base/fileio.exp: Likewise.
11222 * gdb.base/finish.exp: Likewise.
11223 * gdb.base/float.exp: Likewise.
11224 * gdb.base/foll-exec.exp: Likewise.
11225 * gdb.base/foll-fork.exp: Likewise.
11226 * gdb.base/foll-vfork.exp: Likewise.
11227 * gdb.base/freebpcmd.exp: Likewise.
11228 * gdb.base/funcargs.exp: Likewise.
11229 * gdb.base/gcore.exp: Likewise.
11230 * gdb.base/gdb1090.exp: Likewise.
11231 * gdb.base/gdb1250.exp: Likewise.
11232 * gdb.base/huge.exp: Likewise.
11233 * gdb.base/info-proc.exp: Likewise.
11234 * gdb.base/interrupt.exp: Likewise.
11235 * gdb.base/jump.exp: Likewise.
11236 * gdb.base/langs.exp: Likewise.
11237 * gdb.base/lineinc.exp: Likewise.
11238 * gdb.base/list.exp: Likewise.
11239 * gdb.base/logical.exp: Likewise.
11240 * gdb.base/long_long.exp: Likewise.
11241 * gdb.base/macscp.exp: Likewise.
11242 * gdb.base/maint.exp: Likewise.
11243 * gdb.base/mips_pro.exp: Likewise.
11244 * gdb.base/miscexprs.exp: Likewise.
11245 * gdb.base/multi-forks.exp: Likewise.
11246 * gdb.base/opaque.exp: Likewise.
11247 * gdb.base/overlays.exp: Likewise.
11248 * gdb.base/pc-fp.exp: Likewise.
11249 * gdb.base/pointers.exp: Likewise.
11250 * gdb.base/printcmds.exp: Likewise.
11251 * gdb.base/psymtab.exp: Likewise.
11252 * gdb.base/ptype.exp: Likewise.
11253 * gdb.base/recurse.exp: Likewise.
11254 * gdb.base/relational.exp: Likewise.
11255 * gdb.base/relocate.exp: Likewise.
11256 * gdb.base/remote.exp: Likewise.
11257 * gdb.base/reread.exp: Likewise.
11258 * gdb.base/restore.exp: Likewise.
11259 * gdb.base/return.exp: Likewise.
11260 * gdb.base/return2.exp: Likewise.
11261 * gdb.base/scope.exp: Likewise.
11262 * gdb.base/sect-cmd.exp: Likewise.
11263 * gdb.base/sep.exp: Likewise.
11264 * gdb.base/sepdebug.exp: Likewise.
11265 * gdb.base/setshow.exp: Likewise.
11266 * gdb.base/setvar.exp: Likewise.
11267 * gdb.base/sigall.exp: Likewise.
11268 * gdb.base/sigbpt.exp: Likewise.
11269 * gdb.base/signals.exp: Likewise.
11270 * gdb.base/signull.exp: Likewise.
11271 * gdb.base/sizeof.exp: Likewise.
11272 * gdb.base/solib.exp: Likewise.
11273 * gdb.base/step-line.exp: Likewise.
11274 * gdb.base/step-test.exp: Likewise.
11275 * gdb.base/structs.exp: Likewise.
11276 * gdb.base/structs2.exp: Likewise.
11277 * gdb.base/term.exp: Likewise.
11278 * gdb.base/twice.exp: Likewise.
11279 * gdb.base/until.exp: Likewise.
11280 * gdb.base/varargs.exp: Likewise.
11281 * gdb.base/volatile.exp: Likewise.
11282 * gdb.base/watchpoint.exp: Likewise.
11283 * gdb.base/whatis-exp.exp: Likewise.
11284 * gdb.base/whatis.exp: Likewise.
11285 * gdb.cp/ambiguous.exp: Likewise.
11286 * gdb.cp/annota2.exp: Likewise.
11287 * gdb.cp/annota3.exp: Likewise.
11288 * gdb.cp/bool.exp: Likewise.
11289 * gdb.cp/breakpoint.exp: Likewise.
11290 * gdb.cp/casts.exp: Likewise.
11291 * gdb.cp/class2.exp: Likewise.
11292 * gdb.cp/classes.exp: Likewise.
11293 * gdb.cp/cplusfuncs.exp: Likewise.
11294 * gdb.cp/ctti.exp: Likewise.
11295 * gdb.cp/derivation.exp: Likewise.
11296 * gdb.cp/exception.exp: Likewise.
11297 * gdb.cp/gdb1355.exp: Likewise.
11298 * gdb.cp/hang.exp: Likewise.
11299 * gdb.cp/inherit.exp: Likewise.
11300 * gdb.cp/local.exp: Likewise.
11301 * gdb.cp/m-data.exp: Likewise.
11302 * gdb.cp/m-static.exp: Likewise.
11303 * gdb.cp/member-ptr.exp: Likewise.
11304 * gdb.cp/method.exp: Likewise.
11305 * gdb.cp/misc.exp: Likewise.
11306 * gdb.cp/namespace.exp: Likewise.
11307 * gdb.cp/overload.exp: Likewise.
11308 * gdb.cp/ovldbreak.exp: Likewise.
11309 * gdb.cp/pr-1023.exp: Likewise.
11310 * gdb.cp/pr-1210.exp: Likewise.
11311 * gdb.cp/pr-574.exp: Likewise.
11312 * gdb.cp/printmethod.exp: Likewise.
11313 * gdb.cp/psmang.exp: Likewise.
11314 * gdb.cp/ref-params.exp: Likewise.
11315 * gdb.cp/ref-types.exp: Likewise.
11316 * gdb.cp/rtti.exp: Likewise.
11317 * gdb.cp/templates.exp: Likewise.
11318 * gdb.cp/try_catch.exp: Likewise.
11319 * gdb.cp/userdef.exp: Likewise.
11320 * gdb.cp/virtfunc.exp: Likewise.
11321 * gdb.disasm/am33.exp: Likewise.
11322 * gdb.disasm/h8300s.exp: Likewise.
11323 * gdb.disasm/mn10300.exp: Likewise.
11324 * gdb.disasm/sh3.exp: Likewise.
11325 * gdb.disasm/t01_mov.exp: Likewise.
11326 * gdb.disasm/t02_mova.exp: Likewise.
11327 * gdb.disasm/t03_add.exp: Likewise.
11328 * gdb.disasm/t04_sub.exp: Likewise.
11329 * gdb.disasm/t05_cmp.exp: Likewise.
11330 * gdb.disasm/t06_ari2.exp: Likewise.
11331 * gdb.disasm/t07_ari3.exp: Likewise.
11332 * gdb.disasm/t08_or.exp: Likewise.
11333 * gdb.disasm/t09_xor.exp: Likewise.
11334 * gdb.disasm/t10_and.exp: Likewise.
11335 * gdb.disasm/t11_logs.exp: Likewise.
11336 * gdb.disasm/t12_bit.exp: Likewise.
11337 * gdb.disasm/t13_otr.exp: Likewise.
11338 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
11339 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
11340 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11341 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
11342 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
11343 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11344 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11345 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11346 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
11347 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
11348 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11349 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11350 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11351 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11352 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11353 * gdb.mi/gdb701.exp: Likewise.
11354 * gdb.mi/gdb792.exp: Likewise.
11355 * gdb.mi/mi-basics.exp: Likewise.
11356 * gdb.mi/mi-break.exp: Likewise.
11357 * gdb.mi/mi-cli.exp: Likewise.
11358 * gdb.mi/mi-console.exp: Likewise.
11359 * gdb.mi/mi-disassemble.exp: Likewise.
11360 * gdb.mi/mi-eval.exp: Likewise.
11361 * gdb.mi/mi-file.exp: Likewise.
11362 * gdb.mi/mi-read-memory.exp: Likewise.
11363 * gdb.mi/mi-regs.exp: Likewise.
11364 * gdb.mi/mi-return.exp: Likewise.
11365 * gdb.mi/mi-simplerun.exp: Likewise.
11366 * gdb.mi/mi-stack.exp: Likewise.
11367 * gdb.mi/mi-stepi.exp: Likewise.
11368 * gdb.mi/mi-syn-frame.exp: Likewise.
11369 * gdb.mi/mi-until.exp: Likewise.
11370 * gdb.mi/mi-var-block.exp: Likewise.
11371 * gdb.mi/mi-var-child.exp: Likewise.
11372 * gdb.mi/mi-var-cmd.exp: Likewise.
11373 * gdb.mi/mi-var-display.exp: Likewise.
11374 * gdb.mi/mi-watch.exp: Likewise.
11375 * gdb.mi/mi2-basics.exp: Likewise.
11376 * gdb.mi/mi2-break.exp: Likewise.
11377 * gdb.mi/mi2-cli.exp: Likewise.
11378 * gdb.mi/mi2-console.exp: Likewise.
11379 * gdb.mi/mi2-disassemble.exp: Likewise.
11380 * gdb.mi/mi2-eval.exp: Likewise.
11381 * gdb.mi/mi2-file.exp: Likewise.
11382 * gdb.mi/mi2-read-memory.exp: Likewise.
11383 * gdb.mi/mi2-regs.exp: Likewise.
11384 * gdb.mi/mi2-return.exp: Likewise.
11385 * gdb.mi/mi2-simplerun.exp: Likewise.
11386 * gdb.mi/mi2-stack.exp: Likewise.
11387 * gdb.mi/mi2-stepi.exp: Likewise.
11388 * gdb.mi/mi2-syn-frame.exp: Likewise.
11389 * gdb.mi/mi2-until.exp: Likewise.
11390 * gdb.mi/mi2-var-block.exp: Likewise.
11391 * gdb.mi/mi2-var-child.exp: Likewise.
11392 * gdb.mi/mi2-var-cmd.exp: Likewise.
11393 * gdb.mi/mi2-var-display.exp: Likewise.
11394 * gdb.mi/mi2-watch.exp: Likewise.
11395 * gdb.stabs/exclfwd.exp: Likewise.
11396 * gdb.stabs/weird.exp: Likewise.
11397 * gdb.threads/gcore-thread.exp: Likewise.
11398 * gdb.trace/actions.exp: Likewise.
11399 * gdb.trace/backtrace.exp: Likewise.
11400 * gdb.trace/circ.exp: Likewise.
11401 * gdb.trace/collection.exp: Likewise.
11402 * gdb.trace/deltrace.exp: Likewise.
11403 * gdb.trace/infotrace.exp: Likewise.
11404 * gdb.trace/limits.exp: Likewise.
11405 * gdb.trace/packetlen.exp: Likewise.
11406 * gdb.trace/passc-dyn.exp: Likewise.
11407 * gdb.trace/passcount.exp: Likewise.
11408 * gdb.trace/report.exp: Likewise.
11409 * gdb.trace/save-trace.exp: Likewise.
11410 * gdb.trace/tfind.exp: Likewise.
11411 * gdb.trace/tracecmd.exp: Likewise.
11412 * gdb.trace/while-dyn.exp: Likewise.
11413 * gdb.trace/while-stepping.exp: Likewise.
11414
11415 2006-08-08 Joel Brobecker <brobecker@adacore.com>
11416
11417 * gdb.base/step-bt.c: New file.
11418 * gdb.base/step-bt.exp: New testcase.
11419
11420 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
11421
11422 * config/monitor.exp (gdb_load): Remove support for obsolete
11423 download-write-size.
11424 * gdb.base/remote.exp: Likewise. Update all callers of
11425 gdb_timed_load.
11426
11427 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
11428
11429 * cursal.exp: Pass binfile to gdb_load.
11430
11431 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
11432
11433 * gdb.base/cursal.exp: Add "" to gdb_load call.
11434
11435 2006-07-29 Mark Kettenis <kettenis@gnu.org>
11436
11437 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
11438 NetBSD/ELF targets.
11439
11440 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
11441
11442 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
11443 operator*.
11444
11445 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
11446
11447 * gdb.base/completion.exp: Update for change in "file" behavior.
11448 * gdb.stabs/weird.exp: Likewise.
11449 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
11450 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
11451
11452 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
11453
11454 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
11455 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
11456
11457 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
11458
11459 * gdb.base/default.exp: Update source command error message.
11460 * gdb.base/help.exp: Update 'help source' message.
11461
11462 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
11463
11464 * gdb.cp/bs15503.exp: Update comment for no longer crashing
11465 test.
11466
11467 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
11468
11469 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
11470
11471 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
11472
11473 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
11474
11475 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
11476
11477 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
11478
11479 2006-07-17 Mark Kettenis <kettenis@gnu.org>
11480
11481 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
11482 *-*-openbsd* from targets for wich we expect ARM FPA floating
11483 point format.
11484
11485 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
11486
11487 * gdb.cp/annota3.exp: Expect frame-begin annotation.
11488
11489 2006-07-17 Mark Kettenis <kettenis@gnu.org>
11490
11491 * gdb.base/annota3.exp: Expect frame-begin annotation.
11492
11493 2006-07-14 Joel Brobecker <brobecker@adacore.com>
11494
11495 * gdb.base/help.exp: Adjust "help unset" test to accept
11496 any list of unset commands.
11497
11498 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
11499 Daniel Jacobowitz <dan@codesourcery.com>
11500
11501 * gdb.cp/ref-params.exp: New test.
11502 * gdb.cp/ref-params.cc: New source file.
11503 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
11504
11505 2006-07-08 Mark Kettenis <kettenis@gnu.org>
11506
11507 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
11508 spaces/tabs in regular expressions since they might not be there.
11509
11510 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
11511
11512 * gdb.base/ifelse.exp: New file.
11513
11514 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
11515
11516 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
11517 line.
11518 * gdb.base/huge.exp: Loop over compilation to find a size that
11519 is acceptable.
11520 * gdb.base/remote.exp: Correct expected strings.
11521 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
11522
11523 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11524
11525 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
11526
11527 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11528
11529 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
11530 native.
11531
11532 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11533
11534 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
11535 enable stabs testing.
11536
11537 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11538
11539 * gdb.base/auxv.exp: Intercept undefined command messages before
11540 gdb_test_multiple does.
11541
11542 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
11543
11544 * Makefile.in (host_alias): Remove.
11545 (target_alias): Use @target_noncanonical@.
11546 (site.exp): Don't set host_alias.
11547 * aclocal.m4: Remove contents. Include acx.m4.
11548 * configure: Regenerated.
11549 * configure.ac: Use ACX_NONCANONICAL_TARGET.
11550
11551 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
11552
11553 * lib/gdb.exp (gdb_load_cmd): New.
11554
11555 * gdb.base/fileio.c: Add system(NULL) test.
11556 * gdb.base/fileio.exp: Check it.
11557
11558 * gdb.base/break.c: Add 10a breakpoint at }
11559 * gdb.base/break.exp: Add test for breakpoint at }
11560 * gdb.cp/anon-union.cc: Add code at end of function.
11561 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
11562 * gdb.mi/var-cmd.c: Add code at end of function.
11563 * gdb.mi/mi-var-display.exp: Adjust end of next.
11564 * gdb.mi/mi2-var-display.exp: Likewise.
11565 * gdb.base/fileio.c: Add stop function and insert calls at
11566 stopping places.
11567 * gdb.base/fileio.exp: Breakpoint stop function and remove
11568 explicit line number references.
11569
11570 2006-05-19 Joel Brobecker <brobecker@adacore.com>
11571
11572 * gdb.base/del.exp (test_delete_alias): New function.
11573 Now check that both "del" and "d" work as aliases for "delete".
11574
11575 2006-05-18 Fred Fish <fnf@specifix.com>
11576
11577 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
11578 required. Check for spurious output after program exits normally.
11579
11580 2006-05-17 Fred Fish <fnf@specifix.com>
11581
11582 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
11583 gdb_load, so it works in the simulator.
11584
11585 2006-05-11 Fred Fish <fnf@specifix.com>
11586
11587 * gdb.base/bang.exp: Ignore unexpected output between the
11588 "program exited normally" and the gdb prompt, as many other
11589 tests do.
11590
11591 2006-05-07 Mark Kettenis <kettenis@gnu.org>
11592
11593 * gdb.base/help.exp: Make "delete checkpoint" part option for
11594 "help d" and "help delete" tests.
11595
11596 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11597
11598 * gdb.mi/mi-basics.exp: Add missing serial number to
11599 expected output in some mi_gdb_test statements.
11600 * gdb.mi/mi2-basics.exp: Likewise.
11601
11602 2006-05-05 Joel Brobecker <brobecker@adacore.com>
11603
11604 * gdb.base/del.c: New file.
11605 * gdb.base/del.exp: New testcase.
11606
11607 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
11608
11609 * gdb.base/break.exp: Do not assume a breakpoint on
11610 main will actually be in $srcfile when optimizing.
11611 * gdb.base/savedregs.exp: Do not require that the dummy
11612 frame location match up to a symbol and source file location.
11613 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
11614 will get printed without a mi_cmd_data_list_register_values prefix.
11615 (*-data-list-register-*): Correct regular expressions to expect the new
11616 pseudo d? floating point registers.
11617 * gdb.mi/mi2-regs.exp: Likewise.
11618
11619 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
11620
11621 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
11622 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
11623 is allocated by the compiler.
11624 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
11625 anons, e, anone to force their allocation by the compiler.
11626
11627 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
11628
11629 * gdb.base/help.exp: Update expected text for help d and
11630 help delete.
11631
11632 2006-05-02 Mark Kettenis <kettenis@gnu.org>
11633
11634 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
11635 NetBSD/ELF targets.
11636
11637 2006-04-30 Mark Kettenis <kettenis@gnu.org>
11638
11639 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
11640 single-step breakpoint fails; make this a KFAIL on
11641 sparc*-*-openbsd*.
11642 * gdb.base/siginfo.exp: Likewise.
11643 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11644
11645 2006-04-26 Michael Snyder <msnyder@redhat.com>
11646
11647 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
11648 which may have to consume output from other forks.
11649 Add tests to make sure that "delete fork" succeeded.
11650
11651 2006-04-20 Michael Snyder <msnyder@redhat.com>
11652
11653 * 2006-03-22 Jim Blandy <jimb@redhat.com>
11654 Add support for the Renesas M32C and M16C.
11655
11656 * gdb.asm/asm-source.exp: Add m32c target.
11657 * gdb.asm/m32c.inc: Support for m32c target.
11658
11659 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
11660
11661 * gdb.base/commands.exp (recursive_source_test): New test.
11662
11663 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
11664
11665 * gdb.base/float.exp: Add pattern for sparc targets.
11666
11667 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11668
11669 * gdb.base/commands.exp (stray_arg0_test): New test.
11670
11671 2006-03-30 Paul Brook <paul@codesourcery.com>
11672
11673 * gdb.mi/mi-until.exp: kfail broken until command.
11674 * gdb.mi/mi2-until.exp: Ditto.
11675
11676 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11677
11678 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
11679
11680 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
11681
11682 * gdb.base/prelink.exp: Anchor tested-for regular expression
11683 on gdb prompt.
11684
11685 2006-03-07 Paul Brook <paul@codesourcery.com>
11686
11687 * gdb.base/assign.exp: Correct fail message.
11688
11689 2006-03-07 Paul Brook <paul@codesourcery.com>
11690
11691 * lib/compiler.c: Extract armcc version number.
11692 * lib/compiler.cc: Ditto.
11693
11694 2006-03-07 Paul Brook <paul@codesourcery.com>
11695
11696 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
11697 additional_flags=-w.
11698 * gdb.arch/altivec-regs.exp: Ditto.
11699 * gdb.arch/e500-abi.exp: Ditto.
11700 * gdb.arch/e500-regs.exp: Ditto.
11701 * gdb.base/all-bin.exp: Ditto.
11702 * gdb.base/annota1.exp: Ditto.
11703 * gdb.base/annota3.exp: Ditto.
11704 * gdb.base/args.exp: Ditto.
11705 * gdb.base/arithmet.exp: Ditto.
11706 * gdb.base/assign.exp: Ditto.
11707 * gdb.base/async.exp: Ditto.
11708 * gdb.base/bang.exp: Ditto.
11709 * gdb.base/break.exp: Ditto.
11710 * gdb.base/call-rt-st.exp: Ditto.
11711 * gdb.base/completion.exp: Ditto.
11712 * gdb.base/cond-expr.exp: Ditto.
11713 * gdb.base/condbreak.exp: Ditto.
11714 * gdb.base/consecutive.exp: Ditto.
11715 * gdb.base/define.exp: Ditto.
11716 * gdb.base/display.exp: Ditto.
11717 * gdb.base/ena-dis-br.exp: Ditto.
11718 * gdb.base/environ.exp: Ditto.
11719 * gdb.base/eval-skip.exp: Ditto.
11720 * gdb.base/info-proc.exp: Ditto.
11721 * gdb.base/jump.exp: Ditto.
11722 * gdb.base/logical.exp: Ditto.
11723 * gdb.base/long_long.exp: Ditto.
11724 * gdb.base/maint.exp: Ditto.
11725 * gdb.base/miscexprs.exp: Ditto.
11726 * gdb.base/pc-fp.exp: Ditto.
11727 * gdb.base/pointers.exp: Ditto.
11728 * gdb.base/relational.exp: Ditto.
11729 * gdb.base/reread.exp: Ditto.
11730 * gdb.base/sect-cmd.exp: Ditto.
11731 * gdb.base/sep.exp: Ditto.
11732 * gdb.base/sepdebug.exp: Ditto.
11733 * gdb.base/until.exp: Ditto.
11734 * gdb.base/whatis-exp.exp: Ditto.
11735 * gdb.cp/annota2.exp: Ditto.
11736 * gdb.cp/annota3.exp: Ditto.
11737 * gdb.trace/actions.exp: Ditto.
11738 * gdb.trace/backtrace.exp: Ditto.
11739 * gdb.trace/circ.exp: Ditto.
11740 * gdb.trace/collection.exp: Ditto.
11741 * gdb.trace/deltrace.exp: Ditto.
11742 * gdb.trace/infotrace.exp: Ditto.
11743 * gdb.trace/limits.exp: Ditto.
11744 * gdb.trace/packetlen.exp: Ditto.
11745 * gdb.trace/passc-dyn.exp: Ditto.
11746 * gdb.trace/passcount.exp: Ditto.
11747 * gdb.trace/report.exp: Ditto.
11748 * gdb.trace/save-trace.exp: Ditto.
11749 * gdb.trace/tfind.exp: Ditto.
11750 * gdb.trace/tracecmd.exp: Ditto.
11751 * gdb.trace/while-dyn.exp: Ditto.
11752 * gdb.trace/while-stepping.exp: Ditto.
11753 * lib/gdb.exp: Ditto.
11754 (gdb_compile): Handle nowarning option.
11755
11756 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
11757
11758 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
11759 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
11760 Rename executable to prelinkt. Don't re-prelink if we didn't
11761 get a core file. Test prelink -u exit status to tell whether
11762 prelinking failed. Use gdb_test_multiple.
11763
11764 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
11765
11766 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
11767 (do_tests): Call it.
11768
11769 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
11770
11771 * gdb.base/prelink.exp: New test.
11772 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
11773
11774 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
11775
11776 * gdb.fortran/derived-type.f90: New file.
11777 * gdb.fortran/derived-type.exp: New testcase.
11778
11779 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
11780
11781 * gdb.base/default.exp: Allow ';' as a directory separator.
11782
11783 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11784
11785 * gdb.base/help.exp (help add-symbol-file): Update.
11786
11787 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
11788
11789 * gdb.base/help.exp (help load): Update expected results.
11790
11791 2006-02-19 Fred Fish <fnf@specifix.com>
11792
11793 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
11794 specifix hex value as part of results.
11795 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
11796
11797 2006-02-16 Fred Fish <fnf@specifix.com>
11798
11799 * gdb.base/whatis.c: Define variables using typedefs char_addr,
11800 ushort_addr, and slong_addr, so the typedefs are not optimized
11801 away.
11802 * gdb.base/whatis.exp: Add tests using type name for struct type,
11803 union type, enum type, and typedef.
11804
11805 2006-02-13 Mark Kettenis <kettenis@gnu.org>
11806
11807 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
11808
11809 2006-02-13 Jim Blandy <jimb@redhat.com>
11810
11811 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
11812 case where it takes two "next" commands to skip past the init
11813 call.
11814
11815 2006-02-12 Fred Fish <fnf@specifix.com>
11816
11817 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
11818 to handle cases where it takes two "next" commands to skip
11819 past the init call.
11820
11821 2006-02-07 Joel Brobecker <brobecker@adacore.com>
11822
11823 * gdb.ada/array_return.exp: Mark the last test as expected to fail
11824 on hppa32 targets.
11825
11826 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
11827
11828 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
11829 field.
11830
11831 2006-01-29 Mark Kettenis <kettenis@gnu.org>
11832
11833 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
11834
11835 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11836
11837 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
11838 files.
11839
11840 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11841
11842 * gdb.cp/maint.exp: Set complaints to a positive value.
11843
11844 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11845
11846 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
11847 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
11848 function name.
11849
11850 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11851
11852 * gdb.base/checkpoint.c: Update copyright notice. Include
11853 <stdlib.h>.
11854
11855 2006-01-04 Jim Blandy <jimb@redhat.com>
11856
11857 * gdb.asm/asm-source.exp: Independently provide default values for
11858 asm-flags and debug-flags. Use 'string equal' to do the
11859 comparison, not the implicit expr's '==' operator. Remove
11860 now-unneeded assignments to asm-flags. In h8300 case, place
11861 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
11862
11863 2006-01-04 Michael Snyder <msnyder@redhat.com>
11864
11865 * gdb.base/checkpoint.c: New file.
11866 * gdb.base/checkpoint.exp: New file.
11867 * gdb.base/multi-fork.c: New file.
11868 * gdb.base/multi-fork.exp: New file.
11869 * gdb.base/pi.txt: New file (data for checkpoint.c test).
11870
11871 2006-01-04 Fred Fish <fnf@specifix.com>
11872
11873 * gdb.base/ptype.c (foo): Add typedef.
11874 (intfoo): Add function.
11875 * gdb.base/ptype1.c: New file.
11876 * gdb.base/ptype.exp: Handle compilation and linking with two
11877 source files. Test that proper type for "foo" is found based
11878 on source context rather than first match found in symtabs.
11879
11880 2005-12-28 Mark Kettenis <kettenis@gnu.org>
11881
11882 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
11883 * gdb.asm/openbsd.inc: Indent commands.
11884
11885 2005-12-26 Mark Kettenis <kettenis@gnu.org>
11886
11887 * gdb.base/freebpcmd.exp: Increase timeout.
11888
11889 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
11890
11891 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
11892
11893 * gdb.base/default.exp: Update check for "show version".
11894
11895 2005-12-09 Randolph Chung <tausq@debian.org>
11896
11897 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
11898 * gdb.asm/pa64.inc: New file.
11899
11900 2005-12-09 Randolph Chung <tausq@debian.org>
11901
11902 * gdb.asm/common.inc: Indent commands.
11903 * gdb.asm/asmsrc1.s: Likewise.
11904 * gdb.asm/asmsrc2.s: Likewise.
11905
11906 2005-12-09 Randolph Chung <tausq@debian.org>
11907
11908 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
11909 (get_addr_of_sym): Remove duplicate print.
11910 (gen_core): xfail hppa*-*-hpux*, update expected output.
11911 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
11912 * gdb.arch/pa64-nullify.s: New file.
11913
11914 2005-12-09 Randolph Chung <tausq@debian.org>
11915
11916 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
11917
11918 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
11919
11920 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
11921 code generation for these functions.
11922 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
11923 error message.
11924
11925 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
11926
11927 * gdb.base/help.exp (help b, help br, help bre, help brea)
11928 (help break): Update the expected message.
11929
11930 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
11931
11932 * gdb.asm/m68hc11.inc: Setup the data section.
11933 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
11934 script for this test.
11935 (m6812-*-*): Likewise.
11936
11937 2005-11-09 Randolph Chung <tausq@debian.org>
11938
11939 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
11940
11941 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
11942
11943 * gdb.base/break.exp: Fix a comment typo.
11944
11945 2005-11-03 Jim Blandy <jimb@redhat.com>
11946
11947 Checked in by Elena Zannoni <ezannoni@redhat.com>
11948
11949 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
11950
11951 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
11952
11953 * gdb.arch/gdb1558.c: Include stdio.h.
11954
11955 2005-10-31 Mark Kettenis <kettenis@gnu.org>
11956
11957 * gdb.asm/asm-source.exp: Use -e instead of --entry.
11958
11959 2005-10-31 Mark Kettenis <kettenis@gnu.org>
11960
11961 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
11962
11963 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
11964
11965 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
11966 vscr" tests to better match output.
11967
11968 2005-10-12 Jim Blandy <jimb@redhat.com>
11969
11970 * gdb.base/structs.exp (any): New function.
11971 (test_struct_returns): Don't make any assumptions at all about
11972 what value the function returns when GDB can't set the return
11973 value.
11974
11975 2005-10-09 Joel Brobecker <brobecker@adacore.com>
11976
11977 * gdb.ada/arrayidx/p.adb: New file.
11978 * gdb.ada/arrayidx.exp: New testcase
11979
11980 2005-10-09 Joel Brobecker <brobecker@adacore.com>
11981
11982 * gdb.ada/array_return/pck.ads: New file.
11983 * gdb.ada/array_return/pck.adb: New file.
11984 * gdb.ada/array_return/p.adb: New file.
11985 * gdb.ada/array_return.exp: New testcase.
11986
11987 2005-10-03 Joel Brobecker <brobecker@adacore.com>
11988
11989 * gdb.base/arrayidx.c: New file.
11990 * gdb.base/arrayidx.exp: New testcase.
11991
11992 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
11993
11994 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
11995 frames-invalid and breakpoints-invalid are no longer generated
11996 with level 3 so don't expect them in the output.
11997
11998 2005-09-27 Bob Rossi <bob@brasko.net>
11999
12000 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
12001 from test. Escape the | in mi_gdb_test call.
12002 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
12003 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
12004 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
12005 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
12006 expected regex's in mi_gdb_test calls.
12007 * lib/mi-support.exp: Remove arbitrary .* from tests.
12008 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
12009 Fully anchor GDB/MI expected results in mi_gdb_test.
12010 * lib/gdb.exp (string_to_regexp): Escape the ] character.
12011 * gdb.base/sizeof.exp: Remove escape character. Correct test.
12012
12013 2005-09-26 Paul Brook <paul@codesourcery.com>
12014
12015 * long_long.exp: Exclude eabi targets from arm FPA float format test.
12016
12017 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12018
12019 * bfp-test.c: New file.
12020 * bfp-test.exp: New testcase.
12021
12022 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12023
12024 * gdb.fortran/subarray.exp: New testcase to test the evaluation
12025 of subarray and substring variable.
12026 * gdb.fortran/subarray.f: New source file for the test of subarray
12027 and substring variable evaluation.
12028 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
12029 of string constant.
12030
12031 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
12032
12033 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
12034 copyright dates.
12035
12036 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
12037
12038 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
12039 powerpc altivec' test with an almost identical 'info vector' test.
12040
12041 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12042
12043 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12044 vscr" tests to match output.
12045
12046 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12047
12048 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
12049 output.
12050
12051 2005-09-11 Bob Rossi <bob@brasko.net>
12052
12053 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
12054 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
12055 commands that return an MI output command and an asyncronous MI output
12056 command.
12057 * gdb.mi/mi-console.exp: Ditto.
12058
12059 2005-09-11 Bob Rossi <bob@brasko.net>
12060
12061 * gdb.mi/mi-var-child.c: Include <string.h>.
12062
12063 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
12064
12065 * killed.exp: Correct gdb_expect syntax.
12066
12067 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
12068
12069 * lib/mi-support.exp (mi_gdb_load): Fix typo.
12070
12071 2005-08-02 Bob Rossi <bob@brasko.net>
12072
12073 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
12074 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
12075 Change tests to inferior-tty-set/show.
12076 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
12077 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
12078 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
12079 inferior. Use mi_gdb_test to get GDB and Inferior output.
12080 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
12081 descriptor.
12082 (mi_inferior_tty_name): Add inferior PTY file name.
12083 (mi_gdb_start): Add INFERIOR_PTY parameter.
12084 (mi_gdb_test): Add IPATTERN parameter.
12085
12086 2005-08-02 Bob Rossi <bob@brasko.net>
12087
12088 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
12089 parameter to mi_gdb_test.
12090 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
12091
12092 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12093
12094 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
12095 struct_declarations.
12096 * gdb.mi/mi-var-child.exp: Step over the initialization of
12097 struct_declarations.
12098
12099 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12100
12101 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
12102 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
12103 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
12104 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
12105 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
12106 file.
12107
12108 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
12109
12110 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
12111 (do_children_tests): Assign values to the extra elements.
12112
12113 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
12114 them for tests for "-var-update --no-values" and
12115 "-var-update --all-values".
12116 Add test for "-var-list-children --simple-values".
12117
12118 * gdb.mi/basics.c (callee4): Add integer array D[3]...
12119
12120 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
12121 "-stack-list-locals --simple-values" Improve doc strings and
12122 comments.
12123
12124 2005-07-18 Mark Kettenis <kettenis@gnu.org>
12125
12126 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
12127 *-*-openbsd*.
12128 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
12129
12130 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
12131 sigaltsatck'.
12132
12133 2005-07-14 Bob Rossi <bob@brasko.net>
12134
12135 * gdb.base/default.exp (tty): Changed output of command.
12136 * gdb.base/help.exp (help tty): Ditto.
12137
12138 2005-07-12 Mark Kettenis <kettenis@gnu.org>
12139
12140 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
12141
12142 2005-07-10 Mark Kettenis <kettenis@gnu.org>
12143
12144 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
12145 -stack-select-frame without arguments.
12146 (test_stack_frame_listing): Add test for newly implemented command
12147 -stack-info-frame.
12148
12149 2005-07-06 Bob Rossi <bob@brasko.net>
12150
12151 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
12152 command.
12153 (Copyright): Update copyright.
12154
12155 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
12156
12157 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
12158 tests to evaluate exponentiation expression.
12159
12160 2005-06-29 Andreas Schwab <schwab@suse.de>
12161
12162 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
12163 main to avoid warnings.
12164
12165 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
12166
12167 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
12168
12169 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
12170 -stack-select-frame without arguments.
12171 (test_stack_frame_listing): Add test for newly implemented command
12172 -stack-info-frame.
12173
12174 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
12175
12176 * gdb.fortran/array-element.f: New file.
12177 * gdb.fortran/array-element.exp: New testcase.
12178
12179 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12180
12181 * gdb.base/bigcore.exp: Correct checks for systems which can
12182 not dump a large core file.
12183
12184 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12185
12186 * gdb.base/relocate.c: Add a copyright notice.
12187 (dummy): Remove.
12188 * gdb.base/relocate.exp: Test printing the values of variables
12189 from a relocatable file.
12190
12191 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
12192
12193 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
12194 excess MI output after an error.
12195
12196 2005-05-29 Joel Brobecker <brobecker@adacore.com>
12197
12198 * gdb.arch/alpha-step.c: New file.
12199 * gdb.arch/alpha-step.exp: New testcase.
12200
12201 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
12202 Dennis Brueni <dennis@slickedit.com>
12203
12204 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
12205 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
12206 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
12207 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
12208 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
12209 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
12210 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
12211
12212 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
12213 Wu Zhou <woodzltc@cn.ibm.com>
12214
12215 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
12216 IBM's xlc compiler.
12217 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
12218 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
12219
12220 2005-05-13 Jim Blandy <jimb@redhat.com>
12221
12222 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
12223 calling gdb_suppress_entire_file.
12224 * gdb.base/charset.exp: Same.
12225 * gdb.base/call-rt-st.exp: Same.
12226
12227 2005-05-05 Bob Rossi <bob_rossi@cox.net>
12228
12229 * lib/gdb.exp (fullname_syntax): Added global regex.
12230 (fullname_syntax_POSIX): Ditto.
12231 (fullname_syntax_UNC): Ditto.
12232 (fullname_syntax_DOS_CASE): Ditto.
12233 (fullname_syntax_DOS): Ditto.
12234 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
12235 fullname_syntax variable to scope and use it.
12236 (test_file_list_exec_source_files): Ditto.
12237 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
12238
12239 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
12240
12241 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
12242
12243 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
12244
12245 * lib/gdb.exp (skip_altivec_tests): New function, based on
12246 check_vmx_hw_available from the GCC testsuite.
12247 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
12248 * lib/gdb.arch/altivec-regs.exp: Likewise.
12249
12250 2005-05-02 Jim Blandy <jimb@redhat.com>
12251
12252 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
12253 calling gdb_suppress_entire_file.
12254
12255 2005-04-30 Randolph Chung <tausq@debian.org>
12256
12257 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
12258 Slightly relax "sem_post" name checking.
12259
12260 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
12261
12262 * gdb.base/unload.exp: Use new shared library infrastructure.
12263
12264 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
12265
12266 * gdb.base/so-impl-ld.exp: Use new shared library
12267 infrastructure.
12268
12269 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
12270
12271 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
12272 * gdb.asm/h8300.inc: New file.
12273
12274 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12275
12276 * gdb.base/shlib-call.exp: Change to use new shared library
12277 infrastructure.
12278
12279 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12280
12281 * gdb.base/pending.exp: Change to use new shared library
12282 infrastructure.
12283
12284 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12285
12286 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
12287 use test_compiler_info instead of gcc_compiled, and update copyright.
12288
12289 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
12290
12291 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
12292 shared objects being adjusted and update copyright years.
12293
12294 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
12295
12296 * ChangeLog: Correct some 2003-01-13 dates.
12297 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
12298 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
12299 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
12300 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
12301 gdb.trace/tfind.exp: Update copyright years.
12302
12303 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
12304 Daniel Jacobowitz <dan@codesourcery.com>
12305
12306 * lib/gdb.exp (gdb_compile): Handle shlib=.
12307 (gdb_compile_shlib): New function.
12308
12309 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
12310
12311 * lib/gdb.exp (test_compiler_info): Give argument a default value.
12312
12313 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
12314
12315 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
12316 gdb.server.
12317 * configure.ac: Likewise.
12318 * configure: Regenerated.
12319 * gdb.gdbserver/Makefile.in: Moved to...
12320 * gdb.server/Makefile.in: ... here.
12321 * gdb.gdbserver/server.c: Moved to...
12322 * gdb.server/server.c: ... here.
12323 * gdb.gdbserver/server-run.exp: Moved to...
12324 * gdb.server/server-run.exp: ... here.
12325
12326 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
12327
12328 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
12329 * configure.ac: Create gdb.gdbserver/Makefile.
12330 * configure: Regenerated.
12331 * lib/gdbserver-support.exp: New file, derived from
12332 config/gdbserver.exp.
12333 * config/gdbserver.exp: Use gdbserver-support.exp.
12334 * gdb.gdbserver/Makefile.in: New file.
12335 * gdb.gdbserver/server.c: New file.
12336 * gdb.gdbserver/server-run.exp: New file.
12337
12338 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
12339
12340 * lib/gdb.exp (test_compiler_info): Return compiler_info
12341 if no arguments are given.
12342
12343 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
12344
12345 * gdb.arch/altivec-abi.exp: Check for compiler and set
12346 use altivec' flag accordingly.
12347 * gdb.arch/altivec-regs.exp: Likewise.
12348
12349 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
12350
12351 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
12352
12353 2005-03-27 Andreas Schwab <schwab@suse.de>
12354
12355 * gdb.base/bigcore.c (main): Add missing mode argument in open
12356 call.
12357
12358 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
12359
12360 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
12361 downloads.
12362 * config/gdbserver.exp (gdb_load): Likewise.
12363
12364 2005-03-14 Paul Brook <paul@codesourcery.com>
12365
12366 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
12367 targets.
12368
12369 2005-03-09 Joel Brobecker <brobecker@adacore.com>
12370
12371 * gdb.dwarf2/dup-psym.S: New file.
12372 * gdb.dwarf2/dup-psym.exp: New testcase.
12373
12374 2005-03-09 Joel Brobecker <brobecker@adacore.com>
12375
12376 * gdb.ada/exec_changed/first.adb: New file.
12377 * gdb.ada/exec_changed/second.adb: New file.
12378 * gdb.ada/exec_changed.exp: New testcase.
12379
12380 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
12381
12382 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
12383 (A2): New class.
12384 (main): Test operator+.
12385 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
12386 breakpoint test.
12387
12388 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
12389 * gdb.base/signull.exp: Disable if gdb,nosignals.
12390 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
12391 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
12392 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
12393 * gdb.mi/mi2-console.exp: Likewise.
12394 * gdb.trace/collection.exp (run_trace_experiment): Consume the
12395 continue output at start.
12396 (gdb_collect_locals_test): Robustify regexp.
12397 * gdb.trace/passc-dyn.exp: Fix comment typo.
12398 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
12399
12400 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
12401
12402 * gdb.asm/asm-source.exp: Add iq2000 case.
12403 * gdb.asm/iq2000.inc: New file.
12404
12405 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
12406
12407 * gdb.base/command.exp: Change hardcoded value to regular expression.
12408 * gdb.base/float.exp: Add powerpc to the list of targets checked.
12409
12410 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
12411
12412 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
12413 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
12414 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
12415 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
12416 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
12417
12418 2005-03-05 Mark Kettenis <kettenis@gnu.org>
12419
12420 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
12421 changes.
12422
12423 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
12424
12425 * lib/compiler.c: Add test for IBM's xlc compiler.
12426 * lib/compiler.cc: Likewise.
12427
12428 2004-02-24 Joel Brobecker <brobecker@adacore.com>
12429
12430 * gdb.ada/fixed_points.exp: Create compilation object directory
12431 before running the test.
12432 * gdb.ada/null_record.exp: Likewise.
12433 * gdb.ada/packed_array.exp: Likewise.
12434 * gdb.ada/start.exp: Likewise.
12435
12436 2005-02-15 Joel Brobecker <brobecker@adacore.com>
12437
12438 * gdb.ada/packed_array/pa.adb: New file.
12439 * gdb.ada/packed_array.exp: New testcase.
12440
12441 2005-02-10 Mark Kettenis <kettenis@gnu.org>
12442
12443 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
12444 files.
12445
12446 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
12447 on *-*-openbsd*. Correctly match whitespace in regukar
12448 expressions.
12449
12450 2005-02-10 Daniel Jacobowitz <dan@debian.org>
12451
12452 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
12453 PR exp/1821
12454 * gdb.base/gdb1821.c: New test file.
12455 * gdb.base/gdb1821.exp: New test file.
12456
12457 2005-02-09 Joel Brobecker <brobecker@adacore.com>
12458
12459 * gdb.base/start.c: New file.
12460 * gdb.base/start.exp: New testcase.
12461
12462 2005-02-09 Joel Brobecker <brobecker@adacore.com>
12463
12464 * gdb.ada/start/dummy.adb: New file.
12465 * gdb.ada/start.exp: New testcase.
12466
12467 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
12468
12469 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
12470 for printing symbols and statistics.
12471 Add test for using relative pathnames in "maint print msymbols" test.
12472 Mark "maint info sections DATA" XFAIL on Cygwin.
12473 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
12474 tests.
12475
12476 2005-02-09 Andreas Schwab <schwab@suse.de>
12477
12478 Committed by Andrew Cagney <cagney@gnu.org>
12479 * gdb.base/remotetimeout.exp: New file.
12480
12481 2005-02-07 Mark Kettenis <kettenis@gnu.org>
12482
12483 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
12484
12485 2005-02-03 Joel Brobecker <brobecker@adacore.com>
12486
12487 * gdb.ada/gnat_ada.gpr: New file.
12488 * gdb.ada/gnat_ada.gin: Delete, no longer used.
12489 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
12490 * configure.ac: No longer generate gnat_ada.gpr.
12491 * configure: Regenerate.
12492 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
12493 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
12494 * gdb.ada/null_record/bar.ads: Likewise.
12495 * gdb.ada/null_record/bar.adb: Likewise.
12496 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
12497 * gdb.ada/null_record.exp (testdir): New variable.
12498 (testfile): executable is now in testdir subdirectory.
12499 (srcfile): Use full path to the main compilation unit.
12500 * gdb.ada/fixed_points.exp: Same changes as above.
12501
12502 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
12503
12504 * gdb.base/interp.exp: New test.
12505
12506 2005-01-24 Andrew Cagney <cagney@gnu.org>
12507
12508 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
12509
12510 2005-01-19 Andrew Cagney <cagney@gnu.org>
12511
12512 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
12513 configure.ac not configure.in.
12514
12515 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
12516 of powerpc*-*-*.
12517 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
12518 * gdb.base/list.exp (test_list_function)
12519 (test_list_filename_and_function): Ditto.
12520 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
12521
12522 2005-01-16 Andrew Cagney <cagney@gnu.org>
12523
12524 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
12525
12526 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
12527
12528 2005-01-14 Andrew Cagney <cagney@gnu.org>
12529
12530 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
12531 * gdb.mi/mi2-var-cmd.exp: Ditto.
12532
12533 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
12534
12535 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
12536
12537 2005-01-07 Andrew Cagney <cagney@gnu.org>
12538
12539 * configure.ac: Rename configure.in, require autoconf 2.59.
12540 * configure: Re-generate.
12541 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
12542 * gdb.stabs/configure: Re-generate.
12543 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
12544 * gdb.hp/configure: Re-generate.
12545 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
12546 autoconf 2.59.
12547 * gdb.hp/gdb.objdbg/configure: Re-generate.
12548 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
12549 autoconf 2.59.
12550 * gdb.hp/gdb.defects/configure: Re-generate.
12551 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
12552 autoconf 2.59.
12553 * gdb.hp/gdb.compat/configure: Re-generate.
12554 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
12555 autoconf 2.59.
12556 * gdb.hp/gdb.base-hp/configure: Re-generate.
12557 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
12558 autoconf 2.59.
12559 * gdb.hp/gdb.aCC/configure: Re-generate.
12560
12561 2004-12-15 Jim Blandy <jimb@redhat.com>
12562
12563 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
12564 under NPTL when there is debugging info available for libpthread.
12565
12566 2004-12-13 Jerome Guitton <guitton@gnat.com>
12567
12568 * gdb.ada/fixed_points.c: New file.
12569 * gdb.ada/fixed_points.exp: New file.
12570
12571 2004-12-03 Randolph Chung <tausq@debian.org>
12572
12573 * gdb.arch/pa-nullify.exp: New file.
12574 * gdb.arch/pa-nullify.s: New file.
12575
12576 2004-11-30 Randolph Chung <tausq@debian.org>
12577
12578 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
12579 instead of "tbug". Fix regexp to work properly with gdb_test.
12580
12581 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
12582
12583 * gdb.base/bitfields2.exp: New test.
12584 * gdb.base/bitfields2.c: New file.
12585
12586 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
12587
12588 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
12589
12590 2004-11-16 Randolph Chung <tausq@debian.org>
12591
12592 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
12593
12594 2004-11-14 Daniel Jacobowitz <dan@debian.org>
12595
12596 * gdb.threads/threadapply.exp: Correct "macro details" test.
12597
12598 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
12599
12600 * gdb.threads/threadapply.exp: New test.
12601 * gdb.threads/threadapply.c: New file.
12602
12603 2004-11-07 Mark Kettenis <kettenis@gnu.org>
12604
12605 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
12606 frames.
12607
12608 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
12609
12610 * gdb.base/cursal.exp: New file.
12611 * gdb.base/cursal.c: New file.
12612
12613 2004-11-03 Andrew Cagney <cagney@gnu.org>
12614
12615 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
12616
12617 2004-10-30 Mark Kettenis <kettenis@gnu.org>
12618
12619 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
12620 NetBSD/ELF targets.
12621
12622 2004-10-29 Joel Brobecker <brobecker@gnat.com>
12623
12624 * gdb.threads/bp_in_thread.c: New file, copied from
12625 pthread_cond_wait.c.
12626 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
12627 file, rather than reusing the .c file from another testcase.
12628
12629 2004-10-20 Joel Brobecker <brobecker@gnat.com>
12630
12631 * gdb.ada/null_record.exp: Check where we stopped after
12632 sending the start command, instead of where the associated
12633 temporary breakpoint was inserted.
12634
12635 2004-10-14 Andrew Cagney <cagney@gnu.org>
12636
12637 * gdb.mi/gdb701.c (main): Return 0.
12638
12639 2004-10-13 Daniel Jacobowitz <dan@debian.org>
12640
12641 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
12642
12643 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
12644
12645 * gdb.threads/schedlock.c: Add comment markers to use to find
12646 line numbers.
12647 * gdb.threads/schedlock.exp: Adjust regex to handle the new
12648 comments.
12649 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
12650 breakpoint lines.
12651
12652 2004-10-12 Daniel Jacobowitz <dan@debian.org>
12653
12654 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
12655
12656 2004-10-12 Daniel Jacobowitz <dan@debian.org>
12657
12658 * configure.in: Add gdb.dwarf2.
12659 * configure: Regenerated.
12660 * Makefile.in: Add gdb.dwarf2.
12661 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
12662 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
12663 gdb.dwarf2/file1.txt: New files.
12664
12665 2004-10-11 Orjan Friberg <orjanf@axis.com>
12666
12667 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
12668 of "run", since the latter doesn't work with remote targets. Adjust
12669 the breakpoint numbering accordingly.
12670 * gdb.threads/pthread_cond_wait.exp: Ditto.
12671
12672 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
12673
12674 * gdb.base/overlays.exp: Update copyright years.
12675
12676 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
12677
12678 * gdb.base/overlays.exp: Disable if target is Linux.
12679
12680 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
12681
12682 * config/gdbserver.exp (gdb_load): Use right filename on remote.
12683
12684 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
12685
12686 * gdb.asm/asm-source.exp: Add m32r-linux target.
12687 * gdb.asm/m32r-linux.inc: New file.
12688
12689 2004-09-24 Andrew Cagney <cagney@redhat.com>
12690 David Anderson <anderson@redhat.com>
12691
12692 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
12693 command fails, assume things will work.
12694 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
12695 (_GNU_SOURCE): Define.
12696 (print_unsigned, print_hex): Change parameter to "long long".
12697 (print_byte_count): New function, use to print byte counts.
12698 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
12699 O_LARGEFILE.
12700 (main): Compute an upper bound on a corefile in max_core_size.
12701 Limit memory chunk size to max_core_size. Limit total memory
12702 allocated to max_core_size.
12703
12704 2004-09-23 Andrew Cagney <cagney@gnu.org>
12705
12706 * gdb.base/bigcore.exp: Replace the code that creates a corefile
12707 from a separate process with code that creates a corefile by
12708 making the inferior dump core.
12709
12710 2004-09-23 Mark Kettenis <kettenis@gnu.org>
12711
12712 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
12713 block.
12714
12715 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
12716
12717 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
12718 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
12719 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
12720 Likewise.
12721
12722 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
12723
12724 * gdb.java/jprint.exp: New test case for java inferior call.
12725 * gdb.java/jprint.java: Ditto.
12726
12727 2004-09-15 Joel Brobecker <brobecker@gnat.com>
12728
12729 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
12730
12731 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12732
12733 * gdb.threads/killed.c: Include <stdlib.h>.
12734 * gdb.threads/pthreads.c: Likewise.
12735
12736 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
12737
12738 * gdb.threads/killed.c: Add copyright notice.
12739
12740 2004-09-10 Jason Molenda (jmolenda@apple.com)
12741
12742 * gdb.base/define.exp: Two new tests to verify zero space chars
12743 after 'if' and 'while' commands in a user-defined command is correctly
12744 parsed.
12745
12746 2004-09-08 Andrew Cagney <cagney@gnu.org>
12747
12748 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
12749 delivery test with duplicate at end of file.
12750
12751 2004-09-06 Mark Kettenis <kettenis@jive.nl>
12752
12753 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
12754
12755 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12756
12757 * config/hppro.exp: Removed.
12758
12759 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12760
12761 * config/sparclet.exp: Removed.
12762
12763 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
12764
12765 * config/udi.exp: Removed.
12766
12767 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
12768
12769 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
12770 of "exp_continue".
12771 (advancei): Likewise.
12772
12773 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12774
12775 * gdb.base/unload.exp: Fix so messages aren't duplicated.
12776
12777 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
12778
12779 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
12780 to check for nodebug in executable.
12781 * gdb.gdb/observer.exp (setup_test): Likewise.
12782 * gdb.gdb/selftest.exp (test_with_self): Likewise.
12783 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
12784
12785 2004-09-01 Andrew Cagney <cagney@gnu.org>
12786
12787 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12788 files.
12789
12790 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
12791
12792 * gdb.base/unload.exp: Fix expected warning message to match
12793 latest format.
12794
12795 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
12796
12797 * gdb.base/call-rt-st.exp: Fix typos.
12798
12799 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
12800
12801 * gdb.threads/thread_check.exp: New testcase.
12802 * gdb.threads/thread_check.c: New testcase.
12803
12804 2004-08-31 Andrew Cagney <cagney@gnu.org>
12805
12806 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
12807 (skip_to_handler_entry): New procedures. Test stepping into a
12808 handler when the breakpoint is at the handler's entry point.
12809
12810 2004-08-30 Andrew Cagney <cagney@gnu.org>
12811
12812 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
12813 gdb/1757.
12814
12815 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12816
12817 With code from Manoj Iyer <manjo@austin.ibm.com>:
12818 * lib/gdb.exp (gdb_file_cmd): Return more information in the
12819 return value. Add an arm for "no debugging symbols found".
12820 Change a stray "error" to "perror".
12821 (gdb_run_cmd): Adapt to new return value.
12822 * gdb.base/remote.exp: Adapt to new return value.
12823 * gdb.gdb/complaints.exp: Likewise.
12824 * gdb.gdb/observer.exp: Likewise.
12825 * gdb.gdb/selftest.exp: Likewise.
12826 * gdb.gdb/xfullpath.exp: Likewise.
12827
12828 2004-08-27 Joel Brobecker <brobecker@gnat.com>
12829
12830 * gdb.threads/bp_in_thread.exp: New testcase.
12831
12832 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
12833
12834 Fix PR testsuite/1735.
12835 * gdb.threads/schedlock.c (thread_function): Add a cast
12836 to suppress a gcc warning.
12837 * gdb.threads/thread-specific.c (thread_function): Likewise.
12838
12839 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12840
12841 * gdb.base/unload.c: Include <stdlib.h>.
12842
12843 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12844
12845 From Paul Gilliam <pgilliam@us.ibm.com>:
12846 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
12847 synchronized after the "return".
12848
12849 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12850
12851 * gdb.mi/basics.c: Include <stdio.h>.
12852 * gdb.mi/pthreads.c: Include <stdlib.h>.
12853 * gdb.mi/var-cmd.c: Include <stdlib.h>.
12854
12855 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12856
12857 * gdb.threads/schedlock.c: Add copyright notice.
12858
12859 2004-08-25 Andrew Cagney <cagney@gnu.org>
12860
12861 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
12862 (skip_over_handler, breakpoint_over_hander): New test procedures.
12863 (advance, advancei): Add a proper prefix, do not use
12864 rerun_to_main.
12865 * gdb.base/sigstep.c (main): Change to use an infinite loop.
12866
12867 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
12868
12869 * gdb.mi/basics.c: Add copyright notice.
12870 * gdb.mi/var-cmd.c: Add copyright notice.
12871
12872 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12873
12874 * lib/gdb.exp: Remove signed_keyword_not_used.
12875 * lib/compiler.c: Likewise.
12876 * lib/compiler.cc: Likewise.
12877
12878 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12879
12880 * gdb.base/whatis.c: Remove conditional disabling of "signed".
12881 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
12882
12883 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12884
12885 * gdb.base/whatis.c: Add copyright notice.
12886
12887 2004-08-20 Mark Kettenis <kettenis@gnu.org>
12888
12889 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
12890 it to skip the breakpoints encoded in the inline assembly.
12891
12892 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12893
12894 * Makefile.in: Add gdb.fortran.
12895
12896 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12897
12898 * gdb.base/call-sc.exp (test_scalar_returns):
12899 Fix cut-and-paste glitch in "Make fun return now".
12900
12901 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12902
12903 * configure.in: Add gdb.fortran.
12904 * configure: Regenerate.
12905 * gdb.fortran/Makefile.in: New file.
12906 * lib/gdb.exp (skip_fortran_tests): New procedure.
12907
12908 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12909
12910 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
12911 reference to bug-gnu@prep.ai.mit.edu.
12912 * gdb.mi/mi-var-child.exp: Likewise.
12913 * gdb.mi/mi-var-cmd.exp: Likewise.
12914 * gdb.mi/mi-var-display.exp: Likewise.
12915 * gdb.mi/mi2-var-block.exp: Likewise.
12916 * gdb.mi/mi2-var-child.exp: Likewise.
12917 * gdb.mi/mi2-var-cmd.exp: Likewise.
12918 * gdb.mi/mi2-var-display.exp: Likewise.
12919
12920 2004-08-15 Mark Kettenis <kettenis@gnu.org>
12921
12922 * gdb.base/unload.c (main): Make local variable msg const.
12923
12924 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12925
12926 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
12927 to bug-gnu@prep.ai.mit.edu.
12928 * gdb.mi/mi-disassemble.exp: Likewise.
12929 * gdb.mi/mi-eval.exp: Likewise.
12930 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
12931 default line number.
12932 * gdb.mi/mi-return.exp: Likewise.
12933 * gdb.mi/mi-simplerun.exp: Likewise.
12934 * gdb.mi/mi-stack.exp: Likewise.
12935 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
12936 number with explicit range test.
12937 * gdb.mi/mi-watch.exp: Likewise.
12938 * gdb.mi/mi2-break.exp: Likewise.
12939 * gdb.mi/mi2-cli.exp: Likewise.
12940 * gdb.mi/mi2-disassemble.exp: Likewise.
12941 * gdb.mi/mi2-eval.exp: Likewise.
12942 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
12943 default line number.
12944 * gdb.mi/mi2-return.exp: Likewise.
12945 * gdb.mi/mi2-simplerun.exp: Likewise.
12946 * gdb.mi/mi2-stack.exp: Likewise.
12947 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
12948 number with explicit range test.
12949 * gdb.mi/mi2-watch.exp: Likewise.
12950
12951 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12952
12953 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
12954 * gdb.cp/m-static.exp: Likewise.
12955 * gdb.cp/rtti.exp: Likewise.
12956
12957 2004-08-14 Mark Kettenis <kettenis@gnu.org>
12958
12959 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
12960
12961 2004-08-14 Eli Zaretskii <eliz@gnu.org>
12962
12963 * ChangeLog: Prefix Local Variables with semi-colons and indent
12964 the reference to older ChangeLog files, to fix fontification in
12965 Emacs.
12966
12967 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12968
12969 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
12970 * gdb.mi/mi2-break.exp: Likewise.
12971
12972 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12973
12974 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
12975
12976 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12977
12978 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
12979
12980 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12981
12982 * gdb.cp/classes.exp: Remove unused declarations. Just let
12983 test names default instead of providing special names. Remove
12984 extraneous demangler test.
12985
12986 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
12987
12988 * gdb.base/unload.exp: New test for breakpoints in dynamically
12989 loaded libraries.
12990 * gdb.base/unload.c: Ditto.
12991 * gdb.base/unloadshr.c: Ditto.
12992
12993 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
12994
12995 * gdb.cp/classes.exp (test_ptype_class_objects): Call
12996 cp_test_ptype_class.
12997 (test_enums): Likewise.
12998
12999 2004-08-10 Andrew Cagney <cagney@gnu.org>
13000
13001 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13002 files.
13003
13004 2004-08-10 Andrew Cagney <cagney@gnu.org>
13005
13006 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
13007 init_malloc call.
13008
13009 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
13010
13011 * ChangeLog: Add copyright notice. The notice is copied
13012 from emacs 21.3 top level ChangeLog.
13013
13014 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13015
13016 * lib/cp-support.exp: New file.
13017 * lib/cp-support.exp (cp_test_type_class): New function.
13018 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
13019 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
13020 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
13021 cp_test_ptype_class.
13022
13023 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13024
13025 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
13026 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13027 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
13028 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
13029 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13030 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
13031 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
13032 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
13033 gdb.mi/mi2-watch.exp: Update copyright years.
13034
13035 2004-08-09 Mark Kettenis <kettenis@gnu.org>
13036
13037 * gdb.base/sigaltstack.exp: Provide proper anchoring.
13038
13039 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13040
13041 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
13042 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
13043 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
13044 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
13045 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
13046 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
13047 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
13048 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
13049 gdb.mi/mi-watch.exp: Update copyright years.
13050
13051 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13052
13053 PR gdb/1738
13054 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
13055 from a breakpoint with a pending signal.
13056
13057 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13058
13059 PR gdb/1736
13060 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
13061 * gdb.base/sigaltstack.exp (finish_test): Consume output until
13062 the prompt.
13063 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
13064
13065 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13066
13067 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
13068
13069 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13070
13071 PR gdb/1736
13072 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
13073 for i?86-*-linux*.
13074
13075 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13076
13077 * gdb.arch/i386-prologue.exp: Compile without debug information.
13078
13079 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
13080
13081 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
13082 rather than asking gdb to search.
13083
13084 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13085
13086 * gdb.base/gcore.c: Include <string.h>.
13087
13088 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13089
13090 * gdb.base/gcore.c: Add copyright notice.
13091
13092 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13093
13094 * gdb.base/freebpcmd.c: Include <stdio.h>.
13095 * gdb.base/long_long.c: Include <string.h>.
13096 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
13097 * gdb.base/siginfo.c: Include <string.h>.
13098 * gdb.base/sigstep.c: Include <string.h>.
13099
13100 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13101
13102 * gdb.base/complex.c: Include <stdlib.h>.
13103
13104 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13105
13106 * gdb.base/complex.c: Add copyright notice.
13107
13108 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13109
13110 * gdb.base/charset.c: Include <stdlib.h>.
13111
13112 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13113
13114 * gdb.base/auxv.c: Include <stdlib.h>.
13115
13116 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13117
13118 * gdb.base/auxv.c: Add copyright notice.
13119
13120 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13121
13122 * gdb.base/coremaker.c: Add copyright notice.
13123 * gdb.base/coremaker2.c: Add copyright notice.
13124
13125 2004-08-04 Andrew Cagney <cagney@gnu.org>
13126
13127 * gdb.base/store.exp: Update copyright.
13128 (check_set, up_set, check_struct, up_struct): Add a prefix to test
13129 names, do not import gdb_prompt.
13130
13131 2004-08-01 Andrew Cagney <cagney@gnu.org>
13132
13133 Fix PR testsuite/1729.
13134 * gdb.base/dump.exp: Add test name to callers of capture_value, do
13135 not use capture_value with value 4.
13136 (capture_value): Add optional test name parameter.
13137 (test_reload_saved_value, test_restore_saved_value): Use $msg as
13138 the prefix, pass to capture_value.
13139
13140 2004-08-01 Mark Kettenis <kettenis@gnu.org>
13141
13142 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
13143 * gdb.arch/i386-prologue.c (standard): New prototype and function.
13144 (main): Call new function.
13145
13146 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13147
13148 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
13149
13150 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13151
13152 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
13153
13154 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13155
13156 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
13157 Accept more values of vtbl pointer. Remove some messages
13158 about "obsolete gcc or gdb".
13159
13160 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13161
13162 * gdb.cp/classes.exp: Accept more varieties of ptype output.
13163
13164 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13165
13166 * gdb.base/asm-source.exp: Properly convert target board
13167 debug flags from gcc format to binutils format.
13168
13169 2004-07-28 Mark Kettenis <kettenis@gnu.org>
13170
13171 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
13172 gdb1718". PR backtrace/1718 partially fixed.
13173
13174 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
13175
13176 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
13177
13178 2004-07-26 Nick Clifton <nickc@redhat.com>
13179
13180 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
13181 good default value for a specific architecture is available then
13182 set it to that value. Otherwise default to the -gstabs switch.
13183 Remove the -g... switches from the asm-flags variable. Allow the
13184 target board info to override the value if it wants to. Pass the
13185 switch on the assembler command line.
13186
13187 2004-07-23 Mark Kettenis <kettenis@gnu.org>
13188
13189 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
13190 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
13191 (main): Call new function.
13192
13193 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
13194
13195 Test for PR exp/1715.
13196 * gdb.base/radix.exp: Refactor common procedures. Make all
13197 test names unique. Change XFAIL to KFAIL.
13198
13199 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
13200
13201 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
13202 * gdb.ada/gnat_ada.gin: ... to here.
13203 * configure.in: Use gnat_ada.gin.
13204 * configure: Regenerate.
13205
13206 2004-07-20 Andrew Cagney <cagney@gnu.org>
13207
13208 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
13209 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
13210 XFAILs. Clean up test messages and comments. Check backtraces.
13211 Delete re-sync code.
13212
13213 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
13214
13215 Fix PR cli/740.
13216 * gdb.base/annota1.exp: Honor gdb,nosignals.
13217 * gdb.base/annota3.exp: Likewise.
13218
13219 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
13220
13221 * lib/java.exp: Update copyright notice.
13222
13223 2004-07-19 Andrew Cagney <cagney@gnu.org>
13224
13225 * gdb.base/selftest.exp: Copy file from here ...
13226 * gdb.gdb/selftest.exp: ... to here.
13227
13228 2004-07-16 Andrew Cagney <cagney@redhat.com>
13229
13230 * lib/insight-support.exp: Delete file.
13231 * lib/java.exp (java_init): Fix copyright.
13232
13233 2004-07-16 Andrew Cagney <cagney@gnu.org>
13234
13235 * gdb.base/restore.c: Append "prologue" to comments marking the a
13236 function's prologue.
13237 * gdb.base/restore.exp: Update copyright, re-indent.
13238 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
13239 callerN" prefix where needed. Update patterns that match a
13240 function's prologue.
13241
13242 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
13243
13244 * gdb.base/restore.c: Add copyright notice.
13245
13246 2004-07-16 Andrew Cagney <cagney@gnu.org>
13247
13248 * gdb.base/logical.exp: Update copyright.
13249 (evaluate): New procedure. Use to re-implement tests using
13250 several tables.
13251
13252 2004-07-14 Martin Hunt <hunt@redhat.com>
13253
13254 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
13255 which fixes some problems where init.tcl was not found.
13256
13257 2004-07-13 Andrew Cagney <cagney@gnu.org>
13258
13259 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
13260 (check_sizeof, check_valueof): Do not include the output in the
13261 test name. Use gdb_test.
13262 (get_valueof): Use gdb_test_multiple.
13263
13264 * gdb.base/step-test.exp: Update copyright. Use
13265 gdb_test_multiple. Ensure that test names do not include
13266 architecture dependent output.
13267
13268 * gdb.gdb/observer.exp: Update copyright.
13269 (setup_test): Use gdb_test_multiple.
13270 (attach_first_observer, attach_second_observer)
13271 (attach_third_observer, detach_first_observer)
13272 (detach_second_observer, detach_third_observer)
13273 (reset_counters, check_counters): Make $message a prefix.
13274 (test_normal_stop_notifications): Add "args" parameter - a list of
13275 init functions to be called. Make $message a prefix,
13276 (test_observer_normal_stop): Change the message prefixes so that
13277 they are unique, pass the attach / detach procedures to
13278 test_normal_stop_notifications.
13279
13280 * gdb.base/signull.exp (test_segv): Prefix all tests with
13281 "${name}". Clean up test messages.
13282
13283 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
13284
13285 * gdb.base/ena-dis-br.exp: Update copyright.
13286 (break_at): New function. Replace send_gdb with gdb_test,
13287 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
13288 ignore count, not stopped at bpt", with KFAIL.
13289
13290 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
13291
13292 * gdb.base/attach.exp: Remove cleanupfile handling.
13293
13294 2004-07-12 Andrew Cagney <cagney@gnu.org>
13295
13296 * gdb.base/annota1.exp: Cleanup corefile test name.
13297 * gdb.base/annota3.exp: Ditto.
13298
13299 2004-07-12 Andrew Cagney <cagney@gnu.org>
13300
13301 * gdb.base/signals.exp: Clean up copyright, re-indent.
13302
13303 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
13304 gdb_test and gdb_test_multiple.
13305
13306 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
13307
13308 * gdb.java/jmain.exp: Fix expected line number for main to
13309 break at. Set XFAIL for break at main test since gcj does not
13310 provide line number info for first statement in main.
13311
13312 2004-07-08 Andrew Cagney <cagney@gnu.org>
13313
13314 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
13315
13316 * gdb.base/sigbpt.exp: Make the common part of each test name a
13317 prefix instead of suffix.
13318
13319 2004-07-07 Bob Rossi <bob_rossi@cox.net>
13320
13321 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
13322 test from test_tbreak_creation_and_listing to
13323 test_file_list_exec_source_file
13324 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
13325 Changed name of test from test_tbreak_creation_and_listing to
13326 test_file_list_exec_source_file
13327
13328 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
13329
13330 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
13331 the jmisc() constructor instead of <init>.
13332 * gdb.java/jmisc1.exp: Ditto.
13333
13334 2004-07-07 Andrew Cagney <cagney@gnu.org>
13335
13336 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
13337 corrupting the PC.
13338
13339 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
13340
13341 * gdb.cp/templates.exp: Accept whitespace change in demangler
13342 output.
13343
13344 2004-07-06 Andrew Cagney <cagney@gnu.org>
13345
13346 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
13347
13348 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
13349
13350 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
13351 * lib/compiler.cc: Likewise.
13352
13353 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
13354
13355 * lib/compiler.cc: Work around string preprocessing problem
13356 with old hp c++ compiler.
13357 * lib/compiler.c: Likewise.
13358
13359 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
13360
13361 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
13362 directives to conditionalize symbol prefixing.
13363 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
13364 additional_flags handling. Add underscore prefix for Cygwin.
13365 * gdb.arch/i386-unwind.c: Use preprocessor directives to
13366 conditionalize symbol prefixing.
13367 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
13368 additional_flags handling. Add underscore prefix for Cygwin.
13369
13370 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
13371
13372 * gdb.base/bigcore.exp: Skip test on Cygwin.
13373
13374 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
13375
13376 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
13377 formats for "info register". Use gdb_test_multiple. Fix
13378 the "invalid register" test.
13379
13380 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
13381
13382 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
13383 PID for Cygwin. Add Cygwin specific strings to check for in some
13384 tests.
13385 (do_attach_tests): Add a test for user interaction when attaching
13386 to a process with no matching symbol table already loaded.
13387
13388 2004-06-26 Andrew Cagney <cagney@gnu.org>
13389
13390 Test PR java/1567 and PR java/1565.
13391 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
13392 * gdb.java/jmisc2.exp: Delete file.
13393
13394 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
13395
13396 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
13397
13398 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
13399
13400 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
13401 attach process.
13402
13403 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
13404
13405 * gdb.cp/pr-1553.exp: Remove.
13406
13407 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
13408
13409 * gdb.cp/pr-1553.cc: Remove.
13410 * gdb.cp/pr-1553.exp: Disable this test.
13411
13412 2004-06-20 Jim Blandy <jimb@redhat.com>
13413
13414 Fix PR testsuite/1680.
13415 * gdb.arch/i386-sse.exp: Properly quote curly braces in
13416 regular expressions.
13417
13418 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
13419
13420 Fix PR testsuite/1679.
13421 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
13422 Issue an UNSUPPORTED result instead.
13423
13424 2004-06-18 Jim Blandy <jimb@redhat.com>
13425
13426 * gdb.base/charset.exp: Only send a control-C if we see a new
13427 prompt and incomplete command.
13428
13429 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
13430
13431 * gdb.cp/pr-574.cc: Add copyright notice.
13432
13433 2004-06-17 Jim Blandy <jimb@redhat.com>
13434
13435 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
13436 cases where the regexp has no groups; this grabs random text from
13437 the previous test suite, whatever that was.
13438
13439 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
13440
13441 * gdb.cp/printmethod.cc: Add copyright notice.
13442
13443 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
13444
13445 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
13446
13447 2004-06-16 Andrew Cagney <cagney@gnu.org>
13448
13449 * gdb.base/signull.c: Update copyright. Include <string.h>.
13450 (bowler): Replace data_pointer with data_read
13451 and data_write cases. Add code_descriptor case.
13452 (zero, desc): New array and pointer.
13453 (data, code): Change to simple pointers.
13454 * gdb.base/signull.exp: Fix probe pattern matching a function
13455 descriptor SIGSEGV. Replace data_pointer with data_read and
13456 data_write tests.
13457
13458 2004-06-16 Andrew Cagney <cagney@gnu.org>
13459
13460 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
13461
13462 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
13463
13464 * gdb.base/long_long.c: Add copyright notice.
13465
13466 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
13467
13468 * gdb.base/long_long.exp: Remove reference to
13469 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
13470 to gdb_breakpoint and gdb_continue_to_breakpoint.
13471
13472 2004-06-14 Jim Blandy <jimb@redhat.com>
13473
13474 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
13475 endian case.
13476
13477 2004-06-14 Andrew Cagney <cagney@gnu.org>
13478
13479 * gdb.base/gcore.exp (capture_command_output): Delete the always
13480 passing tests containing inferior values.
13481 * gdb.base/ending-run.exp: Do not include the breakpoint address
13482 in the test message. Update copyright.
13483 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
13484 size in the test name, use gdb_test_multiple. Update copyright.
13485
13486 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
13487
13488 * gdb.cp/ref-types.cc: Add copyright notice.
13489
13490 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
13491
13492 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
13493 hp_aCC_compiler.
13494 * lib/compiler.cc: Likewise.
13495 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
13496 'set' commands. Log diagnostics for other lines. Set
13497 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
13498
13499 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
13500
13501 * gdb.cp/try_catch.cc: Add copyright notice.
13502
13503 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
13504
13505 * gdb.cp/userdef.cc: Add copyright notice.
13506
13507 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
13508
13509 * gdb.cp/virtfunc.cc: Add copyright notice.
13510
13511 2004-06-11 Randolph Chung <tausq@debian.org>
13512
13513 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
13514 problem.
13515
13516 2004-06-10 Andrew Cagney <cagney@gnu.org>
13517
13518 * lib/compiler.cc, lib/compiler.c: Append either
13519 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
13520 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
13521 instead of gcc-3-3.
13522
13523 2004-06-09 Andrew Cagney <cagney@gnu.org>
13524
13525 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
13526 gdb/1455, bug is specific to "long long" and "double".
13527
13528 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
13529 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
13530 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
13531 fixed.
13532
13533 2004-06-09 Andrew Cagney <cagney@gnu.org>
13534
13535 * gdb.base/structs.exp (test_struct_returns): Replace
13536 "return_value_unknown" and "finish_value_unknown" by
13537 "return_value_known" and "finish_value_known". Instead of
13538 "return_value_unknown" iff "finish_value_unknown", check
13539 "return_value_known" implies "finish_value_known".
13540
13541 2004-06-08 Martin Hunt <hunt@redhat.com>
13542
13543 * gdb.base/float.exp: Add pattern for mips targets.
13544
13545 2004-06-08 Randolph Chung <tausq@debian.org>
13546
13547 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
13548 message for unknown architectures more clear.
13549
13550 2004-06-08 Joel Brobecker <brobecker@gnat.com>
13551
13552 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
13553 start the execution of the program.
13554
13555 2004-06-07 Jim Blandy <jimb@redhat.com>
13556
13557 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
13558 * gdb.arch/i386-cpuid.h: New helper file.
13559
13560 2004-06-07 Randolph Chung <tausq@debian.org>
13561
13562 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
13563 has started.
13564
13565 2004-06-04 Roland McGrath <roland@redhat.com>
13566
13567 Fix PR gdb/1647.
13568 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
13569 differently to be robust to output buffering differences.
13570
13571 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
13572
13573 * gdb.threads/pthreads.exp: Update copyright years.
13574 (check_control_c): Change asynchronous 'after' to synchronous.
13575
13576 2004-06-04 Roland McGrath <roland@redhat.com>
13577
13578 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
13579 next gdb prompt.
13580
13581 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
13582
13583 Fix PR gdb/1636.
13584 * gdb.threads/manythreads.exp: Change asynchronous 'after'
13585 calls to synchronous.
13586
13587 2004-05-26 Jim Blandy <jimb@redhat.com>
13588
13589 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
13590
13591 2004-05-24 Randolph Chung <tausq@debian.org>
13592
13593 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
13594 * gdb.asm/pa.inc: New file.
13595
13596 2004-05-22 Mark Kettenis <kettenis@gnu.org>
13597
13598 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
13599
13600 2004-05-21 Joel Brobecker <brobecker@gnat.com>
13601 Daniel Jacobowitz <drow@mvista.com>
13602
13603 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
13604 GDB prompt.
13605
13606 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13607
13608 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
13609 setjmp/longjmp. Use sigaction instead of signal.
13610
13611 2004-05-19 J. Brobecker <brobecker@gnat.com>
13612 Michael Snyder <msnyder@redhat.com>
13613
13614 * gdb.threads/pthread_cond_wait.c: New file.
13615 * gdb.threads/pthread_cond_wait.exp: New testcase.
13616
13617 2004-05-13 Andrew Cagney <cagney@redhat.com>
13618
13619 * gdb.base/signull.exp, gdb.base/signull.c: New files.
13620 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
13621
13622 2004-05-11 Andrew Cagney <cagney@redhat.com>
13623
13624 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
13625 fixed but revealed gdb/1639.
13626
13627 2004-05-10 Andrew Cagney <cagney@redhat.com>
13628
13629 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
13630 func1" and "next to 2nd alarm", kernel bug avoided.
13631
13632 2004-05-10 Daniel Jacobowitz <dan@debian.org>
13633
13634 PR external/1568
13635 * gdb.base/bigcore.exp: Check the size of the dumped core file.
13636 XFAIL if it is smaller than bytes_allocated.
13637 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
13638 (main): Make chunks_allocated unsigned. Correct comment.
13639
13640 2004-05-07 Joel Brobecker <brobecker@gnat.com>
13641
13642 * gdb.arch/powerpc-aix-prologue.c: New file.
13643 * gdb.arch/powerpc-aix-prologue.exp: New file.
13644
13645 2004-05-07 Jim Blandy <jimb@redhat.com>
13646
13647 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
13648 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
13649
13650 2004-05-06 Joel Brobecker <brobecker@gnat.com>
13651
13652 * gdb.base/sep.exp: No longer setup_kfail when the program was
13653 built with dwarf2.
13654
13655 2004-05-05 Jim Ingham <jingham@apple.com>
13656
13657 * gdb.base/pending.exp: Make sure pending breakpoints
13658 preserve the ignore count.
13659
13660 2004-04-27 Jerome Guitton <guitton@gnat.com>
13661
13662 * i386-prologue.exp: Add testcase for jump instruction as first
13663 instruction of the real code.
13664 * i386-prologue.c (jump_at_beginning): New function.
13665
13666 2004-04-28 Mark Kettenis <kettenis@gnu.org>
13667
13668 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
13669 x86_64-*-*.
13670
13671 2004-04-28 Mark Kettenis <kettenis@gnu.org>
13672
13673 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
13674 i*86-*-*.
13675
13676 2004-04-25 Mark Kettenis <kettenis@gnu.org>
13677
13678 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
13679 expression that checks the return type.
13680
13681 2004-04-23 Andrew Cagney <cagney@redhat.com>
13682
13683 * gdb.base/call-sc.exp: New test of scalar call/return values.
13684 * gdb.base/call-sc.c: Ditto.
13685
13686 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13687
13688 * gdb.threads/manythreads.c: Reduce thread stack size.
13689
13690 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
13691
13692 * gdb.threads/manythreads.c: Add copyright notice.
13693
13694 2004-04-23 Andrew Cagney <cagney@redhat.com>
13695
13696 * gdb.base/siginfo.exp: Better handle step out of signal.
13697 * gdb.base/sigstep.exp: Ditto.
13698
13699 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
13700 Daniel Jacobowitz <drow@mvista.com>
13701
13702 * gdb.threads/manythreads.c: New testcase.
13703 * gdb.threads/manythreads.exp: Ditto.
13704
13705 2004-04-22 Jim Blandy <jimb@redhat.com>
13706
13707 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
13708 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
13709
13710 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
13711
13712 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
13713
13714 2004-04-21 Andrew Cagney <cagney@redhat.com>
13715
13716 * gdb.base/sigstep.c: New file.
13717 * gdb.base/sigstep.exp: New file.
13718
13719 2004-04-16 Joel Brobecker <brobecker@gnat.com>
13720
13721 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
13722 call to observer_notify_normal_stop.
13723
13724 2004-04-15 Andrew Cagney <cagney@redhat.com>
13725
13726 * gdb.base/siginfo.c: New file.
13727 * gdb.base/siginfo.exp: New file.
13728
13729 2004-04-12 J. Brobecker <brobecker@gnat.com>
13730
13731 * gdb.base/sep.exp: Fix typo in comment.
13732
13733 2004-04-12 J. Brobecker <brobecker@gnat.com>
13734
13735 * gdb.base/sep.c: New file.
13736 * gdb.base/sep-proc.c: New file.
13737 * gdb.base/sep.exp: New testcase.
13738
13739 2004-04-09 Mark Kettenis <kettenis@gnu.org>
13740
13741 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
13742 support.
13743
13744 2004-04-05 Andrew Cagney <cagney@redhat.com>
13745
13746 * gdb.base/sigaltstack.c: New file.
13747 * gdb.base/sigaltstack.exp: New file.
13748
13749 2004-04-04 Joel Brobecker <brobecker@gnat.com>
13750
13751 * gdb.base/foll-fork.exp: Update the expected output for
13752 "help set follow-fork-mode", to match a change that was made
13753 to the help of this variable on 2004-01-13.
13754
13755 2004-04-01 Joel Brobecker <brobecker@gnat.com>
13756
13757 * lib/ada.exp: Add copyright notice.
13758 * bar.ads: Likewise.
13759 * bar.adb: Likewise.
13760 * null_record.adb: Likewise.
13761 * null_record.exp: Likewise.
13762 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
13763
13764 2004-04-01 Joel Brobecker <brobecker@gnat.com>
13765
13766 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
13767 * configure: Regenerate.
13768
13769 2004-04-01 Joel Brobecker <brobecker@gnat.com>
13770
13771 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
13772 to build the application. Remove the message printed when in
13773 verbose mode, redundant with the UNSUPPORTED message above.
13774
13775 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13776
13777 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
13778 * gdb.ada (null_record.exp): New testcase.
13779
13780 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13781
13782 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
13783
13784 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13785
13786 * gdb.ada: New subdirectory.
13787 * gdb.ada/Makefile.in: New file.
13788 * gdb.ada/gnat_ada.gpr.in: New file.
13789
13790 2004-03-31 Joel Brobecker <brobecker@gnat.com>
13791
13792 * lib/ada.exp: New file.
13793
13794 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
13795
13796 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
13797 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
13798
13799 2004-03-22 Andrew Cagney <cagney@redhat.com>
13800
13801 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
13802 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
13803 Problem identified by Ulrich Weigand.
13804
13805 2004-03-17 David Carlton <carlton@kealia.com>
13806
13807 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
13808 PR c++/826.
13809
13810 2004-03-16 Roland McGrath <roland@redhat.com>
13811
13812 * gdb.base/auxv.exp: New file.
13813 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
13814
13815 2004-03-12 David Carlton <carlton@kealia.com>
13816
13817 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
13818 * gdb.cp/pr-1553.cc: Ditto.
13819 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
13820 pass branch.
13821
13822 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
13823
13824 * gdb.cp/templates.exp: Accept more template types.
13825
13826 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13827
13828 From Corinna Vinschen with modifications.
13829 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
13830 local variable obj_with_enum.
13831 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
13832 results with obj_with_enum.
13833
13834 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13835
13836 * gdb.cp/classes.cc: New file, copied from misc.cc.
13837 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
13838
13839 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13840
13841 * gdb.cp/misc.cc: Add copyright notice.
13842
13843 2004-03-05 David Carlton <carlton@kealia.com>
13844
13845 * gdb.cp/rtti.exp: Add 'print *obj3' test.
13846 * gdb.cp/rtti.h: Update copyright.
13847 (namespace n2::n3): New.
13848 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
13849 (n2::n3::func3): New.
13850 (main): Call n2::n3::func3.
13851 * gdb.cp/rtti2.cc: Update copyright.
13852 (n2::create3): New.
13853
13854 2004-03-04 Mark Kettenis <kettenis@gnu.org>
13855
13856 * gdb.asm/openbsd.inc: Fix typo.
13857
13858 2004-03-03 Fred Fish <fnf@redhat.com>
13859
13860 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
13861 "val" instead of unused "size". Update copyright year.
13862
13863 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
13864
13865 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
13866 to use unsigned char.
13867 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
13868 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
13869
13870 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
13871
13872 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
13873 line of output.
13874
13875 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
13876
13877 * gdb.base/relocate.c (dummy): Initialize.
13878
13879 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
13880
13881 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
13882 a breakpoint at exit.
13883
13884 2004-02-27 Fred Fish <fnf@redhat.com>
13885
13886 * gdb.base/chng-syms.exp: Add expect condition to match failing
13887 case that isn't a timeout.
13888
13889 2004-02-27 Andrew Cagney <cagney@redhat.com>
13890
13891 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
13892 support.
13893
13894 2004-02-26 Fred Fish <fnf@redhat.com>
13895
13896 * gdb.arch/gdb1431.c: Remove.
13897 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
13898 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
13899 of "until" incorrectly.
13900
13901 2004-02-26 J. Brobecker <brobecker@gnat.com>
13902
13903 * gdb.cp/class2.cc (empty): New class.
13904 (refer): New function.
13905 (main): Declare an object of type empty and use it.
13906 * gdb.cp/class2.exp: Print the value of an object of type empty.
13907
13908 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
13909
13910 * gdb.base/langs.exp: Update query string to match the
13911 new nquery format used for pending breakpoints.
13912
13913 2004-02-26 Andrew Cagney <cagney@redhat.com>
13914
13915 Fix PR i18n/1570.
13916 * gdb.base/charset.c: Update copyright notice.
13917 (main, init_string): Remove the escape character '\e' tests.
13918 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
13919 * gdb.base/charset.exp (valid_host_charset): Ditto.
13920 * gdb.base/setvar.exp: Ditto.
13921
13922 2004-02-24 Andrew Cagney <cagney@redhat.com>
13923
13924 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
13925 mmapped data in core file" PASS and FAIL messages consistent.
13926
13927 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
13928 setting a breakpoint. Work around PR java/1565.
13929
13930 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
13931
13932 * lib/gdb.exp (gdb_breakpoint): Update query string to match
13933 new nquery format.
13934 * gdb.base/pending.exp: Ditto.
13935
13936 2004-02-22 Mark Kettenis <kettenis@gnu.org>
13937
13938 * configure.in: Run stabs tests on *BSD.
13939 * configure: Regenerated.
13940
13941 2004-02-21 Mark Kettenis <kettenis@gnu.org>
13942
13943 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
13944
13945 2004-02-20 Fred Fish <fnf@redhat.com>
13946
13947 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
13948 blank in test for "returns short", for consistency with other
13949 "returns xxx" tests. Update copyright year.
13950
13951 2004-02-19 Fred Fish <fnf@redhat.com>
13952
13953 New testcase for PR breakpoint/1558.
13954 * gdb.arch/gdb1558.exp: New file.
13955 * gdb.arch/gdb1558.c: New file.
13956
13957 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
13958
13959 * gdb.base/nodebug.exp: Fix typo.
13960
13961 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13962
13963 Committed by Jim Blandy <jimb@redhat.com>.
13964
13965 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
13966
13967 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
13968
13969 * gdb.base/float.exp: Support s390*-*-* targets.
13970
13971 2004-02-17 Adam Fedor <fedor@gnu.org>
13972
13973 * gdb.base/gdb1555.exp: New file.
13974 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
13975
13976 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
13977
13978 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
13979
13980 2004-02-16 Fred Fish <fnf@redhat.com>
13981
13982 * gdb.arch/gdb1291.c: Remove
13983 * gdb.arch/gdb1291.s: New test input file.
13984 * gdb.arch/gdb1291.exp: Expand test to check case that should not
13985 fail. Test for correct result, known incorrect result, other
13986 failures and timeouts.
13987
13988 2004-02-16 Andrew Cagney <cagney@redhat.com>
13989
13990 * gdb.base/bigcore.exp: New file.
13991 * gdb.base/bigcore.c: New file.
13992
13993 2004-02-13 Andrew Cagney <cagney@redhat.com>
13994
13995 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
13996 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
13997 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
13998 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
13999 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
14000 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
14001 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
14002 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
14003 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
14004 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
14005
14006 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
14007
14008 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
14009 executed is an alloc instruction.
14010
14011 2004-02-11 David Carlton <carlton@kealia.com>
14012
14013 * gdb.cp/breakpoint.exp: New.
14014 * gdb.cp/breakpoint.cc: New.
14015
14016 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
14017
14018 Partial fix for PR gdb/1543.
14019 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
14020 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
14021 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
14022 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
14023 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
14024 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
14025 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
14026 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
14027 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
14028 to bug-gdb@prep.ai.mit.edu .
14029 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
14030 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
14031 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
14032 Likewise.
14033
14034 2004-02-10 Andrew Cagney <cagney@redhat.com>
14035
14036 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
14037 using gdb_internal_error_resync.
14038
14039 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
14040
14041 * gdb.threads/thread-specific.exp: Stop early if no threads are
14042 found.
14043
14044 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
14045
14046 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
14047
14048 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
14049
14050 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
14051 breakpoints.
14052
14053 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
14054
14055 * config/sim.exp (gdb_load): Handle $arg == "".
14056 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
14057 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
14058
14059 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
14060
14061 * gdb.base/maint.exp: Update test to reflect
14062 obstack changes.
14063
14064 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
14065
14066 * gdb.base/pendshr.c (pendfunc): New function that calls
14067 pendfunc1.
14068 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
14069
14070 2004-02-04 Fred Fish <fnf@redhat.com>
14071
14072 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
14073 function symbols and update copyright years.
14074 * gdb.arch/gdb1291.c: Ditto.
14075
14076 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14077
14078 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
14079
14080 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14081
14082 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
14083
14084 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14085
14086 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
14087
14088 2004-02-02 Fred Fish <fnf@redhat.com>
14089
14090 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
14091 remote targets. Update copyright years.
14092
14093 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
14094
14095 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
14096 support.
14097 * gdb.base/langs.exp: Fix test which attempts to create
14098 breakpoint on non-existent function to handle new pending
14099 support.
14100 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
14101 a breakpoint.
14102 * gdb.base/pending.exp: New test.
14103 * gdb.base/pending.c: New file.
14104 * gdb.base/pendshr.c: Ditto.
14105
14106 2004-02-02 David Carlton <carlton@kealia.com>
14107
14108 * gdb.cp/overload.exp: Add overloadNamespace tests.
14109 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
14110 (overloadNamespace, XXX): New.
14111 (main): Call XXX::marker2.
14112
14113 2004-02-01 Fred Fish <fnf@redhat.com>
14114
14115 * gdb.base/dump.exp: Use runto_main instead of "runto main".
14116 * gdb.base/finish.exp: Ditto.
14117 * gdb.base/gcore.exp: Ditto.
14118 * gdb.base/huge.exp: Ditto.
14119 * gdb.base/info-proc.exp: Ditto.
14120 * gdb.base/return2.exp: Ditto.
14121 * gdb.threads/gcore-thread.exp: Ditto.
14122
14123 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14124
14125 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
14126
14127 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14128
14129 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
14130 that opening the file succeeds on OpenBSD.
14131
14132 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14133
14134 * gdb.threads/thread-specific.c: New file.
14135 * gdb.threads/threads-specific.exp: New test script.
14136 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
14137 to expect_out.
14138
14139 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14140
14141 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
14142 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
14143 only on the "print_small_structs from print_long_arg_list" test.
14144
14145 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14146
14147 * gdb.base/completion.exp: Kill a stray backslash.
14148
14149 From Jim Ingham <jingham@apple.com>:
14150 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
14151 agrees with the result from sending a tab.
14152
14153 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
14154
14155 * gdb.base/chng-syms.exp: Remove stray newline.
14156
14157 2004-01-31 Mark Kettenis <kettenis@gnu.org>
14158
14159 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
14160 *-*-openbsd*.
14161 * gdb.asm/openbsd.inc: New file.
14162
14163 2004-01-30 Mark Kettenis <kettenis@gnu.org>
14164
14165 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
14166 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
14167 *-*solaris2*. Remove commented out default settings for
14168 asm-flags. Replace gdb_compile with target_link.
14169
14170 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
14171
14172 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
14173 for all tests. Remove old hp-ux and cygnus xfail cases.
14174
14175 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
14176
14177 * gdb.base/chng-syms.exp: New file.
14178 * gdb.base/chng-syms.c: New file.
14179
14180 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14181
14182 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
14183 Provide arms for current output in all my configurations.
14184
14185 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14186
14187 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
14188 * lib/compiler.cc: Likewise.
14189 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
14190 get the right preprocessor. Eval the output directly. Remove
14191 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
14192 hp_f77_compiler and hp_f90_compiler completely.
14193 (gdb_preprocess): Delete.
14194 (get_compiler): Delete.
14195
14196 2004-01-24 Mark Kettenis <kettenis@gnu.org>
14197
14198 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
14199 <string.h>.
14200
14201 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
14202
14203 * gdb.mi/mi-stack.exp: Update copyright.
14204
14205 2004-01-23 David Carlton <carlton@kealia.com>
14206
14207 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
14208 test for cp_lookup_transparent_type.
14209 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
14210 call them.
14211
14212 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
14213
14214 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
14215 after -var-update.
14216
14217 2004-01-23 David Carlton <carlton@kealia.com>
14218
14219 * gdb.cp/namespace.cc (C::ensureRefs): New.
14220 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
14221
14222 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
14223
14224 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
14225 case "-stack-list-locals 2".
14226 * gdb.mi/mi-var-child.exp: Test for case
14227 "-var-list-children --all-values NAME".
14228
14229 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
14230
14231 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
14232
14233 2004-01-18 Mark Kettenis <kettenis@gnu.org>
14234
14235 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
14236 used with gdb_test_multiple.
14237
14238 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
14239 read at address 0. This fixes PR testsuite/1504.
14240
14241 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
14242
14243 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
14244 Remove downloading, guessing the host executable, the calls to
14245 gdb_file_cmd and gdb_target_cmd, and "load" support.
14246 (infer_host_exec): New function broken out from gdb_load.
14247 (gdb_load): New wrapper for gdbserver_gdb_load.
14248 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
14249 gdb_target_cmd. Use -target-select.
14250 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
14251 Download binaries to the host. Clear last_mi_remote_file when
14252 we load a new binary.
14253 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
14254 call gdbserver_gdb_load and mi_gdb_target_cmd.
14255
14256 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
14257
14258 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
14259 type patterns.
14260
14261 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
14262
14263 * gdb.cp/templates.exp: Fix typo in test name of
14264 "print Foo<volatile char*>::foo".
14265
14266 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
14267
14268 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
14269
14270 2004-01-16 Ben Elliston <bje@wasabisystems.com>
14271
14272 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
14273 (clean mostlyclean): Remove empty rm.
14274
14275 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
14276
14277 * gdb.base/setvar.exp: Add copyright years.
14278
14279 2004-01-14 David Carlton <carlton@bactrian.org>
14280
14281 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
14282 PR c++/1511 and update coment.
14283 * gdb.cp/templates.exp: Update patterns to match current output.
14284 If changes involve something other than whitespace, KFAIL
14285 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
14286
14287 2004-01-14 David Carlton <carlton@kealia.com>
14288
14289 * gdb.cp/namespace.exp: Add tests involving classes defined within
14290 namespaces.
14291 * gdb.cp/namespace.cc (C::CClass): New.
14292 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
14293
14294 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14295
14296 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
14297 what debug info we have. Print a better message if something goes
14298 wrong while producing the separate debug info file.
14299
14300 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
14301
14302 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
14303
14304 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
14305
14306 * gdb.base/callfuncs.c: Add copyright notice.
14307
14308 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
14309
14310 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
14311 inheritance. PR gdb/1498, PR gcc/13539.
14312
14313 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
14314
14315 * gdb.threads/gcore-thread.exp: Prefix name of binary with
14316 test specific name.
14317 * gdb.mi/gdb669.exp: Ditto.
14318 * gdb.mi/mi-pthreads.exp: Ditto.
14319 * gdb.mi/mi1-pthreads.exp: Ditto.
14320 * gdb.mi/mi2-pthreads.exp: Ditto.
14321
14322 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
14323
14324 * gdb.cp/member-ptr.cc: Add copyright notice.
14325
14326 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
14327
14328 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
14329 some patterns for recent versions of gcc and hpacc. Delete
14330 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
14331 Delete tests that access a NULL pointer-to-member-data. This
14332 script is still disabled for gcc.
14333
14334 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
14335
14336 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
14337 escaped correctly.
14338
14339 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
14340
14341 * gdb.base/sepdebug.exp: New file.
14342 * gdb.base/sepdebug.c: New file.
14343 * lib/gdb.exp (separate_debug_filename): New procedure.
14344 (gdb_gnu_strip_debug): New procedure.
14345
14346 2004-01-12 Andrew Cagney <cagney@redhat.com>
14347
14348 * gdb.mi/ChangeLog: Delete file. Renamed to ...
14349 * gdb.mi/ChangeLog-1999-2003: New file.
14350
14351 2004-01-12 Andrew Cagney <cagney@redhat.com>
14352
14353 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
14354 "Renaming a directory to a non-empty directory returns ENOTEMPTY
14355 or EEXIST", treat EBUSY as an XFAIL.
14356
14357 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
14358
14359 * gdb.base/scope.exp: Remove obsolete setup_xfail for
14360 hp_cc_compiler.
14361
14362 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14363
14364 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
14365 decorations.
14366
14367 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14368
14369 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
14370 and "(aCC)" decorations. Remove obsolete doco about old
14371 test results.
14372
14373 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14374
14375 * gdb.cp/exception.exp: Fix typo in doco.
14376
14377 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14378
14379 * gdb.base/gdb1476.exp: Fix typo.
14380
14381 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14382
14383 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
14384 file.
14385
14386 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14387
14388 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
14389 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
14390 Use gdb_compile. Remove restriction on gcc. Add some patterns
14391 for recent version of gdb. Delete second half, which was a copy
14392 of the first half with different build flags. This test is
14393 still disabled because it is still not ready for production.
14394
14395 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14396
14397 * gdb.cp/exception.cc: Add copyright notice.
14398 * gdb.cp/exception.exp: Add a notice that this file is broken
14399 because of line number changes caused by addition of copyright
14400 notice.
14401
14402 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14403
14404 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
14405 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
14406
14407 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14408
14409 * gdb.cp/classes.exp: Accept gnu abi 2.
14410 * gdb.cp/derivation.exp: Likewise.
14411 * gdb.cp/overload.exp: Likewise.
14412 * gdb.cp/virtfunc.exp: Likewise.
14413
14414 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14415
14416 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
14417 semicolon after end of function.
14418
14419 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14420
14421 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
14422 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
14423 boilerplate code for compiling and running the program under
14424 test. Add some string method tests.
14425
14426 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14427
14428 * gdb.cp/bs15503.cc: Add copyright notice.
14429 * gdb.cp/bs15503.exp: Adjust line number.
14430
14431 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14432
14433 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
14434 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
14435
14436 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14437
14438 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
14439 hp_cc_compiler.
14440
14441 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14442
14443 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
14444 * gdb.cp/ctti.exp: Use the marker instead of "next".
14445 With gcc, run further before bailing.
14446
14447 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14448
14449 * gdb.cp/cttiadd.cc: Add copyright notice.
14450 * gdb.cp/cttiadd1.cc: Likewise.
14451 * gdb.cp/cttiadd2.cc: Likewise.
14452 * gdb.cp/cttiadd3.cc: Likewise.
14453
14454 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14455
14456 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
14457 Use gdb_test, gdb_test_multiple. Use floating-point values that
14458 have exact representations in IEEE-ish formats.
14459
14460 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14461
14462 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
14463 compilers. Delete duplicate call to get_compiler_info.
14464 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
14465 * gdb.base/volatile.exp: Likewise.
14466
14467 2004-01-07 Mark Kettenis <kettenis@gnu.org>
14468
14469 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
14470 memory at address 0.
14471
14472 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14473
14474 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
14475 to test for hp-ux assembler. Fix copyright years.
14476
14477 2004-01-07 Andrew Cagney <cagney@redhat.com>
14478
14479 * gdb.base/fileio.c (strerrno): Add "EBUSY".
14480
14481 2004-01-07 Andrew Cagney <cagney@redhat.com>
14482
14483 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
14484 when creating the read-only file. From analysis by Roland McGrath
14485 and Elena Zannoni.
14486
14487 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14488
14489 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
14490
14491 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14492
14493 * gdb.base/cvexpr.c: Be type-safe with function pointers and
14494 data pointers.
14495
14496 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14497
14498 * gdb.cp/m-static.exp: Compile one source file at a time.
14499 Delete unused call to get_compiler_info.
14500
14501 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
14502
14503 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
14504 * gdb.base/call-rt-st.exp: Likewise.
14505 * gdb.base/nodebug.exp: Likewise.
14506 * gdb.base/volatile.exp: Likewise.
14507 * gdb.cp/ref-types.exp: Likewise.
14508 * gdb.cp/templates.exp: Likewise.
14509
14510 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14511
14512 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
14513
14514 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
14515
14516 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
14517 hppa*-hp-hpux*.
14518
14519 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14520
14521 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14522 x86_64-*-*.
14523
14524 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
14525 sparc64-*-* and sparc*-solaris2*.
14526
14527 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14528
14529 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
14530 return ${tests}" test. The ${tests} already mentions the
14531 filename.
14532
14533 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14534
14535 * gdb.cp/local.exp: Accept gcc abi 2.
14536
14537 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14538
14539 * gdb.cp/templates.exp: Accept gcc abi 2.
14540
14541 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14542
14543 * lib/compiler.cc: Remove supports_template_debugging.
14544 * gdb.cp/templates.exp: Do not test supports_template_debugging.
14545
14546 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14547
14548 * gdb.cp/namespace.exp: Accept gcc abi 2.
14549
14550 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14551
14552 * gdb.cp/method.exp: Accept gcc abi 2.
14553
14554 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14555
14556 * gdb.cp/classes.exp: Generate identical results as old version.
14557 * gdb.cp/derivation.exp: Likewise.
14558 * gdb.cp/overload.exp: Likewise.
14559 * gdb.cp/virtfunc.exp: Likewise.
14560
14561 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14562
14563 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
14564 mysterious bug with sourceware version of expect.
14565
14566 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14567
14568 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
14569 current versions of gcc, including gcc abi 2. Remove gratuitous
14570 restart of test program. Use gdb_test_multiple and gdb_test for
14571 all tests. Add patterns to xfail missing "const" in "const char *"
14572 and kfail PR gdb/1155.
14573
14574 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
14575
14576 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
14577 current versions of gcc, including gcc abi 2. Remove gratuitous
14578 restart of test program. Use gdb_test_multiple and gdb_test for
14579 all tests. Add patterns to kfail PR gdb/1498.
14580
14581 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14582
14583 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
14584 current versions of gcc, including gcc abi 2. Use "breakpoint"
14585 and "continue" instead of restarting the target program. Use
14586 gdb_test_multiple and gdb_test for all tests.
14587
14588 2004-01-01 Mark Kettenis <kettenis@gnu.org>
14589
14590 * gdb.asm/asm-source.exp: Update copyright year. Link statically
14591 for *-*-solaris2*.
14592
14593 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
14594
14595 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
14596 current versions of gcc, including gcc abi 2. Use "breakpoint"
14597 and "continue" instead of restarting the target program several
14598 times. Use gdb_test_multiple and gdb_test for all tests.
14599
14600 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
14601
14602 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
14603 source files.
14604
14605 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14606
14607 * gdb.base/environ.exp: Handle compiling test case from multiple
14608 source files.
14609
14610 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14611
14612 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
14613
14614 2003-12-17 Jim Blandy <jimb@redhat.com>
14615
14616 * gdb.base/freebpcmd.c: Add copyright notice.
14617
14618 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
14619
14620 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
14621
14622 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
14623
14624 2003-12-13 Jim Blandy <jimb@redhat.com>
14625
14626 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
14627
14628 2003-12-12 Kevin Buettner <kevinb@redhat.com>
14629
14630 * gdb.asm/frv.inc: New file.
14631 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
14632
14633 2003-12-09 Fred Fish <fnf@redhat.com>
14634
14635 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
14636 functions to break1.c and leave prototypes behind. Add more
14637 "set breakpoint NN here" comments.
14638 * gdb.base/break1.c: New file.
14639
14640 * gdb.base/break.exp: Handle compiling test case from multiple
14641 source files and change source file references as needed.
14642 * gdb.base/completion.exp: Ditto.
14643 * gdb.base/condbreak.exp: Ditto.
14644 * gdb.base/define.exp: Ditto.
14645 * gdb.base/ena-dis-br.exp: Ditto.
14646 * gdb.base/info-proc.exp: Ditto.
14647 * gdb.base/maint.exp: Ditto.
14648 * gdb.base/until.exp: Ditto.
14649
14650 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
14651 hardcoded line numbers.
14652 * gdb.base/define.exp: Ditto.
14653 * gdb.base/ena-dis-br.exp: Ditto.
14654 * gdb.base/maint.exp: Ditto.
14655 * gdb.base/until.exp: Ditto.
14656
14657 * gdb.base/completion.exp: Use "break1" for completion tests since
14658 "break" is no longer a unique prefix.
14659
14660 2003-12-06 Andrew Cagney <cagney@redhat.com>
14661
14662 * gdb.base/structs.exp (test_struct_returns): When applicable, set
14663 "return_value_unimplemented". When an unimplemented struct return
14664 architecture, report incorrect values as a KFAIL
14665
14666 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14667
14668 * gdb.cp/rtti.exp: Accept new wording of warning from
14669 cp_lookup_rtti_type.
14670
14671 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
14672
14673 Partial fix for PR testsuite/1456.
14674 * gdb.base/scope.exp (test_at_main): Replace references to
14675 gcc_compiled with calls to test_compiler_info.
14676 (test_at_foo): Likewise.
14677 (test_at_bar): Likewise.
14678
14679 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
14680
14681 Partial fix for PR testsuite/1456.
14682 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
14683 to test_compiler_info.
14684
14685 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
14686
14687 * gdb.base/so-impl-ld.exp: Update copyright notice.
14688
14689 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
14690
14691 Partial fix for PR testsuite/1456.
14692 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
14693 to test_compiler_info.
14694
14695 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14696
14697 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
14698 from current versions of gdb. Clean up regular expressions.
14699 Delete redundant timeout case.
14700
14701 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14702
14703 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
14704 from current versions of gdb. Clean up regular expressions.
14705 Delete redundant timeout case.
14706
14707 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
14708
14709 Partial fix for PR testsuite/1456.
14710 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
14711 gcc_compiled with call to test_compiler_info.
14712
14713 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
14714
14715 Partial fix for PR testsuite/1456.
14716 * gdb.base/list.exp (test_list_function): Delete unused declaration
14717 of gcc_compiled.
14718
14719 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
14720
14721 Partial fix for PR testsuite/1456.
14722 * gdb.base/complex.exp: Replace reference to gcc_compiled with
14723 call to test_compiler_info.
14724
14725 2003-11-29 Mark Kettenis <kettenis@gnu.org>
14726
14727 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
14728 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
14729 it to create the appropriate note.inc.
14730 * gdb.asm/asmsrc1.s: Include "note.inc".
14731 * gdb.asm/netbsd.inc: New file.
14732 * gdb.asm/empty.inc: New file.
14733
14734 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
14735
14736 Partial fix for PR testsuite/1456.
14737 * gdb.base/constvars.exp: Replace references to gcc_compiled with
14738 calls to test_compiler_info.
14739
14740 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
14741
14742 Partial fix for PR testsuite/1456.
14743 * gdb.base/volatile.exp: Replace references to gcc_compiled with
14744 calls to test_compiler_info.
14745
14746 2003-11-27 Mark Kettenis <kettenis@gnu.org>
14747
14748 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
14749 pattern for the KFAILs.
14750
14751 2003-11-25 Adam Fedor <fedor@gnu.org>
14752
14753 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
14754 * gdb.objc/objcdecode.m: New file.
14755
14756 2003-11-25 Adam Fedor <fedor@gnu.org>
14757
14758 * gdb.objc/nondebug.exp: Test for PR objc/1236.
14759 * gdb.objc/nondebug.m: New file.
14760
14761 2003-11-26 Ben Elliston <bje@wasabisystems.com>
14762
14763 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14764 NetBSD as it does on FreeBSD. Modelled on a similar change by
14765 Mark Kettenis on 2003-05-30.
14766 (link-flags): Set to "--entry _start" regardless of target.
14767 Special linker flags are to be appended to $link-flags.
14768 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
14769
14770 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14771
14772 * gdb.cp/method.exp: Accept output of new demangler.
14773
14774 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14775
14776 * gdb/class2.exp: New file.
14777 * gdb/class2.cc: New file.
14778
14779 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
14780
14781 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
14782 of new demangler.
14783
14784 2003-11-23 Mark Kettenis <kettenis@gnu.org>
14785
14786 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
14787 of gdb_test "run".
14788
14789 2003-11-23 Mark Kettenis <kettenis@gnu.org>
14790
14791 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
14792 "continue" into "run".
14793
14794 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
14795
14796 Partial fix for PR testsuite/1456.
14797 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
14798 call to test_compiler_info.
14799 * gdb.cp/ctti.exp: Likewise.
14800 * gdb.cp/derivation.exp: Likewise.
14801 * gdb.cp/member-ptr.exp: Likewise.
14802 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
14803 reference to gcc_compiled.
14804
14805 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
14806
14807 Fix PR testsuite/1463.
14808 * gdb.base/structs.exp (start_structs_test): Call
14809 get_debug_format before using the debug format.
14810
14811 2003-11-22 Andrew Cagney <cagney@redhat.com>
14812
14813 * lib/gdb.exp (gdb_test_multiple): Add simple example.
14814 * gdb.base/structs.exp: Use gdb_test_multiple.
14815
14816 2003-11-20 Andrew Cagney <cagney@redhat.com>
14817
14818 * gdb.base/structs.exp: Handle and recover from internal errors.
14819 Replace "foo${n}" with "foo<n>" in test messages.
14820
14821 * gdb.base/structs.exp: Update copyright. Rewrite.
14822 * gdb.base/structs.c: Update copyright. Rewrite.
14823
14824 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
14825 resync count exceeded.
14826
14827 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
14828 from the internal error.
14829 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
14830 Original from Jim Blandy.
14831 (gdb_test_multiple): Use gdb_internal_error_resync.
14832
14833 2003-11-19 Andrew Cagney <cagney@redhat.com>
14834
14835 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
14836 KFAIL.
14837
14838 2003-11-17 Mark Kettenis <kettenis@gnu.org>
14839
14840 New testcase for PR backtrace/1435.
14841 * gdb.arch/i386-unwind.exp: New file.
14842 * gdb.arch/i386-unwind.c: New file.
14843
14844 2003-11-17 Andrew Cagney <cagney@redhat.com>
14845
14846 * lib/gdb.exp (compiler_info): New global.
14847 (test_compiler_info): New function.
14848 (get_compiler_info): Set compiler_info.
14849 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
14850 "compiler_info" to gcc-<major>-<minor>.
14851
14852 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
14853
14854 * gdb.trace/configure: Remove.
14855
14856 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
14857
14858 * gdb.base/break.c: Add comments to aid finding line numbers for
14859 breakpoints.
14860 * gdb.base/break.exp: Remove all references to explicit line
14861 numbers.
14862
14863 2003-11-11 Nick Clifton <nickc@redhat.com>
14864
14865 * gdb.base/shreloc.exp: Do not run for targets which do not
14866 support shared objects.
14867
14868 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
14869
14870 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
14871 Don't run tests if nofileio flag is given.
14872
14873 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
14874
14875 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
14876 as well as 'Watchpoint'.
14877
14878 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
14879
14880 Reported by Jim Ingham <jingham@apple.com>:
14881 * gdb.base/annota1.exp: Match at least one occurrence of the
14882 signal handler annotation.
14883
14884 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
14885
14886 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
14887 as well as 'Watchpoint'.
14888
14889 2003-11-05 Michael Chastain <mec@shout.net>
14890
14891 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
14892
14893 2003-11-03 Kris Warkentin <kewarken@qnx.com>
14894
14895 * gdb.arch/gdb1291.c: New test file.
14896 * gdb.arch/gdb1291.exp: New test script.
14897 * gdb.arch/gdb1431.c: New test file.
14898 * gdb.arch/gdb1431.exp: New test script.
14899
14900 2003-10-22 Michael Chastain <mec@shout.net>
14901
14902 * gdb.mi/pthreads.c: Add copyright notice.
14903
14904 2003-10-22 Michael Chastain <mec@shout.net>
14905
14906 * gdb.threads/pthreads.c: Add copyright notice.
14907
14908 2003-10-20 Michael Chastain <mec@shout.net>
14909
14910 * gdb.base/gdb1056.exp: New test script.
14911
14912 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
14913
14914 * gdb.threads/killed.exp: Use gdb_run_cmd.
14915
14916 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
14917
14918 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
14919 create a core file.
14920 * gdb.threads/gcore-thread.exp: Likewise.
14921
14922 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
14923
14924 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
14925 type, based on char type.
14926 (struct bit_flags_short_t): New bitfield type, based on short type.
14927 (init_bit_flags_char): New fuction.
14928 (init_bit_flags_short): Ditto.
14929 (print_bit_flags_char): Ditto.
14930 (print_bit_flags_short): Ditto.
14931 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
14932
14933 2003-10-11 Michael Chastain <mec@shout.net>
14934
14935 * gdb.base/call-rt-st.exp: Update copyright year.
14936
14937 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
14938
14939 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
14940 * gdb.disasm/sh3.s: Ditto.
14941
14942 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
14943
14944 * gdb.threads/switch-threads.exp: New test.
14945 * gdb.threads/switch-threads.c: New source file.
14946
14947 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
14948
14949 * gdb.base/ending-run.exp: Add sh specific case.
14950
14951 2003-10-06 Andrew Cagney <cagney@redhat.com>
14952
14953 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
14954 * gdb.disasm/mn10200.exp: Delete obsolete file.
14955
14956 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
14957
14958 * ChangeLog: Correct an entry command.exp -> commands.exp.
14959 * gdb.base/commands.exp (bp_deleted_in_command_test)
14960 (temporary_breakpoint_commands): Check noargs.
14961
14962 2003-09-25 David Carlton <carlton@kealia.com>
14963
14964 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
14965 of some print tests, where appropriate. Add tests for C::D::cd,
14966 E::ce, F::cXfX, G::XgX.
14967 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
14968
14969 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
14970
14971 * lib/java.exp (java_init): Import target_alias before using it.
14972
14973 2003-09-25 David Carlton <carlton@kealia.com>
14974
14975 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
14976
14977 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
14978
14979 * gdb.base/selftest.exp: Accomodate more instruction reordering
14980 weirdness.
14981
14982 2003-09-17 Michael Chastain <mec@shout.net>
14983
14984 * gdb.cp/gdb1355.exp: New file.
14985 * gdb.cp/gdb1355.c: New file.
14986
14987 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
14988
14989 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
14990 * gdb.asm/sh.inc: New file.
14991
14992 2003-09-11 David Carlton <carlton@kealia.com>
14993
14994 * gdb.cp/namespace.exp: Add tests for namespace types.
14995 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
14996 (test_namespace): New.
14997
14998 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
14999
15000 * gdb.base/relocate.exp: Handle new gdb output at startup.
15001 * gdb.stabs/weird.exp: Ditto.
15002
15003 2003-09-08 Michael Chastain <mec@shout.net>
15004
15005 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
15006
15007 2003-09-07 Michael Chastain <mec@shout.net>
15008
15009 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
15010 'parse error'.
15011
15012 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
15013
15014 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
15015
15016 2003-08-30 Michael Chastain <mec@shout.net>
15017
15018 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
15019 * gdb.gdb/observer.exp: Ditto.
15020 * gdb.gdb/xfullpath.exp: Ditto.
15021
15022 2003-08-29 Mark Kettenis <kettenis@gnu.org>
15023
15024 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
15025 *-*-*bsd*.
15026
15027 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
15028
15029 * gdb.base/dump.exp: Skip for ia64.
15030
15031 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
15032
15033 * gdb.asm/asm-source.exp: Add ia64 support.
15034 * gdb.asm/ia64.inc: New file.
15035
15036 2003-08-22 Michael Chastain <mec@shout.net>
15037
15038 * gdb.cp: New directory.
15039 * gdb.cp/*: Copy from gdb.c++/*.
15040 * gdb.c++/*: Remove.
15041 * Makefile.in: Change gdb.c++ to gdb.cp.
15042 * configure.in: Ditto.
15043 * configure: Regnerate.
15044
15045 2003-08-18 Mark Kettenis <kettenis@gnu.org>
15046
15047 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
15048 * gdb.arch/i386-prologue.c (gdb1338): Add function.
15049
15050 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15051
15052 * mi-var-display.exp (-var-list-children weird): Accept function
15053 pointers with argument types.
15054 * mi1-var-display.exp (-var-list-children weird): Likewise.
15055 * mi2-var-display.exp (-var-list-children weird): Likewise.
15056
15057 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15058
15059 * gdb.base/annota3.exp: Add missing newline.
15060
15061 2003-08-06 Michael Chastain <mec@shout.net>
15062
15063 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
15064
15065 2003-08-12 Michael Snyder <msnyder@redhat.com>
15066
15067 * gdb.base/float.exp: Add test for SH.
15068
15069 2003-08-10 Mark Kettenis <kettenis@gnu.org>
15070
15071 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
15072
15073 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15074
15075 * gdb.base/completion.exp: Remove reduntant completion test
15076 on filename.
15077
15078 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15079
15080 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
15081 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
15082 gdb.trace/save-trace.exp: Make sure that full pathnames are
15083 escaped correctly.
15084
15085 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15086
15087 * configure.in: Don't generate config.h from config.hin.
15088 * configure: Regenerate.
15089 * config.hin: Remove file.
15090 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
15091 * gdb.threads/pthreads.c: Ditto.
15092
15093 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
15094
15095 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15096 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
15097 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
15098 Replace ld24 with seth/add3.
15099
15100 2003-08-02 Andrew Cagney <cagney@redhat.com>
15101
15102 * gdb.base/annota3.exp: New file.
15103 * gdb.base/annota3.c: New file.
15104 * gdb.c++/annota3.exp: New file.
15105 * gdb.c++/annota3.cc: New file.
15106
15107 2003-07-29 Michael Chastain <mec@shout.net>
15108
15109 * gdb.threads/tls.c (spin): Check errno only if sem_wait
15110 actually failed.
15111 (do_pass): Likewise.
15112 * gdb.threads/tls.exp: Always initialize no_of_threads.
15113
15114 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
15115
15116 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
15117 pattern.
15118 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
15119 * gdb.threads/tls.exp: Recognize one case of the host library not
15120 supporting TLS.
15121
15122 2003-07-27 Andrew Cagney <cagney@redhat.com>
15123
15124 * gdb.base/fileio.exp: Use SH when running commands using
15125 remote_exec.
15126
15127 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
15128
15129 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15130 * gdb.base/relocate.c (dummy): New padding array.
15131
15132 2003-07-22 Michael Snyder <msnyder@redhat.com>
15133
15134 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
15135
15136 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
15137 patterns to be more general, accepting old and new output.
15138 Some output chars (such as '+') also must be quoted.
15139 Some addresses are displayed numerically instead of
15140 symbolically.
15141
15142 2003-07-23 Michael Snyder <msnyder@redhat.com>
15143
15144 * gdb.base/return2.exp: Don't test long-long return.
15145
15146 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
15147 * gdb.disasm/t01_mov.exp: Ditto.
15148 * gdb.disasm/t02_mova.s: Ditto.
15149 * gdb.disasm/t02_mova.exp: Ditto.
15150 * gdb.disasm/t03_add.s: Ditto.
15151 * gdb.disasm/t03_add.exp: Ditto.
15152 * gdb.disasm/t04_sub.s: Ditto.
15153 * gdb.disasm/t04_sub.exp: Ditto.
15154 * gdb.disasm/t05_cmp.s: Ditto.
15155 * gdb.disasm/t05_cmp.exp: Ditto.
15156 * gdb.disasm/t06_ari2.s: Ditto.
15157 * gdb.disasm/t06_ari2.exp: Ditto.
15158 * gdb.disasm/t07_ari3.s: Ditto.
15159 * gdb.disasm/t07_ari3.exp: Ditto.
15160 * gdb.disasm/t08_or.s: Ditto.
15161 * gdb.disasm/t08_or.exp: Ditto.
15162 * gdb.disasm/t09_xor.s: Ditto.
15163 * gdb.disasm/t09_xor.exp: Ditto.
15164 * gdb.disasm/t10_and.s: Ditto.
15165 * gdb.disasm/t10_and.exp: Ditto.
15166 * gdb.disasm/t11_logs.s: Ditto.
15167 * gdb.disasm/t11_logs.exp: Ditto.
15168 * gdb.disasm/t12_bit.s: Ditto.
15169 * gdb.disasm/t12_bit.exp: Ditto.
15170 * gdb.disasm/t13_otr.s: Ditto.
15171 * gdb.disasm/t13_otr.exp: Ditto.
15172
15173 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15174
15175 * gdb.threads/tls.exp :Add kfail for 'info address' case.
15176
15177 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15178
15179 * gdb.threads/tls.c : New file.
15180 * gdb.threads/tls.exp : New file.
15181 * gdb.threads/tls-main.c : New file.
15182 * gdb.threads/tls-shared.c : New file.
15183 * gdb.threads/tls-shared.exp : New file.
15184
15185 2003-07-22 Andreas Schwab <schwab@suse.de>
15186
15187 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
15188
15189 2003-07-20 Andreas Schwab <schwab@suse.de>
15190
15191 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
15192 due to insn reordering.
15193
15194 2003-07-15 Andrew Cagney <cagney@redhat.com>
15195
15196 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
15197
15198 2003-07-15 Michael Chastain <mec@shout.net>
15199
15200 * gdb.base/gdb1250.exp: New file.
15201 * gdb.base/gdb1250.c: New file.
15202
15203 2003-07-09 Michal Ludvig <mludvig@suse.cz>
15204
15205 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
15206 expansion of size_t to 'unsigned long', not only to 'unsigned'.
15207
15208 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
15209
15210 * gdb.threads/tls.c: New file.
15211 * gdb.threads/tls.exp: New file.
15212 * gdb.threads/tls-main.c: New file.
15213 * gdb.threads/tls-shared.c: New file.
15214 * gdb.threads/tls-shared.exp: New file.
15215
15216 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
15217
15218 * gdb.base/annota1.exp: Make sure that we properly escape the
15219 full path of the source file. Xfail more permissive patterns,
15220 due to a compiler debug info problem.
15221
15222 2003-07-07 Andreas Schwab <schwab@suse.de>
15223
15224 * gdb.asm/m68k.inc: New file.
15225 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
15226
15227 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
15228 arguments"): Also match negative number.
15229
15230 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
15231
15232 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
15233
15234 * gdb.base/store.c (charest): New typedef.
15235 (add_char): Rename to add_charest, update.
15236 (wack_char): Rename to wack_charest, update types. Return l + r
15237 to keep r live across the call.
15238 (wack_short, wack_int, wack_long, wack_longest, wack_float)
15239 (wack_double, wack_doublest): Return l + r to keep r live across
15240 the call.
15241 * gdb.base/store.exp: Accomodate store.c changes.
15242
15243 2003-06-30 David Carlton <carlton@kealia.com>
15244
15245 * gdb.c++/maint.exp (test_invalid_name): New.
15246 (test_first_component): Add tests for invalid names.
15247
15248 2003-06-29 Michael Chastain <mec@shout.net>
15249
15250 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
15251 output of '<VTT for class>' for virtual base classes.
15252
15253 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15254
15255 * gdb.base/completion.exp: Tab-complete "complet" instead of
15256 "compl".
15257 * gdb.base/complex.exp, gdb.base/complex.c: New files.
15258
15259 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15260
15261 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
15262 * gdb.base/volatile.exp: Likewise.
15263
15264 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15265
15266 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
15267 gdb/1265.
15268
15269 2003-06-28 Michael Chastain <mec@shout.net>
15270 Daniel Jacobowitz <drow@mvista.com>
15271
15272 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
15273 initial line count of 'captured_main' from 26 to 32.
15274 (test_with_self): Allow xmalloc call to be interleaved with the
15275 preceding two lines.
15276
15277 2003-06-24 Joel Brobecker <brobecker@gnat.com>
15278
15279 * gdb.base/bang.exp: New testcase.
15280
15281 2003-06-23 Joel Brobecker <brobecker@gnat.com>
15282
15283 * gdb.base/langs.exp: Add some tests for the "minimal" language
15284 support.
15285
15286 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
15287
15288 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
15289 the testcase.
15290
15291 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
15292
15293 * gdb.base/relocate.exp: Test add-symbol-file with a variable
15294 offset.
15295
15296 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
15297
15298 * gdb.c++/pr-1210.cc: New file.
15299 * gdb.c++/pr-1210.exp: New file.
15300
15301 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
15302
15303 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
15304 000-exec-continue.
15305
15306 2003-06-15 Mark Kettenis <kettenis@gnu.org>
15307
15308 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
15309 on *-*-*bsd* instead of *-*-freebsd*.
15310
15311 2003-06-14 Andrew Cagney <cagney@redhat.com>
15312
15313 * gdb.base/store.exp: Test longest and doublest. Test all
15314 parameters. Weaken return statement match.
15315 * gdb.base/store.c: Add longest and doublest - aka long long and
15316 long double functions. Put all parameters into local register
15317 variables. Use negative values.
15318
15319 2003-06-14 Andrew Cagney <cagney@redhat.com>
15320
15321 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
15322 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
15323 exit status.
15324 * gdb.base/fileio.exp: Disable target when nointerrupts and
15325 noinferiorio, instead of limiting it to remote. Use remote_exec
15326 instead of system.
15327
15328 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
15329
15330 * gdb.base/float.exp: Add ia64 support.
15331
15332 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
15333
15334 * gdb.base/fileio.exp: Run only on remote targets.
15335
15336 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
15337
15338 * gdb.base/fileio.c: New file, testing File-I/O.
15339 * gdb.base/fileio.exp: Ditto.
15340
15341 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
15342
15343 * gdb.base/shreloc.exp: New file, check symbol values obtained from
15344 shared objects after relocation at load time (gdb PR/1132).
15345 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
15346 as above, part of the shared object relocation test.
15347
15348 2003-06-08 Mark Kettenis <kettenis@gnu.org>
15349
15350 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
15351 fully filled history list.
15352 * gdb.base/gdb_history: New file.
15353
15354 * gdb.base/signals.exp: XFAIL "continue to func1" on
15355 i*86-*-freebsd*.
15356
15357 * gdb.base/attach.exp: When trying to attach to a nonexistent
15358 process, make it possible to specify the PID based on the target,
15359 and do so for *-*-freebsd*.
15360
15361 2003-06-02 Richard Henderson <rth@redhat.com>
15362
15363 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
15364
15365 2003-06-02 Richard Henderson <rth@redhat.com>
15366
15367 * gdb.base/selftest.exp: Next over lim_at_start initialization.
15368
15369 2003-06-02 Richard Henderson <rth@redhat.com>
15370
15371 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
15372
15373 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
15374
15375 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
15376 of globalvar.
15377
15378 2003-06-01 Mark Kettenis <kettenis@gnu.org>
15379
15380 * gdb.asm/asm-source.exp: Check for memory read errors in
15381 disassembler test on *BSD too.
15382
15383 2003-06-01 Richard Henderson <rth@redhat.com>
15384
15385 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
15386 for .frame.
15387 (gdbasm_call): Lose ldgp.
15388 (gdbasm_startup): Add frame information.
15389 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
15390
15391 2003-05-31 Mark Kettenis <kettenis@gnu.org>
15392
15393 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
15394 i?86-*-*.
15395
15396 2003-05-30 Mark Kettenis <kettenis@gnu.org>
15397
15398 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15399 FreeBSD.
15400
15401 2003-05-29 Richard Henderson <rth@redhat.com>
15402
15403 * gdb.asm/alpha.inc: New file.
15404 * gdb.asm/asm-source.exp: Use it.
15405
15406 2003-05-29 Jim Blandy <jimb@redhat.com>
15407
15408 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
15409 'core.PID'.
15410
15411 2003-05-22 Jim Blandy <jimb@redhat.com>
15412
15413 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
15414 backtrace.
15415
15416 2003-05-20 David Carlton <carlton@math.stanford.edu>
15417
15418 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
15419 this time.
15420
15421 2003-05-19 David Carlton <carlton@bactrian.org>
15422
15423 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
15424 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
15425
15426 2003-05-19 David Carlton <carlton@bactrian.org>
15427
15428 * gdb.c++/namespace.exp: Add namespace scope and anonymous
15429 namespace tests.
15430 Bump copyright date.
15431 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
15432 (main): Call C::D::marker2.
15433 * gdb.c++/namespace1.cc: New file.
15434
15435 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
15436
15437 Roland McGrath <roland@redhat.com>
15438 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
15439 there is no manager thread.
15440
15441 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
15442
15443 * gdb.threads/schedlock.exp: Remove assumption that all threads
15444 will run in a particular small time slice. Also ensure we break
15445 in one of the child threads rather than the main thread.
15446
15447 2003-05-07 Jim Blandy <jimb@redhat.com>
15448
15449 Add support for assembly source testing on the s390x.
15450 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
15451 architecture.
15452 * gdb.asm/s390x.inc: New file.
15453
15454 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
15455 succession of 'if' statements.
15456
15457 2003-05-05 Andrew Cagney <cagney@redhat.com>
15458
15459 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
15460
15461 2003-05-05 Andrew Cagney <cagney@redhat.com>
15462
15463 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
15464 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
15465
15466 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
15467
15468 * gdb.base/charset.exp: Update based on new behavior of set/show
15469 charset commands.
15470
15471 2003-05-01 Andrew Cagney <cagney@redhat.com>
15472
15473 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
15474 variable do not give memory errors.
15475
15476 2003-04-30 Adam Fedor <fedor@gnu.org>
15477
15478 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
15479 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
15480 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
15481 gdb.objc/basicclass.m: : New files
15482
15483 * lib/gdb.exp (gdb_compile_objc): New procedure.
15484
15485 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
15486
15487 * gdb.base/signals.exp: Make backtrace tests more specific.
15488
15489 2003-04-23 David Carlton <carlton@bactrian.org>
15490
15491 * gdb.c++/maint.exp (test_first_component): Add tests for
15492 'operator' in more locations.
15493
15494 2003-04-16 Kevin Buettner <kevinb@redhat.com>
15495
15496 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
15497
15498 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
15499
15500 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
15501 func marke' instead. Update test name.
15502
15503 2003-04-15 David Carlton <carlton@math.stanford.edu>
15504
15505 * gdb.c++/maint.exp: New file.
15506
15507 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
15508
15509 * gdb.threads/schedlock.c: Change type of thread function argument
15510 to long, to avoid warnings on 64-bit platforms.
15511
15512 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
15513
15514 * gdb.base/attach.exp: Add new message from ptrace in case of
15515 attaching to nonexistent process.
15516
15517 2003-04-11 Jim Blandy <jimb@redhat.com>
15518
15519 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15520 gdb.c++/userdef.cc: Place comments on the lines to which the
15521 marker function might return.
15522 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15523 gdb.c++/userdef.exp: Look for those comments to check that we've
15524 returned to the right place, instead of checking line numbers.
15525
15526 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
15527
15528 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
15529 match on sourcefile name, instead of directory name.
15530
15531 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
15532
15533 * gdb.base/completion.exp: Use string_to_regexp to match the
15534 working directory name.
15535
15536 2003-04-09 Jim Blandy <jimb@redhat.com>
15537
15538 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
15539 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
15540 after an inferior function call, report the failure, but allow the
15541 test to continue.
15542
15543 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15544
15545 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15546 with -DPROTOTYPES.
15547
15548 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
15549
15550 * gdb.base/break.exp: Revert last patch.
15551
15552 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
15553
15554 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
15555 with -DPROTOTYPES.
15556
15557 2003-04-02 Andrew Cagney <cagney@redhat.com>
15558
15559 * gdb.base/callfuncs.exp: Make "print add" messages unique.
15560 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
15561 matching directories by the name breakpoint.
15562 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
15563 Make "continue to marker1" consistent.
15564 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
15565 message consistent.
15566 * lib/gdb.exp: Put "the program is no longer running", and "the
15567 program exited" in parenthesis.
15568 * lib/mi-support.exp: Ditto.
15569
15570 2003-04-02 Bob Rossi <bob_rossi@cox.net>
15571
15572 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
15573
15574 2003-03-29 Andrew Cagney <cagney@redhat.com>
15575
15576 * gdb.base/sizeof.c (main): Print the value of '\377'.
15577 * gdb.base/sizeof.exp: Check the sign of '\377'.
15578
15579 2003-03-27 Michael Chastain <mec@shout.net>
15580
15581 * gdb.base/gdb1090.exp: New file.
15582 * gdb.base/gdb1090.cc: New file.
15583
15584 2003-03-27 J. Brobecker <brobecker@gnat.com>
15585
15586 * gdb.gdb/observer.exp: New regression test.
15587
15588 2003-03-27 Michael Chastain <mec@shout.net>
15589
15590 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
15591 * gdb.base/ptype.exp: Likewise.
15592
15593 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
15594
15595 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
15596
15597 2003-03-26 Michael Chastain <mec@shout.net>
15598
15599 * gdb.base/ptype.exp: Actually use some typedef'd types.
15600
15601 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
15602
15603 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
15604 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
15605
15606 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15607
15608 * gdb.base/default.exp: Fix regular expression.
15609
15610 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15611
15612 * gdb.base/args.exp: Fix regular expression.
15613
15614 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15615
15616 * gdb.base/help.exp: Allow Win32 child process.
15617
15618 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15619
15620 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
15621 when stepping out of main().
15622
15623 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15624
15625 * gdb.base/default.exp: Check for win32 specific message when calling
15626 "run" without executable.
15627
15628 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15629
15630 * gdb.base/args.exp: Expect .exe in output.
15631
15632 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
15633
15634 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
15635 Cygwin native.
15636
15637 2003-03-17 Andrew Cagney <cagney@redhat.com>
15638
15639 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
15640 vector registes.
15641 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
15642 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
15643
15644 2003-03-17 David Carlton <carlton@math.stanford.edu>
15645
15646 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
15647 test, for PR breakpoints/38.
15648 Call test_watchpoint_and_breakpoint.
15649 * gdb.base/watchpoint.c (func3): New function.
15650 (main): Call func3.
15651
15652 2003-03-04 David Carlton <carlton@math.stanford.edu>
15653
15654 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
15655 Garply<Garply<char> >:: garply".
15656 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
15657 with respect to PR c++/1111; note also PR c++/1113.
15658 (test_template_breakpoints): KFAIL "constructor breakpoint" with
15659 respect to PR c++/1062.
15660 KFAIL "destructor breakpoint" with respect to PR c++/1112.
15661
15662 2003-03-03 David Carlton <carlton@math.stanford.edu>
15663
15664 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
15665 with respect to PR c++/57.
15666 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
15667 c++/826.
15668 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
15669 respect to PR c++/57.
15670
15671 2003-03-03 David Carlton <carlton@math.stanford.edu>
15672
15673 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
15674 respect to PR c++/33 into FAILs.
15675
15676 2003-03-03 Michael Chastain <mec@shout.net>
15677
15678 * configure.in: Update copyright years.
15679
15680 2003-03-03 Michael Chastain <mec@shout.net>
15681
15682 * Makefile.in: Update copyright years.
15683
15684 2003-02-28 David Carlton <carlton@math.stanford.edu>
15685
15686 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
15687 print class instead of struct and/or superfluous protection
15688 specifiers, as long as the resulting output is equivalent to the
15689 source code.
15690 Delete FIXME from end of messages on tests that don't need
15691 fixing.
15692
15693 2003-02-28 David Carlton <carlton@math.stanford.edu>
15694
15695 * gdb.c++/templates.exp (do_tests): Allow const in the two
15696 Foo<volatile char *>::foo tests.
15697
15698 2003-02-27 Michael Snyder <msnyder@redhat.com>
15699
15700 * gdb.base/restore.c (main): Return zero, so exit code
15701 will be consistant.
15702
15703 2003-02-26 David Carlton <carlton@math.stanford.edu>
15704
15705 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
15706 char *>::foo" test with respect to PR c++/33. Create a new test
15707 which is identical to that one except that it doesn't put the
15708 space between the "char" and the "*"; KFAIL it, too.
15709
15710 2003-02-26 David Carlton <carlton@math.stanford.edu>
15711
15712 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
15713 template types into either PASSes or KFAILs (corresponding to PR
15714 c++/57). Tweak indentation. Update copyright.
15715
15716 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
15717
15718 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
15719
15720 2003-02-13 Michael Chastain <mec@shout.net>
15721
15722 * gdb.base/exprs.exp: Remove i960 remnants.
15723 * gdb.base/funcargs.exp: Likewise.
15724 * gdb.base/list.exp: Likewise.
15725 * gdb.base/ptype.exp: Likewise.
15726
15727 2003-02-14 David Carlton <carlton@math.stanford.edu>
15728
15729 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
15730 pEe->D::vg()" from XFAIL to KFAIL.
15731
15732 2003-02-13 Jason Molenda (jmolenda@apple.com)
15733
15734 * gdb.base/maint.exp: Update maint print statistics regexp to include
15735 new entries.
15736
15737 2003-02-13 Michael Chastain <mec@shout.net>
15738
15739 * gdb.c++/inherit.exp: Remove call to get_debug_format.
15740
15741 2003-02-12 Michael Chastain <mec@shout.net>
15742
15743 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
15744 * gdb.c++/inherit.exp: Likewise.
15745 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
15746 * gdb.c++/templates.exp: Likewise.
15747 * gdb.c++/virtfunc.exp: Likewise.
15748
15749 2003-02-06 Jason Molenda (jason-cl@molenda.com)
15750
15751 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
15752 why the code is written that way.
15753
15754 2003-02-05 Michael Chastain <mec@shout.net>
15755
15756 * gdb.base/dump.exp: Add missing copyright line.
15757
15758 2003-02-05 Jason Molenda (jason-cl@molenda.com)
15759
15760 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
15761 at the beginning so the breakpoint doesn't get set on the loop.
15762
15763 2003-02-05 Michael Chastain <mec@shout.net>
15764
15765 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
15766 output for configurations with gcc 2.95.3.
15767
15768 2003-02-05 Keith Seitz <keiths@redhat.com>
15769 Andrew Cagney <ac131313@redhat.com>
15770
15771 * gdb.mi/mi-cli.exp: New file.
15772
15773 2003-02-04 Michael Chastain <mec@shout.net>
15774
15775 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
15776 Call perror and then continue.
15777
15778 2003-02-03 Michael Chastain <mec@shout.net>
15779
15780 * gdb.c++/pr-1023.cc: New file.
15781 * gdb.c++/pr-1023.exp: New file.
15782
15783 2003-02-05 Jim Blandy <jimb@redhat.com>
15784
15785 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
15786 it's local to foobar. Check for it there, and check that it's not
15787 present in main.
15788 * gdb.c++/local.cc (marker2): New function.
15789 (foobar): Call marker1.
15790 (main): Call marker2 instead of marker1.
15791
15792 2003-02-04 Andrew Cagney <ac131313@redhat.com>
15793
15794 * gdb.disasm/mn10200.exp: Obsolete file.
15795 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
15796 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
15797 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
15798
15799 2003-02-04 David Carlton <carlton@math.stanford.edu>
15800
15801 * gdb.c++/overload.exp: Test intToChar(1).
15802 * gdb.c++/overload.cc (intToChar): New.
15803 (main): Call intToChar.
15804
15805 2003-02-03 David Carlton <carlton@math.stanford.edu>
15806
15807 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
15808 'might_kfail' arg.
15809 KFAIL some of the continue_to_bp_overloaded calls, according to
15810 PR c++/1025.
15811
15812 2003-02-01 Michael Chastain <mec@shout.net>
15813
15814 * gdb.base/advance.c (marker1): New marker function.
15815 * gdb.base/advance.exp: When the 'advance' command lands on the
15816 return breakpoint, it can legitimately stop on either the
15817 current line or the next line. Accommodate both outcomes.
15818 * gdb.base/until.exp: Likewise.
15819
15820 2003-02-02 Andrew Cagney <ac131313@redhat.com>
15821
15822 2002-11-10 Jason Molenda (jason-cl@molenda.com):
15823 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
15824 now a list, not a tuple.
15825 * gdb.mi/mi-var-display.exp: Ditto.
15826 * gdb.mi/gdb792.exp: Ditto.
15827
15828 2003-02-01 Andrew Cagney <ac131313@redhat.com>
15829
15830 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
15831 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
15832 stack backtraces.
15833 * gdb.mi/mi-syn-frame.c: Part of same.
15834
15835 2003-02-01 Mark Kettenis <kettenis@gnu.org>
15836
15837 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15838 gdb.mi/mi1-pthreads.exp: Return instead of calling
15839 gdb_suppress_entire_file.
15840
15841 2003-02-01 Mark Salter <msalter@redhat.com>
15842
15843 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
15844
15845 2003-01-31 Mark Salter <msalter@redhat.com>
15846
15847 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
15848 Support empty arg.
15849
15850 2003-01-30 Michael Chastain <mec@shout.net>
15851
15852 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
15853 This was a workaround for a UTF-8 bug in readline 4.3. The bug
15854 has been fixed in gdb/readline on 2003-01-09.
15855
15856 2003-01-29 Michael Snyder <msnyder@redhat.com>
15857
15858 * gdb.base/maint.exp: Allow for leading underscore in symbol.
15859 * gdb.base/display.exp: Allow for leading underscore in symbol.
15860 * gdb.base/args.exp: Skip if target does not support args passing.
15861
15862 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
15863
15864 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
15865 gdb_test. Accept a list of expect arguments as the third
15866 parameter.
15867 (gdb_test): Use it.
15868
15869 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
15870
15871 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
15872 allow for different test tree configurations. Update some
15873 tescases accordingly.
15874 * gdb.arch/altivec-regs.exp: Ditto.
15875 * gdb.asm/asm-source.exp: Ditto.
15876 * gdb.base/advance.exp: Ditto.
15877 * gdb.base/display.exp: Ditto.
15878 * gdb.base/long_long.exp: Ditto.
15879 * gdb.base/mips_pro.exp: Ditto.
15880 * gdb.base/overlays.exp: Ditto.
15881 * gdb.base/relocate.exp: Ditto.
15882 * gdb.base/setshow.exp: Ditto.
15883 * gdb.base/step-line.exp: Ditto.
15884 * gdb.base/step-test.exp: Ditto.
15885 * gdb.base/until.exp: Ditto.
15886 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
15887
15888 2003-01-17 David Carlton <carlton@math.stanford.edu>
15889
15890 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
15891 corresponding to PR c++/945.
15892 Update copyright.
15893
15894 2003-01-17 David Carlton <carlton@math.stanford.edu>
15895
15896 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
15897 corresponding to PR c++/68.
15898
15899 2003-01-17 David Carlton <carlton@math.stanford.edu>
15900
15901 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
15902 (test_paddr_hairy_functions): Call print_addr_2_kfail for
15903 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
15904
15905 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
15906
15907 * gdb.base/break.exp: Fix change of default location, because of
15908 removal of until tests.
15909 * gdb.base/help.exp: Update test for new 'until' help message.
15910 Add test for help on 'advance'.
15911 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
15912
15913 2003-01-15 Mark Kettenis <kettenis@gnu.org>
15914
15915 * gdb.base/default.exp: Adapt "info float" test for recent changes
15916 to that command. Add test for "info vector".
15917 * gdb.base/float.exp: New file. Add test for "info float" that
15918 resembles the old test in gdb.base/default.exp.
15919
15920 2003-01-15 David Carlton <carlton@math.stanford.edu>
15921
15922 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
15923
15924 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
15925
15926 * gdb.base/break.exp: Move the tests of until command from here...
15927 * gdb.base/until.exp: ... to here. New file. Add other tests.
15928 * gdb.base/advance.c: New file.
15929 * gdb.base/advance.exp: New file.
15930
15931 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
15932
15933 * gdb.base/args.c: New file.
15934 * gdb.base/args.exp: New file.
15935
15936 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
15937
15938 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
15939
15940 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
15941
15942 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
15943
15944 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
15945
15946 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
15947 dates.
15948
15949 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15950
15951 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
15952
15953 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15954
15955 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
15956 (ptype &*"foo").
15957 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
15958
15959 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15960
15961 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
15962 * gdb.mi/mi1-console.exp: Likewise.
15963
15964 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15965
15966 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
15967 * gdb.mi/mi1-console.exp: Likewise.
15968
15969 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15970
15971 * gdb.c++/overload.exp: Remove some fixed XFAILs.
15972
15973 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
15974
15975 * gdb.base/detach.exp: New test.
15976
15977 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
15978
15979 * Makefile.in (ALL_SUBDIRS): New variable.
15980 (subdirs, clean, distclean): Use it.
15981 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
15982 regenerating Makefile, since it is generated from the top level.
15983 * gdb.asm/Makefile.in: Likewise.
15984 * gdb.base/Makefile.in: Likewise.
15985 * gdb.c++/Makefile.in: Likewise.
15986 * gdb.disasm/Makefile.in: Likewise.
15987 * gdb.java/Makefile.in: Likewise.
15988 * gdb.mi/Makefile.in: Likewise.
15989 * gdb.threads/Makefile.in: Likewise.
15990 * gdb.trace/Makefile.in: Likewise.
15991
15992 2003-01-09 David Carlton <carlton@math.stanford.edu>
15993
15994 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
15995 Add copyright year 2003.
15996
15997 2003-01-06 Michael Chastain <mec@shout.net>
15998
15999 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
16000 When selecting a thread, 'line' and 'file' are optional.
16001 * gdb.mi/mi1-pthreads.exp: Likewise.
16002
16003 2003-01-06 Andreas Schwab <schwab@suse.de>
16004
16005 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
16006 failures.
16007
16008 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16009
16010 Fix PR gdb/844
16011 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
16012 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
16013
16014 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
16015 instead of calling gdb_suppress_entire_file.
16016 * gdb.threads/print-threads.exp: Likewise.
16017 * gdb.threads/schedlock.exp: Likewise.
16018
16019 * gdb.threads/killed.exp: Return instead of calling
16020 gdb_suppress_entire_file.
16021 * gdb.threads/linux-dp.exp: Likewise.
16022 * gdb.threads/pthreads.exp: Likewise.
16023
16024 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16025
16026 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
16027 stabs.
16028 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
16029 * gdb.base/whatis.exp: Always allow (void) after function names.
16030
16031 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16032
16033 * gdb.c++/casts.exp: Correct regexp.
16034
16035 2003-01-04 Mark Kettenis <kettenis@gnu.org>
16036
16037 * configure.in: Call AC_CONFIG_HEADER. Don't call
16038 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
16039 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
16040 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
16041 aforementioned directories in the AC_OUPUT call.
16042 * config.hin: New file.
16043 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16044 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
16045 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
16046 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
16047 pass -I$objdir instead of -I$objdir/$subdir in compilation.
16048 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
16049 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
16050 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
16051 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
16052 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
16053 gdb.threads/configure.in, gdb.threads/configure,
16054 gdb.threads/config.in, gdb.trace/configure.in,
16055 gdb.trace/configure: Removed.
16056
16057 2003-01-03 Michael Chastain <mec@shout.net>
16058
16059 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
16060 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
16061
16062 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
16063
16064 * gdb.base/store.exp: Fix regular expressions.
16065
16066 2002-12-28 Mark Kettenis <kettenis@gnu.org>
16067
16068 * configure.in: Rewrite.
16069 * configure: Regenerated.
16070
16071 2003-01-03 David Carlton <carlton@math.stanford.edu>
16072
16073 * gdb.base/psymtab.exp: New file.
16074 * gdb.base/psymtab1.c: Ditto.
16075 * gdb.base/psymtab2.c: Ditto.
16076
16077 2002-12-23 Adam Fedor <fedor@gnu.org>
16078
16079 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
16080
16081 2002-12-23 David Carlton <carlton@math.stanford.edu>
16082
16083 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
16084 and current_directory initialization.
16085
16086 2002-12-22 Jim Blandy <jimb@redhat.com>
16087
16088 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
16089 rather than as part of the output file name.
16090
16091 * gdb.base/attach.exp: There's no need to copy the test program to
16092 /tmp; that was only ever necessary on HP/UX, and this test is
16093 entirely disabled there anyway.
16094
16095 2002-12-21 Jim Blandy <jimb@redhat.com>
16096
16097 * gdb.c++/psmang.exp: Doc fix.
16098
16099 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
16100 test.
16101
16102 2002-12-20 David Carlton <carlton@math.stanford.edu>
16103
16104 * gdb.c++/annota2.exp: KFAIL annotate-quit.
16105
16106 2002-12-18 Michael Chastain <mec@shout.net>
16107
16108 * gdb.c++/annota2.exp: Add copyright year 2002.
16109
16110 2002-12-17 David Carlton <carlton@math.stanford.edu>
16111
16112 * gdb.c++/try_catch.cc: Add marker comments.
16113 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
16114 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
16115 * gdb.c++/m-static.cc: Ditto.
16116 * gdb.c++/m-static1.cc: Ditto.
16117 * gdb.c++/try_catch.cc: Ditto.
16118
16119 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
16120
16121 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
16122 to see whether we are using the new -environment-directory
16123 command which resets via -r or the old version of the command
16124 which may prompt the user. Part of fix for gdb/741.
16125
16126 2002-12-13 Andrew Cagney <ac131313@redhat.com>
16127
16128 * gdb.fortran/types.exp: Update obsolete comment.
16129 * gdb.fortran/exprs.exp: Ditto.
16130 * lib/gdb.exp: Delete obsolete code.
16131 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
16132 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
16133 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
16134 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
16135 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
16136 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
16137 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
16138 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
16139 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
16140 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
16141 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
16142 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
16143 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
16144 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
16145 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
16146 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
16147 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
16148 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
16149 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
16150 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
16151 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
16152 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
16153 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
16154 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
16155 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
16156 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
16157 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
16158 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
16159 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
16160 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
16161 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
16162 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
16163 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
16164 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
16165 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
16166 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
16167 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
16168
16169 2002-12-11 David Carlton <carlton@math.stanford.edu>
16170
16171 * gdb.c++/m-data.exp: Add test for members that shadow global
16172 variables: see PR gdb/804.
16173 * gdb.c++/m-data.cc: Ditto.
16174
16175 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
16176
16177 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
16178
16179 2002-12-06 David Carlton <carlton@math.stanford.edu>
16180
16181 * gdb.base/store.c: Don't declare functions static.
16182
16183 2002-12-04 Andrew Cagney <ac131313@redhat.com>
16184
16185 * gdb.base/store.exp, gdb.base/store.c: New files.
16186
16187 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16188
16189 * gdb.base/selftest.exp: Update for current gdb.
16190
16191 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16192
16193 * gdb.base/maint.exp: Only dump symbols from one source file
16194 or objfile.
16195
16196 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16197
16198 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
16199 function call.
16200
16201 2002-11-25 Jim Blandy <jimb@redhat.com>
16202
16203 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
16204 function appearing in error message.
16205
16206 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
16207
16208 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
16209
16210 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
16211
16212 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
16213 for mi1 and current mi is in correct format. New mi startup message
16214 should be in mi console format. This is part of fix for PR gdb/604.
16215
16216 2002-09-18 Fernando Nasser <fnasser@redhat.com>
16217
16218 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
16219 which explicitly prints the zero offset as "+0".
16220
16221 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
16222
16223 * gdb.threads/schedlock.c (args): Make unsigned.
16224
16225 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
16226
16227 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
16228 numbers. Allow "foo2|selected stack frame".
16229 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
16230 * gdb.asm/asmsrc2.s: Likewise.
16231 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
16232 comments.
16233 * gdb.asm/mips.inc: New file.
16234
16235 2002-10-18 Adam Fedor <fedor@gnu.org>
16236
16237 * gdb.base/default.exp: Update expected output to include 'ObjC'.
16238 * gdb.base/help.exp: Likewise.
16239
16240 2002-10-17 Kevin Buettner <kevinb@redhat.com>
16241
16242 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
16243 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
16244
16245 2002-10-02 Jim Blandy <jimb@redhat.com>
16246
16247 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
16248
16249 2002-10-01 Andrew Cagney <ac131313@redhat.com>
16250
16251 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
16252 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
16253 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
16254 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
16255 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
16256 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
16257 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
16258
16259 2002-09-29 Andrew Cagney <ac131313@redhat.com>
16260
16261 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
16262 * mi0-disassemble.exp, mi0-eval.exp: Delete.
16263 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
16264 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
16265 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
16266 * mi0-var-block.exp, mi0-var-child.exp: Delete.
16267 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
16268
16269 2002-09-27 Kevin Buettner <kevinb@redhat.com>
16270
16271 * gdb.base/annota1.exp (info break): Make directory components of
16272 path optional since not all compilers emit this debug information.
16273
16274 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
16275 step ends up stepping out of the function instead of stopping on
16276 the epilogue.
16277
16278 2002-09-26 Keith Seitz <keiths@redhat.com>
16279
16280 * lib/insight-support.exp (gdbtk_start): Figure out where
16281 the insight executable is based on where gdb is. Use this
16282 executable to start insight instead of gdb.
16283
16284 2002-09-25 Andrew Cagney <cagney@redhat.com>
16285
16286 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
16287
16288 2002-09-24 Andrew Cagney <ac131313@redhat.com>
16289
16290 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
16291 test_isolated_complaints.
16292 (test_empty_complaint): New function.
16293 (test_empty_complaints): New function. Check no output when no
16294 complaints.
16295
16296 2002-09-19 Jim Blandy <jimb@redhat.com>
16297
16298 * gdb.base/charset.exp, gdb.base/charset.c: New files.
16299
16300 2002-09-19 Andrew Cagney <ac131313@redhat.com>
16301
16302 * gdb.gdb/complaints.exp: New file.
16303
16304 2002-09-18 Andrew Cagney <ac131313@redhat.com>
16305
16306 * gdb.base/maint.exp: Check `help maint internal-warning'.
16307
16308 2002-09-18 David Carlton <carlton@math.stanford.edu>
16309
16310 * gdb.c++/m-static.exp: Remove breakpoints depending on line
16311 numbers, and replace them by a single breakpoint after the
16312 constructors are all finished.
16313 Add test 4.
16314 * gdb.c++/m-static.cc: Add test 4.
16315 * gdb.c++/m-static.h: New file.
16316 * gdb.c++/m-static1.cc: New file.
16317
16318 * gdb.c++/printmethod.exp: New file.
16319 * gdb.c++/printmethod.cc: New file.
16320
16321 * gdb.c++/pr-574.exp: New file.
16322 * gdb.c++/pr-574.cc: New file.
16323
16324 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16325
16326 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
16327 embedded targets which never actually exit.
16328
16329 2002-09-18 Fernando Nasser <fnasser@redhat.com>
16330
16331 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
16332 "don't step after run" as unresolved or unsupported, instead of xfail.
16333
16334 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16335
16336 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
16337 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
16338 Add newline to expected string in "step out of main (status wrapper)"
16339 case.
16340
16341 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16342
16343 * lib/gdb.exp (rerun_to_main): Allow restarting application.
16344 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
16345
16346 2002-09-17 Tom Tromey <tromey@redhat.com>
16347
16348 * gdb.base/printcmds.exp (test_print_string_constants): Expect
16349 \000, not \0, in double-quoted string.
16350
16351 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
16352
16353 * gdb.base/commands.exp: Don't expect a "Program exited normally"
16354 string after running the commands execution on breakpoint tests.
16355
16356 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
16357
16358 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
16359
16360 2002-09-12 Joel Brobecker <brobecker@gnat.com>
16361
16362 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
16363
16364 2002-09-10 Keith Seitz <keiths@redhat.com>
16365
16366 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
16367 runto proc.
16368 (mi_run_to_main): Use mi_runto.
16369 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
16370
16371 2002-09-10 Keith Seitz <keiths@redhat.com>
16372
16373 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
16374 regexp for stopping at main. Could have multiple event notifications.
16375 Don't assume that main was declared with no parameters.
16376 (mi_next): Use mi_step_to.
16377 (mi_step): Use mi_next_to.
16378
16379 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
16380
16381 * gdb.base/default.exp: Fix expected string in `info float' test.
16382
16383 2002-09-09 Ben Elliston <bje@redhat.com>
16384
16385 * config/mips.exp: Update comments.
16386 * config/mips-idt.exp: Likewise.
16387 * config/nind.exp: Likewise.
16388 * config/slite.exp: Likewise.
16389 * config/sparclet.exp: Likewise.
16390 * config/udi.exp: Likewise.
16391 * config/vx.exp: Likewise.
16392 * config/vxworks29k.exp: Likewise.
16393
16394 2002-09-05 Jim Blandy <jimb@redhat.com>
16395
16396 * gdb.threads/killed.exp: Fix test failure message.
16397
16398 2002-09-04 Keith Seitz <keiths@redhat.com>
16399
16400 * lib/mi-support.exp: Update copyright.
16401 (mi_gdb_test): Increase the priority of the expected pattern
16402 so that it matches gdb_test.
16403
16404 2002-09-03 Keith Seitz <keiths@redhat.com>
16405
16406 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
16407 Use integer comparison instead of string comparison for testing
16408 whether binary was built.
16409
16410 2002-09-03 Jim Blandy <jimb@redhat.com>
16411
16412 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
16413
16414 2002-08-29 Jim Blandy <jimb@redhat.com>
16415
16416 * gdb.threads/pthreads.exp: Move the portable thread compilation
16417 code into a function in lib/gdb.exp, and call that from here.
16418 * lib/gdb.exp (gdb_compile_pthreads): New function.
16419
16420 2002-08-29 Keith Seitz <keiths@redhat.com>
16421
16422 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
16423 expect_out so that callers can get at it.
16424
16425 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
16426
16427 * gdb.threads/print-threads.c: New file.
16428 * gdb.threads/print-threads.exp: New file.
16429 * gdb.threads/schedlock.c: New file.
16430 * gdb.threads/schedlock.exp: New file.
16431
16432 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
16433
16434 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
16435 not altivec.c.
16436
16437 2002-08-17 Mark Kettenis <kettenis@gnu.org>
16438
16439 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
16440 targets. The problem should be fixed now.
16441
16442 2002-08-15 Mark Kettenis <kettenis@gnu.org>
16443
16444 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
16445 2002-07-24 change that removes final dots from error messages.
16446
16447 2002-08-13 Tom Tromey <tromey@redhat.com>
16448
16449 * gdb.base/readline.exp: New file.
16450
16451 2002-08-01 Andrew Cagney <ac131313@redhat.com>
16452
16453 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
16454 supress message.
16455
16456 2002-08-01 Andrew Cagney <cagney@redhat.com>
16457
16458 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
16459 CHILL_FOR_TARGET and CHILL_LIB.
16460 * configure.in (configdirs): Remove gdb.chill.
16461 * configure: Regenerate.
16462 * lib/gdb.exp: Obsolete references to chill.
16463 * gdb.fortran/types.exp: Ditto.
16464 * gdb.fortran/exprs.exp: Ditto.
16465
16466 2002-07-30 Kevin Buettner <kevinb@redhat.com>
16467
16468 * gdb.base/shlib-call.exp (additional_flags): Conditionally
16469 set Irix-specific compile and link flags.
16470
16471 2002-07-29 Kevin Buettner <kevinb@redhat.com>
16472
16473 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
16474 source files. The ``-o'' option doesn't work with the ``-E'' option
16475 when using the Irix compiler.
16476
16477 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
16478
16479 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
16480 Improve support for reusing an exec file. Copy exec file
16481 to target, and run gdbserver on the target instead of on the host.
16482
16483 2002-07-18 Jim Blandy <jimb@redhat.com>
16484
16485 * gdb.base/ending-run.exp: Don't expect to see the program end in
16486 some orderly fashion when we're running on a real stand-alone
16487 board.
16488
16489 * gdb.base/interrupt.exp: Correct logic for skipping tests on
16490 targets that don't support interrupts.
16491
16492 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
16493
16494 * gdb.base/attach.exp: Add patterns to match output from /proc-based
16495 systems.
16496 Move comments in expect statements to inside the actions, so that they
16497 don't get matched against.
16498
16499 2002-07-10 Mark Kettenis <kettenis@gnu.org>
16500
16501 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
16502 function when asleep" test.
16503
16504 2002-07-10 Andrew Cagney <ac131313@redhat.com>
16505
16506 * gdb.base/page.exp: Rewrite to handle problems with very long
16507 `info set' output. Update copyright.
16508
16509 2002-06-26 Andrew Cagney <ac131313@redhat.com>
16510
16511 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
16512 gdb.threads-hp.
16513 * gdb.hp/configure: Regenerate.
16514 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
16515 * gdb.hp/gdb.threads-hp/configure: Delete file.
16516 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
16517
16518 2002-06-22 Andrew Cagney <ac131313@redhat.com>
16519
16520 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
16521 setlocale, bindtextdomain and textdomain.
16522
16523 2002-06-11 Jim Blandy <jimb@redhat.com>
16524
16525 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
16526 preprocessor macro information is present.
16527
16528 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
16529 tests.
16530
16531 2002-06-06 Michael Snyder <msnyder@redhat.com>
16532
16533 * gdb.base/overlays.exp: Record addresses of overlay
16534 functions in TCL variables rather than in GDB variables,
16535 to avoid having GDB convert them to pointers (with loss
16536 of information).
16537
16538 * gdb.base/d10v.ld: Merge in several years worth of
16539 default linker script changes.
16540 * gdb.base/long_long.exp: Add check for sizeof (long double).
16541
16542 2002-06-06 Michal Ludvig <mludvig@suse.cz>
16543
16544 * gdb.asm/asm-source.exp: Add x86-64 target.
16545 * gdb.asm/x86_64.inc: New.
16546
16547 2002-05-30 Michael Chastain <mec@shout.net>
16548
16549 From Benjamin Kosnik <bkoz@redhat.com>:
16550 * gdb.c++/m-static.cc: New file.
16551 * gdb.c++/m-static.exp: New file.
16552
16553 2002-05-28 Michael Snyder <msnyder@redhat.com>
16554
16555 * gdb.base/call-ar-st.exp: Allow for reduced floating point
16556 precision.
16557
16558 2002-05-27 Michael Chastain <mec@shout.net>
16559
16560 From Benjamin Kosnik <bkoz@redhat.com>:
16561 * gdb.c++/m-data.cc: New file.
16562 * gdb.c++/m-data.exp: New file.
16563
16564 2002-05-27 Michael Chastain <mec@shout.net>
16565
16566 From Benjamin Kosnik <bkoz@redhat.com>:
16567 * gdb.c++/try_catch.cc: New file.
16568 * gdb.c++/try_catch.exp: New file.
16569
16570 2002-05-27 Michael Chastain <mec@shout.net>
16571
16572 * gdb.c++/local.exp: Accept more nested types in output.
16573
16574 2002-05-26 Michael Chastain <mec@shout.net>
16575
16576 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
16577
16578 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
16579
16580 * lib/gdb.exp (gdb_wrapper_init): Just because
16581 gdb_wrapper_file exists, this does not mean that the file
16582 should not be rebuilt. That is what gdb_wrapper_initialized
16583 is for.
16584 (default_gdb_init): Reset gdb_wrapper_initialized.
16585
16586 2002-05-23 Michael Snyder <msnyder@redhat.com>
16587
16588 * gdb.base/all-bin.exp: Revise previous patch by just reducing
16589 the precision of the floating point test results.
16590 * gdb.base/call-rt-st.exp: Ditto.
16591
16592 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
16593 * gdb.base/call-rt-st.exp: Ditto.
16594
16595 2002-05-19 Michael Chastain <mec@shout.net>
16596
16597 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
16598
16599 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
16600
16601 * configure.in (configdirs): Add gdb.arch.
16602 * configure: Regenerate.
16603
16604 2002-05-17 Jim Blandy <jimb@redhat.com>
16605
16606 * gdb.base/completion.exp: Recognize the more detailed error
16607 messages produced by the macro expander's lexical analyzer.
16608
16609 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
16610
16611 * gdb.arch/altivec-abi.c: New file.
16612 * gdb.arch/altivec-abi.exp: New file.
16613 * gdb.arch/altivec-regs.c: New file.
16614 * gdb.arch/altivec-regs.exp: New file.
16615
16616 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
16617
16618 * gdb.base/maint.exp (maint print type): Update for new type
16619 structure.
16620
16621 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
16622
16623 * gdb.arch: New directory.
16624 * gdb.arch/configure.in: New file.
16625 * gdb.arch/configure: New file.
16626 * gdb.arch/Makefile.in: New file.
16627
16628 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
16629
16630 * gdb.asm/asm-source.exp: Add v850 as supported target.
16631 * gdb.asm/v850.inc: New file.
16632
16633 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
16634
16635 * gdb.c++/annota2.exp (annotate-quit): Add comment.
16636
16637 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
16638
16639 * gdb.base/break.exp: Check 'break "marker2"'.
16640
16641 2002-05-10 Michael Snyder <msnyder@redhat.com>
16642
16643 * gdb.base/long_long.exp: Fix typo.
16644
16645 2002-05-10 Jim Blandy <jimb@redhat.com>
16646
16647 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
16648 a bug.
16649
16650 * gdb.base/printcmds.exp (test_integer_literals_rejected):
16651 Recognize more detailed error message produced by the macro
16652 expander's lexical analyzer.
16653 * lib/gdb.exp (test_print_reject): Same.
16654
16655 2002-05-09 Mark Kettenis <kettenis@gnu.org>
16656
16657 * gdb.c++/method.exp: Fix typo.
16658
16659 2002-05-08 Michael Snyder <msnyder@redhat.com>
16660
16661 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
16662 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
16663 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
16664 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
16665 Add iftarget clause for strongarm.
16666
16667 2002-05-06 Michael Snyder <msnyder@redhat.com>
16668
16669 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
16670 (gdb_continue_to_end): Accept output from status wrapper.
16671 * gdb.base/ending-run.exp: Add case for output from status wrapper.
16672 Clean up fail messages to match pass messages.
16673
16674 Enable the "needs_status_wrapper" testsuite feature.
16675 * lib/gdb.exp (gdb_wrapper_init): New procedure.
16676 (gdb_compile): Conditionally call gdb_wrapper_init.
16677 * gdb.base/a2-run.exp: Recognize output from status wrapper.
16678 * gdb.c++/method.exp: Recognize output from status wrapper.
16679
16680 2002-05-06 Ben Elliston <bje@redhat.com>
16681 From Graydon Hoare <graydon@redhat.com>
16682
16683 * config/sid.exp: Include support for "rawsid" protocol.
16684
16685 2002-05-03 Jim Blandy <jimb@redhat.com>
16686
16687 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
16688 * gdb.c++/hang3.C: New file.
16689
16690 2002-05-04 Andrew Cagney <ac131313@redhat.com>
16691
16692 * gdb.base/default.exp: Remove obsolete code.
16693 * gdb.c++/misc.exp: Ditto. Update copyright.
16694 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
16695 * gdb.base/whatis.exp: Ditto. Update copyright.
16696 * gdb.base/scope.exp: Ditto. Update copyright.
16697 * gdb.base/ptype.exp: Ditto. Update copyright.
16698 * gdb.base/printcmds.exp: Ditto. Update copyright.
16699 * gdb.base/opaque.exp: Ditto. Update copyright.
16700 * gdb.base/list.exp: Ditto.
16701 * gdb.base/funcargs.exp: Ditto. Update copyright.
16702 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
16703 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
16704 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
16705 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
16706 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
16707 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
16708
16709 2002-05-02 Michael Snyder <msnyder@redhat.com>
16710
16711 * gdb.base/watchpoint.exp: Add xscale target.
16712 * gdb.base/long_long.exp: Add xscale target.
16713 * gdb.base/default.exp: Add xscale target.
16714
16715 2002-05-01 Jim Blandy <jimb@redhat.com>
16716
16717 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
16718 gdb.c++/hang.exp: New test.
16719
16720 2002-05-01 Fred Fish <fnf@redhat.com>
16721
16722 * gdb.base/completion.exp: Handle completions of "./Make" for
16723 more than one completion possibility, as is the case when we
16724 build and test in the source tree.
16725
16726 2002-04-29 Anthony Green <green@redhat.com>
16727
16728 * gdb.java/jmisc1.exp: New file.
16729 * gdb.java/jmisc2.exp: New file.
16730
16731 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
16732
16733 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
16734
16735 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
16736
16737 * gdb.base/help.exp: Change 'help status' to allow for target
16738 dependent output differences.
16739
16740 2002-04-22 Michael Chastain <mec@shout.net>
16741
16742 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
16743
16744 2002-04-22 Michael Chastain <mec@shout.net>
16745
16746 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
16747
16748 2002-04-17 David S. Miller <davem@redhat.com>
16749
16750 * gdb.asm/sparc64.inc: New file.
16751 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
16752
16753 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
16754
16755 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
16756 instruction file directly into the build tree. Clean up at end of
16757 test.
16758
16759 2002-04-18 David S. Miller <davem@redhat.com>
16760
16761 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
16762 handle 64-bit platforms correctly.
16763 * gdb.base/maint.exp: Likewise.
16764
16765 2002-04-18 Kevin Buettner <kevinb@redhat.com>
16766
16767 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
16768 ``-fpic'' when compiling files comprising a shared library, but
16769 it does need additional linker flags in order to find shared
16770 libraries at run time.
16771
16772 2002-04-18 Kevin Buettner <kevinb@redhat.com>
16773
16774 * gdb.base/cvexpr.c (use): New function.
16775 (main): Invoke use() on all global variables to prevent
16776 some linkers from deleting these otherwise unused symbols.
16777
16778 2002-04-17 Michael Chastain <mec@shout.net>
16779 From David S. Miller <davem@redhat.com>
16780
16781 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
16782 handle 64-bit platforms correctly.
16783
16784 2002-04-12 Michael Snyder <msnyder@redhat.com>
16785 From Jim Blandy <jimb@redhat.com>
16786 * gdb.base/foo.c (foox): Remove section attribute; the linker
16787 script can handle this instead.
16788 * gdb.base/bar.c (barx): Same.
16789 * gdb.base/baz.c (bazx): Same.
16790 * gdb.base/grbx.c (grbxx): Same.
16791
16792 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
16793 manager doesn't automatically unmap overlays unnecessarily.
16794
16795 2002-04-10 Martin M. Hunt <hunt@redhat.com>
16796
16797 * gdb.base/ending-run.exp: Fix pattern for Mips targets
16798 stepping out of main.
16799
16800 2002-04-09 Michael Chastain <mec@shout.net>
16801
16802 * gdb.c++/local.cc (main): Move call to marker1() inside nested
16803 scope so that the nested scope tests will make sense.
16804 * gdb.c++/local.exp: Write patterns that actually work with gcc
16805 (the HP patterns "were never known to work with gcc").
16806 Keep the old aCC patterns too.
16807
16808 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
16809
16810 * gdb.base/attach.exp: Correct target board test.
16811
16812 2002-04-08 Michael Chastain <mec@shout.net>
16813
16814 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
16815 in a const method. Add some xfail and fail cases for configurations
16816 that do not emit the "const ...".
16817
16818 2002-04-07 Michael Chastain <mec@shout.net>
16819
16820 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
16821 Accept "A * const" and "const A * const" as type of "this".
16822 Fix spelling of getFunky throughout. Make messages uniform.
16823
16824 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
16825
16826 Work around for PR gdb/285:
16827 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
16828
16829 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
16830
16831 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
16832 instructions file at run time instead of configure time.
16833 Sometimes we run the test in a directory that is not the one we
16834 configured in.
16835 * gdb.asm/configure.in: Delete creation of symlink.
16836 * gdb.asm/configure: Regenerate.
16837
16838 2002-04-05 J. Brobecker <brobecker@gnat.com>
16839
16840 * gdb.gdb/xfullpath.exp: New test, to exercise the new
16841 xfullpath () function.
16842
16843 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
16844
16845 * gdb.asm/Makefile.in: Correct dependencies.
16846
16847 * gdb.asm/powerpc.inc: New file.
16848 * gdb.asm/asm-source.exp: Add PowerPC.
16849 * gdb.asm/configure.in: Likewise.
16850 * gdb.asm/configure: Regenerated.
16851
16852 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
16853
16854 * gdb.base/relocate.exp: New file.
16855 * gdb.base/relocate.c: New file.
16856
16857 2002-04-04 Fred Fish <fnf@redhat.com>
16858
16859 * gdb.base/step-test.exp: Update comment regarding stopping in
16860 memcpy/bcopy calls inserted as part of the compiler runtime.
16861
16862 2002-04-04 Michael Snyder <msnyder@redhat.com>
16863
16864 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
16865
16866 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
16867
16868 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
16869 (gdb_expect): Remove $notransfer hack.
16870
16871 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
16872
16873 * gdb.c++/classes.exp ("calling method for small class"): Match
16874 updated register output.
16875
16876 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
16877
16878 Fix PR gdb/452
16879 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
16880 when finished. Make gdb_file_cmd send "exec-file" when
16881 appropriate.
16882
16883 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
16884
16885 * gdb.base/attach.exp: Remove extra setup_xfail.
16886
16887 2002-03-26 Michael Snyder <msnyder@redhat.com>
16888
16889 * gdb.base/default.exp: Add tests for dump, append, and restore.
16890 * gdb.base/help.exp: Add tests for dump, append, and restore.
16891 * gdb.base/dump.exp: New file, test dump, append and restore.
16892 * gdb.base/dump.c: New file.
16893
16894 2002-03-27 Michael Snyder <msnyder@redhat.com>
16895
16896 * gdb.base/help.exp: Modify expect strings to reflect
16897 clean-ups in help messages.
16898
16899 2002-03-26 Fred Fish <fnf@redhat.com>
16900
16901 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
16902 have debugging info for those functions and the compiler uses them
16903 internally to copy structs around.
16904
16905 2002-03-26 Fred Fish <fnf@redhat.com>
16906
16907 * gdb.base/list.exp: Revert the change made yesterday and add note
16908 about why we don't list the default lines for remote targets.
16909
16910 2002-03-25 Michael Snyder <msnyder@redhat.com>
16911
16912 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
16913
16914 2002-03-25 Fred Fish <fnf@redhat.com>
16915
16916 * gdb.base/list.exp: This test works on remote targets so remove
16917 the short circuit for remote targets. Update copyright.
16918
16919 2002-03-25 Fred Fish <fnf@redhat.com>
16920
16921 * gdb.base/attach.exp: Fix logic error that was suppressing this
16922 test for all non hppa*-*-hpux* targets, instead of the hp target.
16923 Move comments closer to the suppression point. Also now need to
16924 check that we are running natively.
16925
16926 2002-03-22 Michael Snyder <msnyder@redhat.com>
16927
16928 * gdb.base/default.exp: Add test for gcore. Update copyright.
16929 * gdb.base/help.exp: Add test for gcore. Update copyright.
16930
16931 2002-03-06 Fred Fish <fnf@redhat.com>
16932
16933 * gdb.base/funcargs.c: Remove extraneous ';' character.
16934 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
16935
16936 2002-03-04 Michael Chastain <mec@shout.net>
16937
16938 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
16939 accommodate gcc v3 function signature.
16940 * gdb.mi/mi0-var-cmd-exp: Ditto.
16941
16942 2002-02-24 Andrew Cagney <ac131313@redhat.com>
16943
16944 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
16945 ``GNU/Linux'' or ``Linux kernel''
16946 * testsuite/gdb.threads/pthreads.c: Ditto.
16947
16948 2002-02-24 Michael Chastain <mec@shout.net>
16949
16950 * gdb.threads/pthreads.c (thread1): Add a return statement.
16951 (thread2): Likewise.
16952 (foo): Likewise.
16953
16954 2002-02-23 Michael Chastain <mec@shout.net>
16955
16956 * gdb.threads/linux-dp.c (philosopher): Add a return statement
16957 to placate gcc.
16958
16959 2002-02-23 Michael Chastain <mec@shout.net>
16960
16961 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
16962 test "ptype bint". The test passes on all my stabs configurations.
16963
16964 2002-02-21 Jim Blandy <jimb@redhat.com>
16965
16966 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
16967 filename at a time, and watch for the ones we want to see.
16968
16969 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
16970 types of pointers to prototyped functions.
16971
16972 2002-02-20 Andrew Cagney <ac131313@redhat.com>
16973
16974 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
16975 signed, unsigned and straight char.
16976 (padding_char, padding_short, padding_int, padding_long,
16977 padding_long_long, padding_float, padding_double,
16978 padding_long_double): New global variables.
16979 (fill, fill_structs): New functions.
16980
16981 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
16982 for correctly sized writes. Update copyright.
16983 (get_valueof): New procedure.
16984 (get_sizeof): Call get_valueof.
16985 (check_valueof): New procedure.
16986 (check_padding): New procedure.
16987
16988 2002-02-20 Michael Chastain <mec@shout.net>
16989
16990 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
16991 to setup_xfail. Document some of the remaining calls.
16992
16993 2002-02-18 Michael Chastain <mec@shout.net>
16994
16995 * gdb.c++/userdef.exp: Update copyright year.
16996
16997 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
16998
16999 * gdb.c++/userdef.exp: Test overloaded operators properly.
17000 Remove xfails.
17001
17002 2002-02-14 Michael Snyder <msnyder@redhat.com>
17003
17004 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
17005
17006 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
17007
17008 * gdb.base/a2-run.exp: Check for a remote target properly.
17009 * gdb.base/annota1.exp: Likewise.
17010 * gdb.base/list.exp: Likewise.
17011 * gdb.base/reread.exp: Likewise.
17012 * gdb.base/scope.exp: Likewise.
17013 * gdb.base/shlib-call.exp: Likewise.
17014 * gdb.base/term.exp: Likewise.
17015 * gdb.c++/annota2.exp: Likewise.
17016
17017 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
17018
17019 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
17020
17021 2002-02-10 Michael Chastain <mec@shout.net>
17022
17023 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
17024 (call_after_alloca): Ditto.
17025
17026 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
17027
17028 * gdb.base/ending-run.exp: Guard "cont" test with
17029 gdb_skip_stdio_test.
17030
17031 2002-02-06 Jim Blandy <jimb@redhat.com>
17032
17033 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
17034 from here...
17035 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
17036 To here. Disable this test on non-HP platforms. Add big comment.
17037
17038 2002-02-04 Michael Snyder <msnyder@redhat.com>
17039
17040 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
17041 other than d10v and m32r.
17042
17043 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
17044
17045 * gdb.base/default.exp: Rewrite test patterns to reduce time
17046 taken to match them.
17047
17048 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17049
17050 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
17051 Allow a start function above main.
17052 * gdb.threads/linux-dp.exp: Fix copyright date.
17053
17054 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17055
17056 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
17057 (check_philosopher_stack): Check for manager thread before checking
17058 for a just-starting thread.
17059
17060 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17061
17062 From Neil Booth <neil@daikokuya.demon.co.uk>:
17063 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
17064 warnings.
17065
17066 2002-01-21 Fred Fish <fnf@redhat.com>
17067
17068 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
17069 not caller.
17070
17071 2002-01-21 Jim Blandy <jimb@redhat.com>
17072
17073 * gdb.base/reread.exp: Check that GDB properly re-reads the
17074 executable file when it changes while no inferior is running.
17075
17076 2002-01-21 Fred Fish <fnf@redhat.com>
17077
17078 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
17079 optionally accept the "shlib events" variation.
17080
17081 2002-01-21 Jim Blandy <jimb@redhat.com>
17082
17083 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
17084 call `fflush' after every `printf', so that the output is produced
17085 at predictable points, regardless of whatever buffering does (or
17086 doesn't) take place.
17087 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
17088 at different points.
17089
17090 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17091
17092 * gdb.c++/inherit.exp: Update copyright years.
17093 * gdb.c++/method.exp: Likewise.
17094
17095 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17096
17097 * gdb.c++/classes.exp: Update for improved v3 support and skipping
17098 artificial methods/arguments.
17099 * gdb.c++/derivation.exp: Likewise.
17100 * gdb.c++/inherit.exp: Likewise.
17101 * gdb.c++/method.exp: Likewise.
17102 * gdb.c++/virtfunc.exp: Likewise.
17103
17104 2002-01-18 Andrew Cagney <ac131313@redhat.com>
17105
17106 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
17107 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
17108 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
17109 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
17110 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
17111 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
17112
17113 2002-01-17 Jim Blandy <jimb@redhat.com>
17114
17115 * gdb.asm/asm-source.exp (info symbol): Take another shot at
17116 anchoring the pattern matching the entry point symbol's name.
17117
17118 2002-01-17 Andrew Cagney <ac131313@redhat.com>
17119
17120 * gdb.base/maint.exp: Update ``maint internal-error'' to match
17121 continue/quit query. Update copyright.
17122
17123 2002-01-14 Michael Snyder <msnyder@redhat.com>
17124
17125 * gdb.base/gcore.exp: Remove extra debugging output.
17126
17127 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17128
17129 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
17130 for slightly dubious v2 mangled string.
17131
17132 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17133
17134 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
17135
17136 2002-01-10 Jason Merrill <jason@redhat.com>
17137
17138 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
17139
17140 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
17141 constructors.
17142 * gdb.c++/derivation.exp: Likewise.
17143 * gdb.c++/templates.exp: Likewise.
17144 * gdb.c++/virtfunc.exp: Likewise.
17145
17146 2002-01-10 Michael Snyder <msnyder@redhat.com>
17147
17148 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
17149
17150 2002-01-08 Michael Snyder <msnyder@redhat.com>
17151
17152 * gdb.base/gcore.exp: New test for generate-core-file command.
17153 * gdb.base/gcore.c: Testcase for above.
17154 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
17155
17156 2002-01-08 Jason Merrill <jason@redhat.com>
17157
17158 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
17159
17160 2002-01-07 Fred Fish <fnf@redhat.com>
17161
17162 * gdb.c++/overload.exp: Remove unconditional xfails for:
17163 print foo_instance1.overloadargs(1)
17164 print foo_instance1.overloadargs(1, 2)
17165 print foo_instance1.overloadargs(1, 2, 3)
17166 print foo_instance1.overloadargs(1, 2, 3, 4)
17167 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
17168 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
17169 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
17170 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
17171 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
17172 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
17173 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
17174 print foo_instance1.overload1arg()
17175 print foo_instance1.overload1arg((char)arg2)
17176 print foo_instance1.overload1arg((signed char)arg3)
17177 print foo_instance1.overload1arg((unsigned char)arg4)
17178 print foo_instance1.overload1arg((int)arg7)
17179 print foo_instance1.overload1arg((unsigned int)arg8)
17180 print foo_instance1.overload1arg((float)arg11)
17181 print foo_instance1.overload1arg((double)arg12)
17182
17183 2002-01-07 Michael Snyder <msnyder@redhat.com>
17184
17185 * gdb.base/huge.exp: New test. Print a very large target data object.
17186 (skip_huge_test): New test variable. Define if you want to skip this
17187 test. The test reads an 8 megabyte data object from the target, so it
17188 might be very time consuming on remote targets with a slow connection.
17189 * gdb.base/huge.c: New file. Test case for above.
17190
17191 2002-01-07 Fred Fish <fnf@redhat.com>
17192
17193 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
17194 g_instance.bfoo, and g_instance.cfoo.
17195
17196 2002-01-07 Jeffrey A Law <law@redhat.com>
17197
17198 * gdb.base/break.c (multi_line_if_conditional): New function.
17199 (multi_ilne_while_conditional): Likewise.
17200 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
17201 IF or WHILE condition puts the breakpoint at the start of
17202 the condition.
17203
17204 * gdb.base/selftest.exp (backtrace through signal handler): Remove
17205 hppa*-*-hpux* expected failure.
17206 * gdb.base/structs.exp (do_function_calls): Similarly.
17207
17208 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
17209 watchpoints.
17210
17211 2002-01-06 Andrew Cagney <ac131313@redhat.com>
17212
17213 Fix PR gdb/66.
17214 * gdb.base/structs.exp: Replace skip for a29k with skip for
17215 gdb,cannot_call_functions.
17216 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
17217 * gdb.base/callfuncs.exp: Ditto.
17218 * gdb.base/call-rt-st.exp: Ditto.
17219 * gdb.base/call-strs.exp: Ditto.
17220 * gdb.base/callfwmall.exp: Ditto.
17221 * gdb.base/scope.exp: Obsolete xfail a29k.
17222 * gdb.c++/misc.exp: Ditto.
17223 * gdb.c++/cplusfuncs.exp: Ditto.
17224 * gdb.base/ptype.exp: Ditto.
17225 * gdb.base/printcmds.exp: Ditto.
17226 * gdb.base/opaque.exp: Ditto.
17227 * gdb.base/list.exp: Ditto.
17228 * gdb.base/funcargs.exp: Ditto.
17229 * gdb.base/default.exp: Ditto.
17230
17231 2002-01-04 Michael Snyder <msnyder@redhat.com>
17232
17233 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
17234 * gdb.base/maint.exp: Add tests for maint info sections options.
17235
17236 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
17237
17238 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
17239
17240 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
17241
17242 * gdb.asm/arm.inc: New file.
17243 * gdb.asm/asm-source.exp: Add arm targets.
17244 * gdb.asm/configure.in: Ditto.
17245 * gdb.asm/configure: Recreated from configure.in.
17246
17247 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
17248
17249 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
17250 with HP's compiler.
17251 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
17252 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
17253 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
17254 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
17255
17256 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
17257 either HP's compilers or GCC.
17258
17259 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
17260 a SIGBUS or SIGSEGV.
17261
17262 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
17263
17264 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
17265 can be compiled with either HP's compiler or GCC.
17266
17267 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
17268 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
17269 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
17270
17271 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
17272 to match current gdb output. Update due to using auto-solib-limit
17273 for limiting instead of overloading auto-solib-add.
17274 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
17275 test program.
17276
17277 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
17278 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
17279 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
17280 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
17281 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
17282 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
17283 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
17284 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
17285 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
17286 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
17287 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
17288 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
17289 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
17290
17291 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
17292 a SIGTRAP to the inferior.
17293
17294 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
17295
17296 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
17297 Substitute call to target_link by call to gdb_compile.
17298
17299 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
17300
17301 * gdb.base/break.exp: Fix HP specific search string when testing
17302 backtracing in a called function.
17303
17304 * gdb.base/constvars.exp: Only set lang to C++ if we're
17305 compiling the test with HP's compilers.
17306 * gdb.base/volatile.exp: Similarly.
17307
17308 2001-12-19 Jim Blandy <jimb@redhat.com>
17309
17310 * gdb.base/printcmds.exp: Expect the null character to be printed
17311 as '\0', and the '\013' to be printed as '\v'.
17312 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
17313 * gdb.base/setvar.exp: Same.
17314
17315 2001-12-17 Jim Blandy <jimb@redhat.com>
17316
17317 * gdb.base/completion.exp: Rather than completing very long
17318 filenames, which can make the readline library produce output we
17319 don't recognize, cd to the directory first, and then complete
17320 using nice, short relative paths.
17321
17322 * gdb.base/completion.exp: On some systems, there is, in fact, a
17323 variable named `b' in scope, since GDB treats all static
17324 variables as being in scope. So use `no_var_named_this'
17325 instead of `b'.
17326
17327 * gdb.base/corefile.exp: Recognize the message saying that GDB
17328 can't find the core file's registers as a failure.
17329
17330 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
17331
17332 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
17333 test expect string more specific.
17334
17335 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
17336
17337 * gdb.asm/asm-source.exp: Add support for xstormy16.
17338 * gdb.asm/configure.in: Ditto.
17339 * gdb.asm/configure: Rebuild.
17340 * gdb.asm/xstormy16.inc: New file.
17341
17342 2001-12-10 Fred Fish <fnf@redhat.com>
17343
17344 * gdb.base/maint.exp: Update to match changes in type dumping code.
17345
17346 2001-12-10 Jim Blandy <jimb@redhat.com>
17347
17348 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
17349 matching the entry point symbol's name at the beginning of the
17350 line.
17351
17352 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
17353
17354 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
17355 gdb.c++/inherit.exp, gdb.c++/method.exp,
17356 gdb.c++/namespace.exp, gdb.c++/templates.exp,
17357 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
17358 and class layout support.
17359
17360 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
17361
17362 * gdb.c++/classes.exp: Add test for static member function.
17363 * gdb.c++/misc.cc: Add class with static member function.
17364
17365 2001-12-07 Jim Blandy <jimb@redhat.com>
17366
17367 If GDB says it can't find the struct the function returned, report
17368 those tests as `unsupported'.
17369 * gdb.base/call-rt-st.exp (print_struct_call): New function.
17370 Rewrite subsequent tests to use it.
17371
17372 If GDB says it can't find the struct the function returned, report
17373 those tests as `unsupported'.
17374 * gdb.base/structs.exp (call_struct_func): New function.
17375 (do_function_calls): Use call_struct_func to call the functions
17376 returning structs.
17377
17378 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
17379 whether functions are prototyped or not, so we can't possibly pass
17380 arguments to t_float_values2 properly.
17381
17382 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
17383 value of `timeout' for targets other than the mips*tx39-*.
17384
17385 2001-12-06 Michael Snyder <msnyder@redhat.com>
17386
17387 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
17388 and detect whether the start symbol has a leading underscore.
17389
17390 2001-12-04 Jim Blandy <jimb@redhat.com>
17391
17392 * gdb.base/completion.exp: Clarify indentation.
17393
17394 2001-12-03 Jim Blandy <jimb@redhat.com>
17395
17396 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
17397 variables on the S/390, not `.word'.
17398
17399 2001-11-30 Jim Blandy <jimb@redhat.com>
17400
17401 Add assembly-source tests for s390-ibm-linux.
17402 * gdb.asm/s390.inc: New file.
17403 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
17404 the S/390 architecture.
17405 * gdb.asm/configure: Regenerated.
17406
17407 2001-11-30 Michael Snyder <msnyder@redhat.com>
17408
17409 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
17410 next, info source, info sources, info line, global and static
17411 variables, and static functions.
17412 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
17413 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
17414 * gdb.asm/asmsrc1.s: Add a static function and some variables.
17415 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
17416 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
17417 (gdbasm_leave): Restore frame pointer.
17418 (gdbasm_startup): Copy stack set-up from crt0.S.
17419
17420 2001-11-26 Fernando Nasser <fnasser@redhat.com>
17421
17422 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
17423 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
17424 to a local (non-static) variable. Copy tstruct.a to a static buffer
17425 and return a pointer to that buffer.
17426 * gdb.base/callfwmall.c (t_structs_a): Ditto.
17427
17428 2001-11-24 Mark Kettenis <kettenis@gnu.org>
17429
17430 * gdb.asm/configure.in: Fix recognition of ix86 target.
17431 * gdb.asm/configure: Regenerate.
17432
17433 2001-11-21 Michael Snyder <msnyder@redhat.com>
17434
17435 * gdb.asm/sparc.inc: New file.
17436 * gdb.asm/asm-source.exp: Recognize sparc target.
17437 * gdb.asm/configure.in: Recognize sparc target.
17438 * gdb.asm/configure: Regenerate.
17439
17440 2001-11-21 Michael Snyder <msnyder@redhat.com>
17441
17442 * gdb.asm/m32r.inc: New file.
17443 * gdb.asm/asm-source.exp: Recognize m32r target.
17444 * gdb.asm/configure.in: Recognize m32r target.
17445 * gdb.asm/configure: Regenerate.
17446
17447 2001-11-20 Michael Snyder <msnyder@redhat.com>
17448
17449 * gdb.asm/i386.inc: New file.
17450 * gdb.asm/asm-source.exp: Recognize ix86 target.
17451 * gdb.asm/configure.in: Recognize ix86 target.
17452 * gdb.asm/configure: Regenerate.
17453
17454 * gdb.c++/namespace.exp: Fix quotes in output messages.
17455
17456 2001-11-14 Michael Snyder <msnyder@redhat.com>
17457
17458 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
17459 qualifier in a type cast expression, to designate an address
17460 in the instruction space (Harvard architecture).
17461
17462 2001-11-13 Michael Snyder <msnyder@redhat.com>
17463
17464 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
17465 Tests for expressions using 'const' and 'volatile'.
17466
17467 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
17468
17469 * gdb.asm/asm-sources.exp: Allow defining linker flags.
17470
17471 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
17472
17473 * lib/mi-support.exp (mi_run_to_helper): Move comments
17474 outside of gdb_expect.
17475
17476 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
17477
17478 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
17479 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
17480 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
17481 mi0_run_to): New functions.
17482 * gdb.mi/mi-simplerun.exp: Use them.
17483 * gdb.mi/mi0-simplerun.exp: Likewise.
17484 * gdb.mi/mi-var-cmd.exp: Likewise.
17485 * gdb.mi/mi0-var-cmd.exp: Likewise.
17486
17487 2001-11-10 Andrew Cagney <ac131313@redhat.com>
17488
17489 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
17490 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
17491
17492 2001-11-09 Andrew Cagney <ac131313@redhat.com>
17493
17494 * gdb.base/restore.exp: Include $expected value in restored test
17495 message.
17496
17497 2001-11-09 Andrew Cagney <ac131313@redhat.com>
17498
17499 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
17500 implemented.
17501
17502 2001-11-08 Michael Snyder <msnyder@redhat.com>
17503
17504 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
17505 Add pass/fail message for stop at breakpoint in call dummy function.
17506
17507 2001-11-07 Michael Snyder <msnyder@redhat.com>
17508
17509 * gdb.c++/templates.exp (test_template_breakpoints):
17510 If we get an overload menu, but it does not match what
17511 we expect, we still need to issue the "cancel" command.
17512 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
17513 making the whitespace optional. Argument for "new" may be
17514 "unsigned" as well as "unsigned int/long".
17515 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
17516 making the whitespace optional. Also replace "(void) with
17517 "((void|)), making the keyword "void" optional.
17518 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
17519 making the whitespace optional. Also replace "(void) with
17520 "((void|)), making the keyword "void" optional.
17521 * gdb.base/callfuncs.c (t_float_values): This function must
17522 _not_ be prototyped, and the following function (t_float_values2)
17523 must be prototyped (if the compiler supports it), so that GDB
17524 can be tested against both cases. Usually one case involves
17525 promotion of float to double, while the other does not.
17526 * gdb.base/callfwmall.c: Ditto.
17527 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
17528 includes a stack frame for "start".
17529
17530 2001-11-05 Jim Blandy <jimb@redhat.com>
17531
17532 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
17533 pointers are 32 bits long, and that offsets of relocs are always
17534 stored in the data (REL-style), and not in the reloc entry itself
17535 (RELA-style).
17536 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
17537 stabs.
17538
17539 2001-11-01 Michael Snyder <msnyder@redhat.com>
17540
17541 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
17542 and regular expression operators by using quoting.
17543
17544 2001-10-31 Michael Snyder <msnyder@redhat.com>
17545
17546 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
17547 depending on what the symbol table contains.
17548 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
17549 the output of the ptype command. Similarly, accept both "const &"
17550 and "const&".
17551
17552 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
17553
17554 * gdb.base/miscexprs.c (main): Add usage of preprocessor
17555 symbol `STORAGE' to allow to choose the storage class of
17556 the local datastructures.
17557 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
17558 compiler directive.
17559
17560 2001-10-30 Michael Snyder <msnyder@redhat.com>
17561
17562 * gdb.base/jump.exp: Allow it to run for all targets.
17563
17564 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
17565
17566 * gdb.base/call-ar-st.c (print_double_array): Match for loop
17567 with new double_array size.
17568 (main): Change storage class of all local variables to static.
17569 Reduce size of double_array to 9.
17570 * gdb.base/call-ar-st.exp: Increase timeout value.
17571 Change expected output for double array to match new size in
17572 call-ar-st.c.
17573
17574 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
17575
17576 * gdb.base/ending-run.exp: Create identical output when passing
17577 `step to end of run' case. Add regular expression branch satisfying
17578 Stormy16 target.
17579
17580 2001-10-28 Mark Kettenis <kettenis@gnu.org>
17581
17582 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
17583 that we catch the expected failure under Linux/x86.
17584
17585 2001-10-29 Orjan Friberg <orjanf@axis.com>
17586
17587 * gdb.base/setvar.exp: Escape curly braces.
17588 * gdb.stabs/weird.exp: Ditto.
17589
17590 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
17591
17592 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
17593 * gdm.mi/mi0-hack-cli.exp: Likewise.
17594
17595 2001-10-25 Andrew Cagney <ac131313@redhat.com>
17596
17597 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
17598 messages.
17599
17600 2001-10-21 Andrew Cagney <ac131313@redhat.com>
17601
17602 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
17603 checking MI enabled.
17604
17605 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
17606
17607 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
17608
17609 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
17610
17611 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
17612 if gdb child process crashes, just signal an error.
17613
17614 2001-10-02 Jim Blandy <jimb@redhat.com>
17615
17616 * lib/gdb.exp (test_xfail_format): Simplify.
17617
17618 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
17619 front of the variable name `format'. Simplify `if'.
17620
17621 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
17622
17623 * gdb.threads/pthreads.exp: Wait for output and delay
17624 before sending ^C.
17625
17626 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
17627
17628 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
17629 some incorrect output instead of timing out.
17630 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
17631
17632 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
17633
17634 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
17635 check to allow additional `int'.
17636
17637 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
17638
17639 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
17640 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
17641
17642 2001-09-27 Michael Snyder <msnyder@redhat.com>
17643
17644 * lib/gdb.exp (test_debug_format): New proc.
17645 (setup_xfail_format): Use new proc test_debug_format.
17646 * gdb.base/constvars.exp (local_compiler_xfail_check): New
17647 proc; use new service proc test_debug_format.
17648 Replace all other "gcc_compiled" tests with this test.
17649 * gdb.base/volatile.exp (local_compiler_xfail_check): New
17650 proc; use new service proc test_debug_format.
17651 Replace all other "gcc_compiled" tests with this test.
17652
17653 2001-09-27 Michael Snyder <msnyder@redhat.com>
17654
17655 * gdb.base/cvexpr.exp: New file.
17656 * gdb.base/cvexpr.c: New file
17657 Test for expressions using const and volatile keywords.
17658
17659 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
17660
17661 * gdb.base/constvars.exp: Check for different orders of keywords
17662 and additional "int" strings in output.
17663
17664 2001-09-22 Andrew Cagney <ac131313@redhat.com>
17665
17666 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
17667 responses from "help maint".
17668
17669 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
17670
17671 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
17672 to localhost:NNN instead of :NNN, in case Xvfb is listening
17673 only on TCP.
17674
17675 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
17676
17677 * gdb.base/recurse.exp: When checking leaving the watchpoint
17678 scope, recognize when gdb is in function's epilogue and pass.
17679
17680 2001-09-18 Keith Seitz <keiths@redhat.com>
17681
17682 * lib/insight-support.exp (_gdbtk_export_target_info): Add
17683 support for running tests against sid targets.
17684 (gdbtk_done): Ditto.
17685
17686 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
17687
17688 * gdb.base/ending-run.c (main): Set stdout buffersize
17689 to the same reasonable value for any target.
17690 * gdb.base/ending-run.exp: Add a regular expression
17691 to make testsuite happy on Sanyo Stormy16 target.
17692
17693 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
17694
17695 * gdb.base/display.c (do_loops): Add float variable `f'.
17696 Increment f in loop.
17697 * gdb.base/display.exp: Increment timeout by 60 seconds.
17698 Change float display test to use variable `f'.
17699
17700 2001-09-17 Jim Blandy <jimb@redhat.com>
17701
17702 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
17703 overflowing the limited breakpoint tables on some ROM monitors
17704 (like the ROM68K).
17705
17706 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
17707
17708 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
17709 the "-ac" (disable access control) flag.
17710
17711 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
17712
17713 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
17714 ints.
17715
17716 2001-08-30 Keith Seitz <keiths@redhat.com>
17717
17718 * lib/gdb.exp: Move all insight-related functionality into
17719 separate file.
17720 * lib/insight-support.exp: New file.
17721
17722 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
17723
17724 * config/sid.exp (sid_start): Never set sid verbosity; disable
17725 expect_background {} that consumed its stdout; tolerate </dev/null.
17726 Attempt to set endianness override in "sid" protocol mode. Cleanup.
17727
17728 2001-08-18 Andrew Cagney <ac131313@redhat.com>
17729
17730 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
17731 CLI jump command to start it.
17732 (mi_run_to_main): Fail immediatly when unexpected output.
17733
17734 2001-08-18 Andrew Cagney <ac131313@redhat.com>
17735
17736 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
17737 beginning of function. Fix PR gdb/191.
17738
17739 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
17740
17741 * config/sid.exp (sid_start): Don't warn if we cannot figure out
17742 what to force sid endianness to.
17743
17744 2001-08-15 Keith Seitz <keiths@redhat.com>
17745
17746 * lib/gdb.exp (gdbtk_start): Don't set environment
17747 variables for TCL_LIBRARY and friends. Insight will
17748 now figure these out for itself.
17749
17750 2001-08-02 Michael Snyder <msnyder@redhat.com>
17751
17752 * gdb.base/completion.exp: Remove the symbol "a64l" from
17753 the expect string; this is target-specific, and not related
17754 to what is being tested.
17755
17756 2001-08-02 Dave Brolley <brolley@redhat.com>
17757
17758 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
17759
17760 2001-07-25 Michael Snyder <msnyder@redhat.com>
17761
17762 * gdb.base/consecutive.exp: New file. Test stepping over
17763 breakpoints on consecutive instructions.
17764 * gdb.base/consecutive.c: New file.
17765
17766 * gdb.base/call-rt-st.exp: Use double-backslash to quote
17767 curly braces in regular expressions.
17768
17769 2001-07-25 Michael Snyder <msnyder@redhat.com>
17770
17771 * gdb.base/ending-run.exp: Accept "Program exited normally" as
17772 legitimate output from stepping out of main.
17773
17774 2001-07-22 Keith Seitz <keiths@redhat.com>
17775
17776 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
17777 the empty string, do not run the tests.
17778
17779 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17780
17781 * gdb.base/long_long.exp: Detect size of pointer. Take into
17782 account 2-byte pointers when testing for p/a results.
17783
17784 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17785
17786 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
17787 and defined to 1K for m68hc11.
17788 (random_data): Reduce table to 1K for embedded platforms (68hc11).
17789 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
17790 (sizeof_random_data): New variable to tell the size of the data table;
17791 don't test past this size; always run to main.
17792
17793 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17794
17795 * gdb.base/return2.exp: return of long long and double fails for
17796 68HC11; don't execute these tests on that platform.
17797 * gdb.base/return.exp: Return of a double fails for 68hc11.
17798
17799 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17800
17801 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
17802 tests that print a float.
17803 * call-rt-st.exp: Likewise.
17804
17805 2001-07-12 Mark Kettenis <kettenis@gnu.org>
17806
17807 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
17808 running this test on Linux.
17809
17810 2001-06-24 Michael Chastain <chastain@redhat.com>
17811
17812 * gdb.base/arithmet.exp: Remove some tests to make all test names
17813 unique.
17814
17815 2001-07-03 Michael Snyder <msnyder@redhat.com>
17816
17817 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
17818 the output of the ptype command.
17819
17820 2001-07-02 Michael Snyder <msnyder@redhat.com>
17821
17822 * gdb.base/completion.exp: Don't assume that break.c is the only
17823 source file that may contain functions named "marker".
17824 * gdb.base/corefile.exp: Quote the curly braces in regexp.
17825
17826 2001-06-28 Andrew Cagney <ac131313@redhat.com>
17827
17828 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
17829 of files to delete.
17830
17831 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
17832 * gdb.disasm/h8300s.exp: New file.
17833 gdb.disasm/h8300s.s: Likewise.
17834
17835 2001-06-27 Andrew Cagney <ac131313@redhat.com>
17836
17837 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
17838 empty breakpoint tables.
17839
17840 2001-06-25 Andrew Cagney <ac131313@redhat.com>
17841
17842 * lib/mi-support.exp: Update args=... part of stop-reason
17843 patterns. Accept either a list or a tuple.
17844
17845 2001-06-23 Andrew Cagney <ac131313@redhat.com>
17846
17847 * lib/mi-support.exp: Remove local emacs variable defining
17848 change-log-default-name.
17849
17850 2001-06-22 Michael Chastain <chastain@redhat.com>
17851
17852 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
17853 This is operationally compatible with the previous version.
17854
17855 2001-06-13 Jim Blandy <jimb@redhat.com>
17856
17857 * lib/gdb.exp (gdb_test): Doc fix.
17858
17859 2001-06-10 Michael Chastain <chastain@redhat.com>
17860
17861 * gdb.base/exprs.exp: Remove a duplicate test.
17862
17863 2001-06-06 Jim Blandy <jimb@redhat.com>
17864
17865 * gdb.base/return2.exp (main): Use values to test float and double
17866 returns that are not NaN's, to avoid being confused by IEEE
17867 comparison rules.
17868
17869 2001-06-04 Michael Snyder <msnyder@redhat.com>
17870
17871 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
17872 non-zero if control_c fails. Terminate the test on failure,
17873 rather than wait for 12 more tests to time out.
17874
17875 2001-06-06 Jim Blandy <jimb@redhat.com>
17876
17877 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
17878 Don't forget to match the GDB prompt.
17879
17880 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
17881
17882 2001-06-04 Jim Blandy <jimb@redhat.com>
17883
17884 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
17885 command.
17886
17887 2001-05-31 Kevin Buettner <kevinb@redhat.com>
17888
17889 * gdb.base/annota1.exp (info break): Match four or more spaces
17890 after "Address".
17891
17892 2001-05-31 Michael Chastain <chastain@redhat.com>
17893
17894 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
17895 (dm_type_int_star): Likewise.
17896 (dm_type_long_star): Likewise.
17897 (dm_type_void_star): Likewise.
17898
17899 2001-05-29 Kevin Buettner <kevinb@redhat.com>
17900
17901 * gdb.base/completion.exp (INPUTRC): Set this environment variable
17902 to a known value in order to get consistent results regardless
17903 of the setting of INPUTRC or the presence or contents of .inputrc.
17904
17905 2001-05-24 Michael Snyder <msnyder@redhat.com>
17906
17907 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
17908 Don't require that the main thread and the manager thread are the
17909 first in the list.
17910
17911 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
17912 debugging. If test fails, issue an "unsupported" not a "fail".
17913
17914 2001-05-24 Jim Blandy <jimb@redhat.com>
17915
17916 Don't assume that short is shorter than int.
17917 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
17918 assume that shorts are smaller than ints. On a 16-bit machine,
17919 this isn't true.
17920 ("print unsigned char == (~0)"): Add test that verifies that ~0,
17921 an int, is not equal to ~0 stored in an unsigned char. This tests
17922 the same thing that the previous test meant to, but works on
17923 16-bit machines, too.
17924 ("print unsigned char != (~0)"): Same test, complemented.
17925
17926 2001-05-24 Michael Snyder <msnyder@redhat.com>
17927
17928 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
17929 test for (full_coverage == 0). This makes the test run faster,
17930 and prevents dejagnu getting out of step.
17931
17932 2001-05-23 Kevin Buettner <kevinb@redhat.com>
17933
17934 * gdb.base/finish.exp (finish_void): Revise pattern for
17935 stopping on the call statement to not permit stopping at
17936 the start of the instructions comprising the call sequence.
17937
17938 2001-05-19 Michael Chastain <chastain@redhat.com>
17939
17940 * gdb.base/callfuncs.exp: Make all test names unique.
17941 * gdb.base/commands.exp: Make all test names unique.
17942 * gdb.base/condbreak.exp: Make all test names unique.
17943 * gdb.base/dbx.exp: Make all test names unique.
17944 * gdb.base/default.exp: Make all test names unique.
17945 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
17946 and TIMEOUT messages to their corresponding PASS message.
17947 * gdb.base/ending-run.exp: Make all test names unique.
17948 * gdb.base/long_long.exp: Remove duplicate test.
17949
17950 2001-05-21 Kevin Buettner <kevinb@redhat.com>
17951
17952 * gdb.base/finish.exp (finish_void): Allow "finish" command to
17953 stop on the call statement as well as the statement after the
17954 call.
17955
17956 2001-05-21 Michael Snyder <msnyder@redhat.com>
17957
17958 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
17959
17960 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
17961
17962 * gdb.base/completion.exp: Revamp test. Make it execute on all
17963 platforms.
17964
17965 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
17966
17967 * config/gdbserver.exp (gdb_load): Handle the case
17968 in which the arguments to gdbserver are given in the
17969 baseboard configuration file.
17970 Also handle the case in which the server needs to do a
17971 load.
17972
17973 2001-05-07 Keith Seitz <keiths@cygnus.com>
17974
17975 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
17976 set up the display for testing.
17977 (gdbtk_start): Convert all paths to paths that tcl will like.
17978 Export target information to environment.
17979 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
17980 necessary.
17981 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
17982 (to_tcl_path): New proc to convert a given pathname into
17983 a path acceptible as an argument to a tcl command.
17984 (_gdbtk_export_target_info): New proc to export target info
17985 into the environment for gdbtk testing.
17986 (gdbtk_done): New proc to signal end-of-test.
17987
17988 2001-05-06 Jim Blandy <jimb@redhat.com>
17989
17990 * restore.c: Make the code of caller0 correspond to its comment.
17991
17992 2001-05-03 Michael Snyder <msnyder@redhat.com>
17993
17994 * config/sid.exp (gdb_target_sid): Check for error messages.
17995 On error or timeout, don't make expect exit (which will terminate
17996 all subsequent tests); instead just make gdb exit.
17997 (gdb_load): Check for error messages. On error or timeout,
17998 return a negative value.
17999
18000 2001-04-24 Jim Blandy <jimb@redhat.com>
18001
18002 * gdb.c++/templates.exp: If we see the prompt for the overload
18003 list, but we haven't recognized any of the longer patterns,
18004 arrange for this test to fail, not hang.
18005
18006 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
18007 variations.
18008
18009 2001-04-22 Michael Chastain <chastain@redhat.com>
18010
18011 * gdb.c++/local.exp: Use the 'runto' library function.
18012 * gdb.c++/namespace.exp: Likewise.
18013 * gdb.c++/overload.exp: Likewise.
18014
18015 2001-03-26 Kevin Buettner <kevinb@redhat.com>
18016
18017 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
18018 * gdb.base/step-line.exp: New file. Test step/next in presence of
18019 #line directives.
18020 * gdb.base/step-line.c: New file. Test program for the above.
18021 * gdb.base/step-line.inp: New file. We pretend that this file has
18022 been transformed by some other tool into step-line.c.
18023
18024 2001-03-21 Jim Blandy <jimb@redhat.com>
18025
18026 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
18027 unmangled operator names.
18028
18029 2001-03-20 Jim Blandy <jimb@redhat.com>
18030
18031 * gdb.threads/linux-dp.exp: Recognize an additional message
18032 generated by GDB when it doesn't understand how to debug threads
18033 on the target system.
18034
18035 2001-03-19 Andrew Cagney <ac131313@redhat.com>
18036
18037 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
18038
18039 2001-03-12 Michael Chastain <chastain@redhat.com>
18040
18041 * gdb.c++/derivation.exp: Use the 'runto' library function.
18042
18043 2001-03-12 Michael Chastain <chastain@redhat.com>
18044
18045 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
18046
18047 2001-02-24 Michael Chastain <chastain@redhat.com>
18048
18049 * gdb.c++/ref-types.exp: Change handwritten code to library
18050 function 'runto'.
18051
18052 2001-03-16 Orjan Friberg <orjanf@axis.com>
18053
18054 * gdb.base/signals.exp: Set count to 0 explicitly.
18055
18056 2001-03-15 Mark Salter <msalter@redhat.com>
18057
18058 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
18059 (gdb_target_monitor): Add check of gdb_target_cmd return value.
18060 (gdb_load): Add support for additional target_info: gdb_download_size
18061 and gdb_load_timeout.
18062
18063 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
18064
18065 * gdb.base/annota1.exp: Move test of isnative to earlier in the
18066 file -- to prevent failing when the compile fails but we have no
18067 intention of running the tests anyway.
18068
18069 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
18070 tests if set.
18071
18072 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
18073 integers.
18074
18075 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
18076 * gdb.c++/namespace.exp: Ditto.
18077
18078 2001-03-07 Orjan Friberg <orjanf@axis.com>
18079
18080 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
18081 * gdb.base/pointers.exp: Relax pattern match of decimals.
18082
18083 2001-03-06 Kevin Buettner <kevinb@redhat.com>
18084
18085 * Makefile.in, config/abug.exp, config/cfdbug.exp,
18086 config/cpu32bug.exp, config/dve.exp, config/est.exp,
18087 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
18088 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
18089 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
18090 config/sh.exp, config/sid.exp, config/slite.exp,
18091 config/sparclet.exp, config/udi.exp, config/unknown.exp,
18092 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
18093 config/vxworks.exp, config/vxworks29k.exp,
18094 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
18095 gdb.base/all-bin.exp, gdb.base/annota1.exp,
18096 gdb.base/arithmet.exp, gdb.base/assign.exp,
18097 gdb.base/async.exp, gdb.base/attach.exp,
18098 gdb.base/bitfields.exp, gdb.base/bitops.exp,
18099 gdb.base/break.exp, gdb.base/call-ar-st.exp,
18100 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
18101 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
18102 gdb.base/commands.exp, gdb.base/completion.exp,
18103 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
18104 gdb.base/constvars.exp, gdb.base/corefile.exp,
18105 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
18106 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
18107 gdb.base/ending-run.exp, gdb.base/environ.exp,
18108 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
18109 gdb.base/finish.exp, gdb.base/foll-exec.exp,
18110 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
18111 gdb.base/funcargs.exp, gdb.base/help.exp,
18112 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
18113 gdb.base/logical.exp, gdb.base/long_long.exp,
18114 gdb.base/maint.exp, gdb.base/mips_pro.exp,
18115 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
18116 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
18117 gdb.base/pointers.exp, gdb.base/printcmds.exp,
18118 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
18119 gdb.base/regs.exp, gdb.base/relational.exp,
18120 gdb.base/remote.exp, gdb.base/reread.exp,
18121 gdb.base/restore.exp, gdb.base/return2.exp,
18122 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
18123 gdb.base/selftest.exp, gdb.base/setshow.exp,
18124 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
18125 gdb.base/sigall.exp, gdb.base/signals.exp,
18126 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
18127 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
18128 gdb.base/step-test.exp, gdb.base/structs.c,
18129 gdb.base/structs.exp, gdb.base/structs2.exp,
18130 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
18131 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
18132 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
18133 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
18134 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
18135 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
18136 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
18137 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
18138 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
18139 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
18140 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
18141 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
18142 gdb.fortran/types.exp, gdb.java/jmisc.exp,
18143 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
18144 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
18145 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
18146 gdb.trace/circ.exp, gdb.trace/collection.exp,
18147 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
18148 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
18149 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
18150 gdb.trace/report.exp, gdb.trace/save-trace.exp,
18151 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
18152 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
18153 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
18154 notices.
18155
18156 2001-02-27 Michael Snyder <msnyder@cygnus.com>
18157
18158 * gdb.base/varargs.c (find_max_double): Fix printf format string:
18159 first arg is int not float.
18160
18161 2001-02-22 Michael Snyder <msnyder@cygnus.com>
18162
18163 * gdb.base/reread.exp: Unsupported for non-native targets;
18164 doesn't work for remote debugging.
18165
18166 2001-02-19 Fernando Nasser <fnasser@redhat.com>
18167
18168 From Drew Moseley <dmoseley@redhat.com>
18169 * gdb.base/ending-run.exp: Properly handle the BSP state when
18170 stepping past the end of main.
18171
18172 2001-02-19 John Moore <jmoore@redhat.com>
18173
18174 * gdb.base/commands.exp (infrun_breakpoint_command_test):
18175 Converted HPUX fix for non-expected items following multiple
18176 step commands into general solution for all platforms.
18177
18178 2001-02-18 Michael Chastain <chastain@redhat.com>
18179
18180 * gdb.c++/classes.exp (do_tests): Change runto statements
18181 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18182 statements demangler agnostic.
18183 * gdb.c++/virtfunc.exp (do_tests): Likewise.
18184 (gdb_virtfunc_restart): Likewise.
18185
18186 2001-02-14 Michael Chastain <chastain@redhat.com>
18187
18188 * gdb.c++/inherit.exp (do_tests): Change runto statements
18189 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18190 statements demangler agnostic.
18191
18192 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
18193
18194 * gdb.threads/pthreads.exp: Unify pass/fail messages for
18195 ``continue to bkpt at common_routine in thread 2'' and ``stopped
18196 before calling common_routine 15 times'' tests.
18197
18198 2001-02-11 Michael Chastain <chastain@redhat.com>
18199
18200 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
18201 Helps the test script figure out which demangler is in use.
18202 (dm_type_foo_ref): Ditto.
18203 (dm_type_int_star): Ditto.
18204 (dm_type_long_star): Ditto.
18205 (dm_type_unsigned_int): Ditto.
18206 (dm_type_void): Ditto.
18207 (dm_type_void_star): Ditto.
18208 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
18209 Probe the gdb demangler and set variables to accommodate
18210 formatting differences.
18211 (info_func_regexp): New function. Same as info_func, but
18212 matches against a regexp.
18213 (info_func): Match against a literal string.
18214 (print_addr_2): New function. Match against a literal string,
18215 which can be different from the input to gdb.
18216 (print_addr): Simply call print_addr_2 with the same argument twice.
18217 (test_lookup_operator_functions): Use demangler formatting variables.
18218 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
18219 the tests in the same order as the C++ class declaration.
18220 (test_paddr_operator_functions): Ditto.
18221 (test_paddr_overloaded_functions): Ditto.
18222 (test_paddr_hairy_functions): Use demangler formatting variables.
18223 Add reference to gdb/19 for related tests.
18224 (do_tests): Call probe_demangler.
18225
18226 2001-01-30 Kevin Buettner <kevinb@redhat.com>
18227
18228 * gdb.c++/templates.cc (printf): Remove unused function definition.
18229
18230 2001-01-26 Felix Lee <flee@redhat.com>
18231
18232 * sid.exp (sid_exit): Pass host, not target, to remote_close.
18233
18234 2001-01-25 matthew green <mrg@redhat.com>
18235
18236 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
18237 up sid.
18238 (sid_exit): Call `remote_pop_conn' after GDB is gone.
18239
18240 2001-01-25 matthew green <mrg@redhat.com>
18241
18242 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
18243 Deprecate $sid_spawn_id.
18244 (sid_exit): Remove code necessary only for `spawn.'
18245
18246 2001-01-25 matthew green <mrg@redhat.com>
18247
18248 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
18249
18250 2001-01-28 Michael Chastain <chastain@redhat.com>
18251
18252 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
18253 to call when tests fail. It takes gdb out of the overloaded
18254 function choice menu back to the main prompt, so that the test
18255 program stays synchronized.
18256 (set_bp_overloaded): New proc to collect all the common
18257 code for setting a breakpoint on an overloaded name. Calls
18258 take_gdb_out_of_choice_menu when needed.
18259 (menu_overload1arg): New variable to collect the repeated
18260 instances of the expected menu for an overloaded name. Change
18261 the regular expression to handle changes in g++ type encoding:
18262 "void" can be either "void" or "", and "unsigned int" can be
18263 either "unsigned int" or "unsigned".
18264 (continue_to_bp_overloaded): Change regular expressions to handle
18265 changes in g++ type encoding.
18266 (no proc): Call take_gdb_out_of_choice_menu when needed.
18267 Remove redundant calls to "info break". Accept either "canceled"
18268 or "cancelled". Change regular expressions in "info break"
18269 calls to handle changes in g++ type encoding. Give all tests
18270 unique strings.
18271
18272 2001-01-17 Ben Elliston <bje@redhat.com>
18273
18274 * config/sid.exp: New file.
18275
18276 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
18277
18278 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
18279
18280 2000-12-21 Michael Snyder <msnyder@cygnus.com>
18281
18282 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
18283 Add a RE to accept a non-ascii char if one is ever presented.
18284
18285 2000-12-20 Fernando Nasser <fnasser@redhat.com>
18286
18287 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
18288
18289 2000-12-18 Michael Snyder <msnyder@cygnus.com>
18290
18291 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
18292 in regexp. One '\' does not suffice on Linux.
18293
18294 2000-12-09 Michael Chastain <chastain@redhat.com>
18295
18296 * gdb.base/break.exp (test_clear_command): Use a marker function
18297 rather than 'main' for the test function. Also move this
18298 test to an execution point where the marker function names are
18299 guaranteed to be bound to functions. (Executing tests after a
18300 'finish' from main runs into name conflicts with local names
18301 in __libc_start_main).
18302
18303 2000-12-07 Michael Snyder <msnyder@cygnus.com>
18304
18305 * gdb.base/finish.exp: New test for gdb's "finish" command.
18306 * gdb.base/return2.exp: New test for gdb's "return" command.
18307 * gdb.base/return2.c: New source file for above.
18308
18309 2000-12-05 Michael Snyder <msnyder@cygnus.com>
18310
18311 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
18312 * gdb.base/miscexprs.exp: Ditto.
18313 * gdb.base/pointers.exp: Ditto.
18314 * gdb.c++/derivation.exp: Ditto.
18315 * gdb.c++/local.exp: Ditto.
18316 * gdb.c++/namespace.exp: Ditto.
18317 * gdb.c++/overload.exp: Ditto.
18318 * gdb.c++/ref-types.exp: Ditto.
18319
18320 2000-12-05 Michael Snyder <msnyder@cygnus.com>
18321
18322 * gdb.base/constvars.exp: Test result of "up" command.
18323 * gdb.base/miscexprs.exp: Ditto.
18324 * gdb.base/pointers.exp: Ditto.
18325 * gdb.base/scope.exp: Ditto.
18326 * gdb.c++/derivation.exp: Ditto.
18327 * gdb.c++/local.exp: Ditto.
18328 * gdb.c++/namespace.exp: Ditto.
18329 * gdb.c++/overload.exp: Ditto.
18330 * gdb.c++/ref-types.exp: Ditto.
18331
18332 2000-11-22 Michael Chastain <chastain@redhat.com>
18333
18334 * mips_pro.exp: Accept either "middle -> top -> main" or
18335 "middle -> main" in the backtrace, because gcc can optimize
18336 tail calls to jumps. Remove setup_xfail for the hppa case.
18337 Add a comment with the original warning messages from PR 3016,
18338 which was filed in 1993, to preserve them for posterity.
18339
18340 2000-11-17 Nick Duffek <nsd@redhat.com>
18341
18342 * lib/gdb.exp (gdb_test): Override timeout with board info.
18343
18344 2000-11-17 Nick Duffek <nsd@redhat.com>
18345
18346 * gdb.base/display.exp: Don't kill running stub. Add "again" to
18347 the second kill and detach messages.
18348
18349 2000-11-17 Nick Duffek <nsd@redhat.com>
18350
18351 * configure.in: Add AC_EXEEXT.
18352 * configure: Regenerate.
18353 * Makefile.in (just-check): Export EXEEXT.
18354 * lib/gdb.exp ($EXEEXT): Import from environment.
18355 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
18356 expect "maint dump-me" on Cygwin.
18357 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
18358 $EXEEXT.
18359
18360 2000-11-17 Nick Duffek <nsd@redhat.com>
18361
18362 * gdb.base/break.exp: Test backtrace and finish from called
18363 function on all platforms, not just HP-UX.
18364
18365 2000-11-03 Michael Snyder <msnyder@cygnus.com>
18366
18367 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
18368 code from gdb_target_monitor, so it can be used independantly
18369 for gdbserver. Also comment out an unnecessary PUTS.
18370
18371 2000-11-03 Michael Snyder <msnyder@cygnus.com>
18372
18373 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
18374 * gdb.base/corefile.exp: Expect the message "Program is being
18375 debugged already" when we send the "corefile" command, since
18376 the preceeding gdb_load may have connected gdb to a remote target.
18377 * gdb.base/display.exp: Disable hardware watchpoints if new
18378 board info variable "no_hardware_watchpoints" is true.
18379 Replace single-letter commands with more readable ones.
18380 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
18381 if new board info variable "no_hardware_watchpoints" is true.
18382 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
18383 to see if stdio (printf) testing is possible.
18384 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
18385 board info variable "no_hardware_watchpoints" is true. Use new
18386 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
18387
18388 2000-11-13 Fernando Nasser <fnasser@redhat.com>
18389
18390 From Orjan Friberg <orjanf@axis.com>:
18391 * gdb.base/printcmds.exp: Escape curly braces followed by a number
18392 in array print pattern match.
18393
18394 2000-11-09 Fernando Nasser <fnasser@redhat.com>
18395
18396 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
18397 spelling "cancelled" to U.S. spelling "canceled" to match changes
18398 made to gdb.
18399 * gdb.c++/ovldbreak.exp: Ditto.
18400
18401 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
18402
18403 * gdb.base/callfuncs.c (main): Moved to end of file, call
18404 t_double_values to initialize the FPU before inferior calls are made.
18405 * gdb.base/callfuncs.exp: Test for register preservation after calling
18406 inferior functions. Add tests for continuining, finishing and
18407 returning from a stop in a call dummy.
18408
18409 2000-10-24 Michael Snyder <msnyder@cygnus.com>
18410
18411 * gdb.base/commands.exp: Break up long lines, and re-indent.
18412
18413 2000-10-19 Michael Snyder <msnyder@cygnus.com>
18414
18415 * config/gdbserver.exp: Rewritten from the ground up, to make it
18416 compatible with the current dejagnu tree, and to make it work with
18417 the new "gdbserver" in libremote.
18418
18419 2000-10-16 Michael Snyder <msnyder@cygnus.com>
18420
18421 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
18422 * gdb.base/varargs.exp: Skip entire test if no printf support.
18423 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
18424 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
18425
18426 2000-10-13 Michael Snyder <msnyder@cygnus.com>
18427
18428 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
18429 no floating point support.
18430 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
18431 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
18432 * gdb.base/call-rt-st.exp: Ditto.
18433 * gdb.base/call-strs.exp: Ditto.
18434
18435 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
18436
18437 * gdb.base/sizeof.c: include <stdio.h>.
18438
18439 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
18440 'finish', otherwise uncaptured gdb_prompt would potentially
18441 throw remaining test points out of sync.
18442
18443 2000-07-26 Scott Bambrough <scottb@netwinder.org>
18444
18445 * gdb.base/recurse.exp: Run tests for all targets.
18446 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
18447 gnu-oldld case on ARM.
18448 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
18449 for ARM targets.
18450
18451 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
18452
18453 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
18454 * gdb.java/configure: Rebuild.
18455
18456 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
18457
18458 * gdb.java/jv-exp.exp: New file.
18459
18460 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
18461
18462 * configure: Rebuilt.
18463 * configure.in (configdirs): Add gdb.java.
18464 * gdb.java/jmisc.java: New file.
18465 * gdb.java/jmisc.exp: New file.
18466 * gdb.java/Makefile.in: New file.
18467 * gdb.java/configure: Rebuilt.
18468 * gdb.java/configure.in: New file.
18469 * lib/java.exp: New file.
18470
18471 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
18472
18473 * gdb.base/exprs.exp: Test casts to a pointer including over and
18474 underflow.
18475
18476 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
18477
18478 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
18479 and the compilers sizes.
18480
18481 2000-07-09 Nick Duffek <nsd@redhat.com>
18482
18483 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
18484 (use_methods): New function.
18485 (main): Call use_methods().
18486 * gdb.c++/classes.exp (test_method_param_class): New procedure.
18487 (do_tests): Call test_method_param_class.
18488
18489 2000-07-09 Nick Duffek <nsd@redhat.com>
18490
18491 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
18492 spelling.
18493 (test_enums): New procedure. Move enum tests from end of script
18494 to here. Set breakpoint on function name instead of line number.
18495 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
18496 (enums2): New marker function.
18497 (enums1): New function.
18498 (main): Call enums1(). Move enum tests to enums1().
18499
18500 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
18501
18502 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
18503 compile/link program. Update line numbers.
18504 * gdb.asm/d10v.inc: Define ``startup''.
18505 * gdb.asm/asmsrc1.s: Add definition of _start.
18506
18507 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
18508
18509 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
18510
18511 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18512
18513 * gdb.base/maint.exp: Add 'maint print architecture' item to output
18514 of 'help maint print' command.
18515
18516 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
18517
18518 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
18519 they use gdb_expect_list.
18520
18521 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
18522
18523 * gdb.base/commands.exp: Use ``set remote
18524 memory-read-packet-size'' instead of ``set endian big'' to test
18525 long commands.
18526
18527 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
18528
18529 * gdb.c++/templates.exp (do_tests): Make all of these work under
18530 g++, and stop skipping them.
18531
18532 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
18533 work under g++.
18534
18535 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
18536 initialization.
18537
18538 2000-06-02 Michael Snyder <msnyder@cygnus.com>
18539
18540 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
18541 the regular expression: accept an (almost) arbitrary sequence of
18542 "frames-invalid" and "breakpoints-invalid" messages both before
18543 and after the "starting" message.
18544
18545 2000-06-02 Michael Snyder <msnyder@cygnus.com>
18546
18547 * gdb.c++/local.exp: This test has never been known to work with g++.
18548
18549 2000-05-18 Michael Snyder <msnyder@cygnus.com>
18550
18551 * gdb.base/annota1.exp (annotate-signal-handler-caller):
18552 Relax the regular expression a little, make it pass on Solaris 8.
18553
18554 2000-05-12 Kevin Buettner <kevinb@redhat.com>
18555
18556 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
18557 a call, do not require that gdb stop on the line after the call.
18558 Instead, it is permissible for gdb to stop on the line of the
18559 call itself.
18560
18561 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
18562
18563 * gdb.base/break.exp (bp on small function, optimized file):
18564 Add a second pass pattern. The behavior differs here between stabs
18565 and dwarf for one-line functions. Stabs preserves two line symbols
18566 (one before the prologue and one after) with the same line number,
18567 but dwarf regards these as duplicates and discards one of them.
18568 Therefore the address after the prologue (where the breakpoint is)
18569 has no exactly matching line symbol, and GDB reports the breakpoint
18570 as if it were in the middle of a line rather than at the beginning.
18571
18572 2000-05-08 Michael Snyder <msnyder@cygnus.com>
18573
18574 * gdb.base/interrupt.exp: Make "pass" message say "send"
18575 rather than "send_gdb" (for consistancy).
18576
18577 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
18578
18579 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
18580 * gdb.c++/templates.cc: Properly check for GCC version number.
18581 * lib/compiler.cc: Likewise
18582
18583 2000-04-28 Michael Snyder <msnyder@cygnus.com>
18584
18585 * gdb.base/break.exp: When compiled with -O2 optimization,
18586 gdb may not stop at the first line of main, due to code motion.
18587
18588 2000-04-26 Michael Snyder <msnyder@cygnus.com>
18589
18590 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
18591 This test depends on parsing the printf output from the target.
18592 Since the sparclet stub doesn't do stdio, this will never work.
18593 * gdb.base/call-rt-st.exp: ditto.
18594 * gdb.base/call-strs: ditto.
18595
18596 2000-04-24 Michael Snyder <msnyder@cygnus.com>
18597
18598 * gdb.base/miscexprs.exp: make sizeof long array test portable.
18599
18600 * gdb.base/ending-run.exp: After connecting to a remote target,
18601 but before running, the target will appear to be in a random
18602 location. Specify both a file and a line for breakpoints.
18603 Also, the function that calls main may be called 'init'
18604 rather than 'start'.
18605
18606 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18607
18608 * gdb.base/help.exp: Update output for add-symbol-file command.
18609
18610 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
18611
18612 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18613 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
18614
18615 2000-04-07 J.T. Conklin <jtc@redback.com>
18616
18617 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
18618
18619 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
18620
18621 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
18622
18623 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
18624 values that can be represented exactly.
18625 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
18626 above change, and to not check against the directory part of the source
18627 file name.
18628 (step into print_long_arg_list): Likewise.
18629 (print print_small_structs from print_long_arg_list): Likewise.
18630 (print print_long_arg_list): Likewise.
18631
18632 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18633
18634 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
18635
18636 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
18637
18638 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
18639
18640 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
18641
18642 * gdb.base/commands.exp (deprecated_command_test): Add test for
18643 deprecate with no arguments.
18644
18645 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
18646
18647 * gdb.base/break.exp: Add new test for setting breakpoints on
18648 optimized code so we can test breakpoints work even when function
18649 prologues may be optimized away
18650
18651 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
18652
18653 From David Whedon <dwhedon@gordian.com>
18654 * gdb.base/commands.exp : Added command deprecator tests.
18655
18656 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
18657
18658 * gdb.base/help.exp: Added test for new apropos command.
18659
18660 2000-03-21 Kevin Buettner <kevinb@redhat.com>
18661
18662 * gdb.base/pointers.c (usevar): New function.
18663 (main): Make sure that global variables v_int_pointer2, rptr,
18664 and y are all referenced someplace in the program by calling
18665 usevar() on them. [Some linkers delete symbols which are
18666 never referenced. The space remains, but there's no way to
18667 get a (symbolic) handle on the variable from the debugger.]
18668
18669 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18670
18671 * gdb.base/printcmds.c: Add typedeffed arrays.
18672
18673 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
18674 procedure to test arrays that are typedef'd.
18675
18676 2000-03-13 James Ingham <jingham@leda.cygnus.com>
18677
18678 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
18679 the library directories.
18680
18681 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
18682
18683 * configure.in (configdirs): Add sub directory gdb.mi.
18684 * configure: Re-generate.
18685
18686 * gdb.mi: New directory.
18687
18688 2000-02-25 Scott Bambrough <scottb@netwinder.org>
18689
18690 * gdb.base/long_long.exp: Correct test suite failure when printing
18691 a long long value as a double on ARM platforms.
18692
18693 2000-02-16 Jim Blandy <jimb@redhat.com>
18694
18695 * gdb.base/break.exp ("breakpoint line number"): Make sure the
18696 default source file is set properly before running this test.
18697
18698 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18699
18700 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
18701 gdbtk/library directory, not in gdbtcl2.
18702
18703 2000-02-04 Jim Blandy <jimb@redhat.com>
18704
18705 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
18706 backslash from regexp pattern.
18707
18708 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
18709 procedure. Use it to run all the "continue to bp overloaded"
18710 tests. Note that this changes the names of the tests slightly.
18711 If the breakpoint hit message includes a hex PC value, because
18712 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
18713 from the real source code, still consider that a pass.
18714
18715 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
18716 XFAIL here if the breakpoint message contains a hex address. Note
18717 similar change on 1999-11-02.
18718
18719 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
18720
18721 * gdb.base/ptype.exp: Establish a default source file before
18722 calling get_debug_format.
18723
18724 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
18725
18726 * gdb.base/watchpoint.exp: Remove duplication of test messages.
18727
18728 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18729
18730 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
18731 of successive stepi commands -- while in the prologue we should see
18732 the function entry bracket.
18733
18734 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
18735
18736 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
18737 reach __change_mode() when stepping through the end of main().
18738
18739 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
18740
18741 * gdb.base/default.exp: Fix expected pattern.
18742 * gdb.base/help.exp: Same.
18743
18744 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18745
18746 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
18747 Don't use xfail's because that affects only the following test.
18748
18749 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
18750 solaris or linux.
18751
18752 * gdb.base/selftest.exp: Update to reflect changes to main.c.
18753
18754 2000-01-07 Michael Snyder <msnyder@cygnus.com>
18755
18756 * gdb.base/display.exp: Some yacc parsers like to say
18757 "A syntax error" rather than "A parse error". Accept both.
18758
18759 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
18760
18761 * gdb.base/default.exp: Remove OS dependent string from "target
18762 remote" test.
18763 * gdb.base/help.exp: Same for "help target remote" test.
18764
18765 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18766
18767 From Jim Kingdon <kingdon@redhat.com>:
18768
18769 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
18770 prompt (cleanup rather than necessity, but still might keep output
18771 from spilling to next test).
18772
18773 2000-01-02 Fred Fish <fnf@cygnus.com>
18774
18775 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
18776 AIX, which defines them in <sys/types.h>.
18777
18778 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
18779
18780 * gdb.base/default.exp: Match arm* etc instead of arm in "info
18781 float" test.
18782
18783 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
18784
18785 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
18786
18787 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
18788 outermost frame disallowed".
18789
18790 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
18791
18792 * gdb.base/setvar.exp: New tests for setting the value of a struct
18793 with a constant list.
18794
18795 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18796
18797 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
18798 require the user to type a cast before setting the value of a struct.
18799
18800 1999-12-06 Jim Blandy <jimb@cygnus.com>
18801
18802 * gdb.base/default.exp: Expect the new 'info float' command on
18803 all i386 platforms.
18804
18805 * gdb.threads/linux-dp.exp: Expand our ability to recognize
18806 LinuxThreads libraries that don't support debugging.
18807
18808 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18809
18810 * gdb.base/remote.c: Fill the buffer with truely random data.
18811 Change the buffer type to ``unsigned char'' to simplify size
18812 arithmetic.
18813
18814 * gdb.base/remote.exp: Reduce download numbers by one. Typical
18815 stub only handles 400-1 byte packets. Verify that the download
18816 worked.
18817
18818 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
18819
18820 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
18821 tests, using UNRESOLVED for the untested cases. Also, does not wait
18822 for a timeout if the prompt was received before a recognizable pattern.
18823
18824 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
18825
18826 * lib/gdb.exp (gdb_expect_list): Fix spelling.
18827
18828 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18829
18830 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
18831 watchpoints.
18832
18833 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
18834
18835 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
18836
18837 * gdb.c++/local.exp: Be more flexible in recognizing local class
18838 name mangling. Don't allow horribly truncated method names.
18839 * gdb.c++/derivation.exp: Expect protected inheritance.
18840 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
18841 * gdb.c++/virtfunc.exp: Likewise.
18842 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
18843 when printing a nested enum.
18844
18845 1999-11-22 Jim Blandy <jimb@cygnus.com>
18846
18847 * gdb.base/step-test.exp: Properly await GDB's response to setting
18848 a breakpoint on the call to large_struct_by_value.
18849
18850 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
18851 just because we have debug info for the `start' function.
18852
18853 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
18854
18855 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
18856 "Unknown signal" messages, which indicate (on LinuxThreads) that
18857 GDB doesn't know how to debug threads on this system. This is
18858 better than hanging while philosopher 0 dumps chatter into gdb.log.
18859
18860 1999-11-18 Tom Tromey <tromey@cygnus.com>
18861
18862 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
18863
18864 1999-11-18 Fred Fish <fnf@cygnus.com>
18865
18866 * gdb.base/coremaker2.c: Add sample program for generating
18867 cores that is more self contained than coremaker.c. Eventually
18868 I'll add more code to this and tie it into the testsuite.
18869
18870 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
18871
18872 * gdb.base/dollar.exp: Remove, now in gdb.hp.
18873
18874 1999-11-10 Jimmy Guo <guo@cup.hp.com>
18875
18876 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
18877 from $srcdir/lib/.
18878 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
18879 and gdb.c++/.
18880
18881 * gdb.c++/derivation.exp: remove redundant get compiler info code.
18882
18883 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
18884 'continue with watch' test point.
18885
18886 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
18887
18888 Merged from p2linux-990323-branch:
18889
18890 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
18891
18892 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
18893
18894 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
18895 {limit,fixed}''. Test ``set download-write-size''.
18896
18897 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
18898
18899 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
18900 gdb_expect_list.
18901
18902 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
18903
18904 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
18905
18906 1999-11-03 Mark Salter <msalter@cygnus.com>
18907
18908 * gdb.base/break.exp: Fix "stub continue" pattern.
18909
18910 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
18911
18912 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
18913
18914 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
18915
18916 * gdb.base/display.exp ("finish"): Add timeout clause.
18917
18918 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
18919 plain prompt clause, so this doesn't have to time out in order to
18920 fail.
18921
18922 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
18923 breakpoint hit messages include an address.
18924
18925 * gdb.base/display.exp: Don't forget to escape parens in regular
18926 expressions. Unix regexp notatation sucks.
18927
18928 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18929
18930 * gdb.base/annota1.exp: Test for annotate-signalled: change output
18931 order for 'signalled' message.
18932
18933 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
18934
18935 From Jimmy Guo <guo@cup.hp.com>:
18936 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
18937 * gdb.base/annota1.c: Add code for tests to work with.
18938
18939 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
18940
18941 * gdb.base/remote.exp: New test for remote downloading settings.
18942 * gdb.base/remote.c: New file with large .data.
18943
18944 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
18945
18946 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
18947 for LinuxThreads support, merged from the Code Fusion branch.
18948
18949 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
18950
18951 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
18952 containing exp_continue into a while within an expect. Don't
18953 attempt a start more than three times. Check return value from
18954 gdb_load.
18955
18956 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
18957
18958 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
18959 a pass case.
18960
18961 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
18962
18963 * gdb.base/break.c (main): Added a statement that we can step
18964 off of.
18965 * gdb.base/break.exp: Added tests for setting a breakpoint
18966 at an offset and stepping onto a breakpoint.
18967
18968 1999-10-01 Fred Fish <fnf@cygnus.com>
18969
18970 * gdb.base/help.exp (help add-symbol-file): Update to match current
18971 gdb output.
18972
18973 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
18974
18975 * gdb.base/break.exp: Code locations are in hex, don't forget!
18976 (For HP-UX.)
18977
18978 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
18979
18980 * condbreak.exp: Use break.c as test program.
18981 * condbreak.c: Remove, redundant with break.c.
18982
18983 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
18984
18985 * config/monitor.exp (gdb_target_monitor): Disable X- and
18986 Z-packets if the target needs it.
18987
18988 1999-09-13 James Ingham <jingham@leda.cygnus.com>
18989
18990 * gdb.c++/overload.exp: Added tests for listing overloaded
18991 functions with function pointers in the arg, explicitly calling
18992 out the version you want.
18993
18994 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
18995
18996 * long_long.exp: Add variations of test cases that work for
18997 targets with 16-bit ints and 32-bit doubles.
18998
18999 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
19000
19001 * break.c (main): Compare a possibly-uninitialized argc with an
19002 unlikely value that fits in 16 bits.
19003
19004 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
19005
19006 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
19007 0xfeeb, don't want negative numbers if ints are 16 bits.
19008
19009 * lib/gdb.exp (skip_cplus_tests): New proc.
19010 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19011 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
19012 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
19013 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
19014 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
19015 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
19016 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
19017 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
19018
19019 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
19020
19021 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
19022
19023 * gdb.base/corefile.exp (up): Allow a parameter to appear
19024 in the frame that we're going up to.
19025
19026 From Jim Blandy <jimb@cygnus.com>:
19027
19028 * gdb.base/default.exp (info float): Expect some output now.
19029
19030 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
19031 returning floating-point values to fail on the x86.
19032 * gdb.base/callfwmall.exp (do_function_calls): Same.
19033
19034 * gdb.base/list.exp (test_listsize): Correct expectations for
19035 listing line 1 with listsize 2. Also, listing a single line
19036 works now, as does listing three lines. [Kevin's note: There
19037 were a number of other cases fixed too where the expectations
19038 differed...]
19039
19040 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
19041
19042 * gdb.base/selftest.exp: Add case for when version prints as
19043 constant string instead of char pointer.
19044
19045 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
19046
19047 * gdb.base/ending-run.exp: Add Solaris case for what happens when
19048 stepping out of main.
19049
19050 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
19051 G++ used.
19052
19053 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
19054 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
19055
19056 * gdb.c++/ovldbreak.exp: Update match string in test that
19057 includes a warning of multiple breakpoints.
19058
19059 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
19060
19061 * gdb.base/display.exp: Improve precision of step-after-finish
19062 added yesterday.
19063
19064 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
19065 test.
19066
19067 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
19068 configs when using G++, not just hppa*.
19069
19070 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19071
19072 * gdb.base/async.c: New file.
19073 * gdb.base/async.exp: New file.
19074
19075 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
19076
19077 * gdb.base/break.exp: Tweak PA specific tests to properly handle
19078 PA64.
19079
19080 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
19081
19082 * gdb.base/display.exp: "finish" can leave us mid-line on many
19083 targets, deal with it. Add a small constant to main, instead of
19084 1000 since main+1000 may not be a valid address in the target.
19085
19086 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
19087 on hpux11.
19088
19089 * gdb.base/attach.exp: Handle another hpux11 error message variant
19090 when attaching to a process that does not exist.
19091
19092 1999-08-19 J.T. Conklin <jtc@redback.com>
19093
19094 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
19095 characters in 'continue to 1241' test.
19096
19097 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
19098
19099 * gdb.base/call-ar-st.exp: Add a shorter match case for the
19100 stop in print_long_arg_list, define and use a whitespace
19101 variable in print_small_structs test, add an XFAIL for Solaris.
19102 * gdb.base/dbx.exp: XFAIL func commands until somebody is
19103 interested enough to fix.
19104
19105 1999-08-13 Keith Seitz <keiths@cygnus.com>
19106
19107 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
19108 (dbx_gdb_load): Remove. Use gdb_load instead, since that
19109 proc knows about targets other than the natives.
19110 (test_assign): Use "gdb_run_cmd" to "run" the target.
19111 Check that we've actually hit the breakpoint at main.
19112 When we attempt to assign a value to a local variable, check
19113 that the variable is in the current scope, i.e., don't use
19114 a test with an empty result.
19115
19116 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
19117
19118 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
19119 command.
19120
19121 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
19122
19123 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19124 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
19125 gdb.compat, gdb.threads-hp.
19126 gdb.hp/configure, gdb.hp/configure.in: New files.
19127 gdb.hp/Makefile.in: Recurse into new subdirs.
19128 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
19129 gdb.hp/gdb.objdbg: New directory, tests for debugging info
19130 in object files.
19131 gdb.hp/tools: New directory, aux tools for HP-specific tests.
19132
19133 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
19134
19135 * gdb.base/display.exp: Help expect by putting a newline in the
19136 funky printf, remove a bogus p/a test.
19137
19138 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19139
19140 * gdb.base/display.exp: Make sure that when we say 'run', we are
19141 connected to the target. This is necessary when running not
19142 natively.
19143
19144 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
19145
19146 * gdb.base/step-test.exp: Removed some extraneous messages.
19147
19148 * gdb.base/long_long.exp: Don't run memory examination tests
19149 on little-endian targets (they will need a different set of
19150 results to match).
19151
19152 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
19153
19154 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
19155 until somebody decides to fix GDB.
19156
19157 * gdb.base/long_long.c: Stop compiler complaint by specifying long
19158 constant as "ULL".
19159 * gdb.base/long_long.exp: Loosen x/c test, add partial result
19160 matches for a couple x/2 commands.
19161
19162 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
19163
19164 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
19165 by merging in ref-types2 tests.
19166 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
19167
19168 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19169 * gdb.c++/Makefile.in: Add standard actions.
19170 (EXECUTABLES): Rename from PROGS, update list.
19171 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
19172 from gdb.hp.
19173 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
19174 foo and bar locals.
19175 * gdb.c++/anon-union.exp: Fix tests to match.
19176 * gdb.c++/classes.exp: Run if HP compiler used, add extra
19177 expect matches to handle output variations.
19178 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
19179 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
19180 output, add HP alternatives for new and delete prints.
19181 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
19182 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
19183 * gdb.c++/demangle.exp: Use $style when reporting failure.
19184 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
19185 * gdb.c++/inherit.exp: Run if HP compiler used, add some
19186 match alternatives.
19187 * gdb.c++/local.exp: Add match alternatives or xfails for HP
19188 compilers.
19189 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
19190 * gdb.c++/method.exp: Add match alternatives.
19191 * gdb.c++/misc.cc: Add bool types.
19192 * gdb.c++/misc.exp: Add tests for bool types.
19193 * gdb.c++/overload.exp: Add xfails.
19194 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
19195 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
19196 add some more template parameter tests (only for HP currently).
19197 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
19198 * gdb.c++/virtfunc.cc: Add return type and value for main.
19199 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
19200 match alternatives.
19201
19202 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19203
19204 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
19205
19206 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
19207
19208 * gdb.base/signals.exp: Don't expect getting a backtrace from
19209 within a signal handler to fail on Linux.
19210
19211 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
19212
19213 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19214 * lib/gdb.exp: Remove some gratuitious semicolons.
19215 (delete_breakpoints): Increase timeout.
19216 (gdb_expect): Add -notransfer option.
19217 (gdb_test): Use -notransfer option.
19218 (get_compiler_info): Add f77 case.
19219 (get_compiler): New proc, split out from gdb_preprocess, add f77
19220 case.
19221 (gdb_preprocess): Call get_compiler.
19222
19223 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
19224 * gdb.base/attach.exp, gdb.base/display.exp,
19225 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
19226 gdb.base/long_long.exp, gdb.base/printcmds.exp,
19227 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
19228 third arg to gdb_test.
19229 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
19230 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
19231 HP-UX xfails, add others.
19232 * gdb.base/completion.exp: Reflect name change of self-test.
19233 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
19234 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
19235 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
19236 HP failure number.
19237 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
19238 useless HP-UX 10.30 references.
19239 * gdb.base/maint.exp: Loosen matches.
19240 * gdb.base/pointers.c (main): Declare more_code.
19241 * gdb.base/pointers.exp: Match on output of a `next'.
19242 * gdb.base/structs.c: Add prototypes.
19243 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
19244 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
19245
19246 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19247
19248 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
19249 command.
19250
19251 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19252
19253 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
19254 Fix run to main failures. Watchpoint can be hardware watchpoint.
19255
19256 * gdb.base/annota1.exp: Clean up some more, in case printf has
19257 debug info. Deal with lack of signal hanlder info in stack.
19258
19259 From Jim Kingdon <kingdon@redhat.com>:
19260 * gdb.base/annota1.exp: If printf has debug info, deal with it.
19261
19262 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
19263
19264 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
19265 gdb.base/foll-vfork.exp: Don't run for crosses.
19266
19267 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
19268
19269 * gdb.base/configure.in: Check for gdbvars.exp instead of
19270 a1-selftest.exp.
19271 * gdb.base/configure: Re-generate.
19272
19273 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
19274
19275 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
19276 in trying to run first and name is too long.
19277
19278 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
19279 pointers2.c and pointers2.exp, respectively.
19280 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
19281 doschk happier.
19282
19283 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
19284
19285 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
19286 callfuncs2.c and callfuncs2.exp.
19287
19288 * gdb.base/list.exp: Remove mistaken xfails.
19289 * gdb.base/list0.h: Add optional prototypes.
19290
19291 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
19292
19293 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
19294 calling malloc.
19295 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
19296 * ptype.exp: Move test for get_debug_format to before its first
19297 use.
19298
19299 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19300
19301 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
19302 * gdb.base/annota2.cc, annota2.exp: Move from here.
19303 * gdb.c++/annota2.cc, annota2.exp: To here.
19304 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
19305
19306 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
19307
19308 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
19309 a consistent format.
19310
19311 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
19312
19313 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19314 * lib/gdb.exp (get_compiler_info): Add detection for assorted
19315 HP compilers, also set the globals $true and $false.
19316
19317 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
19318 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
19319 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
19320 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
19321 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
19322 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
19323 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
19324 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
19325 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
19326 whatis.c} Add C++ compatible function definitions and return
19327 types, add includes for library functions.
19328 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
19329 * gdb.base/step-test.c (myglob): Rename from glob.
19330 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
19331 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
19332 files, move here from gdb.hp.
19333 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
19334 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
19335 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
19336 Adjust line numbers in regexps.
19337
19338 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
19339 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
19340 instead of 0/1.
19341
19342 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
19343 foll-vfork.exp: New files, move here from gdb.hp.
19344 * gdb.base/page.exp: New file, test of pagination command.
19345
19346 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
19347 recursion test.
19348 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
19349
19350 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
19351 gdb.base/solib.exp: Fix compiler invocation process.
19352
19353 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
19354 HP-UX 11, turn off overload resolution explicitly.
19355 * gdb.base/commands.exp: Set argument list explicitly, add
19356 watchpoint test.
19357 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
19358 them work.
19359 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
19360 expressions properly.
19361 * gdb.base/corefile.exp: Loosen the match slightly.
19362 * gdb.base/default.exp: Allow "Error accessing memory" message
19363 also.
19364 * gdb.base/display.exp: Skip over x/0 j if PA64.
19365 * gdb.base/funcargs.exp: Add xfails for HP-UX.
19366 * gdb.base/interrupt.exp: Ditto.
19367 * gdb.base/langs.exp: Add symbolic matches governed by compiler
19368 in use.
19369 * gdb.base/list.exp: Add xfails for HP-UX.
19370 * gdb.base/long_long.exp: Refine some of the numeric matches.
19371 * gdb.base/mips_pro.exp: Xfail on HP-UX.
19372 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
19373 * gdb.base/nodebug.exp: Succeed on more varieties of output.
19374 * gdb.base/opaque.exp: Remove some HP-UX xfails.
19375 * gdb.base/ptype.exp: Succeed on more varieties of output.
19376 * gdb.base/scope.exp: Add xfails for HP-UX.
19377 * gdb.base/sect-cmd.exp: Add more cases.
19378 * gdb.base/setvar.exp: Add xfails for HP-UX.
19379 * gdb.base/shlib-call.exp: Loosen some matches slightly.
19380 * gdb.base/signals.exp: Match on void symbolically.
19381 * gdb.base/step-test.exp: Add case for PA64.
19382 * gdb.base/term.exp: Add exit and restart.
19383 * gdb.base/twice.exp: Clean up after self.
19384 * gdb.base/varargs.exp: Disable overload resolution explicitly.
19385 * gdb.base/whatis.exp: Allow more ways to pass tests.
19386
19387 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
19388 no longer useful.
19389
19390 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
19391
19392 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
19393 list of patterns.
19394 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
19395 print_double_array(double_array)", "continuing to breakpoint
19396 1018", "print print_double_array(array_d)" and "continuing to
19397 1034" tests.
19398
19399 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
19400
19401 * Makefile.in: Add empty html and install-html targets.
19402
19403 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
19404
19405 * config/mt-*: Remove, these haven't been used since 1996.
19406
19407 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
19408
19409 * gdb.base/call-strs.c, gdb.base/ending-run.c,
19410 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
19411 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
19412
19413 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
19414
19415 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
19416 simpler match case for the ptype of the big class.
19417
19418 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19419
19420 * gdb.exp: Fix test for gdb_prompt existence.
19421
19422 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19423
19424 * gdb.exp (gdb_test): Add fail after calls to perror.
19425
19426 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19427
19428 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
19429
19430 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
19431
19432 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
19433
19434 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
19435
19436 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
19437 malloc() is linked in.
19438
19439 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
19440
19441 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
19442 step at end.
19443
19444 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
19445
19446 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
19447
19448 * gdb.java/jv-print.exp: New file. (Our first Java test!)
19449
19450 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
19451
19452 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
19453 * gdb.base/mips_pro.exp: Likewise.
19454
19455 1999-06-02 Keith Seitz <keiths@cygnus.com>
19456
19457 * gdb.c++/templates.cc: Change all "new" operators to throw
19458 an exception.
19459 * gdb.c++/cplusfuncs.cc: Likewise.
19460
19461 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
19462
19463 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
19464
19465 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
19466 * gdb.base/ending-run.exp: When stepping out of main, accept a
19467 step into an arbitrary assembler file.
19468
19469 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19470
19471 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
19472 "breakpoint-invalid" to be printed.
19473 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
19474 number of "frames-invalid" and "breakpoint-invalid" to be printed.
19475 * gdb.base/annota2.cc: Initialize a.x to 0.
19476
19477 1999-05-17 Keith Seitz <keiths@cygnus.com>
19478
19479 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
19480 when "skip_float_tests" set.
19481 Ditto for "print print_double_array(array_d)", "print print_small_structs",
19482 "print print_ten_doubles", and "step into print_long_arg_list".
19483 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
19484 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
19485 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
19486 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
19487 "skip_float_tests" is set.
19488 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
19489 when "skip_float_tests" set.
19490
19491 1999-05-06 Keith Seitz <keiths@cygnus.com>
19492
19493 * gdb.base/annota2.cc: Include stdio.h.
19494
19495 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
19496
19497 * gdb.base/crossload.exp: Remove, this has been disabled ever
19498 since BFD stopped including all targets, and cross-GDB gets
19499 plenty of testing anyway.
19500 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
19501 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
19502 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
19503 * gdb.base/README: Remove, was doc for this.
19504 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
19505 needed.
19506
19507 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19508
19509 * gdb.base/call-ar-st.exp: Fix one regular expression in test
19510 output.
19511
19512 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
19513 * gdb.base/annota2.exp: New file. More annotation tests.
19514 * gdb.base/annota1.c: New file. Source file for annota1.exp.
19515 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
19516
19517 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
19518
19519 * config/cfdbug.exp: New file.
19520
19521 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
19522
19523 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
19524 Marcus Daniel's and Dale Hawkins's demangler crashes.
19525
19526 * gdb.c++/demangle.exp (test_gnu_style_demangling,
19527 test_lucid_style_demangling, test_arm_style_demangling,
19528 test_hp_style_demangling): Try Tom Tromey's core-dumping
19529 identifier under each demangling style.
19530
19531 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
19532
19533 * gdb.c++/demangle.exp: Include the current demangling style
19534 in all test names.
19535 (current_demangling_style): New global variable.
19536 (set_demangling_style, test_demangling_core, test_demangling,
19537 test_demangling_exact): New functions.
19538 (test_gnu_style_demangling, test_lucid_style_demangling,
19539 test_arm_style_demangling, test_hp_style_demangling): Use those,
19540 instead of calling gdb_test and gdb_test_exact directly.
19541 (catch_demangling_errors): New function, which reports errors
19542 signalled by the demangling test functions in an orderly way.
19543 (do_tests): Use catch_demangling_errors.
19544
19545 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
19546
19547 * gdb.base/signals.exp (test_handle_all_print): Use () for
19548 grouping in expressions, not {}.
19549
19550 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
19551 initialized yet.
19552
19553 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
19554
19555 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
19556 are listed.
19557
19558 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
19559
19560 * gdb.stabs/weird.exp: Test for CC being defined before
19561 looking at its value.
19562
19563 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
19564
19565 * gdb.base/call-ar-st.exp: Remove stray '#'.
19566 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
19567 "short int" and "long int".
19568 * gdb.c++/overload.cc: Cast the string added in the previous
19569 change, to mollify finicky HP compiler.
19570 * gdb.hp/reg-test.exp (testfile): Fix file name.
19571 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
19572
19573 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
19574 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
19575 alternate form of enum ptype.
19576
19577 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
19578
19579 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
19580 * gdb.hp/*.exp: Change all to run compiler probe only after
19581 passing skip_hp_tests, so as not to waste time on guaranteed
19582 failure.
19583
19584 * gdb.c++/overload.cc: Pass string instead of char addr, always
19585 init ccpfoo.
19586 * gdb.c++/templates.cc: Fix syntax error.
19587
19588 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19589
19590 * gdb.base/commands.exp: Add test for correct position of '>'
19591 when issuing the 'commands' command after a 'while' or 'if'
19592 command.
19593
19594 1999-03-18 James Ingham <jingham@cygnus.com>
19595
19596 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
19597
19598 * gdb.c++/method.exp: It was testing an uninitialized int on the
19599 stack and assuming it was positive.
19600
19601 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
19602
19603 * gdb.base/step-test.exp: Catch a case where finish is broken and
19604 keep it from killing the rest of the tests.
19605 Use gdb_continue_to_end.
19606
19607 * gdb.base/sigall.exp: use gdb_continue_to_end.
19608
19609 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
19610
19611 * gdb.base/display.exp: use runto_main, not run.
19612
19613 * gdb.base/default.exp: Check for the current error message in the
19614 r abbreviation test.
19615 Add strongarm to the targets that know info float.
19616
19617 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
19618 run which doesn't work with monitors.
19619
19620 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
19621
19622 * gdb.base/break.exp: use the gdb_continue_to_end proc.
19623
19624 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
19625 program. Traps the case (in Cygmon) when the program never really
19626 exits. Same as Mark's continue_to_exit, but I had put it in a lot
19627 more places, so I used my name. Sorry Mark...
19628
19629 * config/monitor.exp (gdb_target_monitor): added another
19630 target_info parameter: remotebinarydownload. This will set the
19631 remotebinarydownload flag if this is causing some boards trouble.
19632
19633 1999-03-18 Mark Salter <msalter@cygnus.com>
19634
19635 * lib/gdb.exp (continue_to_exit): New function.
19636
19637 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
19638 * gdb.base/ending-run.exp: Ditto.
19639 * gdb.base/step-test.exp: Ditto.
19640
19641 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
19642
19643 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
19644 (suggested by Art Haas <ahaas@neosoft.com>).
19645
19646 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
19647
19648 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
19649
19650 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
19651
19652 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
19653 descriptions of types (short unsigned int vs unsigned short, etc).
19654
19655 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
19656
19657 * gdb.base/call-strs.exp: Don't assume that `step' will step over
19658 a call to strlen; sometimes we do have sources.
19659
19660 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
19661
19662 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
19663 character, so GDB won't print garbage after its end.
19664
19665 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
19666 breakpoint there instead. Sometimes GCC emits memcpy to handle
19667 the large structures being passed by value, so we step into that
19668 instead of sum_array_print, which obscures what we're really testing.
19669 * gdb.base/step-test.exp: However, we do want a test that notices
19670 the bizarre steps into memcpy, so do that here. Add check for
19671 stepping into function calls that pass large structures by value.
19672 ("Is that a noun clause, or are you just happy to see me?")
19673 Remove all references to specific line numbers.
19674 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
19675 New type and function.
19676 (main): Call large_struct_by_value, passing it a large struct by value.
19677 * lib/gdb.exp (gdb_get_line_number): New function.
19678
19679 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
19680 more portable.
19681
19682 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
19683
19684 * lib/gdb.exp: Doc fixes.
19685
19686 1999-03-05 Nick Clifton <nickc@cygnus.com>
19687
19688 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
19689
19690 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
19691
19692 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
19693 commands. They're not germane to this test, and they don't work
19694 that way on remote targets.
19695
19696 1999-03-01 James Ingham <jingham@cygnus.com>
19697
19698 * Changelog entries merged over from gdb development branch.
19699
19700 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
19701
19702 * lib/gdb.exp (gdbtk_analyze_results): Generic function
19703 for outputting results of test run.
19704
19705 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
19706
19707 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
19708
19709 1999-02-25 Felix Lee <flee@cygnus.com>
19710
19711 * lib/gdb.exp (debug_format): initialize
19712
19713 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
19714
19715 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
19716 * gdb.base/call-rt-st.c: Ditto.
19717
19718 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
19719
19720 * gdb.threads/pthreads.exp (horiz): New variable.
19721 (test_startup): Fix regexps that capture thread numbers.
19722
19723 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
19724
19725 * gdb.base/smoke.exp: Disambiguate two test case names (both
19726 called ``print'').
19727
19728 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19729
19730 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
19731 compilation.
19732
19733 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19734
19735 * gdb.base/miscexprs.exp: Change patterns to match GDB's
19736 actual output formatting.
19737 * gdb.base/smoke.exp: GDB removes leading 0's.
19738 * gdb.base/volatile.exp: Don't check type of remuneration;
19739 that variable is no longer defined in constvars.c.
19740 * gdb.base/step-test.c (main): Exit with explicit exit code.
19741 * gdb.base/step-test.exp: Remove two nexti checks--they are
19742 not portable.
19743
19744 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
19745
19746 * gdb.base/help.exp ("help delete display"): Fix test to match
19747 gdb's output.
19748
19749 * gdb.base/long_long.c (known_types): Initialize values to zero.
19750 * gdb.base/long_long.exp: Step one more line
19751 so 'dec' is initialized in "get to known place". GDB removes
19752 leading zeros. Explicitly ask for hex formatting. Use
19753 unique test case names.
19754
19755 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19756
19757 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
19758
19759 * gdb.c++/method.exp: Add missing close brace.
19760
19761 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
19762
19763 * gdb.base/maint.exp: Use 'set height 0' to disable page
19764 prompting, not 'set height 400'.
19765
19766 Fix a bunch of timeouts.
19767 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
19768 four separate tests, so expect doesn't take forever to match a ton
19769 of text against a regexp with lots of .* forms.
19770 ("maint print psymbols", "maint print symbols"): Make some of
19771 these greps more selective, so that expect doesn't try to wade
19772 through huge piles of output and time out.
19773
19774 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
19775
19776 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
19777 tests: one which doesn't expect shlib events to be reported, and
19778 another which does, but is XFAIL for all platforms other than
19779 HP/UX.
19780
19781 * gdb.base/break.exp: Teach the test suite that the `catch
19782 fork', `catch vfork', and `catch exec' commands produce error
19783 messages on platforms that don't provide these features.
19784
19785 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
19786
19787 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
19788 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
19789 (shortening names from solib_threshold.exp etc), won't run on
19790 anything but HP-UX for the foreseeable future.
19791 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
19792 reflect move.
19793
19794 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
19795
19796 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
19797 gdb.trace/Makefile.in (clean): Remove all test executables.
19798
19799 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
19800
19801 * gdb.base/shlib-call.exp: add test cases to verify that gdb
19802 successfully re-sets breakpoints in shared libraries.
19803 * gdb.base/shmain.c (main): return 0, don't fall off the end.
19804
19805 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19806
19807 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
19808 and compiled w/o GCC.
19809
19810 * gdb.hp/watch-cmd.exp: ditto.
19811
19812 * gdb.hp/watch-hp.exp: ditto.
19813
19814 * gdb.hp/xdb1.exp: ditto.
19815
19816 * gdb.hp/xdb2.exp: ditto.
19817
19818 * gdb.hp/dbx.exp: ditto.
19819
19820 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
19821
19822 * constvars.c: Remove C++-isms.
19823 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
19824 with GCC.
19825
19826 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
19827
19828 The following changes are part of the HP merge.
19829
19830 * gdb.base/break.exp: new tests to verify that catchpoints for
19831 fork, vfork, and exec don't trigger inappropriately.
19832
19833 * gdb.base/opaque.exp: compile one file at a time, then link.
19834
19835 * gdb.base/signals.exp: be more restrictive about which hppa
19836 systems receive a setup_xfail. new tests.
19837
19838 * gdb.base/solib_threshold.build: new file.
19839 * gdb.base/solib_threshold.exp: new file.
19840 * gdb.base/solib_threshold.link_opts: new file.
19841 * gdb.base/solib_threshold.mk: new file.
19842 * gdb.base/gen_solib_threshold.c: new file.
19843
19844 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
19845 tests. New tests for enums inside classes.
19846
19847 * gdb.c++/compiler.cc: indicate support of template debugging.
19848
19849 * gdb.c++/demangle.exp: run hp style demangling tests.
19850
19851 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
19852 tests.
19853
19854 * gdb.c++/misc.cc: changes to support new tests.
19855
19856 * gdb.c++/templates.cc: changes to support HP's compiler; changes
19857 to support new tests.
19858
19859 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
19860 gcc, then skip these tests.
19861
19862 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
19863
19864 The following files are part of the HP merge; some had longer
19865 names at HP, but have been renamed to be no more than 14
19866 characters in length.
19867
19868 * gdb.hp/ambiguous.cc: new file.
19869 * gdb.hp/ambiguous.exp: new file.
19870 * gdb.hp/attach.exp: new file.
19871 * gdb.hp/attach2.exp: new file.
19872 * gdb.hp/classes-hp.exp: new file.
19873 * gdb.hp/ctti.exp: new file.
19874 * gdb.hp/ctti-add.cc: new file.
19875 * gdb.hp/ctti-add1.cc: new file.
19876 * gdb.hp/ctti-add2.cc: new file.
19877 * gdb.hp/ctti-add3.cc: new file.
19878 * gdb.hp/dbx.exp: new file.
19879 * gdb.hp/exception.cc: new file.
19880 * gdb.hp/exception.exp: new file.
19881 * gdb.hp/foll-exec.c: new file.
19882 * gdb.hp/foll-exec.exp: new file.
19883 * gdb.hp/foll-fork.c: new file.
19884 * gdb.hp/foll-fork.exp: new file.
19885 * gdb.hp/foll-vfork.c: new file.
19886 * gdb.hp/foll-vfork.exp: new file.
19887 * gdb.hp/inherit-hp.exp: new file.
19888 * gdb.hp/more-steps.exp: new file.
19889 * gdb.hp/namespace.cc: new file.
19890 * gdb.hp/namespace.exp: new file.
19891 * gdb.hp/optimize.exp: new file.
19892 * gdb.hp/pxdb.c: new file.
19893 * gdb.hp/pxdb.exp: new file.
19894 * gdb.hp/quicksort.exp: new file.
19895 * gdb.hp/reg-test.exp: new file.
19896 * gdb.hp/reg-test.s: new file.
19897 * gdb.hp/sized-enum.c: new file.
19898 * gdb.hp/sized-enum.exp: new file.
19899 * gdb.hp/start-stop.exp: new file.
19900 * gdb.hp/templ-hp.cc: new file.
19901 * gdb.hp/templ-hp.exp: new file.
19902 * gdb.hp/thr-lib.c: new file.
19903 * gdb.hp/thr-lib.exp: new file.
19904 * gdb.hp/thr-lib.h: new file.
19905 * gdb.hp/thr-liblib.c: new file.
19906 * gdb.hp/virtfun-hp.c: new file.
19907 * gdb.hp/virtfun-hp.exp: new file.
19908 * gdb.hp/watch-cmd.exp: new file.
19909 * gdb.hp/watch-hp.exp: new file.
19910 * gdb.hp/xdb1.exp: new file.
19911 * gdb.hp/xdb2.exp: new file.
19912 * gdb.hp/xdb3.exp: new file.
19913
19914 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
19915
19916 The following files are part of the HP merge; some had longer
19917 names at HP, but have been renamed to be no more than 14
19918 characters in length.
19919
19920 * gdb.base/ss.h: new file.
19921 * gdb.base/call-ar-st.c: new file.
19922 * gdb.base/call-ar-st.exp: new file.
19923 * gdb.base/call-rt-st.c: new file.
19924 * gdb.base/call-rt-st-exp: new file.
19925 * gdb.base/call-strs.exp: new file.
19926 * gdb.base/ena-dis-br.exp: new file.
19927 * gdb.base/environ.exp: new file.
19928 * gdb.base/long_long.exp: new file.
19929 * gdb.base/sect-cmd.exp: new file.
19930 * gdb.base/shlib-cl2.exp: new file.
19931 * gdb.base/smoke.exp: new file.
19932 * gdb.base/so-impl-ld.c: new file.
19933 * gdb.base/so-impl-ld.exp: new file.
19934 * gdb.base/so-indr-cl.c: new file.
19935 * gdb.base/so-indr-cl.exp: new file.
19936 * gdb.base/varargs.exp: new file.
19937 * gdb.base/volatile.exp: new file.
19938 * gdb.base/whatis-exp.exp: new file.
19939 * gdb.base/display.exp: new file.
19940 * gdb.c++/derivation.exp: new file.
19941 * gdb.c++/local.exp: new file.
19942 * gdb.c++/member-ptr.exp: new file.
19943 * gdb.c++/overload.exp: new file.
19944 * gdb.c++/ovldbreak.exp: new file.
19945 * gdb.c++/ref-types.exp: new file.
19946 * gdb.c++/ref-types2.exp: new file.
19947 * gdb.c++/userdef.exp: new file.
19948
19949 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
19950
19951 * gdb.base/default.exp: Reflect wording change in remote.c.
19952
19953 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
19954
19955 * gdb.base/help.exp: Update to reflect current text.
19956
19957 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
19958
19959 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
19960 they're stack variables and contain garbage.
19961 * gdb.c++/anon-union.exp: new file.
19962
19963 The following changes were made by David Taylor
19964 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19965 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19966 in changes by HP.
19967
19968 * gdb.base/bitops.exp: new file.
19969 * gdb.base/default.exp: change expected messages for catch and
19970 info catch tests to reflect HP merge changes.
19971 * gdb.base/enable-disable-break.exp
19972 * gdb.base/ending-run.c: new file.
19973 * gdb.base/long_long.c: new file.
19974 * gdb.base/maint.exp: new file.
19975 * gdb.base/pointers2.exp: new file.
19976 * gdb.base/shlib-call2.exp: new file.
19977 * gdb.base/solib.exp: new file.
19978 * gdb.base/step-test.c: new file.
19979 * gdb.c++/anon-union.cc: new file.
19980 * gdb.c++/local.cc: new file.
19981 * gdb.c++/member-pointer.cc: new file.
19982 * gdb.c++/method.cc: new file.
19983 * gdb.c++/ref-types.cc: new file.
19984 * gdb.c++/ref-types2.cc: new file.
19985 * gdb.c++/userdef.cc: new file.
19986
19987 * gdb.base/scope.exp: compile one file at a time, then link.
19988 * gdb.base/langs.exp: ditto.
19989 * gdb.base/list.exp: ditto.
19990
19991 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
19992
19993 The following changes were made by David Taylor
19994 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19995 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19996 in changes by HP.
19997
19998 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
19999 skip tests. When compiling pass c++ flag to gdb_compile.
20000 * gdb.c++/
20001
20002 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
20003 test for on hppa*-*-hpux*; use args to see if c++ was specified.
20004 (skip_hp_tests): new function.
20005 (gdb_preprocess): new function.
20006
20007 * configure.in (hpdir): decide whether to configure gdb.hp.
20008 * configure: regenerated.
20009
20010 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
20011 to delete on clean.
20012 (EXECUTABLES): update to reflect new additions.
20013 * gdb.base/commands.exp: update message expected.
20014 * gdb.base/default.exp: add copyright notice.
20015 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
20016 * gdb.base/help.exp: update messages to reflect current text.
20017 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
20018 targets for recurse tests.
20019 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
20020 skip this file.
20021
20022 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
20023 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
20024 compilation.
20025 * gdb.c++/misc.exp: ditto.
20026 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
20027 run the tests. tell gdb_compile that it's a c++ compilation.
20028
20029 * gdb.threads/pthreads.exp: fix typo in message.
20030
20031 * gdb.base/all-bin.exp: new file.
20032 * gdb.base/arithmet.exp: new file.
20033 * gdb.base/assign.exp: new file.
20034 * gdb.base/completion.exp: new file.
20035 * gdb.base/cond-expr.exp: new file.
20036 * gdb.base/condbreak.exp: new file.
20037 * gdb.base/define.exp: new file.
20038 * gdb.base/dollar.exp: new file.
20039 * gdb.base/environment.exp: new file.
20040 * gdb.base/eval-skip.exp: new file.
20041 * gdb.base/jump.exp: new file.
20042 * gdb.base/logical.exp: new file.
20043 * gdb.base/pointers.exp: new file.
20044 * gdb.base/relational.exp: new file.
20045 * gdb.base/section_command.exp: new file.
20046 * gdb.base/whatis-expr.exp: new file.
20047
20048 * gdb.base/all-types.c: new file.
20049 * gdb.base/call-array-struct.c: new file.
20050 * gdb.base/call-return-struct.c: new file.
20051 * gdb.base/call-strings.c: new file.
20052 * gdb.base/callfuncs2.c: new file.
20053 * gdb.base/condbreak.c: new file.
20054 * gdb.base/constvars.c: new file.
20055 * gdb.base/display.c: new file.
20056 * gdb.base/int-type.c: new file.
20057 * gdb.base/jump.c: new file.
20058 * gdb.base/miscexprs.c: new file.
20059 * gdb.base/pointers.c: new file.
20060 * gdb.base/pointers2.c: new file.
20061 * gdb.base/shmain.c: new file.
20062 * gdb.base/shr1.c: new file.
20063 * gdb.base/shr2.c: new file.
20064 * gdb.base/solib.c: new file.
20065 * gdb.base/solib1.c: new file.
20066 * gdb.base/solib2.c: new file.
20067 * gdb.base/varargs.c: new file.
20068 * gdb.c++/derivation.cc: new file.
20069 * gdb.c++/overload.cc: new file.
20070 * gdb.c++/ovldbreak.cc: new file.
20071 * gdb.hp/attach.c: new file.
20072 * gdb.hp/attach2.c: new file.
20073 * gdb.hp/average.c: new file.
20074 * gdb.hp/compiler.c: new file.
20075 * gdb.hp/compiler.cc: new file.
20076 * gdb.hp/execd-program.c: new file.
20077 * gdb.hp/follow-exec.c: new file.
20078 * gdb.hp/follow-fork.c: new file.
20079 * gdb.hp/follow-vfork-and-exec.c: new file.
20080 * gdb.hp/misc-hp.cc: new file.
20081 * gdb.hp/more-steps.c: new file.
20082 * gdb.hp/optimize.c: new file.
20083 * gdb.hp/quicksort.c: new file.
20084 * gdb.hp/run-hp.c: new file.
20085 * gdb.hp/start-stop.c: new file.
20086 * gdb.hp/sum.c: new file.
20087 * gdb.hp/templates-hp.cc: new file.
20088 * gdb.hp/thread-local-in-lib.c: new file.
20089 * gdb.hp/thread-local-in-lib.h: new file.
20090 * gdb.hp/thread-local-in-lib.lib.c: new file.
20091 * gdb.hp/vforked-program.c: new file.
20092 * gdb.hp/virtfunc-hp.cc: new file.
20093 * gdb.hp/watchpoint-hp.c: new file.
20094 * gdb.hp/xdb.c: new file.
20095 * gdb.hp/xdb0.c: new file.
20096 * gdb.hp/xdb0.h: new file.
20097 * gdb.hp/xdb1.c: new file.
20098
20099 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
20100
20101 The following change was made by Edith Epstein
20102 <eepstein@cygnus.com> as part of a project to merge in changes
20103 originally made by HP; HP did not create ChangeLog entries.
20104
20105 * gdb.c++/demangle.exp: changed the expected output for some
20106 ARM-style mangling -- removed second reference to datatype.
20107 For example, maint demangle __dt__11T1__pt__2_cFv
20108 T1<char>::~T1<char>(void)
20109 becomes,
20110 maint demangle __dt__11T1__pt__2_cFv
20111 T1<char>::~T1(void)
20112
20113 (test_hp_style_demangling): new hp specific demangling test cases.
20114
20115 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
20116
20117 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
20118 * gdb.trace/backtrace.exp: Likewise.
20119 * gdb.trace/circ.exp: Likewise.
20120 * gdb.trace/collection.exp: Likewise.
20121 * gdb.trace/deltrace.exp: Likewise.
20122 * gdb.trace/infotrace.exp: Likewise.
20123 * gdb.trace/limits.exp: Likewise.
20124 * gdb.trace/packetlen.exp: Likewise.
20125 * gdb.trace/passc-dyn.exp: Likewise.
20126 * gdb.trace/passcount.exp: Likewise.
20127 * gdb.trace/report.exp: Likewise.
20128 * gdb.trace/save-trace.exp: Likewise.
20129 * gdb.trace/tfind.exp: Likewise.
20130 * gdb.trace/tracecmd.exp: Likewise.
20131 * gdb.trace/while-dyn.exp: Likewise.
20132 * gdb.trace/while-stepping.exp: Likewise.
20133
20134 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
20135
20136 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
20137
20138 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
20139
20140 From Brendan Kehoe:
20141 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
20142 int return types.
20143
20144 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
20145
20146 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
20147 remote dos host testing right.
20148
20149 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
20150
20151 * gdb.base/corefile.exp: remove some xfails.
20152
20153 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
20154
20155 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
20156 have different timestamps.
20157
20158 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
20159
20160 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
20161 gdb.base/default.exp: Replace "exec" with "executable".
20162
20163 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
20164
20165 * gdb.base/default.exp: Change else if to elseif from previous
20166 delta.
20167
20168 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
20169
20170 * gdb.base/default.exp: Add brace missing from previous delta.
20171
20172 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
20173
20174 * gdb.base/default.exp: Support test for info float for all
20175 varieties of arm toolchain.
20176
20177 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
20178
20179 * gdb.trace/*.exp: remove "remote_download" command.
20180
20181 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
20182
20183 * gdb.trace/*.exp: remove -gdwarf from compile.
20184
20185 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
20186
20187 * gdb.trace/configure.in(AC_INIT): typo
20188 * gdb.trace/configure: regenerated
20189
20190 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
20191
20192 * config/m68k-emc.exp: New file.
20193 * lib/<emc-support.exp trace-support.exp}: New files.
20194 * configure.in: add new test directory gdb.trace.
20195 * gdb.trace/{configure configure.in Makefile.in}: New files.
20196 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
20197 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
20198 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
20199 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
20200 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
20201 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
20202 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
20203
20204 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
20205
20206 * gdb.c++/classes.exp: Change all regular expressions to match
20207 arbitrary combinations of newline/carriage-return, so that they
20208 will work equally well on Unix and Windows.
20209 * gdb.c++/inherit.exp: ditto.
20210 * gdb.c++/virtfunc.exp: ditto.
20211
20212 1998-08-11 Dawn Perchik <dawn@cygnus.com>
20213
20214 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
20215
20216 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
20217
20218 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
20219 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
20220 to use a0-a3/d0-d3 as needed.
20221
20222 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
20223
20224 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
20225 * gdb.disasm/am33.exp: Corresponding changes.
20226
20227 1998-07-11 Felix Lee <flee@cygnus.com>
20228
20229 * gdb.base/callfuncs.exp: add cmp10 test.
20230 * gdb.base/callfuncs.c (cmp10): new function.
20231
20232 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
20233
20234 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
20235 into two parts to get around a synchronization problem in expect.
20236
20237 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
20238
20239 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
20240
20241 * configure.in: Add options for gdbtk testsuite.
20242
20243 * configure: Regenerate.
20244
20245 * gdb.gdbtk: New directory to hold gdbtk tests.
20246
20247 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20248
20249 * gdb.fortran/types.exp: Escape brackets in expect patterns
20250 for test_float_literal_types_accepted tests.
20251 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
20252 before run test.
20253
20254 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
20255
20256 * am33.exp: Just compile, do not link the testcase.
20257 * am33.s: Add ".am33" pseudoop to force am33 mode.
20258
20259 1998-06-25 Felix Lee <flee@cygnus.com>
20260
20261 * gdb.base/setshow.exp: make sure $pc is sane.
20262
20263 * gdb.stabs/weird.exp: split expect patterns properly.
20264
20265 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
20266
20267 * gdb.disasm/am33.s: New disassembler testfile for the am33.
20268 * gdb.disasm/am33.exp: Run it.
20269
20270 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
20271
20272 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
20273 match processing (and eliminate spurious timeouts when running).
20274
20275 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
20276
20277 * gdb.base/signals.exp (test_handle_all_print): put back Mach
20278 exception test, but conditionalize it on target [mach | gnu].
20279
20280 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
20281
20282 * gdb.base/overlays.exp: fixup compile line for linker script.
20283
20284 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
20285
20286 * gdb.fortran/types.exp: don't guess at float size.
20287
20288 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
20289
20290 * gdb.base/exprs.exp: delete test that depends on int size.
20291
20292 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
20293
20294 * config/sim.exp: Removed checks for target triplets.
20295 (gdb_target_sim): Use gdb,target_sim_options.
20296
20297 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
20298
20299 * gdb.base/reread.exp: New file.
20300 * gdb.base/reread1.c: New file.
20301 * gdb.base/reread2.c: New file.
20302
20303 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
20304
20305 * config/sim.exp: Use 'target sim -sparclite' when running
20306 SPARClite programs.
20307
20308 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
20309
20310 * gdb.base/structs2.exp: New file.
20311 * gdb.base/structs2.c: New file.
20312
20313 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
20314
20315 * gdb.asm/common.inc: New file.
20316 * gdb.asm/d10v.inc: New file.
20317 * asm-source.exp: Pass -I's to gas to find .inc files.
20318 Update line numbers in expected output.
20319 * asmsrc1.s: Rewrite.
20320 * asmsrc2.s: Rewrite.
20321 * configure.in: Create arch.inc symlink.
20322 * configure: Regenerate.
20323 * Makefile.in (distclean): Delete arch.inc.
20324
20325 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
20326
20327 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
20328 (t_enum_value2): ditto
20329 (t_enum_value3): ditto
20330 (main): ditto
20331 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20332
20333 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
20334 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
20335 change.
20336 Use gdb_test instead of send_gdb/gdb_expect sequences.
20337
20338 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
20339
20340 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
20341 not void.
20342
20343 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
20344
20345 * gdb.base/branches.c: Code with lots of loops and
20346 subroutines. Used to test gdbs ability to single step through PC
20347 changes, especially to test mips-tdep.c:mips_next_pc
20348
20349 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
20350
20351 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
20352 more rigorous EGCS C++ error checking.
20353
20354 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20355
20356 * gdb.base/help.exp: Clean up `help set args' and `help show args'
20357 tests.
20358 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
20359 function when asleep.
20360 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
20361 for i*86 Linux and SVR4 signal handling problems.
20362 Remove linux xfail for `next to handler in signals_tests_1', fixed
20363 by recent infrun.c change.
20364 Limit backtrace to 10 frames to avoid timeout problems with infinite
20365 stack backtraces.
20366 Adjust expect pattern in `handle all print' test to match Apr 28 1997
20367 target.[ch] change.
20368
20369 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
20370
20371 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
20372 for a newline from gdb before continuing.
20373 (default_gdb_exit): Just look for y or n.
20374 (gdb_test): Detect abnormal exit from GDB running on DOS; if
20375 it does, fail the rests of the tests in the file.
20376
20377 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
20378
20379 * config/cygmon.exp: New file.
20380
20381 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
20382
20383 * gdb.base/list.exp: Fix problem with "list default lines around
20384 main" test on remote targets.
20385
20386 * gdb.base/scope.exp: Fix problem with filelocal_bss before
20387 run test on remote targets.
20388
20389 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
20390
20391 * gdb.asm: New directory.
20392 * configure.in: Configure it.
20393 * configure: Regenerate.
20394 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
20395 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
20396
20397 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
20398
20399 * config/mn10300-eval.exp: New file to support MN10300 eval board.
20400
20401 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
20402
20403 * gdb.base/overlays (several files): Merge the two overlay
20404 managers into one. Change variables (foox, barx, bazx, grbxx)
20405 back into ints but force them to load in their proper sections.
20406
20407 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
20408
20409 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
20410 on-chip insn memory and IMAP1 to upper 128k.
20411 (D10VCopy): Handle memory regions crossing 16k boundaries.
20412 (D10VCopy): Transfer data in 32 bit chunks.
20413
20414 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
20415
20416 * gdb.base/overlays.c (main): Exit normally when result is
20417 correct.
20418
20419 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
20420 map. Include space for printf in .text segment.
20421
20422 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
20423 updated d10v memory VMA/LMA map.
20424 (D10VCopy): Call D10VTranslate.
20425
20426 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
20427
20428 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
20429
20430 * gdb.base/bar.c (barx, bar): Change variable to small array so
20431 that it won't be put into the .sdata - small data -
20432 section. Update reference.
20433 * gdb.base/baz.c (bazx, baz): Ditto.
20434 * gdb.base/foo.c (foox, foo): Ditto.
20435 * gdb.base/grbx.c (grbxx, grbx): Ditto.
20436
20437 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
20438 to be arrays.
20439
20440 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
20441
20442 * gdb.base/overlays.exp: fix up and get working again.
20443 Add tests for backtraces from an overlay function.
20444
20445 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
20446
20447 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
20448 "calling function with watchpoint enabled".
20449
20450 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
20451
20452 * gdb.base/break.exp (test_next_with_recursion): Remove
20453 gdb_suppress_tests for d10v-*-*.
20454 * lib/gdb.exp (gdb_suppress_tests): Disable this function
20455 pending review of whether it is useful or not.
20456
20457 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
20458
20459 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
20460
20461 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
20462
20463 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
20464 * config/dve.exp: New file to support Densan boards.
20465
20466 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
20467
20468 * gdb.base/interrupt.exp: Document problem of simulators, signals,
20469 reads and BSD.
20470
20471 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
20472
20473 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
20474 response.
20475
20476 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
20477
20478 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
20479
20480 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
20481 test.
20482
20483 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
20484 target_sizeof_long and target_bigendian_p.
20485 (structs_by_value, structs_by_reference): Check values according
20486 to targets word size and endianess.
20487
20488 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
20489
20490 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
20491 output.
20492
20493 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
20494
20495 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
20496 Update test of set args help to match source change.
20497
20498 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
20499
20500 * gdb.base/default.exp: Expect help system output to be in
20501 alphabetical order.
20502 * gdb.base/help.exp: Ditto.
20503
20504 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
20505
20506 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
20507 "i*86-pc-linux-gnu*".
20508 * gdb.base/interrupt.exp: Ditto.
20509 * gdb.base/corefile.exp: Ditto.
20510
20511 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
20512 define vxworks when building the testcase.
20513
20514 * gdb.base/ptype.exp: Fix testnames to be unique.
20515 * gdb.base/radix.exp: Ditto.
20516 * gdb.base/term.exp: Ditto.
20517 * gdb.base/whatis.exp: Ditto.
20518 * gdb.c++/classes.exp: Ditto.
20519
20520 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
20521
20522 * gdb.base/callfuncs.exp: Fix indentation.
20523
20524 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
20525 suppress_flag has been set.
20526 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
20527 target feature.
20528
20529 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
20530
20531 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
20532 the testcase.
20533
20534 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
20535 set_debug_traps() and breakpoint().
20536 * gdb.c++/misc.cc (main): Ditto.
20537 * gdb.c++/templates.cc (main): Ditto.
20538 * gdb.c++/virtfunc.cc (main): Ditto.
20539
20540 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
20541
20542 * lib/gdb.exp(gdb_step_for_stub): New function.
20543 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
20544 exists, reload the executable and do a "continue" instead of
20545 doing a jump.
20546 (runto_main): Use gdb_step_for_stub.
20547
20548 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
20549 tests to have unique names.
20550 * gdb.base/callfuncs.exp: Ditto.
20551 * gdb.base/commands.exp: Ditto.
20552 * gdb.base/default.exp: Ditto.
20553 * gdb.base/help.exp: Ditto.
20554 * gdb.base/list.exp: Ditto.
20555 * gdb.base/opaque.exp: Ditto.
20556 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
20557 similar tests.
20558
20559 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
20560 * gdb.c++/cplusfuncs.cc: Ditto.
20561 * gdb.c++/virtfunc.cc: Ditto.
20562
20563 * config/monitor.exp: Keep track of the last file we saw, rather
20564 than trying to get the info from gdb.
20565
20566 * gdb.fortran/types.exp: Move comment to previous line.
20567
20568 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
20569
20570 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
20571 target mode.
20572
20573 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
20574
20575 From Bob Manson:
20576 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
20577 string from GDB when it connects.
20578
20579 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
20580
20581 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
20582
20583 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
20584 if we can't get a debug format from GDB (we may be testing an
20585 older GDB). Use a 10 second timeout when checking for the format.
20586
20587 * gdb.stabs/weird.exp: Fix quoting.
20588
20589 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
20590
20591 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
20592
20593 * config/arm-ice.exp: New file.
20594
20595 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
20596
20597 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
20598 until it has been modified to work with the new testsuite.
20599
20600 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
20601 testcase won't compile, cause all of the testcases in the file to
20602 fail instead.
20603
20604 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
20605 (gdb_clear_suppressed): New procedure.
20606 (gdb_stop_suppressing_tests): Only clear suppress_flag if
20607 it contains a positive value.
20608
20609 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
20610
20611 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
20612
20613 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
20614
20615 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
20616
20617 * lib/gdb.exp (setup_xfail_format): New function.
20618 (get_debug_format): New function to get debug format.
20619 (debug_format): New global variable to hold last value set
20620 by get_debug_format.
20621 * gdb.base/list.exp: Call get_debug_format and expect some
20622 tests to fail for DWARF 1 and COFF formats.
20623 * gdb.c++/ptype.exp: Ditto.
20624 * gdb.c++/classes.exp: Ditto.
20625 * gdb.c++/cplusfuncs.exp: Ditto.
20626 * gdb.c++/inherit.exp: Ditto.
20627 * gdb.c++/templates.exp: Ditto.
20628 * gdb.c++/virtfunc.exp: Ditto.
20629
20630 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
20631
20632 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
20633 host doesn't have a currently-open connection.
20634
20635 * config/sparclet.exp: Cleanups and fixes to make it generic for
20636 any gdb stub target. Handle cases where gdb doesn't respond when
20637 interrupted in a sane fashion.
20638
20639 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
20640 same thing in a totally different way.
20641
20642 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
20643 setting "timeout".
20644 (gdb_start): We set the global gdb_prompt variable in
20645 default_gdb_init now.
20646
20647 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
20648
20649 * gdb.base/printcmds.exp: Fix "check for floating addition"
20650 regexp to accept results within approx +/- .01 of exact value.
20651 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
20652
20653 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
20654
20655 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
20656 properly.
20657 (gdb_expect): Add optional timeout parameter, and add timeout
20658 value to various calls.
20659 (gdb_suppress_tests): Only give one warning message per group.
20660
20661 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
20662
20663 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
20664 global variables. Handle getting a value for $timeout more
20665 gracefully.
20666
20667 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20668
20669 * lib/gdb.exp: Close connection to remote host if gdb doesn't
20670 initialize.
20671 (default_gdb_init): New procedure; allow gdb_init to be overridden
20672 by a target configuration file.
20673 (gdb_expect): Pass the timeout to remote_expect.
20674
20675 * config/monitor.exp(gdb_load): Fix typo in regexp.
20676
20677 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
20678
20679 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
20680
20681 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
20682
20683 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
20684 here. Call gdb_target_exec before rebooting the target, to make
20685 sure the connection to the target is closed.
20686 (gdb_load): Pass the name of the executable to gdb_target_monitor.
20687 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
20688 Also detect "Timeout reading from remote" error.
20689
20690 * config/gdbserver.exp: Pass the executable being loaded to
20691 gdb_target_monitor. Don't call gdb_file_cmd here; let
20692 gdb_target_monitor do it.
20693
20694 * gdb.disasm/hppa.exp: Don't use exec_output.
20695
20696 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
20697
20698 * gdb.base/list.exp: If we're debugging a non-native target,
20699 try to set the pc register to point to the start of the
20700 program before doing the first list command.
20701
20702 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
20703 test_calls after restarting.
20704
20705 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
20706 reloading.
20707
20708 * gdb.base/watchpoint.exp: Fix typo.
20709
20710 * gdb.base/setshow.exp: Check for use_gdb_stub.
20711
20712 * gdb.base/break.exp: Fix continue until exit test for the gdb
20713 stub case.
20714 * gdb.base/langs.exp: Ditto.
20715
20716 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
20717 gdb_load_offset. If we weren't given a file to load, figure out
20718 what the current file is and use it.
20719
20720 * config/i386-bozo.exp: New file.
20721
20722 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
20723
20724 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
20725 feature.
20726
20727 * config/proelf.exp: New entry.
20728
20729 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
20730
20731 * lib/gdb.exp: Remove spurious .* patterns at the beginning
20732 of regexps.
20733
20734 * gdb.base/watchpoint.exp: Don't run the test_stepping
20735 tests if gdb can't call functions on the target.
20736
20737 * gdb.base/setshow.exp: Don't run the set prompt tests if
20738 the board has gdb_prompt set.
20739
20740 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
20741
20742 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
20743 * gdb.base/commands.exp: Likewise.
20744 * gdb.base/setshow.exp: Likewise.
20745
20746 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
20747
20748 * config/monitor.exp(gdb_start): Look for gdb_prompt target
20749 feature.
20750
20751 * config/i960.exp: New file.
20752
20753 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
20754
20755 * gdb.base/funcargs.exp: Check for gdb,short_int target
20756 feature instead of looking for explicit target triplets.
20757
20758 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
20759
20760 * gdb.base/printcmds.exp: add a couple more tests a la
20761 "p 123DEADBEEF", to check parse_number.
20762 * top.c: change "to enable to enable" to "to enable" in a couple
20763 of help strings.
20764
20765 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
20766
20767 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
20768 on the mn10300.
20769
20770 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
20771
20772 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
20773 where the test executable is run with explicit args.
20774 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
20775
20776 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
20777
20778 * gdb.base/run.c: Use FAKEARGV to build test executable that
20779 does not require a command line arg, since most simulators
20780 don't currently support passing such an arg into the simulated
20781 program.
20782 * gdb.base/commands.exp: Change tests to insert the proper
20783 value as the arg to the first recursive factorial call. Change
20784 compilation line to define FAKEARGV at compile time.
20785
20786 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
20787
20788 * gdb.base/recurse.exp: Enable these tests for the mn10300.
20789 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
20790 function with watchpoint enabled" test.
20791
20792 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
20793
20794 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
20795 Don't call gdb_test when the command doesn't return to a gdb prompt.
20796
20797 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
20798 "Tests restarted" messages.
20799
20800 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
20801
20802 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
20803
20804 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
20805
20806 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
20807 for INFO SYMBOL; add help tests for OVERLAY commands.
20808 * gdb.base/default.exp: add tests for INFO SYMBOL command;
20809 add tests for OVERLAY commands
20810 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
20811 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
20812 * gdb.base/sigall.c: add usestubs code frag
20813 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
20814
20815 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
20816
20817 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
20818 failures.
20819 (gdb_stop_suppressing_tests): Note that tests have restarted.
20820
20821 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
20822
20823 * config/h8300.exp: New file.
20824
20825 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
20826
20827 * gdb.base/setshow.exp: Check for the existence of a
20828 feature, not its value.
20829
20830 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
20831
20832 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
20833
20834 * gdb.base/scope.exp: It's now init0(), not init().
20835
20836 * gdb.base/scope0.c: For now, change init() to be init0().
20837
20838 * config/monitor.exp: Use gdb_serial in preference to serial
20839 or netport.
20840
20841 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
20842 and it's not already set.
20843
20844 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
20845
20846 * gdb.base/setshow.exp: Only test the run command if the target
20847 isn't using a stub and if it supports argument passing.
20848
20849 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
20850
20851 * config/udi.exp(gdb_start): Make sure UDICONF is set
20852 properly before starting gdb.
20853
20854 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
20855
20856 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
20857 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
20858 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
20859
20860 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
20861
20862 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
20863 specialized code to reboot the board, use remote_reboot instead.
20864
20865 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
20866
20867 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
20868
20869 * config/monitor.exp: Make sure we disconnect from the target.
20870 Also, try a reboot/reload cycle instead of failing if the
20871 load fails.
20872
20873 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
20874
20875 * gdb.base/default.exp: Don't set match_max.
20876 * gdb.base/help.exp: Ditto.
20877 * gdb.base/list.exp: Ditto.
20878 * gdb.base/signals.exp: Ditto.
20879
20880 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
20881 set, use remote_ld to download the testcase instead of
20882 the GDB loader.
20883
20884 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
20885
20886 * config/vr5000.exp: New file.
20887
20888 * config/monitor.exp(gdb_target_monitor): Add pattern for
20889 "Ending remote" to detect errors in connecting.
20890
20891 * gdb.base/setshow.exp: Add .* within auto language test.
20892
20893 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
20894 target feature.
20895
20896 * config/monitor.exp(gdb_load): Check for a failure when loading,
20897 and reboot the board if necessary.
20898
20899 * gdb.base/setvar.exp(test_set): Handle multiple prints within
20900 a set of tests. Remove print.* from the patterns being checked.
20901
20902 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
20903
20904 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
20905 refer to gdb_spawn_id.
20906
20907 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
20908 longer used.
20909 * config/sparclet.exp: Ditto.
20910 * config/sparclet-old.exp: Ditto.
20911 * config/slite.exp: Ditto.
20912 * config/sim.exp: Ditto.
20913 * gdb.base/funcargs.exp: Ditto.
20914
20915 * lib/gdb.exp:Remove references to gdb_spawn_id.
20916 (gdb_expect): Move to remote.exp.
20917
20918 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
20919
20920 * config/monitor.exp: Detect the "Couldn't establish connection"
20921 message from GDB.
20922
20923 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
20924
20925 * gdb.base/bitfields.exp: Use runto instead of explicit
20926 gdb_run_cmd/gdb_expect sequences.
20927
20928 * gdb.base/break.exp(text_next_with_recursion): Add match for
20929 gdb_expect call.
20930
20931 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
20932 We also need to handle the "A program is being debugged already"
20933 prompt from gdb. Use gdb_test to set the baud rate.
20934
20935 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
20936 to 20000. Really. I mean it.
20937
20938 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20939
20940 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
20941 fails. If suppress_flag is set, skip perror message about not
20942 being able to send to GDB.
20943 (send_gdb): If suppress_flag is set, don't try to send commands to
20944 GDB.
20945 (gdb_expect): If suppress_flag is set, always fail immediately.
20946 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
20947 (gdb_init): Call gdb_stop_suppressing_tests.
20948 (default_gdb_exit): Ditto.
20949 (default_gdb_start): Ditto.
20950
20951 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
20952 gdb_stop_suppressing_tests as appropriate.
20953 * gdb.base/break.exp: Ditto.
20954 * gdb.base/callfuncs.exp: Ditto.
20955 * gdb.base/commands.exp: Ditto.
20956 * gdb.base/exprs.exp: Ditto.
20957 * gdb.base/funcargs.exp: Ditto.
20958 * gdb.base/list.exp: Ditto.
20959 * gdb.base/recurse.exp: Ditto.
20960 * gdb.base/scope.exp: Ditto.
20961 * gdb.base/structs.exp: Ditto.
20962 * gdb.c++/inherit.exp: Ditto.
20963
20964 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
20965
20966 * config/vr4300.exp: New file.
20967
20968 * gdb.*/*.exp: Call gdb_expect instead of expect.
20969
20970 * lib/gdb.exp(gdb_expect): New function.
20971
20972 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
20973
20974 * lib/gdb.exp(gdb_init): New function.
20975
20976 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
20977 for each individual variable set.
20978
20979 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
20980 name.
20981
20982 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
20983
20984 * gdb.base/scope.exp: Use gdb_test.
20985
20986 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
20987 aborting; the testsuite driver will do that for us (see
20988 gdb_finish). Also, use gdb_test in a few more places.
20989
20990 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
20991
20992 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
20993
20994 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
20995
20996 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
20997 and "add_tests" are not at the same address.
20998
20999 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
21000
21001 * gdb.base/ptype.exp: Use gdb_test.
21002
21003 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
21004
21005 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
21006 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
21007 left in. No longer expect them to fail.
21008
21009 * gdb.stabs/*.mt; Deleted, no longer used.
21010 * gdb.stabs/configure.in: Remove references to target makefile
21011 frags.
21012 * gdb.stabs/configure: Rebuilt.
21013
21014 * gdb.disasm/*.mt: Deleted, no longer used.
21015 * gdb.disasm/configure.in: Remove references to target makefile
21016 frags. Use "sh3.s" as the unique filename for this directory.
21017 * gdb.disasm/configure: Rebuilt.
21018
21019 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
21020 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
21021 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
21022
21023 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
21024
21025 * config/udi.exp: Use mondfe,name instead of remote_host.
21026
21027 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
21028
21029 * gdb.base/watchpoint.exp: Don't expect a failure when calling
21030 a function with a watchpoint enabled on the mn10200.
21031
21032 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
21033 before trying to create it!
21034
21035 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
21036
21037 * config/vx.exp: Use hostname instead of netport.
21038
21039 * config/vxworks.exp: New file.
21040
21041 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
21042
21043 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
21044 gdb before assuming everything worked. Send a ^C if a timeout
21045 occurs.
21046
21047 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
21048 $gdb_spawn_id directly.
21049 (gdb_run_cmd): Try _start as well as start. Use the target feature
21050 gdb,start_symbol as the symbol to start from when jumping.
21051
21052 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
21053
21054 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
21055 redundant) test.
21056
21057 * gdb.base/recurse.exp: Relax final value test for 'b' so that
21058 it doesn't lose for 16bit integer systems.
21059
21060 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
21061
21062 * gdb.fortran/types.exp: If the target doesn't support "double"
21063 data types, then expect "real" types to only be 4 bytes.
21064
21065 * gdb.c++/virtfunc.exp: Expect failure for virtual function
21066 call tests if the target doesn't support inferior function calls.
21067
21068 * gdb.base/printcmds.exp: Allow minor deviation in FP values
21069 in printf tests.
21070
21071 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
21072
21073 * gdb.base/help.exp: Disable "help set", "help show", and
21074 "help support". Simplify regexp for "help stack".
21075
21076 * gdb.base/default.exp: Set match_max to 5000 and the timeout
21077 to 60 seconds. Temporarily set match_max to 15000 around the
21078 "info copying" test.
21079
21080 * gdb.base/nodebug.exp: Don't try to do an inferior function
21081 call if the target doesn't support them.
21082 * gdb.base/printcmds.exp: Likewise.
21083 * gdb.base/setvar.exp: Likewise.
21084 * gdb.base/structs.exp: Likewise.
21085 * gdb.c++/templates.exp: Likewise.
21086 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
21087
21088 * gdb.base/recurse.exp: Enable for the mn10200.
21089
21090 * configure.in: Do configure gdb.stabs directory for *-*-elf
21091 targets.
21092 * configure: Rebuilt.
21093
21094 * gdb.base/break.exp: Check for gdb,noresults before testing
21095 exit status and/or results from the target.
21096 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
21097 * lib/gdb.exp: Remove old (now bogus) initialization of
21098 noinferior, noargs, noresults and nosignals.
21099
21100 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
21101
21102 * config/sh.exp: New file.
21103
21104 * config/slite.exp: Try to connect multiple times to the board
21105 before rebooting. Only send a "monitor run" if need_monitor_run
21106 is set.
21107
21108 * gdb.base/break.exp: Don't do the "stub continue" test if
21109 the target has gdb_stub set.
21110
21111 * gdb.base/callfuncs.exp: Increase the timeout.
21112
21113 * gdb.base/interrupt.exp: Don't even try to compile the testcase
21114 if the target has gdb,noinferiorio set.
21115
21116 * gdb.base/list.exp: Increase match_max to 10000 characters.
21117
21118 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
21119
21120 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
21121 target.
21122
21123 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
21124
21125 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
21126
21127 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
21128 trying to delete the copy of gdb. Catch the file delete so we
21129 don't die if the delete fails; also, the file should be copied to
21130 the host, not to the build.
21131
21132 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
21133
21134 * lib/gdb.exp(gdb_test): Surround the result pattern with
21135 parenthesis in case it contains multiple regexps separated
21136 with |.
21137
21138 * gdb.base/watchpoint.exp: Use gdb_test.
21139 * gdb.base/default.exp: Ditto.
21140
21141 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
21142
21143 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
21144
21145 * gdb.base/scope.exp: Use gdb_test.
21146 * gdb.c++/classes.exp: Ditto.
21147 * gdb.c++/inherit.exp: Ditto.
21148
21149 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
21150
21151 * gdb.base/crossload.exp: Don't use execute_anywhere, use
21152 remote_exec instead.
21153 * gdb.base/corefile.exp: Don't be ridiculous.
21154 * gdb.base/*.c: Add missing stub invocations.
21155
21156 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
21157
21158 * config/slite.exp: Miscellaneous fixes.
21159
21160 * lib/gdb.exp: Fix runto.
21161
21162 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
21163 the target.
21164
21165 * gdb.base/watchpoint.exp: Fix regexp.
21166
21167 * lib/gdb.exp(default_gdb_exit): Add a catch to the
21168 close and wait commands, as the descriptor may now be
21169 invalid. Always call "remote_close host".
21170
21171 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
21172
21173 Major rewrite for testsuite revision.
21174
21175 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
21176 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
21177 instead of relying on spawn_id to always contain a valid
21178 spawn id.
21179 (get_compiler_info): New procedure to build the ${binfile}.ci
21180 file, instead of replicating this in N different places.
21181 (gdb_compile): New procedure.
21182
21183 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
21184 appropriate arguments) instead of compile. Use gdb_test in a lot
21185 more places. Use send_gdb instead of send. Always run gdb_start
21186 at the start of a testcase, as this is no longer done magically.
21187
21188 config/*-gdb.exp: Rename without the -gdb suffix.
21189
21190 config/mips.exp: Use remote_close instead of exit_remote_shell.
21191 config/monitor.exp: Use target_info instead of looking at
21192 baud, timeout, etc.
21193 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
21194
21195 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21196
21197 * gdb.c++/templates.exp (test_ptype_of_templates),
21198 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
21199 Update expect patterns for destructors and assignment operators
21200 to match corresponding c-typeprint.c changes.
21201 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
21202 to destructor breakpoint test, GDB should be able to set the
21203 destructor breakpoint without specifying arguments.
21204
21205 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
21206
21207 * gdb.threads/pthreads.exp: Change result for failure to compile due
21208 to lack of pthreads runtime support from an error to simply an
21209 unsupported test, per dejagnu standards.
21210
21211 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21212
21213 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
21214 where GDB exits to reduce pattern match time.
21215 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
21216
21217 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
21218
21219 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
21220
21221 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
21222 * gdb.base/default.exp: ditto.
21223 * gdb.base/nodebug.exp: ditto.
21224 * gdb.base/printcmds.exp: ditto.
21225 * gdb.base/ptype.exp: ditto.
21226 * gdb.base/setvar.exp: ditto.
21227 * gdb.base/structs.exp: ditto.
21228 * gdb.base/setshow.c: Guard against uninitialized values of argc.
21229
21230 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
21231
21232 * configure, */configure: Rebuild with autoconf 2.12.
21233
21234 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
21235
21236 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
21237 use new i*86-pc-linux*-gnu quads.
21238 * gdb.base/corefile.exp: Ditto.
21239 * gdb.base/signals.exp: Ditto.
21240 * gdb.base/sigall.exp: Ditto.
21241 * gdb.base/interrupt.exp: Ditto.
21242
21243 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
21244 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
21245 RedHat 4.0.
21246
21247 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
21248 linux. This allows the test case to at least compile on latest
21249 linux, but still not run due to missing the threads runtime library.
21250
21251 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21252
21253 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
21254 directory to search gdb directory. Accept and step over conditional
21255 stack alignment code. Consume $prompt in failure cases.
21256 Reset timeout to $oldtimeout instead of some arbitrary value.
21257 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
21258 timeout problems with infinite stack backtraces.
21259 * gdb.base/ptype.exp (ptype struct link, union tu_link):
21260 Accept function parameters for linkfunc member.
21261
21262 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
21263
21264 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
21265 (CXXFLAGS): Remove, unreferenced.
21266 (B_OPTIONS): Add for -B options and add code to initialize with
21267 previous -B options and also add -B option to pick up cross compiled
21268 runtime.
21269 (TARGET_INCLUDES): Add for -I options and add code to initialize when
21270 doing cross compiles.
21271 (target_alias): Declare global.
21272 (xgcc): Set variable to full path of gcc in build tree. Use findfile
21273 to verify that gcc exists in build tree, and if so set CC to that
21274 gcc and to use B_OPTIONS and TARGET_INCLUDES.
21275
21276 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
21277
21278 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
21279 ptype test for anonymous union. Fixup testcase to match
21280 current gcc debug output.
21281
21282 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
21283
21284 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
21285 force argument to an unsigned long type.
21286
21287 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
21288
21289 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
21290 tests and anonymous union print/ptype tests.
21291 * gdb.base/list.exp (test_forward-search): Increase timeout by
21292 5 minutes for the "search extremely long line" case.
21293 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
21294 completely optional and that the pass/fail messages use the command as
21295 the message if that third arg is a null string.
21296 (gdb_test_exact): Arrange that a null string pattern means match a
21297 null string output rather than any output, which might include random
21298 errors.
21299 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
21300 backtrace test.
21301 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
21302 always failing and failure is now exposed by gdb.exp changes.
21303
21304 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
21305
21306 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
21307 weren't being noted.
21308
21309 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21310
21311 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
21312 * gdb.stabs/weird.exp: Remove v_comb xfails.
21313
21314 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
21315
21316 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
21317 list.exp scope.exp watchpoint.exp]
21318 Make all timeout error msgs explicitly say "(timeout)".
21319
21320 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
21321
21322 * config/monitor.exp: Increase download timeout to 1000 seconds.
21323
21324 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
21325
21326 * config/m32r.exp: Increase timeout to 120 seconds.
21327
21328 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
21329
21330 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
21331 and accept older ordering as obsolescent gcc or gdb.
21332 * gdb.c++/templates.exp: Ditto.
21333 * gdb.c++/virtfunc.exp: Ditto.
21334
21335 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
21336
21337 * gdb.base/coremaker.c: Add code to mmap some data so we
21338 can check that it ends up in the core file.
21339 * gdb.base/corefile.exp: Add test to read mmapped data
21340 from core file.
21341
21342 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
21343
21344 * config/m32r.exp: New file.
21345
21346 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
21347
21348 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
21349 that cflags can contains -gstabs, and work correctly for other tests.
21350
21351 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
21352
21353 * gdb.base/setshow.exp: New file, tests show and set.
21354 * gdb.base/setshow.c: New file, tests show and set.
21355 * gdb.base/help.exp: Add test for help set|show annotate.
21356 * gdb.base/default.exp: Add test for set|show annotate.
21357
21358 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
21359
21360 * testsuite/gdb.base/break.exp: Make backtrace from factorial
21361 errors unique.
21362 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
21363 explicitly.
21364
21365 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
21366
21367 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
21368 and width commands. This is done elsewhere.
21369 * (gdb_start): Don't call gdb_start_sim here. That's already
21370 done in gdb_load. This fixes lots of failures in default.exp.
21371
21372 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
21373
21374 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
21375 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
21376 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
21377 in the same we we treat other failures (since it may be an expected
21378 condition), rather than as an error.
21379 * gdb.base/signals.exp (test_handle_all_print): Revert back to
21380 old test format.
21381
21382 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
21383
21384 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
21385 (distclean maintainer-clean realclean): No need to remove files
21386 twice. Nuke the duplicates.
21387 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
21388 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
21389 Remove config.h along with other config files.
21390
21391 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
21392
21393 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
21394 "p func1 ()" and note that rests of tests are skipped.
21395 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
21396 setup_xfails for "print func2::coremaker_local".
21397 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
21398 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
21399 affected by the previous run test.
21400 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
21401 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
21402 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
21403 "pass int powerset tuple" and "pass modeless int powerset tuple".
21404 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
21405 "real write 4" and "real write 8".
21406 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
21407 setup_xfails for "print vs1 after tuple assign 2",
21408 "print \$i after tuple assign 2", and
21409 "print vs2 after tuple assign 2".
21410 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
21411 meaningful error message and return -1 so the caller can
21412 suppress further tests and avoid a cascade of errors.
21413
21414 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
21415
21416 * gdb.base/a1-selftest.exp: Tweak tests to account for new
21417 format for printing version.
21418 * gdb.base/default.exp: Ditto.
21419 * gdb.base/interrupt.exp: Fix problem with cascade of
21420 errors if child process dies while calling a function.
21421
21422 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
21423
21424 * Makefile.in (VPATH): Add
21425 * Makefile.in (Makefile, config.status): Fix rules so things get
21426 remade when necessary.
21427
21428 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
21429
21430 * Makefile.in (just-check): Add path to sibling expect dir
21431 to environment variable specified by RPATH_ENVVAR.
21432
21433 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
21434
21435 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
21436 (just-check): Add shared library paths for libstdc++, tk,
21437 tcl, bfd, and opcodes to the environment variable specified
21438 in RPATH_ENVVAR.
21439 * configure.in: Add support to recognize --enable-shared flag
21440 and generate correct value for RPATH_ENVVAR.
21441 * configure: Regenerated with autoconf.
21442
21443 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
21444
21445 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
21446 include all osf versions.
21447 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
21448 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
21449 when target is linux. When failing to build pthreads test
21450 executable, give more meaningful message.
21451 * gdb.threads/pthreads.c: Hpux also uses old definition of second
21452 arg for pthread_create.
21453
21454 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
21455
21456 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
21457 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
21458 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
21459 and -lpthreads (everybody else).
21460 (test_startup): Fail gracefully if threads are not supported.
21461 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
21462 "p/c array_index("abcdef",2)" when not gcc compiled.
21463 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
21464 "print func2::coremaker_local" when not gcc compiled.
21465 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
21466 "ptype on opaque struct tagname (statically)",
21467 "ptype on opaque struct tagname (dynamically) 1", and
21468 "ptype on opaque struct tagname (dynamically) 2"
21469 for not compiled with gcc.
21470 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
21471 backtrace when compiled with gcc.
21472 * lib/gdb.exp (runto_main): Return result of "runto main" rather
21473 than always return success.
21474
21475 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
21476
21477 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
21478
21479 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
21480
21481 * gdb.base/structs.exp: Undo last change.
21482
21483 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
21484
21485 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
21486 encapsulate all the steps/nexts done during self test, starting
21487 at main, and makes them less sensitive to optimization issues.
21488 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
21489 signal handler" test.
21490 * gdb.threads/pthreads.exp: Only run this for native configs.
21491 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
21492 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
21493 tests.
21494 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
21495 for "runto test_calls(void)" test.
21496
21497 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
21498
21499 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
21500 and don't expect address info in breakpoint confirmations.
21501
21502 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
21503
21504 * gdb.base/list.exp (test_forward_search): Increase timeout
21505 temporarily by 60 seconds for searching extremely long line,
21506 and then reset to old value when done. Increase expect input
21507 buffer to 10000.
21508
21509 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
21510
21511 * gdb.base/list.exp (test_forward_search): Fix to handle very
21512 long source line without overflowing expect's input buffer.
21513
21514 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
21515
21516 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
21517 "buffer_full".
21518
21519 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
21520 "buffer_full".
21521
21522 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
21523 "buffer_full".
21524
21525 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
21526 "buffer_full".
21527
21528 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
21529
21530 * configure.in (configdirs): Add gdb.threads.
21531 * configure: Regenerated with autoconf.
21532 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
21533 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
21534 * gdb.threads/configure: New, generated with autoconf.
21535
21536 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
21537
21538 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
21539
21540 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
21541
21542 * gdb.base/signals.exp (test_handle_all_print): Test separately for
21543 each signal's status in the output of "handle all print".
21544 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
21545 the \r\n sequence that immediately precedes the gdb prompt.
21546 * gdb.base/a1-selftest.exp: Save original timeout and restore
21547 after test.
21548
21549 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
21550
21551 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
21552 symbol.
21553
21554 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
21555
21556 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
21557
21558 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
21559
21560 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
21561 timeout by 60 seconds.
21562
21563 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
21564
21565 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
21566 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
21567 error return.
21568
21569 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
21570
21571 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
21572 gdb initialization, also report how long dejagnu waited. Restore
21573 old timeout before doing error return. Temporarily increase timeout
21574 by 3 minutes to allow for slow startups over heavy NFS use.
21575
21576 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
21577
21578 * lib/gdb.exp: Report timeout value for verbosity level 2.
21579 * config/gdbserver.exp: Ditto.
21580 * config/hppro.exp: Ditto.
21581 * config/mips-gdb.exp: Ditto.
21582 * config/monitor.exp: Ditto.
21583 * config/netware.exp: Ditto.
21584 * config/sim-gdb.exp: Ditto.
21585 * config/slite-gdb.exp: Ditto.
21586 * config/udi-gdb.exp: Ditto.
21587 * config/unix-gdb.exp: Ditto.
21588 * config/vx-gdb.exp: Ditto.
21589 * gdb.base/a1-selftest.exp: Ditto.
21590 * gdb.base/a2-run.exp: Ditto.
21591 * gdb.base/break.exp: Ditto.
21592 * gdb.base/corefile.exp: Ditto.
21593 * gdb.base/list.exp: Ditto.
21594 * gdb.base/recurse.exp: Ditto.
21595 * gdb.base/scope.exp: Ditto.
21596 * gdb.base/signals.exp: Ditto.
21597
21598 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21599
21600 * gdb.threads/Makefile.in (docdir): Removed.
21601
21602 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
21603
21604 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
21605 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
21606 @srcdir@.
21607 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
21608 autoconf 2.5 or higher.
21609 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
21610
21611 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
21612
21613 * configure: Regenerated.
21614 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
21615 avoid name clashes with SunOS headers.
21616
21617 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
21618
21619 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
21620
21621 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
21622
21623 * gdb.base/callfuncs.exp: Finish last change -- make sure the
21624 prototype information ends up in the compiler info file.
21625
21626 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
21627
21628 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
21629 attempting to regenerate it. Eliminate use of a temporary file
21630 and just generate the info file directly. Source it immediately,
21631 for consistency of use.
21632 * gdb.base/corefile.exp: Ditto
21633 * gdb.base/exprs.exp: Ditto.
21634 * gdb.base/funcargs.exp: Ditto.
21635 * gdb.base/langs.exp: Ditto.
21636 * gdb.base/list.exp: Ditto.
21637 * gdb.base/mips_pro.exp: Ditto.
21638 * gdb.base/nodebug.exp: Ditto.
21639 * gdb.base/opaque.exp: Ditto.
21640 * gdb.base/ptype.exp: Ditto.
21641 * gdb.base/scope.exp: Ditto.
21642 * gdb.base/setvar.exp: Ditto.
21643 * gdb.base/signals.exp: Ditto.
21644 * gdb.base/whatis.exp: Ditto.
21645 * gdb.c++/templates.exp: Ditto.
21646 * gdb.c++/virtfunc.exp: Ditto.
21647 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
21648 whether or not to add -lstdc++ to the compile command line args.
21649
21650 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21651
21652 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
21653 it got fixed by the recent lookup_minimal_symbol_by_pc change.
21654 Increase timeout, a lot of single stepping might be needed if the
21655 target has no hardware watchpoints.
21656
21657 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
21658
21659 * gdb.base/break.exp: Ignore compiler warnings when compiling
21660 break.c.
21661 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
21662 * gdb.base/default.exp: Add h8300 xfails. Handle messages
21663 from remote-sim.
21664 * gdb.base/exprs.exp: Add h8300 xfails.
21665 * gdb.base/funcargs.exp: Likewise.
21666 * gdb.base/nodebug.exp: Likewise.
21667 * gdb.base/printcmds.exp: Likewise.
21668 * gdb.base/ptype.exp: Likewise.
21669 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
21670 h8300 xfails.
21671 * gdb.base/return.exp: Handle float/double precision problems
21672 on the h8300.
21673 * gdb.base/funcargs.c: Explicitly make last constant argument to
21674 call_after_alloca_subr an unsigned long type.
21675 * gdb.base/return.c: Include stdio.h.
21676
21677 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
21678
21679 * config/abug.exp: New file for the older Motorola Bug monitor
21680 that runs on the mvme13x series VME boards.
21681 * config/monitor.exp: Use the new config array for target settings
21682 if they exist.
21683
21684 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
21685
21686 * sim-gdb.exp: Make the SH simulator allocate less space when
21687 it is targeted.
21688
21689 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
21690
21691 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
21692 test.
21693
21694 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
21695
21696 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
21697 "rs6000-*-*" for "list function in include file" when gcc compiled.
21698 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
21699 for "p ctable1[120]".
21700 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
21701 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
21702 Remove setup_xfail for "rs6000-*-*" for
21703 "print 'scope0.c'::filelocal before run".
21704 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
21705 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
21706 since some compilers don't allow both options to be given
21707 on the same command line. Create object file and move it.
21708
21709 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
21710
21711 * gdb.base/corefile.exp: Always regenerate the core file, since
21712 we always regenerate the coremaker program. Detect special case
21713 where registers cannot be read from core file.
21714
21715 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
21716
21717 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
21718 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
21719 * gdb.c++/templates.exp: Only match on basename of file since
21720 some formats like xcoff don't encode directory information.
21721 * gdb.stabs/weird.exp: Use the right sed script for powerpc
21722 and rs6000 AIX xcoff targets.
21723 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
21724 * configure: Regenerate.
21725 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
21726 here, rather than in distclean.
21727
21728 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
21729
21730 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
21731 defined, and use it to compile the test case with -O2. The
21732 native compilation still uses no optimization.
21733 * gdb.base/mips_pro.c: Remove inline assembly code since
21734 it is compiled PIC by default, which results in assembler
21735 warnings that make the testsuite think the compilation
21736 was unsuccessful.
21737
21738 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
21739
21740 * gdb.c++/misc.exp: Add note to message for
21741 "print s.a for foo struct" that this is a known gcc 2.7.2
21742 and earlier bug.
21743
21744 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
21745
21746 * gdb.base/break.exp: Fix pattern for matching "Delete all
21747 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
21748 setup_xfail for deleting all breakpoints test. Fix various
21749 timeout messages to include "(timeout)".
21750 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
21751 for "p t_float_values2(3.14159,float_val2)".
21752 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
21753 for "continue to call2g" when gcc compiled.
21754 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
21755 "up to foo in langs.exp", "show language at foo in langs.exp",
21756 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
21757 and "show language at fsub in langs.exp".
21758 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
21759 "list line 1 in include file", "list message for lines past EOF",
21760 "list function in include file", "list list0.h:foo", and
21761 "list filename:function; nonexistant function".
21762 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
21763 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
21764 and "ptype t_char_array" to be for native cc only.
21765
21766 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
21767
21768 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
21769 setup_xfail for "print coremaker_bss", "print coremaker_ro",
21770 "print func2::coremaker_local", and "backtrace in corefile.exp".
21771
21772 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
21773
21774 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
21775 "bt in signals.exp". This problem only appears when running
21776 the testsuite, and then only intermittently.
21777
21778 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
21779
21780 * gdb.base/return.exp (return_tests): Differentiate between
21781 two tests of continuing.
21782
21783 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
21784
21785 * */Makefile.in (maintainer-clean): Remove config.log.
21786 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
21787 * gdb.c++/Makefile.in (PROGS): Add inherit.
21788 (clean): Remove *.ci.
21789
21790 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
21791
21792 * gdb.c++/misc.cc: Add test code from Mike Stump.
21793 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
21794
21795 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
21796
21797 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
21798 to "alpha-*-osf2*" and add comment.
21799 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
21800 setup_xfail for "step over execarg initialization" and
21801 "step over corearg initialization".
21802 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
21803 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
21804 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
21805 gcc compiled for "print coremaker_bss", "print coremaker_ro",
21806 "print func2::coremaker_local", and "backtrace in corefile.exp".
21807 * gdb.base/signals.exp: Build and source signals.ci.
21808 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
21809 to be for gcc only.
21810 * lib/gdb.exp: Move verbose statements outside conditionals.
21811
21812 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21813
21814 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
21815 Feb 3 procfs.c change.
21816
21817 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
21818
21819 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
21820
21821 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
21822
21823 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
21824 from dejagnu's apparent default of 10 seconds, which gives random
21825 results when running the tests over NFS on moderately loaded systems.
21826 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
21827
21828 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
21829
21830 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
21831 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
21832 result reports.
21833
21834 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
21835
21836 * configure.in (CY_AC_PATH_TCLH): Remove.
21837 * configure: Regenerate.
21838
21839 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
21840
21841 * gdb.c++/Makefile.in (clean): Add missing '{'.
21842
21843 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
21844
21845 * lib/gdb.exp: Provide a default value for noinferior.
21846
21847 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
21848 Load libgloss.exp.
21849
21850 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
21851
21852 * gdb.disasm/hppa.exp: Compile directly into an executable, use
21853 the executable, not the .o to run the tests from.
21854
21855 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
21856
21857 * gdb.base/break.exp: Don't test for program exit or exit status
21858 if $noresults if nonzero.
21859 * gdb.base/langs.exp: Likewise.
21860 * gdb.base/watchpoint.exp: Likewise.
21861
21862 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
21863 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
21864 trying to compile the testcase.
21865
21866 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
21867
21868 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
21869 * gdb.base/signals.exp (continue to handler): Likewise.
21870
21871 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
21872
21873 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
21874
21875 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
21876
21877 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
21878
21879 * gdb.base/corefile.exp: Recognize "not found" as failure
21880 when trying to determine if a core file was generated.
21881 If no core file was generate the first time, try again without
21882 the ulimit -c to work around braindamaged shells.
21883
21884 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
21885
21886 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
21887 [] tests with "test" and enclose string in quotes.
21888 * gdb.stabs/configure: Rebuild
21889
21890 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
21891
21892 Changes in sync with expect:
21893 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
21894 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
21895 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
21896 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
21897 argument to AC_REQUIRE.
21898 * configure: Regenerated.
21899
21900 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
21901
21902 * gdb.base/corefile.exp: When generating a core, discard any
21903 error messages about ulimit not found and the "core dumped"
21904 message from the shell that runs the coredumper.
21905
21906 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
21907
21908 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
21909
21910 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
21911 which sed script to run. Expect failure for v_comb test
21912 on PA targets too.
21913
21914 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
21915
21916 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
21917 "print func2::coremaker_local" and for "backtrace in corefile.exp"
21918
21919 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
21920
21921 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
21922 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
21923 "sparc-sun-solaris*" xfails for "p v_comb".
21924 * lib/gdb.exp (default_gdb_start): Fix typo.
21925 * gdb.base/corefile.exp: Allow "Core was generated by ..."
21926 messages to not include the full program name that caused
21927 the core dump since some systems (such as solaris) apparently
21928 truncate this path to about 80 characters.
21929 When generating a core file first try increasing the core file
21930 size limit to unlimited since some systems may default it to
21931 zero, and it is harmless to try it. Move the test for failing
21932 to generate a core file to where it will actually get executed.
21933 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
21934 new gdb result from g++ debug info improvements and make old
21935 pattern obsolescent. Also account for size_t differences
21936 (may be int or long).
21937 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
21938 initialization before function call is placed in the delay slot
21939 and thus appears to be skipped over by commands such as "next".
21940
21941 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
21942
21943 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
21944
21945 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
21946
21947 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
21948 input source file; fix code to compile test to deal with this
21949 convention.
21950 * gdb.c++/*.exp: Likewise.
21951
21952 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
21953
21954 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
21955 "bt in signals.exp".
21956
21957 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
21958
21959 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
21960 "step over execarg initialization" and
21961 "step over corearg initialization".
21962
21963 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
21964
21965 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
21966 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
21967
21968 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
21969
21970 From Rob Savoye (rob@poseidon.cygnus.com)
21971 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
21972 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
21973 configure.in}, gdb.disasm/{Makefile.in, configure.in},
21974 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
21975 configure.in}: Major reworking for autoconfig.
21976 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
21977 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
21978 New files.
21979 * config/unix-gdb.exp: Make GDB global.
21980 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
21981 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
21982 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
21983 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
21984 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
21985 term.exp, twice.exp, watchpoint.exp, whatis.exp},
21986 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
21987 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
21988 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
21989 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
21990 pr-8136.exp, result.exp, string.exp, tuples.exp},
21991 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
21992 to returns as necessary, arrange for test to compile own testcase
21993 executable.
21994 * lib/gdb.exp: Changes for testsuite to compile own test cases.
21995
21996 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
21997
21998 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
21999 clear_xfail at end of test which might not call either pass or fail.
22000 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
22001 "backtrace through signal handler".
22002
22003 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22004
22005 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
22006 continuing from a job control stop signal.
22007 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
22008
22009 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
22010
22011 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
22012 * gdb.base/corefile.exp: Likewise.
22013 * gdb.base/funcargs.exp: Likewise.
22014
22015 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
22016
22017 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
22018 * config/monitor.exp: Add support for setting baud rate.
22019
22020 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
22021
22022 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
22023 i*86-*-linux* xfails for "backtrace through signal handler".
22024 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
22025 "print func2::coremaker_local".
22026 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
22027 alpha-dec-osf2* xfail for
22028 "delete all breakpoints when none".
22029
22030 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
22031
22032 * gdb.base/break.exp: Change test that deletes all breakpoints
22033 when no user breakpoints are installed. A post 4.15 change
22034 causes gdb to no longer prompt in this case.
22035
22036 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
22037
22038 * gdb.base/return.exp (return_tests): Change xfail for test
22039 "correct value returned double test" to stop xfailing at
22040 Solaris 2.5. Apparently the bug has been fixed.
22041
22042 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
22043
22044 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
22045 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
22046
22047 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
22048
22049 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
22050 * gdb.disasm/hppa.s: Corresponding changes.
22051
22052 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
22053
22054 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
22055 makefile fragment.
22056 * config/mt-hpux: Deleted.
22057
22058 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
22059
22060 * Many files: When warning about suppressed tests due to a
22061 nonexistant test binary, avoid incrementing the warning count.
22062
22063 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
22064
22065 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
22066
22067 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22068
22069 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
22070 "sparc-*-solaris2*".
22071
22072 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22073
22074 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
22075 Add global and local variables and initialize them.
22076 * gdb.base/corefile.exp: Test correct mapping of corefile sections
22077 by printing variables. Remove rs6000 and powerpc xfails, BFD now
22078 extracts the file name and terminating signal from the core file.
22079 * TODO: Remove note about tests for correct mapping of corefile.
22080 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
22081 from optimizing it away.
22082 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
22083 handles common blocks.
22084
22085 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
22086
22087 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
22088 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
22089
22090 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
22091
22092 * Makefile.in (maintainer-clean): New target, synonym for
22093 realclean.
22094 * gdb.base/Makefile.in (maintainer-clean): Likewise.
22095 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
22096 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
22097 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
22098 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
22099 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
22100
22101 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
22102
22103 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
22104 xfails when not gcc compiled for "print foo::funclocal".
22105 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
22106 "print foo::funclocal at foo",
22107 "print 'scope1.c'::foo::funclocal at foo",
22108 "print foo::funclocal_bss at foo",
22109 "print 'scope1.c'::foo::funclocal_bss at foo",
22110 "print foo::funclocal_ro at foo",
22111 "print 'scope1.c'::foo::funclocal_ro at foo",
22112 "print bar::funclocal at foo" and
22113 "print 'scope1.c'::bar::funclocal at foo".
22114 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
22115 gcc compiled for "print foo::funclocal at bar".
22116 Expand all messages to ensure that they identify that
22117 the test is at bar().
22118 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
22119 gcc compiled for:
22120 "ptype on opaque struct pointer (statically)",
22121 "ptype on opaque struct tagname (statically)",
22122 "ptype on opaque struct pointer (dynamically) 1",
22123 "ptype on opaque struct tagname (dynamically) 1",
22124 "ptype on opaque struct pointer (dynamically) 2" and
22125 "ptype on opaque struct tagname (dynamically) 2
22126 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
22127 gcc compiled for:
22128 "p datalocal"
22129 "whatis datalocal",
22130 "ptype datalocal",
22131 "p bsslocal",
22132 "whatis bsslocal", and
22133 "ptype bsslocal".
22134 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
22135 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
22136 when not gcc compiled.
22137 * gdb.base/funcargs.exp (float_and_integral_args): Add
22138 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
22139 compiled.
22140 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
22141 "backtrace from call6a" when not gcc compiled.
22142 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
22143 "backtrace from call7a" when not gcc compiled.
22144 * gdb.base/callfuncs.exp (do_function_calls):
22145 Add "hppa*-*-hpux*" xfail when not gcc compiled for
22146 "p t_char_array_values(char_array_val2,char_array_val1)",
22147 "p t_char_array_values(char_array_val1,char_array_val2)",
22148 "p t_char_array_values("carray 1","carray 2")",
22149 "p t_char_array_values("carray 1",char_array_val2)",
22150 "p t_char_array_values(char_array_val1,"carray 2")",
22151 "p sum_args(1,{2})",
22152 "p sum_args(2,{2,3})",
22153 "p sum_args(3,{2,3,4})",
22154 "p sum_args(4,{2,3,4,5})"
22155 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
22156 "backtrace in corefile.exp" when not gcc compiled.
22157
22158 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22159
22160 * gdb.base/signals.exp: Rewrite `handle all print' test as
22161 a procedure. Accept blanks or TABs as whitespace, increase
22162 timeout and expect input buffer size for the large output
22163 from the command. Remove "i*86-*-bsdi2.0" xfail.
22164
22165 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22166
22167 * gdb.base/setvar.exp: Add new testcases for truncation when
22168 assigning invalid values to bitfields.
22169
22170 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
22171
22172 * gdb.base/callfuncs.exp (do_function_calls): Remove
22173 mips-sgi-irix* xfail for
22174 "call inferior func with struct - returns char *"
22175 and fix test so that an optional (unsigned char *) cast is
22176 accepted in the result.
22177
22178 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
22179
22180 * gdb.base/funcargs.exp (float_and_integral_args): Remove
22181 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22182 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
22183 * gdb.base/signals.exp: Remove duplicate "handle all print" test
22184 that accidentally got checked in.
22185
22186 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
22187
22188 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
22189 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
22190 compiled test.
22191 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
22192 Add mips-sgi-irix5* xfail for not gcc compiled.
22193 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
22194 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
22195 "p top", "whatis top", "p middle", and "whatis middle".
22196 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
22197 "whatis signed char" for not gcc compiled.
22198 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
22199 "set variable signed char=-1 (-1)" and
22200 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
22201 * gdb.base/funcargs.exp (float_and_integral_args):
22202 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
22203 Add mips-sgi-irix* xfail when not gcc compiled for
22204 "continue to call2b".
22205 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
22206 "continue to call2g".
22207 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
22208 "backtrace from call6a"
22209 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
22210 "backtrace from call7k".
22211 Add mips-sgi-irix5* xfail when not gcc compiled for
22212 "backtrace from call7a".
22213 (localvars_after_alloca): Fix gdb_test cmds for
22214 "print * after runto ...".
22215 Remove rs6000-*-* xfails for
22216 "print i after runto localvars_after_alloca" and
22217 "print l after runto localvars_after_alloca"
22218 for all compilers.
22219 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
22220 when not compiled with gcc, for:
22221 "print signed char == (minus)",
22222 "print signed char != (minus)",
22223 "print signed char < (minus)",
22224 "print signed char > (minus)".
22225 * gdb.base/callfuncs.exp (do_function_calls):
22226 Add mips-sgi-irix* xfail, when compiled with native compiler, for
22227 "call inferior func with struct - returns char *".
22228 * gdb.base/return.exp (return_tests): Change xfail for
22229 "correct value returned double test" to include Solaris 2.4.
22230 * gdb.base/funcargs.exp (float_and_integral_args):
22231 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22232
22233 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22234
22235 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
22236 enumeration bitfields if compiling with GNU C.
22237 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
22238 to empty' prompt.
22239
22240 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
22241
22242 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
22243 test for PRO targets.
22244
22245 * gdb.base/funcargs.exp: Avoid ever setting more than 8
22246 breakpoints in the inferior at any given time by making
22247 two groups of breakpoints for call2*, call6* and call7*
22248 tests.
22249
22250 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22251
22252 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
22253 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
22254 from optimizing it away.
22255 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
22256 "call inferior func with struct".
22257
22258 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
22259
22260 * configure.in: Only configure gdb.chill for particular targets.
22261
22262 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
22263
22264 * gdb.base/Makefile.in: Add action to .c.o transformation
22265 rule that generates a .ci file for each .o file and remove
22266 explicit .c.o rules except for callfuncs.o.
22267 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
22268 generates a .ci file for each .o file and remove explicit
22269 .cc.o rules.
22270 (clean): Remove *.tmp *.ci files.
22271 (EXECUTABLES): Remove templ-info.exp.
22272 * gdb.base/compiler.c: New file.
22273 * gdb.c++/compiler.cc: New file
22274 * gdb.base/scope.exp: Source gdb.base/scope.ci.
22275 Change rs6000-*-* xfail for
22276 "print 'scope0.c'::filelocal_ro" and
22277 "print 'scope1.c'::filelocal" and
22278 "print 'scope1.c'::filelocal_bss" and
22279 "print 'scope1.c'::filelocal_ro" and
22280 "print 'scope1.c'::foo::funclocal" and
22281 "print 'scope1.c'::foo::funclocal_ro" and
22282 "print 'scope1.c'::bar::funclocal" and
22283 "print 'scope0.c'::filelocal_ro" and
22284 "print 'scope1.c'::filelocal at foo" and
22285 "print 'scope1.c'::filelocal_bss at foo" and
22286 "print 'scope1.c'::filelocal_ro at foo" and
22287 "print 'scope1.c'::foo::funclocal at foo" and
22288 "print 'scope1.c'::foo::funclocal_bss at foo" and
22289 "print 'scope1.c'::foo::funclocal_ro at foo" and
22290 "print 'scope1.c'::bar::funclocal at foo" and
22291 "print 'scope0.c'::filelocal_ro" and
22292 "print 'scope1.c'::filelocal" and
22293 "print 'scope1.c'::filelocal_bss" and
22294 "print 'scope1.c'::filelocal_ro" and
22295 "print 'scope1.c'::foo::funclocal" and
22296 "print 'scope1.c'::foo::funclocal_bss" and
22297 "print 'scope1.c'::foo::funclocal_ro" and
22298 "print 'scope1.c'::bar::funclocal" and
22299 "print 'scope1.c'::bar::funclocal_bss"
22300 to only be xfail'd when not compiled with gcc.
22301 Add rs6000-*-* xfail for
22302 "print 'scope0.c'::filelocal_bss before run"
22303 when compiled with gcc.
22304 (test_at_main): Add rs6000-*-* xfail for
22305 "print filelocal_ro in test_at_main"
22306 when compiled with gcc.
22307 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
22308 Add rs6000-*-aix* xfail for
22309 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
22310 "ptype t_char_array", not compiled with gcc.
22311 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
22312 xfail for "list foo (in include file)" when gcc compiled.
22313 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
22314 (integral_args): Add rs6000-*-* xfail for
22315 "run to call0a" if not compiled with gcc.
22316 (unsigned_integral_args): Add rs6000-*-* xfail for
22317 "run to call1a" if not compiled with gcc.
22318 (float_and_integral_args): Add rs6000-*-* xfail for
22319 "run to call2a" if not compiled with gcc and for
22320 "continue to call2b" for any compiler.
22321 Add rs6000-*-* xfail to
22322 "print f1 after run to call2a" for gcc compiled.
22323 (discard_and_shuffle): Add rs6000-*-* xfail for
22324 "run to call6a".
22325 (shuffle_round_robin): Add rs6000-*-* xfail for
22326 "backtrace from call7a" if not compiled with gcc.
22327 Add rs6000-*-* xfail for
22328 "backtrace from call7b" if compiled with gcc.
22329 (call_after_alloca): Add rs6000-*-* xfail for
22330 "print c in call_after_alloca" and
22331 "print s in call_after_alloca" and
22332 "backtrace from call_after_alloca_subr"
22333 if not compiled with gcc.
22334 (localvars_in_indirect_call): Add rs6000-*-* xfail for
22335 "print c in localvars_in_indirect_call" and
22336 "print c in localvars_in_indirect_call" and
22337 "backtrace in indirectly called function" and
22338 "stepping into indirectly called function"
22339 if not compiled with gcc.
22340 (localvars_after_alloca): Add rs6000-*-* xfail for
22341 "print c after runto localvars_after_alloca" and
22342 "print s after runto localvars_after_alloca" and
22343 "print i after runto localvars_after_alloca" and
22344 "print l after runto localvars_after_alloca"
22345 for all compilers.
22346 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
22347 than whatis-info.exp.
22348 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
22349 than opaque-info.exp.
22350 Setup rs6000-*-* xfail for
22351 "ptype on opaque struct pointer (statically)" and
22352 "ptype on opaque struct pointer (dynamically)" when
22353 not compiled with gcc.
22354 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
22355 rather than callf-info.exp.
22356 (do_function_calls): Add clear_xfail for rs6000-*-* for
22357 "p t_float_values2(3.14159,float_val2)". Seems to work
22358 fine there, both with xlc and gcc. Need to find out what
22359 it is doing right and fix other platforms.
22360 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
22361 "call inferior func with struct - returns int",
22362 "call inferior func with struct - returns long",
22363 "call inferior func with struct - returns float",
22364 "call inferior func with struct - returns double",
22365 "call inferior func with struct - returns char *",
22366 but only if not gcc compiled (presumes xlc compiled).
22367 Change rs6000-*-* xfails for
22368 "call inferior func with struct - returns char" and
22369 " call inferior func with struct - returns short" to only
22370 xfail if not using gcc.
22371 (clean mostlyclean): Remove *.ci and *.tmp files.
22372 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
22373 than templ-info.exp.
22374 * gdb.base/langs.exp: Source gdb.base/langs.ci.
22375 Add rs6000-*-* xfail for "up to foo in langs.exp"
22376 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
22377 when not gcc compiled.
22378
22379 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22380
22381 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
22382 * gdb.base/corefile.exp: Likewise.
22383 * gdb.base/list.exp: Likewise.
22384 * gdb.base/scope.exp: Likewise.
22385 * gdb.base/siganls.exp: Likewise.
22386
22387 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
22388 compiler output.
22389 * gdb.base/whatis.exp: Likewise.
22390
22391 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
22392
22393 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
22394 failure (opcode table has been fixed to match reality).
22395
22396 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
22397
22398 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
22399 "call inferior func with struct - returns char",
22400 "call inferior func with struct - returns short"
22401
22402 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
22403 "print 'scope0.c'::filelocal at main",
22404 "print 'scope0.c'::filelocal_bss in test_at_main",
22405 "print 'scope0.c'::filelocal at foo",
22406 "print 'scope0.c'::filelocal_bss in test_at_foo",
22407 "print 'scope0.c'::filelocal at bar",
22408 "print 'scope0.c'::filelocal_bss in test_at_bar"
22409
22410 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
22411 in source file 1". This bug seems to have been fixed with both
22412 gcc and native cc (was native assembler bug?).
22413
22414 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
22415
22416 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
22417 "backtrace through signal handler" to "i*86-*-sysv4*".
22418 * gdb.base/signals.exp: Add xfail for "'next' behaved as
22419 continue" case. Add "known SVR4 bug" to fail message.
22420 Add "i*86-*-bsdi2.0" xfail for "handle all print".
22421 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
22422 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
22423 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
22424 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
22425 "up to foo in langs.exp", "show language at foo in
22426 langs.exp", "up to cppsub_ in langs.exp", "show
22427 language at cppsub_ in langs.exp", "up to fsub in
22428 langs.exp", and "show language at fsub in langs.exp".
22429 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
22430 "bactrace in corefile.exp".
22431 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
22432 "call inferior function with struct - returns float" and
22433 "call inferior function with struct - returns double".
22434
22435 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
22436
22437 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
22438 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
22439 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
22440 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
22441
22442 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
22443
22444 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
22445 (or overriden) "CHILL" macro rather then bare "gcc".
22446 Also look for ../../gcc/xgcc since that is what we will
22447 actually need, not "Makefile". Remove following assignment
22448 of CHILL to CHILL_FOR_TARGET because that results in
22449 recursive definition.
22450
22451 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
22452
22453 * gdb.base/corefile.exp: Change xfail for backtrace in
22454 corefile.exp from linuxaout to all linux.
22455 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
22456 cases where we miss the breakpoint at the signal handler
22457 for some reason. Setup xfail for linuxoldld/linuxaout and
22458 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
22459 hitting SIGURG breakpoint.
22460 * gdb.base/signals.exp: Setup xfail for "next" acting like
22461 continue to add linuxoldld. Setup xfail for all linux for
22462 "next to handler in signals_tests_1", "backtrace in
22463 signals_tests_1", "continue to func1", "pass SIGUSR1",
22464 and continue to handler".
22465
22466 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
22467
22468 * Update all FSF addresses except those in COPYING* files.
22469
22470 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
22471
22472 * gdb.base/a2-run.exp: Change messages to be more explicit about
22473 the status of args, and quote binfile in results.
22474
22475 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
22476
22477 * gdb.base/callfuncs.exp: Add tests for passing structs to
22478 inferior functions and return various types.
22479 * gdb.base/callfuncs.c: Add functions to receive a struct
22480 and return a member of the struct, in various types.
22481
22482 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22483
22484 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
22485
22486 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
22487
22488 * config/vxworks29k.exp: New file, sources vxworks.exp.
22489
22490 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22491
22492 * config/gdbremote.exp: New file. Testing framework using
22493 gdbserver.
22494
22495 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
22496
22497 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
22498 "call function when asleep" and "send end of file".
22499 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
22500 for "backtrace in corefile.exp".
22501 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
22502 for "backtrace through signal handler".
22503 * gdb.base/corefile.exp: Make sure we actually generate a core file
22504 before trying the core tests. Some systems allow the user to suppress
22505 generation of core files and default to that (linux for example).
22506 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
22507 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
22508
22509 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22510
22511 * gdb.threads: New directory with some crude multi-threaded
22512 gdb tests (step.exp and step2.exp).
22513 * config/mt-lynx (STEP_EXECUTABLE): Define.
22514 (THREADFLAGS): Define.
22515
22516 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
22517
22518 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
22519
22520 * gdb.base/signals.exp: Disable whole file for lynx until
22521 further notice.
22522
22523 * gdb.base/signals.exp: xfail test where "next" acts like
22524 "continue" for lynx.
22525
22526 * gdb.base/interrupt.exp: xfail test for calling function while
22527 inferior is asleep for lynx.
22528
22529 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
22530 than one cr-lf after each command.
22531
22532 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22533
22534 * configure.in: Reinstate setting of stabsdirs variable, fix
22535 typo in setting up configdirs for native builds.
22536
22537 * gdb.base/return.exp: Fix typo in return double test.
22538 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
22539 compiler from optimizing them away.
22540
22541 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
22542
22543 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
22544 sequences to be echo'd by gdb when using gdb_test.
22545 * gdb.chill/chexp.exp: Likewise.
22546 * gdb.fortran/exprs.exp: Likewise
22547
22548 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
22549
22550 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
22551 after the inferior gdb has started.
22552
22553 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
22554 after each command.
22555 * gdb.base/funcargs.exp: Likewise.
22556 * gdb.base/gdbvars.exp: Likewise.
22557 * gdb.base/interrupt.exp: Likewise.
22558 * gdb.base/list.exp: Likewise.
22559 * gdb.base/watchpoint.exp: Likewise.
22560 * gdb.c++/demangle.exp: Likewise.
22561 * gdb.c++/inherit.exp: Likewise.
22562 * gdb.chill/chexp.exp: Likewise.
22563 * gdb.fortran/exprs.exp: Likewise.
22564
22565 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
22566 test if we can't handle IO to/from the inferior.
22567
22568 * gdb.c++/misc.exp: Always check for a program already being
22569 started after sending a "run" command to gdb.
22570
22571 * gdb.base/twice.exp: Start with a fresh gdb.
22572
22573 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
22574 only depend on gdb's expression code, not the chill runtime.
22575
22576 * gdb.base/return.c: Put return values into variables so we
22577 can have gdb print them rather than depending on the program
22578 to print them.
22579 * gdb.base/return.exp: Corresponding changes.
22580
22581 * lib/gdb.exp: Provide default value for noinferiorio.
22582 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
22583 the inferior.
22584
22585 * gdb.base/break.exp: Always check for a program already being
22586 started after sending a "run" command to gdb.
22587 (text_next_with_recursion): Don't check the output from the
22588 program's printf statement. Instead just make sure the program
22589 exited.
22590
22591 * gdb.base/commands.exp: Protect tests which need arguments with
22592 $noargs conditionals.
22593
22594 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22595
22596 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
22597 of structure member arrays to match gdb/valops.c:value_addr change.
22598
22599 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
22600
22601 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
22602 cases.
22603
22604 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
22605
22606 * configure.in (configdirs): Remove gdb.chill from default list
22607 of subdirs and then add it back in only if doing a native build.
22608 The current chill compiler does not yet work in any cross build.
22609 * Revert all signal changes from Jul 6.
22610 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
22611 for sh-hms targets, allowing these tests to link, with no other
22612 changes. Testing is suppressed by setting "nosignals" in site.exp.
22613
22614 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
22615
22616 * configure.in (signaldirs): Define and add to configdirs for all
22617 targets except some specific ones that are known to not support signals.
22618 Also clean up formatting.
22619 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
22620 (signals, sigall): Remove rules to build.
22621 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
22622 Moved to new gdb.signals directory.
22623 * gdb.signals: New test directory.
22624 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
22625 signals.c signals.exp}: New or moved files.
22626
22627 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
22628
22629 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
22630
22631 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
22632
22633 * gdb.base/return.exp: Xfail `return double' test failure
22634 on at least Solaris 2.3 and handle future/past versions on
22635 a case by case basis as appropriate. Also update message
22636 to include i*86 failures.
22637
22638 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22639
22640 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
22641
22642 * lib/gdb.exp: Fix comment which erroneously identified
22643 gdb_file_cmd as gdb_load (the 19 May change was in fact to
22644 gdb_file_cmd not gdb_load).
22645 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
22646
22647 * gdb.base/setvar.exp: Make test names consistent between pass and
22648 fail cases. Use gdb_test more.
22649
22650 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22651
22652 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
22653
22654 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22655
22656 * gdb.base/help.exp: Fix expected help string for `show commands'.
22657
22658 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
22659
22660 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
22661
22662 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
22663 of a text section.
22664
22665 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
22666
22667 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
22668 that loop eventually terminates. Fix Connection refused logic so
22669 that testsuite will expire nicely.
22670
22671 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
22672
22673 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
22674 config/rom68k.exp: New tcl glue for the appropriate monitors.
22675 These all just end up calling monitor.exp.
22676 * config/monitor.exp (gdb_target_monitor): Handle `Connection
22677 refused' by retrying. Cleanup some timeout issues.
22678 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
22679 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
22680 callers don't have to set/restore global timeout variable.
22681
22682 * The following set of changes centralizes management of the global
22683 timeout variable. This way, it can be set in one target dependent
22684 place instead of dozens of places scattered throughout the test suite.
22685 If you need to lengthen a timeout, then you should either set timeout
22686 in one of the config/{target}.exp files, or multiply it by a factor.
22687 Setting it to an absolute value is always going to lose for some
22688 targets.
22689 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
22690 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
22691 * gdb.base/funcargs.exp: Don't set timeout.
22692 * gdb.base/list.exp (test_forward_search): Only use local timeout.
22693 * gdb.base/printcmds.exp (test_print_string_constants
22694 test_print_array_constants): Don't set timeout.
22695 * gdb.base/ptype.exp: Don't set timeout.
22696 * gdb.base/recurse.exp: Don't set timeout.
22697 * gdb.base/return.exp: Don't set timeout.
22698 * gdb.base/watchpoint.exp: Don't set timeout.
22699 * gdb.c++/classes.exp (do_tests): Don't set timeout.
22700 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
22701
22702 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
22703
22704 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
22705
22706 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22707
22708 * lib/gdb.exp: Disable chill tests for irix5.
22709
22710 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22711
22712 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
22713 each test pass or fail.
22714
22715 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22716
22717 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
22718 xlc not gcc.
22719
22720 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
22721
22722 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
22723
22724 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
22725
22726 * config/est.exp: Fix copyright and comments. Remove dead code.
22727 Use targetname, serialport and baud variables instead of fixed
22728 constants.
22729 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
22730 * config/cpu32bug.exp: New file to support cpu32bug monitors.
22731
22732 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22733
22734 * gdb.base/watchpoint.exp: Don't run
22735 test_watchpoint_triggered_in_syscall for sunos.
22736
22737 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22738
22739 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
22740 they don't seem to exist. Do include stdio.h.
22741
22742 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22743
22744 * gdb.base/a1-selftest.exp: Add alpha xfail.
22745
22746 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22747
22748 * gdb.base/watchpoint.c (main): Prompt before calling read().
22749 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
22750 Revise accordingly. Remove cruft about sending "123" several
22751 times, until it gets noticed. Clean up the "print buf[0]" stuff
22752 so that it passes or fails, and waits for prompts in the usual way.
22753
22754 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22755
22756 * gdb.base/recurse.exp: Fix comment.
22757
22758 * TODO: Remove item about printing variables in nodebug.exp. Add
22759 item about enabling tests which are only run on some targets.
22760
22761 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
22762 fail, make test names unique, use new gdb_test convention
22763 regarding pattern, use gdb_test more, etc.).
22764
22765 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
22766 fail, make test names unique, etc.).
22767
22768 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22769
22770 * gdb.base/nodebug.c: Change return type of top and middle to
22771 short.
22772 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
22773 are fixed by the recent mdebugread.c changes. Allow `short ()'
22774 as type for top and middle.
22775
22776 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22777
22778 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
22779 nearly as I can tell, the whole thing was an accident in Stu's
22780 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
22781 to replace a send/expect pair with gdb_test, but ended up only
22782 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
22783 of 30 Mar 1995 took care of it, but left this vestigial comment
22784 which I am now nuking.
22785
22786 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22787
22788 * gdb.base/break.exp: Look for different line number for
22789 breakpoint at main depending on usestubs.
22790
22791 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22792
22793 * gdb.base/list.exp: Adjust some alternate expect patterns to
22794 match recent list0.c change. Add alternate expect pattern for
22795 output from `list default lines around main' for optimizing
22796 compilers.
22797
22798 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22799
22800 * lib/gdb.exp: If nosignals is not set, set it to 0.
22801
22802 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
22803
22804 * config/slite-gdb.exp: Responds to load symbol table prompt.
22805 * gdb.base/break.exp: Adjust line number, fix rerun.
22806 * gdb.base/langs0.c: Add #ifdef usestubs.
22807
22808 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
22809
22810 * gdb.base/list.exp: Adjust line contents after adding new lines in
22811 list0.c. Also fix a syntax error.
22812
22813 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
22814 * gdb.base/break.exp: ditto.
22815 * gdb.base/list.exp: ditto.
22816 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
22817 * gdb.base/run.c: ditto.
22818 * gdb.base/list0.c: ditto.
22819 * gdb.base/funcargs.c: ditto.
22820
22821 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
22822
22823 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
22824 $targetname, $serialport and $baud instead of hardwired variables.
22825 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
22826 target doesn't support signals.
22827
22828 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
22829
22830 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
22831
22832 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22833
22834 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
22835 Don't rely on the value of an auto variable before it has been
22836 initialized. Use gdb_test more.
22837
22838 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22839
22840 * lib/gdb.exp (default_gdb_version): A version number must start
22841 with a digit, but other than that contains all characters up to
22842 the first whitespace character.
22843
22844 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22845
22846 * gdb.base/commands.exp (breakpoint_command_test): New tests.
22847
22848 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22849
22850 * gdb.c++/*.exp: Warn if executable does not exist. The original
22851 reason for skipping the warning was that configure.in sometimes
22852 intentionally skipped building the executables but the tcl code
22853 had no way of knowing. That (a) was always bogus with respect to
22854 error handling, (b) is no longer true (right now there is no way
22855 to skip C++ tests).
22856
22857 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
22858
22859 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22860
22861 * gdb.base/list.exp: Add expect patterns for output from
22862 SunPRO compiled executables.
22863 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
22864 types.
22865
22866 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22867
22868 * gdb.base/break.exp (test_next_with_recursion): Accept any line
22869 number (we are already testing that the correct source line text
22870 gets printed).
22871
22872 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
22873 that is what is intended, but something needed to be done to get
22874 sunos4 native working again.
22875
22876 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
22877
22878 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
22879 apparently went with a (very) old xfail.
22880
22881 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
22882
22883 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
22884 runto_main is a proc in gdb.exp that will do 'step' for target use
22885 stubs.
22886 * gdb.base/exprs.exp: ditto.
22887 * gdb.base/interrupt.exp: ditto.
22888 * gdb.base/opaque.exp: ditto.
22889 * gdb.base/printcmds.exp: ditto.
22890 * gdb.base/ptype.exp: ditto.
22891 * gdb.base/scope.exp: ditto.
22892 * gdb.base/setvar.exp: ditto.
22893 * gdb.base/signals.exp: ditto.
22894 * gdb.base/twice.exp: ditto.
22895 * gdb.c++/classes.exp: ditto.
22896 * gdb.c++/inherit.exp: ditto.
22897 * gdb.c++/templates.exp: ditto.
22898 * gdb.base/break.exp: no run and hit main for stubs. Change line
22899 numbers for breakpoints and info breakpoint.
22900 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
22901 breakpoint().
22902 * gdb.base/callfuncs.c: ditto.
22903 * gdb.base/exprs: ditto.
22904 * gdb.base/interrupt.c: ditto.
22905 * gdb.base/opaque0.c: ditto.
22906 * gdb.base/printcmds.c: ditto.
22907 * gdb.base/ptype.c: ditto.
22908 * gdb.base/scope0.c: ditto.
22909 * gdb.base/setvar.c: ditto.
22910 * gdb.base/signals.c: ditto.
22911 * gdb.base/twice.c: ditto.
22912 * gdb.c++/misc.cc: ditto.
22913 * gdb.c++/templates.cc: ditto.
22914
22915 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22916
22917 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
22918
22919 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
22920 somewhere between `read' and `main.c'. I'm pretty sure the
22921 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
22922 and it isn't particularly useful.
22923
22924 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
22925
22926 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22927
22928 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
22929
22930 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
22931
22932 * config/mt-slite: add LIBS and -nostdlib.
22933 * config/slite-gdb.exp: add this new file to support sparclite target.
22934
22935 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
22936
22937 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
22938
22939 * gdb.base/a2-run.exp: Change argument to istarget from
22940 "*-*-vxworks" to "*-*-vxworks*".
22941 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
22942
22943 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
22944
22945 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
22946 will not runto main but do a 'step' to step out of breakpoint().
22947 * config/mt-slite: add -Dusestubs.
22948
22949 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22950
22951 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
22952 instead of just @.
22953
22954 * gdb.base/signals.exp: Add test for "handle all print".
22955 * TODO: Remove "handle all print". Also remove item about
22956 checking copyright date (I don't like the idea of a spurious FAIL
22957 based on when we run the tests).
22958
22959 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
22960 for SunOS4 (reason for failure not investigated). Remove
22961 redundant test for $binfile.
22962
22963 * gdb.base/nodebug.c (array_index): Call malloc.
22964
22965 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
22966
22967 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
22968
22969 * gdb.base/recurse.exp: Update gdb_test invocation to use new
22970 conventions and slightly simplify the matching regexp.
22971
22972 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22973
22974 * gdb.base/break.exp: Update gdb_test invocation to use new
22975 convention.
22976
22977 * lib/gdb.exp: If noargs is not set, set it to 0.
22978
22979 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
22980 tests unique.
22981
22982 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
22983
22984 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22985
22986 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
22987 one argument of type "<non-float parameter>".
22988
22989 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
22990
22991 * config/rom68k.exp: New file to support Motorola IDP board.
22992 * gdb.base/a2-run.exp: Skip this file if noargs is set.
22993 * gdb.base/break.c: Change things around so that this program
22994 doesn't depend upon args. This is necessary to make remote
22995 targets work (in general, they can't take args).
22996 * gdb.base/break.exp: Don't try to send args to program. Don't
22997 expect output. Also, replace lots of code with gdb_test.
22998
22999 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23000
23001 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
23002 printing of '\'' (which is what the comment says we are testing,
23003 even though we were not), not '''.
23004 (test_integer_literals_rejected): Test that printing ''' is an error.
23005
23006 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23007 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
23008 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
23009 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
23010 Use gdb_test not test_print_accept.
23011 * lib/gdb.exp: Remove test_print_accept.
23012
23013 * gdb.base/signals.exp (signal_tests_1): Make pass message
23014 consistent with fail message.
23015
23016 * gdb.base/whatis.exp: Remove xfails for printing char vs.
23017 unsigned char; the bug (PR 1821) is fixed.
23018
23019 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
23020
23021 * gdb.base/scope.exp (test_at_localscopes): Call pass for
23022 successful tests--makes xfailing them work right.
23023
23024 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23025
23026 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
23027 only \r\n, not .*. The test can pass .* as the last thing in
23028 $pattern if that is what it wants. In addition to providing this
23029 flexibility, this change should speed up pattern matching in cases
23030 where the pattern already ended with .* (there were a number of
23031 them). This change also helps catch bad patterns--in the old
23032 scheme the typo "char \*" instead of "char \\*" would pass. Now
23033 it is caught.
23034 * Many .exp files: Update callers.
23035
23036 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
23037 clearer and does not spuriously match multiple ('s. Likewise for
23038 ) and *.
23039
23040 * gdb.base/nodebug.exp: Test ability to call a function and pass
23041 it a string (even with no debugging info).
23042
23043 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
23044 "p '\'", which is the same as "p ''" once tcl gets done with
23045 quoting, to "p '\\'", which I suspect is what is intended (one
23046 backslash gets sent to GDB).
23047
23048 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
23049
23050 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23051
23052 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
23053 1817) was fixed literally years ago.
23054
23055 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23056
23057 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
23058 test, it causes stepping out of call_after_alloca_subr with
23059 optimizing compilers.
23060 (localvars_in_indirect_call): Consume GDB prompt if `finish'
23061 fails.
23062
23063 * gdb.c++/templates.exp: Source templ-info.exp only if
23064 the templates executable exists.
23065
23066 * gdb.c++/misc.cc (class Contains_static_instance,
23067 class Contains_nested_static_instance),
23068 gdb.c++/classes.exp (test_static_members): Test printing of
23069 a class that contains a static instance of the class.
23070
23071 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23072
23073 * gdb.base/langs2.c (cppsub_): Don't prototype.
23074 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
23075 only, I believe).
23076
23077 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23078
23079 * lib/gdb.exp (skip_chill_tests): New procedure.
23080
23081 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
23082
23083 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
23084
23085 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
23086 each expect pattern. Cuts runtime from 12 to about 4 seconds.
23087
23088 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23089
23090 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
23091
23092 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
23093 disassemble 8, not 16, instructions for part 4.
23094
23095 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
23096 support the latter anymore.
23097
23098 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
23099 -DNO_PROTOTYPES.
23100 * gdb.base/callfuncs.c: Control use of prototypes based on
23101 NO_PROTOTYPES, not __STDC__.
23102 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
23103 t_float_values2 tests if prototypes in use.
23104
23105 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
23106 t_double_values): When checking differences against DELTA, check
23107 that difference is within the range (-DELTA,DELTA), not just
23108 (-infinity,DELTA).
23109
23110 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
23111
23112 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
23113 'file' command firts, then 'target', then 'load', this is due to gdb
23114 target set up.
23115 * config/mips-gdb.exp: Fix a couple regular exp bugs.
23116
23117 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
23118
23119 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
23120 FP load/store variants.
23121 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
23122
23123 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23124
23125 * gdb.base/term.exp: Do not give a warning if not native, it is
23126 not an abnormal condition.
23127
23128 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
23129
23130 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
23131 t_char_array".
23132
23133 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23134
23135 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
23136 are getting the version number.
23137
23138 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
23139 if not native, it is not an abnormal condition.
23140
23141 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23142
23143 * lib/gdb.exp: Just use "file exists", rather than undocumented
23144 dejagnu procedure "findfile".
23145
23146 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23147
23148 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
23149 (LDFLAGS): Set to -Xlinker -Ur.
23150
23151 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
23152 Removed, these values are set by lib/gdb.exp.
23153
23154 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
23155
23156 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23157
23158 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
23159 of replicating gdb startup code.
23160
23161 * config/mt-vxworks (LDFLAGS): Set to -r.
23162 (CFLAGS_FOR_TARGET): Removed.
23163
23164 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
23165 (gdb) and gdb for vxworks uses (vxgdb).
23166
23167 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
23168 executable is not in the tree and host != target, use sed and
23169 program_transform_name to determine the gdb name used by the
23170 target.
23171
23172 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
23173 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
23174
23175 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23176
23177 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
23178 floats, chars, and shorts where there are ANSI-style function
23179 definitions.
23180
23181 * gdb.base/langs.exp, gdb.base/langs*: New test.
23182 * gdb.base/Makefile.in: Build it.
23183 * TODO: Remove item about checking that C names don't get C++
23184 demangling applied; this test tests it.
23185
23186 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23187
23188 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
23189 went with the const70 xfail. The xfail went away a year ago.
23190
23191 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
23192
23193 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
23194 for hp300.
23195
23196 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
23197
23198 * gdb.base/a1-selftest.exp: Don't run on hp300.
23199
23200 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23201
23202 * Makefile.in (site.exp): Set host_alias and target_alias as well
23203 as host_triplet and target_triplet.
23204
23205 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23206
23207 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
23208
23209 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
23210 places as other ecoff systems).
23211
23212 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
23213 ultrix.
23214
23215 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23216
23217 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
23218 remove them.
23219 * gdb.base/nodebug.exp: Accept "function" in addition to "text
23220 variable and "variable" in addition to "data variable".
23221 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
23222
23223 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
23224 2.
23225 * gdb.base/list1.c (long_line): Add additional statement at start
23226 of function.
23227 * gdb.base/list.exp (test_forward_search): Update line number to
23228 reflect new statement.
23229
23230 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23231
23232 * gdb.base/signals.exp: Reinitialize searched source directories
23233 after gdb_start call.
23234
23235 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
23236
23237 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
23238 * gdb.stabs/Makefile.in: Likewise.
23239
23240 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
23241 change. Instead split the tests into smaller pieces.
23242 * gdb.disasm/hppa.s: Corresponding changes.
23243
23244 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23245
23246 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23247 Quote ^C when passing it to stty. For some shells ^ is a pipe.
23248
23249 * gdb.base/funcargs.exp: Modify many tests so that every test
23250 either passes or fails. Make some test names unique.
23251
23252 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23253
23254 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23255 Call stty to set interrupt character.
23256
23257 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
23258 for HP assembler versus GNU assembler based on actual behavior of
23259 $(CC), rather than assuming that $(AS) is always the GNU assembler.
23260
23261 * TODO: Suggest a few more stepping tests.
23262
23263 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
23264
23265 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
23266 restart GDB for h8300 after a continue.
23267 (return): Add pattern to match a29k-udi behavior.
23268 * gdb.base/nodebug.exp: Remove obsolete comment.
23269 * gdb.base/regs.exp: New file, testing of register displays.
23270 * gdb.base/return.exp: Fix typo in reference to $objdir.
23271 * gdb.base/whatis.exp: Always start with a fresh GDB.
23272
23273 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23274
23275 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
23276 higher, these tests generate a lot of output.
23277
23278 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23279
23280 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
23281 code following the catch silently ignored some errors; without the
23282 catch they should be thrown like any other tcl error. Also, the
23283 catch used "" instead of {} which meant all the callers who wanted
23284 to include one of the characters "[]$ had to quote it an extra time.
23285 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
23286 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
23287 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
23288 Remove extra quoting.
23289
23290 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
23291
23292 * gdb.base/commands.exp: Make test names unique; every test either
23293 passes or fails. Update some comments.
23294
23295 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
23296
23297 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23298
23299 The following fixes a FAIL caused by the fact that the alpha stabs
23300 configuration didn't use the ".if alpha" code in weird.def.
23301 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
23302 bit pointer, so the 32 bit version works even on the alpha.
23303 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
23304 Remove the stuff which allowed us to have separate versions for
23305 alpha and everything else.
23306
23307 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
23308 regexp which "info func operator\[\](" is supposed to match. Fix
23309 string to send to GDB. Note that GDB still doesn't work right. Add a
23310 new test for "info func .perator\[\](" which GDB does handle correctly.
23311
23312 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
23313
23314 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23315
23316 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
23317 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
23318 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
23319 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
23320 it makes the tests harder to understand and confuses test-o-matic.
23321 The preferred style is that each test provides a PASS or a FAIL,
23322 and has a unique message (e.g. "continue #54" not just "continue")
23323 which is the same for the pass and the fail.
23324 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23325 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
23326 to lib/gdb.exp.
23327 * gdb.base/printcmds.exp: Use test_print_accept. Remove
23328 prt_accept which was basically the same thing. Likewise for
23329 test_print_reject and prt_reject.
23330 * lib/gdb.exp (test_print_reject): Add some more error message
23331 patterns to match from the former printcmds.exp (prt_reject).
23332 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
23333 One defect of the passcount stuff is that some of it failed to
23334 report XPASS where appropriate.
23335 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
23336 stuff before and after arg in expected pattern.
23337 (test_paddr_operator_functions): Re-do test without print_addr_of;
23338 this is the only test which seems to want extra stuff there.
23339
23340 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23341
23342 * gdb.base/nodebug.exp: Update new tests to reflect improved
23343 wording of gdb output.
23344
23345 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
23346 and "ptype" work on variables in files compiled without -g.
23347 Replaces commented out "maint print msymbol" tests.
23348
23349 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23350
23351 * gdb.base/setvar.c (dummy): Call malloc.
23352
23353 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
23354 losing with the irix4 sed.
23355
23356 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
23357 ALRM" on irix4.
23358
23359 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23360
23361 * TODO: Remove items about corefile.exp testing new exec-file and
23362 backtrace; both are now done. Add items about printing enums.
23363
23364 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23365
23366 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
23367 "get signal $thissig" test fails.
23368
23369 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
23370
23371 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23372
23373 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
23374 compiler warning with dec alpha compiler.
23375
23376 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
23377 extra \n from gdb_test call (this explains why the prompt test
23378 that I removed yesterday was there).
23379 (user_defined_command_test): Remove extra \n and prompt test.
23380
23381 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
23382 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
23383 doesn't exist.
23384 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
23385 Also remove alpha workaround, which turns out to be because
23386 SIGABRT == SIGLOST.
23387
23388 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
23389
23390 * gdb.base/help.exp: Don't test "help show".
23391
23392 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23393
23394 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
23395 "set print address" is on.
23396 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
23397 pass prompt to gdb_test; gdb_test already looks for the prompt.
23398
23399 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
23400
23401 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
23402 was a vestige of the manual TESTSTRATEGY, and the purpose of it
23403 was to make sure that gdb can read a core file. But (a) the "read
23404 the corefile" part didn't make it to a1-selftest.exp, we just
23405 delete the corefile after creating it, and (b) we test reading
23406 corefiles in corefile.exp anyway. Also, this test left around a
23407 xgdb process on Solaris.
23408
23409 * gdb.base/corefile.exp: Also test backtrace.
23410
23411 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
23412
23413 * gdb.base/commands.exp: Test a simple user defined command with
23414 arguments and if/while statements; verify the full user command is
23415 printed by "show user".
23416
23417 * gdb.base/commands.exp: Test if/while commands as part of a
23418 breakpoint command list; verify they appear in breakpoint
23419 information.
23420
23421 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23422
23423 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
23424 than by dividing by zero.
23425
23426 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
23427
23428 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
23429 performing an inferior call with watchpoints enabled.
23430 * gdb.base/watchpoint.c (main): Delete second unnecessary read
23431 call.
23432
23433 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23434
23435 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
23436 of "file" command.
23437
23438 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
23439 Add additional pattern for when "int operator int(void);" appears
23440 in a different order.
23441
23442 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23443
23444 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
23445
23446 * gdb.base/help.exp: Replace most of docstrings for "info signals"
23447 and "signal" with ".*".
23448
23449 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23450
23451 * TODO: Add note about "handle all nostop".
23452
23453 * gdb.base/{sigall.c, sigall.exp}: New test.
23454 * gdb.base/Makefile.in: Add it.
23455
23456 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
23457
23458 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
23459 when invoking GDB, suppresses any windowing interface.
23460
23461 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
23462
23463 * config/sim-gdb: New file, simulator testing support.
23464
23465 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
23466
23467 * gdb.base/interrupt.exp: Test calling func1 twice.
23468
23469 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
23470
23471 * gdb.base/list.exp (test_forward_search): Set timeout higher
23472 when we'll be getting lots of output from gdb.
23473
23474 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
23475 "init_malloc" to after the expect statement. Run it if that
23476 regexp is taken, but also for two others which happen if source
23477 cannot be found.
23478
23479 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23480
23481 * gdb.base/printcmds.exp: New test, for printing register before
23482 program is running.
23483
23484 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23485
23486 * gdb.base/list.exp: Correct some alternate expect patterns
23487 to reflect changes in list1.c.
23488
23489 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23490
23491 * TODO: Add item regarding large frames.
23492
23493 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
23494
23495 * TODO: Remove item about enabling return.exp; it
23496 is enabled. Suggest a few more "return" tests.
23497
23498 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23499
23500 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
23501 anonymous unions.
23502
23503 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23504
23505 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
23506 and pr-5646.o, so "make" is the same as "make all", not "make
23507 pr-4975.o".
23508
23509 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
23510
23511 * gdb.base/list.exp: Adjust expectations to reflect changes in
23512 list1.c.
23513 (test_forward_search): New test proc.
23514 * gdb.base/list1.c (long_line): New function, has long source line.
23515
23516 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
23517
23518 * gdb.base/a1-selftest.exp: Change initial stepping to know about
23519 additional line of code that was added.
23520
23521 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
23522
23523 * gdb.disasm/hppa.s: Break the large branching tests into smaller
23524 tests so as not to overflow expect's input buffers.
23525 * gdb.disasm/hppa.exp: Corresponding changes.
23526
23527 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23528
23529 Beginnings of template debugging tests.
23530 * gdb.c++/templ-info.cc: New file to test for template
23531 debugging capability of the compiler.
23532 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
23533 templ-info.cc.
23534 * gdb.c++/templates.cc: Add explicit template instantiations
23535 to enable compiling with -fno-implicit-templates. Add destructor
23536 and 'value' method to T5 class for template tests.
23537 * gdb.c++/templates.exp: Add testcases for printing of template
23538 types, setting breakpoints on template methods and calling a
23539 template method.
23540
23541 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
23542
23543 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
23544 branch target since some assemblers (gas-2.5) may emit a
23545 relocation for the branch instead of resolving it in the
23546 assembler.
23547
23548 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23549
23550 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
23551 through signal handler.
23552
23553 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23554
23555 * configure.in (*-*-netware): Use config/mt-netware.
23556
23557 * config/mt-netware: New file.
23558 * config/mt-i386-netware: Removed, separate configs for different
23559 netware architectures are no longer needed now that we have
23560 --with-headers.
23561
23562 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23563
23564 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
23565 by the recent changes to use ANSI C arithmetic conversions.
23566
23567 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23568
23569 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
23570 bug involving using inferior_pid to figure out whether to select a
23571 frame.
23572
23573 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
23574
23575 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
23576 match the current disassembler output.
23577
23578 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
23579
23580 * gdb.fortran/exprs.exp: Expect VOID instead of void.
23581 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
23582 types, expect "int" as type of integer values (for now).
23583
23584 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
23585
23586 * gdb.base/commands.exp: New tests for if/while commands.
23587
23588 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
23589
23590 * lib/gdb.exp (runto): Replace sub-pattern for hex value
23591 by .*, since hex values have different syntax in Chill mode.
23592
23593 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23594
23595 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
23596 linefeed from expect pattern for repeated types with indices > 9.
23597
23598 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
23599
23600 First part of Fortran test suite.
23601 * gdb.fortran: New directory.
23602 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
23603
23604 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23605
23606 * gdb.base/default.exp: Update expect pattern for load command
23607 without arguments.
23608
23609 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
23610
23611 * configure.in: Change i386 to i[345]86.
23612 * gdb.base/configure.in: Likewise.
23613 * gdb.c++/configure.in: Likewise.
23614 * gdb.chill/configure.in: Likewise.
23615
23616 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
23617
23618 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
23619 patterns, since that is not a valid context for comments.
23620
23621 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
23622
23623 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
23624 repeated types and repeated types with indices > 9.
23625
23626 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
23627
23628 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
23629 2417; old bug has been fixed.
23630
23631 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
23632
23633 * gdb.base/interrupt.exp: When trying to wake up the inferior,
23634 send the newline ourselves instead of assuming gdb_test will do
23635 so when passed an empty input string.
23636
23637 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
23638 stabs testcode.
23639
23640 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23641
23642 * lib/gdb.exp (gdb_test): Don't send anything if the first
23643 argument is an empty string. This makes cases where we want to
23644 match output that is already in expect's buffers (for example,
23645 matching a breakpoint after gdb_run_cmd has been called) work
23646 reliably.
23647
23648 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23649
23650 * config/netware.exp: New file.
23651
23652 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23653
23654 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
23655 the -B and -L prefixes so we can find the debugging stub.
23656
23657 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
23658 there and we are using the gcc from the tree.
23659
23660 * gdb.base/types.c: Removed.
23661
23662 * gdb.base/configure.in: Look for makefile fragments in ../config.
23663 Recognize i386-*-netware.
23664 * gdb.c++/configure.in: Likewise.
23665
23666 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23667
23668 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
23669 the correct TCL syntax.
23670
23671 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23672
23673 * gdb.base/opaque.exp: use runto instead of messing around with
23674 breakpoints. Simplify by using gdb_test.
23675
23676 * gdb.base/bitfields.exp: restart between tests on netware targets
23677 because breakpoints aren't relocated after target death. Run
23678 processes to completion.
23679
23680 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
23681
23682 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
23683
23684 * Makefile.in: Remove extra tabs that confuse some versions
23685 of "make". Use the newly built gdb to test with by default,
23686 rather than the first one in the tester's search path.
23687
23688 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
23689
23690 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
23691
23692 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
23693 condition help.
23694
23695 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23696
23697 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
23698
23699 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
23700 running.
23701 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
23702 * gdb.base/funcargs.exp: Likewise.
23703
23704 * gdb.base/bitfields.exp: Simplify by using gdb_test.
23705 * gdb.base/funcargs.exp: Likewise.
23706
23707 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
23708 message is "".
23709
23710 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23711
23712 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
23713 return,signals,twice}.exp: Handle non-existant binaries
23714 consistantly.
23715
23716 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
23717 * gdb.base/Makefile.in: Don't try to generate a core dump, we
23718 might testing a cross development system.
23719
23720 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23721
23722 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
23723 runtest script is relative to ${srcdir}, not ${rootdir}.
23724
23725 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
23726
23727 * gdb.base/signals.exp: Allow for optionality of breakpoint
23728 address.
23729
23730 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23731
23732 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
23733
23734 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
23735
23736 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
23737 for size_t definition.
23738 * gdb.c++/templates.cc: Likewise
23739
23740 * config/mt-i386-netware: New file.
23741
23742 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
23743 defined.
23744
23745 * gdb.base/Makefile.in: Added support for systems that name core
23746 files by appending "core" to the program name.
23747 * gdb.base/a1-selftest.exp: Likewise.
23748
23749 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23750
23751 * gdb.base/return.exp: Add comment and message for `return double'
23752 test failure on Sparc Solaris.
23753
23754 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
23755
23756 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
23757
23758 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23759
23760 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
23761 from optimizing them away.
23762 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
23763 patterns to include default constructors and assignment operators,
23764 to match gcc versions beyond 2.5.8. Accept any cplus demangling
23765 character in the output of the virtual base pointer.
23766
23767 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23768
23769 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
23770 expression match in print_addr_of to avoid unintented matches.
23771 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
23772 versions up to 2.5.8.
23773
23774 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23775
23776 * gdb.base/list.exp: Tweak alternate pattern for listing of an
23777 included file to run under newer versions of expect.
23778 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
23779 consecutive >'s in templates to accomodate recent cplus-dem.c change.
23780 Remove xfail for the virtual table of BDDHookV.
23781
23782 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
23783
23784 * lib/gdb.exp (string_to_regexp): Set a default result.
23785 (default_gdb_start): Fix misleading message.
23786
23787 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
23788
23789 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
23790 Remove all CC, etc definitions.
23791 * config/mt-hpux: New file.
23792 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
23793 (CFLAGS, LDFLAGS): Define.
23794 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
23795
23796 * Makefile.in (site.exp): Don't insert host_os, etc.
23797 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
23798 (distclean): Check existence of subdir.
23799 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
23800 * gdb.base/Makefile.in: General cleanup and simplification.
23801 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23802 to build executables. Use default rule to build .o files.
23803 (EXPECT, RUNTEST, CC): Fix relative pathname.
23804 (site.exp): Don't insert host_os, etc.
23805 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
23806 and/or SIGUSR1 defined.
23807 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
23808 * gdb.c++/Makefile.in: General cleanup and simplification.
23809 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
23810 (CFLAGS): Remove.
23811 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
23812
23813 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
23814
23815 * gdb.base/recurse.exp: Misc changes to get tests running again
23816 after Kung's changes to the watchpoint code.
23817 * gdb.base/watchpoint.exp: Likewise.
23818
23819 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
23820
23821 * lib/gdb.exp (string_to_regexp): Convert {\} also.
23822
23823 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
23824
23825 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
23826 * lib/gdb.exp (default_gdb_start): Define.
23827 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
23828 gdb.base/funcargs.exp, gdb.base/opaque.exp,
23829 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
23830 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
23831 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
23832 Don't call gdb_target_udi in between tests.
23833
23834 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23835
23836 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
23837 (which was basically just a local version of the same thing). In
23838 addition to avoiding duplication, gdb_test_exact is faster.
23839 * lib/gdb.exp (gdb_test_exact): Fix typo.
23840
23841 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
23842 don't give an error.
23843
23844 * gdb.base/term.exp: Call delete_breakpoints before starting.
23845
23846 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
23847 (t10): Add comment.
23848
23849 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23850
23851 Reorganization of the GDB Test Suite.
23852
23853 * gdb.base: New directory, contains all the basic tests.
23854 * gdb.c++: New directory, tests specific to C++.
23855 * gdb.chill: New directory, tests specific to Chill.
23856 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
23857 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
23858 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
23859 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
23860 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
23861 t30-31 to chill).
23862 * */gdbme.*: Rename to match appropriate expect scripts.
23863 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
23864 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
23865 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
23866 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
23867 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
23868 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
23869 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
23870 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
23871 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
23872 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
23873 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
23874 gdb.c++/virtfunc.cc: New names of C++ files.
23875 * gdb.chill/chillvars.ch: New name of Chill file.
23876 * gdb.base/configure.in, gdb.c++/configure.in,
23877 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
23878 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
23879 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
23880 * configure.in (configdirs): Update to reflect directory changes.
23881 (target_abbrev): No longer define for any configuration.
23882 * Makefile.in: Cosmetic improvements to header comments.
23883
23884 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
23885
23886 Various changes to gdb.t31:
23887
23888 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
23889 * gdbme.ch: Make all key-words and predefineds be upper-case.
23890 * chillvars.exp: Expect key-words and predefinds in upper-case.
23891
23892 * chillvars.exp: Use gdb_test_exact many places.
23893 Change expected output for arrays (which now includes index labels).
23894
23895 * pr-5020.exp, gdme.ch (module PR_5020):
23896 New test, for PR-5020.
23897
23898 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
23899
23900 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
23901 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
23902
23903 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
23904
23905 * Makefile.in: Fix bit-rot in definitions of CHILL,
23906 CHILL_FOR_TARGET and Chill_LIB.
23907 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
23908 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
23909 CHILL, and CHILL_LIB.
23910
23911 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
23912
23913 * Revert the previous changes. Please see Rob's directory
23914 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
23915
23916 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
23917
23918 * Makefile.in, configure.in, config/mips-gdb.exp,
23919 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
23920 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
23921 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
23922 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
23923 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
23924 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
23925 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
23926 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
23927 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
23928 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
23929 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
23930 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
23931 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
23932 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
23933 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
23934 changes from 94Q1.
23935
23936 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
23937
23938 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
23939 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
23940 Rob's new testing fragments.
23941
23942 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
23943
23944 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
23945 lib/gdb.exp: Replace error proc calls with perror.
23946
23947 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23948
23949 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
23950 version also, match on casted version strings, and match on
23951 gdb startup case where the line numbers might be messed up.
23952
23953 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
23954
23955 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
23956 (CFLAGS): Delete it from here.
23957
23958 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
23959
23960 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
23961
23962 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
23963
23964 * Makefile.in (RUNTEST): Default to just "runtest".
23965
23966 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23967
23968 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
23969 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
23970 the code has been restructured.
23971
23972 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23973
23974 * gdb.t00/default.exp (set write): Allow any number of \r and/or
23975 \n, not just one of each.
23976
23977 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
23978 /bin/cc gives a warning if you do.
23979
23980 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
23981
23982 * gdb.t24/demangle.exp: change expect pattern of
23983 __t10ListS_link1ZUiRCUiPT0
23984
23985 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23986
23987 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
23988 on local variables in recursive functions.
23989
23990 * gdb.t07/Makefile.in: Build the new test.
23991
23992 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23993
23994 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
23995 directly. Instead compare the return values from actual calls.
23996
23997 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
23998
23999 * Makefile.in (check): Set TCL_LIBRARY for runtest.
24000
24001 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24002
24003 * From Peter Schauer with minor modifications.
24004 * gdb.t15/return.exp (return_tests): Handle targets where "return"
24005 stops in mid-line in the caller. Add xfail for returning a float
24006 value on X86 targets.
24007
24008 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24009
24010 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
24011 to avoid expect lossage.
24012 (fmem_LRbug_tests): Likewise.
24013 * gdb.disasm/hppa.s: Corresponding changes.
24014
24015 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
24016 conditions to work with latest dejagnu/expect.
24017
24018 * gdb.t15/funcargs.exp (finish from indirect call): No longer
24019 expected to fail on the PA.
24020 (backtrace in call with trampolines): Explicitly require main
24021 to be frame #1 (no trampolines should show up in backtrace).
24022
24023 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
24024 "continue -expect".
24025 * gdb.t06/break.exp: Likewise.
24026 * gdb.t07/watchpoint.exp: Likewise.
24027 * gdb.t13/bitfields.exp: Likewise.
24028 * gdb.t15/{funcargs,return}.exp: Likewise.
24029 * gdb.stabs/weird.exp: Likewise.
24030 * config/{mips,udi}-gdb.exp: Likewise.
24031
24032 * hppa.sed: Enclose comments within a sed command to avoid
24033 losing with the old OSF1 sed.
24034
24035 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24036
24037 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
24038 sequent dynix.
24039 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
24040 * gdb.t15/funcargs.exp: Conditionally step again to really
24041 finish from marker_call_with_trampolines. Handle the case where
24042 the first step from within call_with_trampolines already steps
24043 us back to main.
24044 * gdb.t15/gdbme.c: Add comment to closing brace of
24045 call_with_trampolines for funcargs.exp.
24046
24047 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24048
24049 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24050 Fix typo(s).
24051
24052 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24053
24054 * gdb.t07/gdbme.c: More code for watchpoint testing.
24055
24056 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
24057 "Hardware watchpoint" throughout file.
24058 (test_watchpoint_triggered_in_syscall): New test.
24059 (test_complex_watchpoint): New test.
24060
24061 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24062
24063 * gdbme.c (call_with_trampolines): New function to try and step
24064 into. Tests trampoline problems on the PA.
24065
24066 * funcargs.exp (localvars_in_indirect_call): No longer expect
24067 stepping into indirect call to fail on PAs.
24068 (test_stepping_over_trampolines): New test.
24069
24070 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24071
24072 * TODO: Add suggestions for static member function tests, and
24073 completion tests.
24074
24075 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24076
24077 * TODO: Add suggestions for "p/a" tests.
24078
24079 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
24080 (default_gdb_exit): Replace all the hair with sending "quit" to
24081 the process with a simple close.
24082
24083 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24084
24085 * TODO: Add suggestions for shared library tests.
24086
24087 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24088
24089 * TODO: Add suggestions for x/s tests.
24090
24091 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24092
24093 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
24094 "enable once", and "enable breakpoints once" with ".*".
24095
24096 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24097
24098 * TODO: Add suggestions about structure passing tests.
24099
24100 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24101
24102 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
24103 the primary1 test, use work around if __GNUC__ < 2.
24104 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
24105 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
24106 Test for bad output rather than waiting for timeout. Issue
24107 second continue only if first continue failed.
24108
24109 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24110
24111 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
24112 operator[] test with gdb_test because the old code didn't seem to
24113 be getting the quoting right with the new dejagnu.
24114
24115 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
24116
24117 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
24118 one from the path.
24119 * Makefile.in: Use a fresh expect if there is one, use runtest
24120 from the src tree if there is one.
24121
24122 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24123
24124 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
24125 next over recursive call. Revise the tests from that point on
24126 (which had been skipped) to match GDB's actual (correct) output.
24127
24128 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
24129 with next over a breakpoint whose condition is false.
24130
24131 * gdb.t00/help.exp: Comment out "help set print" tests just like
24132 (and for same reason as) "help set" test.
24133
24134 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24135
24136 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
24137 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
24138
24139 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24140
24141 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
24142 necessary gdb_target_udi.
24143
24144 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
24145
24146 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
24147 1838 and 2417; they are fixed.
24148
24149 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
24150 gdb.t03/ptype.exp (ptype structure, ptype union):
24151 Remove xfails; the test is looser than when the xfails were added.
24152
24153 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
24154 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
24155
24156 * gdb.t01/run.exp: Only run shell test if isnative.
24157
24158 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
24159 since "run" automatically loads if necessary. Call gdb_target_udi
24160 after the "file" since "file" kills any execution target.
24161
24162 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
24163 GDB. GDB doesn't work that way (not anymore at least) on UDI.
24164 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
24165 argument for UDI.
24166
24167 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24168
24169 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
24170
24171 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
24172
24173 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24174
24175 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
24176 properly quoting regexps. This makes the second argument to
24177 demangle a fixed string, which matches the callers, instead of a
24178 shell-style pattern which is what the previous implementation
24179 used. Update some of the callers.
24180
24181 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24182
24183 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
24184 (comib_nullified_tests): Fix typo.
24185 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
24186 strings. No longer expected to fail.
24187
24188 * gdb.disasm/hppa.s (addib_tests): Fix typo.
24189 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
24190 strings. No longer expected to fail.
24191
24192 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
24193 string. No longer expected to fail.
24194
24195 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24196
24197 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
24198 No longer expected to fail.
24199
24200 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
24201 string. No longer expected to fail.
24202
24203 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24204
24205 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
24206 only in the names (I probably got most of them). I was even
24207 generous with some which differed in underscores in names, and
24208 probably missed a few, and I *still* was able to remove almost a
24209 third of the file with almost no impact on testsuite coverage.
24210
24211 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24212
24213 * gdb.t00/default.exp: Match udi_attach error message as well as
24214 the one from child_attach.
24215
24216 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
24217
24218 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
24219
24220 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
24221 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
24222
24223 * Move test with enums and partial symbols back to
24224 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
24225 Reverts the change of 26 May 93. Per today's change to
24226 stabs.texinfo, the behavior that weird.exp was expecting was
24227 unreasonable; what is important is that the compiler+gdb get
24228 things right, which happens with a recent gcc. Also fix the test
24229 to deal with native compilers which put out the stab gdb can't
24230 deal with.
24231
24232 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24233
24234 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
24235 in the names. The main thing these accomplish is to slow things down.
24236 Many more such duplicates surely remain.
24237
24238 * gdb.t00/help.exp: Comment out "help support" test just like
24239 (and for same reason as) "help set" test.
24240
24241 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
24242
24243 * gdb.t06/break.exp: Remove setup_xfails for
24244 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
24245 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
24246 about known bug in gcc to include up through 2.5.8.
24247 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
24248 well as "_vb$".
24249 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
24250 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
24251 with latest gcc and gdb.
24252 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
24253 well as "_vb$".
24254
24255 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24256
24257 * configure.in (hppa*-*-*): Also configure and build stabs-only
24258 tests.
24259
24260 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24261
24262 * gdb.t10/hppa.mt: A makefile fragment for the PA.
24263 * gdb.t10/configure.in (hppa*-*-*): Use it.
24264
24265 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24266
24267 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
24268
24269 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24270
24271 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
24272 versions prior to 1.13.5.
24273
24274 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24275
24276 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
24277 the prompt is at the start of a line.
24278
24279 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24280
24281 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
24282 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
24283 in the copr tests now.
24284 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
24285 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
24286 expected to fail.
24287
24288 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
24289
24290 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
24291 gdb.t31/chillvars.exp, lib/gdb.exp:
24292 Tweak to run under either version of expect.
24293 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
24294 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
24295 * gdb.t11/list.exp: Remove extraneous whitespace.
24296
24297 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24298
24299 * gdb.t16/printcmds.exp (test_print_strings): Accept
24300 "(unsigned char *) " before the string.
24301
24302 * TODO: Add notes about printing of fancy types and GDB expressions.
24303
24304 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
24305
24306 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
24307 * gdb.t06/configure.in: Don't try to compile signals test program
24308 if doing mips-idt-ecoff.
24309
24310 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
24311
24312 * Most .exp files: Tweak to run under either version of expect.
24313
24314 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24315
24316 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
24317 xfails; I'm not sure why they are failing, but not because of PR 1806.
24318
24319 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
24320
24321 * config/unix-gdb.exp: Remove gdb_unload cause it's already
24322 defined in lib/gdb.exp.
24323
24324 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24325
24326 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
24327 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
24328 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
24329 have to be typeless.
24330
24331 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24332
24333 * TODO: Add suggestion for copyright year test.
24334
24335 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
24336
24337 * configure.in (*-*-lynxos*): Add stabs tests.
24338
24339 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24340
24341 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
24342 so insert a tab before any assembler directive in column zero.
24343
24344 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
24345 stores.
24346 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
24347 stores.
24348 (fpu_short_memory_tests): Likewise.
24349
24350 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24351
24352 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
24353 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
24354 .stabs directives in comments.
24355
24356 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24357
24358 * TODO: New file, describing tests we could write.
24359 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
24360
24361 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24362
24363 * gdb.t06/signals.exp: Add kludge to force re-sync.
24364
24365 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
24366 to xgdb instead of gdb, get out of gdb.
24367
24368 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
24369
24370 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
24371 for info.
24372
24373 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24374
24375 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
24376 * gdb.stabs/configure.in (hppa*-*-*): Use it.
24377 * gdb.stabs/hppa.sed: New sed script for the PA.
24378
24379 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24380
24381 * gdb.stabs: Re-write weird.def and configuration to use sed
24382 instead of cpp. sed is portable and POSIX; cpp is neither.
24383
24384 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24385
24386 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
24387
24388 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24389
24390 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
24391
24392 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24393
24394 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
24395 "_vb$".
24396 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
24397 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
24398
24399 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24400
24401 * lib/gdb.exp: Comment out code which depends on non-existent
24402 `transform' procedure.
24403
24404 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
24405
24406 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
24407 * lib/gdb.exp: Transform tool name.
24408 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
24409 1.1's new error handling system.
24410
24411 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24412
24413 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
24414
24415 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24416
24417 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
24418 They made pattern matching so slow that timeouts happened on
24419 heavily loaded systems. Now any output from "show print" which
24420 gets us back to the GDB prompt is a PASS.
24421
24422 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
24423
24424 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
24425
24426 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24427
24428 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
24429
24430 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
24431 It is not from PR 3220.
24432
24433 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24434
24435 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
24436 just started failing because they depended on the order the
24437 subcommands are presented, or exact docstring text. This kind of
24438 test is a pain and has minimal benefit.
24439
24440 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24441
24442 * gdb.t09/corefile.exp: At end of test, use "core" command with
24443 no arguments.
24444
24445 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
24446
24447 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
24448 17}/Makefile.in: Make it possible to run the testsuite with Sun
24449 make and CC = cross gcc by adding explicit build rules for .o
24450 files.
24451
24452 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24453
24454 * gdb.t15/funcargs.exp: Don't put comments on same line as
24455 setup_xfail (@#$*%& tcl braindamage!).
24456
24457 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24458
24459 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
24460
24461 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
24462
24463 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
24464 * gdb.t20/inherit.exp: remove three dumplicate entries.
24465
24466 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24467
24468 * gdb.t06/break.exp: For "next over recursive call", fail on any
24469 incorrect output, not just on "factorial (value=2)".
24470
24471 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24472
24473 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
24474 working now. Add an xfail if accesing a bss variable causes
24475 a memory error if the target is not yet run.
24476
24477 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24478
24479 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
24480 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
24481 name of __st* demangling (2 strings). Did Kung really get the
24482 more than 95 others right without testing them?
24483
24484 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
24485
24486 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
24487
24488 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
24489
24490 * configure.in (configdirs): Add gdb.disasm
24491 * gdb.disasm: New directory for GDB disassembler tests.
24492 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
24493
24494 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24495
24496 * gdb.t00/help.exp: Don't test "help set".
24497
24498 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
24499 from within expect statements. None of these happen anymore and
24500 they cause regressions to be silently unnoticed.
24501
24502 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
24503 messages) about known failures with gcc cygnus-2.4.5-930417.
24504
24505 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
24506 comp-info.exp so it gets built if it doesn't exist.
24507
24508 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
24509 it is no longer used.
24510 * gdb.t13/comp-info.c: Removed.
24511
24512 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24513
24514 * gdb.t06/signals.exp: Add xfail for sun3.
24515
24516 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24517
24518 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
24519 relevant because ^C doesn't get sent but failure can be reproduced
24520 interactively).
24521
24522 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24523
24524 * gdb.stabs/alpha.mt: New configuration file for alpha.
24525 * gdb.stabs/configure.in: Use it.
24526 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
24527 sharing with alpha.mt, redefine long to word via preprocessor.
24528 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
24529 for alpha.
24530 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
24531 native cc.
24532 * gdb.t00/teststrategy.exp: Change expect string so that we
24533 consume the `(xgdb)' from the command echo and from the gdb prompt.
24534 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
24535 gdb currently compares all values as long, so this failure probably
24536 applies to any configuration where LONGEST is bigger than a target int.
24537 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
24538 with gcc.
24539 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
24540 to handle opaque pointers, gcc is.
24541 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
24542 as first argument. Include <sys/types.h> and change all operator
24543 new definitions to use size_t.
24544 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
24545 now that we use size_t.
24546
24547 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24548
24549 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
24550 a long or float array cast all array members to the same type.
24551 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
24552 with 64 bit longs.
24553 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
24554 on alpha.
24555 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
24556
24557 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24558
24559 * gdb.t24 (demangle.exp): Constructors of templates have names like
24560 vector<int>::vector(int) not vector<int>::vector<int>(int). See
24561 section 14.6 of the ARM.
24562
24563 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
24564 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
24565 accomplish little and slow down the testsuite.
24566
24567 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
24568 Accept spaces various places.
24569
24570 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24571
24572 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
24573 with watchpoint enabled.
24574
24575 * Makefile.in: Remove definition of CC and remove the second
24576 definition of CXX (the "CXX = gcc" one remains). These definitions
24577 were causing backquotes to be expanded within backquotes, which
24578 doesn't work.
24579
24580 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
24581
24582 * gdb.t17/callfuncs.exp: Add "return 0" to end.
24583
24584 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24585
24586 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
24587 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
24588 by mips cc and contains no stabs entries.
24589
24590 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
24591
24592 * config/vx-gdb.exp: Use fake device to load files rather than
24593 NFS.
24594 * lib/gdb.exp: New proc to do "file" command.
24595 * config/unix-gdb.exp: Use new "file" proc.
24596
24597 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
24598
24599 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
24600 Rework board rebooting slightly.
24601 (gdb_exit): Don't exit from the remote shell; there isn't one.
24602 * gdb.stabs/weird.exp: If a program is being debugged already,
24603 kill it.
24604 * gdb.t04/setvar.exp: Stop and restart gdb.
24605 * gdb.t05/expr.exp: Likewise.
24606 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
24607 restart gdb and reload the program.
24608 * gdb.t08/opaque.exp: Likewise.
24609 * gdb.t12/scope.exp: Likewise.
24610 * gdb.t13/bitfields.exp: Likewise.
24611 * gdb.t15/funcargs.exp: Likewise.
24612 * gdb.t20/classes.exp: Likewise.
24613 * gdb.t03/ptype.exp: Increase timeout.
24614 * gdb.t16/printcmds.exp (test_print_string_constants,
24615 test_print_array_constants): Likewise.
24616 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
24617 * gdb.t20/classes.exp (do_tests): Likewise.
24618 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
24619
24620 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
24621
24622 * gdb.stabs: Renamed *wierd* to *weird*.
24623
24624 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24625
24626 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
24627 for timeout. Add "known gcc 2.4.5 bug" to failure message.
24628
24629 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
24630
24631 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
24632 (do_tests): Remove xfail for whatis on one_var and two_var.
24633
24634 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
24635
24636 * Makefile.in: Made cross building work better by adding
24637 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
24638
24639 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24640
24641 * gdb.t15/{return.c,return.exp,Makefile.in}:
24642 New test, currently commented out.
24643
24644 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
24645
24646 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
24647 still running and removes the leftover named socket so GDb can do
24648 clean restarts.
24649
24650 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
24651
24652 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
24653 console, not GDB.
24654 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
24655 cross testing works better with "make check"
24656 * config/unix-gdb: Use default procedures for exit and version.
24657 * config/vx-gdb.exp: Cleaned up and massaged back to working order
24658 with the newest VxWorks.
24659
24660 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24661
24662 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
24663 old form.
24664
24665 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
24666 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
24667
24668 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
24669
24670 * config/unix-gdb.exp: Remove this version of gdb_exit
24671 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
24672 Rob says he'll look at it when he gets back to testing boards.
24673
24674 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
24675
24676 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
24677 an expected fail for certain ptype commands.
24678
24679 * gdb.t20/classes.exp: Update expected results of "ptype class
24680 Base1" to account for the constructor that now appears in the type.
24681
24682 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
24683
24684 * configure.in (configdirs): Restore gdb.t04, which mysteriously
24685 disappeared from list.
24686 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
24687 "alldone" proc with call to cleanup and exit.
24688 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
24689 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
24690 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
24691 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
24692 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
24693 "alldone" proc with simple returns that suppress remaining
24694 tests. The alldone proc went away many months ago.
24695
24696 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24697
24698 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
24699
24700 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
24701
24702 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24703
24704 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
24705 as vax gdb will display them.
24706
24707 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24708
24709 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
24710 optimizers.
24711
24712 * scope.exp: Change "bad value for localval" messages so each one
24713 is unique.
24714
24715 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
24716 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
24717
24718 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
24719
24720 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24721
24722 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
24723 doesn't exist (due to optimization).
24724
24725 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24726
24727 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
24728 contains \r because the filename is long.
24729
24730 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
24731 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
24732
24733 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24734
24735 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
24736 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
24737 Ultrix.
24738 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
24739 int tests.
24740 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
24741
24742 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
24743
24744 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
24745
24746 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
24747 to match does not match the passing case but still matches the
24748 failing case.
24749
24750 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24751
24752 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
24753
24754 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
24755
24756 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
24757 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
24758 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
24759 Remove various versions of gdb_exit.
24760 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
24761 gdb_exit.
24762 * config/unix-gdb.exp: gdb_exit remains here, and should override
24763 the generic version, since it's doing a lot of wierd stuff that
24764 the other versions aren't. FIXME, fold it in, or abandon this
24765 version.
24766
24767 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24768
24769 * gdb.t24/demangle.exp: Add tests for PR 3220.
24770
24771 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24772
24773 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
24774
24775 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
24776
24777 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
24778 "i386-*-*". Works for i486 as well.
24779
24780 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
24781 bug, and expand domain of xfail to all SVR4 systems, since the
24782 actual problem is likely to be in generic SVR4 /proc support.
24783
24784 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24785
24786 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
24787
24788 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
24789
24790 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
24791 xfails for other systems. Match a missing 'Continuing.' as an
24792 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
24793
24794 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
24795 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
24796 Only issue warning for missing executables if -all option is used.
24797
24798 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
24799 file if -all option is used. It's like an unpredictable XFAIL.
24800
24801 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24802
24803 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
24804 for dynamically linked binaries.
24805
24806 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
24807
24808 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24809
24810 * gdb.t20/inherit.exp: Change message for "print tagless struct"
24811 to state that this is a known bug in old versions of g++.
24812
24813 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24814
24815 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
24816 while waiting for `Continuing'.
24817
24818 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
24819
24820 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
24821 in text, data, and bss.
24822 * gdb.t10/nodebug.c: Add local and global test variables for
24823 initialized and uninitialized data.
24824
24825 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24826
24827 * config/unix-gdb.exp (gdb_exit): Add "wait".
24828
24829 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24830
24831 * gdb.t06/signals.exp: xfail the continue from the handler for all
24832 targets.
24833
24834 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
24835 function with watchpoints enabled, the i386 call dummy starts with
24836 a call.
24837
24838 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
24839 386 bsd names its corefiles.
24840
24841 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
24842
24843 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
24844 compilers don't grok it.
24845 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
24846 with small octal ints rather than character constants, which
24847 are signed and might not fit if first promoted to int.
24848
24849 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
24850
24851 * gdb.t09/Makefile.in (clean): Remove corefile.
24852
24853 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24854
24855 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
24856
24857 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24858 and Jim Kingdon (kingdon@cygnus.com)
24859
24860 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
24861 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
24862 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
24863
24864 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24865
24866 * gdb.t17/interrupt.exp: Add xfail for hppa.
24867
24868 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24869
24870 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
24871 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
24872 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
24873 to determine signed-ness of bitfields and use the result to setup
24874 the xfail.
24875 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
24876 * gdb.t15/funcargs.exp: Use them to step until the second indirect
24877 call line is reached if necessary.
24878
24879 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24880
24881 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
24882
24883 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24884
24885 * gdb.t06/break.exp: Also test `clear' command.
24886
24887 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24888
24889 * gdb.t00/teststrategy.exp: Remove extra quote.
24890
24891 * gdb.t07/watchpoint.exp: Change xfail for calling function with
24892 watchpoint enabled to be for all non-68k machines.
24893
24894 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
24895
24896 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24897
24898 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
24899 targets use aout.mt instead of ecoff.mt as gas understands
24900 standard aout format.
24901
24902 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24903
24904 * lib/gdb.exp (runto): Don't insist that function we are running to
24905 was compiled with -g.
24906
24907 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
24908
24909 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
24910 to get back into the read system call.
24911 Accept leading newline in case where we woke it up.
24912
24913 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24914
24915 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
24916 to make the stabs test work on ecoff systems using gcc and -with-stabs.
24917 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
24918 enable ecoff configuration.
24919
24920 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24921
24922 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
24923
24924 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24925
24926 * gdb.t16/printcmds.exp: Add another printf test.
24927
24928 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
24929
24930 * configure.in: If configured -with-stabs on any target, add
24931 stabsdirs to configdirs.
24932
24933 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24934
24935 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
24936 fun" so pattern does not match the command itself.
24937
24938 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24939
24940 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
24941
24942 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24943
24944 * gdb.t17/interrupt.exp: Test for more things.
24945
24946 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24947
24948 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
24949 compiler arranges the code and line numbers.
24950
24951 * gdb.t17/interrupt.exp: Don't send \n after ^C.
24952
24953 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24954
24955 * gdb.t00/help.exp: Increase expect input buffer size.
24956
24957 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24958
24959 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
24960
24961 * gdb.t07/watchpoint.exp: Add xfail for hppa.
24962
24963 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
24964
24965 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
24966 [0-9]*, not just [0-9].
24967
24968 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24969
24970 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
24971
24972 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
24973
24974 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24975
24976 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
24977
24978 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24979
24980 * gdb.t06/signals.c: Add xfails for sun3.
24981
24982 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
24983
24984 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
24985 test_stepping tests.
24986
24987 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24988
24989 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
24990
24991 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
24992
24993 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
24994 rather than actually putting it through cpp twice.
24995
24996 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
24997
24998 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
24999
25000 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
25001 no longer needed.
25002
25003 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25004
25005 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
25006
25007 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
25008 C++ features prints as "struct", make it a pass, not an xfail.
25009
25010 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25011
25012 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
25013 Don't require VA to print as "class" rather than "struct".
25014
25015 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
25016
25017 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
25018
25019 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25020
25021 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
25022
25023 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25024
25025 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
25026 order.
25027
25028 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25029
25030 * gdb.t16/printcmds.exp: Add printf tests.
25031
25032 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
25033
25034 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
25035
25036 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
25037
25038 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
25039 pass counts, to counteract any existing or future setup_xfails.
25040
25041 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25042
25043 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
25044 {BEGIN,END}_COMMON for common block instead of STAB.
25045 * gdb.stabs/wierd.exp: Add xfail for rs6000.
25046
25047 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
25048 intp_var should be N_GSYM not N_LSYM.
25049 wierd-aout.S: Use a label for the value of the N_SO.
25050 wierd.def: Remove all backslashes.
25051 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
25052
25053 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25054
25055 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
25056 get the expected next to inheritance3.
25057
25058 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25059
25060 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
25061 now that gcc-2.4 gets it right.
25062
25063 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25064
25065 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
25066
25067 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
25068 generating comp-info.exp which works for cross-compilation.
25069
25070 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
25071
25072 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
25073 "*-*-sysv4.*".
25074
25075 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
25076
25077 * gdb.t01/run.exp: Start with a fresh gdb.
25078 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
25079 SVR4.x.
25080
25081 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
25082
25083 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
25084 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
25085 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
25086 Makefile.in (distclean, realclean): Remove gdbme.c from list of
25087 things to remove.
25088
25089 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
25090
25091 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
25092 test cases from bug reports.
25093
25094 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
25095
25096 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
25097 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
25098 avoid spurious xfails.
25099 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
25100 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
25101 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
25102
25103 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
25104
25105 * gdb.t00/teststrategy.exp: Rework to provide more useful
25106 description of each test, fix problem with systems that define
25107 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
25108 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
25109 results for "next over recursive call" so timeouts aren't taken
25110 by error.
25111
25112 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
25113
25114 * gdb.t12/scope.exp: Test printing of variables before run.
25115
25116 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
25117 printed in wrong order due to sorting.
25118
25119 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
25120
25121 * gdb.t00/teststrategy.exp: Fix expected results for printing
25122 user entered string constant. Is array of char, prints with no
25123 address.
25124
25125 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
25126 commands.
25127 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
25128 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
25129 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
25130 of struct of char arrays.
25131 * gdb.t00/radix.exp: New tests for radix commands.
25132
25133 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
25134
25135 * gdb.t16/printcmd.exp: Print a variable before running program
25136 (with xfail for AIX).
25137
25138 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
25139
25140 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
25141
25142 * gdb.t16/printcmd.exp: Don't print variables before running program.
25143
25144 * gdb.t06/break.exp: Don't require envp argument to main.
25145
25146 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
25147
25148 * gdb.t02/whatis.exp, gdb.t11/list.exp:
25149 Add xfails for rs6000.
25150
25151 * gdb.t02/whatis.exp: Change other tests not to re-test something
25152 we already tested.
25153
25154 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
25155 each type used has a variable of that type.
25156
25157 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
25158
25159 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
25160
25161 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
25162
25163 * configure.in: change srctrigger to be a file, not a directory
25164
25165 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
25166
25167 * configure.in (mips-idt-ecoff*): Added trailing '*'.
25168
25169 * gdb.t11/list.exp: Fixed a couple of typos.
25170
25171 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
25172
25173 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
25174 is fixed and PR is closed.
25175 * gdb.t16 (gdbme.c): Add simple test string variable.
25176 * gdb.t16 (printcmds.exp): Add tests with simple test string
25177 variable, primarily for boundaries on "set print elements".
25178
25179 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
25180
25181 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
25182 Make leading 0's optional and don't expect a tab in the middle
25183 of the number.
25184
25185 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
25186
25187 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
25188 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
25189 don't end command passed to gdb_test with newline.
25190
25191 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
25192 signed keyword away, don't expect signed bitfields to be signed.
25193
25194 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
25195 printing with only as many 1's as are in the field as well as printing
25196 with 32 1's (see comment).
25197
25198 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
25199
25200 * gdb.t00/default.exp: Start with a fresh gdb.
25201 * configure.in (configdirs): Remove gdb.t31 until the chill
25202 compiler works again. It no longer is able to find chillrt0
25203 since it isn't in libchill.a anymore.
25204 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
25205 wierd.o, make more modular.
25206 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
25207 spurious newlines that caused problems.
25208
25209 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25210
25211 * Move test with enums and partial symbols from gdb.t03/ptype.exp
25212 to gdb.stabs/wierd.exp since GCC has worked around the bug.
25213 gdb.stabs/wierd.{exp,def}: Many new tests.
25214
25215 * gdb.t00/default.exp: update info line for new message.
25216
25217 * gdb.t02/{whatis.exp,gdbme.c}:
25218 Test that "char *" doesn't print as "caddr_t".
25219
25220 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25221
25222 * gdb.t00/help.exp: Use .* in place of some help messages which
25223 just changed.
25224 gdb.t00/default.exp: Update "info frame" test for new message.
25225 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
25226 Remove some xfails
25227
25228 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25229
25230 * gdb.t03/{gdbme.c,ptype.exp}:
25231 Add tests for typedef'd struct and union without tags.
25232 Also check "whatis" on a variable of a typedef'd enum without a tag.
25233
25234 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
25235 PRMS 1823; the bug still exists but isn't reproduced by this test
25236 anymore), and remove rs6000 XFAIL (the bug is fixed).
25237
25238 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
25239 duplicated from whatis.exp. For those that are left, accept
25240 "long", "long int", or "int" for long variables (whatis.exp already
25241 has an XFAIL for "int", so no need to fail it here).
25242
25243 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
25244 Deal with GCC's names for types now that GDB uses the compiler's names.
25245
25246 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
25247 setup_xfail's for sunos4. If we #defined the signed keyword away,
25248 don't expect GDB to know that char it is signed.
25249
25250 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
25251
25252 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
25253
25254 * configure.in (configdirs): Add gdb.t24 for C++ tests that
25255 should work on any system, regardless of debugging format.
25256 * gdb.t21/demangle.exp: Move to gdb.t24.
25257 * gdb.t24/demangle.exp: Move from gdb.t21.
25258 * gdb.t24/{Makefile.in, configure.in}: New files.
25259
25260 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25261
25262 * configure.in: Do gdb.stabs and C++ tests only for stabs.
25263 * gdb.stabs: New directory.
25264
25265 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25266
25267 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
25268 not just "Quit anyway?".
25269
25270 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
25271
25272 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
25273 that all setup_xfails are immediately followed by clear_xfails.
25274
25275 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
25276
25277 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
25278 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
25279 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
25280 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
25281 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
25282 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25283 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25284 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
25285 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
25286 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
25287 gdb.t31/chillvars.exp, lib/gdb.exp:
25288 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
25289 bug-gdb@prep.ai.mit.edu.
25290
25291 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
25292
25293 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
25294 with 0.0, not integer 0.
25295
25296 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
25297
25298 * gdb.t06/break.exp: Update for "Kill the program" message change.
25299
25300 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
25301
25302 * Makefile.in (GDBFLAGS): Set to -nx.
25303 * Makefile.in (site.exp): Use GDBFLAGS.
25304
25305 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
25306
25307 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
25308 Makefiles.
25309 (check): depend on just-check.
25310 (just-check): added so that tests can be run without a noop
25311 build pass.
25312
25313 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
25314
25315 Switch to using configure's configdirs.
25316 * Makefile.in (Makefile): add configure.in dependency.
25317 (SUBDIRS): removed redundant assignment.
25318 * configure.in: switch subdirs assignment to configdirs.
25319 * gdb.t*/configure.in: new files.
25320
25321 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
25322
25323 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
25324 works.
25325
25326 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
25327
25328 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
25329 in explicit rules. Apparently this is not supported by some makes.
25330
25331 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
25332
25333 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
25334
25335 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25336
25337 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
25338 disappeared.
25339
25340 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
25341
25342 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
25343
25344 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
25345
25346 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
25347 watchpoint problem that is now fixed.
25348 * gdb.t30/chexp.exp: Remove setup_xfail for printing
25349 uninitialized convenience variables.
25350 * gdb.t31/chillvars.exp: Fix expected patterns for printing
25351 structures.
25352
25353 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25354
25355 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
25356 which causes expect to get out of sync with gdb on long output
25357 from help set.
25358 * gdb.t09/corefile.exp: Make expected pattern for core file
25359 failing signal and frame output format less sun specific.
25360
25361 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
25362
25363 * gdb.t31/chillvars.exp: Add and remove initial dummy
25364 breakpoint, so that symbol table is forced in.
25365 (Needed at least on Sunos4, though it seems not SVR4.)
25366 * gdb.t31/chillvars.exp: Update for changed output format.
25367
25368 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
25369
25370 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
25371
25372 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
25373
25374 * Makefile.in: Added --srcdir when invoking runtest, removed the
25375 need for a local config file. (optional now)
25376
25377 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
25378
25379 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
25380 failure count used to force early termination. Add some more
25381 expected failures for gnu style demangling.
25382
25383 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25384
25385 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
25386 pmi variable from gdb.t20/gdbme to get optimized away.
25387 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
25388 Check for written corefile upon timeout _and_ eof.
25389
25390 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25391
25392 * config/unix-gdb.exp: Add missing return 0.
25393
25394 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25395
25396 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
25397 test termination.
25398
25399 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
25400
25401 * configure.in (subdirs): Put back gdb.t17 which mysteriously
25402 disappeared.
25403
25404 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
25405
25406 * gdb.t10/crossload.exp: Disable the i860-elf test until such
25407 time as i860 support works.
25408
25409 * gdb.t15/funcargs.exp: Fix expected outputs to include
25410 "backtrace 100\r" rather than just "backtrace\r", to match last
25411 change.
25412
25413 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
25414
25415 * config/udi-gdb.exp (gdb_exit): Remove close command.
25416 (gdb_target_udi): New procedure to set the UDI target.
25417 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
25418 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
25419 Added waits for prompts after several question responses. Added
25420 some more responses used by a29k-amd-udi-gdb.
25421 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
25422 pass different arguments, restart UDI connection after program
25423 completion.
25424 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
25425 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25426 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
25427 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
25428 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
25429 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
25430 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25431 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
25432 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
25433 after program completion.
25434 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
25435 compiled with a SELECT_VECS setting.
25436 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
25437 infinite recursion.
25438
25439 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
25440 Added checks for COFF results, and made them expected failures for
25441 all targets. It would be better to make them expected failures
25442 for COFF targets only.
25443
25444 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
25445
25446 * Makefile.in: add null dvi target, don't bother to recurse
25447 through test directories for info and install-info; rename
25448 $(datadir) to be dejagnu instead of deja-gnu
25449
25450 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
25451
25452 * gdb.t31/gdbme.ch: Re-enable code that previously caused
25453 compiler to coredump.
25454 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
25455 code.
25456
25457 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
25458
25459 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
25460 coredump.
25461 * gdb.t31/chillvars.exp: Comment out tests that depend on that
25462 code.
25463
25464 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
25465
25466 * gdb.t03/ptype.exp: tests for return code from gdb_test.
25467 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
25468 which in a shell. Deletes xgdb when done.
25469 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
25470 Tests the return from the "set height" or "set width" commands.
25471 Added a few return codes where needed.
25472
25473 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
25474
25475 * Makefile.in (SUBDIRS): Add gdb.t17.
25476 * configure.in (subdirs): Add gdb.t17.
25477 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
25478 files to test gdb's calling of functions in the inferior with
25479 the correct arguments and gdb's ability to retrieve any
25480 result returned.
25481
25482 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
25483
25484 * config/unix-gdb.exp (gdb_exit): Remove close commands that
25485 may be called after gdb goes away. Previous versions of expect
25486 needed these to avoid file descriptor leaks, but they cause
25487 errors with the current revision of expect.
25488 * gdb.t00/gdbvars.exp: Use -re on expected output after
25489 setting sevenbit-strings.
25490 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
25491 to set sevenbit-strings consistent across tests.
25492 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
25493 set sevenbit-strings consistent across tests.
25494
25495 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
25496
25497 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
25498 expected output to match current "expect" expectations.
25499
25500 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
25501
25502 * gdb.t00/default.exp: Change expected output for default "source"
25503 command, to match new gdb behavior which requires a filename to
25504 source.
25505
25506 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
25507
25508 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
25509 expected fail for i486-*-* that misses the marker2 function.
25510 * gdb.t10/crossload.exp (bfddefault): Allow successful
25511 recognition of a format to pass even if no symbols are found.
25512 Explicitly catch failures where the format is not recognized
25513 or is ambiguous, and add the reason to the fail message.
25514 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
25515 the cause is and invalid target and add reason to failure message.
25516 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
25517 elf32-i386, elf32-sparc, and elf32-i860.
25518 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
25519 Set up expected failure for 'filename'::variable scope resolution,
25520 which is now apparently broken on all targets.
25521 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
25522 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
25523 gdb.t23/templates.exp: Change failure for missing binfile into
25524 just a warning.
25525 gdb.t21/demangle.exp: Change all cfront references to 'arm'
25526 references.
25527
25528 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
25529
25530 * gdb.t00/default.exp: Add expected output for default "source"
25531 command, to match new gdb behavior.
25532 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
25533
25534 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
25535
25536 * config/*-gdb.exp: returns an error, rather than exiting on
25537 internal errors.
25538
25539 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
25540
25541 * gdb.t03/gdbme.c: Add pointer to struct variable.
25542 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
25543 referencing struct members.
25544
25545 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
25546
25547 * configure.in (mips-idt-ecoff): New target.
25548 * config/mips-gdb.exp: New file for remote board using MIPS remote
25549 debugging protocol.
25550
25551 * Redid configuration scheme. Removed gdb.t*/configure.in.
25552 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
25553 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
25554 distclean targets. Built executables via .o files. Adjusted
25555 tests to account for source files in $(srcdir) rather than
25556 $(objdir).
25557 * lib/gdb.exp (runto): Don't expect () after the function name,
25558 because it may have arguments.
25559
25560 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
25561
25562 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
25563 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
25564 expected failures for mips-idt-* and mips-sgi-*.
25565 * gdb.t00/default.exp (attach): Kill process if requested.
25566 * gdb.t00/help.exp (help target core, help target): Accept a gdb
25567 that does not read core files.
25568 * gdb.t01/run.exp: Removed checks for exit status code.
25569 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
25570 it is linked in.
25571 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
25572 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
25573 appropriate, rather than doing it by hand.
25574 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
25575 execution.
25576 * gdb.t10/crossload.exp: Kill existing program if needed.
25577 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
25578 appropriate, rather than doing it by hand. Always increase
25579 timeout for this test, not just for VxWorks.
25580
25581 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
25582
25583 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
25584 of Chill STRUCT types and STRUCT values.
25585 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
25586 than "char".
25587 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
25588 struct2): New struct definitions and initializations to test
25589 simple Chill STRUCT types.
25590
25591 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
25592
25593 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
25594 the null byte at the end of strings.
25595 * gdb.t00/default.exp: Make show version insensitive to copyright
25596 date.
25597 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
25598 to avoid dependencies on target char signedness.
25599 * gdb.t16/printcmds.exp: Update expected results for explicitly
25600 unsigned char.
25601 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
25602 now work.
25603 * gdb.t21/demangle.exp: Add many more patterns for template
25604 demangling, most of them being expected failures.
25605 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
25606 string we are matching for, to match on the whole string.
25607 * gdb.t21/demangle.exp: Add many new test strings to demangle,
25608 and fix a whole bunch that had incorrect expected output but were
25609 passing anyway because of the bug in "proc demangle".
25610 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
25611 type.
25612 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
25613
25614 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
25615
25616 * gdb/testsuite: made modifications to testcases, etc., to allow
25617 them to work properly given the reorganization of deja-gnu and the
25618 relocation of the testcases from deja-gnu to a "tool" subdirectory.
25619
25620 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
25621
25622 * gdb/testsuite: Initial creation of gdb/testsuite.
25623 Migrated dejagnu testcases and support files for testing nm to
25624 gdb/testsuite from deja-gnu. These files were moved "as is"
25625 with no modifications. This migration is part of a major overhaul
25626 of dejagnu. The modifications to these testcases, etc., which
25627 will allow them to work with the new version of dejagnu will be
25628 made in a future update.
25629
25630 For additional changes see gdb.mi/ChangeLog-1999-2003.
25631 \f
25632 ;; Local Variables:
25633 ;; mode: change-log
25634 ;; left-margin: 8
25635 ;; fill-column: 74
25636 ;; version-control: never
25637 ;; End:
25638
25639 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
25640 2003, 2004, 2005 Free Software Foundation, Inc.
25641 Copying and distribution of this file, with or without modification,
25642 are permitted provided the copyright notice and this notice are preserved.
This page took 0.549713 seconds and 5 git commands to generate.